0byt3m1n1
Path:
/
data
/
0
/
0
/
89
/
127
/
89290
/
meta
/
90674
/
mysql.backup
/
[
Home
]
File: 1_001ae81_0.mysqlv2.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv2 Database: 1_001ae81_0 -- ------------------------------------------------------ -- 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 */; /*!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=122 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.sammyfigueroa.com/sammyblog1','yes'),(2,0,'blogname','sammyblog1','yes'),(3,0,'blogdescription','Just another WordPress weblog','yes'),(4,0,'users_can_register','','yes'),(5,0,'admin_email','sammy@sammyfigueroa.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','closed','yes'),(20,0,'default_ping_status','closed','yes'),(21,0,'default_pingback_flag','','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','1','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','','yes'),(39,0,'home','http://www.sammyfigueroa.com/sammyblog1','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','-5','yes'),(45,0,'default_email_category','1','yes'),(46,0,'recently_edited','a:3:{i:0;s:27:\"/themes/default/sidebar.php\";i:1;s:23:\"/themes/default/rtl.css\";i:2;s:0:\"\";}','no'),(47,0,'use_linksupdate','0','yes'),(48,0,'template','default','yes'),(49,0,'stylesheet','default','yes'),(50,0,'comment_whitelist','','yes'),(51,0,'page_uris','','yes'),(52,0,'blacklist_keys','','no'),(53,0,'comment_registration','','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/89/127/89290/user/90674/htdocs/sammyblog1/wp-content/uploads','yes'),(61,0,'random_seed','5cb32f9039f637514013e90f09252fbf','yes'),(62,0,'secret','Tbrv9gpIXZdzm9WKiPZ9*xRO0JjgZsbIYemfH0U7*rXmNn6aQ)an#XPg6n8ZgVyG','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','0','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','','yes'),(84,0,'close_comments_days_old','14','yes'),(85,0,'thread_comments','','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:1234458341;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:1234482789;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','Ky0pWhmkXXwZ','yes'),(101,0,'doing_cron','0','yes'),(102,0,'update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1234458346;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:1234458346;}','yes'),(104,0,'logged_in_salt','9*1mau4pm8ZT','yes'),(105,0,'nonce_salt','ddE1ggjRde7R','yes'),(106,0,'current_theme','WordPress Default','yes'),(107,0,'sidebars_widgets','a:1:{s:13:\"array_version\";i:3;}','yes'),(109,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:39:\"http://www.sammyfigueroa.com/sammyblog1\";s:4:\"link\";s:121:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://www.sammyfigueroa.com/sammyblog1/\";s:3:\"url\";s:154:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.sammyfigueroa.com/sammyblog1/\";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,'rss_d6308bdb040322c4b3bbbfb02f730c78','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:66:\"link:http://www.sammyfigueroa.com/sammyblog1/ - Google Blog Search\";s:4:\"link\";s:124:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://www.sammyfigueroa.com/sammyblog1/\";s:11:\"description\";s:100:\"Your search - <b>link:http://www.sammyfigueroa.com/sammyblog1/</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:100:\"Your search - <b>link:http://www.sammyfigueroa.com/sammyblog1/</b> - did not match any documents. \";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(111,0,'rss_d6308bdb040322c4b3bbbfb02f730c78_ts','1234356406','no'),(112,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: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:322:\"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.\nConsult the list of fixed tickets and the full set of changes between 2.7 and 2.7.1 for details.\n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:748:\"<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>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\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2009/02/wordpress-271/feed/\";}s:7:\"summary\";s:322:\"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.\nConsult the list of fixed tickets and the full set of changes between 2.7 and 2.7.1 for details.\n\";s:12:\"atom_content\";s:748:\"<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>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\";}i:1;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:2;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:3;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:4;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:11:\"Development\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=477\";s:11:\"description\";s:318:\"The first thing you’ll notice about 2.7 is its new interface. From the top down, we’ve listened to your feedback and thought deeply about the design and the result is a WordPress that’s just plain faster. Nearly every task you do on your blog will take fewer clicks and be faster in 2.7 than it [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:11933:\"<p>The first thing you’ll notice about 2.7 is its new interface. From the top down, we’ve listened to your feedback and thought deeply about the design and the result is a WordPress that’s just plain faster. Nearly every task you do on your blog will <strong>take fewer clicks and be faster</strong> in 2.7 than it did in a previous version. (<a href=\"http://wordpress.org/download/\">Download it now</a>, or read on for more.)</p>\n<p>Next you’ll begin to notice the new features subtly sprinkled through the new interface: the new dashboard that you can arrange with drag and drop to put the things most important to you on top, QuickPress, comment threading, paging, and the ability to reply to comments from your dashboard, the ability to install any plugin directly from WordPress.org with a single click, and sticky posts.</p>\n<p>Digging in further you might notice that every screen is customizable. Let’s say you never care about author on your post listings — just click “Screen Options” and uncheck it and it’s instantly gone from the page. The same for any module on the dashboard or write screen. If your screen is narrow and the menu is taking up too much horizontal room, click the arrow to minimize it to be icon-only, and then go to the write page and drag and drop everything from the right column into the main one, so your posting area is full-screen. (For example I like hiding everything except categories, tags, and publish. I put categories and tags on the right, and publish under the post box.)</p>\n<p>For a visual introduction to what 2.7 is, check out this video (available in HD, and full screen):</p>\n<p><object width=\"640\" height=\"360\" data=\"http://v.wordpress.com/hFr8Nyar\" type=\"application/x-shockwave-flash\"><param name=\"src\" value=\"http://v.wordpress.com/hFr8Nyar\" /><param name=\"allowfullscreen\" value=\"true\" /></object></p>\n<p>It’s all about you. It’s the next generation of WordPress, which is why we’ve bestowed it with the honor of being named for <a href=\"http://en.wikipedia.org/wiki/John_Coltrane\">John Coltrane</a>. <a href=\"http://wordpress.org/download/\">And you can download it today</a>.</p>\n<p>Last, but certainly not least, this may be the <strong>last time you ever have to manually upgrade WordPress again</strong>. We heard how tired you were of doing upgrades for yourself and your friends, so now WordPress includes a built-in upgrade that will automatically notify you of new releases, and when you’re ready it will download them, install them, and upgrade your blog with a single click.</p>\n<p>(As with any interface change it may take a little bit of time to acclimate yourself but soon you’ll find yourself whizzing through the screens. Even people who have hated it at first tell us after a few days they wonder how they got by before.)</p>\n<h3>The Story Behind 2.7</h3>\n<p>The real reason Coltrane is such a huge leap forward is because the community was so involved with every step of the process. <strong>Over 150 people contributed code directly to the release</strong>, our highest ever, with many tens of thousands more participating in the polls, surveys, tests, mailing lists, and other feedback mechanisms the WordPress dev team used in putting this release together.</p>\n<p>For some of the back story in the development of 2.7, check out these blog posts (thanks to <a href=\"http://weblogtoolscollection.com/\">WeblogToolsCollection</a> for the list):</p>\n<ul>\n<li><a href=\"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/\">Usability Testing Report: 2.5 and CrazyHorse</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-new-27-dashboard/\">The New 2.7 Dashboard</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-visual-design-of-27/\">The Visual Design of 2.7</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/wordpress-27-wireframes/\">WordPress 2.7 wireframes</a></li>\n<li><a href=\"http://codex.wordpress.org/Version_2.7\">Comprehensive Codex Article on WordPress 2.7</a></li>\n<li><a href=\"http://wpdevel.wordpress.com/author/jane/\">WordPress Development Updates from Jane Wells</a></li>\n<li><a href=\"http://en.blog.wordpress.com/2008/05/20/new-york-usability-testing/\">WordPress Usability Testing in New York</a></li>\n<li><a href=\"http://boren.nu/archives/2008/10/31/wordpress-27-ui-configurability/\">WordPress 2.7 UI Configurability from Ryan Boren</a></li>\n<li><a href=\"http://markjaquith.wordpress.com/2008/11/06/wordpress-27-feature-preview-customizable-post-editing-screen/\">Customizable Post Editing Screen from Mark Jaquith</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/09/15/wordpress-27-navigation-survey/\">WordPress 2.7 Navigation Survey from Jane Wells</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/10/16/shortcutsfavorites-menu/\">Shortcuts/Favorites Menu from Jane Wells</a></li>\n<li><a href=\"http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation\">CrazyHorse Presentation at WordCamp SF</a></li>\n<li><a href=\"http://www.centernetworks.com/wordpress-27-demo\">WordPress 2.7 Walkthrough by Matt</a></li>\n<li><a href=\"http://www.idratherbewriting.com/2008/09/27/wordpress-27-and-beyond-%E2%80%93-keynote-by-matt-mullenweg-at-wordcamp-utah-2008/\">WordPress 2.7 and beyond from Matt at WordCamp Utah</a></li>\n</ul>\n<p>This was interesting to us, a blogging software release we actually blogged about, but the process was hugely informative. Prior to its release today Crazyhorse and 2.7 had been tested by tens of thousands of people on their blogs, hundreds of thousands of you count .com. The volume of feedback was so high that we decided to push back the release date a month to take time to incorporate it all and do more revisions based on what you guys said.</p>\n<p>For those of you wondering why we didn’t call this release 3.0, it’s because we abhor version number inflation. 3.0 will just be the next release after 2.9. The major features in new point releases approach also works well for products like OS X, with huge changes between a 10.3 and 10.4.</p>\n<h3>The Future</h3>\n<p>Those of you following along at home might have noticed this was our second major redesign of WordPress this year. Whoa nelly! While that wasn’t ideal, and I especially sympathize with those of you creating books or tutorials around WordPress, there’s good news. The changes to WordPress in 2.5 and 2.7 were necessary for us to break free of much of the legacy cruft and interface bloat that had built up over the years (gradually) and more importantly provide us with a UI framework and interface language we can use at the foundation to build tomorrow’s WordPress on, to express ideas we haven’t been able to before. So at the end of 2009 I expect, interface-wise, WordPress to look largely the same as it does now.</p>\n<p>That said, we couldn’t be more excited about the future with regards to features. Now that we’ve cleared out more basic things, we are looking forward in the coming year to really tackling media handling including audio and video, better tools for plugin and theme developers, widgets, theme updates, more integrated and contextual help, and easier integration with projects like <a href=\"http://buddypress.org/\">BuddyPress</a> and <a href=\"http://bbpress.org/\">bbPress</a>.</p>\n<h3>Thank Yous</h3>\n<p>We would like to take a moment to thank the following WordPress.org users for being a part of 2.7: <a href=\"http://segert.net/\">Verena Segert</a>, <a href=\"http://www.fieldii.com/\">Ben Dunkle</a>, 082net, <a href=\"http://ckon.wordpress.com/\">_ck_</a>, <a href=\"http://technosailor.com/\">Aaron Brazell</a>, Aaron Campbell, Aaron Harp, aaron_guitar, abackstrom, <a href=\"http://alexrabe.boelinger.com/\">Alex Rabe</a>, <a href=\"http://flightpathblog.com/\">Alex Shiels</a>, anderswc, andr, <a href=\"http://azaozz.wordpress.com/\">Andrew Ozz</a>, andy, <a href=\"http://apeatling.wordpress.com/\">Andy Peatling</a>, <a href=\"http://ilfilosofo.com/\">Austin Matzko</a>, axelseaa, bendalton, <a href=\"http://extralogical.net/\">Benedict Eastaugh</a>, <a href=\"http://www.umaitech.com/\">Betsy Kimak</a>, <a href=\"http://www.burobjorn.nl/\">Björn Wijers</a>, <a href=\"http://bobrik.name/\">bobrik</a>, brianwhite, bubel, <a href=\"http://www.majordojo.com/\">Byrne Reese</a>, caesarsgrunt, capripot, <a href=\"http://maisonbisson.com/blog/\">Casey Bisson</a>, <a href=\"http://www.cefm.ca/\">Charles E. Frees-Melvin</a>, <a href=\"http://chrisjohnston.org\">Chris Johnston</a>, codestyling, corischlegel, count_0, <a href=\"http://www.red-sweater.com/blog/\">Daniel Jalkut</a>, Daniel Torreblanca, <a href=\"http://www.misthaven.org.uk/blog/\">David McFarlane</a>, dbuser123, <a href=\"http://op111.net/\">Demetris Kikizas</a>, <a href=\"http://dd32.id.au/\">Dion Hulse</a>, docwhat, <a href=\"http://ocaoimh.ie\">Donncha O Caoimh</a>, <a href=\"http://literalbarrage.org/blog/\">Doug Stewart</a>, <a href=\"http://dougal.gunters.org\">Dougal Campbell</a>, dsader, dtsn, dwc, g30rg3x, guillep2k, <a href=\"http://hailin.wordpress.com/\">Hailin Wu</a>, <a href=\"http://engel.uk.to/\">Hans Engel</a>, <a href=\"http://santosj.name/\">Jacob Santos</a>, <a href=\"http://jamierumbelow.net/\">Jamie Rumbelow</a>, <a href=\"http://www.janbrasna.com/\">Jan Brasna</a>, <a href=\"http://jane.wordpress.com/\">Jane Wells</a>, Jean-LucfromBrussels, <a href=\"http://poplarware.com/HodgBlog/\">Jennifer Hodgdon</a>, <a href=\"http://simianuprising.com/\">Jeremy Clarke</a>, <a href=\"http://jmini.fr/\">Jérémie Bresson</a>, jick, <a href=\"http://www.joetek.ca/\">Joe Taiabjee</a>, <a href=\"http://johnblackbourn.com/\">John Blackbourn</a>, John Conners, John Lamansky, johnhennmacc, <a href=\"http://yoast.com/\">Joost de Valk</a>, <a href=\"http://josephscott.org/\">Joseph Scott</a>, kashani, <a href=\"http://www.kpdesign.net/\">Kim Parsell</a>, <a href=\"http://foolswisdom.com/\">Lloyd Budd</a>, <a href=\"http://elektroelch.de/blog\">Lutz Schröer</a>, <a href=\"http://www.malaiac.net\">Malaiac</a>, <a href=\"http://markjaquith.com/\">Mark Jaquith</a>, <a href=\"http://www.blogitude.com/\">Mark Steel</a>, <a href=\"http://mattsblog.ca/\">Matt Freedman</a>, <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"htttp://iammattthomas.com/\">Matt Thomas</a>, matthewh84, mattyrob, mcs_trekkie, <a href=\"http://blogwaffe.com/\">Michael Adams</a>, <a href=\"http://www.ioerror.us/\">Michael Hampton</a>, <a href=\"http://codex.wordpress.org/User:MichaelH\">MichaelH</a>, mictasm, <a href=\"http://mikeschinkel.com/\">Mike Schinkel</a>, msi08, msw0418, mtekk, <a href=\"http://mtdewvirus.com/\">Nick Momrik</a>, <a href=\"http://nikolay.bg/\">Nikolay Bachiyski</a>, <a href=\"http://jcksn.com/\">Noel Jackson</a>, <a href=\"http://ottodestruct.com/\">Otto</a>, <a href=\"http://planetozh.com/\">Ozh</a>, paddya, paul, pedrop, pishmishy, Po0ky, RanYanivHartstein, raychampagne, rdworth, reinkim, rickoman, rm53, rnt, <a href=\"http://robert.accettura.com/\">Robert Accettura</a>, roganty, <a href=\"http://boren.nu/\">Ryan Boren</a>, <a href=\"http://cubegames.net/\">Ryan McCue</a>, <a href=\"http://unlettered.com/\">Sam Bauers</a>, Sam_a, schiller, <a href=\"http://www.scott-h.com/\">Scott Houst</a>, sekundek, <a href=\"http://bugssite.org/\">Shane</a>, Simek, <a href=\"http://www.simonwheatley.co.uk/\">Simon Wheatley</a>, <a href=\"http://sivel.net/\">sivel</a>, st_falcon, stefano, strider72, tai, takayukister, techcookies, Terragg, thinlight, tott, <a href=\"http://www.trevorfitzgerald.com/\">Trevor Fitzgerald</a>, tschai, Txanny, <a href=\"http://www.manionline.org/\">Valiallah (Mani) Monajjemi</a>, <a href=\"http://viper007bond.com/\">Viper007Bond</a>, <a href=\"http://wordpress.org/support/profile/1064655\">Vladimir Kolesnikov</a>, wasp, wet, wfrantz, x11tech, xknown, xorax, <a href=\"http://ydekproductions.com/\">ydekproductions</a>, yoavf, yonosoytu, yoshi, zedlander</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:55:\"http://wordpress.org/development/2008/12/coltrane/feed/\";}s:7:\"summary\";s:318:\"The first thing you’ll notice about 2.7 is its new interface. From the top down, we’ve listened to your feedback and thought deeply about the design and the result is a WordPress that’s just plain faster. Nearly every task you do on your blog will take fewer clicks and be faster in 2.7 than it [...]\";s:12:\"atom_content\";s:11933:\"<p>The first thing you’ll notice about 2.7 is its new interface. From the top down, we’ve listened to your feedback and thought deeply about the design and the result is a WordPress that’s just plain faster. Nearly every task you do on your blog will <strong>take fewer clicks and be faster</strong> in 2.7 than it did in a previous version. (<a href=\"http://wordpress.org/download/\">Download it now</a>, or read on for more.)</p>\n<p>Next you’ll begin to notice the new features subtly sprinkled through the new interface: the new dashboard that you can arrange with drag and drop to put the things most important to you on top, QuickPress, comment threading, paging, and the ability to reply to comments from your dashboard, the ability to install any plugin directly from WordPress.org with a single click, and sticky posts.</p>\n<p>Digging in further you might notice that every screen is customizable. Let’s say you never care about author on your post listings — just click “Screen Options” and uncheck it and it’s instantly gone from the page. The same for any module on the dashboard or write screen. If your screen is narrow and the menu is taking up too much horizontal room, click the arrow to minimize it to be icon-only, and then go to the write page and drag and drop everything from the right column into the main one, so your posting area is full-screen. (For example I like hiding everything except categories, tags, and publish. I put categories and tags on the right, and publish under the post box.)</p>\n<p>For a visual introduction to what 2.7 is, check out this video (available in HD, and full screen):</p>\n<p><object width=\"640\" height=\"360\" data=\"http://v.wordpress.com/hFr8Nyar\" type=\"application/x-shockwave-flash\"><param name=\"src\" value=\"http://v.wordpress.com/hFr8Nyar\" /><param name=\"allowfullscreen\" value=\"true\" /></object></p>\n<p>It’s all about you. It’s the next generation of WordPress, which is why we’ve bestowed it with the honor of being named for <a href=\"http://en.wikipedia.org/wiki/John_Coltrane\">John Coltrane</a>. <a href=\"http://wordpress.org/download/\">And you can download it today</a>.</p>\n<p>Last, but certainly not least, this may be the <strong>last time you ever have to manually upgrade WordPress again</strong>. We heard how tired you were of doing upgrades for yourself and your friends, so now WordPress includes a built-in upgrade that will automatically notify you of new releases, and when you’re ready it will download them, install them, and upgrade your blog with a single click.</p>\n<p>(As with any interface change it may take a little bit of time to acclimate yourself but soon you’ll find yourself whizzing through the screens. Even people who have hated it at first tell us after a few days they wonder how they got by before.)</p>\n<h3>The Story Behind 2.7</h3>\n<p>The real reason Coltrane is such a huge leap forward is because the community was so involved with every step of the process. <strong>Over 150 people contributed code directly to the release</strong>, our highest ever, with many tens of thousands more participating in the polls, surveys, tests, mailing lists, and other feedback mechanisms the WordPress dev team used in putting this release together.</p>\n<p>For some of the back story in the development of 2.7, check out these blog posts (thanks to <a href=\"http://weblogtoolscollection.com/\">WeblogToolsCollection</a> for the list):</p>\n<ul>\n<li><a href=\"http://wordpress.org/development/2008/10/usability-testing-report-25-and-crazyhorse/\">Usability Testing Report: 2.5 and CrazyHorse</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-new-27-dashboard/\">The New 2.7 Dashboard</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/the-visual-design-of-27/\">The Visual Design of 2.7</a></li>\n<li><a href=\"http://wordpress.org/development/2008/10/wordpress-27-wireframes/\">WordPress 2.7 wireframes</a></li>\n<li><a href=\"http://codex.wordpress.org/Version_2.7\">Comprehensive Codex Article on WordPress 2.7</a></li>\n<li><a href=\"http://wpdevel.wordpress.com/author/jane/\">WordPress Development Updates from Jane Wells</a></li>\n<li><a href=\"http://en.blog.wordpress.com/2008/05/20/new-york-usability-testing/\">WordPress Usability Testing in New York</a></li>\n<li><a href=\"http://boren.nu/archives/2008/10/31/wordpress-27-ui-configurability/\">WordPress 2.7 UI Configurability from Ryan Boren</a></li>\n<li><a href=\"http://markjaquith.wordpress.com/2008/11/06/wordpress-27-feature-preview-customizable-post-editing-screen/\">Customizable Post Editing Screen from Mark Jaquith</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/09/15/wordpress-27-navigation-survey/\">WordPress 2.7 Navigation Survey from Jane Wells</a></li>\n<li><a href=\"http://jane.wordpress.com/2008/10/16/shortcutsfavorites-menu/\">Shortcuts/Favorites Menu from Jane Wells</a></li>\n<li><a href=\"http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation\">CrazyHorse Presentation at WordCamp SF</a></li>\n<li><a href=\"http://www.centernetworks.com/wordpress-27-demo\">WordPress 2.7 Walkthrough by Matt</a></li>\n<li><a href=\"http://www.idratherbewriting.com/2008/09/27/wordpress-27-and-beyond-%E2%80%93-keynote-by-matt-mullenweg-at-wordcamp-utah-2008/\">WordPress 2.7 and beyond from Matt at WordCamp Utah</a></li>\n</ul>\n<p>This was interesting to us, a blogging software release we actually blogged about, but the process was hugely informative. Prior to its release today Crazyhorse and 2.7 had been tested by tens of thousands of people on their blogs, hundreds of thousands of you count .com. The volume of feedback was so high that we decided to push back the release date a month to take time to incorporate it all and do more revisions based on what you guys said.</p>\n<p>For those of you wondering why we didn’t call this release 3.0, it’s because we abhor version number inflation. 3.0 will just be the next release after 2.9. The major features in new point releases approach also works well for products like OS X, with huge changes between a 10.3 and 10.4.</p>\n<h3>The Future</h3>\n<p>Those of you following along at home might have noticed this was our second major redesign of WordPress this year. Whoa nelly! While that wasn’t ideal, and I especially sympathize with those of you creating books or tutorials around WordPress, there’s good news. The changes to WordPress in 2.5 and 2.7 were necessary for us to break free of much of the legacy cruft and interface bloat that had built up over the years (gradually) and more importantly provide us with a UI framework and interface language we can use at the foundation to build tomorrow’s WordPress on, to express ideas we haven’t been able to before. So at the end of 2009 I expect, interface-wise, WordPress to look largely the same as it does now.</p>\n<p>That said, we couldn’t be more excited about the future with regards to features. Now that we’ve cleared out more basic things, we are looking forward in the coming year to really tackling media handling including audio and video, better tools for plugin and theme developers, widgets, theme updates, more integrated and contextual help, and easier integration with projects like <a href=\"http://buddypress.org/\">BuddyPress</a> and <a href=\"http://bbpress.org/\">bbPress</a>.</p>\n<h3>Thank Yous</h3>\n<p>We would like to take a moment to thank the following WordPress.org users for being a part of 2.7: <a href=\"http://segert.net/\">Verena Segert</a>, <a href=\"http://www.fieldii.com/\">Ben Dunkle</a>, 082net, <a href=\"http://ckon.wordpress.com/\">_ck_</a>, <a href=\"http://technosailor.com/\">Aaron Brazell</a>, Aaron Campbell, Aaron Harp, aaron_guitar, abackstrom, <a href=\"http://alexrabe.boelinger.com/\">Alex Rabe</a>, <a href=\"http://flightpathblog.com/\">Alex Shiels</a>, anderswc, andr, <a href=\"http://azaozz.wordpress.com/\">Andrew Ozz</a>, andy, <a href=\"http://apeatling.wordpress.com/\">Andy Peatling</a>, <a href=\"http://ilfilosofo.com/\">Austin Matzko</a>, axelseaa, bendalton, <a href=\"http://extralogical.net/\">Benedict Eastaugh</a>, <a href=\"http://www.umaitech.com/\">Betsy Kimak</a>, <a href=\"http://www.burobjorn.nl/\">Björn Wijers</a>, <a href=\"http://bobrik.name/\">bobrik</a>, brianwhite, bubel, <a href=\"http://www.majordojo.com/\">Byrne Reese</a>, caesarsgrunt, capripot, <a href=\"http://maisonbisson.com/blog/\">Casey Bisson</a>, <a href=\"http://www.cefm.ca/\">Charles E. Frees-Melvin</a>, <a href=\"http://chrisjohnston.org\">Chris Johnston</a>, codestyling, corischlegel, count_0, <a href=\"http://www.red-sweater.com/blog/\">Daniel Jalkut</a>, Daniel Torreblanca, <a href=\"http://www.misthaven.org.uk/blog/\">David McFarlane</a>, dbuser123, <a href=\"http://op111.net/\">Demetris Kikizas</a>, <a href=\"http://dd32.id.au/\">Dion Hulse</a>, docwhat, <a href=\"http://ocaoimh.ie\">Donncha O Caoimh</a>, <a href=\"http://literalbarrage.org/blog/\">Doug Stewart</a>, <a href=\"http://dougal.gunters.org\">Dougal Campbell</a>, dsader, dtsn, dwc, g30rg3x, guillep2k, <a href=\"http://hailin.wordpress.com/\">Hailin Wu</a>, <a href=\"http://engel.uk.to/\">Hans Engel</a>, <a href=\"http://santosj.name/\">Jacob Santos</a>, <a href=\"http://jamierumbelow.net/\">Jamie Rumbelow</a>, <a href=\"http://www.janbrasna.com/\">Jan Brasna</a>, <a href=\"http://jane.wordpress.com/\">Jane Wells</a>, Jean-LucfromBrussels, <a href=\"http://poplarware.com/HodgBlog/\">Jennifer Hodgdon</a>, <a href=\"http://simianuprising.com/\">Jeremy Clarke</a>, <a href=\"http://jmini.fr/\">Jérémie Bresson</a>, jick, <a href=\"http://www.joetek.ca/\">Joe Taiabjee</a>, <a href=\"http://johnblackbourn.com/\">John Blackbourn</a>, John Conners, John Lamansky, johnhennmacc, <a href=\"http://yoast.com/\">Joost de Valk</a>, <a href=\"http://josephscott.org/\">Joseph Scott</a>, kashani, <a href=\"http://www.kpdesign.net/\">Kim Parsell</a>, <a href=\"http://foolswisdom.com/\">Lloyd Budd</a>, <a href=\"http://elektroelch.de/blog\">Lutz Schröer</a>, <a href=\"http://www.malaiac.net\">Malaiac</a>, <a href=\"http://markjaquith.com/\">Mark Jaquith</a>, <a href=\"http://www.blogitude.com/\">Mark Steel</a>, <a href=\"http://mattsblog.ca/\">Matt Freedman</a>, <a href=\"http://ma.tt/\">Matt Mullenweg</a>, <a href=\"htttp://iammattthomas.com/\">Matt Thomas</a>, matthewh84, mattyrob, mcs_trekkie, <a href=\"http://blogwaffe.com/\">Michael Adams</a>, <a href=\"http://www.ioerror.us/\">Michael Hampton</a>, <a href=\"http://codex.wordpress.org/User:MichaelH\">MichaelH</a>, mictasm, <a href=\"http://mikeschinkel.com/\">Mike Schinkel</a>, msi08, msw0418, mtekk, <a href=\"http://mtdewvirus.com/\">Nick Momrik</a>, <a href=\"http://nikolay.bg/\">Nikolay Bachiyski</a>, <a href=\"http://jcksn.com/\">Noel Jackson</a>, <a href=\"http://ottodestruct.com/\">Otto</a>, <a href=\"http://planetozh.com/\">Ozh</a>, paddya, paul, pedrop, pishmishy, Po0ky, RanYanivHartstein, raychampagne, rdworth, reinkim, rickoman, rm53, rnt, <a href=\"http://robert.accettura.com/\">Robert Accettura</a>, roganty, <a href=\"http://boren.nu/\">Ryan Boren</a>, <a href=\"http://cubegames.net/\">Ryan McCue</a>, <a href=\"http://unlettered.com/\">Sam Bauers</a>, Sam_a, schiller, <a href=\"http://www.scott-h.com/\">Scott Houst</a>, sekundek, <a href=\"http://bugssite.org/\">Shane</a>, Simek, <a href=\"http://www.simonwheatley.co.uk/\">Simon Wheatley</a>, <a href=\"http://sivel.net/\">sivel</a>, st_falcon, stefano, strider72, tai, takayukister, techcookies, Terragg, thinlight, tott, <a href=\"http://www.trevorfitzgerald.com/\">Trevor Fitzgerald</a>, tschai, Txanny, <a href=\"http://www.manionline.org/\">Valiallah (Mani) Monajjemi</a>, <a href=\"http://viper007bond.com/\">Viper007Bond</a>, <a href=\"http://wordpress.org/support/profile/1064655\">Vladimir Kolesnikov</a>, wasp, wet, wfrantz, x11tech, xknown, xorax, <a href=\"http://ydekproductions.com/\">ydekproductions</a>, yoavf, yonosoytu, yoshi, zedlander</p>\n\";}i:5;a:12:{s:5:\"title\";s:25:\"2.7 Release Candidate Two\";s:4:\"link\";s:66:\"http://wordpress.org/development/2008/12/27-release-candidate-two/\";s:8:\"comments\";s:75:\"http://wordpress.org/development/2008/12/27-release-candidate-two/#comments\";s:7:\"pubdate\";s:31:\"Wed, 10 Dec 2008 00:55:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=474\";s:11:\"description\";s:315:\"There comes a time in every WordPress release when it’s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.\nIt’s not quite that time yet, but we’re as close as we’ve ever been, hence the immediate availability of 2.7 Release [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:836:\"<p>There comes a time in every WordPress release when it’s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.</p>\n<p>It’s not quite that time yet, but we’re as close as we’ve ever been, hence the <a href=\"http://wordpress.org/wordpress-2.7-RC2.zip\">immediate availability of 2.7 Release Candidate 2, or RC2 for short</a>.</p>\n<p>Of course if you were already testing 2.7, you can just use the built-in core updater (Tools > Upgrade) to download and install RC2 for you (and later upgrade you to the final release when it’s available) but if not you can use the download link above.</p>\n<p>We feel this release is pretty much exactly what we’re going to ship as 2.7, barring any final bugs or polish tweaks that you report or we find.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:71:\"http://wordpress.org/development/2008/12/27-release-candidate-two/feed/\";}s:7:\"summary\";s:315:\"There comes a time in every WordPress release when it’s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.\nIt’s not quite that time yet, but we’re as close as we’ve ever been, hence the immediate availability of 2.7 Release [...]\";s:12:\"atom_content\";s:836:\"<p>There comes a time in every WordPress release when it’s ready for the world , to come out of its cocoon and feel the light of the world on its wings for the first time.</p>\n<p>It’s not quite that time yet, but we’re as close as we’ve ever been, hence the <a href=\"http://wordpress.org/wordpress-2.7-RC2.zip\">immediate availability of 2.7 Release Candidate 2, or RC2 for short</a>.</p>\n<p>Of course if you were already testing 2.7, you can just use the built-in core updater (Tools > Upgrade) to download and install RC2 for you (and later upgrade you to the final release when it’s available) but if not you can use the download link above.</p>\n<p>We feel this release is pretty much exactly what we’re going to ship as 2.7, barring any final bugs or polish tweaks that you report or we find.</p>\n\";}i:6;a:12:{s:5:\"title\";s:33:\"WordPress 2.7 Release Candidate 1\";s:4:\"link\";s:74:\"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/\";s:8:\"comments\";s:83:\"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/#comments\";s:7:\"pubdate\";s:31:\"Mon, 01 Dec 2008 22:26:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Ryan Boren\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=467\";s:11:\"description\";s:312:\"With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.\nWe think RC1 is ready for everyone to try [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:843:\"<p>With the release of RC1, we’re in the final leg of development before the release of 2.7. <a href=\"http://trac.wordpress.org/timeline?from=12%2F01%2F08&daysback=16&changeset=on&update=Update\">280 commits</a> since beta 3 have polished the new admin UI (including new menu icons created by the <a href=\"http://wordpress.org/development/2008/11/the-results-of-project-icon/\">winners of our icon design contest</a>) and fixed all known blocker bugs.</p>\n<p>We think RC1 is ready for everyone to try out. Please <a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">download RC1</a> and help us make the final release the best it can be. As always, <a href=\"http://codex.wordpress.org/WordPress_Backups\">back up your blog</a> before upgrading.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">Get RC1</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:79:\"http://wordpress.org/development/2008/12/wordpress-27-release-candidate-1/feed/\";}s:7:\"summary\";s:312:\"With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs.\nWe think RC1 is ready for everyone to try [...]\";s:12:\"atom_content\";s:843:\"<p>With the release of RC1, we’re in the final leg of development before the release of 2.7. <a href=\"http://trac.wordpress.org/timeline?from=12%2F01%2F08&daysback=16&changeset=on&update=Update\">280 commits</a> since beta 3 have polished the new admin UI (including new menu icons created by the <a href=\"http://wordpress.org/development/2008/11/the-results-of-project-icon/\">winners of our icon design contest</a>) and fixed all known blocker bugs.</p>\n<p>We think RC1 is ready for everyone to try out. Please <a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">download RC1</a> and help us make the final release the best it can be. As always, <a href=\"http://codex.wordpress.org/WordPress_Backups\">back up your blog</a> before upgrading.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-RC1.zip\">Get RC1</a>.</p>\n\";}i:7;a:12:{s:5:\"title\";s:15:\"WordPress 2.6.5\";s:4:\"link\";s:55:\"http://wordpress.org/development/2008/11/wordpress-265/\";s:8:\"comments\";s:64:\"http://wordpress.org/development/2008/11/wordpress-265/#comments\";s:7:\"pubdate\";s:31:\"Tue, 25 Nov 2008 17:33:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Ryan Boren\";}s:8:\"category\";s:11:\"Development\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=462\";s:11:\"description\";s:391:\"WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.\nThe security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1251:\"<p><a href=\"http://wordpress.org/download/\">WordPress 2.6.5 is immediately available and fixes one security problem and three bugs</a>. We recommend everyone upgrade to this release.</p>\n<p>The security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy <code>wp-includes/feed.php</code> and <code>wp-includes/version.php</code> from the 2.6.5 release package.</p>\n<p>2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.6.3&old=&new_path=tags%2F2.6.5&new=\">full changeset</a> between 2.6.3 and 2.6.5.</p>\n<p>Note that we are skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.</p>\n<p><a href=\"http://wordpress.org/download/\">Get WordPress 2.6.5</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:60:\"http://wordpress.org/development/2008/11/wordpress-265/feed/\";}s:7:\"summary\";s:391:\"WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.\nThe security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from [...]\";s:12:\"atom_content\";s:1251:\"<p><a href=\"http://wordpress.org/download/\">WordPress 2.6.5 is immediately available and fixes one security problem and three bugs</a>. We recommend everyone upgrade to this release.</p>\n<p>The security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy <code>wp-includes/feed.php</code> and <code>wp-includes/version.php</code> from the 2.6.5 release package.</p>\n<p>2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.6.3&old=&new_path=tags%2F2.6.5&new=\">full changeset</a> between 2.6.3 and 2.6.5.</p>\n<p>Note that we are skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.</p>\n<p><a href=\"http://wordpress.org/download/\">Get WordPress 2.6.5</a>.</p>\n\";}i:8;a:12:{s:5:\"title\";s:27:\"The Results of Project Icon\";s:4:\"link\";s:69:\"http://wordpress.org/development/2008/11/the-results-of-project-icon/\";s:8:\"comments\";s:78:\"http://wordpress.org/development/2008/11/the-results-of-project-icon/#comments\";s:7:\"pubdate\";s:31:\"Mon, 17 Nov 2008 17:02:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:29:\"User Interface2.7contesticons\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=441\";s:11:\"description\";s:345:\"The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:8013:\"<p><img title=\"Winning icon set by Ben Dunkle\" src=\"http://wpdotorg.files.wordpress.com/2008/11/bd_menu.png\" alt=\"\" width=\"147\" height=\"479\" align=\"left\" />The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from the profile screen. As we prepare for RC1, Ben and Verena will be revising a couple of their icons so that both sets will use the same metaphors, creating the colored “on” states, and creating the larger size of each icon for use in the h2 screen headers. We are very grateful to have had the opportunity to select from so many great options, and would like to express again our appreciation for all the designers who participated in the contest. Thanks also to the more than 3700 people who completed the voting survey and took the time to weigh on on the individual icon sets.</p>\n<table border=\"0\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Q.18 Which one of the sets do you think we should use as a basis for the 2.7 icons?</strong></td>\n</tr>\n<tr>\n<td><strong>Icon Set</strong></td>\n<td><strong># of votes</strong></td>\n<td><strong>% of votes</strong></td>\n</tr>\n<tr>\n<td>BD</td>\n<td>1285</td>\n<td>35%</td>\n</tr>\n<tr>\n<td>VS</td>\n<td>1080</td>\n<td>29%</td>\n</tr>\n<tr>\n<td>GB2</td>\n<td>424</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>OSD</td>\n<td>376</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>300</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>GB1</td>\n<td>235</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<p>The wide lead of BD and VS made it clear that voters had a clear preference for these sets.</p>\n<table border=\"0\" cellspacing=\"3\">\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Q.20 If you could choose a runner-up, which would you choose?</strong></td>\n</tr>\n<tr>\n<td><strong>Icon Set</strong></td>\n<td><strong># of votes</strong></td>\n<td><strong>% of votes</strong></td>\n</tr>\n<tr>\n<td>VS</td>\n<td>916</td>\n<td>27%</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>647</td>\n<td>19%</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>522</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>OSD</td>\n<td>488</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>GB2</td>\n<td>462</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>GB1</td>\n<td>331</td>\n<td>10%</td>\n</tr>\n</tbody>\n</table>\n<p>Question 20 was not mandatory, so a few hundred people skipped it, but the responses we did get (3366 of them) reinforced the fact that the two most popular sets were also the most popular 2nd choices, which made the decision of the judges to go with the popular vote an easy one (take that, electoral college!).</p>\n<p>A few of the individual icon metaphors also had a significant lead over the other choices.<br />\n<strong>Dashboard:</strong> 1333 voters (40%) chose a house as the best metaphor. We agree, so both Ben and Verena will be replacing their Dashboard icons.</p>\n<p><strong>Media:</strong> 2097 voters (65%) chose the combination camera + musical note icon, which was part of Ben’s set. We also really loved it, and Verena will amend her media icon to incorporate this idea.</p>\n<p><strong>Plugins: </strong>1682 voters (53%) selected the outlet plug metaphor, which both Ben and Verena used in their sets.</p>\n<p><strong>Tools:</strong> 1581 voters (49%) liked the combination of two tools better than anything else, so Ben and Verena will try this approach.</p>\n<p>So those are the results, and soon you’ll see the new icons coming to a 2.7 installation near you.</p>\n<p>Need another look at the entries to remember which one you liked best? Here are some reminder images, as well as the identity of each set’s creator.</p>\n<table border=\"1\" cellpadding=\"10\">\n<tbody>\n<tr>\n<td valign=\"top\"><a href=\"http://www.fieldii.com\"><img title=\"Winning icon set by Ben Dunkle\" src=\"http://wpdotorg.files.wordpress.com/2008/11/bd_menu.png\" alt=\"Winning icon set by Ben Dunkle\" width=\"147\" height=\"479\" align=\"left\" /></a>BD was <a href=\"http://www.fieldii.com\">Ben Dunkle</a>, a designer, professor and artist from upstate/western New York State. In case you’ve already forgotten, Ben’s icon set is the winner of Project Icon and will become the default icon set after a few minor changes.</td>\n<td valign=\"top\"><a href=\"http://www.segert.net\"><img title=\"Verena Segert\'s blu icons\" src=\"http://wpdotorg.wordpress.com/files/2008/11/vs_main-navigation-blue.jpg\" alt=\"Verena Segert\'s blu icons\" width=\"165\" height=\"505\" align=\"left\" /></a>VS was <a href=\"http://www.segert.net\">Verena Segert</a>, our runner-up, a designer from Germany who presented sets in both grayscale and blue. Her blue icons received more specific voter comments than the gray ones, so we’re planning the second color palette to be in shades of blue so that we can use the blue icon set.</td>\n</tr>\n<tr>\n<td colspan=\"2\" valign=\"top\"><a href=\"http://guillaumeberry.wordpress.com\"><img title=\"Guillaume Berry\'s 1st set\" src=\"http://wpdotorg.wordpress.com/files/2008/11/menu_set01_gberry.gif\" alt=\"Guillaume Berry\'s 1st set\" width=\"157\" height=\"500\" align=\"left\" /></a><a href=\"http://guillaumeberry.wordpress.com\"><img title=\"Guillaume Berry\'s 2nd set\" src=\"http://wpdotorg.wordpress.com/files/2008/11/menu_set02_gberry.gif\" alt=\"Guillaume Berry\'s 2nd set\" width=\"157\" height=\"500\" align=\"right\" /></a>GB was <a href=\"http://guillaumeberry.wordpress.com\">Guillaume Berry</a>, a designer from France who submitted two sets in the same style in order to propose a couple of different metaphors. One of his sets came in third while the other came in last, but whether you only look at the higher scoring set or you combine their votes, Guillaume had the next highest percentage of votes, and many people liked the metaphors he used for various icons. In fact, given the enthusiasm of the community for Guillaume’s icons, we think a great plugin would be one that would allow the user to upload the icon set of their choice. Any volunteers?</td>\n</tr>\n<tr>\n<td valign=\"top\"><a href=\"http://www.mushon.com/fall08/osd\"><img title=\"Menu icons by Open Source Design Class\" src=\"http://wpdotorg.wordpress.com/files/2008/11/osd_menu.jpg\" alt=\"Menu icons by Open Source Design Class\" width=\"139\" height=\"385\" align=\"left\" /></a>OSD was the <a href=\"http://www.mushon.com/fall08/osd\">Open Source Design class at Parson’s</a> in New york City, taught by Mushon Zer-Aviv and consisting of students Alexandra Zsigmond, Ed Nacional, Karen Messing, Khurram Bajwa, Leonie Leibenfrost. Teacher and students worked together to determine their metaphors and visual style.</td>\n<td valign=\"top\"><a href=\"http://userdesigngroup.com/custom-software-icons/\"><img title=\"Luke Smith\'s menu icons\" src=\"http://wpdotorg.wordpress.com/files/2008/11/ls_menu.jpg\" alt=\"Luke Smith\'s menu icons\" width=\"140\" height=\"367\" align=\"left\" /></a>LS was <a href=\"http://userdesigngroup.com/custom-software-icons/\">Luke Smith</a>, a designer from Iowa who specializes in icons among his other design pursuits.</td>\n</tr>\n</tbody>\n</table>\n<p>If you need to hire an icon designer any time soon, we highly recommend our Project Icon contestants, who all delivered great work in a very short timeframe. It was great to work with all of them, even for such a short assignment.</p>\n<p>So, to sum up:</p>\n<ol>\n<li>The winning icon sets by Ben Dunkle and Verena Segert will be incorporated into WordPress 2.7 RC1.</li>\n<li>Someone should write a plugin that would allow anyone to upload a custom icon set (I bet the other contestants could be convinced to release their icon sets for such a purpose).</li>\n<li>2.7 is still trucking away, but we can always use help with patches, especially for IE6! (I know, that wasn’t in the main post, but it’s true, so hmph)</li>\n</ol>\n<p>Thanks again to everyone who participated in this experiment, and we hope you enjoyed it as much as we did. And congratulations again to Ben and Verena!</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:74:\"http://wordpress.org/development/2008/11/the-results-of-project-icon/feed/\";}s:7:\"summary\";s:345:\"The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from [...]\";s:12:\"atom_content\";s:8013:\"<p><img title=\"Winning icon set by Ben Dunkle\" src=\"http://wpdotorg.files.wordpress.com/2008/11/bd_menu.png\" alt=\"\" width=\"147\" height=\"479\" align=\"left\" />The community has voted, and the votes have been tallied. The winner of Project Icon, with 35% of the votes, is Entry ID “BD,” otherwise known as Ben Dunkle. Congratulations, Ben! The runner-up was VS, otherwise known as Verena Segert, so we’ll be attaching that set to the alternate color palette that is selectable from the profile screen. As we prepare for RC1, Ben and Verena will be revising a couple of their icons so that both sets will use the same metaphors, creating the colored “on” states, and creating the larger size of each icon for use in the h2 screen headers. We are very grateful to have had the opportunity to select from so many great options, and would like to express again our appreciation for all the designers who participated in the contest. Thanks also to the more than 3700 people who completed the voting survey and took the time to weigh on on the individual icon sets.</p>\n<table border=\"0\" cellpadding=\"3\">\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Q.18 Which one of the sets do you think we should use as a basis for the 2.7 icons?</strong></td>\n</tr>\n<tr>\n<td><strong>Icon Set</strong></td>\n<td><strong># of votes</strong></td>\n<td><strong>% of votes</strong></td>\n</tr>\n<tr>\n<td>BD</td>\n<td>1285</td>\n<td>35%</td>\n</tr>\n<tr>\n<td>VS</td>\n<td>1080</td>\n<td>29%</td>\n</tr>\n<tr>\n<td>GB2</td>\n<td>424</td>\n<td>11%</td>\n</tr>\n<tr>\n<td>OSD</td>\n<td>376</td>\n<td>10%</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>300</td>\n<td>8%</td>\n</tr>\n<tr>\n<td>GB1</td>\n<td>235</td>\n<td>6%</td>\n</tr>\n</tbody>\n</table>\n<p>The wide lead of BD and VS made it clear that voters had a clear preference for these sets.</p>\n<table border=\"0\" cellspacing=\"3\">\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Q.20 If you could choose a runner-up, which would you choose?</strong></td>\n</tr>\n<tr>\n<td><strong>Icon Set</strong></td>\n<td><strong># of votes</strong></td>\n<td><strong>% of votes</strong></td>\n</tr>\n<tr>\n<td>VS</td>\n<td>916</td>\n<td>27%</td>\n</tr>\n<tr>\n<td>BD</td>\n<td>647</td>\n<td>19%</td>\n</tr>\n<tr>\n<td>LS</td>\n<td>522</td>\n<td>16%</td>\n</tr>\n<tr>\n<td>OSD</td>\n<td>488</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>GB2</td>\n<td>462</td>\n<td>14%</td>\n</tr>\n<tr>\n<td>GB1</td>\n<td>331</td>\n<td>10%</td>\n</tr>\n</tbody>\n</table>\n<p>Question 20 was not mandatory, so a few hundred people skipped it, but the responses we did get (3366 of them) reinforced the fact that the two most popular sets were also the most popular 2nd choices, which made the decision of the judges to go with the popular vote an easy one (take that, electoral college!).</p>\n<p>A few of the individual icon metaphors also had a significant lead over the other choices.<br />\n<strong>Dashboard:</strong> 1333 voters (40%) chose a house as the best metaphor. We agree, so both Ben and Verena will be replacing their Dashboard icons.</p>\n<p><strong>Media:</strong> 2097 voters (65%) chose the combination camera + musical note icon, which was part of Ben’s set. We also really loved it, and Verena will amend her media icon to incorporate this idea.</p>\n<p><strong>Plugins: </strong>1682 voters (53%) selected the outlet plug metaphor, which both Ben and Verena used in their sets.</p>\n<p><strong>Tools:</strong> 1581 voters (49%) liked the combination of two tools better than anything else, so Ben and Verena will try this approach.</p>\n<p>So those are the results, and soon you’ll see the new icons coming to a 2.7 installation near you.</p>\n<p>Need another look at the entries to remember which one you liked best? Here are some reminder images, as well as the identity of each set’s creator.</p>\n<table border=\"1\" cellpadding=\"10\">\n<tbody>\n<tr>\n<td valign=\"top\"><a href=\"http://www.fieldii.com\"><img title=\"Winning icon set by Ben Dunkle\" src=\"http://wpdotorg.files.wordpress.com/2008/11/bd_menu.png\" alt=\"Winning icon set by Ben Dunkle\" width=\"147\" height=\"479\" align=\"left\" /></a>BD was <a href=\"http://www.fieldii.com\">Ben Dunkle</a>, a designer, professor and artist from upstate/western New York State. In case you’ve already forgotten, Ben’s icon set is the winner of Project Icon and will become the default icon set after a few minor changes.</td>\n<td valign=\"top\"><a href=\"http://www.segert.net\"><img title=\"Verena Segert\'s blu icons\" src=\"http://wpdotorg.wordpress.com/files/2008/11/vs_main-navigation-blue.jpg\" alt=\"Verena Segert\'s blu icons\" width=\"165\" height=\"505\" align=\"left\" /></a>VS was <a href=\"http://www.segert.net\">Verena Segert</a>, our runner-up, a designer from Germany who presented sets in both grayscale and blue. Her blue icons received more specific voter comments than the gray ones, so we’re planning the second color palette to be in shades of blue so that we can use the blue icon set.</td>\n</tr>\n<tr>\n<td colspan=\"2\" valign=\"top\"><a href=\"http://guillaumeberry.wordpress.com\"><img title=\"Guillaume Berry\'s 1st set\" src=\"http://wpdotorg.wordpress.com/files/2008/11/menu_set01_gberry.gif\" alt=\"Guillaume Berry\'s 1st set\" width=\"157\" height=\"500\" align=\"left\" /></a><a href=\"http://guillaumeberry.wordpress.com\"><img title=\"Guillaume Berry\'s 2nd set\" src=\"http://wpdotorg.wordpress.com/files/2008/11/menu_set02_gberry.gif\" alt=\"Guillaume Berry\'s 2nd set\" width=\"157\" height=\"500\" align=\"right\" /></a>GB was <a href=\"http://guillaumeberry.wordpress.com\">Guillaume Berry</a>, a designer from France who submitted two sets in the same style in order to propose a couple of different metaphors. One of his sets came in third while the other came in last, but whether you only look at the higher scoring set or you combine their votes, Guillaume had the next highest percentage of votes, and many people liked the metaphors he used for various icons. In fact, given the enthusiasm of the community for Guillaume’s icons, we think a great plugin would be one that would allow the user to upload the icon set of their choice. Any volunteers?</td>\n</tr>\n<tr>\n<td valign=\"top\"><a href=\"http://www.mushon.com/fall08/osd\"><img title=\"Menu icons by Open Source Design Class\" src=\"http://wpdotorg.wordpress.com/files/2008/11/osd_menu.jpg\" alt=\"Menu icons by Open Source Design Class\" width=\"139\" height=\"385\" align=\"left\" /></a>OSD was the <a href=\"http://www.mushon.com/fall08/osd\">Open Source Design class at Parson’s</a> in New york City, taught by Mushon Zer-Aviv and consisting of students Alexandra Zsigmond, Ed Nacional, Karen Messing, Khurram Bajwa, Leonie Leibenfrost. Teacher and students worked together to determine their metaphors and visual style.</td>\n<td valign=\"top\"><a href=\"http://userdesigngroup.com/custom-software-icons/\"><img title=\"Luke Smith\'s menu icons\" src=\"http://wpdotorg.wordpress.com/files/2008/11/ls_menu.jpg\" alt=\"Luke Smith\'s menu icons\" width=\"140\" height=\"367\" align=\"left\" /></a>LS was <a href=\"http://userdesigngroup.com/custom-software-icons/\">Luke Smith</a>, a designer from Iowa who specializes in icons among his other design pursuits.</td>\n</tr>\n</tbody>\n</table>\n<p>If you need to hire an icon designer any time soon, we highly recommend our Project Icon contestants, who all delivered great work in a very short timeframe. It was great to work with all of them, even for such a short assignment.</p>\n<p>So, to sum up:</p>\n<ol>\n<li>The winning icon sets by Ben Dunkle and Verena Segert will be incorporated into WordPress 2.7 RC1.</li>\n<li>Someone should write a plugin that would allow anyone to upload a custom icon set (I bet the other contestants could be convinced to release their icon sets for such a purpose).</li>\n<li>2.7 is still trucking away, but we can always use help with patches, especially for IE6! (I know, that wasn’t in the main post, but it’s true, so hmph)</li>\n</ol>\n<p>Thanks again to everyone who participated in this experiment, and we hope you enjoyed it as much as we did. And congratulations again to Ben and Verena!</p>\n\";}i:9;a:12:{s:5:\"title\";s:20:\"WordPress 2.7 Beta 3\";s:4:\"link\";s:61:\"http://wordpress.org/development/2008/11/wordpress-27-beta-3/\";s:8:\"comments\";s:70:\"http://wordpress.org/development/2008/11/wordpress-27-beta-3/#comments\";s:7:\"pubdate\";s:31:\"Sat, 15 Nov 2008 20:43:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Mark Jaquith\";}s:8:\"category\";s:11:\"Releases2.7\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=437\";s:11:\"description\";s:387:\"WordPress 2.7 Beta 3 has been released for your testing pleasure. Here are some of the changes since Beta 2 (over 160 changes in total):\n\nNumerous style improvements and refinements.\nAll admin notices now go under the page title.\nPHP Notice fixes.\nDashboard widget options now properly save.\nMenu fixes.\nNew design for Quick Edit.\nCanonical feed URL fixes.\nWalker fixes.\nAn update [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1720:\"<p><a href=\"http://wordpress.org/wordpress-2.7-beta3.zip\">WordPress 2.7 Beta 3 has been released</a> for your testing pleasure. Here are some of the changes since Beta 2 (over 160 changes in total):</p>\n<ul>\n<li>Numerous style improvements and refinements.</li>\n<li>All admin notices now go <em>under</em> the page title.</li>\n<li>PHP Notice fixes.</li>\n<li>Dashboard widget options now properly save.</li>\n<li>Menu fixes.</li>\n<li>New design for Quick Edit.</li>\n<li>Canonical feed URL fixes.</li>\n<li>Walker fixes.</li>\n<li>An update for Hello Dolly.</li>\n<li>Plugin installer updates.</li>\n<li>Numerous font updates.</li>\n<li>Updated login logo.</li>\n<li>Switch position of “Save Draft” and “Preview” buttons in publish module.</li>\n<li>File upload support for MS Office 2007+ file formats.</li>\n<li>Media upload buttons won’t show if the user doesn’t have the upload capability.</li>\n<li>Canonical redirects only do yes-www or no-www redirection for domains.</li>\n<li>Shift-click checkbox range selection improvement.</li>\n<li>Add New User page now separate.</li>\n<li>Tag suggest only suggests tags (not other taxonomy terms).</li>\n<li>QuickPress shows “Submit for Review” if user cannot publish.</li>\n<li>Private posts/pages, and password-protected posts/pages are rolled into new “Visibility” section of publish module.</li>\n</ul>\n<p>If you have already installed Beta 1 or Beta 2, you can update to Beta 3 via the Tools -> Update menu. If you have problems, or if this is your first time in the 2.7 beta ring, you can download and upgrade the old fashioned way.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-beta3.zip\">Get 2.7 Beta 3</a>.</p>\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:66:\"http://wordpress.org/development/2008/11/wordpress-27-beta-3/feed/\";}s:7:\"summary\";s:387:\"WordPress 2.7 Beta 3 has been released for your testing pleasure. Here are some of the changes since Beta 2 (over 160 changes in total):\n\nNumerous style improvements and refinements.\nAll admin notices now go under the page title.\nPHP Notice fixes.\nDashboard widget options now properly save.\nMenu fixes.\nNew design for Quick Edit.\nCanonical feed URL fixes.\nWalker fixes.\nAn update [...]\";s:12:\"atom_content\";s:1720:\"<p><a href=\"http://wordpress.org/wordpress-2.7-beta3.zip\">WordPress 2.7 Beta 3 has been released</a> for your testing pleasure. Here are some of the changes since Beta 2 (over 160 changes in total):</p>\n<ul>\n<li>Numerous style improvements and refinements.</li>\n<li>All admin notices now go <em>under</em> the page title.</li>\n<li>PHP Notice fixes.</li>\n<li>Dashboard widget options now properly save.</li>\n<li>Menu fixes.</li>\n<li>New design for Quick Edit.</li>\n<li>Canonical feed URL fixes.</li>\n<li>Walker fixes.</li>\n<li>An update for Hello Dolly.</li>\n<li>Plugin installer updates.</li>\n<li>Numerous font updates.</li>\n<li>Updated login logo.</li>\n<li>Switch position of “Save Draft” and “Preview” buttons in publish module.</li>\n<li>File upload support for MS Office 2007+ file formats.</li>\n<li>Media upload buttons won’t show if the user doesn’t have the upload capability.</li>\n<li>Canonical redirects only do yes-www or no-www redirection for domains.</li>\n<li>Shift-click checkbox range selection improvement.</li>\n<li>Add New User page now separate.</li>\n<li>Tag suggest only suggests tags (not other taxonomy terms).</li>\n<li>QuickPress shows “Submit for Review” if user cannot publish.</li>\n<li>Private posts/pages, and password-protected posts/pages are rolled into new “Visibility” section of publish module.</li>\n</ul>\n<p>If you have already installed Beta 1 or Beta 2, you can update to Beta 3 via the Tools -> Update menu. If you have problems, or if this is your first time in the 2.7 beta ring, you can download and upgrade the old fashioned way.</p>\n<p><a href=\"http://wordpress.org/wordpress-2.7-beta3.zip\">Get 2.7 Beta 3</a>.</p>\n\";}}s:7:\"channel\";a:8:{s:5:\"title\";s:26:\"WordPress Development Blog\";s:4:\"link\";s:32:\"http://wordpress.org/development\";s:11:\"description\";s:33:\"WordPress development and updates\";s:7:\"pubdate\";s:31:\"Wed, 11 Feb 2009 09:24:01 +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'),(113,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','1234356408','no'),(114,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: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:2;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:3;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:4;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:5;a:7:{s:5:\"title\";s:27:\"danielelippi on \"StatPress\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/statpress/#post-2383\";s:7:\"pubdate\";s:31:\"Tue, 25 Sep 2007 16:00:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"danielelippi\";}s:4:\"guid\";s:41:\"2383@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"StatPress is first real-time plugin dedicated to the management of statistics about blog visits. It collects information about visitors, spiders, sear\";s:7:\"summary\";s:150:\"StatPress is first real-time plugin dedicated to the management of statistics about blog visits. It collects information about visitors, spiders, sear\";}i:6;a:7:{s:5:\"title\";s:23:\"GamerZ on \"WP-PageNavi\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/wp-pagenavi/#post-363\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"GamerZ\";}s:4:\"guid\";s:40:\"363@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:59:\"Adds a more advanced paging navigation your WordPress blog.\";s:7:\"summary\";s:59:\"Adds a more advanced paging navigation your WordPress blog.\";}i:7;a:7:{s:5:\"title\";s:17:\"matt on \"Akismet\"\";s:4:\"link\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"matt\";}s:4:\"guid\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"summary\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";}i:8;a:7:{s:5:\"title\";s:28:\"freediver on \"Smart YouTube\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/smart-youtube/#post-2935\";s:7:\"pubdate\";s:31:\"Tue, 12 Feb 2008 12:05:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"freediver\";}s:4:\"guid\";s:41:\"2935@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:112:\"Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.\";s:7:\"summary\";s:112:\"Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.\";}i:9;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:10;a:7:{s:5:\"title\";s:20:\"GamerZ on \"WP-Polls\"\";s:4:\"link\";s:54:\"http://wordpress.org/extend/plugins/wp-polls/#post-368\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 23:18:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"GamerZ\";}s:4:\"guid\";s:40:\"368@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:117:\"Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress\'s blog post/page.\";s:7:\"summary\";s:117:\"Adds an AJAX poll system to your WordPress blog. You can also easily add a poll into your WordPress\'s blog post/page.\";}i:11;a:7:{s:5:\"title\";s:30:\"Michael_ on \"Maintenance Mode\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/maintenance-mode/#post-2088\";s:7:\"pubdate\";s:31:\"Sat, 30 Jun 2007 19:15:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"Michael_\";}s:4:\"guid\";s:41:\"2088@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:90:\"Adds a splash page to your blog that lets visitors know your blog is down for maintenance.\";s:7:\"summary\";s:90:\"Adds a splash page to your blog that lets visitors know your blog is down for maintenance.\";}i:12;a:7:{s:5:\"title\";s:24:\"WebGeek on \"WP-SpamFree\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/wp-spamfree/#post-2654\";s:7:\"pubdate\";s:31:\"Sat, 15 Dec 2007 12:10:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"WebGeek\";}s:4:\"guid\";s:41:\"2654@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:139:\"Powerful anti-spam plugin that virtually eliminates comment spam. Finally, you can enjoy a spam-free WordPress blog! Includes contact form.\";s:7:\"summary\";s:139:\"Powerful anti-spam plugin that virtually eliminates comment spam. Finally, you can enjoy a spam-free WordPress blog! Includes contact form.\";}i: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:24:\"eightface on \"flickrRSS\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/flickr-rss/#post-111\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:28:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"eightface\";}s:4:\"guid\";s:40:\"111@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:120:\"Allows you to integrate Flickr photos into your site. It supports user, set, favorite, group and community photostreams.\";s:7:\"summary\";s:120:\"Allows you to integrate Flickr photos into your site. It supports user, set, favorite, group and community photostreams.\";}}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:\"Wed, 11 Feb 2009 12:46:48 +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'),(115,0,'rss_a5420c83891a9c88ad2a4f04584a5efc_ts','1234356408','no'),(116,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:\"oremj on \"Custom User CSS\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/custom-user-css/#post-9076\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 23:29:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"oremj\";}s:4:\"guid\";s:41:\"9076@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:48:\"Allows users to apply custom CSS to their blogs.\";s:7:\"summary\";s:48:\"Allows users to apply custom CSS to their blogs.\";}i:1;a:7:{s:5:\"title\";s:31:\"imoracle on \"WordPress Toolbar\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/wordpress-toolbar/#post-9071\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 21:16:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"imoracle\";}s:4:\"guid\";s:41:\"9071@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:122:\"WordPress Toolbar is a unique plugin which will automatically enable a toolbar for all outgoing links from your blog post.\";s:7:\"summary\";s:122:\"WordPress Toolbar is a unique plugin which will automatically enable a toolbar for all outgoing links from your blog post.\";}i:2;a:7:{s:5:\"title\";s:54:\"mruggieri on \"EchoCurrent Affiliate Product Optimizer\"\";s:4:\"link\";s:74:\"http://wordpress.org/extend/plugins/affiliate-product-optimizer/#post-9067\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 14:31:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"mruggieri\";}s:4:\"guid\";s:41:\"9067@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:103:\"A Widget that enables easy integration of an EchoCurrent Affiliate Product Optimizer Zone on your blog.\";s:7:\"summary\";s:103:\"A Widget that enables easy integration of an EchoCurrent Affiliate Product Optimizer Zone on your blog.\";}i:3;a:7:{s:5:\"title\";s:38:\"mee.six on \"Yandex Maps for WordPress\"\";s:4:\"link\";s:72:\"http://wordpress.org/extend/plugins/yandex-maps-for-wordpress/#post-9066\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 14:30:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"mee.six\";}s:4:\"guid\";s:41:\"9066@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"This simple plugin allows you to insert Yandex Maps into your blog posts, including large cities of Eastern Europe and Russia. Based on Google Maps fo\";s:7:\"summary\";s:150:\"This simple plugin allows you to insert Yandex Maps into your blog posts, including large cities of Eastern Europe and Russia. Based on Google Maps fo\";}i:4;a:7:{s:5:\"title\";s:33:\"madeinthayaland on \"Buy Sell Ads\"\";s:4:\"link\";s:59:\"http://wordpress.org/extend/plugins/buy-sell-ads/#post-9062\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 11:24:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"madeinthayaland\";}s:4:\"guid\";s:41:\"9062@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:79:\"This plugin helps you easily integrate Buy Sell Ads with anti-AdBlock measures.\";s:7:\"summary\";s:79:\"This plugin helps you easily integrate Buy Sell Ads with anti-AdBlock measures.\";}i:5;a:7:{s:5:\"title\";s:18:\"afex on \"reefiris\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/reefiris/#post-9060\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 10:51:28 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"afex\";}s:4:\"guid\";s:41:\"9060@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:56:\"Show your reefiris.com data in the sidebar of your blog.\";s:7:\"summary\";s:56:\"Show your reefiris.com data in the sidebar of your blog.\";}i:6;a:7:{s:5:\"title\";s:28:\"joshcook on \"Age Calculator\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/age-calculator/#post-9055\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 06:53:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"joshcook\";}s:4:\"guid\";s:41:\"9055@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"A quicktag that will calculate the current age of a person/animal/whatever based on it\'s birthdate. Supports changing the verbage for year(s) and mont\";s:7:\"summary\";s:150:\"A quicktag that will calculate the current age of a person/animal/whatever based on it\'s birthdate. Supports changing the verbage for year(s) and mont\";}i:7;a:7:{s:5:\"title\";s:22:\"knofun on \"WP ZinText\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/wpzintext/#post-9054\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 05:31:36 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"knofun\";}s:4:\"guid\";s:41:\"9054@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:124:\"In-text advertising solution for WordPress users, automatically links high value keywords in your posts to searches on ebay.\";s:7:\"summary\";s:124:\"In-text advertising solution for WordPress users, automatically links high value keywords in your posts to searches on ebay.\";}i:8;a:7:{s:5:\"title\";s:39:\"lersveen on \"MyAnimeList for Wordpress\"\";s:4:\"link\";s:72:\"http://wordpress.org/extend/plugins/myanimelist-for-wordpress/#post-9053\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 22:53:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"lersveen\";}s:4:\"guid\";s:41:\"9053@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"MAL for WordPress displays your recently watched anime in your WordPress blog. Basically a quick rewrite of the last.fm-plugin written by Ricardo Gonz\";s:7:\"summary\";s:150:\"MAL for WordPress displays your recently watched anime in your WordPress blog. Basically a quick rewrite of the last.fm-plugin written by Ricardo Gonz\";}i:9;a:7:{s:5:\"title\";s:48:\"AthenaOfDelphi on \"Advanced Custom Field Widget\"\";s:4:\"link\";s:75:\"http://wordpress.org/extend/plugins/advanced-custom-field-widget/#post-9052\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 22:29:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:14:\"AthenaOfDelphi\";}s:4:\"guid\";s:41:\"9052@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:135:\"The Advanced Custom Field Widget is an extension of the Custom Field Widget by Scott Wallick, and displays values of custom field keys.\";s:7:\"summary\";s:135:\"The Advanced Custom Field Widget is an extension of the Custom Field Widget by Scott Wallick, and displays values of custom field keys.\";}i:10;a:7:{s:5:\"title\";s:25:\"reneade on \"TwitterPosts\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/twitter-posts/#post-9051\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 21:14:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"reneade\";}s:4:\"guid\";s:41:\"9051@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"This WordPress plugin automatically sends new posts of your blog to twitter as soon as they get published. This also works with posts that are automat\";s:7:\"summary\";s:150:\"This WordPress plugin automatically sends new posts of your blog to twitter as soon as they get published. This also works with posts that are automat\";}i:11;a:7:{s:5:\"title\";s:21:\"gwolle on \"Gwolle-GB\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/gwolle-gb/#post-9042\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 13:10:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"gwolle\";}s:4:\"guid\";s:41:\"9042@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:86:\"Gwolle-GB is the Wordpress guestbook you\'ve just been looking for. Beautiful and easy.\";s:7:\"summary\";s:86:\"Gwolle-GB is the Wordpress guestbook you\'ve just been looking for. Beautiful and easy.\";}i:12;a:7:{s:5:\"title\";s:32:\"zerbynet on \"Zerby Login Widget\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/zerby-login-widget/#post-9038\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 10:49:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"zerbynet\";}s:4:\"guid\";s:41:\"9038@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:35:\"A little Widget for authentication.\";s:7:\"summary\";s:35:\"A little Widget for authentication.\";}i:13;a:7:{s:5:\"title\";s:32:\"Mrasnika on \"TopBlogLog Buttons\"\";s:4:\"link\";s:53:\"http://wordpress.org/extend/plugins/wp-tbl/#post-9037\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 10:00:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"Mrasnika\";}s:4:\"guid\";s:41:\"9037@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:135:\"Тази приставка ще ви помогне лесно и бързо да поставете бутоните на TopBlogLog.\";s:7:\"summary\";s:135:\"Тази приставка ще ви помогне лесно и бързо да поставете бутоните на TopBlogLog.\";}i:14;a:7:{s:5:\"title\";s:31:\"DanielSands on \"IWantOneButton\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/iwant-one-ihave-one/#post-9035\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 09:40:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"DanielSands\";}s:4:\"guid\";s:41:\"9035@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:135:\"A Simple Plugin which allows you to have an \"I want one\" and \"I have one\" on your blog posts, and then display the results in a widget.\";s:7:\"summary\";s:135:\"A Simple Plugin which allows you to have an \"I want one\" and \"I have one\" on your blog posts, and then display the results in a widget.\";}}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:\"Wed, 11 Feb 2009 12:46:48 +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'),(117,0,'rss_57bc725ad6568758915363af670fd8bc_ts','1234356408','no'),(118,0,'rss_1a5f760f2e2b48827d4974a60857e7c2','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:25:\"raufaser on \"article2pdf\"\";s:4:\"link\";s:58:\"http://wordpress.org/extend/plugins/article2pdf/#post-5634\";s:7:\"pubdate\";s:31:\"Wed, 14 May 2008 22:32:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"raufaser\";}s:4:\"guid\";s:41:\"5634@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:149:\"Article2pdf let your visitors download a post as PDF file: images, formats, lists, tables included. You can use a PDF as template file and much more.\";s:7:\"summary\";s:149:\"Article2pdf let your visitors download a post as PDF file: images, formats, lists, tables included. You can use a PDF as template file and much more.\";}i:1;a:7:{s:5:\"title\";s:18:\"toppa on \"Shashin\"\";s:4:\"link\";s:54:\"http://wordpress.org/extend/plugins/shashin/#post-2301\";s:7:\"pubdate\";s:31:\"Wed, 12 Sep 2007 16:45:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"toppa\";}s:4:\"guid\";s:41:\"2301@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:107:\"Shashin is a powerful WordPress plugin that lets you display Picasa images anywhere in your WordPress site.\";s:7:\"summary\";s:107:\"Shashin is a powerful WordPress plugin that lets you display Picasa images anywhere in your WordPress site.\";}i:2;a:7:{s:5:\"title\";s:54:\"mruggieri on \"EchoCurrent Affiliate Product Optimizer\"\";s:4:\"link\";s:74:\"http://wordpress.org/extend/plugins/affiliate-product-optimizer/#post-9067\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 14:31:55 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"mruggieri\";}s:4:\"guid\";s:41:\"9067@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:103:\"A Widget that enables easy integration of an EchoCurrent Affiliate Product Optimizer Zone on your blog.\";s:7:\"summary\";s:103:\"A Widget that enables easy integration of an EchoCurrent Affiliate Product Optimizer Zone on your blog.\";}i:3;a:7:{s:5:\"title\";s:28:\"nsimon on \"DandyID Services\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/dandyid-services/#post-8169\";s:7:\"pubdate\";s:31:\"Fri, 19 Dec 2008 22:11:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"nsimon\";}s:4:\"guid\";s:41:\"8169@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:127:\"Displays all of your online identities (Twitter, Facebook, Flickr, LinkedIn, YouTube, more) as clickable links in your sidebar.\";s:7:\"summary\";s:127:\"Displays all of your online identities (Twitter, Facebook, Flickr, LinkedIn, YouTube, more) as clickable links in your sidebar.\";}i:4;a:7:{s:5:\"title\";s:31:\"freediver on \"Theme Test Drive\"\";s:4:\"link\";s:63:\"http://wordpress.org/extend/plugins/theme-test-drive/#post-2934\";s:7:\"pubdate\";s:31:\"Tue, 12 Feb 2008 11:50:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"freediver\";}s:4:\"guid\";s:41:\"2934@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:84:\"Safely test drive any theme as an administrator, while visitors use the default one.\";s:7:\"summary\";s:84:\"Safely test drive any theme as an administrator, while visitors use the default one.\";}i:5;a:7:{s:5:\"title\";s:24:\"isa.goksu on \"ProPlayer\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/proplayer/#post-8902\";s:7:\"pubdate\";s:31:\"Sun, 01 Feb 2009 05:00:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"isa.goksu\";}s:4:\"guid\";s:41:\"8902@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:149:\"Display online videos from various sources (youtube, vimeo, veoh, dailymotion, etc) in any Custom FLV Player. 27 different skins, rating system, etc.\";s:7:\"summary\";s:149:\"Display online videos from various sources (youtube, vimeo, veoh, dailymotion, etc) in any Custom FLV Player. 27 different skins, rating system, etc.\";}i:6;a:7:{s:5:\"title\";s:40:\"marisp on \"G-Lock Double Opt-in Manager\"\";s:4:\"link\";s:75:\"http://wordpress.org/extend/plugins/g-lock-double-opt-in-manager/#post-7123\";s:7:\"pubdate\";s:31:\"Wed, 24 Sep 2008 11:27:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"marisp\";}s:4:\"guid\";s:41:\"7123@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:129:\"This mailing list management plugin allows the visitors of your blog subscribe to your mailing list using a double opt-in method.\";s:7:\"summary\";s:129:\"This mailing list management plugin allows the visitors of your blog subscribe to your mailing list using a double opt-in method.\";}i:7;a:7:{s:5:\"title\";s:24:\"tbelmans on \"Signup TOS\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/mm-custom/#post-8139\";s:7:\"pubdate\";s:31:\"Thu, 18 Dec 2008 10:17:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"tbelmans\";}s:4:\"guid\";s:41:\"8139@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:11:\"description\";s:7:\"summary\";s:11:\"description\";}i:8;a:7:{s:5:\"title\";s:26:\"oremj on \"Custom User CSS\"\";s:4:\"link\";s:62:\"http://wordpress.org/extend/plugins/custom-user-css/#post-9076\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 23:29:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"oremj\";}s:4:\"guid\";s:41:\"9076@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:48:\"Allows users to apply custom CSS to their blogs.\";s:7:\"summary\";s:48:\"Allows users to apply custom CSS to their blogs.\";}i:9;a:7:{s:5:\"title\";s:23:\"johnny5 on \"Drain Hole\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/drain-hole/#post-2352\";s:7:\"pubdate\";s:31:\"Thu, 20 Sep 2007 02:37:40 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"johnny5\";}s:4:\"guid\";s:41:\"2352@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Drain Hole is a centralized download manager with full monitoring, statistics, versioning, SVN support, and proper SEO download URLs (no nasty query p\";s:7:\"summary\";s:150:\"Drain Hole is a centralized download manager with full monitoring, statistics, versioning, SVN support, and proper SEO download URLs (no nasty query p\";}i:10;a:7:{s:5:\"title\";s:21:\"gwolle on \"Gwolle-GB\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/gwolle-gb/#post-9042\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 13:10:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"gwolle\";}s:4:\"guid\";s:41:\"9042@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:86:\"Gwolle-GB is the Wordpress guestbook you\'ve just been looking for. Beautiful and easy.\";s:7:\"summary\";s:86:\"Gwolle-GB is the Wordpress guestbook you\'ve just been looking for. Beautiful and easy.\";}i:11;a:7:{s:5:\"title\";s:25:\"koelle on \"LeagueManager\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/leaguemanager/#post-5137\";s:7:\"pubdate\";s:31:\"Mon, 07 Apr 2008 12:35:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"koelle\";}s:4:\"guid\";s:41:\"5137@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:43:\"Plugin to manage and present Sports Leagues\";s:7:\"summary\";s:43:\"Plugin to manage and present Sports Leagues\";}i:12;a:7:{s:5:\"title\";s:31:\"imoracle on \"WordPress Toolbar\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/wordpress-toolbar/#post-9071\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 21:16:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"imoracle\";}s:4:\"guid\";s:41:\"9071@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:122:\"WordPress Toolbar is a unique plugin which will automatically enable a toolbar for all outgoing links from your blog post.\";s:7:\"summary\";s:122:\"WordPress Toolbar is a unique plugin which will automatically enable a toolbar for all outgoing links from your blog post.\";}i:13;a:7:{s:5:\"title\";s:43:\"blogmechanic on \"BlogMechanics KeywordLink\"\";s:4:\"link\";s:85:\"http://wordpress.org/extend/plugins/blog-mechanics-keyword-link-plugin-v01/#post-4952\";s:7:\"pubdate\";s:31:\"Wed, 26 Mar 2008 09:24:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"blogmechanic\";}s:4:\"guid\";s:41:\"4952@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:115:\"A plugin that allows you to define keyword/link pairs. The keywords are automatically linked in each of your posts.\";s:7:\"summary\";s:115:\"A plugin that allows you to define keyword/link pairs. The keywords are automatically linked in each of your posts.\";}i:14;a:7:{s:5:\"title\";s:24:\"jamesdlow on \"Post ToDo\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/post-todo/#post-7906\";s:7:\"pubdate\";s:31:\"Tue, 02 Dec 2008 07:03:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"jamesdlow\";}s:4:\"guid\";s:41:\"7906@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:66:\"Create multiple todo lists, one for each post or page if you want.\";s:7:\"summary\";s:66:\"Create multiple todo lists, one for each post or page if you want.\";}}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:\"Wed, 11 Feb 2009 12:46:48 +0000\";s:7:\"tagline\";s:16:\"Recently Updated\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(119,0,'rss_1a5f760f2e2b48827d4974a60857e7c2_ts','1234356409','no'),(120,0,'rss_867bd5c64f85878d03a060509cd2f92c','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:41:\"Dougal Campbell: WordPress 2.7.1 Released\";s:4:\"guid\";s:33:\"http://dougal.gunters.org/?p=1451\";s:4:\"link\";s:64:\"http://dougal.gunters.org/blog/2009/02/11/wordpress-271-released\";s:11:\"description\";s:1321:\"<p><img class=\"alignright size-full wp-image-1150\" title=\"WordPress Wednesday\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2008/10/wordpress-wednesday.png\" alt=\"\" width=\"150\" height=\"150\" /></p>\n<p>The official <a href=\"http://wordpress.org/development/2009/02/wordpress-271/\">WordPress 2.7.1 release</a> is now ready for download. The announcement on the WordPress Development Blog is short and to the point:</p>\n<blockquote><p>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.</p>\n<p>Consult the list of fixed tickets and the full set of changes between 2.7 and 2.7.1 for details.</p></blockquote>\n<p>I was going to highlight some of the changes here, but really there aren’t any major things worth pointing out. And as Martha Stewart would say, “That’s a Good Thing!” The fact that the bugfixes are all so minor simply reflects the overall quality of the initial 2.7 release. Good job, dev team! If you’re curious enough, you can view the <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.7.1&resolution=fixed&order=priority\">list of closed tickets for WP 2.7.1</a>.</p>\";s:7:\"pubdate\";s:31:\"Wed, 11 Feb 2009 05:30:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:1321:\"<p><img class=\"alignright size-full wp-image-1150\" title=\"WordPress Wednesday\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2008/10/wordpress-wednesday.png\" alt=\"\" width=\"150\" height=\"150\" /></p>\n<p>The official <a href=\"http://wordpress.org/development/2009/02/wordpress-271/\">WordPress 2.7.1 release</a> is now ready for download. The announcement on the WordPress Development Blog is short and to the point:</p>\n<blockquote><p>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.</p>\n<p>Consult the list of fixed tickets and the full set of changes between 2.7 and 2.7.1 for details.</p></blockquote>\n<p>I was going to highlight some of the changes here, but really there aren’t any major things worth pointing out. And as Martha Stewart would say, “That’s a Good Thing!” The fact that the bugfixes are all so minor simply reflects the overall quality of the initial 2.7 release. Good job, dev team! If you’re curious enough, you can view the <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.7.1&resolution=fixed&order=priority\">list of closed tickets for WP 2.7.1</a>.</p>\";}i:1;a:7:{s:5:\"title\";s:49:\"Weblog Tools Collection: WordPress 2.7.1 Released\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5159\";s:4:\"link\";s:76:\"http://weblogtoolscollection.com/archives/2009/02/10/wordpress-271-released/\";s:11:\"description\";s:1226:\"<p>I <a href=\"http://weblogtoolscollection.com/archives/2009/02/07/wordpress-271-rc1-released/\">posted earlier</a> that 2.7.1 RC1 was released for testing and now the final version of <a href=\"http://wordpress.org/development/2009/02/wordpress-271/\">WordPress 2.7.1 is available for download / upgrade</a>.</p>\n<p>2.7.1 fixes <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.7.1&resolution=fixed&order=priority\">68 tickets</a> and so is a recommended upgrade.</p>\n<p>If you already have WordPress 2.7 or 2.7.1 RC1 installed, you’ll receive an update notification that will allow you to upgrade WordPress from within WP-Admin itself. Or you can upgrade to the latest version by visiting <strong>Tools > Upgrade</strong> in WP-Admin. This will upgrade the files and the database as well in one step.</p>\n<p>If you’re using 2.6.x or below you will need to manually download and upgrade your installation of WordPress.</p>\n<p><a href=\"http://wordpress.org/latest.zip\">Download WordPress 2.7.1</a> or check out the <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.7&old=10539&new_path=tags%2F2.7.1&new=10539\">full set of changes between 2.7 and 2.7.1</a></p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 21:44:03 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1226:\"<p>I <a href=\"http://weblogtoolscollection.com/archives/2009/02/07/wordpress-271-rc1-released/\">posted earlier</a> that 2.7.1 RC1 was released for testing and now the final version of <a href=\"http://wordpress.org/development/2009/02/wordpress-271/\">WordPress 2.7.1 is available for download / upgrade</a>.</p>\n<p>2.7.1 fixes <a href=\"http://trac.wordpress.org/query?status=closed&milestone=2.7.1&resolution=fixed&order=priority\">68 tickets</a> and so is a recommended upgrade.</p>\n<p>If you already have WordPress 2.7 or 2.7.1 RC1 installed, you’ll receive an update notification that will allow you to upgrade WordPress from within WP-Admin itself. Or you can upgrade to the latest version by visiting <strong>Tools > Upgrade</strong> in WP-Admin. This will upgrade the files and the database as well in one step.</p>\n<p>If you’re using 2.6.x or below you will need to manually download and upgrade your installation of WordPress.</p>\n<p><a href=\"http://wordpress.org/latest.zip\">Download WordPress 2.7.1</a> or check out the <a href=\"http://trac.wordpress.org/changeset?old_path=tags%2F2.7&old=10539&new_path=tags%2F2.7.1&new=10539\">full set of changes between 2.7 and 2.7.1</a></p>\";}i:2;a:7:{s:5:\"title\";s:25:\"Dev Blog: WordPress 2.7.1\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=536\";s:4:\"link\";s:55:\"http://wordpress.org/development/2009/02/wordpress-271/\";s:11:\"description\";s:747:\"<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>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>\";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:7:\"summary\";s:747:\"<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>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>\";}i:3;a:7:{s:5:\"title\";s:43:\"Matt: My WordPress Tattoo - Baker’s Hours\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11863\";s:4:\"link\";s:54:\"http://ma.tt/2009/02/my-wordpress-tattoo-bakers-hours/\";s:11:\"description\";s:652:\"<p><a href=\"http://www.bakershours.com/2009/02/my-wordpress-tattoo/\">Ed Morita writes about his new <em>permanent</em> WordPress tattoo</a>. I knew once the temporary ones starting taking off it’d just be a matter of time. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <a href=\"http://lorelle.wordpress.com/2009/02/09/first-ever-permanent-wordpress-tattoo/\">Lorelle has a good writeup here</a>, and <a href=\"http://mashable.com/2009/02/10/wordpress-tattoo/\">so does Mashable</a>. As for people asking — there are no plans to change the logo ever! I think the W is pretty timeless.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 16:35:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:652:\"<p><a href=\"http://www.bakershours.com/2009/02/my-wordpress-tattoo/\">Ed Morita writes about his new <em>permanent</em> WordPress tattoo</a>. I knew once the temporary ones starting taking off it’d just be a matter of time. <img src=\"http://ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> <a href=\"http://lorelle.wordpress.com/2009/02/09/first-ever-permanent-wordpress-tattoo/\">Lorelle has a good writeup here</a>, and <a href=\"http://mashable.com/2009/02/10/wordpress-tattoo/\">so does Mashable</a>. As for people asking — there are no plans to change the logo ever! I think the W is pretty timeless.</p>\";}i:4;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 02/10\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5157\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/02/10/wordpress-plugin-releases-for-0210/\";s:11:\"description\";s:4418:\"<h3>New Plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/tune-library/\">Tune Library</a></p>\n<p>This plugin is used to import an XML iTunes Music Library file into your Wordpress database. Once imported, you can display a complete listing of your music collection on a page of your Wordpress site.</p>\n<p><a href=\"http://www.johnkolbert.com/portfolio/wp-plugins/absolute-privacy/\">Absolute Privacy</a></p>\n<p>Turns your blog into the ultimate private blog: user moderation, blog lock-down, users can chose their own password and must enter their name when registering.</p>\n<p><a href=\"http://sww.co.nz/wordpress-plugins/ezy-nav-menu/\">Ezy Nav Menu</a></p>\n<p>This is a simple plugin that adds a template tag ’show_nav()’ which generates a website navigation menu. The navigation links are managed using the existing ‘Manage Links’ functionality in WordPress.</p>\n<p><a href=\"http://sofacore.net/blog/myanimelist-for-wordpress-plugin/\">MyAnimeList</a></p>\n<p>MAL for WordPress displays your recently watched anime in your WordPress blog.</p>\n<p><a href=\"http://athena.outer-reaches.com/wp/index.php/projects/advanced-custom-field-widget\">Advanced Custom Field Widget</a></p>\n<p>The Advanced Custom Field Widget is an extension of the Custom Field Widget by Scott Wallick, and displays values of custom field keys.</p>\n<p><a href=\"http://www.wolfgangtimme.de/blog/\">Gwolle-GB</a></p>\n<p>Gwolle-GB is the Wordpress guestbook you’ve just been looking for. Beautiful and easy.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/iwant-one-ihave-one/\">IWantOneButton</a></p>\n<p>A Simple Plugin which allows you to have an “I want one” and “I have one” on your blog posts, and then display the results in a widget.</p>\n<p><a href=\"http://mondaybynoon.com/wordpress-post-gallery/\">Post Gallery</a></p>\n<p>Provides ability to add any number of images to a post</p>\n<p><a href=\"http://mark.inderhees.net/2009/02/08/rotating-posts/\">Rotating Posts</a></p>\n<p>Rotating Posts allows you to easily create customizable rotating posts like those seen on popular news sites.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>Store locator / location finder plugin that enables web developers who create sites in WordPress & web site owners who need to show store locations or any set of locations on their website(s). Uses Google Maps.</p>\n<p><a href=\"http://urbangiraffe.com/plugins/headspace2/\">HeadSpace2</a></p>\n<p>Controls almost every aspect of your site’s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!</p>\n<p><a href=\"http://reciprocity.be/cms-menu/\">CMS-Like Admin Menu</a></p>\n<p>Change Admin menu link order to reflect a more CMS-like usage (with Page taking precedence over posts).</p>\n<p><a href=\"http://return-true.com/2008/12/wordpress-plugin-the-attached-image/\">The Attached Image</a></p>\n<p>This plugin’s main function allows you to show the first image that is attached to the current post. It must be placed in the post loop. It can also show any image that has been uploaded into the WordPress database by providing it the attachment’s ID. There are also a few more features like the ability to show a default image if one isn’t present on the current post & the ability to generate a link to either the post, the full image or the attachment page.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/gregs-comment-length-limiter/\">Greg’s Comment Length Limiter</a></p>\n<p>Provides a configurable limit on the length of comments left in the comment form, with a dynamically updated character count displayed for the user.</p>\n<p><a href=\"http://www.zauberpage.de/show-all-html-spezial-chars-in-comments.html\">ms HTML special Chars in your comments</a></p>\n<p>msHTMLspecialChars - Show all HTML special chars in your comments.</p>\n<p><a href=\"http://www.italyisfalling.com/stray-random-quotes/\">Stray Random Quotes</a></p>\n<p>Display random quotes everywhere on your blog. Easy to custom and manage. Ajax enabled.</p>\n<p><a href=\"http://www.glockeasymail.com/wordpress-email-newsletter-plugin-for-double-opt-in-subscription/\">G-Lock Double Opt-in Manager</a></p>\n<p>This mailing list management plugin allows the visitors of your blog subscribe to your mailing list using a double opt-in method.</p>\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 16:16:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4418:\"<h3>New Plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/tune-library/\">Tune Library</a></p>\n<p>This plugin is used to import an XML iTunes Music Library file into your Wordpress database. Once imported, you can display a complete listing of your music collection on a page of your Wordpress site.</p>\n<p><a href=\"http://www.johnkolbert.com/portfolio/wp-plugins/absolute-privacy/\">Absolute Privacy</a></p>\n<p>Turns your blog into the ultimate private blog: user moderation, blog lock-down, users can chose their own password and must enter their name when registering.</p>\n<p><a href=\"http://sww.co.nz/wordpress-plugins/ezy-nav-menu/\">Ezy Nav Menu</a></p>\n<p>This is a simple plugin that adds a template tag ’show_nav()’ which generates a website navigation menu. The navigation links are managed using the existing ‘Manage Links’ functionality in WordPress.</p>\n<p><a href=\"http://sofacore.net/blog/myanimelist-for-wordpress-plugin/\">MyAnimeList</a></p>\n<p>MAL for WordPress displays your recently watched anime in your WordPress blog.</p>\n<p><a href=\"http://athena.outer-reaches.com/wp/index.php/projects/advanced-custom-field-widget\">Advanced Custom Field Widget</a></p>\n<p>The Advanced Custom Field Widget is an extension of the Custom Field Widget by Scott Wallick, and displays values of custom field keys.</p>\n<p><a href=\"http://www.wolfgangtimme.de/blog/\">Gwolle-GB</a></p>\n<p>Gwolle-GB is the Wordpress guestbook you’ve just been looking for. Beautiful and easy.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/iwant-one-ihave-one/\">IWantOneButton</a></p>\n<p>A Simple Plugin which allows you to have an “I want one” and “I have one” on your blog posts, and then display the results in a widget.</p>\n<p><a href=\"http://mondaybynoon.com/wordpress-post-gallery/\">Post Gallery</a></p>\n<p>Provides ability to add any number of images to a post</p>\n<p><a href=\"http://mark.inderhees.net/2009/02/08/rotating-posts/\">Rotating Posts</a></p>\n<p>Rotating Posts allows you to easily create customizable rotating posts like those seen on popular news sites.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>Store locator / location finder plugin that enables web developers who create sites in WordPress & web site owners who need to show store locations or any set of locations on their website(s). Uses Google Maps.</p>\n<p><a href=\"http://urbangiraffe.com/plugins/headspace2/\">HeadSpace2</a></p>\n<p>Controls almost every aspect of your site’s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!</p>\n<p><a href=\"http://reciprocity.be/cms-menu/\">CMS-Like Admin Menu</a></p>\n<p>Change Admin menu link order to reflect a more CMS-like usage (with Page taking precedence over posts).</p>\n<p><a href=\"http://return-true.com/2008/12/wordpress-plugin-the-attached-image/\">The Attached Image</a></p>\n<p>This plugin’s main function allows you to show the first image that is attached to the current post. It must be placed in the post loop. It can also show any image that has been uploaded into the WordPress database by providing it the attachment’s ID. There are also a few more features like the ability to show a default image if one isn’t present on the current post & the ability to generate a link to either the post, the full image or the attachment page.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/gregs-comment-length-limiter/\">Greg’s Comment Length Limiter</a></p>\n<p>Provides a configurable limit on the length of comments left in the comment form, with a dynamically updated character count displayed for the user.</p>\n<p><a href=\"http://www.zauberpage.de/show-all-html-spezial-chars-in-comments.html\">ms HTML special Chars in your comments</a></p>\n<p>msHTMLspecialChars - Show all HTML special chars in your comments.</p>\n<p><a href=\"http://www.italyisfalling.com/stray-random-quotes/\">Stray Random Quotes</a></p>\n<p>Display random quotes everywhere on your blog. Easy to custom and manage. Ajax enabled.</p>\n<p><a href=\"http://www.glockeasymail.com/wordpress-email-newsletter-plugin-for-double-opt-in-subscription/\">G-Lock Double Opt-in Manager</a></p>\n<p>This mailing list management plugin allows the visitors of your blog subscribe to your mailing list using a double opt-in method.</p>\";}i:5;a:7:{s:5:\"title\";s:52:\"Lorelle on WP: First Ever Permanent WordPress Tattoo\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3843\";s:4:\"link\";s:78:\"http://lorelle.wordpress.com/2009/02/09/first-ever-permanent-wordpress-tattoo/\";s:11:\"description\";s:6876:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.files.wordpress.com/2009/02/edmoirta-tattooartistwordpresslogo.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/02/edmoirta-tattooartistwordpresslogo.jpg?w=225&h=300\" alt=\"Tattoo artist working on Ed Morita\'s WordPress logo tattoo\" title=\"Tattoo artist working on Ed Morita\'s WordPress logo tattoo\" width=\"225\" height=\"300\" class=\"alignright size-medium wp-image-3850\" /></a>Over the last month, I’ve been telling everyone in the WordPress Community about my friend, <a href=\"http://www.bakershours.com/\" title=\"Bakers Hours\" rel=\"tag\">Ed Morita</a>, in Hawaii whose been running a contest asking “<a href=\"http://www.bakershours.com/2009/01/wordpress-tattoo/\" title=\"Where Should I Put My WordPress Tattoo?\">Where Should I Put My WordPress Tattoo?</a>” He’s putting a permanent tattoo on his body (forearm) because blogging with WordPress changed his life and he wants to honor it by adding to his tattoo body art collection. </p>\n<p>The deadline was January 30 and he’s getting the tattoo put on him right now as I blog this.</p>\n<p><strong>Update:</strong> Ed has finished getting his tattoo while we twittered it live and he captured images on his iPhone, so the images are upside down. Here are the latest series of pictures. </p>\n<p><a href=\"http://lorelle.files.wordpress.com/2009/02/edmorita-bwoutline-wordpresslogo.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/02/edmorita-bwoutline-wordpresslogo.jpg?w=225&h=300\" alt=\"ed morita-black and white outline of logo and artwork for WordPress logo\" title=\"ed morita-black and white outline of logo and artwork for WordPress logo\" width=\"225\" height=\"300\" class=\"size-medium wp-image-3849\" /></a> <a href=\"http://lorelle.files.wordpress.com/2009/02/edmorita-corecolorwordpresslogo.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/02/edmorita-corecolorwordpresslogo.jpg?w=199&h=300\" alt=\"Ed Morita - First core color in background for WordPress logo tattoo\" title=\"Ed Morita - First core color in background for WordPress logo tattoo\" width=\"199\" height=\"300\" class=\"size-medium wp-image-3851\" /></a><a href=\"http://lorelle.files.wordpress.com/2009/02/edmorita-finalwordpresslogo.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/02/edmorita-finalwordpresslogo.jpg?w=187&h=300\" alt=\"Ed Morita - Final color on WordPress logo tattoo\" title=\"Ed Morita - Final color on WordPress logo tattoo\" width=\"187\" height=\"300\" class=\"size-medium wp-image-3852\" /></a></p>\n<p>The originals are on Twitpic: <a href=\"http://twitpic.com/1esil\" title=\"Ed Morita with black and white outline of WordPress logo tattoo on Twitpic\">Black and White Outline</a>, <a href=\"http://twitpic.com/1esyo\" title=\"Ed Morita with first color on WordPress logo tattoo on Twitpic\">First Color Applied</a>, <a href=\"http://twitpic.com/1et0h\" title=\"Ed Morita final WordPress logo tattoo on Twitpic\">Final Version</a>.</p>\n<p>We <a href=\"http://twitter.com/lorelleonwp/\" title=\"Lorelleonwp twitter\">twittered the event live</a> on my Twitter account and his, <a href=\"http://twitter.com/NctrnlBst/\" title=\"@NctrnlBst\">@NctrnlBst</a>. </p>\n<p>Come join us on Twitter for the fun, and the pain, of the first WordPress tattoo permanently inked onto a fan’s body.</p>\n<p>This is the final version right side up, as you would view his new WordPress tattoo if you were shaking hands with him.</p>\n<p><a href=\"http://lorelle.files.wordpress.com/2009/02/edmorita-final-rightsideup-wordpresslogo.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/02/edmorita-final-rightsideup-wordpresslogo.jpg?w=335&h=516\" alt=\"Ed Morita\'s WordPress logo tattoo right side up\" title=\"Ed Morita\'s WordPress logo tattoo right side up\" width=\"335\" height=\"516\" class=\"aligncenter size-full wp-image-3856\" /></a></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=ed+morita\" rel=\"tag\">ed morita</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=hawaii\" rel=\"tag\">hawaii</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=tattoo\" rel=\"tag\">tattoo</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tattoo\" rel=\"tag\">wordpress tattoo</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+logo\" rel=\"tag\">wordpress logo</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/3843/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3843/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3843/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3843/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3843/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3843/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3843/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3843/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3843/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3843/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3843&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 07:00:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:6876:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.files.wordpress.com/2009/02/edmoirta-tattooartistwordpresslogo.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/02/edmoirta-tattooartistwordpresslogo.jpg?w=225&h=300\" alt=\"Tattoo artist working on Ed Morita\'s WordPress logo tattoo\" title=\"Tattoo artist working on Ed Morita\'s WordPress logo tattoo\" width=\"225\" height=\"300\" class=\"alignright size-medium wp-image-3850\" /></a>Over the last month, I’ve been telling everyone in the WordPress Community about my friend, <a href=\"http://www.bakershours.com/\" title=\"Bakers Hours\" rel=\"tag\">Ed Morita</a>, in Hawaii whose been running a contest asking “<a href=\"http://www.bakershours.com/2009/01/wordpress-tattoo/\" title=\"Where Should I Put My WordPress Tattoo?\">Where Should I Put My WordPress Tattoo?</a>” He’s putting a permanent tattoo on his body (forearm) because blogging with WordPress changed his life and he wants to honor it by adding to his tattoo body art collection. </p>\n<p>The deadline was January 30 and he’s getting the tattoo put on him right now as I blog this.</p>\n<p><strong>Update:</strong> Ed has finished getting his tattoo while we twittered it live and he captured images on his iPhone, so the images are upside down. Here are the latest series of pictures. </p>\n<p><a href=\"http://lorelle.files.wordpress.com/2009/02/edmorita-bwoutline-wordpresslogo.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/02/edmorita-bwoutline-wordpresslogo.jpg?w=225&h=300\" alt=\"ed morita-black and white outline of logo and artwork for WordPress logo\" title=\"ed morita-black and white outline of logo and artwork for WordPress logo\" width=\"225\" height=\"300\" class=\"size-medium wp-image-3849\" /></a> <a href=\"http://lorelle.files.wordpress.com/2009/02/edmorita-corecolorwordpresslogo.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/02/edmorita-corecolorwordpresslogo.jpg?w=199&h=300\" alt=\"Ed Morita - First core color in background for WordPress logo tattoo\" title=\"Ed Morita - First core color in background for WordPress logo tattoo\" width=\"199\" height=\"300\" class=\"size-medium wp-image-3851\" /></a><a href=\"http://lorelle.files.wordpress.com/2009/02/edmorita-finalwordpresslogo.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/02/edmorita-finalwordpresslogo.jpg?w=187&h=300\" alt=\"Ed Morita - Final color on WordPress logo tattoo\" title=\"Ed Morita - Final color on WordPress logo tattoo\" width=\"187\" height=\"300\" class=\"size-medium wp-image-3852\" /></a></p>\n<p>The originals are on Twitpic: <a href=\"http://twitpic.com/1esil\" title=\"Ed Morita with black and white outline of WordPress logo tattoo on Twitpic\">Black and White Outline</a>, <a href=\"http://twitpic.com/1esyo\" title=\"Ed Morita with first color on WordPress logo tattoo on Twitpic\">First Color Applied</a>, <a href=\"http://twitpic.com/1et0h\" title=\"Ed Morita final WordPress logo tattoo on Twitpic\">Final Version</a>.</p>\n<p>We <a href=\"http://twitter.com/lorelleonwp/\" title=\"Lorelleonwp twitter\">twittered the event live</a> on my Twitter account and his, <a href=\"http://twitter.com/NctrnlBst/\" title=\"@NctrnlBst\">@NctrnlBst</a>. </p>\n<p>Come join us on Twitter for the fun, and the pain, of the first WordPress tattoo permanently inked onto a fan’s body.</p>\n<p>This is the final version right side up, as you would view his new WordPress tattoo if you were shaking hands with him.</p>\n<p><a href=\"http://lorelle.files.wordpress.com/2009/02/edmorita-final-rightsideup-wordpresslogo.jpg\"><img src=\"http://lorelle.files.wordpress.com/2009/02/edmorita-final-rightsideup-wordpresslogo.jpg?w=335&h=516\" alt=\"Ed Morita\'s WordPress logo tattoo right side up\" title=\"Ed Morita\'s WordPress logo tattoo right side up\" width=\"335\" height=\"516\" class=\"aligncenter size-full wp-image-3856\" /></a></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=ed+morita\" rel=\"tag\">ed morita</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=hawaii\" rel=\"tag\">hawaii</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=tattoo\" rel=\"tag\">tattoo</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+tattoo\" rel=\"tag\">wordpress tattoo</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+logo\" rel=\"tag\">wordpress logo</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/3843/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3843/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3843/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3843/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3843/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3843/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3843/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3843/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3843/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3843/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3843&subd=lorelle&ref=&feed=1\" /></div>\";}i:6;a:7:{s:5:\"title\";s:17:\"Matt: Paris Day 2\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11834\";s:4:\"link\";s:33:\"http://ma.tt/2009/02/paris-day-2/\";s:11:\"description\";s:5286:\"<p>Drinks with core WordPress France folks at Centre Georges Pompidou.</p>\n<p><span id=\"more-11834\"></span></p>\n\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8954/\" title=\"mcm_8954\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8954-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8955/\" title=\"mcm_8955\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8955-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8956/\" title=\"mcm_8956\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8956-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8958/\" title=\"mcm_8958\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8958-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8959/\" title=\"mcm_8959\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8959-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8960/\" title=\"mcm_8960\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8960-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8965/\" title=\"mcm_8965\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8965-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8966/\" title=\"mcm_8966\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8966-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8967/\" title=\"mcm_8967\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8967-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8968/\" title=\"mcm_8968\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8968-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8970/\" title=\"mcm_8970\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8970-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8971/\" title=\"mcm_8971\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8971-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8972/\" title=\"mcm_8972\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8972-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8974/\" title=\"mcm_8974\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8974-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8978/\" title=\"mcm_8978\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8978-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8981/\" title=\"mcm_8981\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8981-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8982/\" title=\"mcm_8982\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8982-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8983/\" title=\"mcm_8983\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8983-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8984/\" title=\"mcm_8984\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8984-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8985/\" title=\"mcm_8985\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8985-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8987/\" title=\"mcm_8987\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8987-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8988/\" title=\"mcm_8988\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8988-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8989/\" title=\"mcm_8989\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8989-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8990/\" title=\"mcm_8990\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8990-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8991/\" title=\"mcm_8991\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8991-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8992/\" title=\"mcm_8992\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8992-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 03:15:48 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:5286:\"<p>Drinks with core WordPress France folks at Centre Georges Pompidou.</p>\n<p><span id=\"more-11834\"></span></p>\n\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8954/\" title=\"mcm_8954\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8954-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8955/\" title=\"mcm_8955\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8955-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8956/\" title=\"mcm_8956\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8956-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8958/\" title=\"mcm_8958\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8958-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8959/\" title=\"mcm_8959\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8959-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8960/\" title=\"mcm_8960\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8960-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8965/\" title=\"mcm_8965\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8965-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8966/\" title=\"mcm_8966\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8966-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8967/\" title=\"mcm_8967\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8967-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8968/\" title=\"mcm_8968\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8968-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8970/\" title=\"mcm_8970\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8970-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8971/\" title=\"mcm_8971\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8971-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8972/\" title=\"mcm_8972\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8972-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8974/\" title=\"mcm_8974\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8974-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8978/\" title=\"mcm_8978\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8978-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8981/\" title=\"mcm_8981\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8981-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8982/\" title=\"mcm_8982\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8982-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8983/\" title=\"mcm_8983\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8983-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8984/\" title=\"mcm_8984\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8984-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8985/\" title=\"mcm_8985\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8985-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8987/\" title=\"mcm_8987\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8987-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8988/\" title=\"mcm_8988\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8988-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8989/\" title=\"mcm_8989\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8989-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8990/\" title=\"mcm_8990\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8990-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8991/\" title=\"mcm_8991\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8991-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-day-2/mcm_8992/\" title=\"mcm_8992\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8992-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";}i:7;a:7:{s:5:\"title\";s:20:\"Matt: Paris WordCamp\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11775\";s:4:\"link\";s:36:\"http://ma.tt/2009/02/paris-wordcamp/\";s:11:\"description\";s:11668:\"<p>At WordCamp Paris and dinner afterward.</p>\n<p><span id=\"more-11775\"></span></p>\n\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8855-2/\" title=\"mcm_8855\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8855-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8856-2/\" title=\"mcm_8856\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8856-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8857-2/\" title=\"mcm_8857\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8857-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8858/\" title=\"mcm_8858\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8858-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8859-2/\" title=\"mcm_8859\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8859-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8860-2/\" title=\"mcm_8860\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8860-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8862/\" title=\"mcm_8862\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8862-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8863-2/\" title=\"mcm_8863\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8863-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8865-2/\" title=\"mcm_8865\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8865-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8866-2/\" title=\"mcm_8866\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8866-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8869/\" title=\"mcm_8869\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8869-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8870-2/\" title=\"mcm_8870\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8870-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8873-2/\" title=\"mcm_8873\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8873-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8874-2/\" title=\"mcm_8874\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8874-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8875-2/\" title=\"mcm_8875\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8875-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8877-2/\" title=\"mcm_8877\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8877-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8878-2/\" title=\"mcm_8878\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8878-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8879-2/\" title=\"mcm_8879\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8879-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8881-2/\" title=\"mcm_8881\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8881-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8882/\" title=\"mcm_8882\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8882-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8885/\" title=\"mcm_8885\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8885-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8886-2/\" title=\"mcm_8886\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8886-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8889/\" title=\"mcm_8889\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8889-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8891-2/\" title=\"mcm_8891\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8891-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8893/\" title=\"mcm_8893\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8893-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8894/\" title=\"mcm_8894\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8894-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8898/\" title=\"mcm_8898\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8898-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8899-2/\" title=\"mcm_8899\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8899-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8901/\" title=\"mcm_8901\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8901-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8902/\" title=\"mcm_8902\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8902-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8905-2/\" title=\"mcm_8905\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8905-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8906/\" title=\"mcm_8906\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8906-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8907/\" title=\"mcm_8907\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8907-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8910-2/\" title=\"mcm_8910\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8910-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8913/\" title=\"mcm_8913\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8913-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8915-2/\" title=\"mcm_8915\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8915-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8916-2/\" title=\"mcm_8916\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8916-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8917-2/\" title=\"mcm_8917\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8917-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8919-2/\" title=\"mcm_8919\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8919-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8922-2/\" title=\"mcm_8922\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8922-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8923/\" title=\"mcm_8923\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8923-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8924-2/\" title=\"mcm_8924\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8924-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8925-2/\" title=\"mcm_8925\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8925-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8926/\" title=\"mcm_8926\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8926-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8927/\" title=\"mcm_8927\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8927-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8928-2/\" title=\"mcm_8928\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8928-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8930-2/\" title=\"mcm_8930\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8930-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8932/\" title=\"mcm_8932\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8932-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8933/\" title=\"mcm_8933\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8933-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8936-2/\" title=\"mcm_8936\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8936-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8941/\" title=\"mcm_8941\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8941-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8942/\" title=\"mcm_8942\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8942-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8943-2/\" title=\"mcm_8943\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8943-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8946-2/\" title=\"mcm_8946\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8946-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8950-2/\" title=\"mcm_8950\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8950-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8952-2/\" title=\"mcm_8952\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8952-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8953/\" title=\"mcm_8953\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8953-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 21:46:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:11668:\"<p>At WordCamp Paris and dinner afterward.</p>\n<p><span id=\"more-11775\"></span></p>\n\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8855-2/\" title=\"mcm_8855\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8855-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8856-2/\" title=\"mcm_8856\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8856-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8857-2/\" title=\"mcm_8857\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8857-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8858/\" title=\"mcm_8858\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8858-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8859-2/\" title=\"mcm_8859\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8859-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8860-2/\" title=\"mcm_8860\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8860-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8862/\" title=\"mcm_8862\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8862-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8863-2/\" title=\"mcm_8863\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8863-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8865-2/\" title=\"mcm_8865\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8865-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8866-2/\" title=\"mcm_8866\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8866-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8869/\" title=\"mcm_8869\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8869-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8870-2/\" title=\"mcm_8870\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8870-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8873-2/\" title=\"mcm_8873\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8873-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8874-2/\" title=\"mcm_8874\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8874-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8875-2/\" title=\"mcm_8875\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8875-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8877-2/\" title=\"mcm_8877\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8877-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8878-2/\" title=\"mcm_8878\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8878-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8879-2/\" title=\"mcm_8879\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8879-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8881-2/\" title=\"mcm_8881\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8881-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8882/\" title=\"mcm_8882\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8882-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8885/\" title=\"mcm_8885\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8885-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8886-2/\" title=\"mcm_8886\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8886-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8889/\" title=\"mcm_8889\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8889-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8891-2/\" title=\"mcm_8891\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8891-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8893/\" title=\"mcm_8893\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8893-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8894/\" title=\"mcm_8894\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8894-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8898/\" title=\"mcm_8898\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8898-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8899-2/\" title=\"mcm_8899\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8899-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8901/\" title=\"mcm_8901\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8901-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8902/\" title=\"mcm_8902\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8902-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8905-2/\" title=\"mcm_8905\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8905-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8906/\" title=\"mcm_8906\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8906-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8907/\" title=\"mcm_8907\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8907-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8910-2/\" title=\"mcm_8910\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8910-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8913/\" title=\"mcm_8913\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8913-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8915-2/\" title=\"mcm_8915\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8915-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8916-2/\" title=\"mcm_8916\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8916-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8917-2/\" title=\"mcm_8917\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8917-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8919-2/\" title=\"mcm_8919\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8919-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8922-2/\" title=\"mcm_8922\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8922-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8923/\" title=\"mcm_8923\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8923-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8924-2/\" title=\"mcm_8924\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8924-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8925-2/\" title=\"mcm_8925\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8925-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8926/\" title=\"mcm_8926\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8926-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8927/\" title=\"mcm_8927\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8927-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8928-2/\" title=\"mcm_8928\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8928-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8930-2/\" title=\"mcm_8930\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8930-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8932/\" title=\"mcm_8932\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8932-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8933/\" title=\"mcm_8933\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8933-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8936-2/\" title=\"mcm_8936\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8936-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8941/\" title=\"mcm_8941\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8941-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8942/\" title=\"mcm_8942\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8942-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8943-2/\" title=\"mcm_8943\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8943-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8946-2/\" title=\"mcm_8946\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8946-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8950-2/\" title=\"mcm_8950\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8950-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8952-2/\" title=\"mcm_8952\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8952-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/02/paris-wordcamp/mcm_8953/\" title=\"mcm_8953\"><img src=\"http://s.ma.tt/files/2009/02/mcm_8953-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";}i:8;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 02/09\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5155\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/02/09/wordpress-theme-releases-for-0209/\";s:11:\"description\";s:2135:\"<p><a href=\"http://techblissonline.com/blumag-wordpress-theme/\">Blu Mag</a></p>\n<p><a href=\"http://free-wp-themes.techblissonline.com/index.php?wptheme=Blumag\"><img title=\"blumag-wp-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/blumagwptheme.jpg\" border=\"0\" alt=\"blumag-wp-theme\" width=\"147\" height=\"114\" /></a></p>\n<p>Blu Mag is a three column, blue theme, with sliding menus, featured posts and sliding tabs. It is a Search Engine friendly theme, with widgetized sidebars and footers. Blu Mag is easily customizable and you get the maximum control over the theme’s layout. The Footers, Featured Posts section and Thumbnails can be easily disabled or enable through the Theme Options Page.</p>\n<p><a href=\"http://nouice.com/nouice-1-a-free-wordpress-theme/\">Nouice</a></p>\n<p><img title=\"Nouice\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/nouice.png\" border=\"0\" alt=\"Nouice\" width=\"200\" height=\"113\" /></p>\n<p>Two column simple theme designed for blogs / sites which do not expect any comments</p>\n<p><a href=\"http://human3rror.com/2009/02/06/simpl3-theme-release/\">Simpl3</a></p>\n<p><img title=\"Simpl3\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/simpl3.jpg\" border=\"0\" alt=\"Simpl3\" width=\"81\" height=\"114\" /></p>\n<p>Two column theme ready for social bookmarking and advertisements with a widgetized sidebar and rotating headers</p>\n<p><a href=\"http://www.isoftwarereviews.com/glassy-evolution-free-wordpress-theme/\">Glassy Evolution</a></p>\n<p><a href=\"http://www.isoftwarereviews.com/theme-demo/index.php?wptheme=Glassy Evolution\"><img title=\"GlassyEvolution\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/glassyevolution.png\" border=\"0\" alt=\"GlassyEvolution\" width=\"116\" height=\"114\" /></a></p>\n<p>Glassy Evolution is a glassy looking WordPress theme which has five difference colors black, green, blue, red and gold, that allow user to switch from one to another based on their needs. The theme has two columns, fixed width and right sidebar.</p>\n<p> </p>\n<p>Are you a Theme developer? Read how you can <a href=\"http://weblogtoolscollection.com/submit-news\">submit themes to us</a>.</p>\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 19:37:38 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2135:\"<p><a href=\"http://techblissonline.com/blumag-wordpress-theme/\">Blu Mag</a></p>\n<p><a href=\"http://free-wp-themes.techblissonline.com/index.php?wptheme=Blumag\"><img title=\"blumag-wp-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/blumagwptheme.jpg\" border=\"0\" alt=\"blumag-wp-theme\" width=\"147\" height=\"114\" /></a></p>\n<p>Blu Mag is a three column, blue theme, with sliding menus, featured posts and sliding tabs. It is a Search Engine friendly theme, with widgetized sidebars and footers. Blu Mag is easily customizable and you get the maximum control over the theme’s layout. The Footers, Featured Posts section and Thumbnails can be easily disabled or enable through the Theme Options Page.</p>\n<p><a href=\"http://nouice.com/nouice-1-a-free-wordpress-theme/\">Nouice</a></p>\n<p><img title=\"Nouice\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/nouice.png\" border=\"0\" alt=\"Nouice\" width=\"200\" height=\"113\" /></p>\n<p>Two column simple theme designed for blogs / sites which do not expect any comments</p>\n<p><a href=\"http://human3rror.com/2009/02/06/simpl3-theme-release/\">Simpl3</a></p>\n<p><img title=\"Simpl3\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/simpl3.jpg\" border=\"0\" alt=\"Simpl3\" width=\"81\" height=\"114\" /></p>\n<p>Two column theme ready for social bookmarking and advertisements with a widgetized sidebar and rotating headers</p>\n<p><a href=\"http://www.isoftwarereviews.com/glassy-evolution-free-wordpress-theme/\">Glassy Evolution</a></p>\n<p><a href=\"http://www.isoftwarereviews.com/theme-demo/index.php?wptheme=Glassy Evolution\"><img title=\"GlassyEvolution\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/glassyevolution.png\" border=\"0\" alt=\"GlassyEvolution\" width=\"116\" height=\"114\" /></a></p>\n<p>Glassy Evolution is a glassy looking WordPress theme which has five difference colors black, green, blue, red and gold, that allow user to switch from one to another based on their needs. The theme has two columns, fixed width and right sidebar.</p>\n<p> </p>\n<p>Are you a Theme developer? Read how you can <a href=\"http://weblogtoolscollection.com/submit-news\">submit themes to us</a>.</p>\";}i:9;a:7:{s:5:\"title\";s:61:\"Lorelle on WP: Celebrate Twestival and Water Around the World\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3829\";s:4:\"link\";s:87:\"http://lorelle.wordpress.com/2009/02/09/celebrate-twestival-and-water-around-the-world/\";s:11:\"description\";s:6238:\"<div class=\"snap_preview\"><br /><p>On Thursday, February 12, 2009, I will be joining my fellow Portland, Oregon, blogging, social media, and <a href=\"http://www.twitter.com/\" title=\"Twitter\" rel=\"tag\">Twitter</a> fans in the <a href=\"http://portland.twestival.com/\" title=\"Portland Twestival\" rel=\"tag\">Portland Twestival</a>, part of the international fundraising and social conciousness-raising for water sustainability with 175 plus communities around the world participating in <a href=\"http://twestival.com/\" title=\"Twestival\">Twestival</a>.</p>\n<p>I describe it more in “<a href=\"http://www.blogherald.com/2009/02/08/twestivals-in-175-cities-around-the-world-thursday-february-12-2009/\" title=\"Twestivals in 175+ Cities Around the World Thursday, February 12, 2009\">Twestivals in 175+ Cities Around the World Thursday, February 12, 2009</a>.” </p>\n<p>The international event will help raise money for <a href=\"http://www.charitywater.org/\" title=\"water\">charity: water</a>, a non-profit organization that works to bring clean, safe drinking water to developing nation citizens by funding sustainable clean water solutions. I’ve talked to a lot of people within the WordPress Community who will be participating, in person at the social events, video blogging, podcasting, and just blogging about them, or will be participating from a far by the different online and social virtual activities and blogging about water sustainability and conservation issues.</p>\n<p>Will you be participating? </p>\n<p>For those living in the Pacific Northwest of the United States, you can join me and others at the Twestivals in <a href=\"http://portland.twestival.com/\" title=\"Portland Twestival\" rel=\"tag\">Portland</a>, <a href=\"http://vancouver.twestival.com/\" title=\"Vancouver\">Vancouver, BC</a>, and <a href=\"http://seattle.twestival.com/\" title=\"Seattle\">Seattle</a>, or jump a plane and join my dear friends in <a href=\"http://honolulu.twestival.com/\" title=\"Honolulu\">Honolulu</a> or <a href=\"http://sanfrancisco.twestival.com/\" title=\"San Francisco\">San Francisco</a>.</p>\n<p><strong>PDX WordPress Fans:</strong> Thursday night is also the <a href=\"http://upcoming.yahoo.com/event/1495066/\" title=\"Portland WordPress User Group at CubeSpace\">Portland WordPress User Group at CubeSpace</a>. It should be a rocking party! The topic is WordPressMU, but expect a lot of talk about Twestival, social media events, blog networks, and more!</p>\n<p>I will be reporting on the event here and on the <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a>, along with millions of others. </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=twitter\" rel=\"tag\">twitter</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=social+media\" rel=\"tag\">social media</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=portland\" rel=\"tag\">portland</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=pdx\" rel=\"tag\">pdx</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=portland+oregon\" rel=\"tag\">portland oregon</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=oregon\" rel=\"tag\">oregon</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=event\" rel=\"tag\">event</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=events\" rel=\"tag\">events</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=twestival\" rel=\"tag\">twestival</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=charity\" rel=\"tag\">charity</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=charity+water\" rel=\"tag\">charity water</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=fundraiser\" rel=\"tag\">fundraiser</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 Blogging News, WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3829/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3829/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3829/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3829/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3829/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3829&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 17:21:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:6238:\"<div class=\"snap_preview\"><br /><p>On Thursday, February 12, 2009, I will be joining my fellow Portland, Oregon, blogging, social media, and <a href=\"http://www.twitter.com/\" title=\"Twitter\" rel=\"tag\">Twitter</a> fans in the <a href=\"http://portland.twestival.com/\" title=\"Portland Twestival\" rel=\"tag\">Portland Twestival</a>, part of the international fundraising and social conciousness-raising for water sustainability with 175 plus communities around the world participating in <a href=\"http://twestival.com/\" title=\"Twestival\">Twestival</a>.</p>\n<p>I describe it more in “<a href=\"http://www.blogherald.com/2009/02/08/twestivals-in-175-cities-around-the-world-thursday-february-12-2009/\" title=\"Twestivals in 175+ Cities Around the World Thursday, February 12, 2009\">Twestivals in 175+ Cities Around the World Thursday, February 12, 2009</a>.” </p>\n<p>The international event will help raise money for <a href=\"http://www.charitywater.org/\" title=\"water\">charity: water</a>, a non-profit organization that works to bring clean, safe drinking water to developing nation citizens by funding sustainable clean water solutions. I’ve talked to a lot of people within the WordPress Community who will be participating, in person at the social events, video blogging, podcasting, and just blogging about them, or will be participating from a far by the different online and social virtual activities and blogging about water sustainability and conservation issues.</p>\n<p>Will you be participating? </p>\n<p>For those living in the Pacific Northwest of the United States, you can join me and others at the Twestivals in <a href=\"http://portland.twestival.com/\" title=\"Portland Twestival\" rel=\"tag\">Portland</a>, <a href=\"http://vancouver.twestival.com/\" title=\"Vancouver\">Vancouver, BC</a>, and <a href=\"http://seattle.twestival.com/\" title=\"Seattle\">Seattle</a>, or jump a plane and join my dear friends in <a href=\"http://honolulu.twestival.com/\" title=\"Honolulu\">Honolulu</a> or <a href=\"http://sanfrancisco.twestival.com/\" title=\"San Francisco\">San Francisco</a>.</p>\n<p><strong>PDX WordPress Fans:</strong> Thursday night is also the <a href=\"http://upcoming.yahoo.com/event/1495066/\" title=\"Portland WordPress User Group at CubeSpace\">Portland WordPress User Group at CubeSpace</a>. It should be a rocking party! The topic is WordPressMU, but expect a lot of talk about Twestival, social media events, blog networks, and more!</p>\n<p>I will be reporting on the event here and on the <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a>, along with millions of others. </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=twitter\" rel=\"tag\">twitter</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=social+media\" rel=\"tag\">social media</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=portland\" rel=\"tag\">portland</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=pdx\" rel=\"tag\">pdx</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=portland+oregon\" rel=\"tag\">portland oregon</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=oregon\" rel=\"tag\">oregon</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=event\" rel=\"tag\">event</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=events\" rel=\"tag\">events</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=twestival\" rel=\"tag\">twestival</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=charity\" rel=\"tag\">charity</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=charity+water\" rel=\"tag\">charity water</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=fundraiser\" rel=\"tag\">fundraiser</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 Blogging News, WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3829/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3829/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3829/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3829/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3829/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3829&subd=lorelle&ref=&feed=1\" /></div>\";}i:10;a:7:{s:5:\"title\";s:49:\"Weblog Tools Collection: Plugin Review: MailPress\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5149\";s:4:\"link\";s:77:\"http://weblogtoolscollection.com/archives/2009/02/08/plugin-review-mailpress/\";s:11:\"description\";s:3740:\"<p>While WordPress comes inbuilt with the power of RSS, which allows users to subscribe to new posts and view them in their feed readers. For those who prefer the traditional method of receiving updates via email, you have Feedburner or Feedblitz that enable you to do this.</p>\n<p>But, what if you want to send a newsletter out to interested readers. One option is to get hold of a remote newsletter solution. However, this can cost you a good amount of money if you have many subscribers. Another option is to install a mailing list software on your server. Yet another is to rely on good old email clients like Outlook or Thunderbird.</p>\n<p>Then again you can use <a href=\"http://www.mailpress.org/\">MailPress</a>.</p>\n<h3>Description</h3>\n<p>With this plugin you will be able to send beautiful and styled html and plain text mails based on dedicated themes and templates for any e-mail notification issued for</p>\n<ul>\n<li>comments subscribers,</li>\n<li>your periodic newsletters or post notification (per post/daily/weekly/monthly),</li>\n<li>specific admin events : registration of a new user, comment to moderate, new comment on your posts.</li>\n</ul>\n<h3>Screenshot</h3>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/02/mailpress.jpg\"><img title=\"MailPress\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/mailpress-thumb.jpg\" alt=\"MailPress\" width=\"200\" height=\"172\" /></a></p>\n<h3>Review</h3>\n<p>MailPress is powerful and extendable with <a href=\"http://andrerenaut.ovh.org/wp/?page_id=70#fragment-8\">addons</a>. Installation requires a few more steps like setting the appropriate permissions for the <em>tmp</em> folder as well as configuring the various settings of the plugin.</p>\n<p>Add the necessary code to your template or use the sidebar widget and you are good to go.</p>\n<p>The plugin integrates perfectly within WordPress 2.7 and picks up the styles too.</p>\n<p>You have complete customization on the look and layout of newsletter, through the use of themes. The plugin comes inbuilt with five themes and you can quickly design your very own.</p>\n<p>The plugin creates a <strong>Add New Mail</strong> screen in your WP-Admin as you can see in the screenshot above. This is what you would use to compose your newsletter. The plugin uses the familiar inbuilt editor to compose your email, you there isn’t any learning curve. It’s as easy as writing a new post, with a few extra options.</p>\n<p>Save the new mail as a draft for future use or send it across to your subscribers.</p>\n<p>Overall, MailPress is a great plugin that adds a fantastic functionality to your blog. However, this isn’t a plugin that would cater to all and sundry. If you have no interest in writing a newsletter, then you’ve absolutely no use adding this plugin to your blog.</p>\n<p>However, if you’re a regular writer and want to add and retain viewers / readers then this plugin enables you to attract a whole lot of visitors who are interested in not only what you have to say in public, but also in the confines of their email inbox.</p>\n<p>Lastly, on a minor note, MailPress is already available on a domain. I think it’s time for the author to move it completely on a separate account, instead of as a sub-domain that it currently is.</p>\n<p>MailPress already has already seen well over 20,000 downloads so far, so I’m sure atleast some of you have it running. What has been your experience with the plugin so far? Do you prefer this over other newsletter management software?</p>\n<p>What features would you like added? And, what would you like removed? Is it fast enough for your needs?</p>\n<p>And, if you’re looking to setup a newsletter, does MailPress fulfill your needs?</p>\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:51:58 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:3740:\"<p>While WordPress comes inbuilt with the power of RSS, which allows users to subscribe to new posts and view them in their feed readers. For those who prefer the traditional method of receiving updates via email, you have Feedburner or Feedblitz that enable you to do this.</p>\n<p>But, what if you want to send a newsletter out to interested readers. One option is to get hold of a remote newsletter solution. However, this can cost you a good amount of money if you have many subscribers. Another option is to install a mailing list software on your server. Yet another is to rely on good old email clients like Outlook or Thunderbird.</p>\n<p>Then again you can use <a href=\"http://www.mailpress.org/\">MailPress</a>.</p>\n<h3>Description</h3>\n<p>With this plugin you will be able to send beautiful and styled html and plain text mails based on dedicated themes and templates for any e-mail notification issued for</p>\n<ul>\n<li>comments subscribers,</li>\n<li>your periodic newsletters or post notification (per post/daily/weekly/monthly),</li>\n<li>specific admin events : registration of a new user, comment to moderate, new comment on your posts.</li>\n</ul>\n<h3>Screenshot</h3>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/02/mailpress.jpg\"><img title=\"MailPress\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/mailpress-thumb.jpg\" alt=\"MailPress\" width=\"200\" height=\"172\" /></a></p>\n<h3>Review</h3>\n<p>MailPress is powerful and extendable with <a href=\"http://andrerenaut.ovh.org/wp/?page_id=70#fragment-8\">addons</a>. Installation requires a few more steps like setting the appropriate permissions for the <em>tmp</em> folder as well as configuring the various settings of the plugin.</p>\n<p>Add the necessary code to your template or use the sidebar widget and you are good to go.</p>\n<p>The plugin integrates perfectly within WordPress 2.7 and picks up the styles too.</p>\n<p>You have complete customization on the look and layout of newsletter, through the use of themes. The plugin comes inbuilt with five themes and you can quickly design your very own.</p>\n<p>The plugin creates a <strong>Add New Mail</strong> screen in your WP-Admin as you can see in the screenshot above. This is what you would use to compose your newsletter. The plugin uses the familiar inbuilt editor to compose your email, you there isn’t any learning curve. It’s as easy as writing a new post, with a few extra options.</p>\n<p>Save the new mail as a draft for future use or send it across to your subscribers.</p>\n<p>Overall, MailPress is a great plugin that adds a fantastic functionality to your blog. However, this isn’t a plugin that would cater to all and sundry. If you have no interest in writing a newsletter, then you’ve absolutely no use adding this plugin to your blog.</p>\n<p>However, if you’re a regular writer and want to add and retain viewers / readers then this plugin enables you to attract a whole lot of visitors who are interested in not only what you have to say in public, but also in the confines of their email inbox.</p>\n<p>Lastly, on a minor note, MailPress is already available on a domain. I think it’s time for the author to move it completely on a separate account, instead of as a sub-domain that it currently is.</p>\n<p>MailPress already has already seen well over 20,000 downloads so far, so I’m sure atleast some of you have it running. What has been your experience with the plugin so far? Do you prefer this over other newsletter management software?</p>\n<p>What features would you like added? And, what would you like removed? Is it fast enough for your needs?</p>\n<p>And, if you’re looking to setup a newsletter, does MailPress fulfill your needs?</p>\";}i:11;a:7:{s:5:\"title\";s:30:\"Matt: Exploring Stowe, Vermont\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11268\";s:4:\"link\";s:45:\"http://ma.tt/2009/01/exploring-stowe-vermont/\";s:11:\"description\";s:16559:\"<p>Snow sculptures at the Stowe Mountain Lodge, around the Curtis Swenson art studios and <a href=\"http://www.westbranchgallery.com/\">West Branch Gallery</a>, and dinner with newlyweds Zoe and Andy.</p>\n<p><span id=\"more-11268\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5335-2/\" title=\"mcm_5335\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5335-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5336/\" title=\"mcm_5336\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5336-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5337/\" title=\"mcm_5337\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5337-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5338/\" title=\"mcm_5338\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5338-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5339/\" title=\"mcm_5339\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5339-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5340-2/\" title=\"mcm_5340\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5340-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5341-2/\" title=\"mcm_5341\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5341-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5342/\" title=\"mcm_5342\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5342-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5343/\" title=\"mcm_5343\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5343-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5345/\" title=\"mcm_5345\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5345-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5346-2/\" title=\"mcm_5346\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5346-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5347/\" title=\"mcm_5347\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5347-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5348-2/\" title=\"mcm_5348\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5348-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5349/\" title=\"mcm_5349\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5349-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5351-2/\" title=\"mcm_5351\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5351-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5353-2/\" title=\"mcm_5353\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5353-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5355/\" title=\"mcm_5355\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5355-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5357-2/\" title=\"mcm_5357\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5357-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5358-2/\" title=\"mcm_5358\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5358-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5359-2/\" title=\"mcm_5359\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5359-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5360/\" title=\"mcm_5360\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5360-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5361-2/\" title=\"mcm_5361\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5361-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5362/\" title=\"mcm_5362\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5362-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5380-2/\" title=\"mcm_5380\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5380-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5382/\" title=\"mcm_5382\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5382-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5384-2/\" title=\"mcm_5384\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5384-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5385/\" title=\"mcm_5385\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5385-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5386-2/\" title=\"mcm_5386\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5386-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5388-2/\" title=\"mcm_5388\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5388-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5389-2/\" title=\"mcm_5389\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5389-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5390/\" title=\"mcm_5390\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5390-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5391-2/\" title=\"mcm_5391\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5391-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5393-2/\" title=\"mcm_5393\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5393-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5395-2/\" title=\"mcm_5395\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5395-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5396/\" title=\"mcm_5396\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5396-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5397-2/\" title=\"mcm_5397\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5397-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5398/\" title=\"mcm_5398\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5398-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5399-2/\" title=\"mcm_5399\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5399-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5400/\" title=\"mcm_5400\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5400-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5401/\" title=\"mcm_5401\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5401-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5402/\" title=\"mcm_5402\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5402-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5403-2/\" title=\"mcm_5403\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5403-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5404-2/\" title=\"mcm_5404\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5404-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5405/\" title=\"mcm_5405\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5405-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5406/\" title=\"mcm_5406\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5406-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5407-2/\" title=\"mcm_5407\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5407-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5408/\" title=\"mcm_5408\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5408-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5409/\" title=\"mcm_5409\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5409-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5412/\" title=\"mcm_5412\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5412-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5413-2/\" title=\"mcm_5413\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5413-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5414/\" title=\"mcm_5414\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5414-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5415-2/\" title=\"mcm_5415\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5415-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5416/\" title=\"mcm_5416\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5416-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5418/\" title=\"mcm_5418\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5418-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5419/\" title=\"mcm_5419\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5419-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5421-2/\" title=\"mcm_5421\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5421-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5422/\" title=\"mcm_5422\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5422-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5423/\" title=\"mcm_5423\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5423-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5424-2/\" title=\"mcm_5424\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5424-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5426-2/\" title=\"mcm_5426\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5426-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5427/\" title=\"mcm_5427\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5427-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5428-2/\" title=\"mcm_5428\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5428-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5430-2/\" title=\"mcm_5430\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5430-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5431-2/\" title=\"mcm_5431\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5431-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5432-2/\" title=\"mcm_5432\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5432-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5433/\" title=\"mcm_5433\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5433-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5434/\" title=\"mcm_5434\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5434-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5435/\" title=\"mcm_5435\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5435-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5436-2/\" title=\"mcm_5436\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5436-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5437/\" title=\"mcm_5437\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5437-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5438/\" title=\"mcm_5438\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5438-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5441/\" title=\"mcm_5441\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5441-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5442-2/\" title=\"mcm_5442\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5442-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5443/\" title=\"mcm_5443\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5443-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5445/\" title=\"mcm_5445\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5445-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5447/\" title=\"mcm_5447\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5447-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5449-2/\" title=\"mcm_5449\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5449-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:17:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:16559:\"<p>Snow sculptures at the Stowe Mountain Lodge, around the Curtis Swenson art studios and <a href=\"http://www.westbranchgallery.com/\">West Branch Gallery</a>, and dinner with newlyweds Zoe and Andy.</p>\n<p><span id=\"more-11268\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5335-2/\" title=\"mcm_5335\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5335-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5336/\" title=\"mcm_5336\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5336-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5337/\" title=\"mcm_5337\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5337-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5338/\" title=\"mcm_5338\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5338-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5339/\" title=\"mcm_5339\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5339-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5340-2/\" title=\"mcm_5340\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5340-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5341-2/\" title=\"mcm_5341\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5341-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5342/\" title=\"mcm_5342\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5342-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5343/\" title=\"mcm_5343\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5343-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5345/\" title=\"mcm_5345\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5345-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5346-2/\" title=\"mcm_5346\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5346-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5347/\" title=\"mcm_5347\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5347-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5348-2/\" title=\"mcm_5348\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5348-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5349/\" title=\"mcm_5349\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5349-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5351-2/\" title=\"mcm_5351\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5351-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5353-2/\" title=\"mcm_5353\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5353-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5355/\" title=\"mcm_5355\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5355-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5357-2/\" title=\"mcm_5357\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5357-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5358-2/\" title=\"mcm_5358\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5358-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5359-2/\" title=\"mcm_5359\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5359-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5360/\" title=\"mcm_5360\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5360-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5361-2/\" title=\"mcm_5361\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5361-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5362/\" title=\"mcm_5362\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5362-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5380-2/\" title=\"mcm_5380\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5380-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5382/\" title=\"mcm_5382\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5382-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5384-2/\" title=\"mcm_5384\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5384-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5385/\" title=\"mcm_5385\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5385-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5386-2/\" title=\"mcm_5386\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5386-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5388-2/\" title=\"mcm_5388\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5388-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5389-2/\" title=\"mcm_5389\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5389-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5390/\" title=\"mcm_5390\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5390-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5391-2/\" title=\"mcm_5391\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5391-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5393-2/\" title=\"mcm_5393\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5393-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5395-2/\" title=\"mcm_5395\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5395-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5396/\" title=\"mcm_5396\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5396-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5397-2/\" title=\"mcm_5397\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5397-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5398/\" title=\"mcm_5398\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5398-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5399-2/\" title=\"mcm_5399\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5399-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5400/\" title=\"mcm_5400\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5400-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5401/\" title=\"mcm_5401\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5401-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5402/\" title=\"mcm_5402\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5402-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5403-2/\" title=\"mcm_5403\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5403-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5404-2/\" title=\"mcm_5404\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5404-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5405/\" title=\"mcm_5405\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5405-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5406/\" title=\"mcm_5406\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5406-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5407-2/\" title=\"mcm_5407\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5407-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5408/\" title=\"mcm_5408\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5408-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5409/\" title=\"mcm_5409\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5409-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5412/\" title=\"mcm_5412\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5412-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5413-2/\" title=\"mcm_5413\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5413-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5414/\" title=\"mcm_5414\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5414-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5415-2/\" title=\"mcm_5415\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5415-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5416/\" title=\"mcm_5416\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5416-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5418/\" title=\"mcm_5418\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5418-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5419/\" title=\"mcm_5419\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5419-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5421-2/\" title=\"mcm_5421\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5421-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5422/\" title=\"mcm_5422\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5422-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5423/\" title=\"mcm_5423\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5423-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5424-2/\" title=\"mcm_5424\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5424-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5426-2/\" title=\"mcm_5426\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5426-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5427/\" title=\"mcm_5427\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5427-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5428-2/\" title=\"mcm_5428\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5428-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5430-2/\" title=\"mcm_5430\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5430-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5431-2/\" title=\"mcm_5431\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5431-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5432-2/\" title=\"mcm_5432\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5432-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5433/\" title=\"mcm_5433\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5433-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5434/\" title=\"mcm_5434\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5434-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5435/\" title=\"mcm_5435\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5435-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5436-2/\" title=\"mcm_5436\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5436-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5437/\" title=\"mcm_5437\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5437-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5438/\" title=\"mcm_5438\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5438-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5441/\" title=\"mcm_5441\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5441-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5442-2/\" title=\"mcm_5442\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5442-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5443/\" title=\"mcm_5443\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5443-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5445/\" title=\"mcm_5445\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5445-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5447/\" title=\"mcm_5447\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5447-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/exploring-stowe-vermont/mcm_5449-2/\" title=\"mcm_5449\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5449-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";}i:12;a:7:{s:5:\"title\";s:22:\"Matt: Andy’s Wedding\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11641\";s:4:\"link\";s:35:\"http://ma.tt/2009/01/andys-wedding/\";s:11:\"description\";s:26569:\"<p>Andy and Zoe’s wedding in Stowe, Vermont.</p>\n<p><span id=\"more-11641\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4849-2/\" title=\"mcm_4849\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4849-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4851/\" title=\"mcm_4851\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4851-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4855/\" title=\"mcm_4855\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4855-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4856/\" title=\"mcm_4856\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4856-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4857-2/\" title=\"mcm_4857\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4857-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4858-2/\" title=\"mcm_4858\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4858-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4859-2/\" title=\"mcm_4859\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4859-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4862-2/\" title=\"mcm_4862\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4862-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4863-2/\" title=\"mcm_4863\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4863-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4864-2/\" title=\"mcm_4864\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4864-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4865-2/\" title=\"mcm_4865\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4865-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4866-2/\" title=\"mcm_4866\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4866-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4867/\" title=\"mcm_4867\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4867-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4871-2/\" title=\"mcm_4871\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4871-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4872/\" title=\"mcm_4872\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4872-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4875-2/\" title=\"mcm_4875\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4875-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4876-2/\" title=\"mcm_4876\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4876-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4879-2/\" title=\"mcm_4879\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4879-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4880-2/\" title=\"mcm_4880\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4880-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4884/\" title=\"mcm_4884\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4884-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4890-2/\" title=\"mcm_4890\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4890-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4891/\" title=\"mcm_4891\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4891-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4896-2/\" title=\"mcm_4896\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4896-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4898-2/\" title=\"mcm_4898\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4898-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4899/\" title=\"mcm_4899\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4899-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4901-2/\" title=\"mcm_4901\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4901-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4908/\" title=\"mcm_4908\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4908-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4918-2/\" title=\"mcm_4918\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4918-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4924-2/\" title=\"mcm_4924\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4924-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4929/\" title=\"mcm_4929\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4929-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4933/\" title=\"mcm_4933\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4933-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4935-2/\" title=\"mcm_4935\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4935-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4940-2/\" title=\"mcm_4940\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4940-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4942/\" title=\"mcm_4942\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4942-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4944-2/\" title=\"mcm_4944\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4944-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4948-2/\" title=\"mcm_4948\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4948-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4953/\" title=\"mcm_4953\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4953-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4956-2/\" title=\"mcm_4956\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4956-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4959/\" title=\"mcm_4959\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4959-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4965/\" title=\"mcm_4965\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4965-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4970/\" title=\"mcm_4970\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4970-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4976/\" title=\"mcm_4976\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4976-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4983/\" title=\"mcm_4983\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4983-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4987-2/\" title=\"mcm_4987\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4987-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4998-2/\" title=\"mcm_4998\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4998-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5003-2/\" title=\"mcm_5003\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5003-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5009-2/\" title=\"mcm_5009\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5009-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5012/\" title=\"mcm_5012\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5012-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5035/\" title=\"mcm_5035\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5035-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5038-2/\" title=\"mcm_5038\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5038-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5040/\" title=\"mcm_5040\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5040-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5041/\" title=\"mcm_5041\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5041-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5044-2/\" title=\"mcm_5044\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5044-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5048-2/\" title=\"mcm_5048\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5048-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5059-2/\" title=\"mcm_5059\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5059-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5063/\" title=\"mcm_5063\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5063-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5083/\" title=\"mcm_5083\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5083-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5087-2/\" title=\"mcm_5087\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5087-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5091-2/\" title=\"mcm_5091\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5091-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5094-2/\" title=\"mcm_5094\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5094-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5097/\" title=\"mcm_5097\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5097-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5102/\" title=\"mcm_5102\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5102-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5105/\" title=\"mcm_5105\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5105-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5109/\" title=\"mcm_5109\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5109-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5110-2/\" title=\"mcm_5110\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5110-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5124/\" title=\"mcm_5124\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5124-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5131-2/\" title=\"mcm_5131\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5131-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5132-2/\" title=\"mcm_5132\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5132-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5136-2/\" title=\"mcm_5136\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5136-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5138-2/\" title=\"mcm_5138\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5138-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5139-2/\" title=\"mcm_5139\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5139-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5142-2/\" title=\"mcm_5142\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5142-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5146/\" title=\"mcm_5146\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5146-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5148-2/\" title=\"mcm_5148\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5148-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5153-2/\" title=\"mcm_5153\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5153-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5157/\" title=\"mcm_5157\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5157-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5160/\" title=\"mcm_5160\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5160-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5168/\" title=\"mcm_5168\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5168-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5169-2/\" title=\"mcm_5169\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5169-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5172/\" title=\"mcm_5172\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5172-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5173/\" title=\"mcm_5173\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5173-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5182-2/\" title=\"mcm_5182\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5182-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5183/\" title=\"mcm_5183\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5183-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5184-2/\" title=\"mcm_5184\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5184-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5185-2/\" title=\"mcm_5185\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5185-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5186-2/\" title=\"mcm_5186\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5186-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5190-2/\" title=\"mcm_5190\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5190-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5194/\" title=\"mcm_5194\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5194-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5198-2/\" title=\"mcm_5198\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5198-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5200-2/\" title=\"mcm_5200\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5200-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5202-2/\" title=\"mcm_5202\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5202-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5206/\" title=\"mcm_5206\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5206-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5208/\" title=\"mcm_5208\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5208-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5210/\" title=\"mcm_5210\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5210-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5212/\" title=\"mcm_5212\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5212-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5216/\" title=\"mcm_5216\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5216-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5220/\" title=\"mcm_5220\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5220-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5221/\" title=\"mcm_5221\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5221-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5225/\" title=\"mcm_5225\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5225-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5230/\" title=\"mcm_5230\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5230-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5234/\" title=\"mcm_5234\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5234-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5237-2/\" title=\"mcm_5237\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5237-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5243/\" title=\"mcm_5243\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5243-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5249/\" title=\"mcm_5249\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5249-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5251-2/\" title=\"mcm_5251\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5251-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5254-2/\" title=\"mcm_5254\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5254-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5258-2/\" title=\"mcm_5258\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5258-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5259/\" title=\"mcm_5259\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5259-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5261/\" title=\"mcm_5261\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5261-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5262-2/\" title=\"mcm_5262\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5262-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5264-2/\" title=\"mcm_5264\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5264-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5267-2/\" title=\"mcm_5267\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5267-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5268/\" title=\"mcm_5268\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5268-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5272-2/\" title=\"mcm_5272\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5272-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5275/\" title=\"mcm_5275\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5275-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5276-2/\" title=\"mcm_5276\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5276-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5277/\" title=\"mcm_5277\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5277-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5282-2/\" title=\"mcm_5282\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5282-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5289-2/\" title=\"mcm_5289\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5289-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5295-2/\" title=\"mcm_5295\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5295-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5297-2/\" title=\"mcm_5297\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5297-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5301-2/\" title=\"mcm_5301\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5301-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5306-2/\" title=\"mcm_5306\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5306-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5309/\" title=\"mcm_5309\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5309-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5310-2/\" title=\"mcm_5310\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5310-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5311/\" title=\"mcm_5311\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5311-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5316-2/\" title=\"mcm_5316\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5316-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5319-2/\" title=\"mcm_5319\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5319-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5323/\" title=\"mcm_5323\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5323-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5328/\" title=\"mcm_5328\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5328-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5332-2/\" title=\"mcm_5332\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5332-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:17:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:26569:\"<p>Andy and Zoe’s wedding in Stowe, Vermont.</p>\n<p><span id=\"more-11641\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4849-2/\" title=\"mcm_4849\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4849-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4851/\" title=\"mcm_4851\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4851-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4855/\" title=\"mcm_4855\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4855-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4856/\" title=\"mcm_4856\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4856-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4857-2/\" title=\"mcm_4857\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4857-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4858-2/\" title=\"mcm_4858\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4858-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4859-2/\" title=\"mcm_4859\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4859-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4862-2/\" title=\"mcm_4862\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4862-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4863-2/\" title=\"mcm_4863\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4863-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4864-2/\" title=\"mcm_4864\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4864-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4865-2/\" title=\"mcm_4865\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4865-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4866-2/\" title=\"mcm_4866\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4866-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4867/\" title=\"mcm_4867\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4867-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4871-2/\" title=\"mcm_4871\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4871-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4872/\" title=\"mcm_4872\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4872-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4875-2/\" title=\"mcm_4875\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4875-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4876-2/\" title=\"mcm_4876\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4876-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4879-2/\" title=\"mcm_4879\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4879-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4880-2/\" title=\"mcm_4880\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4880-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4884/\" title=\"mcm_4884\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4884-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4890-2/\" title=\"mcm_4890\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4890-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4891/\" title=\"mcm_4891\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4891-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4896-2/\" title=\"mcm_4896\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4896-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4898-2/\" title=\"mcm_4898\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4898-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4899/\" title=\"mcm_4899\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4899-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4901-2/\" title=\"mcm_4901\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4901-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4908/\" title=\"mcm_4908\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4908-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4918-2/\" title=\"mcm_4918\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4918-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4924-2/\" title=\"mcm_4924\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4924-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4929/\" title=\"mcm_4929\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4929-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4933/\" title=\"mcm_4933\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4933-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4935-2/\" title=\"mcm_4935\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4935-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4940-2/\" title=\"mcm_4940\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4940-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4942/\" title=\"mcm_4942\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4942-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4944-2/\" title=\"mcm_4944\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4944-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4948-2/\" title=\"mcm_4948\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4948-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4953/\" title=\"mcm_4953\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4953-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4956-2/\" title=\"mcm_4956\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4956-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4959/\" title=\"mcm_4959\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4959-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4965/\" title=\"mcm_4965\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4965-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4970/\" title=\"mcm_4970\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4970-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4976/\" title=\"mcm_4976\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4976-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4983/\" title=\"mcm_4983\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4983-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4987-2/\" title=\"mcm_4987\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4987-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_4998-2/\" title=\"mcm_4998\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4998-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5003-2/\" title=\"mcm_5003\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5003-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5009-2/\" title=\"mcm_5009\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5009-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5012/\" title=\"mcm_5012\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5012-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5035/\" title=\"mcm_5035\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5035-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5038-2/\" title=\"mcm_5038\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5038-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5040/\" title=\"mcm_5040\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5040-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5041/\" title=\"mcm_5041\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5041-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5044-2/\" title=\"mcm_5044\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5044-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5048-2/\" title=\"mcm_5048\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5048-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5059-2/\" title=\"mcm_5059\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5059-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5063/\" title=\"mcm_5063\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5063-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5083/\" title=\"mcm_5083\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5083-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5087-2/\" title=\"mcm_5087\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5087-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5091-2/\" title=\"mcm_5091\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5091-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5094-2/\" title=\"mcm_5094\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5094-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5097/\" title=\"mcm_5097\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5097-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5102/\" title=\"mcm_5102\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5102-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5105/\" title=\"mcm_5105\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5105-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5109/\" title=\"mcm_5109\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5109-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5110-2/\" title=\"mcm_5110\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5110-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5124/\" title=\"mcm_5124\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5124-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5131-2/\" title=\"mcm_5131\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5131-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5132-2/\" title=\"mcm_5132\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5132-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5136-2/\" title=\"mcm_5136\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5136-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5138-2/\" title=\"mcm_5138\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5138-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5139-2/\" title=\"mcm_5139\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5139-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5142-2/\" title=\"mcm_5142\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5142-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5146/\" title=\"mcm_5146\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5146-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5148-2/\" title=\"mcm_5148\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5148-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5153-2/\" title=\"mcm_5153\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5153-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5157/\" title=\"mcm_5157\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5157-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5160/\" title=\"mcm_5160\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5160-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5168/\" title=\"mcm_5168\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5168-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5169-2/\" title=\"mcm_5169\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5169-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5172/\" title=\"mcm_5172\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5172-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5173/\" title=\"mcm_5173\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5173-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5182-2/\" title=\"mcm_5182\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5182-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5183/\" title=\"mcm_5183\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5183-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5184-2/\" title=\"mcm_5184\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5184-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5185-2/\" title=\"mcm_5185\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5185-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5186-2/\" title=\"mcm_5186\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5186-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5190-2/\" title=\"mcm_5190\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5190-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5194/\" title=\"mcm_5194\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5194-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5198-2/\" title=\"mcm_5198\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5198-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5200-2/\" title=\"mcm_5200\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5200-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5202-2/\" title=\"mcm_5202\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5202-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5206/\" title=\"mcm_5206\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5206-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5208/\" title=\"mcm_5208\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5208-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5210/\" title=\"mcm_5210\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5210-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5212/\" title=\"mcm_5212\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5212-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5216/\" title=\"mcm_5216\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5216-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5220/\" title=\"mcm_5220\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5220-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5221/\" title=\"mcm_5221\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5221-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5225/\" title=\"mcm_5225\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5225-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5230/\" title=\"mcm_5230\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5230-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5234/\" title=\"mcm_5234\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5234-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5237-2/\" title=\"mcm_5237\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5237-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5243/\" title=\"mcm_5243\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5243-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5249/\" title=\"mcm_5249\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5249-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5251-2/\" title=\"mcm_5251\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5251-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5254-2/\" title=\"mcm_5254\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5254-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5258-2/\" title=\"mcm_5258\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5258-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5259/\" title=\"mcm_5259\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5259-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5261/\" title=\"mcm_5261\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5261-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5262-2/\" title=\"mcm_5262\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5262-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5264-2/\" title=\"mcm_5264\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5264-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5267-2/\" title=\"mcm_5267\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5267-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5268/\" title=\"mcm_5268\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5268-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5272-2/\" title=\"mcm_5272\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5272-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5275/\" title=\"mcm_5275\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5275-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5276-2/\" title=\"mcm_5276\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5276-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5277/\" title=\"mcm_5277\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5277-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5282-2/\" title=\"mcm_5282\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5282-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5289-2/\" title=\"mcm_5289\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5289-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5295-2/\" title=\"mcm_5295\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5295-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5297-2/\" title=\"mcm_5297\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5297-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5301-2/\" title=\"mcm_5301\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5301-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5306-2/\" title=\"mcm_5306\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5306-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5309/\" title=\"mcm_5309\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5309-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5310-2/\" title=\"mcm_5310\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5310-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5311/\" title=\"mcm_5311\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5311-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5316-2/\" title=\"mcm_5316\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5316-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5319-2/\" title=\"mcm_5319\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5319-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5323/\" title=\"mcm_5323\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5323-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5328/\" title=\"mcm_5328\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5328-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/andys-wedding/mcm_5332-2/\" title=\"mcm_5332\"><img src=\"http://s.ma.tt/files/2009/01/mcm_5332-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";}i:13;a:7:{s:5:\"title\";s:17:\"Matt: Shindo Gear\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11389\";s:4:\"link\";s:33:\"http://ma.tt/2009/01/shindo-gear/\";s:11:\"description\";s:3173:\"<p>Setting up some new audio equipment with <a href=\"http://www.pitchperfectaudio.com/\">Matt Rotunda of Pitch Perfect</a>.</p>\n<p><span id=\"more-11389\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4819-2/\" title=\"mcm_4819\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4819-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4820-2/\" title=\"mcm_4820\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4820-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4825-2/\" title=\"mcm_4825\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4825-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4827-2/\" title=\"mcm_4827\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4827-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4828-2/\" title=\"mcm_4828\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4828-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4830-2/\" title=\"mcm_4830\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4830-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4831-2/\" title=\"mcm_4831\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4831-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4834/\" title=\"mcm_4834\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4834-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4837-2/\" title=\"mcm_4837\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4837-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4839-2/\" title=\"mcm_4839\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4839-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4840/\" title=\"mcm_4840\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4840-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4843-2/\" title=\"mcm_4843\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4843-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4845-2/\" title=\"mcm_4845\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4845-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4846-2/\" title=\"mcm_4846\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4846-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4847/\" title=\"mcm_4847\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4847-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:17:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:3173:\"<p>Setting up some new audio equipment with <a href=\"http://www.pitchperfectaudio.com/\">Matt Rotunda of Pitch Perfect</a>.</p>\n<p><span id=\"more-11389\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4819-2/\" title=\"mcm_4819\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4819-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4820-2/\" title=\"mcm_4820\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4820-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4825-2/\" title=\"mcm_4825\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4825-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4827-2/\" title=\"mcm_4827\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4827-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4828-2/\" title=\"mcm_4828\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4828-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4830-2/\" title=\"mcm_4830\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4830-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4831-2/\" title=\"mcm_4831\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4831-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4834/\" title=\"mcm_4834\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4834-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4837-2/\" title=\"mcm_4837\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4837-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4839-2/\" title=\"mcm_4839\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4839-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4840/\" title=\"mcm_4840\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4840-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4843-2/\" title=\"mcm_4843\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4843-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4845-2/\" title=\"mcm_4845\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4845-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4846-2/\" title=\"mcm_4846\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4846-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/shindo-gear/mcm_4847/\" title=\"mcm_4847\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4847-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";}i:14;a:7:{s:5:\"title\";s:21:\"Matt: Indonesia Day 4\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11202\";s:4:\"link\";s:37:\"http://ma.tt/2009/01/indonesia-day-4/\";s:11:\"description\";s:20038:\"<p>A little bit of sightseeing around Indonesia before I had to leave.</p>\n<p><span id=\"more-11202\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4628/\" title=\"mcm_4628\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4628-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4629/\" title=\"mcm_4629\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4629-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4632/\" title=\"mcm_4632\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4632-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4633/\" title=\"mcm_4633\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4633-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4636/\" title=\"mcm_4636\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4636-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4639/\" title=\"mcm_4639\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4639-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4640/\" title=\"mcm_4640\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4640-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4641/\" title=\"mcm_4641\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4641-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4643/\" title=\"mcm_4643\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4643-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4650/\" title=\"mcm_4650\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4650-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4652/\" title=\"mcm_4652\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4652-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4654/\" title=\"mcm_4654\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4654-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4655/\" title=\"mcm_4655\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4655-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4660/\" title=\"mcm_4660\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4660-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4661/\" title=\"mcm_4661\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4661-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4662/\" title=\"mcm_4662\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4662-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4664/\" title=\"mcm_4664\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4664-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4667/\" title=\"mcm_4667\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4667-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4668/\" title=\"mcm_4668\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4668-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4669/\" title=\"mcm_4669\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4669-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4670/\" title=\"mcm_4670\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4670-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4671/\" title=\"mcm_4671\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4671-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4673/\" title=\"mcm_4673\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4673-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4674/\" title=\"mcm_4674\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4674-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4675/\" title=\"mcm_4675\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4675-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4676/\" title=\"mcm_4676\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4676-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4677/\" title=\"mcm_4677\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4677-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4679/\" title=\"mcm_4679\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4679-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4680/\" title=\"mcm_4680\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4680-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4681/\" title=\"mcm_4681\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4681-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4682/\" title=\"mcm_4682\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4682-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4683/\" title=\"mcm_4683\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4683-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4685/\" title=\"mcm_4685\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4685-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4686/\" title=\"mcm_4686\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4686-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4690/\" title=\"mcm_4690\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4690-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4692/\" title=\"mcm_4692\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4692-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4694/\" title=\"mcm_4694\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4694-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4695/\" title=\"mcm_4695\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4695-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4697/\" title=\"mcm_4697\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4697-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4698/\" title=\"mcm_4698\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4698-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4701/\" title=\"mcm_4701\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4701-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4705/\" title=\"mcm_4705\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4705-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4710/\" title=\"mcm_4710\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4710-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4712/\" title=\"mcm_4712\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4712-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4717/\" title=\"mcm_4717\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4717-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4718/\" title=\"mcm_4718\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4718-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4719/\" title=\"mcm_4719\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4719-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4723/\" title=\"mcm_4723\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4723-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4725/\" title=\"mcm_4725\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4725-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4727/\" title=\"mcm_4727\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4727-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4729/\" title=\"mcm_4729\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4729-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4732/\" title=\"mcm_4732\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4732-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4734/\" title=\"mcm_4734\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4734-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4738/\" title=\"mcm_4738\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4738-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4740/\" title=\"mcm_4740\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4740-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4741/\" title=\"mcm_4741\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4741-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4744/\" title=\"mcm_4744\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4744-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4745/\" title=\"mcm_4745\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4745-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4750/\" title=\"mcm_4750\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4750-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4753/\" title=\"mcm_4753\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4753-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4756/\" title=\"mcm_4756\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4756-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4757/\" title=\"mcm_4757\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4757-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4758/\" title=\"mcm_4758\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4758-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4759/\" title=\"mcm_4759\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4759-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4760/\" title=\"mcm_4760\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4760-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4762/\" title=\"mcm_4762\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4762-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4763/\" title=\"mcm_4763\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4763-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4764/\" title=\"mcm_4764\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4764-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4766/\" title=\"mcm_4766\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4766-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4767-2/\" title=\"mcm_4767\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4767-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4769/\" title=\"mcm_4769\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4769-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4770/\" title=\"mcm_4770\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4770-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4771/\" title=\"mcm_4771\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4771-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4772-2/\" title=\"mcm_4772\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4772-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4781/\" title=\"mcm_4781\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4781-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4782/\" title=\"mcm_4782\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4782-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4783-2/\" title=\"mcm_4783\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4783-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4784-2/\" title=\"mcm_4784\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4784-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4787/\" title=\"mcm_4787\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4787-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4788/\" title=\"mcm_4788\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4788-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4790-2/\" title=\"mcm_4790\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4790-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4791-2/\" title=\"mcm_4791\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4791-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4792/\" title=\"mcm_4792\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4792-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4795/\" title=\"mcm_4795\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4795-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4796/\" title=\"mcm_4796\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4796-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4798/\" title=\"mcm_4798\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4798-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4800/\" title=\"mcm_4800\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4800-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4801-2/\" title=\"mcm_4801\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4801-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4803/\" title=\"mcm_4803\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4803-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4805-2/\" title=\"mcm_4805\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4805-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4807-2/\" title=\"mcm_4807\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4807-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4808-2/\" title=\"mcm_4808\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4808-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4810-2/\" title=\"mcm_4810\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4810-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4812-2/\" title=\"mcm_4812\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4812-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4813-2/\" title=\"mcm_4813\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4813-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4814-2/\" title=\"mcm_4814\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4814-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4815-2/\" title=\"mcm_4815\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4815-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4818-2/\" title=\"mcm_4818\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4818-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:17:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:20038:\"<p>A little bit of sightseeing around Indonesia before I had to leave.</p>\n<p><span id=\"more-11202\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4628/\" title=\"mcm_4628\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4628-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4629/\" title=\"mcm_4629\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4629-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4632/\" title=\"mcm_4632\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4632-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4633/\" title=\"mcm_4633\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4633-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4636/\" title=\"mcm_4636\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4636-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4639/\" title=\"mcm_4639\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4639-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4640/\" title=\"mcm_4640\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4640-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4641/\" title=\"mcm_4641\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4641-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4643/\" title=\"mcm_4643\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4643-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4650/\" title=\"mcm_4650\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4650-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4652/\" title=\"mcm_4652\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4652-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4654/\" title=\"mcm_4654\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4654-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4655/\" title=\"mcm_4655\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4655-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4660/\" title=\"mcm_4660\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4660-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4661/\" title=\"mcm_4661\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4661-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4662/\" title=\"mcm_4662\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4662-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4664/\" title=\"mcm_4664\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4664-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4667/\" title=\"mcm_4667\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4667-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4668/\" title=\"mcm_4668\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4668-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4669/\" title=\"mcm_4669\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4669-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4670/\" title=\"mcm_4670\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4670-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4671/\" title=\"mcm_4671\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4671-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4673/\" title=\"mcm_4673\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4673-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4674/\" title=\"mcm_4674\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4674-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4675/\" title=\"mcm_4675\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4675-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4676/\" title=\"mcm_4676\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4676-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4677/\" title=\"mcm_4677\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4677-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4679/\" title=\"mcm_4679\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4679-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4680/\" title=\"mcm_4680\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4680-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4681/\" title=\"mcm_4681\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4681-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4682/\" title=\"mcm_4682\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4682-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4683/\" title=\"mcm_4683\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4683-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4685/\" title=\"mcm_4685\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4685-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4686/\" title=\"mcm_4686\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4686-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4690/\" title=\"mcm_4690\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4690-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4692/\" title=\"mcm_4692\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4692-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4694/\" title=\"mcm_4694\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4694-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4695/\" title=\"mcm_4695\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4695-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4697/\" title=\"mcm_4697\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4697-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4698/\" title=\"mcm_4698\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4698-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4701/\" title=\"mcm_4701\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4701-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4705/\" title=\"mcm_4705\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4705-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4710/\" title=\"mcm_4710\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4710-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4712/\" title=\"mcm_4712\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4712-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4717/\" title=\"mcm_4717\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4717-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4718/\" title=\"mcm_4718\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4718-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4719/\" title=\"mcm_4719\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4719-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4723/\" title=\"mcm_4723\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4723-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4725/\" title=\"mcm_4725\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4725-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4727/\" title=\"mcm_4727\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4727-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4729/\" title=\"mcm_4729\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4729-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4732/\" title=\"mcm_4732\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4732-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4734/\" title=\"mcm_4734\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4734-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4738/\" title=\"mcm_4738\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4738-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4740/\" title=\"mcm_4740\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4740-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4741/\" title=\"mcm_4741\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4741-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4744/\" title=\"mcm_4744\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4744-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4745/\" title=\"mcm_4745\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4745-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4750/\" title=\"mcm_4750\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4750-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4753/\" title=\"mcm_4753\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4753-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4756/\" title=\"mcm_4756\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4756-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4757/\" title=\"mcm_4757\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4757-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4758/\" title=\"mcm_4758\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4758-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4759/\" title=\"mcm_4759\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4759-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4760/\" title=\"mcm_4760\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4760-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4762/\" title=\"mcm_4762\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4762-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4763/\" title=\"mcm_4763\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4763-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4764/\" title=\"mcm_4764\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4764-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4766/\" title=\"mcm_4766\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4766-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4767-2/\" title=\"mcm_4767\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4767-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4769/\" title=\"mcm_4769\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4769-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4770/\" title=\"mcm_4770\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4770-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4771/\" title=\"mcm_4771\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4771-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4772-2/\" title=\"mcm_4772\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4772-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4781/\" title=\"mcm_4781\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4781-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4782/\" title=\"mcm_4782\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4782-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4783-2/\" title=\"mcm_4783\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4783-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4784-2/\" title=\"mcm_4784\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4784-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4787/\" title=\"mcm_4787\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4787-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4788/\" title=\"mcm_4788\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4788-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4790-2/\" title=\"mcm_4790\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4790-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4791-2/\" title=\"mcm_4791\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4791-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4792/\" title=\"mcm_4792\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4792-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4795/\" title=\"mcm_4795\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4795-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4796/\" title=\"mcm_4796\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4796-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4798/\" title=\"mcm_4798\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4798-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4800/\" title=\"mcm_4800\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4800-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4801-2/\" title=\"mcm_4801\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4801-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4803/\" title=\"mcm_4803\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4803-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4805-2/\" title=\"mcm_4805\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4805-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4807-2/\" title=\"mcm_4807\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4807-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4808-2/\" title=\"mcm_4808\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4808-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4810-2/\" title=\"mcm_4810\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4810-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4812-2/\" title=\"mcm_4812\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4812-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4813-2/\" title=\"mcm_4813\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4813-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4814-2/\" title=\"mcm_4814\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4814-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4815-2/\" title=\"mcm_4815\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4815-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/indonesia-day-4/mcm_4818-2/\" title=\"mcm_4818\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4818-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";}i:15;a:7:{s:5:\"title\";s:28:\"Matt: Jakarta WordCamp Day 2\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11488\";s:4:\"link\";s:40:\"http://ma.tt/2009/01/jakarta-wordcamp-2/\";s:11:\"description\";s:31105:\"<p>Second day at Jakarta, Indonesia WordCamp, dinner, and then signs from a wedding. Guest photographer: Kristin Amelina.</p>\n<p><span id=\"more-11488\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4224-2/\" title=\"mcm_4224\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4224-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4225-2/\" title=\"mcm_4225\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4225-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4226/\" title=\"mcm_4226\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4226-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4227/\" title=\"mcm_4227\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4227-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4228-2/\" title=\"mcm_4228\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4228-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4229/\" title=\"mcm_4229\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4229-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4231-2/\" title=\"mcm_4231\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4231-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4234/\" title=\"mcm_4234\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4234-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4235/\" title=\"mcm_4235\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4235-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4242/\" title=\"mcm_4242\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4242-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4245-2/\" title=\"mcm_4245\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4245-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4247/\" title=\"mcm_4247\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4247-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4254-2/\" title=\"mcm_4254\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4254-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4255/\" title=\"mcm_4255\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4255-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4257/\" title=\"mcm_4257\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4257-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4258/\" title=\"mcm_4258\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4258-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4263/\" title=\"mcm_4263\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4263-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4269/\" title=\"mcm_4269\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4269-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4270-2/\" title=\"mcm_4270\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4270-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4271/\" title=\"mcm_4271\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4271-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4275/\" title=\"mcm_4275\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4275-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4279-2/\" title=\"mcm_4279\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4279-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4294/\" title=\"mcm_4294\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4294-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4298/\" title=\"mcm_4298\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4298-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4299/\" title=\"mcm_4299\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4299-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4300/\" title=\"mcm_4300\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4300-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4304/\" title=\"mcm_4304\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4304-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4312-2/\" title=\"mcm_4312\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4312-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4316-2/\" title=\"mcm_4316\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4316-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4319/\" title=\"mcm_4319\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4319-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4325/\" title=\"mcm_4325\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4325-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4329/\" title=\"mcm_4329\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4329-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4330/\" title=\"mcm_4330\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4330-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4331/\" title=\"mcm_4331\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4331-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4334/\" title=\"mcm_4334\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4334-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4335-2/\" title=\"mcm_4335\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4335-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4341-2/\" title=\"mcm_4341\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4341-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4348/\" title=\"mcm_4348\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4348-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4357/\" title=\"mcm_4357\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4357-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4361-2/\" title=\"mcm_4361\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4361-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4365/\" title=\"mcm_4365\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4365-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4368-2/\" title=\"mcm_4368\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4368-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4375/\" title=\"mcm_4375\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4375-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4381-2/\" title=\"mcm_4381\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4381-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4387-2/\" title=\"mcm_4387\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4387-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4389-2/\" title=\"mcm_4389\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4389-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4403-2/\" title=\"mcm_4403\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4403-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4405/\" title=\"mcm_4405\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4405-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4406-2/\" title=\"mcm_4406\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4406-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4407/\" title=\"mcm_4407\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4407-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4408/\" title=\"mcm_4408\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4408-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4411-2/\" title=\"mcm_4411\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4411-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4413/\" title=\"mcm_4413\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4413-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4416-2/\" title=\"mcm_4416\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4416-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4417/\" title=\"mcm_4417\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4417-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4418/\" title=\"mcm_4418\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4418-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4419/\" title=\"mcm_4419\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4419-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4421/\" title=\"mcm_4421\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4421-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4424/\" title=\"mcm_4424\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4424-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4425/\" title=\"mcm_4425\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4425-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4426/\" title=\"mcm_4426\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4426-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4427/\" title=\"mcm_4427\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4427-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4430/\" title=\"mcm_4430\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4430-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4433/\" title=\"mcm_4433\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4433-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4435/\" title=\"mcm_4435\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4435-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4436/\" title=\"mcm_4436\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4436-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4443/\" title=\"mcm_4443\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4443-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4446/\" title=\"mcm_4446\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4446-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4448/\" title=\"mcm_4448\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4448-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4452/\" title=\"mcm_4452\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4452-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4453/\" title=\"mcm_4453\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4453-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4455/\" title=\"mcm_4455\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4455-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4458/\" title=\"mcm_4458\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4458-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4462/\" title=\"mcm_4462\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4462-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4466/\" title=\"mcm_4466\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4466-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4467/\" title=\"mcm_4467\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4467-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4470/\" title=\"mcm_4470\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4470-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4472/\" title=\"mcm_4472\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4472-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4473/\" title=\"mcm_4473\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4473-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4477/\" title=\"mcm_4477\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4477-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4479/\" title=\"mcm_4479\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4479-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4480/\" title=\"mcm_4480\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4480-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4481/\" title=\"mcm_4481\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4481-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4483/\" title=\"mcm_4483\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4483-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4484/\" title=\"mcm_4484\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4484-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4485/\" title=\"mcm_4485\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4485-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4487/\" title=\"mcm_4487\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4487-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4493/\" title=\"mcm_4493\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4493-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4496/\" title=\"mcm_4496\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4496-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4498/\" title=\"mcm_4498\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4498-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4499/\" title=\"mcm_4499\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4499-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4500/\" title=\"mcm_4500\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4500-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4501/\" title=\"mcm_4501\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4501-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4502/\" title=\"mcm_4502\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4502-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4503/\" title=\"mcm_4503\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4503-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4505/\" title=\"mcm_4505\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4505-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4508/\" title=\"mcm_4508\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4508-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4509/\" title=\"mcm_4509\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4509-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4511/\" title=\"mcm_4511\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4511-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4513/\" title=\"mcm_4513\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4513-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4517/\" title=\"mcm_4517\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4517-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4519/\" title=\"mcm_4519\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4519-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4520/\" title=\"mcm_4520\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4520-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4525/\" title=\"mcm_4525\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4525-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4526/\" title=\"mcm_4526\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4526-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4528/\" title=\"mcm_4528\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4528-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4535/\" title=\"mcm_4535\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4535-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4537/\" title=\"mcm_4537\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4537-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4539/\" title=\"mcm_4539\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4539-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4540/\" title=\"mcm_4540\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4540-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4542/\" title=\"mcm_4542\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4542-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4544/\" title=\"mcm_4544\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4544-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4545/\" title=\"mcm_4545\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4545-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4546/\" title=\"mcm_4546\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4546-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4548/\" title=\"mcm_4548\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4548-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4550/\" title=\"mcm_4550\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4550-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4558/\" title=\"mcm_4558\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4558-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4559/\" title=\"mcm_4559\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4559-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4562/\" title=\"mcm_4562\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4562-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4563/\" title=\"mcm_4563\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4563-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4564/\" title=\"mcm_4564\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4564-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4566/\" title=\"mcm_4566\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4566-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4567/\" title=\"mcm_4567\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4567-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4568/\" title=\"mcm_4568\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4568-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4570/\" title=\"mcm_4570\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4570-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4574/\" title=\"mcm_4574\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4574-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4576/\" title=\"mcm_4576\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4576-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4582/\" title=\"mcm_4582\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4582-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4588/\" title=\"mcm_4588\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4588-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4589/\" title=\"mcm_4589\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4589-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4594/\" title=\"mcm_4594\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4594-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4595/\" title=\"mcm_4595\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4595-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4602/\" title=\"mcm_4602\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4602-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4603/\" title=\"mcm_4603\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4603-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4605/\" title=\"mcm_4605\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4605-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4610/\" title=\"mcm_4610\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4610-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4612/\" title=\"mcm_4612\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4612-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4613/\" title=\"mcm_4613\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4613-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4614/\" title=\"mcm_4614\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4614-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4615/\" title=\"mcm_4615\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4615-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4616/\" title=\"mcm_4616\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4616-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4617/\" title=\"mcm_4617\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4617-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4618/\" title=\"mcm_4618\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4618-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4620/\" title=\"mcm_4620\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4620-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4622/\" title=\"mcm_4622\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4622-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4623/\" title=\"mcm_4623\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4623-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4624/\" title=\"mcm_4624\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4624-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4625/\" title=\"mcm_4625\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4625-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4626/\" title=\"mcm_4626\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4626-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4627/\" title=\"mcm_4627\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4627-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:17:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:31105:\"<p>Second day at Jakarta, Indonesia WordCamp, dinner, and then signs from a wedding. Guest photographer: Kristin Amelina.</p>\n<p><span id=\"more-11488\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4224-2/\" title=\"mcm_4224\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4224-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4225-2/\" title=\"mcm_4225\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4225-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4226/\" title=\"mcm_4226\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4226-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4227/\" title=\"mcm_4227\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4227-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4228-2/\" title=\"mcm_4228\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4228-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4229/\" title=\"mcm_4229\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4229-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4231-2/\" title=\"mcm_4231\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4231-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4234/\" title=\"mcm_4234\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4234-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4235/\" title=\"mcm_4235\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4235-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4242/\" title=\"mcm_4242\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4242-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4245-2/\" title=\"mcm_4245\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4245-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4247/\" title=\"mcm_4247\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4247-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4254-2/\" title=\"mcm_4254\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4254-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4255/\" title=\"mcm_4255\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4255-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4257/\" title=\"mcm_4257\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4257-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4258/\" title=\"mcm_4258\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4258-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4263/\" title=\"mcm_4263\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4263-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4269/\" title=\"mcm_4269\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4269-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4270-2/\" title=\"mcm_4270\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4270-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4271/\" title=\"mcm_4271\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4271-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4275/\" title=\"mcm_4275\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4275-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4279-2/\" title=\"mcm_4279\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4279-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4294/\" title=\"mcm_4294\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4294-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4298/\" title=\"mcm_4298\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4298-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4299/\" title=\"mcm_4299\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4299-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4300/\" title=\"mcm_4300\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4300-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4304/\" title=\"mcm_4304\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4304-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4312-2/\" title=\"mcm_4312\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4312-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4316-2/\" title=\"mcm_4316\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4316-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4319/\" title=\"mcm_4319\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4319-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4325/\" title=\"mcm_4325\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4325-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4329/\" title=\"mcm_4329\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4329-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4330/\" title=\"mcm_4330\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4330-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4331/\" title=\"mcm_4331\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4331-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4334/\" title=\"mcm_4334\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4334-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4335-2/\" title=\"mcm_4335\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4335-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4341-2/\" title=\"mcm_4341\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4341-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4348/\" title=\"mcm_4348\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4348-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4357/\" title=\"mcm_4357\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4357-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4361-2/\" title=\"mcm_4361\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4361-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4365/\" title=\"mcm_4365\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4365-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4368-2/\" title=\"mcm_4368\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4368-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4375/\" title=\"mcm_4375\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4375-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4381-2/\" title=\"mcm_4381\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4381-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4387-2/\" title=\"mcm_4387\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4387-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4389-2/\" title=\"mcm_4389\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4389-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4403-2/\" title=\"mcm_4403\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4403-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4405/\" title=\"mcm_4405\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4405-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4406-2/\" title=\"mcm_4406\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4406-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4407/\" title=\"mcm_4407\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4407-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4408/\" title=\"mcm_4408\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4408-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4411-2/\" title=\"mcm_4411\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4411-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4413/\" title=\"mcm_4413\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4413-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4416-2/\" title=\"mcm_4416\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4416-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4417/\" title=\"mcm_4417\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4417-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4418/\" title=\"mcm_4418\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4418-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4419/\" title=\"mcm_4419\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4419-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4421/\" title=\"mcm_4421\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4421-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4424/\" title=\"mcm_4424\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4424-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4425/\" title=\"mcm_4425\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4425-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4426/\" title=\"mcm_4426\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4426-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4427/\" title=\"mcm_4427\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4427-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4430/\" title=\"mcm_4430\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4430-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4433/\" title=\"mcm_4433\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4433-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4435/\" title=\"mcm_4435\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4435-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4436/\" title=\"mcm_4436\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4436-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4443/\" title=\"mcm_4443\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4443-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4446/\" title=\"mcm_4446\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4446-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4448/\" title=\"mcm_4448\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4448-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4452/\" title=\"mcm_4452\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4452-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4453/\" title=\"mcm_4453\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4453-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4455/\" title=\"mcm_4455\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4455-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4458/\" title=\"mcm_4458\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4458-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4462/\" title=\"mcm_4462\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4462-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4466/\" title=\"mcm_4466\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4466-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4467/\" title=\"mcm_4467\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4467-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4470/\" title=\"mcm_4470\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4470-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4472/\" title=\"mcm_4472\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4472-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4473/\" title=\"mcm_4473\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4473-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4477/\" title=\"mcm_4477\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4477-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4479/\" title=\"mcm_4479\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4479-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4480/\" title=\"mcm_4480\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4480-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4481/\" title=\"mcm_4481\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4481-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4483/\" title=\"mcm_4483\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4483-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4484/\" title=\"mcm_4484\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4484-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4485/\" title=\"mcm_4485\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4485-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4487/\" title=\"mcm_4487\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4487-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4493/\" title=\"mcm_4493\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4493-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4496/\" title=\"mcm_4496\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4496-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4498/\" title=\"mcm_4498\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4498-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4499/\" title=\"mcm_4499\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4499-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4500/\" title=\"mcm_4500\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4500-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4501/\" title=\"mcm_4501\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4501-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4502/\" title=\"mcm_4502\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4502-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4503/\" title=\"mcm_4503\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4503-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4505/\" title=\"mcm_4505\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4505-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4508/\" title=\"mcm_4508\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4508-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4509/\" title=\"mcm_4509\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4509-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4511/\" title=\"mcm_4511\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4511-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4513/\" title=\"mcm_4513\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4513-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4517/\" title=\"mcm_4517\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4517-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4519/\" title=\"mcm_4519\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4519-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4520/\" title=\"mcm_4520\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4520-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4525/\" title=\"mcm_4525\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4525-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4526/\" title=\"mcm_4526\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4526-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4528/\" title=\"mcm_4528\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4528-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4535/\" title=\"mcm_4535\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4535-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4537/\" title=\"mcm_4537\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4537-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4539/\" title=\"mcm_4539\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4539-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4540/\" title=\"mcm_4540\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4540-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4542/\" title=\"mcm_4542\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4542-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4544/\" title=\"mcm_4544\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4544-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4545/\" title=\"mcm_4545\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4545-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4546/\" title=\"mcm_4546\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4546-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4548/\" title=\"mcm_4548\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4548-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4550/\" title=\"mcm_4550\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4550-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4558/\" title=\"mcm_4558\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4558-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4559/\" title=\"mcm_4559\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4559-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4562/\" title=\"mcm_4562\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4562-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4563/\" title=\"mcm_4563\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4563-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4564/\" title=\"mcm_4564\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4564-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4566/\" title=\"mcm_4566\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4566-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4567/\" title=\"mcm_4567\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4567-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4568/\" title=\"mcm_4568\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4568-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4570/\" title=\"mcm_4570\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4570-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4574/\" title=\"mcm_4574\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4574-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4576/\" title=\"mcm_4576\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4576-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4582/\" title=\"mcm_4582\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4582-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4588/\" title=\"mcm_4588\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4588-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4589/\" title=\"mcm_4589\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4589-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4594/\" title=\"mcm_4594\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4594-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4595/\" title=\"mcm_4595\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4595-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4602/\" title=\"mcm_4602\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4602-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4603/\" title=\"mcm_4603\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4603-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4605/\" title=\"mcm_4605\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4605-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4610/\" title=\"mcm_4610\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4610-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4612/\" title=\"mcm_4612\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4612-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4613/\" title=\"mcm_4613\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4613-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4614/\" title=\"mcm_4614\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4614-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4615/\" title=\"mcm_4615\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4615-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4616/\" title=\"mcm_4616\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4616-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4617/\" title=\"mcm_4617\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4617-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4618/\" title=\"mcm_4618\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4618-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4620/\" title=\"mcm_4620\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4620-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4622/\" title=\"mcm_4622\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4622-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4623/\" title=\"mcm_4623\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4623-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4624/\" title=\"mcm_4624\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4624-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4625/\" title=\"mcm_4625\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4625-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4626/\" title=\"mcm_4626\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4626-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-wordcamp-2/mcm_4627/\" title=\"mcm_4627\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4627-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";}i:16;a:7:{s:5:\"title\";s:30:\"Matt: WordCamp Indonesia Day 1\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11035\";s:4:\"link\";s:46:\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/\";s:11:\"description\";s:27830:\"<p>First day of WordCamp Indonesia in Jakarta.</p>\n<p><span id=\"more-11035\"></span></p>\n<p>If you’re tagging people, please use their full name or nothing at all. No URLs, nicknames, etc.</p>\n\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3815/\" title=\"mcm_3815\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3815-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3816/\" title=\"mcm_3816\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3816-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3818-2/\" title=\"mcm_3818\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3818-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3822/\" title=\"mcm_3822\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3822-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3825/\" title=\"mcm_3825\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3825-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3826-2/\" title=\"mcm_3826\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3826-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3827-2/\" title=\"mcm_3827\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3827-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3830/\" title=\"mcm_3830\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3830-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3831/\" title=\"mcm_3831\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3831-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3833/\" title=\"mcm_3833\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3833-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3834-2/\" title=\"mcm_3834\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3834-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3838/\" title=\"mcm_3838\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3838-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3841/\" title=\"mcm_3841\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3841-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3843-2/\" title=\"mcm_3843\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3843-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3844/\" title=\"mcm_3844\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3844-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3847/\" title=\"mcm_3847\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3847-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3848/\" title=\"mcm_3848\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3848-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3850/\" title=\"mcm_3850\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3850-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3851-2/\" title=\"mcm_3851\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3851-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3854/\" title=\"mcm_3854\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3854-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3856/\" title=\"mcm_3856\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3856-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3857-2/\" title=\"mcm_3857\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3857-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3860/\" title=\"mcm_3860\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3860-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3861/\" title=\"mcm_3861\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3861-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3862/\" title=\"mcm_3862\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3862-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3864/\" title=\"mcm_3864\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3864-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3865/\" title=\"mcm_3865\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3865-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3870/\" title=\"mcm_3870\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3870-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3871/\" title=\"mcm_3871\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3871-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3873/\" title=\"mcm_3873\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3873-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3875/\" title=\"mcm_3875\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3875-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3880-2/\" title=\"mcm_3880\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3880-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3883-2/\" title=\"mcm_3883\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3883-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3884/\" title=\"mcm_3884\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3884-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3895/\" title=\"mcm_3895\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3895-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3896/\" title=\"mcm_3896\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3896-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3898/\" title=\"mcm_3898\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3898-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3901-2/\" title=\"mcm_3901\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3901-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3903/\" title=\"mcm_3903\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3903-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3905/\" title=\"mcm_3905\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3905-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3908/\" title=\"mcm_3908\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3908-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3911-2/\" title=\"mcm_3911\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3911-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3918/\" title=\"mcm_3918\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3918-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3920/\" title=\"mcm_3920\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3920-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3921/\" title=\"mcm_3921\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3921-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3922-2/\" title=\"mcm_3922\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3922-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3924/\" title=\"mcm_3924\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3924-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3925/\" title=\"mcm_3925\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3925-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3930/\" title=\"mcm_3930\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3930-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3931/\" title=\"mcm_3931\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3931-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3933/\" title=\"mcm_3933\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3933-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3936/\" title=\"mcm_3936\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3936-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3943/\" title=\"mcm_3943\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3943-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3947/\" title=\"mcm_3947\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3947-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3952/\" title=\"mcm_3952\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3952-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3955/\" title=\"mcm_3955\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3955-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3960-2/\" title=\"mcm_3960\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3960-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3963-2/\" title=\"mcm_3963\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3963-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3968/\" title=\"mcm_3968\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3968-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3970/\" title=\"mcm_3970\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3970-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3973/\" title=\"mcm_3973\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3973-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3975/\" title=\"mcm_3975\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3975-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3977/\" title=\"mcm_3977\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3977-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3979/\" title=\"mcm_3979\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3979-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3988/\" title=\"mcm_3988\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3988-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3993-2/\" title=\"mcm_3993\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3993-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3997/\" title=\"mcm_3997\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3997-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4001/\" title=\"mcm_4001\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4001-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4003/\" title=\"mcm_4003\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4003-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4004/\" title=\"mcm_4004\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4004-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4009/\" title=\"mcm_4009\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4009-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4012/\" title=\"mcm_4012\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4012-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4016/\" title=\"mcm_4016\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4016-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4022/\" title=\"mcm_4022\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4022-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4024-2/\" title=\"mcm_4024\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4024-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4025/\" title=\"mcm_4025\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4025-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4029/\" title=\"mcm_4029\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4029-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4030/\" title=\"mcm_4030\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4030-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4051/\" title=\"mcm_4051\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4051-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4053/\" title=\"mcm_4053\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4053-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4054-2/\" title=\"mcm_4054\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4054-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4060/\" title=\"mcm_4060\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4060-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4064/\" title=\"mcm_4064\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4064-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4068-2/\" title=\"mcm_4068\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4068-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4077-2/\" title=\"mcm_4077\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4077-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4078/\" title=\"mcm_4078\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4078-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4079-2/\" title=\"mcm_4079\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4079-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4087/\" title=\"mcm_4087\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4087-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4090-2/\" title=\"mcm_4090\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4090-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4091/\" title=\"mcm_4091\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4091-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4096/\" title=\"mcm_4096\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4096-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4099/\" title=\"mcm_4099\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4099-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4101-2/\" title=\"mcm_4101\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4101-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4104/\" title=\"mcm_4104\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4104-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4105-2/\" title=\"mcm_4105\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4105-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4114-2/\" title=\"mcm_4114\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4114-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4117-2/\" title=\"mcm_4117\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4117-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4128/\" title=\"mcm_4128\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4128-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4131/\" title=\"mcm_4131\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4131-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4132-2/\" title=\"mcm_4132\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4132-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4139-2/\" title=\"mcm_4139\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4139-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4140/\" title=\"mcm_4140\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4140-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4141-2/\" title=\"mcm_4141\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4141-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4142/\" title=\"mcm_4142\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4142-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4148/\" title=\"mcm_4148\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4148-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4149/\" title=\"mcm_4149\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4149-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4152/\" title=\"mcm_4152\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4152-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4153-2/\" title=\"mcm_4153\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4153-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4156-2/\" title=\"mcm_4156\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4156-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4158/\" title=\"mcm_4158\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4158-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4160/\" title=\"mcm_4160\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4160-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4162/\" title=\"mcm_4162\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4162-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4165/\" title=\"mcm_4165\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4165-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4166-2/\" title=\"mcm_4166\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4166-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4167-2/\" title=\"mcm_4167\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4167-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4168/\" title=\"mcm_4168\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4168-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4171/\" title=\"mcm_4171\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4171-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4172-2/\" title=\"mcm_4172\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4172-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4173/\" title=\"mcm_4173\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4173-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4175/\" title=\"mcm_4175\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4175-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4176/\" title=\"mcm_4176\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4176-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4177/\" title=\"mcm_4177\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4177-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4178/\" title=\"mcm_4178\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4178-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4180/\" title=\"mcm_4180\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4180-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4186/\" title=\"mcm_4186\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4186-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4188-2/\" title=\"mcm_4188\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4188-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4190/\" title=\"mcm_4190\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4190-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4194/\" title=\"mcm_4194\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4194-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4204-2/\" title=\"mcm_4204\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4204-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4220-2/\" title=\"mcm_4220\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4220-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:17:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:27830:\"<p>First day of WordCamp Indonesia in Jakarta.</p>\n<p><span id=\"more-11035\"></span></p>\n<p>If you’re tagging people, please use their full name or nothing at all. No URLs, nicknames, etc.</p>\n\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3815/\" title=\"mcm_3815\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3815-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3816/\" title=\"mcm_3816\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3816-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3818-2/\" title=\"mcm_3818\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3818-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3822/\" title=\"mcm_3822\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3822-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3825/\" title=\"mcm_3825\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3825-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3826-2/\" title=\"mcm_3826\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3826-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3827-2/\" title=\"mcm_3827\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3827-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3830/\" title=\"mcm_3830\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3830-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3831/\" title=\"mcm_3831\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3831-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3833/\" title=\"mcm_3833\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3833-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3834-2/\" title=\"mcm_3834\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3834-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3838/\" title=\"mcm_3838\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3838-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3841/\" title=\"mcm_3841\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3841-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3843-2/\" title=\"mcm_3843\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3843-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3844/\" title=\"mcm_3844\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3844-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3847/\" title=\"mcm_3847\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3847-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3848/\" title=\"mcm_3848\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3848-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3850/\" title=\"mcm_3850\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3850-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3851-2/\" title=\"mcm_3851\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3851-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3854/\" title=\"mcm_3854\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3854-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3856/\" title=\"mcm_3856\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3856-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3857-2/\" title=\"mcm_3857\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3857-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3860/\" title=\"mcm_3860\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3860-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3861/\" title=\"mcm_3861\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3861-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3862/\" title=\"mcm_3862\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3862-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3864/\" title=\"mcm_3864\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3864-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3865/\" title=\"mcm_3865\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3865-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3870/\" title=\"mcm_3870\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3870-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3871/\" title=\"mcm_3871\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3871-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3873/\" title=\"mcm_3873\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3873-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3875/\" title=\"mcm_3875\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3875-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3880-2/\" title=\"mcm_3880\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3880-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3883-2/\" title=\"mcm_3883\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3883-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3884/\" title=\"mcm_3884\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3884-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3895/\" title=\"mcm_3895\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3895-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3896/\" title=\"mcm_3896\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3896-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3898/\" title=\"mcm_3898\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3898-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3901-2/\" title=\"mcm_3901\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3901-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3903/\" title=\"mcm_3903\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3903-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3905/\" title=\"mcm_3905\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3905-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3908/\" title=\"mcm_3908\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3908-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3911-2/\" title=\"mcm_3911\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3911-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3918/\" title=\"mcm_3918\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3918-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3920/\" title=\"mcm_3920\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3920-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3921/\" title=\"mcm_3921\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3921-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3922-2/\" title=\"mcm_3922\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3922-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3924/\" title=\"mcm_3924\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3924-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3925/\" title=\"mcm_3925\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3925-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3930/\" title=\"mcm_3930\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3930-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3931/\" title=\"mcm_3931\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3931-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3933/\" title=\"mcm_3933\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3933-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3936/\" title=\"mcm_3936\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3936-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3943/\" title=\"mcm_3943\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3943-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3947/\" title=\"mcm_3947\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3947-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3952/\" title=\"mcm_3952\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3952-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3955/\" title=\"mcm_3955\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3955-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3960-2/\" title=\"mcm_3960\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3960-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3963-2/\" title=\"mcm_3963\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3963-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3968/\" title=\"mcm_3968\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3968-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3970/\" title=\"mcm_3970\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3970-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3973/\" title=\"mcm_3973\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3973-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3975/\" title=\"mcm_3975\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3975-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3977/\" title=\"mcm_3977\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3977-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3979/\" title=\"mcm_3979\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3979-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3988/\" title=\"mcm_3988\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3988-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3993-2/\" title=\"mcm_3993\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3993-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_3997/\" title=\"mcm_3997\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3997-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4001/\" title=\"mcm_4001\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4001-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4003/\" title=\"mcm_4003\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4003-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4004/\" title=\"mcm_4004\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4004-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4009/\" title=\"mcm_4009\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4009-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4012/\" title=\"mcm_4012\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4012-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4016/\" title=\"mcm_4016\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4016-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4022/\" title=\"mcm_4022\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4022-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4024-2/\" title=\"mcm_4024\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4024-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4025/\" title=\"mcm_4025\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4025-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4029/\" title=\"mcm_4029\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4029-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4030/\" title=\"mcm_4030\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4030-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4051/\" title=\"mcm_4051\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4051-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4053/\" title=\"mcm_4053\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4053-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4054-2/\" title=\"mcm_4054\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4054-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4060/\" title=\"mcm_4060\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4060-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4064/\" title=\"mcm_4064\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4064-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4068-2/\" title=\"mcm_4068\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4068-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4077-2/\" title=\"mcm_4077\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4077-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4078/\" title=\"mcm_4078\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4078-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4079-2/\" title=\"mcm_4079\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4079-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4087/\" title=\"mcm_4087\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4087-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4090-2/\" title=\"mcm_4090\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4090-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4091/\" title=\"mcm_4091\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4091-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4096/\" title=\"mcm_4096\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4096-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4099/\" title=\"mcm_4099\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4099-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4101-2/\" title=\"mcm_4101\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4101-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4104/\" title=\"mcm_4104\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4104-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4105-2/\" title=\"mcm_4105\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4105-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4114-2/\" title=\"mcm_4114\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4114-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4117-2/\" title=\"mcm_4117\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4117-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4128/\" title=\"mcm_4128\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4128-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4131/\" title=\"mcm_4131\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4131-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4132-2/\" title=\"mcm_4132\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4132-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4139-2/\" title=\"mcm_4139\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4139-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4140/\" title=\"mcm_4140\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4140-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4141-2/\" title=\"mcm_4141\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4141-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4142/\" title=\"mcm_4142\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4142-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4148/\" title=\"mcm_4148\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4148-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4149/\" title=\"mcm_4149\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4149-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4152/\" title=\"mcm_4152\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4152-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4153-2/\" title=\"mcm_4153\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4153-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4156-2/\" title=\"mcm_4156\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4156-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4158/\" title=\"mcm_4158\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4158-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4160/\" title=\"mcm_4160\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4160-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4162/\" title=\"mcm_4162\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4162-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4165/\" title=\"mcm_4165\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4165-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4166-2/\" title=\"mcm_4166\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4166-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4167-2/\" title=\"mcm_4167\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4167-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4168/\" title=\"mcm_4168\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4168-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4171/\" title=\"mcm_4171\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4171-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4172-2/\" title=\"mcm_4172\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4172-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4173/\" title=\"mcm_4173\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4173-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4175/\" title=\"mcm_4175\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4175-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4176/\" title=\"mcm_4176\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4176-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4177/\" title=\"mcm_4177\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4177-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4178/\" title=\"mcm_4178\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4178-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4180/\" title=\"mcm_4180\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4180-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4186/\" title=\"mcm_4186\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4186-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4188-2/\" title=\"mcm_4188\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4188-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4190/\" title=\"mcm_4190\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4190-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4194/\" title=\"mcm_4194\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4194-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4204-2/\" title=\"mcm_4204\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4204-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/wordcamp-indonesia-day-1/mcm_4220-2/\" title=\"mcm_4220\"><img src=\"http://s.ma.tt/files/2009/01/mcm_4220-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";}i:17;a:7:{s:5:\"title\";s:19:\"Matt: Jakarta Day 1\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11409\";s:4:\"link\";s:35:\"http://ma.tt/2009/01/jakarta-day-1/\";s:11:\"description\";s:15498:\"<p>Arriving in Jakarta driving through traffic, arriving at the Dharmawangsa Hotel, and on Apa Kabar Indonesia TV show with Tina Talisa.</p>\n<p><span id=\"more-11409\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3643/\" title=\"mcm_3643\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3643-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3646/\" title=\"mcm_3646\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3646-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3647/\" title=\"mcm_3647\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3647-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3649/\" title=\"mcm_3649\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3649-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3652-2/\" title=\"mcm_3652\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3652-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3653/\" title=\"mcm_3653\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3653-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3654-2/\" title=\"mcm_3654\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3654-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3655-2/\" title=\"mcm_3655\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3655-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3656/\" title=\"mcm_3656\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3656-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3657/\" title=\"mcm_3657\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3657-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3660/\" title=\"mcm_3660\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3660-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3661/\" title=\"mcm_3661\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3661-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3665/\" title=\"mcm_3665\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3665-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3666/\" title=\"mcm_3666\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3666-195x130.jpg\" width=\"195\" height=\"130\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3667/\" title=\"mcm_3667\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3667-195x130.jpg\" width=\"195\" height=\"130\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3669/\" title=\"mcm_3669\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3669-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3670/\" title=\"mcm_3670\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3670-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3671/\" title=\"mcm_3671\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3671-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3672/\" title=\"mcm_3672\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3672-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3673/\" title=\"mcm_3673\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3673-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3675/\" title=\"mcm_3675\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3675-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3679/\" title=\"mcm_3679\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3679-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3680/\" title=\"mcm_3680\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3680-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3693/\" title=\"mcm_3693\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3693-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3696-2/\" title=\"mcm_3696\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3696-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3697/\" title=\"mcm_3697\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3697-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3698-2/\" title=\"mcm_3698\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3698-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3699-2/\" title=\"mcm_3699\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3699-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3700/\" title=\"mcm_3700\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3700-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3701-2/\" title=\"mcm_3701\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3701-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3702/\" title=\"mcm_3702\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3702-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3703/\" title=\"mcm_3703\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3703-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3705-2/\" title=\"mcm_3705\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3705-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3706/\" title=\"mcm_3706\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3706-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3707-2/\" title=\"mcm_3707\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3707-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3708/\" title=\"mcm_3708\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3708-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3709/\" title=\"mcm_3709\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3709-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3710-2/\" title=\"mcm_3710\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3710-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3711-2/\" title=\"mcm_3711\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3711-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3713/\" title=\"mcm_3713\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3713-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3716-2/\" title=\"mcm_3716\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3716-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3717/\" title=\"mcm_3717\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3717-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3718/\" title=\"mcm_3718\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3718-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3727/\" title=\"mcm_3727\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3727-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3732-2/\" title=\"mcm_3732\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3732-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3736-2/\" title=\"mcm_3736\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3736-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3738-2/\" title=\"mcm_3738\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3738-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3739/\" title=\"mcm_3739\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3739-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3740/\" title=\"mcm_3740\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3740-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3741-2/\" title=\"mcm_3741\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3741-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3744/\" title=\"mcm_3744\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3744-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3748/\" title=\"mcm_3748\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3748-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3750/\" title=\"mcm_3750\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3750-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3751-2/\" title=\"mcm_3751\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3751-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3758-2/\" title=\"mcm_3758\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3758-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3759/\" title=\"mcm_3759\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3759-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3761/\" title=\"mcm_3761\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3761-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3764/\" title=\"mcm_3764\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3764-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3767-2/\" title=\"mcm_3767\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3767-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3768/\" title=\"mcm_3768\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3768-195x123.jpg\" width=\"195\" height=\"123\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3774/\" title=\"mcm_3774\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3774-195x130.jpg\" width=\"195\" height=\"130\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3778-2/\" title=\"mcm_3778\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3778-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3780/\" title=\"mcm_3780\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3780-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3783-2/\" title=\"mcm_3783\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3783-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3789/\" title=\"mcm_3789\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3789-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3791/\" title=\"mcm_3791\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3791-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3792/\" title=\"mcm_3792\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3792-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3796/\" title=\"mcm_3796\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3796-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3799/\" title=\"mcm_3799\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3799-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3802/\" title=\"mcm_3802\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3802-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3806/\" title=\"mcm_3806\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3806-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3808/\" title=\"mcm_3808\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3808-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3809/\" title=\"mcm_3809\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3809-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3810-2/\" title=\"mcm_3810\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3810-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3811/\" title=\"mcm_3811\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3811-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3812/\" title=\"mcm_3812\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3812-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:17:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:15498:\"<p>Arriving in Jakarta driving through traffic, arriving at the Dharmawangsa Hotel, and on Apa Kabar Indonesia TV show with Tina Talisa.</p>\n<p><span id=\"more-11409\"></span></p>\n\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3643/\" title=\"mcm_3643\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3643-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3646/\" title=\"mcm_3646\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3646-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3647/\" title=\"mcm_3647\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3647-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3649/\" title=\"mcm_3649\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3649-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3652-2/\" title=\"mcm_3652\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3652-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3653/\" title=\"mcm_3653\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3653-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3654-2/\" title=\"mcm_3654\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3654-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3655-2/\" title=\"mcm_3655\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3655-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3656/\" title=\"mcm_3656\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3656-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3657/\" title=\"mcm_3657\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3657-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3660/\" title=\"mcm_3660\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3660-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3661/\" title=\"mcm_3661\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3661-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3665/\" title=\"mcm_3665\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3665-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3666/\" title=\"mcm_3666\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3666-195x130.jpg\" width=\"195\" height=\"130\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3667/\" title=\"mcm_3667\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3667-195x130.jpg\" width=\"195\" height=\"130\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3669/\" title=\"mcm_3669\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3669-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3670/\" title=\"mcm_3670\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3670-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3671/\" title=\"mcm_3671\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3671-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3672/\" title=\"mcm_3672\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3672-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3673/\" title=\"mcm_3673\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3673-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3675/\" title=\"mcm_3675\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3675-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3679/\" title=\"mcm_3679\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3679-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3680/\" title=\"mcm_3680\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3680-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3693/\" title=\"mcm_3693\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3693-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3696-2/\" title=\"mcm_3696\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3696-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3697/\" title=\"mcm_3697\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3697-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3698-2/\" title=\"mcm_3698\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3698-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3699-2/\" title=\"mcm_3699\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3699-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3700/\" title=\"mcm_3700\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3700-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3701-2/\" title=\"mcm_3701\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3701-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3702/\" title=\"mcm_3702\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3702-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3703/\" title=\"mcm_3703\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3703-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3705-2/\" title=\"mcm_3705\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3705-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3706/\" title=\"mcm_3706\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3706-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3707-2/\" title=\"mcm_3707\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3707-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3708/\" title=\"mcm_3708\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3708-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3709/\" title=\"mcm_3709\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3709-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3710-2/\" title=\"mcm_3710\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3710-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3711-2/\" title=\"mcm_3711\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3711-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3713/\" title=\"mcm_3713\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3713-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3716-2/\" title=\"mcm_3716\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3716-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3717/\" title=\"mcm_3717\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3717-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3718/\" title=\"mcm_3718\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3718-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3727/\" title=\"mcm_3727\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3727-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3732-2/\" title=\"mcm_3732\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3732-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3736-2/\" title=\"mcm_3736\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3736-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3738-2/\" title=\"mcm_3738\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3738-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3739/\" title=\"mcm_3739\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3739-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3740/\" title=\"mcm_3740\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3740-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3741-2/\" title=\"mcm_3741\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3741-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3744/\" title=\"mcm_3744\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3744-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3748/\" title=\"mcm_3748\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3748-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3750/\" title=\"mcm_3750\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3750-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3751-2/\" title=\"mcm_3751\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3751-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3758-2/\" title=\"mcm_3758\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3758-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3759/\" title=\"mcm_3759\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3759-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3761/\" title=\"mcm_3761\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3761-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3764/\" title=\"mcm_3764\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3764-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3767-2/\" title=\"mcm_3767\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3767-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3768/\" title=\"mcm_3768\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3768-195x123.jpg\" width=\"195\" height=\"123\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3774/\" title=\"mcm_3774\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3774-195x130.jpg\" width=\"195\" height=\"130\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3778-2/\" title=\"mcm_3778\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3778-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3780/\" title=\"mcm_3780\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3780-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3783-2/\" title=\"mcm_3783\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3783-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3789/\" title=\"mcm_3789\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3789-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3791/\" title=\"mcm_3791\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3791-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3792/\" title=\"mcm_3792\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3792-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3796/\" title=\"mcm_3796\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3796-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3799/\" title=\"mcm_3799\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3799-139x210.jpg\" width=\"139\" height=\"210\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3802/\" title=\"mcm_3802\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3802-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3806/\" title=\"mcm_3806\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3806-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3808/\" title=\"mcm_3808\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3808-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3809/\" title=\"mcm_3809\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3809-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3810-2/\" title=\"mcm_3810\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3810-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3811/\" title=\"mcm_3811\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3811-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\n<a href=\"http://ma.tt/2009/01/jakarta-day-1/mcm_3812/\" title=\"mcm_3812\"><img src=\"http://s.ma.tt/files/2009/01/mcm_3812-195x129.jpg\" width=\"195\" height=\"129\" class=\"attachment-thumbnail\" alt=\"\" /></a>\";}i:18;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 02/07\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5145\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/02/07/wordpress-plugin-releases-for-0207/\";s:11:\"description\";s:4021:\"<h3>New Plugins</h3>\n<p><a href=\"http://scribu.net/projects/custom-field-taxonomies/cft-0-5.html\">Custom Field Taxonomies</a></p>\n<p>A WordPress plugin that let’s you use custom fields as ad-hoc taxonomies.</p>\n<p><a href=\"http://twincitiestech.com/services/wp-invoice/\">WP Invoice</a></p>\n<p>WP-Invoice lets WordPress blog owners send itemized invoices to their clients. Ideal for web developers, SEO consultants, general contractors, or anyone with a WordPress blog and clients to bill. The plugin ties into WP’s user management database to keep track of your clients and their information.</p>\n<p><a href=\"http://www.mywebtronics.com/atlanta-seo/seo-header-plugin/\">SEO Headers</a></p>\n<p>SEO Headers allows you to change the headline without changing the page title.</p>\n<p><a href=\"http://thecuriousfrog.com/projects/last-modified-footer/\">Last Modified Footer</a></p>\n<p>This plugin shows ’site last updated’ and ‘content last updated’ information in the footer of your website</p>\n<p><a href=\"http://www.microkid.net/wordpress/author-slug/\">Author Slug</a></p>\n<p>Change the author slug in the permalink for author pages.</p>\n<p><a href=\"http://www.paolo.valenti.name/en/2009/02/05/add-author-plugin/\">addauthor</a></p>\n<p>This plugin allow you to show the description of the author of the post. Useful for multi authors blog.</p>\n<p><a href=\"http://kempwire.com/wordpress-nofollow-archives-plugin\">Nofollow Archives</a></p>\n<p>Adds the “nofollow” rel attribute to archive links.</p>\n<p><a href=\"http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/\">FancyBox for WordPress</a></p>\n<p>Seamlessly integrates FancyBox into your blog: Upload, activate, and you’re done. No further configuration needed.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/chat-instantaneo/\">Jabbify</a></p>\n<p>Adds the Jabbify chat script to all of your pages.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.gdstarrating.com/2009/02/06/gd-star-rating-111/\">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 shortcode support.</p>\n<p><a href=\"http://www.mac-dev.net/blog/index.php\">Flash Video Player</a></p>\n<p>The flash video plugin for WordPress allows the addition of video (and other media) to a WordPress website using standards-compliant markup and the leading open source software (Jeroen Wijering’s FLV Player and Geoff Stearns’ SWFObject Javascript Library).</p>\n<p><a href=\"http://wordpress.org/extend/plugins/connections/\">Connections</a></p>\n<p>An address book that is managed in the admin and embed them in a post/page. Upcoming birthdays and anniversaries can also be embedded in a post/page.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/search-engine-query-in-wordpress-related-contents/\">Search Engine query in Wordpress</a></p>\n<p>If the visitor comes from a known search engine, the widget grabs the used search query and shows internal blog posts that match that query.</p>\n<p><a href=\"http://isagoksu.com/proplayer-wordpress-plugin/\">ProPlayer</a></p>\n<p>Display online videos from various sources (youtube, vimeo, veoh, dailymotion, etc) in any Custom FLV Player. 27 different skins, rating system, etc.</p>\n<p><a href=\"http://subscribe2.wordpress.com/\">Subscribe2</a></p>\n<p>Sends a list of subscribers an email notification when new posts are published to your blog.</p>\n<p><a href=\"http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/\">Ozh’ Admin Drop Down Menu</a></p>\n<p>All admin links available in a neat drop down menu. Go to any admin page from any admin page in 1 click.</p>\n<p><a href=\"http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube\">Smart YouTube</a></p>\n<p>Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.</p>\";s:7:\"pubdate\";s:31:\"Sat, 07 Feb 2009 21:23:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4021:\"<h3>New Plugins</h3>\n<p><a href=\"http://scribu.net/projects/custom-field-taxonomies/cft-0-5.html\">Custom Field Taxonomies</a></p>\n<p>A WordPress plugin that let’s you use custom fields as ad-hoc taxonomies.</p>\n<p><a href=\"http://twincitiestech.com/services/wp-invoice/\">WP Invoice</a></p>\n<p>WP-Invoice lets WordPress blog owners send itemized invoices to their clients. Ideal for web developers, SEO consultants, general contractors, or anyone with a WordPress blog and clients to bill. The plugin ties into WP’s user management database to keep track of your clients and their information.</p>\n<p><a href=\"http://www.mywebtronics.com/atlanta-seo/seo-header-plugin/\">SEO Headers</a></p>\n<p>SEO Headers allows you to change the headline without changing the page title.</p>\n<p><a href=\"http://thecuriousfrog.com/projects/last-modified-footer/\">Last Modified Footer</a></p>\n<p>This plugin shows ’site last updated’ and ‘content last updated’ information in the footer of your website</p>\n<p><a href=\"http://www.microkid.net/wordpress/author-slug/\">Author Slug</a></p>\n<p>Change the author slug in the permalink for author pages.</p>\n<p><a href=\"http://www.paolo.valenti.name/en/2009/02/05/add-author-plugin/\">addauthor</a></p>\n<p>This plugin allow you to show the description of the author of the post. Useful for multi authors blog.</p>\n<p><a href=\"http://kempwire.com/wordpress-nofollow-archives-plugin\">Nofollow Archives</a></p>\n<p>Adds the “nofollow” rel attribute to archive links.</p>\n<p><a href=\"http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/\">FancyBox for WordPress</a></p>\n<p>Seamlessly integrates FancyBox into your blog: Upload, activate, and you’re done. No further configuration needed.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/chat-instantaneo/\">Jabbify</a></p>\n<p>Adds the Jabbify chat script to all of your pages.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.gdstarrating.com/2009/02/06/gd-star-rating-111/\">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 shortcode support.</p>\n<p><a href=\"http://www.mac-dev.net/blog/index.php\">Flash Video Player</a></p>\n<p>The flash video plugin for WordPress allows the addition of video (and other media) to a WordPress website using standards-compliant markup and the leading open source software (Jeroen Wijering’s FLV Player and Geoff Stearns’ SWFObject Javascript Library).</p>\n<p><a href=\"http://wordpress.org/extend/plugins/connections/\">Connections</a></p>\n<p>An address book that is managed in the admin and embed them in a post/page. Upcoming birthdays and anniversaries can also be embedded in a post/page.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/search-engine-query-in-wordpress-related-contents/\">Search Engine query in Wordpress</a></p>\n<p>If the visitor comes from a known search engine, the widget grabs the used search query and shows internal blog posts that match that query.</p>\n<p><a href=\"http://isagoksu.com/proplayer-wordpress-plugin/\">ProPlayer</a></p>\n<p>Display online videos from various sources (youtube, vimeo, veoh, dailymotion, etc) in any Custom FLV Player. 27 different skins, rating system, etc.</p>\n<p><a href=\"http://subscribe2.wordpress.com/\">Subscribe2</a></p>\n<p>Sends a list of subscribers an email notification when new posts are published to your blog.</p>\n<p><a href=\"http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/\">Ozh’ Admin Drop Down Menu</a></p>\n<p>All admin links available in a neat drop down menu. Go to any admin page from any admin page in 1 click.</p>\n<p><a href=\"http://www.prelovac.com/vladimir/wordpress-plugins/smart-youtube\">Smart YouTube</a></p>\n<p>Smart Youtube plugin allows you to insert full featured YouTube videos into your post, comments and in RSS feed.</p>\";}i:19;a:7:{s:5:\"title\";s:53:\"Weblog Tools Collection: WordPress 2.7.1 RC1 released\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5141\";s:4:\"link\";s:80:\"http://weblogtoolscollection.com/archives/2009/02/07/wordpress-271-rc1-released/\";s:11:\"description\";s:1056:\"<p>WordPress 2.7.1 RC1 has been released officially today as per <a href=\"http://comox.textdrive.com/pipermail/wp-testers/2009-February/011169.html\">Ryan Boren’s mail</a> in the WP-Testers list.</p>\n<p>The following have been fixed since WP 2.7.1 Beta 1, which was released earlier this week.</p>\n<ul>\n<li>URL column in Edit Links removes www. from domains that end in www</li>\n<li>Theme preview fails when theme in subdirectory</li>\n<li>‘Draft Saved’ current_time not reflecting timezone setting in the edit area</li>\n<li>Revisions do not respect time zone offset</li>\n<li>Canonical redirect of feed URLs with suffixes is wrong</li>\n<li>index.php file in the plugins folder makes the Dashboard fail</li>\n</ul>\n<p>With this release, we’re much closer to 2.7.1 final being made available for all users.</p>\n<p>For those interested <a href=\"http://wordpress.org/wordpress-2.7.1-RC1.zip\">download WordPress 2.7.1 RC1</a>. Report any bugs in the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers list</a>.</p>\";s:7:\"pubdate\";s:31:\"Sat, 07 Feb 2009 09:35:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1056:\"<p>WordPress 2.7.1 RC1 has been released officially today as per <a href=\"http://comox.textdrive.com/pipermail/wp-testers/2009-February/011169.html\">Ryan Boren’s mail</a> in the WP-Testers list.</p>\n<p>The following have been fixed since WP 2.7.1 Beta 1, which was released earlier this week.</p>\n<ul>\n<li>URL column in Edit Links removes www. from domains that end in www</li>\n<li>Theme preview fails when theme in subdirectory</li>\n<li>‘Draft Saved’ current_time not reflecting timezone setting in the edit area</li>\n<li>Revisions do not respect time zone offset</li>\n<li>Canonical redirect of feed URLs with suffixes is wrong</li>\n<li>index.php file in the plugins folder makes the Dashboard fail</li>\n</ul>\n<p>With this release, we’re much closer to 2.7.1 final being made available for all users.</p>\n<p>For those interested <a href=\"http://wordpress.org/wordpress-2.7.1-RC1.zip\">download WordPress 2.7.1 RC1</a>. Report any bugs in the <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers list</a>.</p>\";}i:20;a:7:{s:5:\"title\";s:54:\"Mike Little: New Release: a DITA to WordPress Importer\";s:4:\"guid\";s:35:\"http://zed1.com/journalized/?p=1384\";s:4:\"link\";s:89:\"http://zed1.com/journalized/archives/2009/02/07/new-release-a-dita-to-wordpress-importer/\";s:11:\"description\";s:1015:\"<p>I’ve just released an eagerly awaited (by some anyway) <a href=\"http://dita.xml.org/book/getting-started\">DITA</a> to WordPress importer. Take a look at the <a href=\"http://zed1.com/journalized/wordpress-plugins/dita-to-wordpress-import-tool/\">tool’s page</a> to learn a little more about what it does.</p>\n<p>This is not a general purpose tool. It is particularly specialized and only useful for people using the <a href=\"http://dita.xml.org/wiki/the-dita-open-toolkit\">DITA Open Toolkit</a> to generate web content.</p>\n<p>Other developers might be interested because it does import static XHTML files and pick apart the content, extracting info, removing unwanted parts, and change others, as well as importing the body of the page into WordPress.</p>\n<p>Take a look if you are interested on the <a href=\"http://zed1.com/journalized/wordpress-plugins/dita-to-wordpress-import-tool/\">plugin page</a> (yes, I know an importer is not a plugin). Please leave feedback in the comments on that page.</p>\";s:7:\"pubdate\";s:31:\"Sat, 07 Feb 2009 00:31:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"mike\";}s:7:\"summary\";s:1015:\"<p>I’ve just released an eagerly awaited (by some anyway) <a href=\"http://dita.xml.org/book/getting-started\">DITA</a> to WordPress importer. Take a look at the <a href=\"http://zed1.com/journalized/wordpress-plugins/dita-to-wordpress-import-tool/\">tool’s page</a> to learn a little more about what it does.</p>\n<p>This is not a general purpose tool. It is particularly specialized and only useful for people using the <a href=\"http://dita.xml.org/wiki/the-dita-open-toolkit\">DITA Open Toolkit</a> to generate web content.</p>\n<p>Other developers might be interested because it does import static XHTML files and pick apart the content, extracting info, removing unwanted parts, and change others, as well as importing the body of the page into WordPress.</p>\n<p>Take a look if you are interested on the <a href=\"http://zed1.com/journalized/wordpress-plugins/dita-to-wordpress-import-tool/\">plugin page</a> (yes, I know an importer is not a plugin). Please leave feedback in the comments on that page.</p>\";}i:21;a:7:{s:5:\"title\";s:21:\"Matt: Erlang, PHP, WP\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11350\";s:4:\"link\";s:35:\"http://ma.tt/2009/02/erlang-php-wp/\";s:11:\"description\";s:243:\"<p><a href=\"http://andy.wordpress.com/2009/02/06/persistent-php-processes-in-erlang-otp/\">Persistent PHP processes in Erlang/OTP</a>. “It’s so easy, in fact, that I now use it to debug WordPress functions from within Erlang.”</p>\";s:7:\"pubdate\";s:31:\"Fri, 06 Feb 2009 20:01:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:243:\"<p><a href=\"http://andy.wordpress.com/2009/02/06/persistent-php-processes-in-erlang-otp/\">Persistent PHP processes in Erlang/OTP</a>. “It’s so easy, in fact, that I now use it to debug WordPress functions from within Erlang.”</p>\";}i:22;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 02/06\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5139\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/02/06/wordpress-theme-releases-for-0206/\";s:11:\"description\";s:4406:\"<p><a href=\"http://techblissonline.com/gandhi-wordpress-theme/\">Gandhi</a></p>\n<p><img title=\"gandhi-wp-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/gandhiwptheme.jpg\" border=\"0\" alt=\"gandhi-wp-theme\" width=\"165\" height=\"114\" /></p>\n<p>Gandhi is a blue, three-column wordpress theme with a left and right sidebar. It is a Search Engine friendly theme, with widgetized sidebars and footers and a smart Featured Posts Section.</p>\n<p><a href=\"http://techblissonline.com/pranav-wordpress-theme-free/\">Pranav</a></p>\n<p><img title=\"Pranav\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/pranav.png\" border=\"0\" alt=\"Pranav\" width=\"155\" height=\"114\" /></p>\n<p>Pranav is a three-column theme with a left and right sidebar. The theme is rich in colours and has a new look. Like my other themes, it is SEO-optimized, with widgetized sidebars and footer. It again has a great looking Featured Posts section with automatic thumbnail displays. The layout is completely configurable through the Theme’s options page.</p>\n<p><a href=\"http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/\">Mimbo</a></p>\n<p><a href=\"http://www.darrenhoyt.com/demo/wordpress/index.php?wptheme=Mimbo\"><img title=\"mimbo3\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/mimbo3.png\" border=\"0\" alt=\"mimbo3\" width=\"166\" height=\"114\" /></a></p>\n<p>MIMBO is a clean, customizable magazine-style theme for WordPress. It’s also a simple framework which can be modified with child themes</p>\n<p><a href=\"http://themehybrid.com/archives/2009/02/hybrid-news-wordpress-theme\">Hybrid News</a></p>\n<p><a href=\"http://themehybrid.com/demo/hybrid-news\"><img title=\"hybrid-news-screenshot\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/hybridnewsscreenshot.jpg\" border=\"0\" alt=\"hybrid-news-screenshot\" width=\"94\" height=\"114\" /></a></p>\n<p>Hybrid News is a child theme of the Hybrid theme framework. It was developed to take advantage of WordPress 2.7’s threaded comments and sticky posts. It comes loaded with 10 widget sections and a front page featured article slider.</p>\n<p><a href=\"http://www.tobacamp.com/featured/majapahit-free-wordpress-magazine-theme/\">Majapahit</a></p>\n<p><a href=\"http://demo.tobacamp.com/wp\"><img title=\"majapahit\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/majapahit.jpg\" border=\"0\" alt=\"majapahit\" width=\"130\" height=\"114\" /></a></p>\n<p>Majapahit is a free WordPress theme with magazine/newspaper style. It has 4 columns homepage, with expandable 6 category newsbox.</p>\n<p><a href=\"http://izzataziz.com/2009/02/03/yellowish-free-wordpress-template/\">Yellowish</a></p>\n<p><a href=\"http://izzataziz.com/demo/yellowish\"><img title=\"yellow\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/yellow.jpg\" border=\"0\" alt=\"yellow\" width=\"200\" height=\"109\" /></a></p>\n<p>Simple, clean and yellow background, two column, widget-ready, and threaded comment ready.</p>\n<p><a href=\"http://ericulous.com/2009/02/03/wp-theme-food-recipe/\">Food Recipe</a></p>\n<p><a href=\"http://ericulous.com/demo/index.php?wptheme=Food%20Recipe\"><img title=\"FoodRecipe\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/foodrecipe.jpg\" border=\"0\" alt=\"FoodRecipe\" width=\"139\" height=\"114\" /></a></p>\n<p>Two column, fixed width, widget ready, gravatar ready theme with support for threaded and paged comments</p>\n<p><a href=\"http://templates.arcsin.se/quietude-wordpress-theme/\">Quietude</a></p>\n<p><a href=\"http://templates.arcsin.se/wp-demo/quietude/\"><img title=\"quietude\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/quietude.jpg\" border=\"0\" alt=\"quietude\" width=\"200\" height=\"100\" /></a></p>\n<p>A liquid, playful and simple two-column theme supporting widgets.</p>\n<p><a href=\"http://izzataziz.com/2009/02/04/experiment-1-free-wordpress-template/\">Experiment 1</a></p>\n<p><a href=\"http://izzataziz.com/demo/exper1\"><img title=\"Experiment\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/experiment.jpg\" border=\"0\" alt=\"Experiment\" width=\"200\" height=\"73\" /></a></p>\n<p>Two column theme with threaded comments support.</p>\n<p><a href=\"http://www.simplywp.net/2009/02/06/myone-wordpress-theme/\">MyOne</a></p>\n<p><a href=\"http://demo.simplywp.net/?wptheme=myone\"><img title=\"MyOne\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/myone.png\" border=\"0\" alt=\"MyOne\" width=\"120\" height=\"114\" /></a></p>\n<p>Single column, widget ready, gravatar theme</p>\";s:7:\"pubdate\";s:31:\"Fri, 06 Feb 2009 17:57:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4406:\"<p><a href=\"http://techblissonline.com/gandhi-wordpress-theme/\">Gandhi</a></p>\n<p><img title=\"gandhi-wp-theme\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/gandhiwptheme.jpg\" border=\"0\" alt=\"gandhi-wp-theme\" width=\"165\" height=\"114\" /></p>\n<p>Gandhi is a blue, three-column wordpress theme with a left and right sidebar. It is a Search Engine friendly theme, with widgetized sidebars and footers and a smart Featured Posts Section.</p>\n<p><a href=\"http://techblissonline.com/pranav-wordpress-theme-free/\">Pranav</a></p>\n<p><img title=\"Pranav\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/pranav.png\" border=\"0\" alt=\"Pranav\" width=\"155\" height=\"114\" /></p>\n<p>Pranav is a three-column theme with a left and right sidebar. The theme is rich in colours and has a new look. Like my other themes, it is SEO-optimized, with widgetized sidebars and footer. It again has a great looking Featured Posts section with automatic thumbnail displays. The layout is completely configurable through the Theme’s options page.</p>\n<p><a href=\"http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/\">Mimbo</a></p>\n<p><a href=\"http://www.darrenhoyt.com/demo/wordpress/index.php?wptheme=Mimbo\"><img title=\"mimbo3\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/mimbo3.png\" border=\"0\" alt=\"mimbo3\" width=\"166\" height=\"114\" /></a></p>\n<p>MIMBO is a clean, customizable magazine-style theme for WordPress. It’s also a simple framework which can be modified with child themes</p>\n<p><a href=\"http://themehybrid.com/archives/2009/02/hybrid-news-wordpress-theme\">Hybrid News</a></p>\n<p><a href=\"http://themehybrid.com/demo/hybrid-news\"><img title=\"hybrid-news-screenshot\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/hybridnewsscreenshot.jpg\" border=\"0\" alt=\"hybrid-news-screenshot\" width=\"94\" height=\"114\" /></a></p>\n<p>Hybrid News is a child theme of the Hybrid theme framework. It was developed to take advantage of WordPress 2.7’s threaded comments and sticky posts. It comes loaded with 10 widget sections and a front page featured article slider.</p>\n<p><a href=\"http://www.tobacamp.com/featured/majapahit-free-wordpress-magazine-theme/\">Majapahit</a></p>\n<p><a href=\"http://demo.tobacamp.com/wp\"><img title=\"majapahit\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/majapahit.jpg\" border=\"0\" alt=\"majapahit\" width=\"130\" height=\"114\" /></a></p>\n<p>Majapahit is a free WordPress theme with magazine/newspaper style. It has 4 columns homepage, with expandable 6 category newsbox.</p>\n<p><a href=\"http://izzataziz.com/2009/02/03/yellowish-free-wordpress-template/\">Yellowish</a></p>\n<p><a href=\"http://izzataziz.com/demo/yellowish\"><img title=\"yellow\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/yellow.jpg\" border=\"0\" alt=\"yellow\" width=\"200\" height=\"109\" /></a></p>\n<p>Simple, clean and yellow background, two column, widget-ready, and threaded comment ready.</p>\n<p><a href=\"http://ericulous.com/2009/02/03/wp-theme-food-recipe/\">Food Recipe</a></p>\n<p><a href=\"http://ericulous.com/demo/index.php?wptheme=Food%20Recipe\"><img title=\"FoodRecipe\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/foodrecipe.jpg\" border=\"0\" alt=\"FoodRecipe\" width=\"139\" height=\"114\" /></a></p>\n<p>Two column, fixed width, widget ready, gravatar ready theme with support for threaded and paged comments</p>\n<p><a href=\"http://templates.arcsin.se/quietude-wordpress-theme/\">Quietude</a></p>\n<p><a href=\"http://templates.arcsin.se/wp-demo/quietude/\"><img title=\"quietude\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/quietude.jpg\" border=\"0\" alt=\"quietude\" width=\"200\" height=\"100\" /></a></p>\n<p>A liquid, playful and simple two-column theme supporting widgets.</p>\n<p><a href=\"http://izzataziz.com/2009/02/04/experiment-1-free-wordpress-template/\">Experiment 1</a></p>\n<p><a href=\"http://izzataziz.com/demo/exper1\"><img title=\"Experiment\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/experiment.jpg\" border=\"0\" alt=\"Experiment\" width=\"200\" height=\"73\" /></a></p>\n<p>Two column theme with threaded comments support.</p>\n<p><a href=\"http://www.simplywp.net/2009/02/06/myone-wordpress-theme/\">MyOne</a></p>\n<p><a href=\"http://demo.simplywp.net/?wptheme=myone\"><img title=\"MyOne\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/myone.png\" border=\"0\" alt=\"MyOne\" width=\"120\" height=\"114\" /></a></p>\n<p>Single column, widget ready, gravatar theme</p>\";}i:23;a:7:{s:5:\"title\";s:145:\"Lorelle on WP: WordPress News: Lots of WordPress Releases, Love Blogging and WordPress Contest, Scott Wallick, Akismet News, Permalinks, and More\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3810\";s:4:\"link\";s:165:\"http://lorelle.wordpress.com/2009/02/05/wordpress-news-lots-of-wordpress-releases-love-blogging-and-wordpress-contest-scott-wallick-akismet-news-permalinks-and-more/\";s:11:\"description\";s:19637:\"<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/02/05/wordpress-news-release-week-news-wordpress-271-buddypress-wordpress-mu-and-more-releases/\" title=\"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>, and I’ve covered a lot of WordPress news you can use:</p>\n<blockquote><p>It’s Release Week. WordPress 2.7.1 Beta 1 released for testing. WordPressMU updated. BuddyPress Beta 2 released. WP Scanner beta released. WordPress.com releases January stats. Akismet updated and improved. WordCamp.tv releases more WordCamp videos from last year. Scott Wallick releases his sites for sale. Kym Huynh of WordCast released from hospital, and does blogging with WordPress suck?</p></blockquote>\n<p>The audio version of this post can be heard here or is available for download as the <a href=\"http://lorelle.files.wordpress.com/2009/02/wordpressnews020509.mp3\" title=\"Lorelle on WordPress with Lorelle VanFossen reads the WordPress News Summary for February 5, 2009\">WordPress News Summary for February 5, 2009</a>.</p>\n<p><span><p></p></span></p>\n<p>If you missed last week’s edition on the Blog Herald, it was <a href=\"http://www.blogherald.com/2009/01/29/wordpress-news-logogate-wordcamps-everywhere-wordpresstv-buddypress-wordpressmu-wordpress-plugin-podcast-and-more/\" title=\"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>. </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.</p>\n<h4>WordPress 2.7.1 Beta 1 Released</h4>\n<p>The first <a href=\"http://boren.nu/archives/2009/02/03/wordpress-271-beta-1/\" title=\"WordPress 2.7.1 Beta 1\">WordPress 2.7.1 Beta</a> has been released and is undergoing testing. It is a maintenance release with 66 tickets fixed. Expect the final release within the next week or so. </p>\n<h4>Scott Wallick Selling Plaintxt Site and Sandbox WordPress Theme</h4>\n<p><a href=\"http://scottwallick.com/blog/2009/01/on-selling-something-i-sort-of-own/\" title=\"Scott Wallick - On selling something I sort of own\">Scott Wallick is offering for sale</a> his popular site, <a href=\"http://www.plaintxt.org/\" title=\"plaintxt.org\">plaintxt.org</a>, and his “brand” which includes the <a href=\"http://www.plaintxt.org/themes/sandbox/\" title=\"Sandbox\">Sandbox WordPress Theme</a>, which is GPL and not for sale, to <a href=\"http://www.plaintxt.org/2009/01/looking-for-a-wordpress-brand/\" title=\"offering the sale of plaintxt.org/sndbx.org\">move onto new projects</a>. The Sandbox Theme has long been touted as the next “default” WordPress Theme and set the standard high for other Themes to follow with a rich microformats and a powerful CSS framework.<br />\n<span id=\"more-3810\"></span><br />\nI’ve been a huge fan of the Sandbox Theme which I use here on <a href=\"http://lorelle.wordpress.com/\" title=\"Lorelle on WordPress\" rel=\"tag\">Lorelle on WordPress</a>, and wish Scott the best of luck with his sale and all the endeavours the future holds for him. Scott, you’ve been an invaluable member of the WordPress Community and helped change it permanently. Your absence will leave a big hole and you are welcome to return any time. Thanks for everything you’ve done for so many millions of WordPress users. </p>\n<h4>WordPress.com News</h4>\n<p>The <a href=\"http://en.blog.wordpress.com/2009/02/04/january-wrap-up/\" title=\"January Wrap-Up\">January Wrap-Up</a> for <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> is in and includes a new WordPress Theme, the launch of <a href=\"http://wordpress.tv/\" title=\"WordPress.tv\" rel=\"tag\">WordPress.tv</a>, and breaking the 2 billion mark for combined pageviews across all WordPress.com blogs. 372,519 blogs were created, with 393,836 new users, and 553 terabytes transferred the WordPress.com datacenters. Almost 9 million comments were posted across 1.4 million active blogs. </p>\n<p>With the recent <a href=\"http://mashable.com/2009/01/06/livejournal-layoffs/\" title=\"recent\">announcement of LiveJournal layoffs and closing</a>, many are transferring to WordPress.com. <a href=\"http://en.blog.wordpress.com/2009/02/04/january-wrap-up/\" title=\"January Wrap-Up\">They reported</a> 7,111 LiveJournal imports. </p>\n<p>There have been three WordCamp events so far this year in Las Vegas, Indonesia, and Whistler, BC, Canada.</p>\n<p>In a <a href=\"http://barry.wordpress.com/2009/02/04/winter-2008-photos/\" title=\"Winter 2008 Photos\">blog post featuring photographs, WordPress server guru, Barry Abrahamson let it leak</a> that WordPress.com is working on adding some “cool gallery features” to WordPress.com blogs that are currently found on the Neat! WordPress Theme which add navigation links to the images (next and previous) and a link to take you back to the main post from individual picture pages, increasing gallery navigation and function. </p>\n<h4>Blog Design Contest on WordPress.com</h4>\n<p>The first blogging design contest has been announced for <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> called “<a href=\"http://en.blog.wordpress.com/2009/02/02/i-3-blogging-design-contest/\" title=\"Blogging Design Contest\">I <3 Blogging Design Contest</a>” co-produced by <a href=\"http://www.infectious.com/\" title=\"Infectious\">Infectious</a>. This isn’t a blog web design or WordPress Theme contest. It is a graphic design contest. Design a “why I love blogging and WordPress” graphic design and if yours wins, it could be printed and sold on laptop and iPhone skins around the world through the Infectious store. Let your creative self loose and show the world how you would design what blogging and WordPress mean to you.</p>\n<h4>BuddyPress News</h4>\n<p><a href=\"http://buddypress.org/blog/2009/01/1-0-beta-2/\" title=\"1.0 Beta 2\">BuddyPress 1.0 Beta 2</a> has been released and all components and Themes are <a href=\"http://buddypress.org/download\" title=\"available for download\">available for download</a>. Hundreds of fixes have been patched and fixed since the first beta and now will sync up with WordPressMU releases for the eagerly anticipated WordPressMU social media and networking WordPress Theme and Plugins. </p>\n<p>I got a chance to interview Andy Peatling of BuddyPress at WordCamp Whistler, so stay tuned for that video coming soon.</p>\n<h4>WordPress Fan Blogs and Podcasts</h4>\n<p>I’ve added to the WordPress fan blogs and podcasts I feature 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>. They currently include highlights and news from:</p>\n<ul>\n<li><a href=\"http://wordcastpodcast.com/\" title=\"WordCast Podcast\">WordCast</a></li>\n<li><a href=\"http://wp-community.org/\" title=\"The WordPress Podcast\">The WordPress Podcast</a></li>\n<li><a title=\"The WordPress Plugins Podcast\" href=\"http://www.pluginspodcast.com/\">The WordPress Plugins Podcast</a></li>\n<li><a href=\"http://wpengineer.com/\" title=\"WP Engineer\">WP Engineer</a></li>\n<li><a href=\"http://www.wprecipes.com/\" title=\"WpRecipes.com »\">WPRecipes</a></li>\n<li><a href=\"http://www.wptavern.com/\" title=\"Jeffro-WPTavern\">WPTavern</a></li>\n<li><a href=\"http://www.weblogtoolscollection.com/\" title=\"Weblog Tools Collection\" rel=\"tag\">Weblog Tools Collection - WordPress Weekly Podcast with Jeff Chandler</a></li>\n</ul>\n<h4>Akismet News</h4>\n<p>In “<a href=\"http://blog.akismet.com/?p=127\" title=\"Make Commenting Easy\">Akismet: Make Commenting Easy</a>,” Akismet reported that <a href=\"http://www.blogherald.com/2008/09/08/wtf-blog-clutter-the-death-of-the-captcha/\" title=\"The Death of the CAPTCHA | The Blog Herald\">CAPTCHAs are now officially dead</a> and useless, and cite a report by <a href=\"http://blogs.zdnet.com/security/?p=1835\" title=\"a quarter of a million CAPTCHA’s a day\">ZDNet that a quarter of a million CAPTCHAs</a> are easily broken by bot and human spammers <em>every day</em>. I’ve been reporting the death of CAPTCHAs for a long time. I hope the final nail has been pounded into that coffin, personally. </p>\n<p><a href=\"http://blog.akismet.com/2009/01/30/stats-accuracy-improved/\" title=\"Stats accuracy improved\">Akismet also reports they have improved the accuracy of their blog reporting stats</a> for counting and tracking blog comment spam. There is no Plugin upgrade required. </p>\n<h4>WordPress Permalink Structure and Strategies</h4>\n<p><a href=\"http://dougal.gunters.org/?p=1431\" title=\"Efficient permalink strategies for WordPress\">Dougal Campbell highlighted conversations on efficient permalink strategies</a> for WordPress from the WordPress mailing lists, in an attempt to understand how to properly structure our blog permalinks to speed up how WordPress process them. </p>\n<p><a href=\"http://ottodestruct.com/blog/\" title=\"Otto\">Otto of Ottodestruct</a> made this important point to consider:</p>\n<blockquote><p>For performance reasons, it is not a good idea to start your permalink structure with the category, tag, author, or postname fields. The reason is that these are text fields, and using them at the beginning of your permalink structure it takes more time for WordPress to distinguish your Post URLs from Page URLs (which always use the text “page slug” as the URL), and to compensate, WordPress stores a lot of extra information in its database (so much that sites with lots of Pages have experienced difficulties). So, it is best to start your permalink structure with a numeric field, such as the year or post ID.</p></blockquote>\n<p>Due to this discussion, the <a href=\"http://codex.wordpress.org/\" rel=\"tag\" title=\"WordPress Codex - online manual for WordPress Users\">WordPress Codex</a> article on <a href=\"http://codex.wordpress.org/Using_Permalinks#Structure_Tags\" title=\"Using Permalinks\">Using Permalinks</a> was updated to say that using categories within the permalink structure is not “helpful” and may actually increase the number of queries to resolve the post link. The preferred format currently is to preface the post title with numbers representing dates rather than text like categories, such as:</p>\n<pre>%year%/%month%/%day%/%postname%\n%year%/%month%/%postname%\n%year%/%post/%postname%\n%postid%/%postname%</pre>\n<p><a name=\"wpevents\"> </a></p>\n<h3>WordPress Events, Meetups, and WordCamps</h3>\n<p>Here are some WordPress-related dates and events to put on your calendar.</p>\n<h4>February 2009</h4>\n<ul>\n<li><a href=\"http://www.meetup.com/gulf-coast-wordpress/calendar/9422858/\" title=\"Gulf Coast WordPress/Blogger February Meetup\">Gulf Coast WordPress/Blogger Meetup - Mobile, Alabama - February 5, 2009</a></li>\n<li><a href=\"http://www.meetup.com/LasVegasWordPress/calendar/9671522/\" title=\"Beer & Blog + WordPress Meetup\">Beer & Blog WordPress Meetup - Las Vegas, Nevada - February 5, 2009</a></li>\n<li><a href=\"http://wordpress.meetup.com/185/calendar/9437753/\" title=\"Toronto WordPress - WordCamp Toronto February Meetup\">Toronto WordPress Meetup - Toronto, Canada - February 7, 2009</a></li>\n<li><a href=\"http://upcoming.yahoo.com/event/1502757/\" title=\"WordCamp Paris 2 at La Cantine - Coworking Paris\">WordCamp Paris 2 - Paris, France - Feb 7, 2009</a></li>\n<li><a href=\"http://upcoming.yahoo.com/event/1488284/\" title=\"Los Angeles WordPress Users Group at Philippe\'s French Dip\">Los Angeles WordPress Users Group at Philippe’s French Dip - February 8, 2009</a></li>\n<li><a href=\"http://www.meetup.com/SF-WordPress-Users/calendar/9533896/\" title=\"South Florida WordPress February Meetup\">South Florida WordPress February Meetup - February 10, 2009</a></li>\n<li><a href=\"http://upcoming.yahoo.com/event/1495066/\" title=\"Portland WordPress User Group at CubeSpace\">Portland WordPress User Group at CubeSpace - Portland, Oregon - February 12, 2009</a></li>\n<li><a href=\"http://www.wordcamp08.de/2008/09/23/wordcamp-2009-in-jena/\" title=\"WordCamp 2009 in Jena\">WordCamp Jena Germany - February 14, 2009</a></li>\n<li><a href=\"http://www.meetup.com/boston-wordpress-meetup/calendar/9593252/\" title=\"Blogging @ The Brewery\">The Boston WordPress Meetup Group - Blogging @ The Brewery - February 16, 2009</a></li>\n<li><a href=\"http://www.meetup.com/wordpressnyc/calendar/9653326/\" title=\"Grow Your Website Traffic With Two Unique Services\">New York City WordPress Meetup - February 17, 2009</a></li>\n<li><a href=\"http://www.meetup.com/The-Scottsdale-WordPress-Meetup-Group/calendar/9512255/\" title=\"The Scottsdale WordPress February Meetup\">The Scottsdale WordPress Meetup - Scottsdate, Arizona - February 18, 2009</a></li>\n<li><a href=\"http://vancouverwordcamped.org/\" title=\"WordCamp Education Vancouver 2009\">WordCamp Education Vancouver 2009 - Vancouver, BC - February 19, 2009</a></li>\n<li><a href=\"http://2009.northernvoice.ca/\" title=\"2009 Northern Voice\">2009 Northern Voice - Vancouver, BC - February 20-21, 2009</a></li>\n<li><a href=\"http://india.wordcamp.org/\" title=\"WordCamp India\">WordCamp India - Delhi - February 21-22, 2009</a></li>\n<li><a href=\"http://miami.wordcamp.org/\" title=\"WordCamp Miami 2009\">WordCamp Miami 2009 - Miami, Florida - February 22, 2009</a></li>\n<li><a href=\"http://denver.wordcamp.org\" title=\"WordCamp Denver\">WordCamp Denver 2009 - February 28, 2009</a> (<a href=\"http://http//www.facebook.com/profile.php?id=779828054#/group.php?gid=22086243642\" title=\"WordCamp Denver 2009\">Facebook</a>)</li>\n<li><a href=\"http://www.meetup.com/dfwwordpress/calendar/9593871/\" title=\"February Meetup of the DFW WordPress Group\">Dallas/Fort Worth WordPress Meetup - Dallas, Texas - February 28, 2009</a></li>\n<li><a href=\"http://wordpress.meetup.com/184/calendar/9615427/\" title=\"Atlanta WordPress Users Group February Meetup\">Atlanta WordPress Users Group Meetup - Learning WordPress 2.7 - Atlanta, Georgia - February 28, 2009</a></li>\n<li><a href=\"http://www.meetup.com/mywplife/calendar/9593848/\" title=\"The Chicago WordPress February Meetup\">The Chicago WordPress February Meetup - February 28, 2009</a></li>\n</ul>\n<p><strong>Finding WordPress Event News:</strong> In addition to our weekly <a href=\"http://www.blogherald.com/tag/wordpress-wednesday-news/\" title=\"Articles on WordPress Wednesday\" rel=\"tag\">Blog Herald WordPress News</a>, you can learn more about the various WordPress and WordCamp Events on the 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=\"Public events tagged with \">Upcoming: Public events tagged with “WordCamp”</a>.</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, WordPress Tips <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3810/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3810&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Fri, 06 Feb 2009 00:46:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:19637:\"<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/02/05/wordpress-news-release-week-news-wordpress-271-buddypress-wordpress-mu-and-more-releases/\" title=\"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>, and I’ve covered a lot of WordPress news you can use:</p>\n<blockquote><p>It’s Release Week. WordPress 2.7.1 Beta 1 released for testing. WordPressMU updated. BuddyPress Beta 2 released. WP Scanner beta released. WordPress.com releases January stats. Akismet updated and improved. WordCamp.tv releases more WordCamp videos from last year. Scott Wallick releases his sites for sale. Kym Huynh of WordCast released from hospital, and does blogging with WordPress suck?</p></blockquote>\n<p>The audio version of this post can be heard here or is available for download as the <a href=\"http://lorelle.files.wordpress.com/2009/02/wordpressnews020509.mp3\" title=\"Lorelle on WordPress with Lorelle VanFossen reads the WordPress News Summary for February 5, 2009\">WordPress News Summary for February 5, 2009</a>.</p>\n<p><span><p></p></span></p>\n<p>If you missed last week’s edition on the Blog Herald, it was <a href=\"http://www.blogherald.com/2009/01/29/wordpress-news-logogate-wordcamps-everywhere-wordpresstv-buddypress-wordpressmu-wordpress-plugin-podcast-and-more/\" title=\"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>. </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.</p>\n<h4>WordPress 2.7.1 Beta 1 Released</h4>\n<p>The first <a href=\"http://boren.nu/archives/2009/02/03/wordpress-271-beta-1/\" title=\"WordPress 2.7.1 Beta 1\">WordPress 2.7.1 Beta</a> has been released and is undergoing testing. It is a maintenance release with 66 tickets fixed. Expect the final release within the next week or so. </p>\n<h4>Scott Wallick Selling Plaintxt Site and Sandbox WordPress Theme</h4>\n<p><a href=\"http://scottwallick.com/blog/2009/01/on-selling-something-i-sort-of-own/\" title=\"Scott Wallick - On selling something I sort of own\">Scott Wallick is offering for sale</a> his popular site, <a href=\"http://www.plaintxt.org/\" title=\"plaintxt.org\">plaintxt.org</a>, and his “brand” which includes the <a href=\"http://www.plaintxt.org/themes/sandbox/\" title=\"Sandbox\">Sandbox WordPress Theme</a>, which is GPL and not for sale, to <a href=\"http://www.plaintxt.org/2009/01/looking-for-a-wordpress-brand/\" title=\"offering the sale of plaintxt.org/sndbx.org\">move onto new projects</a>. The Sandbox Theme has long been touted as the next “default” WordPress Theme and set the standard high for other Themes to follow with a rich microformats and a powerful CSS framework.<br />\n<span id=\"more-3810\"></span><br />\nI’ve been a huge fan of the Sandbox Theme which I use here on <a href=\"http://lorelle.wordpress.com/\" title=\"Lorelle on WordPress\" rel=\"tag\">Lorelle on WordPress</a>, and wish Scott the best of luck with his sale and all the endeavours the future holds for him. Scott, you’ve been an invaluable member of the WordPress Community and helped change it permanently. Your absence will leave a big hole and you are welcome to return any time. Thanks for everything you’ve done for so many millions of WordPress users. </p>\n<h4>WordPress.com News</h4>\n<p>The <a href=\"http://en.blog.wordpress.com/2009/02/04/january-wrap-up/\" title=\"January Wrap-Up\">January Wrap-Up</a> for <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> is in and includes a new WordPress Theme, the launch of <a href=\"http://wordpress.tv/\" title=\"WordPress.tv\" rel=\"tag\">WordPress.tv</a>, and breaking the 2 billion mark for combined pageviews across all WordPress.com blogs. 372,519 blogs were created, with 393,836 new users, and 553 terabytes transferred the WordPress.com datacenters. Almost 9 million comments were posted across 1.4 million active blogs. </p>\n<p>With the recent <a href=\"http://mashable.com/2009/01/06/livejournal-layoffs/\" title=\"recent\">announcement of LiveJournal layoffs and closing</a>, many are transferring to WordPress.com. <a href=\"http://en.blog.wordpress.com/2009/02/04/january-wrap-up/\" title=\"January Wrap-Up\">They reported</a> 7,111 LiveJournal imports. </p>\n<p>There have been three WordCamp events so far this year in Las Vegas, Indonesia, and Whistler, BC, Canada.</p>\n<p>In a <a href=\"http://barry.wordpress.com/2009/02/04/winter-2008-photos/\" title=\"Winter 2008 Photos\">blog post featuring photographs, WordPress server guru, Barry Abrahamson let it leak</a> that WordPress.com is working on adding some “cool gallery features” to WordPress.com blogs that are currently found on the Neat! WordPress Theme which add navigation links to the images (next and previous) and a link to take you back to the main post from individual picture pages, increasing gallery navigation and function. </p>\n<h4>Blog Design Contest on WordPress.com</h4>\n<p>The first blogging design contest has been announced for <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> called “<a href=\"http://en.blog.wordpress.com/2009/02/02/i-3-blogging-design-contest/\" title=\"Blogging Design Contest\">I <3 Blogging Design Contest</a>” co-produced by <a href=\"http://www.infectious.com/\" title=\"Infectious\">Infectious</a>. This isn’t a blog web design or WordPress Theme contest. It is a graphic design contest. Design a “why I love blogging and WordPress” graphic design and if yours wins, it could be printed and sold on laptop and iPhone skins around the world through the Infectious store. Let your creative self loose and show the world how you would design what blogging and WordPress mean to you.</p>\n<h4>BuddyPress News</h4>\n<p><a href=\"http://buddypress.org/blog/2009/01/1-0-beta-2/\" title=\"1.0 Beta 2\">BuddyPress 1.0 Beta 2</a> has been released and all components and Themes are <a href=\"http://buddypress.org/download\" title=\"available for download\">available for download</a>. Hundreds of fixes have been patched and fixed since the first beta and now will sync up with WordPressMU releases for the eagerly anticipated WordPressMU social media and networking WordPress Theme and Plugins. </p>\n<p>I got a chance to interview Andy Peatling of BuddyPress at WordCamp Whistler, so stay tuned for that video coming soon.</p>\n<h4>WordPress Fan Blogs and Podcasts</h4>\n<p>I’ve added to the WordPress fan blogs and podcasts I feature 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>. They currently include highlights and news from:</p>\n<ul>\n<li><a href=\"http://wordcastpodcast.com/\" title=\"WordCast Podcast\">WordCast</a></li>\n<li><a href=\"http://wp-community.org/\" title=\"The WordPress Podcast\">The WordPress Podcast</a></li>\n<li><a title=\"The WordPress Plugins Podcast\" href=\"http://www.pluginspodcast.com/\">The WordPress Plugins Podcast</a></li>\n<li><a href=\"http://wpengineer.com/\" title=\"WP Engineer\">WP Engineer</a></li>\n<li><a href=\"http://www.wprecipes.com/\" title=\"WpRecipes.com »\">WPRecipes</a></li>\n<li><a href=\"http://www.wptavern.com/\" title=\"Jeffro-WPTavern\">WPTavern</a></li>\n<li><a href=\"http://www.weblogtoolscollection.com/\" title=\"Weblog Tools Collection\" rel=\"tag\">Weblog Tools Collection - WordPress Weekly Podcast with Jeff Chandler</a></li>\n</ul>\n<h4>Akismet News</h4>\n<p>In “<a href=\"http://blog.akismet.com/?p=127\" title=\"Make Commenting Easy\">Akismet: Make Commenting Easy</a>,” Akismet reported that <a href=\"http://www.blogherald.com/2008/09/08/wtf-blog-clutter-the-death-of-the-captcha/\" title=\"The Death of the CAPTCHA | The Blog Herald\">CAPTCHAs are now officially dead</a> and useless, and cite a report by <a href=\"http://blogs.zdnet.com/security/?p=1835\" title=\"a quarter of a million CAPTCHA’s a day\">ZDNet that a quarter of a million CAPTCHAs</a> are easily broken by bot and human spammers <em>every day</em>. I’ve been reporting the death of CAPTCHAs for a long time. I hope the final nail has been pounded into that coffin, personally. </p>\n<p><a href=\"http://blog.akismet.com/2009/01/30/stats-accuracy-improved/\" title=\"Stats accuracy improved\">Akismet also reports they have improved the accuracy of their blog reporting stats</a> for counting and tracking blog comment spam. There is no Plugin upgrade required. </p>\n<h4>WordPress Permalink Structure and Strategies</h4>\n<p><a href=\"http://dougal.gunters.org/?p=1431\" title=\"Efficient permalink strategies for WordPress\">Dougal Campbell highlighted conversations on efficient permalink strategies</a> for WordPress from the WordPress mailing lists, in an attempt to understand how to properly structure our blog permalinks to speed up how WordPress process them. </p>\n<p><a href=\"http://ottodestruct.com/blog/\" title=\"Otto\">Otto of Ottodestruct</a> made this important point to consider:</p>\n<blockquote><p>For performance reasons, it is not a good idea to start your permalink structure with the category, tag, author, or postname fields. The reason is that these are text fields, and using them at the beginning of your permalink structure it takes more time for WordPress to distinguish your Post URLs from Page URLs (which always use the text “page slug” as the URL), and to compensate, WordPress stores a lot of extra information in its database (so much that sites with lots of Pages have experienced difficulties). So, it is best to start your permalink structure with a numeric field, such as the year or post ID.</p></blockquote>\n<p>Due to this discussion, the <a href=\"http://codex.wordpress.org/\" rel=\"tag\" title=\"WordPress Codex - online manual for WordPress Users\">WordPress Codex</a> article on <a href=\"http://codex.wordpress.org/Using_Permalinks#Structure_Tags\" title=\"Using Permalinks\">Using Permalinks</a> was updated to say that using categories within the permalink structure is not “helpful” and may actually increase the number of queries to resolve the post link. The preferred format currently is to preface the post title with numbers representing dates rather than text like categories, such as:</p>\n<pre>%year%/%month%/%day%/%postname%\n%year%/%month%/%postname%\n%year%/%post/%postname%\n%postid%/%postname%</pre>\n<p><a name=\"wpevents\"> </a></p>\n<h3>WordPress Events, Meetups, and WordCamps</h3>\n<p>Here are some WordPress-related dates and events to put on your calendar.</p>\n<h4>February 2009</h4>\n<ul>\n<li><a href=\"http://www.meetup.com/gulf-coast-wordpress/calendar/9422858/\" title=\"Gulf Coast WordPress/Blogger February Meetup\">Gulf Coast WordPress/Blogger Meetup - Mobile, Alabama - February 5, 2009</a></li>\n<li><a href=\"http://www.meetup.com/LasVegasWordPress/calendar/9671522/\" title=\"Beer & Blog + WordPress Meetup\">Beer & Blog WordPress Meetup - Las Vegas, Nevada - February 5, 2009</a></li>\n<li><a href=\"http://wordpress.meetup.com/185/calendar/9437753/\" title=\"Toronto WordPress - WordCamp Toronto February Meetup\">Toronto WordPress Meetup - Toronto, Canada - February 7, 2009</a></li>\n<li><a href=\"http://upcoming.yahoo.com/event/1502757/\" title=\"WordCamp Paris 2 at La Cantine - Coworking Paris\">WordCamp Paris 2 - Paris, France - Feb 7, 2009</a></li>\n<li><a href=\"http://upcoming.yahoo.com/event/1488284/\" title=\"Los Angeles WordPress Users Group at Philippe\'s French Dip\">Los Angeles WordPress Users Group at Philippe’s French Dip - February 8, 2009</a></li>\n<li><a href=\"http://www.meetup.com/SF-WordPress-Users/calendar/9533896/\" title=\"South Florida WordPress February Meetup\">South Florida WordPress February Meetup - February 10, 2009</a></li>\n<li><a href=\"http://upcoming.yahoo.com/event/1495066/\" title=\"Portland WordPress User Group at CubeSpace\">Portland WordPress User Group at CubeSpace - Portland, Oregon - February 12, 2009</a></li>\n<li><a href=\"http://www.wordcamp08.de/2008/09/23/wordcamp-2009-in-jena/\" title=\"WordCamp 2009 in Jena\">WordCamp Jena Germany - February 14, 2009</a></li>\n<li><a href=\"http://www.meetup.com/boston-wordpress-meetup/calendar/9593252/\" title=\"Blogging @ The Brewery\">The Boston WordPress Meetup Group - Blogging @ The Brewery - February 16, 2009</a></li>\n<li><a href=\"http://www.meetup.com/wordpressnyc/calendar/9653326/\" title=\"Grow Your Website Traffic With Two Unique Services\">New York City WordPress Meetup - February 17, 2009</a></li>\n<li><a href=\"http://www.meetup.com/The-Scottsdale-WordPress-Meetup-Group/calendar/9512255/\" title=\"The Scottsdale WordPress February Meetup\">The Scottsdale WordPress Meetup - Scottsdate, Arizona - February 18, 2009</a></li>\n<li><a href=\"http://vancouverwordcamped.org/\" title=\"WordCamp Education Vancouver 2009\">WordCamp Education Vancouver 2009 - Vancouver, BC - February 19, 2009</a></li>\n<li><a href=\"http://2009.northernvoice.ca/\" title=\"2009 Northern Voice\">2009 Northern Voice - Vancouver, BC - February 20-21, 2009</a></li>\n<li><a href=\"http://india.wordcamp.org/\" title=\"WordCamp India\">WordCamp India - Delhi - February 21-22, 2009</a></li>\n<li><a href=\"http://miami.wordcamp.org/\" title=\"WordCamp Miami 2009\">WordCamp Miami 2009 - Miami, Florida - February 22, 2009</a></li>\n<li><a href=\"http://denver.wordcamp.org\" title=\"WordCamp Denver\">WordCamp Denver 2009 - February 28, 2009</a> (<a href=\"http://http//www.facebook.com/profile.php?id=779828054#/group.php?gid=22086243642\" title=\"WordCamp Denver 2009\">Facebook</a>)</li>\n<li><a href=\"http://www.meetup.com/dfwwordpress/calendar/9593871/\" title=\"February Meetup of the DFW WordPress Group\">Dallas/Fort Worth WordPress Meetup - Dallas, Texas - February 28, 2009</a></li>\n<li><a href=\"http://wordpress.meetup.com/184/calendar/9615427/\" title=\"Atlanta WordPress Users Group February Meetup\">Atlanta WordPress Users Group Meetup - Learning WordPress 2.7 - Atlanta, Georgia - February 28, 2009</a></li>\n<li><a href=\"http://www.meetup.com/mywplife/calendar/9593848/\" title=\"The Chicago WordPress February Meetup\">The Chicago WordPress February Meetup - February 28, 2009</a></li>\n</ul>\n<p><strong>Finding WordPress Event News:</strong> In addition to our weekly <a href=\"http://www.blogherald.com/tag/wordpress-wednesday-news/\" title=\"Articles on WordPress Wednesday\" rel=\"tag\">Blog Herald WordPress News</a>, you can learn more about the various WordPress and WordCamp Events on the 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=\"Public events tagged with \">Upcoming: Public events tagged with “WordCamp”</a>.</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, WordPress Tips <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3810/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3810&subd=lorelle&ref=&feed=1\" /></div>\";}i:24;a:7:{s:5:\"title\";s:14:\"Matt: Rockstar\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11348\";s:4:\"link\";s:30:\"http://ma.tt/2009/02/rockstar/\";s:11:\"description\";s:155:\"<p>There’s a new WordPress book available: <a href=\"http://rockablepress.com/books/rockstar-wordpress-designer/\">Rockstar WordPress Designer</a>.</p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Feb 2009 14:19:54 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:155:\"<p>There’s a new WordPress book available: <a href=\"http://rockablepress.com/books/rockstar-wordpress-designer/\">Rockstar WordPress Designer</a>.</p>\";}i:25;a:7:{s:5:\"title\";s:72:\"Weblog Tools Collection: Updated WP Plugin: Where did they go from here?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5127\";s:4:\"link\";s:99:\"http://weblogtoolscollection.com/archives/2009/02/05/updated-wp-plugin-where-did-they-go-from-here/\";s:11:\"description\";s:1748:\"<p>Ever been on <a href=\"http://amazon.com\">Amazon.com</a> and seen the “Customers Who Bought This Item Also Bought”. So, why not apply the same concept to your WordPress blog?</p>\n<p>Back in 2007, Mark released <a href=\"http://weblogtoolscollection.com/archives/2007/06/04/wp-plugin-where-did-they-go-from-here/\">a plugin</a> that would help you display the same on your WordPress blog.</p>\n<p>We’ve been running it on this blog for the past year and a half. With WordPress 2.7, it was time to upgrade this plugin as well.</p>\n<p>The plugin has been rebuilt with the basic features but enhanced with an admin interface that allows you to set various options, including the ability to optionally include the list of posts in your content or the feed.</p>\n<p>You can also choose to manually add <code><?php if(function_exists(\'ald_wherego\')) echo_ald_wherego(); ?></code> where you want to display the posts.</p>\n<h4>How it works?</h4>\n<p>As and when readers click on links, this plugin checks to see if it was referred from your blog, checks to see if it can identify a post or a page from the information it has and then adds a link to the referring page.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/\">Read more and download Where did they go from here?</a></p>\n<p>This coupled with <a href=\"http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/\">Contextual Related Posts</a> the plugin will help retain your visitors and increase the time they spend on your blog.</p>\n<p>So, give the plugin a shot and as usual your feedback and comments are welcome <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Feb 2009 12:47:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1748:\"<p>Ever been on <a href=\"http://amazon.com\">Amazon.com</a> and seen the “Customers Who Bought This Item Also Bought”. So, why not apply the same concept to your WordPress blog?</p>\n<p>Back in 2007, Mark released <a href=\"http://weblogtoolscollection.com/archives/2007/06/04/wp-plugin-where-did-they-go-from-here/\">a plugin</a> that would help you display the same on your WordPress blog.</p>\n<p>We’ve been running it on this blog for the past year and a half. With WordPress 2.7, it was time to upgrade this plugin as well.</p>\n<p>The plugin has been rebuilt with the basic features but enhanced with an admin interface that allows you to set various options, including the ability to optionally include the list of posts in your content or the feed.</p>\n<p>You can also choose to manually add <code><?php if(function_exists(\'ald_wherego\')) echo_ald_wherego(); ?></code> where you want to display the posts.</p>\n<h4>How it works?</h4>\n<p>As and when readers click on links, this plugin checks to see if it was referred from your blog, checks to see if it can identify a post or a page from the information it has and then adds a link to the referring page.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/\">Read more and download Where did they go from here?</a></p>\n<p>This coupled with <a href=\"http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/\">Contextual Related Posts</a> the plugin will help retain your visitors and increase the time they spend on your blog.</p>\n<p>So, give the plugin a shot and as usual your feedback and comments are welcome <img src=\"http://weblogtoolscollection.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\";}i:26;a:7:{s:5:\"title\";s:45:\"Weblog Tools Collection: Want To Buy Sandbox?\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5125\";s:4:\"link\";s:73:\"http://weblogtoolscollection.com/archives/2009/02/04/want-to-buy-sandbox/\";s:11:\"description\";s:1056:\"<p>Scott Wallick, the author of the popular and well known Sandbox theme has announced on his personal blog that he is selling the <a href=\"http://www.sndbx.org/\" target=\"_blank\">Sandbox domain</a> along with <a href=\"http://www.plaintxt.org/2009/01/looking-for-a-wordpress-brand/\" target=\"_blank\">Plaintxt.org</a>. The sale does not include the actual themes since they have been developed and released under the GPL license. Scott does provide a reason for why he is selling the domains:</p>\n<blockquote><p>I have withdrawn from the WordPress community. Active development of my themes and plugins has stopped simply because I am unable to continue the necessary development. In a way, they have a life of their own.</p></blockquote>\n<p>If you would like the opportunity to chat with Scott Wallick about his involvement with the WordPress community, be sure to tune in to this weeks episode of <a href=\"http://www.talkshoe.com/talkshoe/web/talkCast.jsp?masterId=34224&cmd=tc\" target=\"_blank\">WordPress Weekly</a> as he will be my special guest. </p>\";s:7:\"pubdate\";s:31:\"Thu, 05 Feb 2009 02:11:00 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:1056:\"<p>Scott Wallick, the author of the popular and well known Sandbox theme has announced on his personal blog that he is selling the <a href=\"http://www.sndbx.org/\" target=\"_blank\">Sandbox domain</a> along with <a href=\"http://www.plaintxt.org/2009/01/looking-for-a-wordpress-brand/\" target=\"_blank\">Plaintxt.org</a>. The sale does not include the actual themes since they have been developed and released under the GPL license. Scott does provide a reason for why he is selling the domains:</p>\n<blockquote><p>I have withdrawn from the WordPress community. Active development of my themes and plugins has stopped simply because I am unable to continue the necessary development. In a way, they have a life of their own.</p></blockquote>\n<p>If you would like the opportunity to chat with Scott Wallick about his involvement with the WordPress community, be sure to tune in to this weeks episode of <a href=\"http://www.talkshoe.com/talkshoe/web/talkCast.jsp?masterId=34224&cmd=tc\" target=\"_blank\">WordPress Weekly</a> as he will be my special guest. </p>\";}i:27;a:7:{s:5:\"title\";s:29:\"Akismet: Make Commenting Easy\";s:4:\"guid\";s:30:\"http://blog.akismet.com/?p=127\";s:4:\"link\";s:56:\"http://blog.akismet.com/2009/02/04/make-commenting-easy/\";s:11:\"description\";s:3235:\"<div class=\"snap_preview\"><br /><p>Back in the early days of blogging and when comment spamming was still fairly small scale (compared to today) one method people used to stop a spambot was to use a CAPTCHA. The idea was that a comment spambot could not read the image and so the comment would fail and you would not get any spam. Obviously the spammers really did not like these CAPTCHA’s so they devoted resources to get around them.</p>\n<p>In January 2004 — 5 years ago — Cory Doctorow blogged about pornography being used to get <a href=\"http://www.boingboing.net/2004/01/27/solving-and-creating.html\">humans to solve captchas </a>for spammers and there were scripts which could defeat different CAPTCHA’s. It is because of those scripts that you can now be faced with images that you struggle to get right. All you want to is leave a comment right?</p>\n<p>Companies still believe in the power of the CAPTCHA and they are now very wrong to do so. Where there is a demand by those wanting to spam there is supply - and it’s less than a cent to spam your blog. At ZDNet’s Security blog they report on an industry which can solve <a href=\"http://blogs.zdnet.com/security/?p=1835\">a quarter of a million CAPTCHA’s a day</a>.</p>\n<p>You write a post and you would like comments. <strong>Using a CAPTCHA to stop a spammer is not going to work.</strong> If someone is writing a reply to your post why make them solve some image with distorted letters? They want to think about your post not whether that is an 8 or a B, a 1 or I or l. If people have previously been annoyed by these things they may not even bother trying to leave a comment. You lose here — your blog lost a comment.</p>\n<p>Putting visible obstacles to commenting irritates readers and gives spammers something to overcome and the more information spammers have the more likely they are to spam your blog. This is why Akismet works as it does — keep the spammers guessing but let people comment freely. Commenting should be as easy as blogging because that is how to keep your conversations going.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/127/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/127/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/127/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/127/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/127/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/127/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/127/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/127/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/127/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/127/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=127&subd=akismet&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Wed, 04 Feb 2009 22:39:08 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Mark\";}s:7:\"summary\";s:3235:\"<div class=\"snap_preview\"><br /><p>Back in the early days of blogging and when comment spamming was still fairly small scale (compared to today) one method people used to stop a spambot was to use a CAPTCHA. The idea was that a comment spambot could not read the image and so the comment would fail and you would not get any spam. Obviously the spammers really did not like these CAPTCHA’s so they devoted resources to get around them.</p>\n<p>In January 2004 — 5 years ago — Cory Doctorow blogged about pornography being used to get <a href=\"http://www.boingboing.net/2004/01/27/solving-and-creating.html\">humans to solve captchas </a>for spammers and there were scripts which could defeat different CAPTCHA’s. It is because of those scripts that you can now be faced with images that you struggle to get right. All you want to is leave a comment right?</p>\n<p>Companies still believe in the power of the CAPTCHA and they are now very wrong to do so. Where there is a demand by those wanting to spam there is supply - and it’s less than a cent to spam your blog. At ZDNet’s Security blog they report on an industry which can solve <a href=\"http://blogs.zdnet.com/security/?p=1835\">a quarter of a million CAPTCHA’s a day</a>.</p>\n<p>You write a post and you would like comments. <strong>Using a CAPTCHA to stop a spammer is not going to work.</strong> If someone is writing a reply to your post why make them solve some image with distorted letters? They want to think about your post not whether that is an 8 or a B, a 1 or I or l. If people have previously been annoyed by these things they may not even bother trying to leave a comment. You lose here — your blog lost a comment.</p>\n<p>Putting visible obstacles to commenting irritates readers and gives spammers something to overcome and the more information spammers have the more likely they are to spam your blog. This is why Akismet works as it does — keep the spammers guessing but let people comment freely. Commenting should be as easy as blogging because that is how to keep your conversations going.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/127/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/127/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/127/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/127/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/127/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/127/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/127/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/127/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/127/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/127/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=127&subd=akismet&ref=&feed=1\" /></div>\";}i:28;a:7:{s:5:\"title\";s:61:\"Dougal Campbell: Efficient permalink strategies for WordPress\";s:4:\"guid\";s:33:\"http://dougal.gunters.org/?p=1431\";s:4:\"link\";s:72:\"http://dougal.gunters.org/blog/2009/02/04/efficient-wordpress-permalinks\";s:11:\"description\";s:7063:\"<p><img class=\"alignright size-full wp-image-1150\" title=\"WordPress Wednesday\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2008/10/wordpress-wednesday.png\" alt=\"\" width=\"150\" height=\"150\" /><br />\nOver the past several days, there has been an interesting <a href=\"http://comox.textdrive.com/pipermail/wp-testers/2009-January/011097.html\">discussion on the wp-testers mailing list</a> (though, it really belonged on the wp-hackers list, but that’s beside the point) about permalink structures in <a href=\"http://wordpress.org/\">WordPress</a>. The original question came from matthijs and questioned why WordPress was storing rewrite rules for every page on his site in a database option. Further discussion revealed that this was a side-effect of his particular permalink structure, and some really good information about good and pad permalink patterns. This information could be important for sites that use non-standard <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> structures, and I thought it deserved a summary.</p>\n<p><span id=\"more-1431\"></span></p>\n<p>First, let’s look at the original question and the situation that brought it about:</p>\n<blockquote><p>Recently I discovered that the current way wordpress handles permalinks is not scalable. All rewrite_rules are at the moment held in a single database field in the wp_options table. If you have a few dozens pages and posts, you have maybe a few hundred rewrite_rules in it and all is well. But as soon as you start to have a few hundred pages and attachments, the amount of rewrite_rules explodes as well as the field size. This also depends on the permalinks settings. On one of my sites I can’t even open the database field to take a look because my browser and text editor crash because of its size.</p></blockquote>\n<p>Before anyone starts to panic, let me that this is not a <em>general</em> problem in WordPress. This person had a particular permalink structure which forced WordPress to store extra rules for every page. This is a situation which can be avoided by choosing a permalink pattern which allows WordPress to find your posts in an efficient way.</p>\n<p>WordPress gives site builders a lot of flexibility in how their post URLs are created. There are several attributes which can be used, and ordered how the person likes. The default “pretty permalink” structure looks like this:</p>\n<pre>/%year%/%monthnum%/%day%/%postname%/</pre>\n<p>Which results in perlink URLs that look like:</p>\n<pre>http://example.com/2009/01/22/hello-world/</pre>\n<p>There are several structure tags which can be used to form permalinks: %year%, %monthnum%, %day%, %hour%, %minute%, %second%, %postname%, %post_id%, %category%, %tag%, and %author%. As mentioned earlier, this gives a lot of flexibility in how your URLs can appear. However, <a href=\"http://boren.nu/\">Ryan Boren</a> pointed out:</p>\n<blockquote><p>Verbose rules are used for structures beginning with %category%, %tag%, %postname%, and %author%. Avoiding such structures is best.</p></blockquote>\n<p>This important note was subsequently added to the Codex page about <a href=\"http://codex.wordpress.org/Using_Permalinks#Structure_Tags\">Using Permalinks</a>:</p>\n<blockquote><p>For performance reasons, it is <em>not</em> a good idea to start your permalink structure with the category, tag, author, or postname fields. The reason is that these are text fields, and using them at the beginning of your permalink structure it takes more time for WordPress to distinguish your Post URLs from Page URLs (which always use the text “page slug” as the <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym>), and to compensate, WordPress stores a lot of extra information in its database (so much that sites with lots of Pages have experienced difficulties). So, it is best to start your permalink structure with a numeric field, such as the year or post ID.</p></blockquote>\n<p>This would be a problem for any dynamic <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym>, not just WordPress. If there isn’t some way to narrow down the information in the <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> and map it to a specific page or post, the system must perform a lot of database searches to find the correct entry. <a href=\"http://ottodestruct.com/blog/\">Otto</a> provides a really good hypothetical example:</p>\n<blockquote><p>Actually, I think this deserves a bit more discussion… Let’s consider a permalink like %category%/%postname%.</p>\n<p>So you’re handed a <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> like /mycat/mypost. You start by parsing it into mycat and mypost. You don’t know what these are. They’re just strings to you. So, first, you have to consider what “mycat” is.</p>\n<p>First, you query to see if “mycat” is a pagename. This is a select from wp_posts where post_slug = mycat and post_type = page. No joy there.</p>\n<p>Next, you query to see if “mycat” is a category. This is a select from wp_terms join wp_term_taxonomy on (term_id = term_id) where term = mycat and taxonomy = category. Hey, we found a mycat, so that’s good. Unfortunately, this just tells us that it’s a category, which is rather useless in retrieving the actual post we’re looking for. So we ignore the category.</p>\n<p>Now, we move on to the “mypost”. Again, we start querying:<br />\n1. Is it a page? select from wp_posts where post_slug = mypost and post_type = page. Nope.<br />\n2. Is it a category? select from wp_terms join wp_term_taxonomy on (term_id = term_id) where term = mypost and taxonomy = category. Nope.<br />\n3. Is it a post? select from wp_posts where post_slug = mypost and post_type = post. Bingo.</p>\n<p>The whole goal is to determine the specific post being asked for. The category is not helpful in this respect, and we have to do a couple queries just to figure out that we need to ignore it. Five queries to determine what the post is with this structure. Five queries, two of them expensive (joins ain’t cheap). And these have to happen on every load of a post on your site.</p></blockquote>\n<p>Otto then goes on to explain that this isn’t what WordPress actually does. Instead, when WordPress detects that you have an inefficient permalink structure, it stores extra rewrite rules in an option in the database, which it then refers to when presenting a page.</p>\n<p>To finish up, let’s look at a couple of quick examples.</p>\n<p><strong>Bad:</strong></p>\n<pre>/%postname%/%post_id%/\n/%category%/%postname%/</pre>\n<p><strong>Better:</strong></p>\n<pre>/%post_id%/%postname%/\n/%year%/%category%/%postname%/</pre>\n<p>In conclusion, when building a site’s permalink structure, choosing carefully can help WordPress locate your articles in the most efficient way possible.</p>\";s:7:\"pubdate\";s:31:\"Wed, 04 Feb 2009 16:06:12 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:7063:\"<p><img class=\"alignright size-full wp-image-1150\" title=\"WordPress Wednesday\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2008/10/wordpress-wednesday.png\" alt=\"\" width=\"150\" height=\"150\" /><br />\nOver the past several days, there has been an interesting <a href=\"http://comox.textdrive.com/pipermail/wp-testers/2009-January/011097.html\">discussion on the wp-testers mailing list</a> (though, it really belonged on the wp-hackers list, but that’s beside the point) about permalink structures in <a href=\"http://wordpress.org/\">WordPress</a>. The original question came from matthijs and questioned why WordPress was storing rewrite rules for every page on his site in a database option. Further discussion revealed that this was a side-effect of his particular permalink structure, and some really good information about good and pad permalink patterns. This information could be important for sites that use non-standard <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> structures, and I thought it deserved a summary.</p>\n<p><span id=\"more-1431\"></span></p>\n<p>First, let’s look at the original question and the situation that brought it about:</p>\n<blockquote><p>Recently I discovered that the current way wordpress handles permalinks is not scalable. All rewrite_rules are at the moment held in a single database field in the wp_options table. If you have a few dozens pages and posts, you have maybe a few hundred rewrite_rules in it and all is well. But as soon as you start to have a few hundred pages and attachments, the amount of rewrite_rules explodes as well as the field size. This also depends on the permalinks settings. On one of my sites I can’t even open the database field to take a look because my browser and text editor crash because of its size.</p></blockquote>\n<p>Before anyone starts to panic, let me that this is not a <em>general</em> problem in WordPress. This person had a particular permalink structure which forced WordPress to store extra rules for every page. This is a situation which can be avoided by choosing a permalink pattern which allows WordPress to find your posts in an efficient way.</p>\n<p>WordPress gives site builders a lot of flexibility in how their post URLs are created. There are several attributes which can be used, and ordered how the person likes. The default “pretty permalink” structure looks like this:</p>\n<pre>/%year%/%monthnum%/%day%/%postname%/</pre>\n<p>Which results in perlink URLs that look like:</p>\n<pre>http://example.com/2009/01/22/hello-world/</pre>\n<p>There are several structure tags which can be used to form permalinks: %year%, %monthnum%, %day%, %hour%, %minute%, %second%, %postname%, %post_id%, %category%, %tag%, and %author%. As mentioned earlier, this gives a lot of flexibility in how your URLs can appear. However, <a href=\"http://boren.nu/\">Ryan Boren</a> pointed out:</p>\n<blockquote><p>Verbose rules are used for structures beginning with %category%, %tag%, %postname%, and %author%. Avoiding such structures is best.</p></blockquote>\n<p>This important note was subsequently added to the Codex page about <a href=\"http://codex.wordpress.org/Using_Permalinks#Structure_Tags\">Using Permalinks</a>:</p>\n<blockquote><p>For performance reasons, it is <em>not</em> a good idea to start your permalink structure with the category, tag, author, or postname fields. The reason is that these are text fields, and using them at the beginning of your permalink structure it takes more time for WordPress to distinguish your Post URLs from Page URLs (which always use the text “page slug” as the <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym>), and to compensate, WordPress stores a lot of extra information in its database (so much that sites with lots of Pages have experienced difficulties). So, it is best to start your permalink structure with a numeric field, such as the year or post ID.</p></blockquote>\n<p>This would be a problem for any dynamic <acronym title=\"Content Management System\"><span class=\"caps\">CMS</span></acronym>, not just WordPress. If there isn’t some way to narrow down the information in the <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> and map it to a specific page or post, the system must perform a lot of database searches to find the correct entry. <a href=\"http://ottodestruct.com/blog/\">Otto</a> provides a really good hypothetical example:</p>\n<blockquote><p>Actually, I think this deserves a bit more discussion… Let’s consider a permalink like %category%/%postname%.</p>\n<p>So you’re handed a <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym> like /mycat/mypost. You start by parsing it into mycat and mypost. You don’t know what these are. They’re just strings to you. So, first, you have to consider what “mycat” is.</p>\n<p>First, you query to see if “mycat” is a pagename. This is a select from wp_posts where post_slug = mycat and post_type = page. No joy there.</p>\n<p>Next, you query to see if “mycat” is a category. This is a select from wp_terms join wp_term_taxonomy on (term_id = term_id) where term = mycat and taxonomy = category. Hey, we found a mycat, so that’s good. Unfortunately, this just tells us that it’s a category, which is rather useless in retrieving the actual post we’re looking for. So we ignore the category.</p>\n<p>Now, we move on to the “mypost”. Again, we start querying:<br />\n1. Is it a page? select from wp_posts where post_slug = mypost and post_type = page. Nope.<br />\n2. Is it a category? select from wp_terms join wp_term_taxonomy on (term_id = term_id) where term = mypost and taxonomy = category. Nope.<br />\n3. Is it a post? select from wp_posts where post_slug = mypost and post_type = post. Bingo.</p>\n<p>The whole goal is to determine the specific post being asked for. The category is not helpful in this respect, and we have to do a couple queries just to figure out that we need to ignore it. Five queries to determine what the post is with this structure. Five queries, two of them expensive (joins ain’t cheap). And these have to happen on every load of a post on your site.</p></blockquote>\n<p>Otto then goes on to explain that this isn’t what WordPress actually does. Instead, when WordPress detects that you have an inefficient permalink structure, it stores extra rewrite rules in an option in the database, which it then refers to when presenting a page.</p>\n<p>To finish up, let’s look at a couple of quick examples.</p>\n<p><strong>Bad:</strong></p>\n<pre>/%postname%/%post_id%/\n/%category%/%postname%/</pre>\n<p><strong>Better:</strong></p>\n<pre>/%post_id%/%postname%/\n/%year%/%category%/%postname%/</pre>\n<p>In conclusion, when building a site’s permalink structure, choosing carefully can help WordPress locate your articles in the most efficient way possible.</p>\";}i:29;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 02/04\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5121\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/02/04/wordpress-plugin-releases-for-0204/\";s:11:\"description\";s:4316:\"<h3>New Plugins</h3>\n<p><a href=\"http://sivel.net/2009/02/simply-show-ids/\">Simply Show IDs</a></p>\n<p>Simply shows the ID of Posts, Pages, Media and Links in the admin tables for easy access.</p>\n<p><a href=\"http://www.masteringlandingpages.com/gwo4wp\">Google Website Optimizer for WordPress</a></p>\n<p>This simple plugin lets you optimize your landing pages (as posts or pages) using the Google Website Optimizer without needing to edit the HTML code of the theme. <em>Page not in English.</em></p>\n<p><a href=\"http://www.sillybean.net/code/wordpress/mass-format-conversion-for-wordpress/\">Mass Format Conversion</a></p>\n<p>Applies all content filters to posts and comments and saves them back to the database. This is useful if you have been using Textile or Markdown (for example) and you want to switch to plain HTML.</p>\n<p><a href=\"http://www.samburdge.co.uk/wordpress/wp-background-tile-plugin\">WP Background Tile</a></p>\n<p>The WP Background Tile Plugin for WordPress applies a tiled background image to your blog. It is as simple as this:</p>\n<p><a href=\"http://www.4-14.org.uk/wordpress-plugins/tng-wordpress-plugin\">TNG WordPress Integration</a></p>\n<p>Integrates TNG (The Next Generation) genealogy software into WordPress.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/contextual-ppc-revenue-by-advtisecom/\">Contextual revenue plugin by Advtise</a></p>\n<p>Insert Advtise.com Partner revenue code in to your posts on the fly and start earning revenue.</p>\n<p><a href=\"http://rawlinson.us/blog/articles/picasaweb-wordpress-plugin/\">simply-picasaweb</a></p>\n<p>Allows you to display images from your public PicasaWeb albums on your blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/dayswitcher/\">DaySwitcher</a></p>\n<p>The DaySwitcher plugin let you choose a schedule for displaying a WordPress theme.</p>\n<p><a href=\"http://www.vjcatkick.com/?page_id=7015\">Random Tumblr</a></p>\n<p>Sidebar widget which displays one photo from your tumblr entries randomly.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/geotagger/\">Geotagger</a></p>\n<p>This is just a plugin to manage your post geotags and optionaly to display maps in your posts.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/feedburner-text-counter-v10/\">Feedburner Text Count</a></p>\n<p>Feedburner Text Counter is show your Feedburner Subscribers Count like text based.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/xmpp-sender/\">XMPP sender</a></p>\n<p>XMPP sender allows to send (and receive) notifications about new comments in blog.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a></p>\n<p>The plugin checks and displays the freshness of all your blogroll-bookmarks in various ways. You only need to save an extra feed-url for each bookmark to get this to work.</p>\n<p><a href=\"http://sw-guide.de/wordpress/maintenance-mode-plugin/\">Maintenance Mode</a></p>\n<p>This plugin adds a splash page to your blog that lets visitors know your blog is down for maintenance. Logged in administrators get full access to the blog including the front-end.</p>\n<p><a href=\"http://sw-guide.de/wordpress/link-indication-plugin/\">Link Indication</a></p>\n<p>Link Indication is a WordPress 2.7 compatible plugin that applies css class attributes to the links (anchor tags) in your posts, pages, and optionally in your comments.</p>\n<p><a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a></p>\n<p>Display a different greeting message to your visitor depending on which site they are coming from. Please re-activate after every upgrade to be safe.</p>\n<p><a href=\"http://www.italyisfalling.com/stray-random-quotes/\">Stray Random Quotes</a></p>\n<p>Display random quotes everywhere on your blog. Easy to custom and manage.</p>\n<p><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a></p>\n<p>Helps your blog detect where the user comes from and automatically displays the corresponding greetings.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/script-compressor/\">Script Compressor</a></p>\n<p>This plugin compresses JavaScript files and CSS files.</p>\n<p><a href=\"http://pods.uproot.us/\">Pods</a></p>\n<p>Pods is a CMS (Content Management System) plugin for WordPress.</p>\";s:7:\"pubdate\";s:31:\"Wed, 04 Feb 2009 15:18:29 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4316:\"<h3>New Plugins</h3>\n<p><a href=\"http://sivel.net/2009/02/simply-show-ids/\">Simply Show IDs</a></p>\n<p>Simply shows the ID of Posts, Pages, Media and Links in the admin tables for easy access.</p>\n<p><a href=\"http://www.masteringlandingpages.com/gwo4wp\">Google Website Optimizer for WordPress</a></p>\n<p>This simple plugin lets you optimize your landing pages (as posts or pages) using the Google Website Optimizer without needing to edit the HTML code of the theme. <em>Page not in English.</em></p>\n<p><a href=\"http://www.sillybean.net/code/wordpress/mass-format-conversion-for-wordpress/\">Mass Format Conversion</a></p>\n<p>Applies all content filters to posts and comments and saves them back to the database. This is useful if you have been using Textile or Markdown (for example) and you want to switch to plain HTML.</p>\n<p><a href=\"http://www.samburdge.co.uk/wordpress/wp-background-tile-plugin\">WP Background Tile</a></p>\n<p>The WP Background Tile Plugin for WordPress applies a tiled background image to your blog. It is as simple as this:</p>\n<p><a href=\"http://www.4-14.org.uk/wordpress-plugins/tng-wordpress-plugin\">TNG WordPress Integration</a></p>\n<p>Integrates TNG (The Next Generation) genealogy software into WordPress.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/contextual-ppc-revenue-by-advtisecom/\">Contextual revenue plugin by Advtise</a></p>\n<p>Insert Advtise.com Partner revenue code in to your posts on the fly and start earning revenue.</p>\n<p><a href=\"http://rawlinson.us/blog/articles/picasaweb-wordpress-plugin/\">simply-picasaweb</a></p>\n<p>Allows you to display images from your public PicasaWeb albums on your blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/dayswitcher/\">DaySwitcher</a></p>\n<p>The DaySwitcher plugin let you choose a schedule for displaying a WordPress theme.</p>\n<p><a href=\"http://www.vjcatkick.com/?page_id=7015\">Random Tumblr</a></p>\n<p>Sidebar widget which displays one photo from your tumblr entries randomly.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/geotagger/\">Geotagger</a></p>\n<p>This is just a plugin to manage your post geotags and optionaly to display maps in your posts.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/feedburner-text-counter-v10/\">Feedburner Text Count</a></p>\n<p>Feedburner Text Counter is show your Feedburner Subscribers Count like text based.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/xmpp-sender/\">XMPP sender</a></p>\n<p>XMPP sender allows to send (and receive) notifications about new comments in blog.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a></p>\n<p>The plugin checks and displays the freshness of all your blogroll-bookmarks in various ways. You only need to save an extra feed-url for each bookmark to get this to work.</p>\n<p><a href=\"http://sw-guide.de/wordpress/maintenance-mode-plugin/\">Maintenance Mode</a></p>\n<p>This plugin adds a splash page to your blog that lets visitors know your blog is down for maintenance. Logged in administrators get full access to the blog including the front-end.</p>\n<p><a href=\"http://sw-guide.de/wordpress/link-indication-plugin/\">Link Indication</a></p>\n<p>Link Indication is a WordPress 2.7 compatible plugin that applies css class attributes to the links (anchor tags) in your posts, pages, and optionally in your comments.</p>\n<p><a href=\"http://omninoggin.com/projects/wordpress-plugins/wp-greet-box-wordpress-plugin/\">WP Greet Box</a></p>\n<p>Display a different greeting message to your visitor depending on which site they are coming from. Please re-activate after every upgrade to be safe.</p>\n<p><a href=\"http://www.italyisfalling.com/stray-random-quotes/\">Stray Random Quotes</a></p>\n<p>Display random quotes everywhere on your blog. Easy to custom and manage.</p>\n<p><a href=\"http://www.phoenixheart.net/2008/11/referrer-detector/\">Referrer Detector</a></p>\n<p>Helps your blog detect where the user comes from and automatically displays the corresponding greetings.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/script-compressor/\">Script Compressor</a></p>\n<p>This plugin compresses JavaScript files and CSS files.</p>\n<p><a href=\"http://pods.uproot.us/\">Pods</a></p>\n<p>Pods is a CMS (Content Management System) plugin for WordPress.</p>\";}i:30;a:7:{s:5:\"title\";s:45:\"Alex King: WordCamp Denver - Spots Filling Up\";s:4:\"guid\";s:68:\"http://alexking.org/blog/2009/02/03/wordcamp-denver-spots-filling-up\";s:4:\"link\";s:68:\"http://alexking.org/blog/2009/02/03/wordcamp-denver-spots-filling-up\";s:11:\"description\";s:2420:\"<p>I’m very pleased to see that <a href=\"http://denver.wordcamp.org\" rel=\"external\">WordCamp Denver</a> is filling up quickly. We had 200 spots to start and already over half of those are gone (<a href=\"http://wordcampdenver.eventbrite.com/\" rel=\"external\">list of attendees</a>) with nearly a month to go before the event (Feb 28th).</p>\n<p class=\"center\"><a href=\"http://denver.wordcamp.org/\"><img title=\"Attending WordCamp Denver\" src=\"http://denver.wordcamp.org/files/2008/10/attending-badge.png\" alt=\"I\'m Attending WordCamp Denver 2009\" width=\"125\" height=\"125\" /></a></p>\n<p>I recommend signing up ASAP if you’re interested in attending Denver’s first WordCamp. Once you sign up you’ll get official updates and notifications about the event and if you sign up in the next week, we’ll be able to guarantee your t-shirt size.<sup><a href=\"http://alexking.org/blog/feed?cat=16#fn1233699209317n\" id=\"fn1233699209317\" class=\"footnote\">1</a></sup></p>\n<p>We’re looking at the possibility of expanding the event to allow more than 200 people to attend and are hopeful we’ll be able to do so. In order to make arrangements for more people, we need to get a good idea of how many people will be coming so please sign up soon if you’re planning to attend; and we’ll increase capacity as best we can.</p>\n<p>Take a look at the WordCamp Denver web site for an updated (though still fluid) <a href=\"http://denver.wordcamp.org/schedule/\" rel=\"external\">schedule</a> and <a href=\"http://denver.wordcamp.org/speakers/\" rel=\"external\">speaker</a> list. For folks coming in from out of town, there are lodging recommendations at the bottom of <a href=\"http://denver.wordcamp.org/venue/\" rel=\"external\">this page</a>.</p>\n<p>We still have some sponsorship opportunities available as well, if you or your organization would like to help <a href=\"http://denver.wordcamp.org/contact/\" rel=\"external\">sponsor the event</a>.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1233699209317n\">We’ll have to guess on sizes for any last-minute attendees. [<a href=\"http://alexking.org/blog/feed?cat=16#fn1233699209317\">back</a>]</li>\n</ol>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordCamp+Denver+-+Spots+Filling+Up&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F02%2F03%2Fwordcamp-denver-spots-filling-up\">ShareThis</a></p>\";s:7:\"pubdate\";s:31:\"Tue, 03 Feb 2009 22:19:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2420:\"<p>I’m very pleased to see that <a href=\"http://denver.wordcamp.org\" rel=\"external\">WordCamp Denver</a> is filling up quickly. We had 200 spots to start and already over half of those are gone (<a href=\"http://wordcampdenver.eventbrite.com/\" rel=\"external\">list of attendees</a>) with nearly a month to go before the event (Feb 28th).</p>\n<p class=\"center\"><a href=\"http://denver.wordcamp.org/\"><img title=\"Attending WordCamp Denver\" src=\"http://denver.wordcamp.org/files/2008/10/attending-badge.png\" alt=\"I\'m Attending WordCamp Denver 2009\" width=\"125\" height=\"125\" /></a></p>\n<p>I recommend signing up ASAP if you’re interested in attending Denver’s first WordCamp. Once you sign up you’ll get official updates and notifications about the event and if you sign up in the next week, we’ll be able to guarantee your t-shirt size.<sup><a href=\"http://alexking.org/blog/feed?cat=16#fn1233699209317n\" id=\"fn1233699209317\" class=\"footnote\">1</a></sup></p>\n<p>We’re looking at the possibility of expanding the event to allow more than 200 people to attend and are hopeful we’ll be able to do so. In order to make arrangements for more people, we need to get a good idea of how many people will be coming so please sign up soon if you’re planning to attend; and we’ll increase capacity as best we can.</p>\n<p>Take a look at the WordCamp Denver web site for an updated (though still fluid) <a href=\"http://denver.wordcamp.org/schedule/\" rel=\"external\">schedule</a> and <a href=\"http://denver.wordcamp.org/speakers/\" rel=\"external\">speaker</a> list. For folks coming in from out of town, there are lodging recommendations at the bottom of <a href=\"http://denver.wordcamp.org/venue/\" rel=\"external\">this page</a>.</p>\n<p>We still have some sponsorship opportunities available as well, if you or your organization would like to help <a href=\"http://denver.wordcamp.org/contact/\" rel=\"external\">sponsor the event</a>.</p>\n<ol class=\"footnotes\">\n<li id=\"fn1233699209317n\">We’ll have to guess on sizes for any last-minute attendees. [<a href=\"http://alexking.org/blog/feed?cat=16#fn1233699209317\">back</a>]</li>\n</ol>\n<p><a href=\"http://sharethis.com/item?&wp=2.2.3&publisher=a1583af8-28eb-4210-97bd-2bb5c02bc265&title=WordCamp+Denver+-+Spots+Filling+Up&url=http%3A%2F%2Falexking.org%2Fblog%2F2009%2F02%2F03%2Fwordcamp-denver-spots-filling-up\">ShareThis</a></p>\";}i:31;a:7:{s:5:\"title\";s:34:\"Ryan Boren: WordPress 2.7.1 Beta 1\";s:4:\"guid\";s:23:\"http://boren.nu/?p=1658\";s:4:\"link\";s:57:\"http://boren.nu/archives/2009/02/03/wordpress-271-beta-1/\";s:11:\"description\";s:997:\"<p>2.7.1, the first 2.7 maintenance release, is almost ready. So far, <a href=\"http://boren.nu/archives/category/wordpress/feed/ http://trac.wordpress.org/query?status=closed&milestone=2.7.1&resolution=fixed&order=priority\">66 tickets</a> are fixed in 2.7.1. There are another <a href=\"http://boren.nu/archives/category/wordpress/feed/ http://trac.wordpress.org/query?status=new&status=assigned&status=reopened&milestone=2.7.1\">50 tickets</a> open against the 2.7.1 milestone, but most of those will be moved to 2.7.2 or 2.8. If there are tickets in that list you would really like to see fixed in 2.7.1, drop a comment.</p>\n<p>To automatically upgrade from 2.7 to 2.7.1 Beta 1, change the version in your wp-includes/version.php file from 2.7 to 2.7.1-beta and then visit Tools->Upgrade. Otherwise, <a href=\"http://boren.nu/archives/category/wordpress/feed/ http://wordpress.org/wordpress-2.7.1-beta1.zip\">download the beta package</a> and install manually.</p>\";s:7:\"pubdate\";s:31:\"Tue, 03 Feb 2009 18:24:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ryan\";}s:7:\"summary\";s:997:\"<p>2.7.1, the first 2.7 maintenance release, is almost ready. So far, <a href=\"http://boren.nu/archives/category/wordpress/feed/ http://trac.wordpress.org/query?status=closed&milestone=2.7.1&resolution=fixed&order=priority\">66 tickets</a> are fixed in 2.7.1. There are another <a href=\"http://boren.nu/archives/category/wordpress/feed/ http://trac.wordpress.org/query?status=new&status=assigned&status=reopened&milestone=2.7.1\">50 tickets</a> open against the 2.7.1 milestone, but most of those will be moved to 2.7.2 or 2.8. If there are tickets in that list you would really like to see fixed in 2.7.1, drop a comment.</p>\n<p>To automatically upgrade from 2.7 to 2.7.1 Beta 1, change the version in your wp-includes/version.php file from 2.7 to 2.7.1-beta and then visit Tools->Upgrade. Otherwise, <a href=\"http://boren.nu/archives/category/wordpress/feed/ http://wordpress.org/wordpress-2.7.1-beta1.zip\">download the beta package</a> and install manually.</p>\";}i:32;a:7:{s:5:\"title\";s:52:\"Dougal Campbell: WordPress 2.7.1-beta1 tagged in SVN\";s:4:\"guid\";s:33:\"http://dougal.gunters.org/?p=1426\";s:4:\"link\";s:68:\"http://dougal.gunters.org/blog/2009/02/03/wordpress-271-beta1-tagged\";s:11:\"description\";s:864:\"<p><img class=\"alignright size-thumbnail wp-image-1222\" title=\"WordPress\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2008/11/wplogo-notext-rgb-150x150.png\" alt=\"WordPress\" width=\"150\" height=\"150\" /></p>\n<p>There hasn’t been an official announcement yet, but I noticed that SVN was tagged with <a href=\"http://trac.wordpress.org/changeset/10471\">WordPress 2.7.1-beta1</a> the other day. Though there have been many patches in the 2.7 branch since the last release, most of what I’ve seen appears to be pretty minor bugfixes (though <a href=\"http://trac.wordpress.org/changeset/10391\">one patch</a> jumps out at me). You can peruse <a href=\"http://trac.wordpress.org/log/branches/2.7?stop_rev=10187\">the list of changes since 2.7</a> yourself.</p>\n<p>I’m sure it won’t be too long before we hear something more official.</p>\";s:7:\"pubdate\";s:31:\"Tue, 03 Feb 2009 16:07:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:6:\"Dougal\";}s:7:\"summary\";s:864:\"<p><img class=\"alignright size-thumbnail wp-image-1222\" title=\"WordPress\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2008/11/wplogo-notext-rgb-150x150.png\" alt=\"WordPress\" width=\"150\" height=\"150\" /></p>\n<p>There hasn’t been an official announcement yet, but I noticed that SVN was tagged with <a href=\"http://trac.wordpress.org/changeset/10471\">WordPress 2.7.1-beta1</a> the other day. Though there have been many patches in the 2.7 branch since the last release, most of what I’ve seen appears to be pretty minor bugfixes (though <a href=\"http://trac.wordpress.org/changeset/10391\">one patch</a> jumps out at me). You can peruse <a href=\"http://trac.wordpress.org/log/branches/2.7?stop_rev=10187\">the list of changes since 2.7</a> yourself.</p>\n<p>I’m sure it won’t be too long before we hear something more official.</p>\";}i:33;a:7:{s:5:\"title\";s:49:\"Weblog Tools Collection: Twitter Tips to Techmeme\";s:4:\"guid\";s:78:\"http://weblogtoolscollection.com/archives/2009/02/03/twitter-tips-to-techmeme/\";s:4:\"link\";s:78:\"http://weblogtoolscollection.com/archives/2009/02/03/twitter-tips-to-techmeme/\";s:11:\"description\";s:877:\"<p><a href=\"http://news.techmeme.com/090128/twitter-tips\">New way to get on Techmeme: send tips to Techmeme via Twitter</a>: Techmeme is now accepting tips via Twitter. They are using Twitter’s search API to look for incoming tips. Techmeme is my first read every morning and now that the site is partially human edited, there is the desire and the ability for readers to suggest news. Of particular interest is the <a href=\"http://blog.thesnowballfactory.com/2009/02/02/suggest-to-techmeme-button/\">Techmeme suggest button</a> to add to your site or blog. Anyone know of a WordPress plugin that does this automagically yet? Read more of the <a href=\"http://www.techmeme.com/090128/p85#a090128p85\">discussion at Techmeme</a> and story thanks to <a href=\"http://www.blogherald.com/2009/02/02/techmeme-accepts-tips-via-twitter-suggest-button-released/\">Blog Herald</a>.</p>\";s:7:\"pubdate\";s:31:\"Tue, 03 Feb 2009 14:53:22 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:877:\"<p><a href=\"http://news.techmeme.com/090128/twitter-tips\">New way to get on Techmeme: send tips to Techmeme via Twitter</a>: Techmeme is now accepting tips via Twitter. They are using Twitter’s search API to look for incoming tips. Techmeme is my first read every morning and now that the site is partially human edited, there is the desire and the ability for readers to suggest news. Of particular interest is the <a href=\"http://blog.thesnowballfactory.com/2009/02/02/suggest-to-techmeme-button/\">Techmeme suggest button</a> to add to your site or blog. Anyone know of a WordPress plugin that does this automagically yet? Read more of the <a href=\"http://www.techmeme.com/090128/p85#a090128p85\">discussion at Techmeme</a> and story thanks to <a href=\"http://www.blogherald.com/2009/02/02/techmeme-accepts-tips-via-twitter-suggest-button-released/\">Blog Herald</a>.</p>\";}i:34;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 02/02\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5112\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/02/02/wordpress-theme-releases-for-0202/\";s:11:\"description\";s:2562:\"<p><a href=\"http://www.raven.za.net/wp-themes/entropy-wordpress-theme\">Entropy</a></p>\n<p><img title=\"Entropy\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/entropy.png\" border=\"0\" alt=\"Entropy\" width=\"114\" height=\"114\" /></p>\n<p>Two column, Grunge based red and grey theme with a different front page and posts pages.</p>\n<p><a href=\"http://wpdots.net/quantum-free-wordpress-theme-release/\">Quantum</a></p>\n<p><img title=\"quantum\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/quantum.png\" border=\"0\" alt=\"quantum\" width=\"200\" height=\"46\" /></p>\n<p>Two column, fixed width, widget ready, gravatar ready theme with threaded comments support and with 125×125 ads inbuilt.</p>\n<p><a href=\"http://www.ziosteve.com/wptheme-brown/\">Brown</a></p>\n<p><img title=\"Brown\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/brown.png\" border=\"0\" alt=\"Brown\" width=\"152\" height=\"114\" /></p>\n<p>Two column, widget ready, SEO titled theme</p>\n<p><a href=\"http://3oneseven.com/22/clear-cut-wordpress-thme/\">clearcut</a></p>\n<p><img title=\"clearcut\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/clearcut.png\" border=\"0\" alt=\"clearcut\" width=\"62\" height=\"114\" /></p>\n<p>The clearcut WP theme includes a typography based grid layout, four recent posts (with pagination enabled ) and an options panel for footer area, page menu as well as cat menu shows subpages (two rows), the image script checks your posts auto for images attached and displays them auto.</p>\n<p><a href=\"http://www.e-maniacs.com/blog/2009/02/02/fresh-fruits-free-wordpress-theme/\">Fresh Fruits</a></p>\n<p><a href=\"http://preview.myblogtalk.com/?wptheme=Fresh%20Fruits\"><img title=\"FreshFruits\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/freshfruits.jpg\" border=\"0\" alt=\"FreshFruits\" width=\"150\" height=\"114\" /></a></p>\n<p>3 Columns, Health niche related, Adsense ready, Widget ready theme</p>\n<p>And finally, Smashing Magazine has released two new themes.</p>\n<p><img title=\"vintage\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/vintage.jpg\" border=\"0\" alt=\"vintage\" width=\"152\" height=\"114\" /> <img title=\"blues\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/blues.jpg\" border=\"0\" alt=\"blues\" width=\"152\" height=\"114\" /></p>\n<p>Read about <a href=\"http://www.smashingmagazine.com/2009/01/28/vintage-and-blues-wordpress-themes/\">Vintage and Blue Themes for WordPress</a>.</p>\n<p>Are you a theme author looking to have your theme in our release posts? Check out how you can <a href=\"http://weblogtoolscollection.com/submit-news/\">submit them to us</a>.</p>\";s:7:\"pubdate\";s:31:\"Mon, 02 Feb 2009 20:51:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2562:\"<p><a href=\"http://www.raven.za.net/wp-themes/entropy-wordpress-theme\">Entropy</a></p>\n<p><img title=\"Entropy\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/entropy.png\" border=\"0\" alt=\"Entropy\" width=\"114\" height=\"114\" /></p>\n<p>Two column, Grunge based red and grey theme with a different front page and posts pages.</p>\n<p><a href=\"http://wpdots.net/quantum-free-wordpress-theme-release/\">Quantum</a></p>\n<p><img title=\"quantum\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/quantum.png\" border=\"0\" alt=\"quantum\" width=\"200\" height=\"46\" /></p>\n<p>Two column, fixed width, widget ready, gravatar ready theme with threaded comments support and with 125×125 ads inbuilt.</p>\n<p><a href=\"http://www.ziosteve.com/wptheme-brown/\">Brown</a></p>\n<p><img title=\"Brown\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/brown.png\" border=\"0\" alt=\"Brown\" width=\"152\" height=\"114\" /></p>\n<p>Two column, widget ready, SEO titled theme</p>\n<p><a href=\"http://3oneseven.com/22/clear-cut-wordpress-thme/\">clearcut</a></p>\n<p><img title=\"clearcut\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/clearcut.png\" border=\"0\" alt=\"clearcut\" width=\"62\" height=\"114\" /></p>\n<p>The clearcut WP theme includes a typography based grid layout, four recent posts (with pagination enabled ) and an options panel for footer area, page menu as well as cat menu shows subpages (two rows), the image script checks your posts auto for images attached and displays them auto.</p>\n<p><a href=\"http://www.e-maniacs.com/blog/2009/02/02/fresh-fruits-free-wordpress-theme/\">Fresh Fruits</a></p>\n<p><a href=\"http://preview.myblogtalk.com/?wptheme=Fresh%20Fruits\"><img title=\"FreshFruits\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/freshfruits.jpg\" border=\"0\" alt=\"FreshFruits\" width=\"150\" height=\"114\" /></a></p>\n<p>3 Columns, Health niche related, Adsense ready, Widget ready theme</p>\n<p>And finally, Smashing Magazine has released two new themes.</p>\n<p><img title=\"vintage\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/vintage.jpg\" border=\"0\" alt=\"vintage\" width=\"152\" height=\"114\" /> <img title=\"blues\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/blues.jpg\" border=\"0\" alt=\"blues\" width=\"152\" height=\"114\" /></p>\n<p>Read about <a href=\"http://www.smashingmagazine.com/2009/01/28/vintage-and-blues-wordpress-themes/\">Vintage and Blue Themes for WordPress</a>.</p>\n<p>Are you a theme author looking to have your theme in our release posts? Check out how you can <a href=\"http://weblogtoolscollection.com/submit-news/\">submit them to us</a>.</p>\";}i:35;a:7:{s:5:\"title\";s:49:\"Weblog Tools Collection: Plugin Review: Autoclose\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5097\";s:4:\"link\";s:77:\"http://weblogtoolscollection.com/archives/2009/02/01/plugin-review-autoclose/\";s:11:\"description\";s:2722:\"<p>The man, the myth, the legend, Ajay D’Souza not only brings you news of the latest WordPress plugins and themes to hit the community but he also has a few plugins under his belt. Today, I’ll be reviewing one of those plugins called <a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\" target=\"_blank\">Autoclose</a></p>\n<p>Autoclose enables a granular approach to managing pingbacks/comments/trackbacks on both posts and pages. Some of the highlights that the plugin features:</p>\n<ul>\n<li>Close Comments on posts/pages older than (number of days).</li>\n<li>Close Pingbacks/Trackbacks on posts?</li>\n<li>Close Pingbacks/Trackbacks on pages?</li>\n<li>Close Pingbacks/Trackbacks on posts/pages older than (number of days).</li>\n<li>The ability to configure when the plugin runs its configuration to detect if a comment/trackback/pingback need to be closed off.</li>\n<li>Last but not least, Autoclose also provides a checkbox to delete post revisions.</li>\n</ul>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/02/autocloseinaction.png\"><img class=\"aligncenter size-medium wp-image-5098\" title=\"autocloseinaction\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/autocloseinaction-300x136.png\" alt=\"\" width=\"300\" height=\"136\" /></a></p>\n<p>So why would you want to use a plugin like this? For starters, based on my experience with blogging, the conversation on any particular blog post usually only lasts <strong>24-72</strong> hours after it has been published. Rarely do I see an onslaught of comments after a period of seven days have gone by. I know that here on WeblogToolsCollection.com, we receive comments on articles that were published around 2005! But in a normal scenario, you could probably get by with auto closing comments <strong>30 days</strong> after the post was published.</p>\n<p>A side benefit to auto closing the comment form on old blog posts is that it helps to combat spam. If you have ever configured the Akismet plugin, you may have noticed an additional option that enables the plugin to automatically disregard comments registered as spam on blog posts that are older than a month. This nifty feature has really limited the time I need to spend in my moderation queue as most of the spam comments I receive are for posts that are deep within my archive. Ajay’s <a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\" target=\"_blank\">Autoclose plugin</a> conveniently takes this ability to close commenting on posts/pages to the next level.</p>\n<p>And just in case you were wondering, the plugin works just fine on WordPress 2.7. If you’re already using the Autoclose plugin, leave us a comment and tell us how you’ve used it on your blog!</p>\";s:7:\"pubdate\";s:31:\"Sun, 01 Feb 2009 12:48:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:2722:\"<p>The man, the myth, the legend, Ajay D’Souza not only brings you news of the latest WordPress plugins and themes to hit the community but he also has a few plugins under his belt. Today, I’ll be reviewing one of those plugins called <a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\" target=\"_blank\">Autoclose</a></p>\n<p>Autoclose enables a granular approach to managing pingbacks/comments/trackbacks on both posts and pages. Some of the highlights that the plugin features:</p>\n<ul>\n<li>Close Comments on posts/pages older than (number of days).</li>\n<li>Close Pingbacks/Trackbacks on posts?</li>\n<li>Close Pingbacks/Trackbacks on pages?</li>\n<li>Close Pingbacks/Trackbacks on posts/pages older than (number of days).</li>\n<li>The ability to configure when the plugin runs its configuration to detect if a comment/trackback/pingback need to be closed off.</li>\n<li>Last but not least, Autoclose also provides a checkbox to delete post revisions.</li>\n</ul>\n<p><a href=\"http://weblogtoolscollection.com/b2-img/2009/02/autocloseinaction.png\"><img class=\"aligncenter size-medium wp-image-5098\" title=\"autocloseinaction\" src=\"http://weblogtoolscollection.com/b2-img/2009/02/autocloseinaction-300x136.png\" alt=\"\" width=\"300\" height=\"136\" /></a></p>\n<p>So why would you want to use a plugin like this? For starters, based on my experience with blogging, the conversation on any particular blog post usually only lasts <strong>24-72</strong> hours after it has been published. Rarely do I see an onslaught of comments after a period of seven days have gone by. I know that here on WeblogToolsCollection.com, we receive comments on articles that were published around 2005! But in a normal scenario, you could probably get by with auto closing comments <strong>30 days</strong> after the post was published.</p>\n<p>A side benefit to auto closing the comment form on old blog posts is that it helps to combat spam. If you have ever configured the Akismet plugin, you may have noticed an additional option that enables the plugin to automatically disregard comments registered as spam on blog posts that are older than a month. This nifty feature has really limited the time I need to spend in my moderation queue as most of the spam comments I receive are for posts that are deep within my archive. Ajay’s <a href=\"http://ajaydsouza.com/wordpress/plugins/autoclose/\" target=\"_blank\">Autoclose plugin</a> conveniently takes this ability to close commenting on posts/pages to the next level.</p>\n<p>And just in case you were wondering, the plugin works just fine on WordPress 2.7. If you’re already using the Autoclose plugin, leave us a comment and tell us how you’ve used it on your blog!</p>\";}i:36;a:7:{s:5:\"title\";s:29:\"Matt: Google Account Takeover\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11072\";s:4:\"link\";s:45:\"http://ma.tt/2009/01/google-account-takeover/\";s:11:\"description\";s:467:\"<p>If Google is going to be at the center of our digital and online lives, they need to get a lot better about their support organization and how they handle account issues. <a href=\"http://weblogtoolscollection.com/archives/2009/01/31/et-tu-google-then-fail-net-safety/\">Check out this story by Mark Ghosh for an example of what happens when things go wrong</a>. What if you woke up tomorrow and your Gmail, Orkut, Docs, Reader, Google Checkout account was gone?</p>\";s:7:\"pubdate\";s:31:\"Sun, 01 Feb 2009 00:47:15 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:467:\"<p>If Google is going to be at the center of our digital and online lives, they need to get a lot better about their support organization and how they handle account issues. <a href=\"http://weblogtoolscollection.com/archives/2009/01/31/et-tu-google-then-fail-net-safety/\">Check out this story by Mark Ghosh for an example of what happens when things go wrong</a>. What if you woke up tomorrow and your Gmail, Orkut, Docs, Reader, Google Checkout account was gone?</p>\";}i:37;a:7:{s:5:\"title\";s:61:\"Weblog Tools Collection: Farewell Keith And Get Well Soon Kym\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5093\";s:4:\"link\";s:90:\"http://weblogtoolscollection.com/archives/2009/01/31/fairwell-keith-and-get-well-soon-kym/\";s:11:\"description\";s:4988:\"<p><img src=\"http://weblogtoolscollection.com/b2-img/2008/10/newwwpweeklylogo.png\" align=\"right\" /> Episode 40 of WordPress Weekly discussed a wide range of topics from the release of WordPress MU 2.7 to the All In One SEO Plugin reaching one million downloads. Also sad to say that this was <a href=\"http://kdmurray.net/\">Keith Murray’s</a> last episode as co-host. I wish him the best of luck in his future endeavors.</p>\n<h2>Special Announcement:</h2>\n<p> Kym Huynh co-host of the WordPress centric podcast, <a href=\"http://wordcastpodcast.com/\" target=\"_blank\">WordCast</a> was in a terrible car accident. Kym was in the middle of a three week vacation celebrating his recent graduation from law school when he ended up in a bad car accident. Unfortunately, Kym suffered quite a few broken bones and now has a metal arm. Dave Moyer of <a href=\"http://davemoyer.org/\" target=\"_blank\">DaveMoyer.org</a>, producer of show published an email he received from Kym earlier today that can be read on the DaveMoyer.org website. I personally wish Kym a fast and speedy recovery. Please visit DaveMoyer.org to find out how to send your get well wishes to Kym.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://ocaoimh.ie/2009/01/28/wordpress-mu-27/\" target=\"_blank\">WordPress MU 2.7 Released</a><br />\n<a href=\"http://buddypress.org/blog/2009/01/1-0-beta-2/\" target=\"_blank\">BuddyPress 1.0 Beta 2 Released</a><br />\n<a href=\"http://www.wptavern.com/all-in-one-seo-hits-one-million\" target=\"_blank\">All In One SEO Plugin Hits One Million Downloads</a><br />\n<a href=\"http://en.blog.wordpress.com/2009/01/17/tune-in-to-wordpresstv/\" target=\"_blank\">WordPress.TV Launches</a><br />\n<a href=\"http://wordpress.org/development/2009/01/thank-a-plugin-developer-day/\" target=\"_blank\">Thank A Plugin Developer Day</a><br />\n<a href=\"http://www.wptavern.com/forum/plugins-hacks/84-cforms-ii-removed-repository.html\" target=\"_blank\">CForms 2 Removed From The Plugin Repository</a><br />\n<a href=\"http://alexking.org/blog/2009/01/17/wordcamp-denver\" target=\"_blank\">WordCamp Denver, Feb 28th</a><br />\n<a href=\"http://lorelle.wordpress.com/2009/01/20/wordpress-handbook-project/\" target=\"_blank\">WordPress Documentation Project</a><br />\n<a href=\"http://www.wptavern.com/wordpress-needs-to-revise-post-revisions\" target=\"_blank\">Does The Post Revisions Feature Need To Be Revised?</a></p>\n<h2>WordPress Tavern Listener Poll:</h2>\n<p> Each week from now on, I’ll be featuring a new listener poll question on <a href=\"http://www.wptavern.com\">WPTavern.com</a> The poll is located in the sidebar on the right hand side of the site.</p>\n<p><strong>This weeks poll question was:</strong> Has the visual post editor ever made you angry?</p>\n<p>Out of a total of 22 votes, 20 of you said yes while only 2 of you voted no.</p>\n<p><strong>Next Weeks Poll Question Is:</strong> Do you think configuration options need to be added to WordPress to configure Post Revisions? </p>\n<p><strong>Plugin Picks Of The Week:</strong><br />\n<strong>Jeff</strong> - <a href=\"http://wordpress.org/extend/plugins/revision-control/\" target=\"_blank\">Revision Control</a> - Revision control gives users control over post/page revisions. With it, you can choose a blog-global setting which is found in <strong>SETTINGS - REVISIONS</strong> in the WordPress administration panel for pages/posts to enable/disable or limit the number of revisions which are saved per post/page. This setting can even be controlled on an individual level since the revision control shows up as a meta box in the WordPress Write Panel.</p>\n<p><strong>Keith</strong> - <a href=\"http://danzarrella.com/beyond-tweetbacks-introducing-tweetsuite.html \" target=\"_blank\">TweetSuite</a> - TweetSuite is one of the most complete plugins available for Twitter-minded individuals. The tool allows for all the usual twitter features that we’ve come to expect (tweet my post, widget my tweets) but goes further: widget for favorite tweets, and most importantly TWEETBACKS. Becoming as important as trackbacks from other blogs are tweetbacks. When someone tweets your post with one of the major URL shortening services (tinyurl, is.gd etc) TweetSuite will find that tweet and add a tweetback to your post. Super cool. If you’re into twitter and have a blog, TweetSuite is a must-have.</p>\n<p><strong>Announcements:</strong> The next episode of WordPress Weekly will have a new co-host. Who will it be? Tune in to find out.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday February 6th, 2009 8P.M. EST</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"itpc://recordings.talkshoe.com/rss34224.xml\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Length Of Episode:</strong> 56 Minutes</p>\n<p><strong>Download The Show:</strong> <a href=\"http://recordings.talkshoe.com/TC-34224/TS-186398.mp3\" target=\"_blank\">WordPressWeeklyEpisode40.mp3</a></p>\n<p><strong>Listen To Episode #40:</strong><br />\n</p>\";s:7:\"pubdate\";s:31:\"Sat, 31 Jan 2009 21:30:51 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:13:\"Jeff Chandler\";}s:7:\"summary\";s:4988:\"<p><img src=\"http://weblogtoolscollection.com/b2-img/2008/10/newwwpweeklylogo.png\" align=\"right\" /> Episode 40 of WordPress Weekly discussed a wide range of topics from the release of WordPress MU 2.7 to the All In One SEO Plugin reaching one million downloads. Also sad to say that this was <a href=\"http://kdmurray.net/\">Keith Murray’s</a> last episode as co-host. I wish him the best of luck in his future endeavors.</p>\n<h2>Special Announcement:</h2>\n<p> Kym Huynh co-host of the WordPress centric podcast, <a href=\"http://wordcastpodcast.com/\" target=\"_blank\">WordCast</a> was in a terrible car accident. Kym was in the middle of a three week vacation celebrating his recent graduation from law school when he ended up in a bad car accident. Unfortunately, Kym suffered quite a few broken bones and now has a metal arm. Dave Moyer of <a href=\"http://davemoyer.org/\" target=\"_blank\">DaveMoyer.org</a>, producer of show published an email he received from Kym earlier today that can be read on the DaveMoyer.org website. I personally wish Kym a fast and speedy recovery. Please visit DaveMoyer.org to find out how to send your get well wishes to Kym.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://ocaoimh.ie/2009/01/28/wordpress-mu-27/\" target=\"_blank\">WordPress MU 2.7 Released</a><br />\n<a href=\"http://buddypress.org/blog/2009/01/1-0-beta-2/\" target=\"_blank\">BuddyPress 1.0 Beta 2 Released</a><br />\n<a href=\"http://www.wptavern.com/all-in-one-seo-hits-one-million\" target=\"_blank\">All In One SEO Plugin Hits One Million Downloads</a><br />\n<a href=\"http://en.blog.wordpress.com/2009/01/17/tune-in-to-wordpresstv/\" target=\"_blank\">WordPress.TV Launches</a><br />\n<a href=\"http://wordpress.org/development/2009/01/thank-a-plugin-developer-day/\" target=\"_blank\">Thank A Plugin Developer Day</a><br />\n<a href=\"http://www.wptavern.com/forum/plugins-hacks/84-cforms-ii-removed-repository.html\" target=\"_blank\">CForms 2 Removed From The Plugin Repository</a><br />\n<a href=\"http://alexking.org/blog/2009/01/17/wordcamp-denver\" target=\"_blank\">WordCamp Denver, Feb 28th</a><br />\n<a href=\"http://lorelle.wordpress.com/2009/01/20/wordpress-handbook-project/\" target=\"_blank\">WordPress Documentation Project</a><br />\n<a href=\"http://www.wptavern.com/wordpress-needs-to-revise-post-revisions\" target=\"_blank\">Does The Post Revisions Feature Need To Be Revised?</a></p>\n<h2>WordPress Tavern Listener Poll:</h2>\n<p> Each week from now on, I’ll be featuring a new listener poll question on <a href=\"http://www.wptavern.com\">WPTavern.com</a> The poll is located in the sidebar on the right hand side of the site.</p>\n<p><strong>This weeks poll question was:</strong> Has the visual post editor ever made you angry?</p>\n<p>Out of a total of 22 votes, 20 of you said yes while only 2 of you voted no.</p>\n<p><strong>Next Weeks Poll Question Is:</strong> Do you think configuration options need to be added to WordPress to configure Post Revisions? </p>\n<p><strong>Plugin Picks Of The Week:</strong><br />\n<strong>Jeff</strong> - <a href=\"http://wordpress.org/extend/plugins/revision-control/\" target=\"_blank\">Revision Control</a> - Revision control gives users control over post/page revisions. With it, you can choose a blog-global setting which is found in <strong>SETTINGS - REVISIONS</strong> in the WordPress administration panel for pages/posts to enable/disable or limit the number of revisions which are saved per post/page. This setting can even be controlled on an individual level since the revision control shows up as a meta box in the WordPress Write Panel.</p>\n<p><strong>Keith</strong> - <a href=\"http://danzarrella.com/beyond-tweetbacks-introducing-tweetsuite.html \" target=\"_blank\">TweetSuite</a> - TweetSuite is one of the most complete plugins available for Twitter-minded individuals. The tool allows for all the usual twitter features that we’ve come to expect (tweet my post, widget my tweets) but goes further: widget for favorite tweets, and most importantly TWEETBACKS. Becoming as important as trackbacks from other blogs are tweetbacks. When someone tweets your post with one of the major URL shortening services (tinyurl, is.gd etc) TweetSuite will find that tweet and add a tweetback to your post. Super cool. If you’re into twitter and have a blog, TweetSuite is a must-have.</p>\n<p><strong>Announcements:</strong> The next episode of WordPress Weekly will have a new co-host. Who will it be? Tune in to find out.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday February 6th, 2009 8P.M. EST</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"itpc://recordings.talkshoe.com/rss34224.xml\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Length Of Episode:</strong> 56 Minutes</p>\n<p><strong>Download The Show:</strong> <a href=\"http://recordings.talkshoe.com/TC-34224/TS-186398.mp3\" target=\"_blank\">WordPressWeeklyEpisode40.mp3</a></p>\n<p><strong>Listen To Episode #40:</strong><br />\n</p>\";}i:38;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 01/31\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5091\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/01/31/wordpress-plugin-releases-for-0131/\";s:11:\"description\";s:4595:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a></p>\n<p>The plugin displays for all your bookmarks with a separately saved feed-url, when the most recent update has occured at the bookmarked site.</p>\n<p><a href=\"http://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>This is a store locator / location finder plugin that provides mapping tools for web designers & developers who create sites in WordPress & web site owners who need to show store locations or any set of locations on their website(s). Uses Google Maps.</p>\n<p><a href=\"http://www.improvingtheweb.com/display-comments-you-made-elsewhere-on-your-blog/\">My Comments Elsewhere</a></p>\n<p>This plugin collects the comments you posted on other people’s websites and lets you display them on your own blog. The process is entirely automated and works across all websites.</p>\n<p><a href=\"http://lud.icro.us/wordpress-plugin-embed-instapaper/\">Instapaper ‘Read Later’ Links</a></p>\n<p>This plugin allows you to embed <a href=\"http://www.instapaper.com/\">Instapaper</a> ‘Read Later’ links adjacent to each post on your blog. Either use the template tag to display the links wherever you wish or let the plugin automatically display the links for you.</p>\n<p><a href=\"http://scribu.net/projects/full-comments-on-dashboard.html\">Full Comments On Dashboard</a></p>\n<p>A simple plugin that displays full comments on the Recent Comments dashboard box.</p>\n<p><a href=\"http://mrlive.org/2009/01/plugin-dau-tay-upcoming-posts/\">Upcoming Posts</a></p>\n<p>A nice plugin which creates a widget which shows your scheduled posts or drafts with excerpt and more infos.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-hyves/\">WP-Hyves</a></p>\n<p>Import friends from Hyves, a social networking website.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-validator/\">WP-Validate</a></p>\n<p>WP-Validate collects all the pages on your site and runs them through the W3C’s HTML Validator.</p>\n<p><a href=\"http://fullthrottledevelopment.com/no-sub-category-posts-in-loop\">No Sub-Category Posts in Loops</a></p>\n<p>Once activated, only posts from the current category are displayed in your loop (no posts from sub cats).</p>\n<p><a href=\"http://blog.roman-allenstein.de/wordpress/\">WP-TwitterIt!</a></p>\n<p>A user can twitter your blog post over the web.</p>\n<p><a href=\"http://www.grimmdude.com/wordpress-simple-popup-plugin/\">Simple Popup Plugin</a></p>\n<p>This plugin makes it easy to create a simple, modifiable popup window.</p>\n<p><a href=\"http://www.artiss.co.uk/simple-paypal-donate\">Simple PayPal Donate</a></p>\n<p>Simple PayPal Donate is a WordPress plugin that provides a basic ability to display PayPal donation buttons on your blog.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/\">Contextual Related Posts</a></p>\n<p>Display a list of contextually related posts for the current post. You can select the number of posts to display and if you want to automatically display the related posts in your content / feed.</p>\n<p><a href=\"http://www.italyisfalling.com/stray-random-quotes/\">Stray Random Quotes</a></p>\n<p>Stray Random Quotes helps you collects and display random quotes everywhere on your blog. The plugin is widget compatible, and the appearance of the quotes can be highly customized. It comes with a easy to use, advanced management tool and a option page.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/resize-at-upload-plus/\">Resize at Upload Plus</a></p>\n<p>Automatically resize (i.e. scale down) images after uploading.</p>\n<p><a href=\"http://www.proloy.me/projects/wordpress-plugins/zd-youtube-flv-player/\">ZD YouTube FLV Player</a></p>\n<p>Display FLV and YouTube Video in you blog in a Custom Player. Usage: [zdvideo]url[/zdvideo].</p>\n<p><a href=\"http://www.getdodo.com/\">Dodo</a></p>\n<p>Dodo is a Wordpress plugin that personalizes your blog homepage to any of your registered users.</p>\n<p><a href=\"http://tddewey.com/tdd-recent-posts-wordpress-plugin\">TDD Recent Posts</a></p>\n<p>Simple widget that displays the recent posts with a short content preview.</p>\n<p><a href=\"http://aichholzer.name/item/ip-access-map-maker/\">Visitor map generator</a></p>\n<p>Grabs your visitor IP addresses and generates a map for those visits. You can define most parameters from it’s options page.</p>\n<p><a href=\"http://scribu.net/projects/smart-archives-reloaded\">Smart Archives Reloaded</a></p>\n<p>An elegant and easy way to present your archives.</p>\";s:7:\"pubdate\";s:31:\"Sat, 31 Jan 2009 19:30:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4595:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed Reading Blogroll</a></p>\n<p>The plugin displays for all your bookmarks with a separately saved feed-url, when the most recent update has occured at the bookmarked site.</p>\n<p><a href=\"http://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>This is a store locator / location finder plugin that provides mapping tools for web designers & developers who create sites in WordPress & web site owners who need to show store locations or any set of locations on their website(s). Uses Google Maps.</p>\n<p><a href=\"http://www.improvingtheweb.com/display-comments-you-made-elsewhere-on-your-blog/\">My Comments Elsewhere</a></p>\n<p>This plugin collects the comments you posted on other people’s websites and lets you display them on your own blog. The process is entirely automated and works across all websites.</p>\n<p><a href=\"http://lud.icro.us/wordpress-plugin-embed-instapaper/\">Instapaper ‘Read Later’ Links</a></p>\n<p>This plugin allows you to embed <a href=\"http://www.instapaper.com/\">Instapaper</a> ‘Read Later’ links adjacent to each post on your blog. Either use the template tag to display the links wherever you wish or let the plugin automatically display the links for you.</p>\n<p><a href=\"http://scribu.net/projects/full-comments-on-dashboard.html\">Full Comments On Dashboard</a></p>\n<p>A simple plugin that displays full comments on the Recent Comments dashboard box.</p>\n<p><a href=\"http://mrlive.org/2009/01/plugin-dau-tay-upcoming-posts/\">Upcoming Posts</a></p>\n<p>A nice plugin which creates a widget which shows your scheduled posts or drafts with excerpt and more infos.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-hyves/\">WP-Hyves</a></p>\n<p>Import friends from Hyves, a social networking website.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-validator/\">WP-Validate</a></p>\n<p>WP-Validate collects all the pages on your site and runs them through the W3C’s HTML Validator.</p>\n<p><a href=\"http://fullthrottledevelopment.com/no-sub-category-posts-in-loop\">No Sub-Category Posts in Loops</a></p>\n<p>Once activated, only posts from the current category are displayed in your loop (no posts from sub cats).</p>\n<p><a href=\"http://blog.roman-allenstein.de/wordpress/\">WP-TwitterIt!</a></p>\n<p>A user can twitter your blog post over the web.</p>\n<p><a href=\"http://www.grimmdude.com/wordpress-simple-popup-plugin/\">Simple Popup Plugin</a></p>\n<p>This plugin makes it easy to create a simple, modifiable popup window.</p>\n<p><a href=\"http://www.artiss.co.uk/simple-paypal-donate\">Simple PayPal Donate</a></p>\n<p>Simple PayPal Donate is a WordPress plugin that provides a basic ability to display PayPal donation buttons on your blog.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/contextual-related-posts/\">Contextual Related Posts</a></p>\n<p>Display a list of contextually related posts for the current post. You can select the number of posts to display and if you want to automatically display the related posts in your content / feed.</p>\n<p><a href=\"http://www.italyisfalling.com/stray-random-quotes/\">Stray Random Quotes</a></p>\n<p>Stray Random Quotes helps you collects and display random quotes everywhere on your blog. The plugin is widget compatible, and the appearance of the quotes can be highly customized. It comes with a easy to use, advanced management tool and a option page.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/resize-at-upload-plus/\">Resize at Upload Plus</a></p>\n<p>Automatically resize (i.e. scale down) images after uploading.</p>\n<p><a href=\"http://www.proloy.me/projects/wordpress-plugins/zd-youtube-flv-player/\">ZD YouTube FLV Player</a></p>\n<p>Display FLV and YouTube Video in you blog in a Custom Player. Usage: [zdvideo]url[/zdvideo].</p>\n<p><a href=\"http://www.getdodo.com/\">Dodo</a></p>\n<p>Dodo is a Wordpress plugin that personalizes your blog homepage to any of your registered users.</p>\n<p><a href=\"http://tddewey.com/tdd-recent-posts-wordpress-plugin\">TDD Recent Posts</a></p>\n<p>Simple widget that displays the recent posts with a short content preview.</p>\n<p><a href=\"http://aichholzer.name/item/ip-access-map-maker/\">Visitor map generator</a></p>\n<p>Grabs your visitor IP addresses and generates a map for those visits. You can define most parameters from it’s options page.</p>\n<p><a href=\"http://scribu.net/projects/smart-archives-reloaded\">Smart Archives Reloaded</a></p>\n<p>An elegant and easy way to present your archives.</p>\";}i:39;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: Et Tu Google? Then Fail, Net Safety\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5087\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/01/31/et-tu-google-then-fail-net-safety/\";s:11:\"description\";s:6943:\"<p>I trust Google. I use GMail as my primary email address and store stuff in my mailbox that is of crucial importance to my existence as a citizen of this modern world. Over the past couple of months, Google’s Orkut has dealt a deadly blow to that trust that is making me rethink my allegiance towards anything Google.</p>\n<p>I am the owner of a midly popular community on Orkut with about 25k users. Since I was given the privilege of being a beta tester on Orkut, I had created a community called Calcutta many years ago and that community has since, taken on a life of its own. It is run by moderators who report to me and I log in every so often to perform maintenance and help the moderators out. My existence is not only a mystery to the members of the community, it is also the source of much speculation and conspiracy theories, which was fine and dandy.</p>\n<p>The Orkut application itself is <a href=\"http://en.wikipedia.org/wiki/Orkut#Security_and_safety\">full of holes</a> and though Google seems to respond to major public reports of vulnerabilities, they keep coming back. Support for Orkut from Google is almost non-existent with what appears to be <a href=\"http://groups.google.com/group/orkut-help?pli=1\">zero accountability</a>. If one plows through the Google help sections to try and solicit help, they are either faced with a page not found or convoluted help screens that barely ever actually lead to a form to request support. Pleas for help and more often answered by the “Orkut hackers” than by actual Google employees. The Orkut application is so dangerous that people do not click on any links that are not Orkut generated and even then accounts and communities are compromised all the time. Hacking scripts and techniques are easily found via a simple Google search.</p>\n<p>Now I am just as selfish of an individual as everyone else. I barely cared about any of these issues until something bad happened to me that I needed help for. I was the target of a <a href=\"http://seclists.org/fulldisclosure/2006/Sep/0381.html\">phishing attack on Orkut</a> and I fell for it hook line and sinker. My Google login is associated with my Orkut login. As soon as I realized that I had just sent my username and password to a phisher (within a few seconds of me hitting enter), I changed my Google account password. But alas, the damage had already been done.</p>\n<p>This is where things get really weird. Apparently, a group of “hackers” had taken over my Orkut profile and were making drastic changes to the Calcutta community. Emails, IMs and phone calls started to roll in and I was in full panic. I was immediately concerned that my Google account was still compromised and all my personal stuff in my email would be in jeopardy. I went into damage control mode. I changed all my authentication credentials for everything Google.My Gmail account seemed to be untouched but my Orkut account, which uses the same login credentials (I know that was my own fault), seemed to still be under rogue control.</p>\n<p>In spite of changing my passwords multiple times, changing login names, changing email addresses and trying all authentication tricks to fix Orkut, the miscreants still regained control of my profile. Instead of falling for the FUD about viruses and worms on my computer (many well wishers who reported the problem to me suggested that I format my computer because i had a key logger that was sending my password to the hackers, completely untrue), I decided to do some research on the problem. The more I learned, the less confidence I had in Orkut and Google’s intention and/or ability to fix the problems.</p>\n<p>Now the only reason I disclose this issue is because I have not only reported it to Orkut (and received no answer), it appears to be the same an <a href=\"http://www.net-square.com/advisory/NS-310107-ORKUT.pdf\">age old vulerability</a> and one of many similar issues that were purportedly fixed. You can recreate this at home if you please.</p>\n<p>The Orkut application stores cookies in such a way that if your cookie is ever recreated by someone else or transmitted to someone else, they can use that cookie to log in to Orkut as you. forever. <em>No matter how you change your credentials</em>, you have no recourse of regaining control. So if you ever get caught in a phishing scam that sends your password to someone else and they recreate your orkut_state cookie, they can login as you forever. I will not go into the technical details but the link above discusses it. If you log into your Orkut account using Firefox, using a cookie editing plugin, look for a cookie called orkut_state and copy the contents. Then log out of Orkut. After logging out, re-add the orkut_state cookie to Firefox with the cookie editing plugin and then visit www.orkut.com You will find yourself logged back in. Now I have tried changing my password, using a different browser, using a different machine from another location and other tricks with the same cookie and I have been granted access in all cases. From my research, it appears that Orkut expires the state cookie after 1 day (other reports talk about a 14 day expiration) but that problem is easily circumvented.</p>\n<p>So essentially, I am completely at the mercy of the people that have re-created my orkut_state cookie using my old password that I disclosed on the phishing site. I have tried to contact Orkut help, posted messages in the help groups, emailed and complained to Google, emailed and complained via the Orkut complaint forms and even tried sending messages to places that are not meant to be Orkut related. It has been over two weeks and I have yet to receive a single acknowledgment. Nothing, nada, zip.</p>\n<p>I don’t mind telling you that <em>it is despicable for a company like Google to run an extremely popular application with a complete lack of care for its netizens</em>. While I acknowledge that Orkut is not the most important product that Google offers, I think Google should still stand by their product. I also acknowledge that the fact that I am in this mess is my own fault, but shouldn’t there be <em>some recourse</em>? Would Facebook or MySpace do the same thing? Are we all under the false hope that someone in these big companies actually cares about the people that use their products? Is the online world doomed to failure in circumstances or are we willing to make a stand only when it affects us?</p>\n<p>Who can I contact at Google that can even pretend to help? I am NOT “negotiating” with the hackers who have control over my profile, which has also been suggested and immidiately turned down by me. Or is my community a complete loss because I made a mistake and fell for a phishing attack?</p>\n<p><strong>I am not sure how I feel about trusting my life’s contents to Google if this is how Google treats compromises in security.</strong></p>\";s:7:\"pubdate\";s:31:\"Sat, 31 Jan 2009 17:51:44 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:6943:\"<p>I trust Google. I use GMail as my primary email address and store stuff in my mailbox that is of crucial importance to my existence as a citizen of this modern world. Over the past couple of months, Google’s Orkut has dealt a deadly blow to that trust that is making me rethink my allegiance towards anything Google.</p>\n<p>I am the owner of a midly popular community on Orkut with about 25k users. Since I was given the privilege of being a beta tester on Orkut, I had created a community called Calcutta many years ago and that community has since, taken on a life of its own. It is run by moderators who report to me and I log in every so often to perform maintenance and help the moderators out. My existence is not only a mystery to the members of the community, it is also the source of much speculation and conspiracy theories, which was fine and dandy.</p>\n<p>The Orkut application itself is <a href=\"http://en.wikipedia.org/wiki/Orkut#Security_and_safety\">full of holes</a> and though Google seems to respond to major public reports of vulnerabilities, they keep coming back. Support for Orkut from Google is almost non-existent with what appears to be <a href=\"http://groups.google.com/group/orkut-help?pli=1\">zero accountability</a>. If one plows through the Google help sections to try and solicit help, they are either faced with a page not found or convoluted help screens that barely ever actually lead to a form to request support. Pleas for help and more often answered by the “Orkut hackers” than by actual Google employees. The Orkut application is so dangerous that people do not click on any links that are not Orkut generated and even then accounts and communities are compromised all the time. Hacking scripts and techniques are easily found via a simple Google search.</p>\n<p>Now I am just as selfish of an individual as everyone else. I barely cared about any of these issues until something bad happened to me that I needed help for. I was the target of a <a href=\"http://seclists.org/fulldisclosure/2006/Sep/0381.html\">phishing attack on Orkut</a> and I fell for it hook line and sinker. My Google login is associated with my Orkut login. As soon as I realized that I had just sent my username and password to a phisher (within a few seconds of me hitting enter), I changed my Google account password. But alas, the damage had already been done.</p>\n<p>This is where things get really weird. Apparently, a group of “hackers” had taken over my Orkut profile and were making drastic changes to the Calcutta community. Emails, IMs and phone calls started to roll in and I was in full panic. I was immediately concerned that my Google account was still compromised and all my personal stuff in my email would be in jeopardy. I went into damage control mode. I changed all my authentication credentials for everything Google.My Gmail account seemed to be untouched but my Orkut account, which uses the same login credentials (I know that was my own fault), seemed to still be under rogue control.</p>\n<p>In spite of changing my passwords multiple times, changing login names, changing email addresses and trying all authentication tricks to fix Orkut, the miscreants still regained control of my profile. Instead of falling for the FUD about viruses and worms on my computer (many well wishers who reported the problem to me suggested that I format my computer because i had a key logger that was sending my password to the hackers, completely untrue), I decided to do some research on the problem. The more I learned, the less confidence I had in Orkut and Google’s intention and/or ability to fix the problems.</p>\n<p>Now the only reason I disclose this issue is because I have not only reported it to Orkut (and received no answer), it appears to be the same an <a href=\"http://www.net-square.com/advisory/NS-310107-ORKUT.pdf\">age old vulerability</a> and one of many similar issues that were purportedly fixed. You can recreate this at home if you please.</p>\n<p>The Orkut application stores cookies in such a way that if your cookie is ever recreated by someone else or transmitted to someone else, they can use that cookie to log in to Orkut as you. forever. <em>No matter how you change your credentials</em>, you have no recourse of regaining control. So if you ever get caught in a phishing scam that sends your password to someone else and they recreate your orkut_state cookie, they can login as you forever. I will not go into the technical details but the link above discusses it. If you log into your Orkut account using Firefox, using a cookie editing plugin, look for a cookie called orkut_state and copy the contents. Then log out of Orkut. After logging out, re-add the orkut_state cookie to Firefox with the cookie editing plugin and then visit www.orkut.com You will find yourself logged back in. Now I have tried changing my password, using a different browser, using a different machine from another location and other tricks with the same cookie and I have been granted access in all cases. From my research, it appears that Orkut expires the state cookie after 1 day (other reports talk about a 14 day expiration) but that problem is easily circumvented.</p>\n<p>So essentially, I am completely at the mercy of the people that have re-created my orkut_state cookie using my old password that I disclosed on the phishing site. I have tried to contact Orkut help, posted messages in the help groups, emailed and complained to Google, emailed and complained via the Orkut complaint forms and even tried sending messages to places that are not meant to be Orkut related. It has been over two weeks and I have yet to receive a single acknowledgment. Nothing, nada, zip.</p>\n<p>I don’t mind telling you that <em>it is despicable for a company like Google to run an extremely popular application with a complete lack of care for its netizens</em>. While I acknowledge that Orkut is not the most important product that Google offers, I think Google should still stand by their product. I also acknowledge that the fact that I am in this mess is my own fault, but shouldn’t there be <em>some recourse</em>? Would Facebook or MySpace do the same thing? Are we all under the false hope that someone in these big companies actually cares about the people that use their products? Is the online world doomed to failure in circumstances or are we willing to make a stand only when it affects us?</p>\n<p>Who can I contact at Google that can even pretend to help? I am NOT “negotiating” with the hackers who have control over my profile, which has also been suggested and immidiately turned down by me. Or is my community a complete loss because I made a mistake and fell for a phishing attack?</p>\n<p><strong>I am not sure how I feel about trusting my life’s contents to Google if this is how Google treats compromises in security.</strong></p>\";}i:40;a:7:{s:5:\"title\";s:60:\"Lorelle on WP: WordCast News: Broken Kym on Road to Recovery\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3800\";s:4:\"link\";s:85:\"http://lorelle.wordpress.com/2009/01/30/wordcast-news-broken-kym-on-road-to-recovery/\";s:11:\"description\";s:4481:\"<div class=\"snap_preview\"><br /><p><img src=\"http://lorelle.files.wordpress.com/2009/01/kyminhospital.jpg?w=231&h=304\" alt=\"Kym in hospital with broken arm.\" title=\"Kym in hospital with broken arm.\" width=\"231\" height=\"304\" class=\"alignright size-full wp-image-3802\" />According to news filtering out of South America and Australia, <a href=\"http://kymhuynh.com/\" title=\"Kym Huynh\">Kym Huynh</a> of the popular, <a href=\"http://wordcastpodcast.com/\" title=\"WordCast\">WordCast</a>, weekly WordPress podcast, has been in a terrible car accident and managed to escape with a new metal arm. </p>\n<p><a title=\"Dave Moyer - Help a Kym Out\" href=\"http://davemoyer.org/2009/01/30/help-a-kym-out/\">Dave Moyer of WordCast has the latest news</a>. Kym spent five days in the hospital undergoing massive surgery to replace his arm with titanium parts and pieces to hold it together. </p>\n<p>Dave has set up <a href=\"http://drop.io/getwellsoonkym\" title=\"Get Well Soon Kym\">Get Well Soon, Kym</a> on Drop.io for WordCast and the WordPress Community to share their good will messages. </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2009/01/love-for-lorelle.jpg?w=300&h=225\" alt=\"Kym of WordCast - love-for-lorelle\" title=\"Kym of WordCast - love-for-lorelle\" width=\"300\" height=\"225\" class=\"aligncenter size-medium wp-image-3801\" /></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=kym+huynh\" rel=\"tag\">kym huynh</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcast\" rel=\"tag\">wordcast</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=kym\" rel=\"tag\">kym</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community\" rel=\"tag\">wordpress community</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community+news\" rel=\"tag\">wordpress community news</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/3800/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3800/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3800/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3800/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3800/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3800/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3800/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3800/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3800/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3800/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3800&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Sat, 31 Jan 2009 00:45:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:4481:\"<div class=\"snap_preview\"><br /><p><img src=\"http://lorelle.files.wordpress.com/2009/01/kyminhospital.jpg?w=231&h=304\" alt=\"Kym in hospital with broken arm.\" title=\"Kym in hospital with broken arm.\" width=\"231\" height=\"304\" class=\"alignright size-full wp-image-3802\" />According to news filtering out of South America and Australia, <a href=\"http://kymhuynh.com/\" title=\"Kym Huynh\">Kym Huynh</a> of the popular, <a href=\"http://wordcastpodcast.com/\" title=\"WordCast\">WordCast</a>, weekly WordPress podcast, has been in a terrible car accident and managed to escape with a new metal arm. </p>\n<p><a title=\"Dave Moyer - Help a Kym Out\" href=\"http://davemoyer.org/2009/01/30/help-a-kym-out/\">Dave Moyer of WordCast has the latest news</a>. Kym spent five days in the hospital undergoing massive surgery to replace his arm with titanium parts and pieces to hold it together. </p>\n<p>Dave has set up <a href=\"http://drop.io/getwellsoonkym\" title=\"Get Well Soon Kym\">Get Well Soon, Kym</a> on Drop.io for WordCast and the WordPress Community to share their good will messages. </p>\n<p><img src=\"http://lorelle.files.wordpress.com/2009/01/love-for-lorelle.jpg?w=300&h=225\" alt=\"Kym of WordCast - love-for-lorelle\" title=\"Kym of WordCast - love-for-lorelle\" width=\"300\" height=\"225\" class=\"aligncenter size-medium wp-image-3801\" /></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=kym+huynh\" rel=\"tag\">kym huynh</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordcast\" rel=\"tag\">wordcast</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=kym\" rel=\"tag\">kym</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community\" rel=\"tag\">wordpress community</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+community+news\" rel=\"tag\">wordpress community news</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/3800/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3800/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3800/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3800/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3800/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3800/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3800/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3800/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3800/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3800/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3800&subd=lorelle&ref=&feed=1\" /></div>\";}i:41;a:7:{s:5:\"title\";s:38:\"Lorelle on WP: More WordPress Logogate\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3793\";s:4:\"link\";s:64:\"http://lorelle.wordpress.com/2009/01/30/more-wordpress-logogate/\";s:11:\"description\";s:5837:\"<div class=\"snap_preview\"><br /><p><img src=\"http://lorelle.files.wordpress.com/2009/01/wplogo-blue-xl.png?w=250&h=250\" alt=\"WordPress official logo\" title=\"WordPress official logo\" width=\"250\" height=\"250\" class=\"alignright size-full wp-image-3795\" />As mentioned in <a href=\"http://lorelle.wordpress.com/2009/01/29/wordpress-news-logogate-wordpresstv-wordpressmu-buddypress-and-more/\" title=\"Logogate, WordPress.tv, WordPressMU, BuddyPress, and More\">WordPress News: Logogate, WordPress.tv, WordPressMU, BuddyPress, and More</a>, WordPress Logogate continues.</p>\n<p>As announced, <a href=\"http://ma.tt/\" title=\"Matt Mullenweg\" rel=\"tag\">Matt Mullenweg</a> has added a script to <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> that forces all the variations of WordPress to the proper spelling with a capital P in the “Press” part of the name. It is the trademark way it should be spelled, and it’s annoying to many in the WordPress community to see it uncapitalized.</p>\n<p>There are a variety of WordPress Plugins you can add to your blog to do the same thing, making it easy to not miss your p’s:</p>\n<ul>\n<li><a href=\"http://planetozh.com/blog/my-projects/plugin-to-correctly-spell-wordpress-not-word-press/\" title=\"A Plugin to Correctly Spell WordPress. Not Wordpress. Not Word Press\">A Plugin to Correctly Spell WordPress. Not Wordpress. Not Word Press</a></li>\n<li><a href=\"http://www.planetmike.com/journal/plugins/fixthep/\" title=\"Fix the P WordPress Plugin\">Fix the P WordPress Plugin</a></li>\n<li><a href=\"http://guff.szub.net/2005/01/22/w-p/\" title=\"W-P\">W-P</a> by <a href=\"http://guff.szub.net/\" title=\"Guff Szub aka Kaf Oseo\">Guff Szub aka Kaf Oseo</a></li>\n</ul>\n<p>If you like to do things manually, you can add the code manually, as <a href=\"http://wpengineer.com/spelling-wordpress-always-correctly/\" title=\"Spelling WordPress Always Correctly\">WPEngineer shows in “Spelling WordPress Always Correctly”</a>.</p>\n<p>Many are asking what the font is used in the <a href=\"http://wordpress.org/about/logos/\" title=\"Official WordPress logos\">Official WordPress logo</a>. According to mentions in the WordPress Mailing Lists and on the <a href=\"http://www.wordpress.org/support\" title=\"WordPress Support Forums\" rel=\"tag\">WordPress Support Forums</a>, it is <a href=\"http://en.wikipedia.org/wiki/Mrs_Eaves\" title=\"Mrs. Eaves\">Mrs. Eaves</a>. </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\" rel=\"tag\">wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=spell+wordpress\" rel=\"tag\">spell wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=spell+wordpress+plugins\" rel=\"tag\">spell wordpress plugins</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=how+to+spell+wordpress\" rel=\"tag\">how to spell wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=write+wordpress\" rel=\"tag\">write wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+logo\" rel=\"tag\">wordpress logo</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a> </p>\n<p><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News, WordPress Tips <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3793/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3793/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3793/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3793/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3793/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3793&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Sat, 31 Jan 2009 00:21:53 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:5837:\"<div class=\"snap_preview\"><br /><p><img src=\"http://lorelle.files.wordpress.com/2009/01/wplogo-blue-xl.png?w=250&h=250\" alt=\"WordPress official logo\" title=\"WordPress official logo\" width=\"250\" height=\"250\" class=\"alignright size-full wp-image-3795\" />As mentioned in <a href=\"http://lorelle.wordpress.com/2009/01/29/wordpress-news-logogate-wordpresstv-wordpressmu-buddypress-and-more/\" title=\"Logogate, WordPress.tv, WordPressMU, BuddyPress, and More\">WordPress News: Logogate, WordPress.tv, WordPressMU, BuddyPress, and More</a>, WordPress Logogate continues.</p>\n<p>As announced, <a href=\"http://ma.tt/\" title=\"Matt Mullenweg\" rel=\"tag\">Matt Mullenweg</a> has added a script to <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> that forces all the variations of WordPress to the proper spelling with a capital P in the “Press” part of the name. It is the trademark way it should be spelled, and it’s annoying to many in the WordPress community to see it uncapitalized.</p>\n<p>There are a variety of WordPress Plugins you can add to your blog to do the same thing, making it easy to not miss your p’s:</p>\n<ul>\n<li><a href=\"http://planetozh.com/blog/my-projects/plugin-to-correctly-spell-wordpress-not-word-press/\" title=\"A Plugin to Correctly Spell WordPress. Not Wordpress. Not Word Press\">A Plugin to Correctly Spell WordPress. Not Wordpress. Not Word Press</a></li>\n<li><a href=\"http://www.planetmike.com/journal/plugins/fixthep/\" title=\"Fix the P WordPress Plugin\">Fix the P WordPress Plugin</a></li>\n<li><a href=\"http://guff.szub.net/2005/01/22/w-p/\" title=\"W-P\">W-P</a> by <a href=\"http://guff.szub.net/\" title=\"Guff Szub aka Kaf Oseo\">Guff Szub aka Kaf Oseo</a></li>\n</ul>\n<p>If you like to do things manually, you can add the code manually, as <a href=\"http://wpengineer.com/spelling-wordpress-always-correctly/\" title=\"Spelling WordPress Always Correctly\">WPEngineer shows in “Spelling WordPress Always Correctly”</a>.</p>\n<p>Many are asking what the font is used in the <a href=\"http://wordpress.org/about/logos/\" title=\"Official WordPress logos\">Official WordPress logo</a>. According to mentions in the WordPress Mailing Lists and on the <a href=\"http://www.wordpress.org/support\" title=\"WordPress Support Forums\" rel=\"tag\">WordPress Support Forums</a>, it is <a href=\"http://en.wikipedia.org/wiki/Mrs_Eaves\" title=\"Mrs. Eaves\">Mrs. Eaves</a>. </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\" rel=\"tag\">wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=spell+wordpress\" rel=\"tag\">spell wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=spell+wordpress+plugins\" rel=\"tag\">spell wordpress plugins</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=how+to+spell+wordpress\" rel=\"tag\">how to spell wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=write+wordpress\" rel=\"tag\">write wordpress</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+logo\" rel=\"tag\">wordpress logo</a>, <a href=\"http://lorelle.wordpress.com/index.php?s=wordpress+news\" rel=\"tag\">wordpress news</a> </p>\n<p><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News, WordPress Tips <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3793/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3793/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3793/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3793/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3793/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3793/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3793&subd=lorelle&ref=&feed=1\" /></div>\";}i:42;a:7:{s:5:\"title\";s:57:\"Weblog Tools Collection: Updated WordPress Plugin: Top 10\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5083\";s:4:\"link\";s:85:\"http://weblogtoolscollection.com/archives/2009/01/30/updated-wordpress-plugin-top-10/\";s:11:\"description\";s:2229:\"<p>Last week, we gave you <a href=\"http://weblogtoolscollection.com/archives/2009/01/21/updated-wp-plugins-contextual-related-posts-moderation-author-notify/\">two plugins</a> to play with. And this week we’re back with yet another plugin.</p>\n<p>Way back in 2005, Mark released the <a href=\"http://weblogtoolscollection.com/archives/2005/11/25/wp-plugin-top-10-posts-and-views-per-post/\">Top 10 posts plugin</a> that allowed you to track page views and display them on your blog post. You could also display a list of popular posts.</p>\n<p>With WordPress 2.7, a update was necessary and here it is.</p>\n<p>The <a href=\"http://ajaydsouza.com/wordpress/plugins/top-10/\">Top 10 plugin for WordPress</a> will track page views on single and post pages and store them safely in a table in the WordPress database. You can then display the count in your post automatically, or either manually.</p>\n<h3>Features:</h3>\n<ul>\n<li>Counts page views on single posts and pages</li>\n<li>Display the count on the single posts and pages</li>\n<li>Customize the text that can be displayed</li>\n<li>Display a list of popular posts by page count. The number can be customized.</li>\n<li>Clean uninstall if you choose to delete the plugin from within WP-Admin</li>\n<li>Works with WP Super Cache</li>\n</ul>\n<p>The best part about Top 10 is that it is compatibile with <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/\">WP Super Cache</a>. It will count page views even with WP Super Cache enabled and a unique feature with this plugin is that it will display the latest count from the database even on cached posts.</p>\n<p>This plugin, though fully functional, is still in its nascent phase. There are several features that can be added and I already have a few planned. I’m looking forward to suggestions and feature requests to make Top 10 a truly useful plugin for all of you!</p>\n<p>We have it running on this blog and I also have it running on <a href=\"http://techtites.com/\">Techtites</a>. Check out the bottom of the posts for a demo.</p>\n<p>So, pen down your comments on the plugin page or in the comments section below.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/top-10/\">Read more and download Top 10</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 30 Jan 2009 19:06:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:2229:\"<p>Last week, we gave you <a href=\"http://weblogtoolscollection.com/archives/2009/01/21/updated-wp-plugins-contextual-related-posts-moderation-author-notify/\">two plugins</a> to play with. And this week we’re back with yet another plugin.</p>\n<p>Way back in 2005, Mark released the <a href=\"http://weblogtoolscollection.com/archives/2005/11/25/wp-plugin-top-10-posts-and-views-per-post/\">Top 10 posts plugin</a> that allowed you to track page views and display them on your blog post. You could also display a list of popular posts.</p>\n<p>With WordPress 2.7, a update was necessary and here it is.</p>\n<p>The <a href=\"http://ajaydsouza.com/wordpress/plugins/top-10/\">Top 10 plugin for WordPress</a> will track page views on single and post pages and store them safely in a table in the WordPress database. You can then display the count in your post automatically, or either manually.</p>\n<h3>Features:</h3>\n<ul>\n<li>Counts page views on single posts and pages</li>\n<li>Display the count on the single posts and pages</li>\n<li>Customize the text that can be displayed</li>\n<li>Display a list of popular posts by page count. The number can be customized.</li>\n<li>Clean uninstall if you choose to delete the plugin from within WP-Admin</li>\n<li>Works with WP Super Cache</li>\n</ul>\n<p>The best part about Top 10 is that it is compatibile with <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/\">WP Super Cache</a>. It will count page views even with WP Super Cache enabled and a unique feature with this plugin is that it will display the latest count from the database even on cached posts.</p>\n<p>This plugin, though fully functional, is still in its nascent phase. There are several features that can be added and I already have a few planned. I’m looking forward to suggestions and feature requests to make Top 10 a truly useful plugin for all of you!</p>\n<p>We have it running on this blog and I also have it running on <a href=\"http://techtites.com/\">Techtites</a>. Check out the bottom of the posts for a demo.</p>\n<p>So, pen down your comments on the plugin page or in the comments section below.</p>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/top-10/\">Read more and download Top 10</a></p>\";}i:43;a:7:{s:5:\"title\";s:25:\"Matt: Venture Destruction\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11069\";s:4:\"link\";s:41:\"http://ma.tt/2009/01/venture-destruction/\";s:11:\"description\";s:222:\"<p><a href=\"http://blogs.harvardbusiness.org/haque/2009/01/asleep_at_the_wheel_of_creativ_1.html\">Asleep at the Wheel of Creative Destruction</a>. Umair Haque’s thoughts on venture capital and the current crisis.</p>\";s:7:\"pubdate\";s:31:\"Fri, 30 Jan 2009 18:44:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:222:\"<p><a href=\"http://blogs.harvardbusiness.org/haque/2009/01/asleep_at_the_wheel_of_creativ_1.html\">Asleep at the Wheel of Creative Destruction</a>. Umair Haque’s thoughts on venture capital and the current crisis.</p>\";}i:44;a:7:{s:5:\"title\";s:20:\"Matt: MobileMe Notes\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11067\";s:4:\"link\";s:36:\"http://ma.tt/2009/01/mobileme-notes/\";s:11:\"description\";s:588:\"<p>Dear MobileMe / Me.com, I really think you’re swell. I’ve been dreaming dreams of sync since my first Handspring, and you are the best I’ve used. Two things would put you over the top. First, the notes application on the iPhone is handy, but please sync this to a quickie app on Me.com so I can put stuff in and out of notes easily. Second, and this is a stretch, I know you don’t like to-do applications, but I also have an inkling you could do something that would make me stop using paper and pen for to-dos. And synchronize it. With love, <em>Matt</em>.</p>\";s:7:\"pubdate\";s:31:\"Fri, 30 Jan 2009 18:38:34 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:588:\"<p>Dear MobileMe / Me.com, I really think you’re swell. I’ve been dreaming dreams of sync since my first Handspring, and you are the best I’ve used. Two things would put you over the top. First, the notes application on the iPhone is handy, but please sync this to a quickie app on Me.com so I can put stuff in and out of notes easily. Second, and this is a stretch, I know you don’t like to-do applications, but I also have an inkling you could do something that would make me stop using paper and pen for to-dos. And synchronize it. With love, <em>Matt</em>.</p>\";}i:45;a:7:{s:5:\"title\";s:64:\"Weblog Tools Collection: Screencasting Resources at WordPress.tv\";s:4:\"guid\";s:92:\"http://weblogtoolscollection.com/archives/2009/01/30/screencasting-resources-at-wordpresstv/\";s:4:\"link\";s:92:\"http://weblogtoolscollection.com/archives/2009/01/30/screencasting-resources-at-wordpresstv/\";s:11:\"description\";s:442:\"<p><a href=\"http://blog.wordpress.tv/2009/01/29/screencasting-resources-part-one/\">Screencasting Resources (Part One)</a>.: Michael Pick of WordPress.tv fame has started to put together a list of resources for screencasting. The goal is of course to add this user generated content to WordPress.tv for everyone to avail of. You could also add your videos and screencasts to <a href=\"http://WeblogToolsVideos.com\">WeblogToolsVideos.com</a></p>\";s:7:\"pubdate\";s:31:\"Fri, 30 Jan 2009 14:49:33 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:442:\"<p><a href=\"http://blog.wordpress.tv/2009/01/29/screencasting-resources-part-one/\">Screencasting Resources (Part One)</a>.: Michael Pick of WordPress.tv fame has started to put together a list of resources for screencasting. The goal is of course to add this user generated content to WordPress.tv for everyone to avail of. You could also add your videos and screencasts to <a href=\"http://WeblogToolsVideos.com\">WeblogToolsVideos.com</a></p>\";}i:46;a:7:{s:5:\"title\";s:88:\"Lorelle on WP: WordPress News: Logogate, WordPress.tv, WordPressMU, BuddyPress, and More\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3787\";s:4:\"link\";s:108:\"http://lorelle.wordpress.com/2009/01/29/wordpress-news-logogate-wordpresstv-wordpressmu-buddypress-and-more/\";s:11:\"description\";s:8740:\"<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/01/29/wordpress-news-logogate-wordcamps-everywhere-wordpresstv-buddypress-wordpressmu-wordpress-plugin-podcast-and-more/\" title=\"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>:</p>\n<blockquote><p>WordPress Logogate continues. New WordCamps announced worldwide. WordPress.tv is changing WordPress tutorials and resources. WordPressMU updated. BuddyPress released any day. Super Cache new version released. Matt featured in USAToday. Did you hug a WordPress Plugin developer recently? New podcast on WordPress Plugins announced. And tons more WordPress news, tips, techniques, Plugins, and Themes.</p></blockquote>\n<p>Some WordPress news highlights you need to know include:</p>\n<h4>WordPress Logogate</h4>\n<p>Among Matt’s <a href=\"http://ma.tt/2009/01/twenty-five/\" title=\"Twenty-Five\">new year’s resolutions</a> is to get the WordPress Community using the correct WordPress logo. <a href=\"http://s.ma.tt/files/2009/01/wordpress-logo.png\" title=\"Link to WordPress logo comparison\">He’s created a comparison image</a> to convince everyone to use the right logo, but that wasn’t enough. Many thought the difference between the two was the color when it’s reallyl the font. So he’s created a new specific version to help you understand:</p>\n<p><a href=\"http://s.ma.tt/files/2009/01/wordpress-logo.png?1\" title=\"Link to WordPress logo comparison\"><img alt=\"WordPress Correct font logo example\" src=\"http://s.ma.tt/files/2009/01/wordpress-logo.png?1\" title=\"Use the correct WordPress logo please\" class=\"aligncenter\" width=\"500\" /></a></p>\n<p>Color it whatever you want, but use the right base to start with. The font counts. When playing with the WordPress logo, start with the <a title=\"WordPress Official Logos\" href=\"http://wordpress.org/about/logos/\">Official WordPress logos</a>.</p>\n<p>Also, WordPress is spelled WordPress not Wordpress. To make this part of his new year’s resolutions come true, he’s written a script to force Wordpress into WordPress across all of the 5 million plus blogs on <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a>. Instant gratification. </p>\n<h4>WordPressMU Update Released</h4>\n<p><a href=\"http://feedproxy.google.com/~r/HolyShmoly/~3/rGC1B-z2FOs/\" title=\"WordPress MU 2.7\">WordPressMU 2.7</a> is now available, the multi-user version of WordPress than runs <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> and other blog networks. This new version includes the latest version of WordPress and a lot of bug fixes. It also includes the exciting announcement that <a href=\"http://www.viper007bond.com/wordpress-plugins/wordpress-admin-bar/\" title=\"Viper007bond’s admin bar\">Viper007bond’s admin bar</a> has been added to the core to make it even easier to use. </p>\n<h4>BuddyPress News</h4>\n<p><a href=\"http://buddypress.org/blog/2009/01/buddypress-beta-2-delayed-until-wpmu-27-final/\" title=\"BuddyPress Beta 2 Delayed Until WPMU 2.7 Final\">Andy Peatling announced BuddyPress Beta 2 would be delayed</a> until WordPressMU’s latest version was released, but now that <a href=\"http://feedproxy.google.com/~r/HolyShmoly/~3/rGC1B-z2FOs/\" title=\"WordPress MU 2.7\">WordPressMU 2.7</a> is out, he has no excuses. Stay tuned for more news on this exciting social media WordPress Theme for WordPressMU blog networks. </p>\n<h4>Super Cache WordPress Plugin Updated</h4>\n<p><a href=\"http://ocaoimh.ie/wp-super-cache/\" title=\"WP Super Cache\">WP Super Cache</a> has undergone a variety of patches and updates recently, and is now at <a href=\"http://feedproxy.google.com/~r/HolyShmoly/~3/bZ1IHOWXE4M/\" title=\"WP Super Cache 0.9\">version 0.9</a> with some great improvements for mobile user agents, reduction of cache files for sites with a lot of anonymous visitors, improvved compression and expiry times. Reports are that the new version is faster than ever.</p>\n<h4>JavaScript and Plugins in WordPress 2.8</h4>\n<p><a href=\"http://lesterchan.net/wordpress/2009/01/26/loading-javascript-in-footer-in-wordpress-28/\" title=\"Loading JavaScript In Footer In WordPress 2.8\">Loading JavaScript In Footer In WordPress 2.8</a> is another tutorial for WordPress Plugin authors by Lester Chan on how to improve your WordPress Plugin’s use of code and JavaScript. This one tackles how to load JavaScript properly into the footer in preparation for WordPress 2.8. </p>\n<p>For more WordPress news, check out my weekly <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>. For more WordCamp news, check out the <a href=\"http://wordcamp.info/\" title=\"The WordCamp Report\">The WordCamp Report</a>.</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=wordpress\" rel=\"tag\">wordpress</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+logo\" rel=\"tag\">wordpress logo</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> </p>\n<p><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News, WordPress Tips <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3787/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3787/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3787/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3787/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3787/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3787&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Fri, 30 Jan 2009 04:47:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:8740:\"<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/01/29/wordpress-news-logogate-wordcamps-everywhere-wordpresstv-buddypress-wordpressmu-wordpress-plugin-podcast-and-more/\" title=\"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>:</p>\n<blockquote><p>WordPress Logogate continues. New WordCamps announced worldwide. WordPress.tv is changing WordPress tutorials and resources. WordPressMU updated. BuddyPress released any day. Super Cache new version released. Matt featured in USAToday. Did you hug a WordPress Plugin developer recently? New podcast on WordPress Plugins announced. And tons more WordPress news, tips, techniques, Plugins, and Themes.</p></blockquote>\n<p>Some WordPress news highlights you need to know include:</p>\n<h4>WordPress Logogate</h4>\n<p>Among Matt’s <a href=\"http://ma.tt/2009/01/twenty-five/\" title=\"Twenty-Five\">new year’s resolutions</a> is to get the WordPress Community using the correct WordPress logo. <a href=\"http://s.ma.tt/files/2009/01/wordpress-logo.png\" title=\"Link to WordPress logo comparison\">He’s created a comparison image</a> to convince everyone to use the right logo, but that wasn’t enough. Many thought the difference between the two was the color when it’s reallyl the font. So he’s created a new specific version to help you understand:</p>\n<p><a href=\"http://s.ma.tt/files/2009/01/wordpress-logo.png?1\" title=\"Link to WordPress logo comparison\"><img alt=\"WordPress Correct font logo example\" src=\"http://s.ma.tt/files/2009/01/wordpress-logo.png?1\" title=\"Use the correct WordPress logo please\" class=\"aligncenter\" width=\"500\" /></a></p>\n<p>Color it whatever you want, but use the right base to start with. The font counts. When playing with the WordPress logo, start with the <a title=\"WordPress Official Logos\" href=\"http://wordpress.org/about/logos/\">Official WordPress logos</a>.</p>\n<p>Also, WordPress is spelled WordPress not Wordpress. To make this part of his new year’s resolutions come true, he’s written a script to force Wordpress into WordPress across all of the 5 million plus blogs on <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a>. Instant gratification. </p>\n<h4>WordPressMU Update Released</h4>\n<p><a href=\"http://feedproxy.google.com/~r/HolyShmoly/~3/rGC1B-z2FOs/\" title=\"WordPress MU 2.7\">WordPressMU 2.7</a> is now available, the multi-user version of WordPress than runs <a href=\"http://www.wordpress.com/\" title=\"WordPress.com free blogs\" rel=\"tag\">WordPress.com</a> and other blog networks. This new version includes the latest version of WordPress and a lot of bug fixes. It also includes the exciting announcement that <a href=\"http://www.viper007bond.com/wordpress-plugins/wordpress-admin-bar/\" title=\"Viper007bond’s admin bar\">Viper007bond’s admin bar</a> has been added to the core to make it even easier to use. </p>\n<h4>BuddyPress News</h4>\n<p><a href=\"http://buddypress.org/blog/2009/01/buddypress-beta-2-delayed-until-wpmu-27-final/\" title=\"BuddyPress Beta 2 Delayed Until WPMU 2.7 Final\">Andy Peatling announced BuddyPress Beta 2 would be delayed</a> until WordPressMU’s latest version was released, but now that <a href=\"http://feedproxy.google.com/~r/HolyShmoly/~3/rGC1B-z2FOs/\" title=\"WordPress MU 2.7\">WordPressMU 2.7</a> is out, he has no excuses. Stay tuned for more news on this exciting social media WordPress Theme for WordPressMU blog networks. </p>\n<h4>Super Cache WordPress Plugin Updated</h4>\n<p><a href=\"http://ocaoimh.ie/wp-super-cache/\" title=\"WP Super Cache\">WP Super Cache</a> has undergone a variety of patches and updates recently, and is now at <a href=\"http://feedproxy.google.com/~r/HolyShmoly/~3/bZ1IHOWXE4M/\" title=\"WP Super Cache 0.9\">version 0.9</a> with some great improvements for mobile user agents, reduction of cache files for sites with a lot of anonymous visitors, improvved compression and expiry times. Reports are that the new version is faster than ever.</p>\n<h4>JavaScript and Plugins in WordPress 2.8</h4>\n<p><a href=\"http://lesterchan.net/wordpress/2009/01/26/loading-javascript-in-footer-in-wordpress-28/\" title=\"Loading JavaScript In Footer In WordPress 2.8\">Loading JavaScript In Footer In WordPress 2.8</a> is another tutorial for WordPress Plugin authors by Lester Chan on how to improve your WordPress Plugin’s use of code and JavaScript. This one tackles how to load JavaScript properly into the footer in preparation for WordPress 2.8. </p>\n<p>For more WordPress news, check out my weekly <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>. For more WordCamp news, check out the <a href=\"http://wordcamp.info/\" title=\"The WordCamp Report\">The WordCamp Report</a>.</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=wordpress\" rel=\"tag\">wordpress</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+logo\" rel=\"tag\">wordpress logo</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> </p>\n<p><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a> <a href=\"http://lorelle.wordpress.com/\" title=\"Visit Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2008/03/pointer.gif\" alt=\"\" />Visit</a><br /><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, the author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News, WordPress Tips <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/3787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/3787/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/3787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/3787/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/3787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/3787/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/3787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/3787/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/3787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/3787/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=3787&subd=lorelle&ref=&feed=1\" /></div>\";}i:47;a:7:{s:5:\"title\";s:32:\"Akismet: Stats accuracy improved\";s:4:\"guid\";s:30:\"http://blog.akismet.com/?p=118\";s:4:\"link\";s:59:\"http://blog.akismet.com/2009/01/30/stats-accuracy-improved/\";s:11:\"description\";s:1768:\"<div class=\"snap_preview\"><br /><p>We’ve improved the accuracy of the <a href=\"http://blog.akismet.com/2008/10/20/akismet-221-now-with-stats/\">Akismet stats feature</a> that was introduced in Akismet 2.2.1. You might notice a slight change in the total spam, comments and accuracy figures reported at the top of your stats page, and the percentages shown in the pie chart. The Historical Stats figures and time graphs are unaffected - these were correct all along.</p>\n<p>There’s no plugin upgrade required.</p>\n<p>Our overall <a href=\"http://akismet.com/stats/\">spam statistics</a> remain unchanged, and Akismet is as accurate as ever.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/118/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/118/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/118/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/118/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/118/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/118/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/118/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/118/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/118/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/118/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=118&subd=akismet&ref=&feed=1\" /></div>\";s:7:\"pubdate\";s:31:\"Fri, 30 Jan 2009 03:25:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:1768:\"<div class=\"snap_preview\"><br /><p>We’ve improved the accuracy of the <a href=\"http://blog.akismet.com/2008/10/20/akismet-221-now-with-stats/\">Akismet stats feature</a> that was introduced in Akismet 2.2.1. You might notice a slight change in the total spam, comments and accuracy figures reported at the top of your stats page, and the percentages shown in the pie chart. The Historical Stats figures and time graphs are unaffected - these were correct all along.</p>\n<p>There’s no plugin upgrade required.</p>\n<p>Our overall <a href=\"http://akismet.com/stats/\">spam statistics</a> remain unchanged, and Akismet is as accurate as ever.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/118/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/118/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/118/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/118/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/118/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/118/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/118/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/118/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/118/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/118/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.akismet.com&blog=116920&post=118&subd=akismet&ref=&feed=1\" /></div>\";}i:48;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 01/29\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5079\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/01/29/wordpress-plugin-releases-for-0129/\";s:11:\"description\";s:4602:\"<h3>New Plugins</h3>\n<p><a href=\"http://klintron.com/linkcurl\">LinkCurl</a></p>\n<p>LinkCurl grabs related links from Google Blog Search based on post titles, tags, or categories and appends them to your entry.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/push-up-the-web-for-wordpress/\">Push Up</a></p>\n<p>When people visit your website using an outdated browser, a subtle upgrade link is shown at the top right hand corner of the screen. They can click this link to visit the upgrade website for that browser, or choose to be reminded after a time you specify.</p>\n<p><a href=\"http://www.juzaam.com/dregister-wordpress-plugin/\">DRegister</a></p>\n<p>DRegister (which stands for Dr. Register) is a clean and easy plugin that allows you to force your user to provide First and Last name upon registration and create custom fields and specify if they have to be alphanumeric or numeric only , plus if they are required to complete registration.</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://horoscop2009.org/wp-flashtime\">WP-FlashTime Widget</a></p>\n<p>With WP_FlashTime Widget you can add a flash clock to your wordpress.This plugin include 25 different flash clocks.</p>\n<p><a href=\"http://blog.splash.de/plugins/floatbox-plus\">Floatbox Plus</a></p>\n<p>Floatbox Plus is a plugin that implements <a href=\"http://randomous.com/tools/floatbox/\">Floatbox</a> (a JavaScript similar to Lightview) and is based on the WP-Plugin <a href=\"http://www.puzich.com/wordpress-plugins/lightview\">Lightview Plus</a> by Thorsten Puzich</p>\n<p><a href=\"http://wordpress.org/extend/plugins/easy-picasa/\">Easy Picasa</a></p>\n<p>A picasa plugin, insert flash album, single/multiple picture(s) by clicks.</p>\n<p><a href=\"http://counsellingresource.com/features/2009/01/27/threaded-comment-numbering-plugin-for-wordpress/\">Greg’s Threaded Comment Numbering</a></p>\n<p>Numbers comments sequentially and hierarchically; handles comments which are threaded, paged and/or reversed.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/mind3dom-ryebread-widgets/\">Mind3doM RyeBread Widgets</a></p>\n<p>Allows to extend your blog with class-based skinnable widgets, optionally arranged in page areas (sidebars).</p>\n<p><a href=\"http://www.francesco-castaldo.com/plugins-and-widgets/search-engine-query-in-wordpress/\">Search Engine query in Wordpress</a></p>\n<p>If the visitor comes from a known search engine, the widget grabs the used search query and shows internal blog posts that match that query.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/author-avatars/\">Author Avatars</a></p>\n<p>This plugin provides a widget and a <a href=\"http://codex.wordpress.org/User:Bforchhammer/Author_Avatars_ShortCode_Documentation\">shortcode</a> which allow you to show lists of avatars of blog users.</p>\n<p><a href=\"http://mickdakota.com/wordpress-fortune-plugin\">WordPress Fortune</a></p>\n<p>Fortunate is a random quote generator for your blog. It differs from other random quotation plugins in that it is designed to be hassle free - you don’t need to install or configure a ‘fortune’ database or maintain your own list of random quotes. You’ll have instant access to a selection of over 100,000 random quotes in several languages (English, Spanish, Italian, French, German, and Russian).</p>\n<p><a href=\"http://ocaoimh.ie/wp-super-cache/\">WP Super Cache</a></p>\n<p>WP Super Cache is a page caching plugin for WordPress that will significantly speed up your website.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/devformatter/\">Developer Formatter</a></p>\n<p>Developer Formatter system to WordPress. Powered by GeSHi server-side highlight system.</p>\n<p><a href=\"http://www.nothing2hide.net/wp-plugins/wordpress-global-translator-plugin/\">Global Translator</a></p>\n<p>Automatically translates your blog in 34 different languages!</p>\n<p><a href=\"http://nothing.golddave.com/?page_id=108\">Add To Facebook</a></p>\n<p>This plugin adds a footer link to add the current post or page to a Facebook Mini-Feed.</p>\n<p><a href=\"http://scribu.net/projects/custom-field-images\">Custom Field Images</a></p>\n<p>Easily manage and display images in post excerpts, feeds etc. using custom fields.</p>\n<p><a href=\"http://www.vjcatkick.com/?page_id=4839\">Recent Commentators</a></p>\n<p>Display recent commentators with gravator icon. This widget will not display you and your sites publishers.</p>\";s:7:\"pubdate\";s:31:\"Thu, 29 Jan 2009 17:00:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:4602:\"<h3>New Plugins</h3>\n<p><a href=\"http://klintron.com/linkcurl\">LinkCurl</a></p>\n<p>LinkCurl grabs related links from Google Blog Search based on post titles, tags, or categories and appends them to your entry.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/push-up-the-web-for-wordpress/\">Push Up</a></p>\n<p>When people visit your website using an outdated browser, a subtle upgrade link is shown at the top right hand corner of the screen. They can click this link to visit the upgrade website for that browser, or choose to be reminded after a time you specify.</p>\n<p><a href=\"http://www.juzaam.com/dregister-wordpress-plugin/\">DRegister</a></p>\n<p>DRegister (which stands for Dr. Register) is a clean and easy plugin that allows you to force your user to provide First and Last name upon registration and create custom fields and specify if they have to be alphanumeric or numeric only , plus if they are required to complete registration.</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://horoscop2009.org/wp-flashtime\">WP-FlashTime Widget</a></p>\n<p>With WP_FlashTime Widget you can add a flash clock to your wordpress.This plugin include 25 different flash clocks.</p>\n<p><a href=\"http://blog.splash.de/plugins/floatbox-plus\">Floatbox Plus</a></p>\n<p>Floatbox Plus is a plugin that implements <a href=\"http://randomous.com/tools/floatbox/\">Floatbox</a> (a JavaScript similar to Lightview) and is based on the WP-Plugin <a href=\"http://www.puzich.com/wordpress-plugins/lightview\">Lightview Plus</a> by Thorsten Puzich</p>\n<p><a href=\"http://wordpress.org/extend/plugins/easy-picasa/\">Easy Picasa</a></p>\n<p>A picasa plugin, insert flash album, single/multiple picture(s) by clicks.</p>\n<p><a href=\"http://counsellingresource.com/features/2009/01/27/threaded-comment-numbering-plugin-for-wordpress/\">Greg’s Threaded Comment Numbering</a></p>\n<p>Numbers comments sequentially and hierarchically; handles comments which are threaded, paged and/or reversed.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/mind3dom-ryebread-widgets/\">Mind3doM RyeBread Widgets</a></p>\n<p>Allows to extend your blog with class-based skinnable widgets, optionally arranged in page areas (sidebars).</p>\n<p><a href=\"http://www.francesco-castaldo.com/plugins-and-widgets/search-engine-query-in-wordpress/\">Search Engine query in Wordpress</a></p>\n<p>If the visitor comes from a known search engine, the widget grabs the used search query and shows internal blog posts that match that query.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/author-avatars/\">Author Avatars</a></p>\n<p>This plugin provides a widget and a <a href=\"http://codex.wordpress.org/User:Bforchhammer/Author_Avatars_ShortCode_Documentation\">shortcode</a> which allow you to show lists of avatars of blog users.</p>\n<p><a href=\"http://mickdakota.com/wordpress-fortune-plugin\">WordPress Fortune</a></p>\n<p>Fortunate is a random quote generator for your blog. It differs from other random quotation plugins in that it is designed to be hassle free - you don’t need to install or configure a ‘fortune’ database or maintain your own list of random quotes. You’ll have instant access to a selection of over 100,000 random quotes in several languages (English, Spanish, Italian, French, German, and Russian).</p>\n<p><a href=\"http://ocaoimh.ie/wp-super-cache/\">WP Super Cache</a></p>\n<p>WP Super Cache is a page caching plugin for WordPress that will significantly speed up your website.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/devformatter/\">Developer Formatter</a></p>\n<p>Developer Formatter system to WordPress. Powered by GeSHi server-side highlight system.</p>\n<p><a href=\"http://www.nothing2hide.net/wp-plugins/wordpress-global-translator-plugin/\">Global Translator</a></p>\n<p>Automatically translates your blog in 34 different languages!</p>\n<p><a href=\"http://nothing.golddave.com/?page_id=108\">Add To Facebook</a></p>\n<p>This plugin adds a footer link to add the current post or page to a Facebook Mini-Feed.</p>\n<p><a href=\"http://scribu.net/projects/custom-field-images\">Custom Field Images</a></p>\n<p>Easily manage and display images in post excerpts, feeds etc. using custom fields.</p>\n<p><a href=\"http://www.vjcatkick.com/?page_id=4839\">Recent Commentators</a></p>\n<p>Display recent commentators with gravator icon. This widget will not display you and your sites publishers.</p>\";}i:49;a:7:{s:5:\"title\";s:22:\"Matt: WordCamp Roundup\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11049\";s:4:\"link\";s:38:\"http://ma.tt/2009/01/wordcamp-roundup/\";s:11:\"description\";s:1320:\"<p>This month there were three WordCamps around the world: <a href=\"http://lasvegaswordcamp.com/\">WordCamp Las Vegas</a>, <a href=\"http://www.wordcampindonesia.com/\">WordCamp Indonesia</a>, and <a href=\"http://www.wordcampwhistler.com/\">WordCamp Whistler</a>. Here’s what’s coming up in the next two months. Asterisks indicate WordCamps I’ll be attending: </p>\n<ul>\n<li><a href=\"http://www.nercomp.org/events/event_single.aspx?id=1739\">WordCamp Higher Ed NorthEast</a> - February 2, Worcester, Massachusetts, USA</li>\n<li><a href=\"http://wordcamp.fr/\">WordCamp Paris</a> * - February 7, Paris, France</li>\n<li><a href=\"http://wordcamp.de/\">WordCamp Germany</a> * - February 14, Jena, Germany</li>\n<li><a href=\"http://vancouverwordcamped.org/\">WordCamp Education Vancouver</a> - February 19, Vancouver, Canada</li>\n<li><a href=\"http://www.delhibloggersbloc.com/2009/01/13/the-delhi-bloggers-community-completes-5-years-today/\">WordCamp India</a> * - February 21-22, New Delhi, India</li>\n<li><a href=\"http://wordcampmiami.com/\">WordCamp Miami</a> - February 22, Miami, Florida, USA</li>\n<li><a href=\"http://denver.wordcamp.org/\">WordCamp Denver</a> * - February 28, Denver, Colorado, USA</li>\n<li><a href=\"http://wordcampnola.com/\">WordCamp NOLA</a> - March 18-19, New Orleans, Louisiana, USA</li>\n</ul>\";s:7:\"pubdate\";s:31:\"Wed, 28 Jan 2009 22:25:21 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:1320:\"<p>This month there were three WordCamps around the world: <a href=\"http://lasvegaswordcamp.com/\">WordCamp Las Vegas</a>, <a href=\"http://www.wordcampindonesia.com/\">WordCamp Indonesia</a>, and <a href=\"http://www.wordcampwhistler.com/\">WordCamp Whistler</a>. Here’s what’s coming up in the next two months. Asterisks indicate WordCamps I’ll be attending: </p>\n<ul>\n<li><a href=\"http://www.nercomp.org/events/event_single.aspx?id=1739\">WordCamp Higher Ed NorthEast</a> - February 2, Worcester, Massachusetts, USA</li>\n<li><a href=\"http://wordcamp.fr/\">WordCamp Paris</a> * - February 7, Paris, France</li>\n<li><a href=\"http://wordcamp.de/\">WordCamp Germany</a> * - February 14, Jena, Germany</li>\n<li><a href=\"http://vancouverwordcamped.org/\">WordCamp Education Vancouver</a> - February 19, Vancouver, Canada</li>\n<li><a href=\"http://www.delhibloggersbloc.com/2009/01/13/the-delhi-bloggers-community-completes-5-years-today/\">WordCamp India</a> * - February 21-22, New Delhi, India</li>\n<li><a href=\"http://wordcampmiami.com/\">WordCamp Miami</a> - February 22, Miami, Florida, USA</li>\n<li><a href=\"http://denver.wordcamp.org/\">WordCamp Denver</a> * - February 28, Denver, Colorado, USA</li>\n<li><a href=\"http://wordcampnola.com/\">WordCamp NOLA</a> - March 18-19, New Orleans, Louisiana, USA</li>\n</ul>\";}}s:7:\"channel\";a:5:{s:5:\"title\";s:16:\"WordPress Planet\";s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:8:\"language\";s:2:\"en\";s:11:\"description\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"tagline\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(121,0,'rss_867bd5c64f85878d03a060509cd2f92c_ts','1234356409','no'); /*!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=6 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,3,'_edit_lock','1234353609'),(2,3,'_edit_last','1'),(4,7,'_edit_lock','1234356435'),(5,7,'_edit_last','1'); /*!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=8 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 (7,1,'2009-02-11 07:47:14','2009-02-11 12:47:14','Hi Guys','Test Post2',0,'','publish','closed','closed','','test-post2','','','2009-02-11 07:47:14','2009-02-11 12:47:14','',0,'http://www.sammyfigueroa.com/sammyblog1/?p=7',0,'post','',0),(2,1,'2009-02-11 06:52:35','2009-02-11 11:52:35','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-02-11 06:52:35','2009-02-11 11:52:35','',0,'http://001ae81.netsolhost.com/sammyblog1/?page_id=2',0,'page','',0),(3,1,'2009-02-11 07:00:09','0000-00-00 00:00:00','This is a test blog.\r\n\r\nI\'m making it big to see how it fits.\r\n\r\nI like to play congas.\r\n\r\nThe sound makes me happy.','Sammy Test',0,'','draft','closed','closed','','','','','2009-02-11 07:00:09','2009-02-11 12:00:09','',0,'http://www.sammyfigueroa.com/sammyblog1/?p=3',0,'post','',0),(4,1,'2009-02-11 06:57:42','2009-02-11 11:57:42','','Sammy Test',0,'','inherit','open','open','','3-revision','','','2009-02-11 06:57:42','2009-02-11 11:57:42','',3,'http://www.sammyfigueroa.com/sammyblog1/?p=4',0,'revision','',0),(5,1,'2009-02-11 06:58:46','2009-02-11 11:58:46','This is a test blog.\n\nI\'m making it big to see how it fits.\n\nI like to play congas.\n\nThe sound makes me happy.','Sammy Test',0,'','inherit','open','open','','3-revision-2','','','2009-02-11 06:58:46','2009-02-11 11:58:46','',3,'http://www.sammyfigueroa.com/sammyblog1/?p=5',0,'revision','',0),(6,1,'2009-02-11 06:59:54','2009-02-11 11:59:54','This is a test blog.\r\n\r\nI\'m making it big to see how it fits.\r\n\r\nI like to play congas.\r\n\r\nThe sound makes me happy.','Sammy Test',0,'','inherit','open','open','','3-revision-3','','','2009-02-11 06:59:54','2009-02-11 11:59:54','',3,'http://www.sammyfigueroa.com/sammyblog1/?p=6',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) NOT NULL default '0', `term_taxonomy_id` bigint(20) NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(7,1,0),(4,1,0),(3,1,0),(5,1,0),(6,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=10 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_autosave_draft_ids','a:1:{i:-1234353361;i:3;}'),(8,1,'wp_usersettings','m0=o&m1=o&m2=o&m3=o&m4=o&m5=c&m6=c&m7=o&m8=o'),(9,1,'wp_usersettingstime','1234354186'); /*!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,'sammyfigueroa','$P$BYbzh7ch1VPQG4abdBTUJR5.CYqd6a1','sammyfigueroa','sammy@sammyfigueroa.com','','2009-02-11 11:52:35','',0,'sammyfigueroa'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_001ae81_0' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2009-06-23 3:12:48