-- MySQL dump 10.11 -- -- Host: mysql1041.servage.net Database: U2961942 -- ------------------------------------------------------ -- Server version 4.0.26-standard-log /*!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` -- 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` bigint(20) unsigned 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) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned 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`) ) TYPE=MyISAM; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- INSERT INTO `wp_comments` VALUES (2,25,'Как мы женились | Красотища!','','http://krasotisha.com/2008/10/our-wedding/','92.61.146.254','2008-10-24 09:18:20','2008-10-23 23:18:20','[...] И вот мы уже идём по ковру в зал торжественной регистрации. В голове странная мысль: «Хорошо, что женщина другая будет нас поздравлять, а не та, что была на свадьбе у знакомых 20 сентября!» [...]',0,'1','Incutio XML-RPC -- WordPress/2.6.2','pingback',0,0); INSERT INTO `wp_comments` VALUES (38,136,'Freeman','','http://%/loveworld5','188.168.87.160','2010-06-13 02:48:49','2010-06-12 16:48:49','How do you do! Please e-mail me your contacts. I have a question ......\n\nThank you!...',0,'spam','','trackback',0,0); INSERT INTO `wp_comments` VALUES (39,68,'Diana','','http://%/oerrxio.ru','193.106.137.227','2010-06-15 06:20:08','2010-06-14 20:20:08','1...\n\nno more...',0,'spam','Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.15) Gecko/2009101601 Firefox/3.0.15','trackback',0,0); INSERT INTO `wp_comments` VALUES (34,68,'Monah','','http://%/loveworld1','188.168.87.11','2010-06-05 11:27:39','2010-06-05 01:27:39','хм...\n\nЧто то со ссылками...',0,'spam','','trackback',0,0); INSERT INTO `wp_comments` VALUES (35,45,'Сергей','','http://%/loveworld2','188.168.83.116','2010-06-06 09:33:34','2010-06-05 23:33:34',' Спасибо,...\n\nХотя новость уже читал...',0,'spam','','trackback',0,0); INSERT INTO `wp_comments` VALUES (36,114,'Light','','http://%/loveworld3','188.168.82.17','2010-06-07 17:04:13','2010-06-07 07:04:13','Даже не знаю...\n\nСсылки как то странно отображаются...',0,'spam','','trackback',0,0); INSERT INTO `wp_comments` VALUES (37,136,'Soviet','','http://%/loveworld4','188.168.82.194','2010-06-09 07:41:06','2010-06-08 21:41:06','Хм........\n\nСсылки как то непонятно отображаются...',0,'spam','','trackback',0,0); -- -- Table structure for table `wp_links` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned 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` bigint(20) unsigned 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`) ) TYPE=MyISAM; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- INSERT INTO `wp_links` VALUES (9,'http://vsepodarki.org.ru/category/gifts-wedding','Подарки свадьба','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''); INSERT INTO `wp_links` VALUES (8,'http://ballroom.org.ru/wedding-dance/','Свадебный танец','','',0,'Первый танец новобрачных. Вальс, Танго, Румба и др. Постановка и индивидуальное обучение.','Y',1,0,'0000-00-00 00:00:00','','',''); INSERT INTO `wp_links` VALUES (10,'http://beinfashion.ru/','Модные тенденции','','',0,'Современные модные тенденции, всё что модно в этом сезоне','Y',1,0,'0000-00-00 00:00:00','','',''); -- -- Table structure for table `wp_options` -- SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned 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`) ) TYPE=MyISAM; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- INSERT INTO `wp_options` VALUES (1,0,'siteurl','http://krasotisha.com','yes'); INSERT INTO `wp_options` VALUES (2,0,'blogname','Красотища!','yes'); INSERT INTO `wp_options` VALUES (3,0,'blogdescription','Так не хватает красоты!!!','yes'); INSERT INTO `wp_options` VALUES (4,0,'users_can_register','','yes'); INSERT INTO `wp_options` VALUES (5,0,'admin_email','alliance@ballroom.org.ru','yes'); INSERT INTO `wp_options` VALUES (6,0,'start_of_week','1','yes'); INSERT INTO `wp_options` VALUES (7,0,'use_balanceTags','','yes'); INSERT INTO `wp_options` VALUES (8,0,'use_smilies','1','yes'); INSERT INTO `wp_options` VALUES (9,0,'require_name_email','1','yes'); INSERT INTO `wp_options` VALUES (10,0,'comments_notify','1','yes'); INSERT INTO `wp_options` VALUES (11,0,'posts_per_rss','10','yes'); INSERT INTO `wp_options` VALUES (12,0,'rss_excerpt_length','50','yes'); INSERT INTO `wp_options` VALUES (13,0,'rss_use_excerpt','0','yes'); INSERT INTO `wp_options` VALUES (14,0,'mailserver_url','mail.example.com','yes'); INSERT INTO `wp_options` VALUES (15,0,'mailserver_login','login@example.com','yes'); INSERT INTO `wp_options` VALUES (16,0,'mailserver_pass','password','yes'); INSERT INTO `wp_options` VALUES (17,0,'mailserver_port','110','yes'); INSERT INTO `wp_options` VALUES (18,0,'default_category','1','yes'); INSERT INTO `wp_options` VALUES (19,0,'default_comment_status','open','yes'); INSERT INTO `wp_options` VALUES (20,0,'default_ping_status','open','yes'); INSERT INTO `wp_options` VALUES (21,0,'default_pingback_flag','1','yes'); INSERT INTO `wp_options` VALUES (22,0,'default_post_edit_rows','30','yes'); INSERT INTO `wp_options` VALUES (23,0,'posts_per_page','10','yes'); INSERT INTO `wp_options` VALUES (24,0,'what_to_show','posts','yes'); INSERT INTO `wp_options` VALUES (25,0,'date_format','F j, Y','yes'); INSERT INTO `wp_options` VALUES (26,0,'time_format','g:i a','yes'); INSERT INTO `wp_options` VALUES (27,0,'links_updated_date_format','F j, Y g:i a','yes'); INSERT INTO `wp_options` VALUES (28,0,'links_recently_updated_prepend','','yes'); INSERT INTO `wp_options` VALUES (29,0,'links_recently_updated_append','','yes'); INSERT INTO `wp_options` VALUES (30,0,'links_recently_updated_time','120','yes'); INSERT INTO `wp_options` VALUES (31,0,'comment_moderation','0','yes'); INSERT INTO `wp_options` VALUES (32,0,'moderation_notify','1','yes'); INSERT INTO `wp_options` VALUES (33,0,'permalink_structure','/%year%/%monthnum%/%postname%/','yes'); INSERT INTO `wp_options` VALUES (34,0,'gzipcompression','0','yes'); INSERT INTO `wp_options` VALUES (35,0,'hack_file','','yes'); INSERT INTO `wp_options` VALUES (36,0,'blog_charset','UTF-8','yes'); INSERT INTO `wp_options` VALUES (37,0,'moderation_keys','','no'); INSERT INTO `wp_options` VALUES (38,0,'active_plugins','a:5:{i:0;s:19:\"akismet/akismet.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:36:\"google-sitemap-generator/sitemap.php\";i:3;s:15:\"isape/iSape.php\";i:4;s:15:\"stats/stats.php\";}','yes'); INSERT INTO `wp_options` VALUES (39,0,'home','http://krasotisha.com','yes'); INSERT INTO `wp_options` VALUES (40,0,'category_base','','yes'); INSERT INTO `wp_options` VALUES (41,0,'ping_sites','http://rpc.pingomatic.com/','yes'); INSERT INTO `wp_options` VALUES (42,0,'advanced_edit','0','yes'); INSERT INTO `wp_options` VALUES (43,0,'comment_max_links','2','yes'); INSERT INTO `wp_options` VALUES (44,0,'gmt_offset','10','yes'); INSERT INTO `wp_options` VALUES (45,0,'default_email_category','1','yes'); INSERT INTO `wp_options` VALUES (46,0,'recently_edited','a:5:{i:0;s:38:\"/themes/field-of-dreams-02/sidebar.php\";i:2;s:36:\"/themes/field-of-dreams-02/style.css\";i:3;s:37:\"/themes/field-of-dreams-02/header.php\";i:4;s:37:\"/themes/field-of-dreams-02/footer.php\";i:5;s:0:\"\";}','no'); INSERT INTO `wp_options` VALUES (47,0,'use_linksupdate','','yes'); INSERT INTO `wp_options` VALUES (48,0,'template','field-of-dreams-02','yes'); INSERT INTO `wp_options` VALUES (49,0,'stylesheet','field-of-dreams-02','yes'); INSERT INTO `wp_options` VALUES (50,0,'comment_whitelist','1','yes'); INSERT INTO `wp_options` VALUES (52,0,'blacklist_keys','','no'); INSERT INTO `wp_options` VALUES (53,0,'comment_registration','1','yes'); INSERT INTO `wp_options` VALUES (54,0,'rss_language','en','yes'); INSERT INTO `wp_options` VALUES (55,0,'html_type','text/html','yes'); INSERT INTO `wp_options` VALUES (56,0,'use_trackback','0','yes'); INSERT INTO `wp_options` VALUES (57,0,'default_role','subscriber','yes'); INSERT INTO `wp_options` VALUES (58,0,'db_version','11548','yes'); INSERT INTO `wp_options` VALUES (59,0,'uploads_use_yearmonth_folders','1','yes'); INSERT INTO `wp_options` VALUES (60,0,'upload_path','wp-content/uploads','yes'); INSERT INTO `wp_options` VALUES (61,0,'secret','93606f45ff6468a80254f0e359a5def1','yes'); INSERT INTO `wp_options` VALUES (62,0,'blog_public','1','yes'); INSERT INTO `wp_options` VALUES (63,0,'default_link_category','2','yes'); INSERT INTO `wp_options` VALUES (64,0,'show_on_front','posts','yes'); INSERT INTO `wp_options` VALUES (65,0,'tag_base','','yes'); INSERT INTO `wp_options` VALUES (66,0,'show_avatars','1','yes'); INSERT INTO `wp_options` VALUES (67,0,'avatar_rating','G','yes'); INSERT INTO `wp_options` VALUES (68,0,'upload_url_path','','yes'); INSERT INTO `wp_options` VALUES (69,0,'thumbnail_size_w','150','yes'); INSERT INTO `wp_options` VALUES (70,0,'thumbnail_size_h','150','yes'); INSERT INTO `wp_options` VALUES (71,0,'thumbnail_crop','1','yes'); INSERT INTO `wp_options` VALUES (72,0,'medium_size_w','300','yes'); INSERT INTO `wp_options` VALUES (73,0,'medium_size_h','300','yes'); INSERT INTO `wp_options` VALUES (74,0,'avatar_default','mystery','yes'); INSERT INTO `wp_options` VALUES (75,0,'enable_app','','yes'); INSERT INTO `wp_options` VALUES (76,0,'enable_xmlrpc','1','yes'); INSERT INTO `wp_options` VALUES (77,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:23:\"Administrator|User role\";s:12:\"capabilities\";a:54:{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:14:\"install_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'); INSERT INTO `wp_options` VALUES (314,0,'db_upgraded','','yes'); INSERT INTO `wp_options` VALUES (315,0,'_transient_rewrite_rules','a:70:{s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:14:\".*wp-atom.php$\";s:19:\"index.php?feed=atom\";s:13:\".*wp-rdf.php$\";s:18:\"index.php?feed=rdf\";s:13:\".*wp-rss.php$\";s:18:\"index.php?feed=rss\";s:14:\".*wp-rss2.php$\";s:19:\"index.php?feed=rss2\";s:14:\".*wp-feed.php$\";s:19:\"index.php?feed=feed\";s:22:\".*wp-commentsrss2.php$\";s:34:\"index.php?feed=rss2&withcomments=1\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:42:\"tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:37:\"tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"tag/(.+?)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:12:\"tag/(.+?)/?$\";s:25:\"index.php?tag=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:69:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&tb=1\";s:64:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:52:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&paged=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&cpage=$matches[4]\";s:44:\"([0-9]{4})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]\";s:36:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:25:\".+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\".+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\".+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:18:\"(.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:18:\"(.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'); INSERT INTO `wp_options` VALUES (162,0,'akismet_discard_month','false','yes'); INSERT INTO `wp_options` VALUES (80,0,'sidebars_widgets','a:3:{s:9:\"sidebar-1\";a:5:{i:0;s:20:\"categories-256558051\";i:1;s:14:\"recent-posts-2\";i:2;s:10:\"archives-2\";i:3;s:36:\"%d1%81%d1%81%d1%8b%d0%bb%d0%ba%d0%b8\";i:4;s:11:\"isape-links\";}s:19:\"wp_inactive_widgets\";a:9:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:7:\"links-2\";i:3;s:6:\"meta-2\";i:4;s:8:\"search-2\";i:5;s:6:\"text-2\";i:6;s:17:\"recent-comments-2\";i:7;s:5:\"rss-2\";i:8;s:11:\"tag_cloud-2\";}s:13:\"array_version\";i:3;}','yes'); INSERT INTO `wp_options` VALUES (82,0,'auth_salt','3xfolftnS2Ol','yes'); INSERT INTO `wp_options` VALUES (83,0,'logged_in_salt','t825eHUSy@O$','yes'); INSERT INTO `wp_options` VALUES (84,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:21:\"http://krasotisha.com\";s:4:\"link\";s:103:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://krasotisha.com/\";s:3:\"url\";s:136:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://krasotisha.com/\";s:5:\"items\";i:5;s:9:\"show_date\";i: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:15;}}','yes'); INSERT INTO `wp_options` VALUES (105,0,'current_theme','Field of Dreams','yes'); INSERT INTO `wp_options` VALUES (86,0,'rss_1ae99384417c9dd2c09d13a38df5f5e0','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:48:\"link:http://krasotisha.com/ - Google Blog Search\";s:4:\"link\";s:106:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=10&q=link:http://krasotisha.com/\";s:11:\"description\";s:82:\"Your search - link:http://krasotisha.com/ - 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:82:\"Your search - link:http://krasotisha.com/ - 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'); INSERT INTO `wp_options` VALUES (87,0,'rss_1ae99384417c9dd2c09d13a38df5f5e0_ts','1247924437','no'); INSERT INTO `wp_options` VALUES (88,0,'rss_a5420c83891a9c88ad2a4f04584a5efc','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;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:1;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:2;a:7:{s:5:\"title\";s:25:\"joostdevalk on \"Sociable\"\";s:4:\"link\";s:55:\"http://wordpress.org/extend/plugins/sociable/#post-2865\";s:7:\"pubdate\";s:31:\"Thu, 31 Jan 2008 11:36:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"joostdevalk\";}s:4:\"guid\";s:41:\"2865@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:100:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.\";s:7:\"summary\";s:100:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.\";}i:3;a:7:{s:5:\"title\";s:30:\"arnee on \"Google XML Sitemaps\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"arnee\";}s:4:\"guid\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:87:\"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.\";s:7:\"summary\";s:87:\"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.\";}i:4;a:7:{s:5:\"title\";s: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:37:\"cavemonkey50 on \"Google Analyticator\"\";s:4:\"link\";s:65:\"http://wordpress.org/extend/plugins/google-analyticator/#post-130\";s:7:\"pubdate\";s:31:\"Fri, 09 Mar 2007 22:31:18 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"cavemonkey50\";}s:4:\"guid\";s:40:\"130@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:107:\"Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.\";s:7:\"summary\";s:107:\"Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.\";}i:6;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:7;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:8;a:7:{s:5:\"title\";s:53:\"micropat on \"Add to Any: Share/Bookmark/Email Button\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/add-to-any/#post-498\";s:7:\"pubdate\";s:31:\"Sat, 17 Mar 2007 23:08:16 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:8:\"micropat\";}s:4:\"guid\";s:40:\"498@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:147:\"Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.\";s:7:\"summary\";s:147:\"Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.\";}i:9;a:7:{s:5:\"title\";s:25:\"manojtd on \"Easy AdSense\"\";s:4:\"link\";s:60:\"http://wordpress.org/extend/plugins/easy-adsenser/#post-7844\";s:7:\"pubdate\";s:31:\"Wed, 26 Nov 2008 13:10:11 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"manojtd\";}s:4:\"guid\";s:41:\"7844@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:148:\"Easy AdSense manages all aspects of Google AdSense for your blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete!\";s:7:\"summary\";s:148:\"Easy AdSense manages all aspects of Google AdSense for your blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete!\";}i:10;a:7:{s:5:\"title\";s:36:\"flipper on \"Page Flip Image Gallery\"\";s:4:\"link\";s:70:\"http://wordpress.org/extend/plugins/page-flip-image-gallery/#post-7590\";s:7:\"pubdate\";s:31:\"Fri, 07 Nov 2008 06:44:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"flipper\";}s:4:\"guid\";s:41:\"7590@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:108:\"FlippingBook Wordpress Gallery plugin helps you to create Image Gallery with Page Flip effects on your blog.\";s:7:\"summary\";s:108:\"FlippingBook Wordpress Gallery plugin helps you to create Image Gallery with Page Flip effects on your blog.\";}i:11;a:7:{s:5:\"title\";s:47:\"joostdevalk on \"Google Analytics for WordPress\"\";s:4:\"link\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"pubdate\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"joostdevalk\";}s:4:\"guid\";s:41:\"2316@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"The Google Analytics for WordPress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within c\";s:7:\"summary\";s:150:\"The Google Analytics for WordPress plugin automatically tracks and segments all outbound links from within posts, comment author links, links within c\";}i:12;a:7:{s:5:\"title\";s:35:\"Utkarsh Kukreti on \"Plugin Manager\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/plugin-manager/#post-6737\";s:7:\"pubdate\";s:31:\"Fri, 22 Aug 2008 16:11:19 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:15:\"Utkarsh Kukreti\";}s:4:\"guid\";s:41:\"6737@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:129:\"View, download and install plugins from WordPress.org Plugin Database from an AJAX\'ed interface with a single click of the mouse.\";s:7:\"summary\";s:129:\"View, download and install plugins from WordPress.org Plugin Database from an AJAX\'ed interface with a single click of the mouse.\";}i:13;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:14;a:7:{s:5:\"title\";s:34:\"WebGeek on \"WP-SpamFree Anti-Spam\"\";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:134:\"Powerful anti-spam plugin that eliminates blog comment spam. Finally, you can enjoy a spam-free WordPress blog! Includes contact form.\";s:7:\"summary\";s:134:\"Powerful anti-spam plugin that eliminates blog comment spam. Finally, you can enjoy a spam-free WordPress blog! Includes contact form.\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:12:\"Most Popular\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:12:\"Most Popular\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Sat, 18 Jul 2009 13:40:37 +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\";}s:13:\"last_modified\";s:21:\"2007-03-09 22:11:30\r\n\";s:4:\"etag\";s:36:\"\"8675051e89bf6e8eba42545ba20839d9\"\r\n\";}','no'); INSERT INTO `wp_options` VALUES (89,0,'rss_a5420c83891a9c88ad2a4f04584a5efc_ts','1247924438','no'); INSERT INTO `wp_options` VALUES (90,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:13:{s:5:\"title\";s:15:\"WordPress 2.8.1\";s:4:\"link\";s:57:\"http://wordpress.org/development/2009/07/wordpress-2-8-1/\";s:8:\"comments\";s:66:\"http://wordpress.org/development/2009/07/wordpress-2-8-1/#comments\";s:7:\"pubdate\";s:31:\"Thu, 09 Jul 2009 20:20:54 +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=836\";s:11:\"description\";s:352:\"WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.\nWhat [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:2224:\"

WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.

\n

What else is new since 2.8?  Read through the highlights below, or  view all changes since 2.8

\n\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:62:\"http://wordpress.org/development/2009/07/wordpress-2-8-1/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:3:\"235\";}s:7:\"summary\";s:352:\"WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.\nWhat [...]\";s:12:\"atom_content\";s:2224:\"

WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.

\n

What else is new since 2.8?  Read through the highlights below, or  view all changes since 2.8

\n\n\";}i:1;a:13:{s:5:\"title\";s:35:\"WordPress 2.8.1 Release Candidate 1\";s:4:\"link\";s:77:\"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/\";s:8:\"comments\";s:86:\"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/#comments\";s:7:\"pubdate\";s:31:\"Tue, 07 Jul 2009 17:04:45 +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=833\";s:11:\"description\";s:227:\"2.8.1 is nigh.  Release Candidate 1 is our last stop before the final release.  Please download RC1, review the changes made since beta 2, and have a look at all of the tickets fixed in 2.8.1.  Thanks for testing WordPress.\n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:586:\"

2.8.1 is nigh.  Release Candidate 1 is our last stop before the final release.  Please download RC1, review the changes made since beta 2, and have a look at all of the tickets fixed in 2.8.1.  Thanks for testing WordPress.

\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:82:\"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"36\";}s:7:\"summary\";s:227:\"2.8.1 is nigh.  Release Candidate 1 is our last stop before the final release.  Please download RC1, review the changes made since beta 2, and have a look at all of the tickets fixed in 2.8.1.  Thanks for testing WordPress.\n\";s:12:\"atom_content\";s:586:\"

2.8.1 is nigh.  Release Candidate 1 is our last stop before the final release.  Please download RC1, review the changes made since beta 2, and have a look at all of the tickets fixed in 2.8.1.  Thanks for testing WordPress.

\n\";}i:2;a:13:{s:5:\"title\";s:27:\"Vote for 2.9 Media Features\";s:4:\"link\";s:69:\"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/\";s:8:\"comments\";s:78:\"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/#comments\";s:7:\"pubdate\";s:31:\"Tue, 07 Jul 2009 14:32:10 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Jane Wells\";}s:8:\"category\";s:19:\"DevelopmentFeatures\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=816\";s:11:\"description\";s:351:\"Last Wednesday, the core development team and a number of contributing developers met in the IRC #wordpress-dev channel to talk about which features should be included in version 2.9, which is now entering the development phase. We’ve been planning to focus on media features in 2.9 for some time, and unsurprisingly, it was media features [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:4793:\"

Last Wednesday, the core development team and a number of contributing developers met in the IRC #wordpress-dev channel to talk about which features should be included in version 2.9, which is now entering the development phase. We’ve been planning to focus on media features in 2.9 for some time, and unsurprisingly, it was media features that dominated the discussion.* A large percentage of the requests we get from users are for more/better media features, so we’ve decided to focus 2.9 on building an infrastructure for improved media handling that we can continue to build on in versions to come. In that vein, we need your input to determine which features to prioritize and build sooner rather than later.

\n

These are the features that we’re asking people to vote on (in alphabetical, not prioritized, order):

\n

Additional Media Filters: In the uploader, you can currently upload an image from your hard drive, link to an image from a URL, or select an image from the Media Library. This proposed feature would add links in the Media Library pane that would allow you to filter images to those that had been used most recently, used most often, and/or marked as a favorite. These filters would be available on the Media Library screen as well.
\n
\nBasic Image Editing:
Enable cropping, resizing and 90-degree rotation of uploaded images.
\n
\nBetter Media Settings:
Enable the creation of more default media settings controlled in the Settings section, and allow settings to be overridden  during the individual media upload process as needed.

\n

Bulk Media Import API: Develop an API to allow for bulk media importing by plugins or importers.
\n
\nCustom Image Sizes:
Instead of hardcoded thumbnail, medium, large, etc. image sizes, custom image sizes would allow you to configure the maximum dimensions for each of the sizes.

\n

Easier Embeds: Make it easier to embed third-party content such as YouTube videos, etc. Similar to Viper’s Video Quicktags plugin.

\n

Media Albums: Ability to create and edit photo albums that can stand alone (as opposed to galleries being tied only to a post), including photostream functionality.
\n
\nMedia Metadata:
Enable the use of categories and tags on media files.

\n

Photostream: Create a Flickr-style photostream that simply displays images in a chronological stream (as opposed to grouping in galleries).

\n

Post thumbnails: Choose an image to appear as a thumbnail with your post/article/excerpt.

\n

Revised Media UI: Redesign the uploader UI to make uploading and editing media files a simpler, more user-friendly process.

\n

These descriptions are repeated in the beginning of the voting survey, so if you forget what something means you’ll be able to scroll up to remind yourself. Only the first question (pick your top choice) is mandatory. This survey isn’t very long. Question two lets you assign a general high/low priority to each of the 11 feature suggestions, while question 3 asks you to rank the 11 features in order of priority from 1-11. A text box or two allow you to make additional suggestions, and that’s it. The survey is anonymous, and will be open all week, until Friday, July 10, 2009 at 11:59 PM UTC.

\n


\n
\n

\n

No JavaScript? Take the survey here.

\n

Results of the survey will be used to help developers decide which features to focus on for version 2.9. The 2.9 anticipated feature list will be posted here later in July, after the priority has been determined. How many contributing developers are available to code various features will play a large part in the decision-making process, so if you’ve ever thought of contributing code to WordPress development, now’s a great time to get involved. Developer chats are held each Wednesday in the IRC channel (irc.freenode.com #wordpress-dev) at 9 PM UTC (5pm Eastern, 2pm Pacific).

\n

* – Other non-media features that were discussed either were determined to be better held for a future version for technical reasons, or were so widely desired that they were accepted for the 2.9 roadmap without requiring a vote.

\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:74:\"http://wordpress.org/development/2009/07/vote-for-2-9-media-features/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"34\";}s:7:\"summary\";s:351:\"Last Wednesday, the core development team and a number of contributing developers met in the IRC #wordpress-dev channel to talk about which features should be included in version 2.9, which is now entering the development phase. We’ve been planning to focus on media features in 2.9 for some time, and unsurprisingly, it was media features [...]\";s:12:\"atom_content\";s:4793:\"

Last Wednesday, the core development team and a number of contributing developers met in the IRC #wordpress-dev channel to talk about which features should be included in version 2.9, which is now entering the development phase. We’ve been planning to focus on media features in 2.9 for some time, and unsurprisingly, it was media features that dominated the discussion.* A large percentage of the requests we get from users are for more/better media features, so we’ve decided to focus 2.9 on building an infrastructure for improved media handling that we can continue to build on in versions to come. In that vein, we need your input to determine which features to prioritize and build sooner rather than later.

\n

These are the features that we’re asking people to vote on (in alphabetical, not prioritized, order):

\n

Additional Media Filters: In the uploader, you can currently upload an image from your hard drive, link to an image from a URL, or select an image from the Media Library. This proposed feature would add links in the Media Library pane that would allow you to filter images to those that had been used most recently, used most often, and/or marked as a favorite. These filters would be available on the Media Library screen as well.
\n
\nBasic Image Editing:
Enable cropping, resizing and 90-degree rotation of uploaded images.
\n
\nBetter Media Settings:
Enable the creation of more default media settings controlled in the Settings section, and allow settings to be overridden  during the individual media upload process as needed.

\n

Bulk Media Import API: Develop an API to allow for bulk media importing by plugins or importers.
\n
\nCustom Image Sizes:
Instead of hardcoded thumbnail, medium, large, etc. image sizes, custom image sizes would allow you to configure the maximum dimensions for each of the sizes.

\n

Easier Embeds: Make it easier to embed third-party content such as YouTube videos, etc. Similar to Viper’s Video Quicktags plugin.

\n

Media Albums: Ability to create and edit photo albums that can stand alone (as opposed to galleries being tied only to a post), including photostream functionality.
\n
\nMedia Metadata:
Enable the use of categories and tags on media files.

\n

Photostream: Create a Flickr-style photostream that simply displays images in a chronological stream (as opposed to grouping in galleries).

\n

Post thumbnails: Choose an image to appear as a thumbnail with your post/article/excerpt.

\n

Revised Media UI: Redesign the uploader UI to make uploading and editing media files a simpler, more user-friendly process.

\n

These descriptions are repeated in the beginning of the voting survey, so if you forget what something means you’ll be able to scroll up to remind yourself. Only the first question (pick your top choice) is mandatory. This survey isn’t very long. Question two lets you assign a general high/low priority to each of the 11 feature suggestions, while question 3 asks you to rank the 11 features in order of priority from 1-11. A text box or two allow you to make additional suggestions, and that’s it. The survey is anonymous, and will be open all week, until Friday, July 10, 2009 at 11:59 PM UTC.

\n


\n
\n

\n

No JavaScript? Take the survey here.

\n

Results of the survey will be used to help developers decide which features to focus on for version 2.9. The 2.9 anticipated feature list will be posted here later in July, after the priority has been determined. How many contributing developers are available to code various features will play a large part in the decision-making process, so if you’ve ever thought of contributing code to WordPress development, now’s a great time to get involved. Developer chats are held each Wednesday in the IRC channel (irc.freenode.com #wordpress-dev) at 9 PM UTC (5pm Eastern, 2pm Pacific).

\n

* – Other non-media features that were discussed either were determined to be better held for a future version for technical reasons, or were so widely desired that they were accepted for the 2.9 roadmap without requiring a vote.

\n\";}i:3;a:13:{s:5:\"title\";s:19:\"Themes are GPL, too\";s:4:\"link\";s:60:\"http://wordpress.org/development/2009/07/themes-are-gpl-too/\";s:8:\"comments\";s:69:\"http://wordpress.org/development/2009/07/themes-are-gpl-too/#comments\";s:7:\"pubdate\";s:31:\"Thu, 02 Jul 2009 05:50:35 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:4:\"Meta\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=810\";s:11:\"description\";s:348:\"If WordPress were a country, our Bill of Rights would be the GPL because it protects our core freedoms. We’ve always done our best to keep WordPress.org clean and only promote things that are completely compatible and legal with WordPress’s license. There have been some questions in the community about whether the GPL applies to [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:5925:\"

If WordPress were a country, our Bill of Rights would be the GPL because it protects our core freedoms. We’ve always done our best to keep WordPress.org clean and only promote things that are completely compatible and legal with WordPress’s license. There have been some questions in the community about whether the GPL applies to themes like we’ve always assumed. To help clarify this point, I reached out to the Software Freedom Law Center, the world’s preeminent experts on the GPL, which spent time with WordPress’s code, community, and provided us with an official legal opinion. One sentence summary: PHP in WordPress themes must be GPL, artwork and CSS may be but are not required.

\n

Matt,

\n

You asked the Software Freedom Law Center to clarify the status of themes as derivative works of WordPress, a content management software package written in PHP and licensed under version 2 of the GNU General Public License.

\n

We examined release candidate 1 of WordPress 2.8, which you provided to us at http://wordpress.org/wordpress-2.8-RC1.tar.gz. The “classic” and “default” themes included in that release candidate comprise various PHP and CSS files along with an optional directory of images. The PHP files contain a mix of HTML markup and PHP calls to
\nWordPress functions. There is some programmatic logic in the PHP code, including loops and conditionals.

\n

When WordPress is started, it executes various routines that prepare information for use by themes. In normal use, control is then transferred via PHP’s include() function to HTML and PHP templates found in theme package files. The PHP code in those template files relies on the earlier-prepared information to fill the templates for serving to the client.

\n

On the basis of that version of WordPress, and considering those themes as if they had been added to WordPress by a third party, it is our opinion that the themes presented, and any that are substantially similar, contain elements that are derivative works of the WordPress software as well as elements that are potentially separate works. Specifically, the CSS files and material contained in the images directory of the “default” theme are works separate from the WordPress code. On the other hand, the PHP and HTML code that is intermingled with and operated on by PHP the code derives from the WordPress code.

\n

In the WordPress themes, CSS files and images exist purely as data to be served by a web server. WordPress itself ignores these files[1]. The CSS and image files are simply read by the server as data and delivered verbatim to the user, avoiding the WordPress instance altogether. The CSS and images could easily be used with a range of HTML documents and read and displayed by a variety of software having no relation to WordPress. As such, these files are separate works from the WordPress code itself.

\n

The PHP elements, taken together, are clearly derivative of WordPress code. The template is loaded via the include() function. Its contents are combined with the WordPress code in memory to be processed by PHP along with (and completely indistinguishable from) the rest of WordPress. The PHP code consists largely of calls to WordPress functions and sparse, minimal logic to control which WordPress functions are accessed and how many times they will be called. They are derivative of WordPress because every part of them is determined by the content of the WordPress functions they call. As works of authorship, they are designed only to be combined with WordPress into a larger work.

\n

HTML elements are intermingled with PHP in the two themes presented. These snippets of HTML interspersed with PHP throughout the theme PHP files together form a work whose form is highly dependent on the PHP and thus derivative of it.

\n

In conclusion, the WordPress themes supplied contain elements that are derivative of WordPress’s copyrighted code. These themes, being collections of distinct works (images, CSS files, PHP files), need not be GPL-licensed as a whole. Rather, the PHP files are subject to the requirements of the GPL while the images and CSS are not. Third-party developers of such themes may apply restrictive copyrights to these elements if they wish.

\n

Finally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress’s copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.

\n

Sincerely,
\nJames Vasile
\nSoftware Freedom Law Center

\n

[1] There is one exception. WordPress does reads CSS and image files to create previews of templates for the template selection portion of the administrative interface. Even in that case, though, nothing in those files calls any WordPress functions, is treated as a command by PHP, or alters any other WordPress data structure. These files are read as data and used to create an image and display a miniaturized version of a webpage to the user.

\n

Even though graphics and CSS aren’t required to be GPL legally, the lack thereof is pretty limiting. Can you imagine WordPress without any CSS or javascript? So as before, we will only promote and host things on WordPress.org that are 100% GPL or compatible. To celebrate a few folks creating 100% GPL themes and providing support and other services around them, we have a new page listing GPL commercially supported themes.

\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://wordpress.org/development/2009/07/themes-are-gpl-too/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"68\";}s:7:\"summary\";s:348:\"If WordPress were a country, our Bill of Rights would be the GPL because it protects our core freedoms. We’ve always done our best to keep WordPress.org clean and only promote things that are completely compatible and legal with WordPress’s license. There have been some questions in the community about whether the GPL applies to [...]\";s:12:\"atom_content\";s:5925:\"

If WordPress were a country, our Bill of Rights would be the GPL because it protects our core freedoms. We’ve always done our best to keep WordPress.org clean and only promote things that are completely compatible and legal with WordPress’s license. There have been some questions in the community about whether the GPL applies to themes like we’ve always assumed. To help clarify this point, I reached out to the Software Freedom Law Center, the world’s preeminent experts on the GPL, which spent time with WordPress’s code, community, and provided us with an official legal opinion. One sentence summary: PHP in WordPress themes must be GPL, artwork and CSS may be but are not required.

\n

Matt,

\n

You asked the Software Freedom Law Center to clarify the status of themes as derivative works of WordPress, a content management software package written in PHP and licensed under version 2 of the GNU General Public License.

\n

We examined release candidate 1 of WordPress 2.8, which you provided to us at http://wordpress.org/wordpress-2.8-RC1.tar.gz. The “classic” and “default” themes included in that release candidate comprise various PHP and CSS files along with an optional directory of images. The PHP files contain a mix of HTML markup and PHP calls to
\nWordPress functions. There is some programmatic logic in the PHP code, including loops and conditionals.

\n

When WordPress is started, it executes various routines that prepare information for use by themes. In normal use, control is then transferred via PHP’s include() function to HTML and PHP templates found in theme package files. The PHP code in those template files relies on the earlier-prepared information to fill the templates for serving to the client.

\n

On the basis of that version of WordPress, and considering those themes as if they had been added to WordPress by a third party, it is our opinion that the themes presented, and any that are substantially similar, contain elements that are derivative works of the WordPress software as well as elements that are potentially separate works. Specifically, the CSS files and material contained in the images directory of the “default” theme are works separate from the WordPress code. On the other hand, the PHP and HTML code that is intermingled with and operated on by PHP the code derives from the WordPress code.

\n

In the WordPress themes, CSS files and images exist purely as data to be served by a web server. WordPress itself ignores these files[1]. The CSS and image files are simply read by the server as data and delivered verbatim to the user, avoiding the WordPress instance altogether. The CSS and images could easily be used with a range of HTML documents and read and displayed by a variety of software having no relation to WordPress. As such, these files are separate works from the WordPress code itself.

\n

The PHP elements, taken together, are clearly derivative of WordPress code. The template is loaded via the include() function. Its contents are combined with the WordPress code in memory to be processed by PHP along with (and completely indistinguishable from) the rest of WordPress. The PHP code consists largely of calls to WordPress functions and sparse, minimal logic to control which WordPress functions are accessed and how many times they will be called. They are derivative of WordPress because every part of them is determined by the content of the WordPress functions they call. As works of authorship, they are designed only to be combined with WordPress into a larger work.

\n

HTML elements are intermingled with PHP in the two themes presented. These snippets of HTML interspersed with PHP throughout the theme PHP files together form a work whose form is highly dependent on the PHP and thus derivative of it.

\n

In conclusion, the WordPress themes supplied contain elements that are derivative of WordPress’s copyrighted code. These themes, being collections of distinct works (images, CSS files, PHP files), need not be GPL-licensed as a whole. Rather, the PHP files are subject to the requirements of the GPL while the images and CSS are not. Third-party developers of such themes may apply restrictive copyrights to these elements if they wish.

\n

Finally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress’s copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.

\n

Sincerely,
\nJames Vasile
\nSoftware Freedom Law Center

\n

[1] There is one exception. WordPress does reads CSS and image files to create previews of templates for the template selection portion of the administrative interface. Even in that case, though, nothing in those files calls any WordPress functions, is treated as a command by PHP, or alters any other WordPress data structure. These files are read as data and used to create an image and display a miniaturized version of a webpage to the user.

\n

Even though graphics and CSS aren’t required to be GPL legally, the lack thereof is pretty limiting. Can you imagine WordPress without any CSS or javascript? So as before, we will only promote and host things on WordPress.org that are 100% GPL or compatible. To celebrate a few folks creating 100% GPL themes and providing support and other services around them, we have a new page listing GPL commercially supported themes.

\n\";}i:4;a:13:{s:5:\"title\";s:22:\"WordPress 2.8.1 Beta 2\";s:4:\"link\";s:64:\"http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-2/\";s:8:\"comments\";s:73:\"http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-2/#comments\";s:7:\"pubdate\";s:31:\"Fri, 26 Jun 2009 20:06:31 +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=801\";s:11:\"description\";s:346:\"2.8.1 Beta 2 is ready for testing.  Download it, check out the changes since beta 1, and review all tickets fixed in 2.8.1.  We especially suggest, recommend, and beg that plugin developers test their plugins against beta 2 and let us know of any issues.  Notable fixes in beta 2:\n\nTranslation of role names fixed\nwp_page_menu() defaults [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1210:\"

2.8.1 Beta 2 is ready for testing.  Download it, check out the changes since beta 1, and review all tickets fixed in 2.8.1.  We especially suggest, recommend, and beg that plugin developers test their plugins against beta 2 and let us know of any issues.  Notable fixes in beta 2:

\n\n

Thanks again for testing WordPress.

\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:69:\"http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-2/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"45\";}s:7:\"summary\";s:346:\"2.8.1 Beta 2 is ready for testing.  Download it, check out the changes since beta 1, and review all tickets fixed in 2.8.1.  We especially suggest, recommend, and beg that plugin developers test their plugins against beta 2 and let us know of any issues.  Notable fixes in beta 2:\n\nTranslation of role names fixed\nwp_page_menu() defaults [...]\";s:12:\"atom_content\";s:1210:\"

2.8.1 Beta 2 is ready for testing.  Download it, check out the changes since beta 1, and review all tickets fixed in 2.8.1.  We especially suggest, recommend, and beg that plugin developers test their plugins against beta 2 and let us know of any issues.  Notable fixes in beta 2:

\n\n

Thanks again for testing WordPress.

\n\";}i:5;a:13:{s:5:\"title\";s:22:\"WordPress 2.8.1 Beta 1\";s:4:\"link\";s:64:\"http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-1/\";s:8:\"comments\";s:73:\"http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-1/#comments\";s:7:\"pubdate\";s:31:\"Sun, 21 Jun 2009 00:05:14 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Ryan Boren\";}s:8:\"category\";s:19:\"DevelopmentReleases\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=794\";s:11:\"description\";s:321:\"We’ve started work on the first maintenance release to 2.8.  2.8.1 will fix a handful of bugs that turned up in 2.8.  Today we’re releasing the first beta of 2.8.1.  Download it, and check out the bugs fixed so far.  Here are some of the notable issues that are fixed in beta 1.\n\nCertain themes were [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:1371:\"

We’ve started work on the first maintenance release to 2.8.  2.8.1 will fix a handful of bugs that turned up in 2.8.  Today we’re releasing the first beta of 2.8.1.  Download it, and check out the bugs fixed so far.  Here are some of the notable issues that are fixed in beta 1.

\n\n

If you would like to automatically upgrade from 2.8 to 2.8.1 Beta 1, follow these instructions.  Thanks for testing WordPress.

\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:69:\"http://wordpress.org/development/2009/06/wordpress-2-8-1-beta-1/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"58\";}s:7:\"summary\";s:321:\"We’ve started work on the first maintenance release to 2.8.  2.8.1 will fix a handful of bugs that turned up in 2.8.  Today we’re releasing the first beta of 2.8.1.  Download it, and check out the bugs fixed so far.  Here are some of the notable issues that are fixed in beta 1.\n\nCertain themes were [...]\";s:12:\"atom_content\";s:1371:\"

We’ve started work on the first maintenance release to 2.8.  2.8.1 will fix a handful of bugs that turned up in 2.8.  Today we’re releasing the first beta of 2.8.1.  Download it, and check out the bugs fixed so far.  Here are some of the notable issues that are fixed in beta 1.

\n\n

If you would like to automatically upgrade from 2.8 to 2.8.1 Beta 1, follow these instructions.  Thanks for testing WordPress.

\n\";}i:6;a:13:{s:5:\"title\";s:37:\"2.8 Release Jazzes Themes and Widgets\";s:4:\"link\";s:54:\"http://wordpress.org/development/2009/06/wordpress-28/\";s:8:\"comments\";s:63:\"http://wordpress.org/development/2009/06/wordpress-28/#comments\";s:7:\"pubdate\";s:31:\"Thu, 11 Jun 2009 02:01:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:8:\"category\";s:8:\"Releases\";s:4:\"guid\";s:39:\"http://wordpress.org/development/?p=788\";s:11:\"description\";s:366:\"I’m very excited to announce to everyone that the latest and greatest version of WordPress, version 2.8 “Baker,” is immediately available for download. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. This release is named in honor of [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:3161:\"

I’m very excited to announce to everyone that the latest and greatest version of WordPress, version 2.8 “Baker,” is immediately available for download. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. This release is named in honor of noted trumpeter and vocalist Chet Baker. Here’s a quick video overview of everything in the new release:

\n

\n

The first thing you’ll notice is that visually 2.8 feels a lot like 2.7, just with some minor tweaks here and there. However once you’ll dig in you’ll begin to appreciate the changes.

\n

Major New Improvements

\n

First and foremost, 2.8 is way faster to use. We’ve changed the way WordPress does style and scripting.

\n

The core and plugin updaters in previous versions of WordPress have been such a success we decided to bring the same to themes. You can now browse the entire theme directory and install a theme with one click from the comfort of your WordPress dashboard.

\n

If you make edits or tweaks to themes or plugins from your dashboard, you’ll appreciate the new CodePress editor which gives syntax highlighting to the previously-plain editor. Also there is now contextual documentation for the functions in the file you’re editing linked right below the editor.

\n

If you were ever frustrated with widgets before, this release should be your savior. We’ve completely redesigned the widgets interface (which we didn’t have time to in 2.7) to allow you to do things like edit widgets on the fly, have multiple copies of the same widget, drag and drop widgets between sidebars, and save inactive widgets so you don’t lose all their settings. Developers now have access to a much cleaner and robust API for creating widgets as well.

\n

Finally you should explore the new Screen Options on every page. It’s the tab in the top right. Now, for example, if you have a wide monitor you could set up your dashboard to have four columns of widgets instead of the two it has by default. On other pages you can change how many items show per page.

\n

And Even More

\n

You can read the full list of over 180 new features, changes, upgrades, and improvements on the Codex. The list is exhausting!

\n

The Future

\n

We’re already thinking hard about the next versions, 2.9 and 3.0. Keep an eye out for improved media handling, better dependency checking, versioning of templates and themes, and of course the fabled merging of WordPress and MU announced at WordCamp San Francisco two weeks ago.

\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:59:\"http://wordpress.org/development/2009/06/wordpress-28/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:3:\"615\";}s:7:\"summary\";s:366:\"I’m very excited to announce to everyone that the latest and greatest version of WordPress, version 2.8 “Baker,” is immediately available for download. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. This release is named in honor of [...]\";s:12:\"atom_content\";s:3161:\"

I’m very excited to announce to everyone that the latest and greatest version of WordPress, version 2.8 “Baker,” is immediately available for download. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. This release is named in honor of noted trumpeter and vocalist Chet Baker. Here’s a quick video overview of everything in the new release:

\n

\n

The first thing you’ll notice is that visually 2.8 feels a lot like 2.7, just with some minor tweaks here and there. However once you’ll dig in you’ll begin to appreciate the changes.

\n

Major New Improvements

\n

First and foremost, 2.8 is way faster to use. We’ve changed the way WordPress does style and scripting.

\n

The core and plugin updaters in previous versions of WordPress have been such a success we decided to bring the same to themes. You can now browse the entire theme directory and install a theme with one click from the comfort of your WordPress dashboard.

\n

If you make edits or tweaks to themes or plugins from your dashboard, you’ll appreciate the new CodePress editor which gives syntax highlighting to the previously-plain editor. Also there is now contextual documentation for the functions in the file you’re editing linked right below the editor.

\n

If you were ever frustrated with widgets before, this release should be your savior. We’ve completely redesigned the widgets interface (which we didn’t have time to in 2.7) to allow you to do things like edit widgets on the fly, have multiple copies of the same widget, drag and drop widgets between sidebars, and save inactive widgets so you don’t lose all their settings. Developers now have access to a much cleaner and robust API for creating widgets as well.

\n

Finally you should explore the new Screen Options on every page. It’s the tab in the top right. Now, for example, if you have a wide monitor you could set up your dashboard to have four columns of widgets instead of the two it has by default. On other pages you can change how many items show per page.

\n

And Even More

\n

You can read the full list of over 180 new features, changes, upgrades, and improvements on the Codex. The list is exhausting!

\n

The Future

\n

We’re already thinking hard about the next versions, 2.9 and 3.0. Keep an eye out for improved media handling, better dependency checking, versioning of templates and themes, and of course the fabled merging of WordPress and MU announced at WordCamp San Francisco two weeks ago.

\n\";}i:7;a:13:{s:5:\"title\";s:33:\"WordPress 2.8 Release Candidate 1\";s:4:\"link\";s:75:\"http://wordpress.org/development/2009/06/wordpress-2-8-release-candidate-1/\";s:8:\"comments\";s:84:\"http://wordpress.org/development/2009/06/wordpress-2-8-release-candidate-1/#comments\";s:7:\"pubdate\";s:31:\"Sun, 07 Jun 2009 23:29:49 +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=783\";s:11:\"description\";s:295:\"With Release Candidate 1, we think WordPress 2.8 is ready and complete.  Download it, test it, and tell us what you think.  If you don’t uncover any bad bugs, 2.8 will be released on Wednesday the 10th.\nIf you’re interested in what has changed since beta 2, consult the changelog.\n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:505:\"

With Release Candidate 1, we think WordPress 2.8 is ready and complete.  Download it, test it, and tell us what you think.  If you don’t uncover any bad bugs, 2.8 will be released on Wednesday the 10th.

\n

If you’re interested in what has changed since beta 2, consult the changelog.

\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:80:\"http://wordpress.org/development/2009/06/wordpress-2-8-release-candidate-1/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:3:\"108\";}s:7:\"summary\";s:295:\"With Release Candidate 1, we think WordPress 2.8 is ready and complete.  Download it, test it, and tell us what you think.  If you don’t uncover any bad bugs, 2.8 will be released on Wednesday the 10th.\nIf you’re interested in what has changed since beta 2, consult the changelog.\n\";s:12:\"atom_content\";s:505:\"

With Release Candidate 1, we think WordPress 2.8 is ready and complete.  Download it, test it, and tell us what you think.  If you don’t uncover any bad bugs, 2.8 will be released on Wednesday the 10th.

\n

If you’re interested in what has changed since beta 2, consult the changelog.

\n\";}i:8;a:13:{s:5:\"title\";s:49:\"Summary of #wordpress-dev IRC meetup for 20090603\";s:4:\"link\";s:90:\"http://wordpress.org/development/2009/06/summary-of-wordpress-dev-irc-meetup-for-20090603/\";s:8:\"comments\";s:99:\"http://wordpress.org/development/2009/06/summary-of-wordpress-dev-irc-meetup-for-20090603/#comments\";s:7:\"pubdate\";s:31:\"Wed, 03 Jun 2009 22:30:51 +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=778\";s:11:\"description\";s:358:\"\nNext Wednesday, June 10th, is the target date for the release of\nWordPress 2.8.  Tickets against the 2.8 milestone that are not\nblockers will be postponed to another release.\nWP 2.9 will require MySQL 4.1.2 or greater.  This is raised from the current requirement of 4.0.\nChecks will be added to the automatic upgrader that will prevent upgrading to [...]\";s:7:\"content\";a:1:{s:7:\"encoded\";s:848:\"\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:95:\"http://wordpress.org/development/2009/06/summary-of-wordpress-dev-irc-meetup-for-20090603/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"64\";}s:7:\"summary\";s:358:\"\nNext Wednesday, June 10th, is the target date for the release of\nWordPress 2.8.  Tickets against the 2.8 milestone that are not\nblockers will be postponed to another release.\nWP 2.9 will require MySQL 4.1.2 or greater.  This is raised from the current requirement of 4.0.\nChecks will be added to the automatic upgrader that will prevent upgrading to [...]\";s:12:\"atom_content\";s:848:\"\n\";}i:9;a:13:{s:5:\"title\";s:20:\"WordPress 2.8 Beta 2\";s:4:\"link\";s:62:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-2/\";s:8:\"comments\";s:71:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-2/#comments\";s:7:\"pubdate\";s:31:\"Sat, 23 May 2009 17:33:36 +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=746\";s:11:\"description\";s:45:\"Download beta 2.  See changes since beta 1.\n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:264:\"

Download beta 2.  See changes since beta 1.

\n\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:67:\"http://wordpress.org/development/2009/05/wordpress-2-8-beta-2/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:2:\"92\";}s:7:\"summary\";s:45:\"Download beta 2.  See changes since beta 1.\n\";s:12:\"atom_content\";s:264:\"

Download beta 2.  See changes since beta 1.

\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:13:\"lastbuilddate\";s:31:\"Thu, 09 Jul 2009 20:20:54 +0000\";s:9:\"generator\";s:32:\"http://wordpress.org/?v=2.9-rare\";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\";}s:13:\"last_modified\";s:31:\"Thu, 09 Jul 2009 20:20:54 GMT\r\n\";s:4:\"etag\";s:36:\"\"b1708ce0a0756899c452334926ecca6c\"\r\n\";}','no'); INSERT INTO `wp_options` VALUES (289,0,'_transient_doing_cron','1302134173','yes'); INSERT INTO `wp_options` VALUES (291,0,'_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1302134201;}','yes'); INSERT INTO `wp_options` VALUES (292,0,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wp_options` VALUES (293,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wp_options` VALUES (294,0,'widget_meta','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wp_options` VALUES (295,0,'widget_search','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wp_options` VALUES (296,0,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wp_options` VALUES (297,0,'widget_recent-comments','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'); INSERT INTO `wp_options` VALUES (91,0,'rss_0ff4b43bd116a9d8720d689c80e7dfd4_ts','1247924438','no'); INSERT INTO `wp_options` VALUES (92,0,'rss_57bc725ad6568758915363af670fd8bc','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:15:{i:0;a:7:{s:5:\"title\";s:30:\"minimus on \"My WP Plugin Info\"\";s:4:\"link\";s:72:\"http://wordpress.org/extend/plugins/my-wordpress-plugin-info/#post-11859\";s:7:\"pubdate\";s:31:\"Fri, 17 Jul 2009 18:34:39 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"minimus\";}s:4:\"guid\";s:42:\"11859@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:66:\"Recieves info of any plugin from wordpress.org plugins repository.\";s:7:\"summary\";s:66:\"Recieves info of any plugin from wordpress.org plugins repository.\";}i:1;a:7:{s:5:\"title\";s:24:\"ciprian_vb on \"Auto FTP\"\";s:4:\"link\";s:56:\"http://wordpress.org/extend/plugins/auto-ftp/#post-11852\";s:7:\"pubdate\";s:31:\"Fri, 17 Jul 2009 14:32:59 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"ciprian_vb\";}s:4:\"guid\";s:42:\"11852@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:95:\"Makes plugins and themes installs and updates faster, no longer needs ftp details confirmation.\";s:7:\"summary\";s:95:\"Makes plugins and themes installs and updates faster, no longer needs ftp details confirmation.\";}i:2;a:7:{s:5:\"title\";s:42:\"isestnestmi on \"Add BigFish Games Catalog\"\";s:4:\"link\";s:73:\"http://wordpress.org/extend/plugins/add-bigfish-games-catalog/#post-11851\";s:7:\"pubdate\";s:31:\"Fri, 17 Jul 2009 14:14:57 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"isestnestmi\";}s:4:\"guid\";s:42:\"11851@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:177:\"This plugin adds game catalog from http://www.bigfishgames.com/?afcode=afd63cd4ad992 to your Blog.\";s:7:\"summary\";s:177:\"This plugin adds game catalog from http://www.bigfishgames.com/?afcode=afd63cd4ad992 to your Blog.\";}i:3;a:7:{s:5:\"title\";s:47:\"chetanz on \"Get Excerpts with Thumbnail Images\"\";s:4:\"link\";s:81:\"http://wordpress.org/extend/plugins/get-excerpt-with-thumbnail-images/#post-11841\";s:7:\"pubdate\";s:31:\"Fri, 17 Jul 2009 09:19:37 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:7:\"chetanz\";}s:4:\"guid\";s:42:\"11841@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:50:\"Get thumbnail images of posts along with Excerpts.\";s:7:\"summary\";s:50:\"Get thumbnail images of posts along with Excerpts.\";}i:4;a:7:{s:5:\"title\";s:15:\"sgt on \"Nav2Me\"\";s:4:\"link\";s:54:\"http://wordpress.org/extend/plugins/nav2me/#post-11840\";s:7:\"pubdate\";s:31:\"Fri, 17 Jul 2009 09:06:49 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:3:\"sgt\";}s:4:\"guid\";s:42:\"11840@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:43:\"einfacher Routenplaner zum eigenen Standort\";s:7:\"summary\";s:43:\"einfacher Routenplaner zum eigenen Standort\";}i:5;a:7:{s:5:\"title\";s:25:\"SebastianK on \"spYouTube\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/spyoutube/#post-11820\";s:7:\"pubdate\";s:31:\"Thu, 16 Jul 2009 08:48:01 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"SebastianK\";}s:4:\"guid\";s:42:\"11820@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"What this Plugin silhouetts against all the other YouTube plugins is the ability to upload \nvideos directly from your administration panel. Further yo\";s:7:\"summary\";s:150:\"What this Plugin silhouetts against all the other YouTube plugins is the ability to upload \nvideos directly from your administration panel. Further yo\";}i:6;a:7:{s:5:\"title\";s:34:\"Messenlehner on \"WP-Announcements\"\";s:4:\"link\";s:64:\"http://wordpress.org/extend/plugins/wp-announcements/#post-11814\";s:7:\"pubdate\";s:31:\"Thu, 16 Jul 2009 03:06:30 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"Messenlehner\";}s:4:\"guid\";s:42:\"11814@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:150:\"Display a site wide announcement, notice, ad or emergency alert on your website via a marquee or popup window using ShadowBox-JS or ThickBox. Save ann\";s:7:\"summary\";s:150:\"Display a site wide announcement, notice, ad or emergency alert on your website via a marquee or popup window using ShadowBox-JS or ThickBox. Save ann\";}i:7;a:7:{s:5:\"title\";s:36:\"isestnestmi on \"Add UROK.su Catalog\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/add-uroksu-catalog/#post-11799\";s:7:\"pubdate\";s:31:\"Wed, 15 Jul 2009 10:26:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"isestnestmi\";}s:4:\"guid\";s:42:\"11799@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:130:\"Этот плагин добавляет каталог платных видеороликов из UROK.su на ваш сайт.\";s:7:\"summary\";s:130:\"Этот плагин добавляет каталог платных видеороликов из UROK.su на ваш сайт.\";}i:8;a:7:{s:5:\"title\";s:33:\"freediver on \"SEO Super Comments\"\";s:4:\"link\";s:66:\"http://wordpress.org/extend/plugins/seo-super-comments/#post-11798\";s:7:\"pubdate\";s:31:\"Wed, 15 Jul 2009 09:28:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"freediver\";}s:4:\"guid\";s:42:\"11798@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:54:\"SEO Super Comments turns your comments into new pages.\";s:7:\"summary\";s:54:\"SEO Super Comments turns your comments into new pages.\";}i:9;a:7:{s:5:\"title\";s:38:\"denzel_chia on \"Video Sidebar Widgets\"\";s:4:\"link\";s:69:\"http://wordpress.org/extend/plugins/video-sidebar-widgets/#post-11797\";s:7:\"pubdate\";s:31:\"Wed, 15 Jul 2009 06:42:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"denzel_chia\";}s:4:\"guid\";s:42:\"11797@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:116:\"A video sidebar widget using WordPress 2.8 Widgets API to display videos such as Vimeo, YouTube, MySpace Videos etc.\";s:7:\"summary\";s:116:\"A video sidebar widget using WordPress 2.8 Widgets API to display videos such as Vimeo, YouTube, MySpace Videos etc.\";}i:10;a:7:{s:5:\"title\";s:30:\"kingjeffrey on \"wp-Typography\"\";s:4:\"link\";s:61:\"http://wordpress.org/extend/plugins/wp-typography/#post-11796\";s:7:\"pubdate\";s:31:\"Tue, 14 Jul 2009 21:11:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"kingjeffrey\";}s:4:\"guid\";s:42:\"11796@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:111:\"Improve your web typography with: hyphenation, space control, intelligent character replacement, and CSS hooks.\";s:7:\"summary\";s:111:\"Improve your web typography with: hyphenation, space control, intelligent character replacement, and CSS hooks.\";}i:11;a:7:{s:5:\"title\";s:34:\"jswp on \"Easy JS and CSS support.\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/easyjscss/#post-11795\";s:7:\"pubdate\";s:31:\"Tue, 14 Jul 2009 20:58:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"jswp\";}s:4:\"guid\";s:42:\"11795@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:65:\"Adds the options to insert page/post specific javascript and css.\";s:7:\"summary\";s:65:\"Adds the options to insert page/post specific javascript and css.\";}i:12;a:7:{s:5:\"title\";s:36:\"estebanglas on \"WP License reloaded\"\";s:4:\"link\";s:67:\"http://wordpress.org/extend/plugins/wp-license-reloaded/#post-11791\";s:7:\"pubdate\";s:31:\"Tue, 14 Jul 2009 19:39:45 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:11:\"estebanglas\";}s:4:\"guid\";s:42:\"11791@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:82:\"Per post Creative Commons Licensing (Ideal for multiple authours / licenses blogs)\";s:7:\"summary\";s:82:\"Per post Creative Commons Licensing (Ideal for multiple authours / licenses blogs)\";}i:13;a:7:{s:5:\"title\";s:20:\"DirkM on \"Alle News\"\";s:4:\"link\";s:57:\"http://wordpress.org/extend/plugins/alle-news/#post-11789\";s:7:\"pubdate\";s:31:\"Tue, 14 Jul 2009 18:37:47 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:5:\"DirkM\";}s:4:\"guid\";s:42:\"11789@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:97:\"Anzeige aktueller deutschsprachiger Nachrichten aus Deutschland, Österreich und der Schweiz.\";s:7:\"summary\";s:97:\"Anzeige aktueller deutschsprachiger Nachrichten aus Deutschland, Österreich und der Schweiz.\";}i:14;a:7:{s:5:\"title\";s:50:\"dropdeaddick on \"wunderground.com Weather Sticker\"\";s:4:\"link\";s:79:\"http://wordpress.org/extend/plugins/wundergroundcom-weather-sticker/#post-11788\";s:7:\"pubdate\";s:31:\"Tue, 14 Jul 2009 18:33:27 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:12:\"dropdeaddick\";}s:4:\"guid\";s:42:\"11788@http://wordpress.org/extend/plugins/\";s:11:\"description\";s:78:\"Adds a sidebar widget to display the standard wunderground.com Weather Sticker\";s:7:\"summary\";s:78:\"Adds a sidebar widget to display the standard wunderground.com Weather Sticker\";}}s:7:\"channel\";a:6:{s:5:\"title\";s:6:\"Newest\";s:4:\"link\";s:36:\"http://wordpress.org/extend/plugins/\";s:11:\"description\";s:6:\"Newest\";s:8:\"language\";s:2:\"en\";s:7:\"pubdate\";s:31:\"Sat, 18 Jul 2009 13:40:38 +0000\";s:7:\"tagline\";s:6:\"Newest\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:13:\"last_modified\";s:21:\"2009-07-17 18:34:39\r\n\";s:4:\"etag\";s:36:\"\"a3c867c05e3d3c6f9676a9891636253f\"\r\n\";}','no'); INSERT INTO `wp_options` VALUES (93,0,'rss_57bc725ad6568758915363af670fd8bc_ts','1247924438','no'); INSERT INTO `wp_options` VALUES (94,0,'rss_867bd5c64f85878d03a060509cd2f92c','O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:50:{i:0;a:7:{s:5:\"title\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 02/13\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5174\";s:4:\"link\";s:88:\"http://weblogtoolscollection.com/archives/2009/02/13/wordpress-plugin-releases-for-0213/\";s:11:\"description\";s:5737:\"

New Plugins

\n

Buy Sell Ads WordPress Plugin

\n

Easily integrate your Buy Sell Ads zones and includes anti-AdBlock meaures to help prevent AdBlock (and similar software) from blocking Buy Sell Ads advertisements.

\n

Track MyBlogLog

\n

This plugin identifies and tracks MyBlogLog readers on your website. The plugin will store the user avatar, location, website, twitter, technorati, etc.. along with the last visit dates.

\n

Supple Forms

\n

Supple Forms is a CMS plugin for WordPress that lets you easily add a custom write panel or meta box to the Write Post/Write Page screen. It differs from other custom write panel plugins in that you can store your data in either WordPress Custom Fields or your own custom table that the plugin will create for you. Additionally, it provides a powerful HTML snippet tool that lets you format and insert your data into pages and posts with shortcodes, and without tweaking templates.

\n

SEO No Duplicate

\n

Automatically deal with duplicate content on your blog by following Google Webmaster Guidelines.

\n

Vimeo Sidebar Widget

\n

Enable administrator to embed a single vimeo video into widget sidebar of blog. Administrator able to select autoplay and continous looping of vimeo video.

\n

Threaded Comment Numbering

\n

The plugin numbers comments accurately whether you choose to display them in ascending or descending date order, on multiple pages or on one long page, and with or without threading enabled. It also handles pingback and trackback numbering.

\n

Picturesurf Gallery

\n

Picturesurf Gallery is a free service that allows you to upload, link, and share photo galleries anywhere.

\n

Connect2site

\n

Allows you to display another’s subblog posts of a specific category.

\n

I am reading

\n

Configurable book display in a sidebar widget. Book information is read from Amazon or Open Library and gets cached in database.

\n

WP Plugin Lister

\n

Outputs all of your active plugins via PHP for use in page templates & more.

\n

Login Configurator

\n

Add features to control how your login form works including where the user is redirected when they log in.

\n

Blueding

\n

Blueding automatically adds to your content, suitable for mobiles, a link to download the content onto mobile via bluetooth.

\n

Custom fields shortcode

\n

Use custom fields as shortcode in post content without edit your theme files.

\n

Updated Plugins

\n

wp-visitors

\n

wp-visitors records information about every visitor (page load). Requested URL, Referring URL, IP address, Hostname and Browser along with Date/Time are recorded and displayed in a tabular fashion. Geographical resolution of IP address (it’s only approximate) is also included.

\n

Feed Reading Blogroll

\n

The plugin displays the freshness for all your bookmarks with a separately saved feed-url, i.e. the age of the most recent update at the bookmarked site. You can also order your bookmarks by the freshness/latest update.

\n

WordPress Security Scan

\n

WordPress scanner is a free online resource that blog administrators can use to provide a measure of their wordpress security level. It is BETA software and is continually being developed.

\n

SendFeed

\n

Allows WordPress bloggers to send email updates to a given email address any time an RSS feed is updated.

\n

lasTunes

\n

Adds iTunes links to Last.fm user’s Recently Played Tracks feed and displays them.

\n

VidoopConnect

\n

VidoopConnect makes it easier than ever to sign up and login to your site by letting your visitors reuse their existing accounts from sites like Google, Yahoo, AOL, Facebook and MySpace, or any other OpenID provider.

\n

SEO Blogroll

\n

Lets you decide which blogroll links have the nofollow attribute. Don’t waste link juice!

\n

Twitter Tools

\n

Twitter Tools is a plugin that creates a complete integration between your WordPress blog and your Twitter account.

\";s:7:\"pubdate\";s:31:\"Fri, 13 Feb 2009 20:29:17 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:5737:\"

New Plugins

\n

Buy Sell Ads WordPress Plugin

\n

Easily integrate your Buy Sell Ads zones and includes anti-AdBlock meaures to help prevent AdBlock (and similar software) from blocking Buy Sell Ads advertisements.

\n

Track MyBlogLog

\n

This plugin identifies and tracks MyBlogLog readers on your website. The plugin will store the user avatar, location, website, twitter, technorati, etc.. along with the last visit dates.

\n

Supple Forms

\n

Supple Forms is a CMS plugin for WordPress that lets you easily add a custom write panel or meta box to the Write Post/Write Page screen. It differs from other custom write panel plugins in that you can store your data in either WordPress Custom Fields or your own custom table that the plugin will create for you. Additionally, it provides a powerful HTML snippet tool that lets you format and insert your data into pages and posts with shortcodes, and without tweaking templates.

\n

SEO No Duplicate

\n

Automatically deal with duplicate content on your blog by following Google Webmaster Guidelines.

\n

Vimeo Sidebar Widget

\n

Enable administrator to embed a single vimeo video into widget sidebar of blog. Administrator able to select autoplay and continous looping of vimeo video.

\n

Threaded Comment Numbering

\n

The plugin numbers comments accurately whether you choose to display them in ascending or descending date order, on multiple pages or on one long page, and with or without threading enabled. It also handles pingback and trackback numbering.

\n

Picturesurf Gallery

\n

Picturesurf Gallery is a free service that allows you to upload, link, and share photo galleries anywhere.

\n

Connect2site

\n

Allows you to display another’s subblog posts of a specific category.

\n

I am reading

\n

Configurable book display in a sidebar widget. Book information is read from Amazon or Open Library and gets cached in database.

\n

WP Plugin Lister

\n

Outputs all of your active plugins via PHP for use in page templates & more.

\n

Login Configurator

\n

Add features to control how your login form works including where the user is redirected when they log in.

\n

Blueding

\n

Blueding automatically adds to your content, suitable for mobiles, a link to download the content onto mobile via bluetooth.

\n

Custom fields shortcode

\n

Use custom fields as shortcode in post content without edit your theme files.

\n

Updated Plugins

\n

wp-visitors

\n

wp-visitors records information about every visitor (page load). Requested URL, Referring URL, IP address, Hostname and Browser along with Date/Time are recorded and displayed in a tabular fashion. Geographical resolution of IP address (it’s only approximate) is also included.

\n

Feed Reading Blogroll

\n

The plugin displays the freshness for all your bookmarks with a separately saved feed-url, i.e. the age of the most recent update at the bookmarked site. You can also order your bookmarks by the freshness/latest update.

\n

WordPress Security Scan

\n

WordPress scanner is a free online resource that blog administrators can use to provide a measure of their wordpress security level. It is BETA software and is continually being developed.

\n

SendFeed

\n

Allows WordPress bloggers to send email updates to a given email address any time an RSS feed is updated.

\n

lasTunes

\n

Adds iTunes links to Last.fm user’s Recently Played Tracks feed and displays them.

\n

VidoopConnect

\n

VidoopConnect makes it easier than ever to sign up and login to your site by letting your visitors reuse their existing accounts from sites like Google, Yahoo, AOL, Facebook and MySpace, or any other OpenID provider.

\n

SEO Blogroll

\n

Lets you decide which blogroll links have the nofollow attribute. Don’t waste link juice!

\n

Twitter Tools

\n

Twitter Tools is a plugin that creates a complete integration between your WordPress blog and your Twitter account.

\";}i:1;a:7:{s:5:\"title\";s:30:\"Alex King: Twitter Tools 1.6b1\";s:4:\"guid\";s:54:\"http://alexking.org/blog/2009/02/13/twitter-tools-16b1\";s:4:\"link\";s:54:\"http://alexking.org/blog/2009/02/13/twitter-tools-16b1\";s:11:\"description\";s:2683:\"

We’ve finally gotten a chance to do some cleanup and testing on a new version of Twitter Tools, and the new version is ready for public testing.

\n

Twitter Tools is a WordPress plugin that creates an integration between your WordPress blog and your Twitter account. It allows you to pull your tweets into your blog (as posts and digests) and create new tweets on blog posts and from within WordPress.

\n

Among other changes, this version has the following major revisions:

\n
    \n
  1. Fixed the issue where posts via XML-RPC/AtomPub or scheduled posts would not get tweeted - these now use your default settings.
  2. \n
  3. Fixed issues with digests - both daily and weekly should be working correctly now1 The digest features are no longer listed as experimental.
  4. \n
  5. Changed the code that checks to create the Twitter data table so that it works properly with the new bulk plugin activation features.
  6. \n
  7. Added a new filter tweet_blog_post_url so that other plugins can hook in and run the URL of your blog post through an URL shortening service of your choosing before sending the full URL to Twitter (which uses TinyURL by default).
  8. \n
  9. Fixed an issue that caused the ‘Test Login’ functionality to report a failure with a correct username and password (though the regular functionality was unaffected).
  10. \n
  11. Fixed several auto-linking issues.
  12. \n
  13. Bunch of little/under the hood stuff.
  14. \n
\n

I’m calling this a beta release since it hasn’t had public testing, but it is the version I’d recommend using at this point. It should address commonly reported issues - I really hope it does.

\n

The download and more information are available on my WordPress Plugins page.

\n

If you have any trouble with this, please open a thread in the WP Support Forums and e-mail me a link to the thread or post a link here.

\n
    \n
  1. Though bug reports on these won’t shock me. [back]
  2. \n
\n

ShareThis

\";s:7:\"pubdate\";s:31:\"Fri, 13 Feb 2009 18:37:54 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Alex\";}s:7:\"summary\";s:2683:\"

We’ve finally gotten a chance to do some cleanup and testing on a new version of Twitter Tools, and the new version is ready for public testing.

\n

Twitter Tools is a WordPress plugin that creates an integration between your WordPress blog and your Twitter account. It allows you to pull your tweets into your blog (as posts and digests) and create new tweets on blog posts and from within WordPress.

\n

Among other changes, this version has the following major revisions:

\n
    \n
  1. Fixed the issue where posts via XML-RPC/AtomPub or scheduled posts would not get tweeted - these now use your default settings.
  2. \n
  3. Fixed issues with digests - both daily and weekly should be working correctly now1 The digest features are no longer listed as experimental.
  4. \n
  5. Changed the code that checks to create the Twitter data table so that it works properly with the new bulk plugin activation features.
  6. \n
  7. Added a new filter tweet_blog_post_url so that other plugins can hook in and run the URL of your blog post through an URL shortening service of your choosing before sending the full URL to Twitter (which uses TinyURL by default).
  8. \n
  9. Fixed an issue that caused the ‘Test Login’ functionality to report a failure with a correct username and password (though the regular functionality was unaffected).
  10. \n
  11. Fixed several auto-linking issues.
  12. \n
  13. Bunch of little/under the hood stuff.
  14. \n
\n

I’m calling this a beta release since it hasn’t had public testing, but it is the version I’d recommend using at this point. It should address commonly reported issues - I really hope it does.

\n

The download and more information are available on my WordPress Plugins page.

\n

If you have any trouble with this, please open a thread in the WP Support Forums and e-mail me a link to the thread or post a link here.

\n
    \n
  1. Though bug reports on these won’t shock me. [back]
  2. \n
\n

ShareThis

\";}i:2;a:7:{s:5:\"title\";s:65:\"Weblog Tools Collection: FeedBurner is Dead, Long Live Feedburner\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5171\";s:4:\"link\";s:93:\"http://weblogtoolscollection.com/archives/2009/02/12/feedburner-is-dead-long-live-feedburner/\";s:11:\"description\";s:2751:\"

So for some reason that I can no longer remember, I had to log into FeedBurner to do something. I was greeted with an odd message that appeared to say that FeedBurner would cease to exist and I would have to migrate my account to Google. I have become wary of attaching my Google account to my other important services after their recent gaffe and was about to click “No Thanks” when I realized that the page was telling me that if I did not do it manually, they would be moved for me anyways. Since I had no choice, I went through the paces to move my FeedBurner services to Google.

\n

The move was mostly uneventful and I was told that while my feeds were being transferred, I could close the browser window and know that they would be safely transferred. There are some reported incidents of missing feeds and long transfer times. Worthy of note is that our feed URI did change but I vaguely remember reading that the old feed URI will continue to work and get redirected. Now I see a “Cool, you recently moved to a Google Account! Your feed stats might be low for a bit; they should return to former levels in about 72 hours.” when I log in to http://feedburner.google.com. So our narcissistic numbers are a little off but we will live. I could not help but notice a tinge of sadness in the last post on the FeedBurner Blog. Here are some FAQ’s from Google on the transfer and the original blog post from Google announcing the move process and essentially sounding the death knell on the original FeedBurner.

\n

The last date to get all your feeds transferred to the “new” version of FeedBurner is February 28th. I know I was not aware of that date and many of you may not be as well. I understand that if you fail to transfer your feeds, they will be transferred for you but I would rather do it myself, especially if the URI is about to change. Daniel transferred his feeds recently and goes into some details of the process. He had very few problems to speak of as well.

\n

Did you know that this was going to happen? Did you remember to transfer your feeds?

\";s:7:\"pubdate\";s:31:\"Fri, 13 Feb 2009 01:12:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:2751:\"

So for some reason that I can no longer remember, I had to log into FeedBurner to do something. I was greeted with an odd message that appeared to say that FeedBurner would cease to exist and I would have to migrate my account to Google. I have become wary of attaching my Google account to my other important services after their recent gaffe and was about to click “No Thanks” when I realized that the page was telling me that if I did not do it manually, they would be moved for me anyways. Since I had no choice, I went through the paces to move my FeedBurner services to Google.

\n

The move was mostly uneventful and I was told that while my feeds were being transferred, I could close the browser window and know that they would be safely transferred. There are some reported incidents of missing feeds and long transfer times. Worthy of note is that our feed URI did change but I vaguely remember reading that the old feed URI will continue to work and get redirected. Now I see a “Cool, you recently moved to a Google Account! Your feed stats might be low for a bit; they should return to former levels in about 72 hours.” when I log in to http://feedburner.google.com. So our narcissistic numbers are a little off but we will live. I could not help but notice a tinge of sadness in the last post on the FeedBurner Blog. Here are some FAQ’s from Google on the transfer and the original blog post from Google announcing the move process and essentially sounding the death knell on the original FeedBurner.

\n

The last date to get all your feeds transferred to the “new” version of FeedBurner is February 28th. I know I was not aware of that date and many of you may not be as well. I understand that if you fail to transfer your feeds, they will be transferred for you but I would rather do it myself, especially if the URI is about to change. Daniel transferred his feeds recently and goes into some details of the process. He had very few problems to speak of as well.

\n

Did you know that this was going to happen? Did you remember to transfer your feeds?

\";}i:3;a:7:{s:5:\"title\";s:39:\"Lorelle on WP: WordPress 2.7.1 Released\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3884\";s:4:\"link\";s:63:\"http://lorelle.wordpress.com/2009/02/11/wordpress-271-released/\";s:11:\"description\";s:7390:\"

\"WordPressWordPress 2.7.1, a maintenance release, is out. If you are using WordPress 2.7, take advantage of the automatic built-in upgrade. If you are not, then consider upgrading to WordPress 2.7. Sixty-five files were modified with 68 bug and feature fixes and improvements.

\n

Some of the fixes and feature improvements include:

\n\n

Some additional security measures were taken in this release to make protect it from future vulnerabilities as part of the ongoing work by WordPress to make it as safe and secure as possible.

\n

According to the WordPress Download Counter, WordPress 2.7 has been downloaded 1,872,184 times since December 10, 2008.

\n

\"\"
\n


\n

Site Search Tags: wordpress, wordpress 2.7, wordpress 2.7.1, wordpress version, wordpress released, wordpress update, wordpress upgrade, wordpress news

\n

\"Feed Subscribe \"FeedburnerVia Feedburner \"\"Subscribe by Email \"\"Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won\'t Tell You About Blogging.

\nPosted in WordPress News \"\" \"\" \"\" \"\" \"\" \"\"
\";s:7:\"pubdate\";s:31:\"Wed, 11 Feb 2009 20:52:24 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:7390:\"

\"WordPressWordPress 2.7.1, a maintenance release, is out. If you are using WordPress 2.7, take advantage of the automatic built-in upgrade. If you are not, then consider upgrading to WordPress 2.7. Sixty-five files were modified with 68 bug and feature fixes and improvements.

\n

Some of the fixes and feature improvements include:

\n\n

Some additional security measures were taken in this release to make protect it from future vulnerabilities as part of the ongoing work by WordPress to make it as safe and secure as possible.

\n

According to the WordPress Download Counter, WordPress 2.7 has been downloaded 1,872,184 times since December 10, 2008.

\n

\"\"
\n


\n

Site Search Tags: wordpress, wordpress 2.7, wordpress 2.7.1, wordpress version, wordpress released, wordpress update, wordpress upgrade, wordpress news

\n

\"Feed Subscribe \"FeedburnerVia Feedburner \"\"Subscribe by Email \"\"Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won\'t Tell You About Blogging.

\nPosted in WordPress News \"\" \"\" \"\" \"\" \"\" \"\"
\";}i:4;a:7:{s:5:\"title\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 02/11\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5167\";s:4:\"link\";s:87:\"http://weblogtoolscollection.com/archives/2009/02/11/wordpress-theme-releases-for-0211/\";s:11:\"description\";s:1561:\"

Compositio [removed, premium theme sponsored]
\n

\n

\"compositio\"

\n

Compositio is a two column theme, made to for those who want to put their content at the front with a unique light blue design. Random square shapes are the defining graphics of this theme. They are used throughout the background, bringing a special rhythm to the theme.

\n

I Can Watch Movies

\n

\"ICanWatchMovies\"

\n

Single column, widget ready theme with SIFR for main title and headings.

\n

Sheep in a Field

\n

\"Sheepfield\"

\n

Three-column design, featuring a few sheep, some birds, and a little springtime to cheer you up from the Winter blues. You don’t have to be part of the flock to use this theme.

\n

Theme developer? Come submit your themes to us.

\";s:7:\"pubdate\";s:31:\"Wed, 11 Feb 2009 20:14:56 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Ajay\";}s:7:\"summary\";s:1561:\"

Compositio [removed, premium theme sponsored]
\n

\n

\"compositio\"

\n

Compositio is a two column theme, made to for those who want to put their content at the front with a unique light blue design. Random square shapes are the defining graphics of this theme. They are used throughout the background, bringing a special rhythm to the theme.

\n

I Can Watch Movies

\n

\"ICanWatchMovies\"

\n

Single column, widget ready theme with SIFR for main title and headings.

\n

Sheep in a Field

\n

\"Sheepfield\"

\n

Three-column design, featuring a few sheep, some birds, and a little springtime to cheer you up from the Winter blues. You don’t have to be part of the flock to use this theme.

\n

Theme developer? Come submit your themes to us.

\";}i:5;a:7:{s:5:\"title\";s:84:\"Lorelle on WP: Last WordCast Podcast Co-Hosting Gig: Is That WordPress on Your Wrist\";s:4:\"guid\";s:36:\"http://lorelle.wordpress.com/?p=3864\";s:4:\"link\";s:109:\"http://lorelle.wordpress.com/2009/02/11/last-wordcast-podcast-co-hosting-gig-is-that-wordpress-on-your-wrist/\";s:11:\"description\";s:8355:\"

\"WordCastMy final guest hosting gig with WordCast is called “WordCast 45: Is that WordPress on your wrist?” is out.

\n

We talk about the first EVER WordPress tattoo, Justin Tadlock desire for new ideas for WordPress Widgets, Andy Skelton gets married, BuddyPress about the release from beta, how to choose a WordPress Consultants, and Vladimir Prelovac asks for help choosing his book cover for his book on WordPress Plugin development. We also announced the release of WordPress 2.7.1 RC 1, just before the WordPress 2.7.1 final maintenance release.

\n

\n

We also covered the Twestival this Thursday, February 12, 2009, in cities and communities around the world. I talk about attending the Portland Twestival with my friends from Cooking Up a Story, a sustainablity food documentary and video blog. I also talked about going to the Portland WordPress User Group at CubeSpace Thursday night, creating a day long blogging and WordPress event.

\n

The other podcasts I hosted and was featured on include:

\n\n

I love WordCast and not long ago, they used Wordle to create WordCast Wordle word art which featured me in the center! How fun!

\n

\"WordCast

\n

Regular co-host Kym Huynh is hopefully recovered from a bad car accident and back in Australia ready to take over again next week. You better be, Kym. I’ve done your work long enough. It’s your turn to get tortured by Dave Moyer.

\n

\"\"
\n


\n

Site Search Tags: wordpress news, wordcast, wordcast podcast, wordpress podcast, kym hynh, dave moyer, wordpress tips, wordpress plugins, wordpress themes

\n

\"Feed Subscribe \"FeedburnerVia Feedburner \"\"Subscribe by Email \"\"Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won\'t Tell You About Blogging.

\nPosted in Blog Babble, WordPress News, WordPress Tips \"\" \"\" \"\" \"\" \"\" \"\"
\";s:7:\"pubdate\";s:31:\"Wed, 11 Feb 2009 18:54:09 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:8355:\"

\"WordCastMy final guest hosting gig with WordCast is called “WordCast 45: Is that WordPress on your wrist?” is out.

\n

We talk about the first EVER WordPress tattoo, Justin Tadlock desire for new ideas for WordPress Widgets, Andy Skelton gets married, BuddyPress about the release from beta, how to choose a WordPress Consultants, and Vladimir Prelovac asks for help choosing his book cover for his book on WordPress Plugin development. We also announced the release of WordPress 2.7.1 RC 1, just before the WordPress 2.7.1 final maintenance release.

\n

\n

We also covered the Twestival this Thursday, February 12, 2009, in cities and communities around the world. I talk about attending the Portland Twestival with my friends from Cooking Up a Story, a sustainablity food documentary and video blog. I also talked about going to the Portland WordPress User Group at CubeSpace Thursday night, creating a day long blogging and WordPress event.

\n

The other podcasts I hosted and was featured on include:

\n\n

I love WordCast and not long ago, they used Wordle to create WordCast Wordle word art which featured me in the center! How fun!

\n

\"WordCast

\n

Regular co-host Kym Huynh is hopefully recovered from a bad car accident and back in Australia ready to take over again next week. You better be, Kym. I’ve done your work long enough. It’s your turn to get tortured by Dave Moyer.

\n

\"\"
\n


\n

Site Search Tags: wordpress news, wordcast, wordcast podcast, wordpress podcast, kym hynh, dave moyer, wordpress tips, wordpress plugins, wordpress themes

\n

\"Feed Subscribe \"FeedburnerVia Feedburner \"\"Subscribe by Email \"\"Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won\'t Tell You About Blogging.

\nPosted in Blog Babble, WordPress News, WordPress Tips \"\" \"\" \"\" \"\" \"\" \"\"
\";}i:6;a:7:{s:5:\"title\";s:55:\"Weblog Tools Collection: Mastering WordPress Shortcodes\";s:4:\"guid\";s:40:\"http://weblogtoolscollection.com/?p=5123\";s:4:\"link\";s:84:\"http://weblogtoolscollection.com/archives/2009/02/11/mastering-wordpress-shortcodes/\";s:11:\"description\";s:1199:\"

Mastering WordPress Shortcodes.: Smashing Magazine had a nice instructional writeup on mastering WordPress shortcodes and creating new ones to make one’s blogging life easier. Shortcodes are small peices of pre-determined code (viewable in the HTML version of a post) that are later expanded by WordPress when a post is published and subsequently displayed. Shortcodes are already used by WordPress for many internal functions such as albums. This tutorial goes into details of the shortcode API in WordPress and into some detail of creating advanced shortcodes to accomplish tasks such as

\n\n

Please let us know if you have used any of these or know of/have created others that might be useful.

\";s:7:\"pubdate\";s:31:\"Wed, 11 Feb 2009 16:30:04 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:10:\"Mark Ghosh\";}s:7:\"summary\";s:1199:\"

Mastering WordPress Shortcodes.: Smashing Magazine had a nice instructional writeup on mastering WordPress shortcodes and creating new ones to make one’s blogging life easier. Shortcodes are small peices of pre-determined code (viewable in the HTML version of a post) that are later expanded by WordPress when a post is published and subsequently displayed. Shortcodes are already used by WordPress for many internal functions such as albums. This tutorial goes into details of the shortcode API in WordPress and into some detail of creating advanced shortcodes to accomplish tasks such as

\n\n

Please let us know if you have used any of these or know of/have created others that might be useful.

\";}i:7;a:7:{s:5:\"title\";s:20:\"Matt: SxSW Pool Team\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11867\";s:4:\"link\";s:36:\"http://ma.tt/2009/02/sxsw-pool-team/\";s:11:\"description\";s:456:\"

There’s going to be a pool (billiards) competition at SxSW this year in Austin benefiting charity and I’m thinking about putting together a WordPress team for it. Are you a world-class pool player, WordPress user, and going to be in Austin the night of Sunday March 15th? Leave a comment saying why you should carry the WordPress banner and I’ll pick the two best to represent the WordPress community at the event.

\";s:7:\"pubdate\";s:31:\"Wed, 11 Feb 2009 16:01:13 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:456:\"

There’s going to be a pool (billiards) competition at SxSW this year in Austin benefiting charity and I’m thinking about putting together a WordPress team for it. Are you a world-class pool player, WordPress user, and going to be in Austin the night of Sunday March 15th? Leave a comment saying why you should carry the WordPress banner and I’ll pick the two best to represent the WordPress community at the event.

\";}i:8;a:7:{s:5:\"title\";s:23:\"Matt: Automatic Upgrade\";s:4:\"guid\";s:21:\"http://ma.tt/?p=11865\";s:4:\"link\";s:39:\"http://ma.tt/2009/02/automatic-upgrade/\";s:11:\"description\";s:110:\"

When it works, it works.

\";s:7:\"pubdate\";s:31:\"Wed, 11 Feb 2009 15:25:54 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:110:\"

When it works, it works.

\";}i:9;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:\"

\"\"

\n

The official WordPress 2.7.1 release is now ready for download. The announcement on the WordPress Development Blog is short and to the point:

\n

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.

\n

Consult the list of fixed tickets and the full set of changes between 2.7 and 2.7.1 for details.

\n

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 list of closed tickets for WP 2.7.1.

\";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:\"

\"\"

\n

The official WordPress 2.7.1 release is now ready for download. The announcement on the WordPress Development Blog is short and to the point:

\n

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.

\n

Consult the list of fixed tickets and the full set of changes between 2.7 and 2.7.1 for details.

\n

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 list of closed tickets for WP 2.7.1.

\";}i:10;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:\"

I posted earlier that 2.7.1 RC1 was released for testing and now the final version of WordPress 2.7.1 is available for download / upgrade.

\n

2.7.1 fixes 68 tickets and so is a recommended upgrade.

\n

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 Tools > Upgrade in WP-Admin. This will upgrade the files and the database as well in one step.

\n

If you’re using 2.6.x or below you will need to manually download and upgrade your installation of WordPress.

\n

Download WordPress 2.7.1 or check out the full set of changes between 2.7 and 2.7.1

\";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:\"

I posted earlier that 2.7.1 RC1 was released for testing and now the final version of WordPress 2.7.1 is available for download / upgrade.

\n

2.7.1 fixes 68 tickets and so is a recommended upgrade.

\n

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 Tools > Upgrade in WP-Admin. This will upgrade the files and the database as well in one step.

\n

If you’re using 2.6.x or below you will need to manually download and upgrade your installation of WordPress.

\n

Download WordPress 2.7.1 or check out the full set of changes between 2.7 and 2.7.1

\";}i:11;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:\"

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.

\n

Consult the list of fixed tickets and the  full set of changes between 2.7 and 2.7.1 for details.

\";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:\"

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.

\n

Consult the list of fixed tickets and the  full set of changes between 2.7 and 2.7.1 for details.

\";}i:12;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:\"

Ed Morita writes about his new permanent WordPress tattoo. I knew once the temporary ones starting taking off it’d just be a matter of time. \":)\" Lorelle has a good writeup here, and so does Mashable. As for people asking — there are no plans to change the logo ever! I think the W is pretty timeless.

\";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:\"

Ed Morita writes about his new permanent WordPress tattoo. I knew once the temporary ones starting taking off it’d just be a matter of time. \":)\" Lorelle has a good writeup here, and so does Mashable. As for people asking — there are no plans to change the logo ever! I think the W is pretty timeless.

\";}i:13;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:\"

New Plugins

\n

Tune Library

\n

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.

\n

Absolute Privacy

\n

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.

\n

Ezy Nav Menu

\n

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.

\n

MyAnimeList

\n

MAL for WordPress displays your recently watched anime in your WordPress blog.

\n

Advanced Custom Field Widget

\n

The Advanced Custom Field Widget is an extension of the Custom Field Widget by Scott Wallick, and displays values of custom field keys.

\n

Gwolle-GB

\n

Gwolle-GB is the Wordpress guestbook you’ve just been looking for. Beautiful and easy.

\n

IWantOneButton

\n

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.

\n

Post Gallery

\n

Provides ability to add any number of images to a post

\n

Rotating Posts

\n

Rotating Posts allows you to easily create customizable rotating posts like those seen on popular news sites.

\n

Updated Plugins

\n

Store Locator

\n

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.

\n

HeadSpace2

\n

Controls almost every aspect of your site’s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!

\n

CMS-Like Admin Menu

\n

Change Admin menu link order to reflect a more CMS-like usage (with Page taking precedence over posts).

\n

The Attached Image

\n

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.

\n

Greg’s Comment Length Limiter

\n

Provides a configurable limit on the length of comments left in the comment form, with a dynamically updated character count displayed for the user.

\n

ms HTML special Chars in your comments

\n

msHTMLspecialChars - Show all HTML special chars in your comments.

\n

Stray Random Quotes

\n

Display random quotes everywhere on your blog. Easy to custom and manage. Ajax enabled.

\n

G-Lock Double Opt-in Manager

\n

This mailing list management plugin allows the visitors of your blog subscribe to your mailing list using a double opt-in method.

\";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:\"

New Plugins

\n

Tune Library

\n

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.

\n

Absolute Privacy

\n

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.

\n

Ezy Nav Menu

\n

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.

\n

MyAnimeList

\n

MAL for WordPress displays your recently watched anime in your WordPress blog.

\n

Advanced Custom Field Widget

\n

The Advanced Custom Field Widget is an extension of the Custom Field Widget by Scott Wallick, and displays values of custom field keys.

\n

Gwolle-GB

\n

Gwolle-GB is the Wordpress guestbook you’ve just been looking for. Beautiful and easy.

\n

IWantOneButton

\n

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.

\n

Post Gallery

\n

Provides ability to add any number of images to a post

\n

Rotating Posts

\n

Rotating Posts allows you to easily create customizable rotating posts like those seen on popular news sites.

\n

Updated Plugins

\n

Store Locator

\n

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.

\n

HeadSpace2

\n

Controls almost every aspect of your site’s meta-data, including advanced tagging, Analytics, and dozens of plugins. The best WordPress SEO solution!

\n

CMS-Like Admin Menu

\n

Change Admin menu link order to reflect a more CMS-like usage (with Page taking precedence over posts).

\n

The Attached Image

\n

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.

\n

Greg’s Comment Length Limiter

\n

Provides a configurable limit on the length of comments left in the comment form, with a dynamically updated character count displayed for the user.

\n

ms HTML special Chars in your comments

\n

msHTMLspecialChars - Show all HTML special chars in your comments.

\n

Stray Random Quotes

\n

Display random quotes everywhere on your blog. Easy to custom and manage. Ajax enabled.

\n

G-Lock Double Opt-in Manager

\n

This mailing list management plugin allows the visitors of your blog subscribe to your mailing list using a double opt-in method.

\";}i:14;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:8342:\"

\"TattooOver the last month, I’ve been telling everyone in the WordPress Community about my friend, Ed Morita, in Hawaii whose been running a contest asking “Where Should I Put My WordPress Tattoo?” 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.

\n

The deadline was January 30 and he’s getting the tattoo put on him right now as I blog this.

\n

Update: Ed has finished getting his tattoo while we twittered it live and he captured images on his iPhone, so the images are upside down. There is some color distortion due to the resolution but also the antiseptic wash on his arm. Here are the latest series of pictures.

\n

\"ed \"Ed\"Ed

\n

The originals are on Twitpic: Black and White Outline, First Color Applied, Final Version.

\n

Update II: My WordPress Tattoo is Ed’s description and story behind the first WordPress permanent tattoo (and it’s the right logo. Matt Mullenweg agrees.). He wanted to reveal the geeky part of personality. Like Data from Star Trek Next Generation, and other androids and cyborgs throughout television and movie history, he wanted the tattoo to look like the skin was torn off his arm to reveal the circuitry beneath, of which the WordPress logo is a chip in the circuit board. It is Ed Morita’s inspired design that led the tattoo artist down the path to the tattoo’s design. Kudos to both for the modern artistic approach to an age old art form.

\n

We twittered the event live on my Twitter account and his, @NctrnlBst.

\n

Come join us on Twitter for the fun, and the pain, of the first WordPress tattoo permanently inked onto a fan’s body.

\n

This is the final version right side up, as you would view his new WordPress tattoo if you were shaking hands with him.

\n

\"Ed

\n

Remember that tattoos have been around before modern religion as art, identification, and branding. They are respected around the world. Just because you don’t like them doesn’t mean they aren’t valued by others.

\n

\"\"
\n


\n

Site Search Tags: ed morita, hawaii, tattoo, wordpress tattoo, wordpress logo

\n

\"Feed Subscribe \"FeedburnerVia Feedburner \"\"Subscribe by Email \"\"Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won\'t Tell You About Blogging.

\nPosted in WordPress News \"\" \"\" \"\" \"\" \"\" \"\"
\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 07:00:05 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:17:\"Lorelle VanFossen\";}s:7:\"summary\";s:8342:\"

\"TattooOver the last month, I’ve been telling everyone in the WordPress Community about my friend, Ed Morita, in Hawaii whose been running a contest asking “Where Should I Put My WordPress Tattoo?” 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.

\n

The deadline was January 30 and he’s getting the tattoo put on him right now as I blog this.

\n

Update: Ed has finished getting his tattoo while we twittered it live and he captured images on his iPhone, so the images are upside down. There is some color distortion due to the resolution but also the antiseptic wash on his arm. Here are the latest series of pictures.

\n

\"ed \"Ed\"Ed

\n

The originals are on Twitpic: Black and White Outline, First Color Applied, Final Version.

\n

Update II: My WordPress Tattoo is Ed’s description and story behind the first WordPress permanent tattoo (and it’s the right logo. Matt Mullenweg agrees.). He wanted to reveal the geeky part of personality. Like Data from Star Trek Next Generation, and other androids and cyborgs throughout television and movie history, he wanted the tattoo to look like the skin was torn off his arm to reveal the circuitry beneath, of which the WordPress logo is a chip in the circuit board. It is Ed Morita’s inspired design that led the tattoo artist down the path to the tattoo’s design. Kudos to both for the modern artistic approach to an age old art form.

\n

We twittered the event live on my Twitter account and his, @NctrnlBst.

\n

Come join us on Twitter for the fun, and the pain, of the first WordPress tattoo permanently inked onto a fan’s body.

\n

This is the final version right side up, as you would view his new WordPress tattoo if you were shaking hands with him.

\n

\"Ed

\n

Remember that tattoos have been around before modern religion as art, identification, and branding. They are respected around the world. Just because you don’t like them doesn’t mean they aren’t valued by others.

\n

\"\"
\n


\n

Site Search Tags: ed morita, hawaii, tattoo, wordpress tattoo, wordpress logo

\n

\"Feed Subscribe \"FeedburnerVia Feedburner \"\"Subscribe by Email \"\"Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won\'t Tell You About Blogging.

\nPosted in WordPress News \"\" \"\" \"\" \"\" \"\" \"\"
\";}i:15;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:\"

Drinks with core WordPress France folks at Centre Georges Pompidou.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";s:7:\"pubdate\";s:31:\"Tue, 10 Feb 2009 01:47:23 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:5286:\"

Drinks with core WordPress France folks at Centre Georges Pompidou.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";}i:16;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:\"

At WordCamp Paris and dinner afterward.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";s:7:\"pubdate\";s:31:\"Mon, 09 Feb 2009 21:46:26 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:11668:\"

At WordCamp Paris and dinner afterward.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";}i:17;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:\"

Blu Mag

\n

\"blumag-wp-theme\"

\n

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.

\n

Nouice

\n

\"Nouice\"

\n

Two column simple theme designed for blogs / sites which do not expect any comments

\n

Simpl3

\n

\"Simpl3\"

\n

Two column theme ready for social bookmarking and advertisements with a widgetized sidebar and rotating headers

\n

Glassy Evolution

\n

\"GlassyEvolution\"

\n

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.

\n

 

\n

Are you a Theme developer? Read how you can submit themes to us.

\";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:\"

Blu Mag

\n

\"blumag-wp-theme\"

\n

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.

\n

Nouice

\n

\"Nouice\"

\n

Two column simple theme designed for blogs / sites which do not expect any comments

\n

Simpl3

\n

\"Simpl3\"

\n

Two column theme ready for social bookmarking and advertisements with a widgetized sidebar and rotating headers

\n

Glassy Evolution

\n

\"GlassyEvolution\"

\n

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.

\n

 

\n

Are you a Theme developer? Read how you can submit themes to us.

\";}i:18;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:\"

On Thursday, February 12, 2009, I will be joining my fellow Portland, Oregon, blogging, social media, and Twitter fans in the Portland Twestival, part of the international fundraising and social conciousness-raising for water sustainability with 175 plus communities around the world participating in Twestival.

\n

I describe it more in “Twestivals in 175+ Cities Around the World Thursday, February 12, 2009.”

\n

The international event will help raise money for charity: water, 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.

\n

Will you be participating?

\n

For those living in the Pacific Northwest of the United States, you can join me and others at the Twestivals in Portland, Vancouver, BC, and Seattle, or jump a plane and join my dear friends in Honolulu or San Francisco.

\n

PDX WordPress Fans: Thursday night is also the Portland WordPress User Group at CubeSpace. 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!

\n

I will be reporting on the event here and on the Blog Herald, along with millions of others.

\n

\"\"
\n


\n

Site Search Tags: twitter, social media, portland, pdx, portland oregon, oregon, event, events, twestival, charity, charity water, fundraiser

\n

\"Feed Subscribe \"FeedburnerVia Feedburner \"\"Subscribe by Email \"\"Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won\'t Tell You About Blogging.

\nPosted in Blogging News, WordPress News \"\" \"\" \"\" \"\" \"\" \"\"
\";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:\"

On Thursday, February 12, 2009, I will be joining my fellow Portland, Oregon, blogging, social media, and Twitter fans in the Portland Twestival, part of the international fundraising and social conciousness-raising for water sustainability with 175 plus communities around the world participating in Twestival.

\n

I describe it more in “Twestivals in 175+ Cities Around the World Thursday, February 12, 2009.”

\n

The international event will help raise money for charity: water, 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.

\n

Will you be participating?

\n

For those living in the Pacific Northwest of the United States, you can join me and others at the Twestivals in Portland, Vancouver, BC, and Seattle, or jump a plane and join my dear friends in Honolulu or San Francisco.

\n

PDX WordPress Fans: Thursday night is also the Portland WordPress User Group at CubeSpace. 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!

\n

I will be reporting on the event here and on the Blog Herald, along with millions of others.

\n

\"\"
\n


\n

Site Search Tags: twitter, social media, portland, pdx, portland oregon, oregon, event, events, twestival, charity, charity water, fundraiser

\n

\"Feed Subscribe \"FeedburnerVia Feedburner \"\"Subscribe by Email \"\"Visit
Copyright Lorelle VanFossen, the author of Blogging Tips, What Bloggers Won\'t Tell You About Blogging.

\nPosted in Blogging News, WordPress News \"\" \"\" \"\" \"\" \"\" \"\"
\";}i:19;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:\"

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.

\n

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.

\n

Then again you can use MailPress.

\n

Description

\n

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

\n\n

Screenshot

\n

\"MailPress\"

\n

Review

\n

MailPress is powerful and extendable with addons. Installation requires a few more steps like setting the appropriate permissions for the tmp folder as well as configuring the various settings of the plugin.

\n

Add the necessary code to your template or use the sidebar widget and you are good to go.

\n

The plugin integrates perfectly within WordPress 2.7 and picks up the styles too.

\n

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.

\n

The plugin creates a Add New Mail 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.

\n

Save the new mail as a draft for future use or send it across to your subscribers.

\n

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.

\n

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.

\n

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.

\n

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?

\n

What features would you like added? And, what would you like removed? Is it fast enough for your needs?

\n

And, if you’re looking to setup a newsletter, does MailPress fulfill your needs?

\";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:\"

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.

\n

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.

\n

Then again you can use MailPress.

\n

Description

\n

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

\n\n

Screenshot

\n

\"MailPress\"

\n

Review

\n

MailPress is powerful and extendable with addons. Installation requires a few more steps like setting the appropriate permissions for the tmp folder as well as configuring the various settings of the plugin.

\n

Add the necessary code to your template or use the sidebar widget and you are good to go.

\n

The plugin integrates perfectly within WordPress 2.7 and picks up the styles too.

\n

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.

\n

The plugin creates a Add New Mail 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.

\n

Save the new mail as a draft for future use or send it across to your subscribers.

\n

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.

\n

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.

\n

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.

\n

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?

\n

What features would you like added? And, what would you like removed? Is it fast enough for your needs?

\n

And, if you’re looking to setup a newsletter, does MailPress fulfill your needs?

\";}i:20;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:\"

Snow sculptures at the Stowe Mountain Lodge, around the Curtis Swenson art studios and West Branch Gallery, and dinner with newlyweds Zoe and Andy.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:16:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:16559:\"

Snow sculptures at the Stowe Mountain Lodge, around the Curtis Swenson art studios and West Branch Gallery, and dinner with newlyweds Zoe and Andy.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";}i:21;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:\"

Andy and Zoe’s wedding in Stowe, Vermont.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:16:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:26569:\"

Andy and Zoe’s wedding in Stowe, Vermont.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";}i:22;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:\"

Setting up some new audio equipment with Matt Rotunda of Pitch Perfect.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:16:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:3173:\"

Setting up some new audio equipment with Matt Rotunda of Pitch Perfect.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";}i:23;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:\"

A little bit of sightseeing around Indonesia before I had to leave.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:16:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:20038:\"

A little bit of sightseeing around Indonesia before I had to leave.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";}i:24;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:\"

Second day at Jakarta, Indonesia WordCamp, dinner, and then signs from a wedding. Guest photographer: Kristin Amelina.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:16:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:31105:\"

Second day at Jakarta, Indonesia WordCamp, dinner, and then signs from a wedding. Guest photographer: Kristin Amelina.

\n

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";}i:25;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:\"

First day of WordCamp Indonesia in Jakarta.

\n

\n

If you’re tagging people, please use their full name or nothing at all. No URLs, nicknames, etc.

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\";s:7:\"pubdate\";s:31:\"Sun, 08 Feb 2009 19:16:46 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:4:\"Matt\";}s:7:\"summary\";s:27830:\"

First day of WordCamp Indonesia in Jakarta.

\n

\n

If you’re tagging people, please use their full name or nothing at all. No URLs, nicknames, etc.

\n\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n\"\"\n