CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`)) ENGINE=MyISAM DEFAULT CHARSET=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`), KEY `comment_parent` (`comment_parent`)) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; CREATE TABLE `wp_contact_form_7` ( `cf7_unit_id` bigint(20) unsigned NOT NULL auto_increment, `title` varchar(200) NOT NULL default '', `form` text NOT NULL, `mail` text NOT NULL, `mail_2` text NOT NULL, `messages` text NOT NULL, `additional_settings` text NOT NULL, PRIMARY KEY (`cf7_unit_id`)) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; INSERT INTO wp_contact_form_7 VALUES('1', 'Contact form 1', '

Your Name (required)
\n [text* your-name]

\n\n

Your Email (required)
\n [email* your-email]

\n\n

Subject
\n [text your-subject]

\n\n

Your Message
\n [textarea your-message]

\n\n

[submit \"Send\"]

', 'a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:166:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on Golf http://recommendedtoyou.net/golf\";s:9:\"recipient\";s:18:\"info@youremail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}', 'a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:108:\"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Golf http://recommendedtoyou.net/golf\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;}', 'a:7:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";}', ''); 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_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_visible` (`link_visible`)) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; INSERT INTO wp_links VALUES('1', 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', ''); INSERT INTO wp_links VALUES('2', 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'); INSERT INTO wp_links VALUES('3', 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', ''); INSERT INTO wp_links VALUES('4', 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', ''); INSERT INTO wp_links VALUES('5', 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', ''); INSERT INTO wp_links VALUES('6', 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', ''); INSERT INTO wp_links VALUES('7', 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', '1', '0', '0000-00-00 00:00:00', '', '', ''); 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`), UNIQUE KEY `option_name` (`option_name`)) ENGINE=MyISAM AUTO_INCREMENT=705 DEFAULT CHARSET=utf8; INSERT INTO wp_options VALUES('1', '0', 'siteurl', 'http://recommendedtoyou.net/golf', 'yes'); INSERT INTO wp_options VALUES('2', '0', 'blogname', 'The Golf Store |', 'yes'); INSERT INTO wp_options VALUES('3', '0', 'blogdescription', 'The Golf Store |', 'yes'); INSERT INTO wp_options VALUES('4', '0', 'users_can_register', '0', 'yes'); INSERT INTO wp_options VALUES('5', '0', 'admin_email', 'info@youremail.com', '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_use_excerpt', '0', 'yes'); INSERT INTO wp_options VALUES('13', '0', 'mailserver_url', 'mail.example.com', 'yes'); INSERT INTO wp_options VALUES('14', '0', 'mailserver_login', 'login@example.com', 'yes'); INSERT INTO wp_options VALUES('15', '0', 'mailserver_pass', 'password', 'yes'); INSERT INTO wp_options VALUES('16', '0', 'mailserver_port', '110', 'yes'); INSERT INTO wp_options VALUES('17', '0', 'default_category', '1', 'yes'); INSERT INTO wp_options VALUES('18', '0', 'default_comment_status', 'open', 'yes'); INSERT INTO wp_options VALUES('19', '0', 'default_ping_status', 'open', 'yes'); INSERT INTO wp_options VALUES('20', '0', 'default_pingback_flag', '1', 'yes'); INSERT INTO wp_options VALUES('21', '0', 'default_post_edit_rows', '10', 'yes'); INSERT INTO wp_options VALUES('22', '0', 'posts_per_page', '10', 'yes'); INSERT INTO wp_options VALUES('23', '0', 'date_format', 'F j, Y', 'yes'); INSERT INTO wp_options VALUES('24', '0', 'time_format', 'g:i a', 'yes'); INSERT INTO wp_options VALUES('25', '0', 'links_updated_date_format', 'F j, Y g:i a', 'yes'); INSERT INTO wp_options VALUES('26', '0', 'links_recently_updated_prepend', '', 'yes'); INSERT INTO wp_options VALUES('27', '0', 'links_recently_updated_append', '', 'yes'); INSERT INTO wp_options VALUES('28', '0', 'links_recently_updated_time', '120', 'yes'); INSERT INTO wp_options VALUES('29', '0', 'comment_moderation', '0', 'yes'); INSERT INTO wp_options VALUES('30', '0', 'moderation_notify', '1', 'yes'); INSERT INTO wp_options VALUES('31', '0', 'permalink_structure', '/%category%/%postname%/', 'yes'); INSERT INTO wp_options VALUES('32', '0', 'gzipcompression', '0', 'yes'); INSERT INTO wp_options VALUES('33', '0', 'hack_file', '0', 'yes'); INSERT INTO wp_options VALUES('34', '0', 'blog_charset', 'UTF-8', 'yes'); INSERT INTO wp_options VALUES('35', '0', 'moderation_keys', '', 'no'); INSERT INTO wp_options VALUES('36', '0', 'active_plugins', 'a:9:{i:0;s:20:\"WPRobot3/wprobot.php\";i:1;s:27:\"backupbuddy/backupbuddy.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:39:\"platinum-seo-pack/platinum_seo_pack.php\";i:4;s:33:\"privacy-policy/privacy-policy.php\";i:5;s:45:\"simple-image-grabber/simple-image-grabber.php\";i:6;s:39:\"sitemap-generator/sitemap-generator.php\";i:7;s:25:\"social-poster/mm_post.php\";i:8;s:23:\"statpress/statpress.php\";}', 'yes'); INSERT INTO wp_options VALUES('37', '0', 'home', 'http://recommendedtoyou.net/golf', 'yes'); INSERT INTO wp_options VALUES('38', '0', 'category_base', '', 'yes'); INSERT INTO wp_options VALUES('39', '0', 'ping_sites', 'http://audiorpc.weblogs.com/RPC2\r\nhttp://rpc.pingomatic.com/\r\nhttp://blogpeople.net/ping\r\nhttp://blogpeople.net/servlet/weblogUpdates\r\nhttp://blogsearch.google.com/ping/RPC2\r\nhttp://blogsearch.google.ae/ping/RPC2\r\nhttp://blogsearch.google.at/ping/RPC2\r\nhttp://blogsearch.google.be/ping/RPC2\r\nhttp://blogsearch.google.bg/ping/RPC2\r\nhttp://blogsearch.google.ca/ping/RPC2\r\nhttp://blogsearch.google.ch/ping/RPC2\r\nhttp://blogsearch.google.cl/ping/RPC2\r\nhttp://blogsearch.google.co.cr/ping/RPC2\r\nhttp://blogsearch.google.co.hu/ping/RPC2\r\nhttp://blogsearch.google.co.id/ping/RPC2\r\nhttp://blogsearch.google.co.il/ping/RPC2\r\nhttp://blogsearch.google.co.in/ping/RPC2\r\nhttp://blogsearch.google.co.jp/ping/RPC2\r\nhttp://blogsearch.google.co.ma/ping/RPC2\r\nhttp://blogsearch.google.co.nz/ping/RPC2\r\nhttp://blogsearch.google.co.th/ping/RPC2\r\nhttp://blogsearch.google.co.uk/ping/RPC2\r\nhttp://blogsearch.google.co.ve/ping/RPC2\r\nhttp://blogsearch.google.co.za/ping/RPC2\r\nhttp://blogsearch.google.com.ar/ping/RPC2\r\nhttp://blogsearch.google.com.au/ping/RPC2\r\nhttp://blogsearch.google.com.br/ping/RPC2\r\nhttp://blogsearch.google.com.co/ping/RPC2\r\nhttp://blogsearch.google.com.do/ping/RPC2\r\nhttp://blogsearch.google.com.mx/ping/RPC2\r\nhttp://blogsearch.google.com.my/ping/RPC2\r\nhttp://blogsearch.google.com.pe/ping/RPC2\r\nhttp://blogsearch.google.com.sa/ping/RPC2\r\nhttp://blogsearch.google.com.sg/ping/RPC2\r\nhttp://blogsearch.google.com.tr/ping/RPC2\r\nhttp://blogsearch.google.com.tw/ping/RPC2\r\nhttp://blogsearch.google.com.ua/ping/RPC2\r\nhttp://blogsearch.google.com.uy/ping/RPC2\r\nhttp://blogsearch.google.com.vn/ping/RPC2\r\nhttp://blogsearch.google.de/ping/RPC2\r\nhttp://blogsearch.google.es/ping/RPC2\r\nhttp://blogsearch.google.fi/ping/RPC2\r\nhttp://blogsearch.google.fr/ping/RPC2\r\nhttp://blogsearch.google.gr/ping/RPC2\r\nhttp://blogsearch.google.hr/ping/RPC2\r\nhttp://blogsearch.google.ie/ping/RPC2\r\nhttp://blogsearch.google.it/ping/RPC2\r\nhttp://blogsearch.google.jp/ping/RPC2\r\nhttp://blogsearch.google.lt/ping/RPC2\r\nhttp://blogsearch.google.nl/ping/RPC2\r\nhttp://blogsearch.google.pl/ping/RPC2\r\nhttp://blogsearch.google.pt/ping/RPC2\r\nhttp://blogsearch.google.ro/ping/RPC2\r\nhttp://blogsearch.google.ru/ping/RPC2\r\nhttp://blogsearch.google.se/ping/RPC2\r\nhttp://blogsearch.google.sk/ping/RPC2\r\nhttp://blogsearch.google.us/ping/RPC2\r\nhttp://www.pingler.com\r\nhttp://1470.net/api/ping\r\nhttp://api.feedster.com/ping\r\nhttp://api.moreover.com/RPC2\r\nhttp://api.moreover.com/ping\r\nhttp://api.my.yahoo.com/RPC2\r\nhttp://api.my.yahoo.com/rss/ping\r\nhttp://bblog.com/ping.php\r\nhttp://bitacoras.net/ping\r\nhttp://blog.goo.ne.jp/XMLRPC\r\nhttp://blogdb.jp/xmlrpc\r\nhttp://blogmatcher.com/u.php\r\nhttp://bulkfeeds.net/rpc\r\nhttp://coreblog.org/ping/\r\nhttp://mod-pubsub.org/kn_apps/blogchatt\r\nhttp://www.lasermemory.com/lsrpc/\r\nhttp://ping.amagle.com/\r\nhttp://ping.bitacoras.com\r\nhttp://ping.blo.gs/\r\nhttp://ping.blogs.yandex.ru/RPC2\r\nhttp://ping.fc2.com/\r\nhttp://ping.bloggers.jp/rpc/\r\nhttp://ping.cocolog-nifty.com/xmlrpc\r\nhttp://ping.blogmura.jp/rpc/\r\nhttp://ping.exblog.jp/xmlrpc\r\nhttp://ping.feedburner.com\r\nhttp://ping.feedburner.com/\r\nhttp://ping.kutsulog.net/\r\nhttp://ping.myblog.jp\r\nhttp://ping.rootblog.com/rpc.php\r\nhttp://ping.syndic8.com/xmlrpc.php\r\nhttp://ping.weblogalot.com/rpc.php\r\nhttp://ping.weblogs.se/\r\nhttp://ping.wordblog.de/\r\nhttp://pingoat.com/goat/RPC2\r\nhttp://rcs.datashed.net/RPC2/\r\nhttp://rpc.blogbuzzmachine.com/RPC2\r\nhttp://rpc.blogrolling.com/pinger/\r\nhttp://rpc.icerocket.com:10080/\r\nhttp://rpc.newsgator.com/\r\nhttp://rpc.pingomatic.com\r\nhttp://rpc.reader.livedoor.com/ping\r\nhttp://rpc.technorati.com/rpc/ping\r\nhttp://rpc.twingly.com/\r\nhttp://rpc.weblogs.com/RPC2\r\nhttp://topicexchange.com/RPC2\r\nhttp://trackback.bakeinu.jp/bakeping.php\r\nhttp://www.a2b.cc/setloc/bp.a2b\r\nhttp://www.bitacoles.net/ping.php\r\nhttp://www.blogdigger.com/RPC2\r\nhttp://www.blogoole.com/ping/\r\nhttp://www.blogoon.net/ping/\r\nhttp://www.blogpeople.net/servlet/weblogUpdates\r\nhttp://www.blogroots.com/tb_populi.blog?id=1\r\nhttp://www.blogshares.com/rpc.php\r\nhttp://www.blogsnow.com/ping\r\nhttp://www.blogstreet.com/xrbin/xmlrpc.cgi\r\nhttp://www.mod-pubsub.org/kn_apps/blogchatter/ping.php\r\nhttp://www.newsisfree.com/RPCCloud\r\nhttp://www.newsisfree.com/xmlrpctest.php\r\nhttp://www.popdex.com/addsite.php\r\nhttp://www.snipsnap.org/RPC2\r\nhttp://www.weblogues.com/RPC/\r\nhttp://xmlrpc.blogg.de\r\nhttp://xianguo.com/xmlrpc/ping.php\r\nhttp://xping.pubsub.com/ping/\r\nhttp://zhuaxia.com/rpc/server.php', 'yes'); INSERT INTO wp_options VALUES('40', '0', 'advanced_edit', '0', 'yes'); INSERT INTO wp_options VALUES('41', '0', 'comment_max_links', '2', 'yes'); INSERT INTO wp_options VALUES('42', '0', 'gmt_offset', '', 'yes'); INSERT INTO wp_options VALUES('43', '0', 'default_email_category', '1', 'yes'); INSERT INTO wp_options VALUES('44', '0', 'recently_edited', 'a:5:{i:0;s:72:\"/home/rectoyou/public_html/golf/wp-content/themes/churchtrans/footer.php\";i:2;s:71:\"/home/rectoyou/public_html/golf/wp-content/themes/churchtrans/style.css\";i:3;s:70:\"/home/rectoyou/public_html/golf/wp-content/themes/churchtrans/home.php\";i:4;s:71:\"/home/rectoyou/public_html/golf/wp-content/themes/churchtrans/index.php\";i:5;s:0:\"\";}', 'no'); INSERT INTO wp_options VALUES('45', '0', 'template', 'churchtrans', 'yes'); INSERT INTO wp_options VALUES('46', '0', 'stylesheet', 'churchtrans', 'yes'); INSERT INTO wp_options VALUES('47', '0', 'comment_whitelist', '1', 'yes'); INSERT INTO wp_options VALUES('48', '0', 'blacklist_keys', '', 'no'); INSERT INTO wp_options VALUES('49', '0', 'comment_registration', '0', 'yes'); INSERT INTO wp_options VALUES('50', '0', 'rss_language', 'en', 'yes'); INSERT INTO wp_options VALUES('51', '0', 'html_type', 'text/html', 'yes'); INSERT INTO wp_options VALUES('52', '0', 'use_trackback', '0', 'yes'); INSERT INTO wp_options VALUES('53', '0', 'default_role', 'subscriber', 'yes'); INSERT INTO wp_options VALUES('54', '0', 'db_version', '15477', 'yes'); INSERT INTO wp_options VALUES('55', '0', 'uploads_use_yearmonth_folders', '1', 'yes'); INSERT INTO wp_options VALUES('56', '0', 'upload_path', '', 'yes'); INSERT INTO wp_options VALUES('57', '0', 'blog_public', '1', 'yes'); INSERT INTO wp_options VALUES('58', '0', 'default_link_category', '2', 'yes'); INSERT INTO wp_options VALUES('59', '0', 'show_on_front', 'posts', 'yes'); INSERT INTO wp_options VALUES('60', '0', 'tag_base', '', 'yes'); INSERT INTO wp_options VALUES('61', '0', 'show_avatars', '1', 'yes'); INSERT INTO wp_options VALUES('62', '0', 'avatar_rating', 'G', 'yes'); INSERT INTO wp_options VALUES('63', '0', 'upload_url_path', '', 'yes'); INSERT INTO wp_options VALUES('64', '0', 'thumbnail_size_w', '150', 'yes'); INSERT INTO wp_options VALUES('65', '0', 'thumbnail_size_h', '150', 'yes'); INSERT INTO wp_options VALUES('66', '0', 'thumbnail_crop', '1', 'yes'); INSERT INTO wp_options VALUES('67', '0', 'medium_size_w', '300', 'yes'); INSERT INTO wp_options VALUES('68', '0', 'medium_size_h', '300', 'yes'); INSERT INTO wp_options VALUES('69', '0', 'avatar_default', 'mystery', 'yes'); INSERT INTO wp_options VALUES('70', '0', 'enable_app', '', 'yes'); INSERT INTO wp_options VALUES('71', '0', 'enable_xmlrpc', '', 'yes'); INSERT INTO wp_options VALUES('72', '0', 'large_size_w', '1024', 'yes'); INSERT INTO wp_options VALUES('73', '0', 'large_size_h', '1024', 'yes'); INSERT INTO wp_options VALUES('74', '0', 'image_default_link_type', 'file', 'yes'); INSERT INTO wp_options VALUES('75', '0', 'image_default_size', '', 'yes'); INSERT INTO wp_options VALUES('76', '0', 'image_default_align', '', 'yes'); INSERT INTO wp_options VALUES('77', '0', 'close_comments_for_old_posts', '0', 'yes'); INSERT INTO wp_options VALUES('78', '0', 'close_comments_days_old', '14', 'yes'); INSERT INTO wp_options VALUES('79', '0', 'thread_comments', '1', 'yes'); INSERT INTO wp_options VALUES('80', '0', 'thread_comments_depth', '5', 'yes'); INSERT INTO wp_options VALUES('81', '0', 'page_comments', '0', 'yes'); INSERT INTO wp_options VALUES('82', '0', 'comments_per_page', '50', 'yes'); INSERT INTO wp_options VALUES('83', '0', 'default_comments_page', 'newest', 'yes'); INSERT INTO wp_options VALUES('84', '0', 'comment_order', 'asc', 'yes'); INSERT INTO wp_options VALUES('85', '0', 'sticky_posts', 'a:0:{}', 'yes'); INSERT INTO wp_options VALUES('86', '0', 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('87', '0', 'widget_text', 'a:11:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1229:\" \";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1231:\" \";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1231:\" \";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1231:\" \";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:297:\"
\n
\";s:6:\"filter\";b:0;}i:8;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:297:\"
\n
\";s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:312:\"\n\";s:6:\"filter\";b:0;}i:10;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:312:\"\n\";s:6:\"filter\";b:0;}i:11;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:312:\"\n\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('88', '0', 'widget_rss', 'a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('89', '0', 'timezone_string', 'America/Los_Angeles', 'yes'); INSERT INTO wp_options VALUES('90', '0', 'embed_autourls', '1', 'yes'); INSERT INTO wp_options VALUES('91', '0', 'embed_size_w', '', 'yes'); INSERT INTO wp_options VALUES('92', '0', 'embed_size_h', '600', 'yes'); INSERT INTO wp_options VALUES('93', '0', 'page_for_posts', '0', 'yes'); INSERT INTO wp_options VALUES('94', '0', 'page_on_front', '0', 'yes'); INSERT INTO wp_options VALUES('95', '0', 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'yes'); INSERT INTO wp_options VALUES('96', '0', 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('97', '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('98', '0', 'widget_recent-comments', '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('99', '0', 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('100', '0', 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('101', '0', 'sidebars_widgets', 'a:6:{s:19:\"wp_inactive_widgets\";a:13:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:7:\"links-2\";i:3;s:6:\"text-2\";i:4;s:5:\"rss-2\";i:5;s:11:\"tag_cloud-2\";i:6;s:10:\"nav_menu-2\";i:7;s:8:\"search-2\";i:8;s:14:\"recent-posts-2\";i:9;s:17:\"recent-comments-2\";i:10;s:10:\"archives-2\";i:11;s:12:\"categories-2\";i:12;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:6:{i:0;s:7:\"text-11\";i:1;s:6:\"text-6\";i:2;s:6:\"text-4\";i:3;s:7:\"text-10\";i:4;s:6:\"text-5\";i:5;s:6:\"text-9\";}s:9:\"sidebar-2\";a:1:{i:0;s:6:\"text-8\";}s:9:\"sidebar-3\";a:1:{i:0;s:6:\"text-7\";}s:9:\"sidebar-4\";a:1:{i:0;s:6:\"text-3\";}s:13:\"array_version\";i:3;}', 'yes'); INSERT INTO wp_options VALUES('102', '0', 'cron', 'a:5:{i:1304101300;a:1:{s:7:\"mm_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1304104568;a:1:{s:11:\"wprobothook\";a:1:{s:32:\"4f783ba768fd01c283357037af26a514\";a:3:{s:8:\"schedule\";s:11:\"WPR_3_hours\";s:4:\"args\";a:1:{i:0;s:1:\"2\";}s:8:\"interval\";i:10800;}}}i:1304108077;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1304108085;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}', 'yes'); INSERT INTO wp_options VALUES('103', '0', '_transient_doing_cron', '1304098171', 'yes'); INSERT INTO wp_options VALUES('672', '0', '_site_transient_timeout_theme_roots', '1304100265', 'yes'); INSERT INTO wp_options VALUES('673', '0', '_site_transient_theme_roots', 'a:2:{s:11:\"churchtrans\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}', 'yes'); INSERT INTO wp_options VALUES('109', '0', 'widget_pages', 'a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('106', '0', '_site_transient_update_core', 'O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":7:{s:8:\"response\";s:7:\"upgrade\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-3.1.2.zip\";s:7:\"current\";s:5:\"3.1.2\";s:6:\"locale\";s:5:\"en_US\";s:11:\"php_version\";s:3:\"4.3\";s:13:\"mysql_version\";s:5:\"4.1.2\";}}s:12:\"last_checked\";i:1304093065;s:15:\"version_checked\";s:5:\"3.0.5\";}', 'yes'); INSERT INTO wp_options VALUES('107', '0', '_site_transient_update_plugins', 'O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1304058343;s:7:\"checked\";a:12:{s:19:\"akismet/akismet.php\";s:5:\"2.4.0\";s:25:\"social-poster/mm_post.php\";s:4:\"3.91\";s:27:\"backupbuddy/backupbuddy.php\";s:6:\"1.3.10\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"2.4.2\";s:39:\"sitemap-generator/sitemap-generator.php\";s:4:\"3.17\";s:26:\"exit-window/exitwindow.php\";s:0:\"\";s:9:\"hello.php\";s:5:\"1.5.1\";s:39:\"platinum-seo-pack/platinum_seo_pack.php\";s:5:\"1.3.4\";s:33:\"privacy-policy/privacy-policy.php\";s:3:\"1.1\";s:45:\"simple-image-grabber/simple-image-grabber.php\";s:5:\"1.0.2\";s:23:\"statpress/statpress.php\";s:5:\"1.4.1\";s:20:\"WPRobot3/wprobot.php\";s:3:\"3.2\";}s:8:\"response\";a:3:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:11:\"new_version\";s:5:\"2.5.3\";s:3:\"url\";s:44:\"http://wordpress.org/extend/plugins/akismet/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/akismet.2.5.3.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"new_version\";s:5:\"2.4.4\";s:3:\"url\";s:51:\"http://wordpress.org/extend/plugins/contact-form-7/\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/plugin/contact-form-7.2.4.4.zip\";}s:39:\"platinum-seo-pack/platinum_seo_pack.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:4:\"3812\";s:4:\"slug\";s:17:\"platinum-seo-pack\";s:11:\"new_version\";s:5:\"1.3.7\";s:3:\"url\";s:54:\"http://wordpress.org/extend/plugins/platinum-seo-pack/\";s:7:\"package\";s:59:\"http://downloads.wordpress.org/plugin/platinum-seo-pack.zip\";}}}', 'yes'); INSERT INTO wp_options VALUES('108', '0', '_site_transient_update_themes', 'O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1304093065;}', 'yes'); INSERT INTO wp_options VALUES('110', '0', 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('111', '0', 'widget_links', 'a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('112', '0', 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('113', '0', 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'); INSERT INTO wp_options VALUES('114', '0', 'dashboard_widget_options', 'a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:32:\"http://recommendedtoyou.net/golf\";s:4:\"link\";s:108:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://recommendedtoyou.net/golf/\";s:3:\"url\";s:141:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://recommendedtoyou.net/golf/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress 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:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}', 'yes'); INSERT INTO wp_options VALUES('143', '0', 'current_theme', 'Church', 'yes'); INSERT INTO wp_options VALUES('678', '0', '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1304143173', 'no'); INSERT INTO wp_options VALUES('679', '0', '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1304099973', 'no'); INSERT INTO wp_options VALUES('698', '0', '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1304143175', 'no'); INSERT INTO wp_options VALUES('699', '0', '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Publisher Blog: Houston Chronicle migrates to WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://publisherblog.automattic.com/?p=1418\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://publisherblog.automattic.com/2011/04/29/houston-chronicle-migrates-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2432:\"

As Dwight Silverman mentions in the Houston Chronicle Tech Blog, Chron.com will soon be moving all their 360 blogs from TypePad to WordPress. Welcome to the WordPress family!

\n

\"\"

\n

[Visit the Houston Chronicle at Chron.com]

\n
\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2011 16:00:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sara Rosso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 4/29\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Vqfiujy9urk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:933:\"

New plugins

\n

Search Integrate allows you to add sponsored results to your site search and gain valuable insight into user search behavior.

\n

SweetCaptcha offers a cute and interactive CAPTCHA, consisting of a question the user needs to answer by dragging the correct answer.

\n

Updated plugins

\n

Amazon Tools allows you to retrieve and display Amazon product information in your blog.

\n

Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2011 13:00:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Alex King: Wanted: Technical Project Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=5682\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://alexking.org/blog/2011/04/28/wanted-technical-project-manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3151:\"

I’m looking for a bright, motivated individual to join our team as a project manager.

\n

At Crowd Favorite we build cool things for the web. You will join us to enjoy the privilege of working with great clients and a sharp and dedicated team on fun and challenging projects.

\n

\"Crowd

\n

The project manager position is a management role – but we have a very flat structure and a collaborative team atmosphere. You will be coordinating with clients to understand their project requirements and to provide ideas and suggestions as to how projects can be improved. At the same time you will coordinate our internal resources to produce top quality work on time. You’ll do all of this while managing expectations on both sides to keep things running smoothly. It’s a challenging role, but you’ll have the support of a talented and experienced team that can really deliver for you.

\n

You should have the following core qualities and experience:

\n\n

This position is available immediately in our Denver office, and we are only considering local candidates1 at this time.

\n

All of this sound good? I hope so, and I look forward to hearing from you.

\n
    \n
  1. We are willing to consider candidates who wish to relocate to Denver. [back]
  2. \n
\n\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2011 17:42:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Publisher Blog: 1000 Awesome Things powered by WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://publisherblog.automattic.com/?p=1405\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://publisherblog.automattic.com/2011/04/28/1000-awesome-things-powered-by-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7128:\"

\"TheThe following interview is with Neil Pasricha, creator of 1000AwesomeThings.com, powered by WordPress.com, and two-time published author. His second book, The Book of (Even More) Awesome, is out today.
\n

\n

How did you get the idea to create a blog about 1000 Awesome things? Does your blog help you become a happier person?

\n

NEIL: Well, I was in a pretty rough place when I started the blog. My wife and I were growing further and further apart and my best friend was battling a major depression. When I flipped open the newspaper or turned on the TV it was about melting ice caps, terrible hurricanes, and the collapsing economy.

\n

I started 1000 Awesome Things to try and find a way to cheer myself up. I wanted to find a place where bakery air, snow days, and popping bubble wrap were the most important things in the world.

\n

Over the next couple of years my personal life got worse. My wife told me she didn’t love me anymore. My best Chris took his own life. And in most ways I’m still the same guy – working the same office job in the suburbs, eating the same frozen burritos for dinner, and still needing to go to the gym more.

\n

But in many ways I’ve become happier because I see awesome things everywhere. I hit a string of green lights on my way home from work and think awesome! I flip to the cold side of my pillow in the middle of the night and think awesome! And I think these little daily highs add up to longer term happiness.

\n

Why did you choose WordPress and what have you liked most about using it as a publishing service?

\n

NEIL: Ha ha, I think I literally Googled “how to start a blog” and clicked on the first link!

\n

But my experience with WordPress since that first day has been absolutely incredible. The forums helped me figure out every issue I’ve got (and I’ve had issues!) and whenever I email support they reply right away.

\n

On a bigger note though, I really do think WordPress is changing the world by helping people from all places and spaces communicate their message to the world. Nothing could be more powerful than that.

\n

\"\"How did you get a book deal, and when is your second book coming out?

\n

NEIL: Well let me tell you a crazy story! When I started writing 1000 Awesome Things back in June, 2008 nobody read it except for my mom. Although, the traffic did double when she forwarded it to my dad.

\n

Then I got excited when I emailed it to friends and tens of people started coming each day. Then it become hundreds, then thousands, then millions… and then I got a phone call! And the voice at the other end of the line said “You just won the best blog in the world award!”

\n

Obviously, I thought this was some sort of spammy joke. But I somehow ended up winning the Webby Award for Best Blog in 2009 and got flown to New York to walk a red carpet with Martha Stewart, Jimmy Fallon, and Sarah Silverman.

\n

When I came home there were ten literary agents waiting for me in my inbox asking if I wanted to put together a book. It was a total Julie and Julia moment and it kind of hit me how powerful our little blogging community really is.

\n

The Book of (Even More) Awesome comes out today, April 28th!

\n

Anything else you’d like to share regarding WordPress?

\n

NEIL: Yes! To everyone out there with a WordPress blog: You are awesome! We may never meet, we may never talk, but I completely love, respect, and admire how much passion and energy goes into all of our sites.

\n

Maybe nobody realizes how long we slave over posts, how excited we are when we check our Stats pages, or how fun it is to get a comment from someone we’ve never met. I’ve been feeling these buzzes for two years and they’ve never got old to me. I am so grateful, so proud, and so flattered to be part of this amazing community.

\n

Let’s keep on blogging forever … and let’s always stay strong and stay AWESOME!

\n

Thank you so much for the chat and for those that check it out I really hope you like The Book of (Even More) Awesome.

\n

Thanks Neil!

\n
\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2011 16:30:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sara Rosso\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Weblog Tools Collection: WordPress Developers Calling for CSS Help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9951\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/ZVaF7gKy51Y/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:934:\"

With the veil of Internet Explorer 6 now liftedWordPress will be receiving a major CSS overhaul for version 3.3, and the developers are asking for your help, advice, and opinions.

\n

The goal of the project is not to change the existing design, but to rather consolidate and simplify the existing CSS to allow for easy expansion and alteration in the future.

\n

If you can offer your skills to this project, I’m sure the developers and future WordPress 3.3 users will be much appreciative.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2011 13:00:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Alex King: WordPress 3.1.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=5771\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://alexking.org/blog/2011/04/27/wordpress-3-1-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:596:\"

Security update – time to upgrade! While this particular security patch won’t affect all WordPress sites (for example, it didn’t affect this one since I don’t have contributors), I highly recommend upgrading every time a new version comes out. Small upgrades are much easier than big upgrades. Don’t be that poor soul who puts it off and ends up dealing with the aftermath.

\n\"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 23:32:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 4/27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9945\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/t9iZPxoBJTg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1284:\"

\"\"

\n

Slim comes with unlimited color options via a powerful admin panel with a built-in color picker. It also has an awesome rotating header image using the Cycle plugin.

\n

\"\"

\n

Tabula Rosa is a minimal theme with jQuery gallery implementation, sliding menus, and some other cool stuff.

\n

\"\"

\n

Translucent has a smooth and sleek look with very few hard edges and transitions.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 13:00:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPCandy: BackupBuddy sees big update to version 2.0, used on over 20,000 sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=18031\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://feedproxy.google.com/~r/wpcandy/~3/yr42Ng4x1CY/backupbuddy-sees-big-update-to-version-2-0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2297:\"

\"\"

BackupBuddy is plugin shop PluginBuddy’s commercial WordPress backup solution. Just this week it saw a big 2.0 update, after having been released just over a year ago on March 4, 2010. The update brings a number of significant updates to the plugin, including:

Along all the version release fun, PluginBuddy founder Cory Miller shared on Twitter that the BackupBuddy plugin is now active on over 20,000 WordPress sites. Assuming they don’t have a single user with a lot of blogs to back up, it seems BackupBuddy is doing well for them.

\"\"

Do you use BackupBuddy for your WordPress site’s backups? If not, what do you use and like? Just please don’t comment saying you don’t back your sites up.

You just finished reading BackupBuddy sees big update to version 2.0, used on over 20,000 sites on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 10:51:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPCandy: WordCamp is descending on Raleigh, speaker lineup emerges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=18010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://feedproxy.google.com/~r/wpcandy/~3/YS7GEzdMEf8/wordcamp-raleigh-2011-is-coming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2270:\"

\"\"

WordCamp is descending on Raleigh North Carolina again this year, with the main event taking place over the course of two days, May 21 and 22. This year’s speakers were highlighted in an announcement posted by organizer Steve Mortiboy. There are 19 fantastic speakers listed right now, including:

The presentations will be spread over three tracks: one for users, one for super users, and another for developers. Right now there are seven presentations scheduled for each track and WordPress Core Developer Andrew Nacin will be the keynote speaker.

For those looking for more reasons to attend: what more could you want? Candy?

I’m also happy to say that WPCandy will very much be at WordCamp Raleigh, thanks to the generosity of the smart folks behind the recently released Group Deals plugin who are powering WPCandy to attend. Who else will be attending WordCamp Raleigh this year, and what are you most looking forward to?

You just finished reading WordCamp is descending on Raleigh, speaker lineup emerges on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 10:04:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPCandy: Beginner’s Guide: How to utilize Google resources in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=13022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://feedproxy.google.com/~r/wpcandy/~3/X3yoJC-B3nY/how-to-utilize-google-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18202:\"

\"\"

There are many ways to utilize the seemingly endless resources of Google in WordPress. The following list includes what I consider to be the most important Google tools, some others nearly every web developer uses, and hopefully even some that you don’t know about yet.

In this post we’ll be looking into 18 Google services and applications, including:

Google Analytics

\"Google

Nearly all website owners use Google Analytics. There are so many resources and cool things you can track with this invaluable tool. Track referrers, clicks, advertising, and a gillion other things. Track one website or a thousand. Target specific content, see where your visitors live, how long they’re on your site, and much, much more. Enough of me, check out these awesome tutorials for using Google Analytics.

Goo.gl url shortener

Google couldn’t miss out on the shortlinks action, so they came up with their own provider, goo.gl. Google claims it’s not just another url shortener. Do you use it as your default shortener? If not, this article by Kovshenin can help you get started with integrating it into WordPress, and you can also check out a couple of plugins that have popped up around it.

Google Chrome / Developer Tools

Google Chrome is now responsible for more than 10% of all browser usage, more than Safari and Opera combined. It has a great reputation for being extremely fast and very stable — like most Google stuff, I’d say. One of the only complaints I tend to see from web developers is that it doesn’t have all the fun extensions that Firefox has. But it is getting close.

Chrome comes with a built in pack of Developer Tools, that some say is better than Firefox’s Firebug. Chrome also has Firebug lite and a lot of other awesome extensions that are similar to Firefox’s offerings. I made the switch to using Chrome as my default browser a few months ago, and I now I think I have as much power in the Chrome Developer Tools and extensions as I had in Firefox.

Google Website Optimizer

Split-testing can be extremely valuable for your landing and sales pages. We even heard from Obox how a small change in their sales page made a drastic difference in theme sales. Google Website Optimizer helps you create experiments to see what works best for your site.

Website Optimizer is pretty advanced stuff (in my opinion at least). If you are looking for a simpler option, you may want to look at the MaxA/B free WordPress plugin that lets you compare WordPress pages in a matter of minutes. But if you want to dive into all the details of multivariate split-testing, Google’s product is a great place to start.

Google Libraries API

Google keeps minified libraries of a lot of code frameworks. Using simple scripts, you can use these libraries with WordPress. Even if WordPress already loads a framework, like it does with jQuery, you can still register and use the Google version. There is some argument about how good of an idea this is, but many claim it’s faster than using the WordPress packaged version. It’s obviously a good idea for any library not already bundled in WordPress.

The Google Libraries API currently supports Chrome Frame, Dojo, Ext Core, jQuery, jQuery UI, MooTools, Prototype, script.aculo.us, SWFObject, Yahoo! User Interface Library (YUI), and WebFont Loader. Learn more with the developer guide.

The easiest way to get started with integrating Google hosted libraries and WordPress is to use a plugin, but you can also go the manual route, which can be fun. The basic idea would be the following (credit: Frederick Townes):

\n
<?php
\n
wp_deregister_script(\'jquery\');
\n
wp_register_script(\'jquery\', \'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js\');
\n
wp_enqueue_script(\'query\');
\n
?>
\n

This method is best to use in a custom extension or plugin, if anywhere. New themes will likely not allow registering jQuery this way.

Google Font Directory

\"GoogleThe Google font directory is one of the most exciting new things to using non-standard fonts in our websites. The font directory does all the dirty work of implementing the CSS @font-face technique, including all of the best practices for making it cross-browser compatible.

The directory is entirely free to access, takes one line of code to implement, and you can use the fonts just like any other in your stylesheets. They started with just a few available fonts, but now there are dozens and more and more show up all the time.

This is my single favorite Google resource right now. You can implement the font directory multiple ways. For personal and client projects you could use a plugin or just use a simple @import command at the top of your css file and then just use the font name in your stylesheet. It could look like this:

\n
@import url(\'http://fonts.googleapis.com/css?family=Droid+Sans\');
\n
#body { font: normal normal normal 14px/20px \'Droid Sans\', Arial, sans-serif; }
\n

Google Checkout

\"googleGoogle checkout is a cart solution similar to PayPal. It may not be the most familiar checkout option to WordPress users, but it is at least a viable solution to work alongside PayPal and other third party options.

The biggest positive of Checkout is the deep integration with Google Adwords and Google Product Search. One drawback is that Google Checkout doesn’t play well outside of the United States and United Kingdom, and by not play well I mean isn’t available.

There are a couple of plugins worth considering that can help you integrate this shopping cart application into your WordPress site.

Google Chart Tools

I’ll be honest. I just discovered Google’s chart tools. With these, you can pretty easily use Google Docs to create interactive charts for use on your website. There is a lot of power and potential behind these tools, and the sky is pretty much the limit with what you can do. Assuming the sky is limited to charts, of course.

Google Docs

\"GoogleGoogle Docs is a great way to bring office tasks to the web. It is easy to share documents, spreadsheets, presentations and even forms. One of my favorite features is the ability to live-edit a document with a public or private group.

Ryan did this with a spreadsheet to line up interviews for WordCamp Phoenix. He simply invited people to sign up for a time on the shared Google spreadsheet. Awesome, right?

You can also embed Google Docs right into your WordPress posts and pages. All in all, it’s a nice, online-friendly alternative to Microsoft Office.

Google Custom Search

Google’s custom search feature lets you create just that, a custom search engine, and implement it on your own website. You can set up all sorts of features, such as making it just search your site, or a select number of sites, exclude certain results, and many other things. You can also connect your adsense account to the ads that display at the top of search results in the free version. The paid version includes the ability to remove the ads, and starts at $100 per year.

You get all of the power of Google in your own search engine. It’s really a nice alternative to WordPress search, which to be honest, could use a facelift.

Google Maps

There are a slew of Google Maps related plugins, but MapPress will allow you to do a basic, but thorough, integration of Google Maps into your WordPress site. Google Maps is an extremely powerful tool that almost everyone uses in everyday life, and thanks to other people’s efforts, we can also use Google Maps to assist us in our development projects.

\"WPCandy

YouTube

\"YouTubeYouTube is good for a lot more than watching funny cats and bros getting tazed (although I do love those). It is a great platform to upload and share all types of videos. And because YouTube bears the burden of the heavy lifting, we can spend less of our own bandwidth serving up the video itself.

WordPress has made it easier than ever to embed YouTube videos, so that now all you have to do is enter the url of the video on its own line and WordPress takes care of the rest. Of course, if you want more control, you may like TubePress or Viper’s Video Quicktags.

You can also take advantage of using your YouTube channel to expand your social profile and get visitors to your site.

Gmail

You may think I’m strange for including Gmail in a post about Google products and WordPress, but I’d venture to say a majority of WordPress developers use Gmail as their base account.

It’s really easy to have all of your emails consolidated to a single Gmail account. You can have your main account, forward emails from different domains to that account, and then use a ton of tools to organize and manage your emails. I have about half a dozen email accounts that all forward to my single Gmail account.

Google Reader

\"googleGoogle Reader is really one of the only free web-based RSS feed tools available. It’s a pretty decent system, and it’s always nice to keep all the sites you like in one place. But, I personally recommend you still come and visit the real world every now and then \";)\" .

In WordPress, keep in mind that you can change your RSS settings to either show the full content or just excerpts. Personally, I get annoyed when I can only view the excerpts, and I actually tend to visit the real site even less than when the author shows me the full content in my Reader. I know right, the opposite of the intended effect. Something to think about for those of you that only allow excerpts in feed readers!

You may also be interested in this post by Jamie Thinglestad that shows how to easily add your WordPress site as a “send to” link in Google Reader so you can quickly and easily blog about posts in your feed.

Google Adsense / Adwords

\"Google

If you are going to use ads and don’t have a high-traffic site, Google Adsense is one of the simplest ways to do it. There are fifty bagillion tutorials online as to how to best target ads to fit your content, so check out some of those. You can also see some of the plugins in WordPress designed to make it easier for you to implement Adsense with WordPress.

Certainly one of the coolest things about Adwords, whether you use them for buying ads or not, is the keyword search tool. It’s simple to see how often specific words and phrases are searched for, both globally and locally.

Feedburner

\"feedburnerFeedburner is a great tool that can redirect your WordPress feeds through their system so you can track your subscribers in many different ways. It also helps you customize your feeds and has tools for things like managing email subscriptions.

Tentblogger has done an outstanding job explaining in detail how to set up Feedburner. Even if you’ve set up Feedburner half a dozen times, it’s worth a read.

Google Project Hosting

Want to maintain a project online? Google Project Hosting could be your answer. Similar to the idea of Github, it allows you to host projects (up to 2 GB) for free, and uses subversion, issue tracking, project wikis, and the ability to star projects and developers.

I noticed quite a few WordPress projects tagged, such as Carrington, Thematic, and NextGen Gallery.

Google Summer of Code

While not really an extension or tool, Google has a very cool program for students called the Google Summer of Code. WordPress has participated since 2007, and a lot of great developments have come from it. You can check out all of the awesome WordPress stuff from the 2010 GSoC and learn how to apply on the codex.

You can also view the participants for the upcoming GSoC 2011.

Wrapping it up

It’s pretty clear that there are a plethora of tools that Google has that can assist us in our WordPress projects. Which of these do you use? Or maybe I should ask which ones don’t you use? Also, let me know of any I missed, which I’m sure there are many.

I hope you enjoyed the list, and be sure to bookmark this post to refer back to it for your future projects.

You just finished reading Beginner\'s Guide: How to utilize Google resources in WordPress on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 09:30:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPCandy: Easy Content Types plugin for WordPress makes custom content a point and click away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=18000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://feedproxy.google.com/~r/wpcandy/~3/O9cRzEd9wf8/pippin-williamson-releases-easy-content-types-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3227:\"

\"\"

Pippin Williamson (whose standing desk you may remember from a recent WordPress Workspace feature) has released a new plugin called Easy Content Types. If you’ve ever wanted to create custom post types and taxonomies for your site, but are a bit freaked out working with code (or just don’t want to) this plugin could be perfect for you. Williamson’s plugin provides a handful of settings pages that make the creation of post types, taxonomies, and meta boxes.

If you aren’t sure what any of that means, the easiest way to show you is to have a look at the demonstration video below.

The Easy Content Types plugin is a paid plugin, available on CodeCanyon for $201. I know not everyone is crazy about paying for plugins, but for those among you there is hope here too: check out the giveaway of the plugin we’re running, just after the jump.

Plugin giveaway

We have two copies of Pippin’s Easy Content Types Plugin to give away. If you’d like a copy of the plugin, just leave a comment sharing what you’d like to use the plugin to do. What sort of content types, taxonomies, and meta boxes would you like to be able to create on the fly? We’ll pick the two most interesting comments in 24 hours and send the plugin their way.

And hey, if you have a way of adding these custom content types to your site that you like better, or other plugins that do something similar, let us know in the comments as well.

Click here to view the embedded video.

1 Sometimes folks are concerned about licensing when purchasing plugins. Rest assured, WPCandy only covers GPL compatible plugins and the plugin discussed above is.

You just finished reading Easy Content Types plugin for WordPress makes custom content a point and click away on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 07:20:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPCandy: WordPress 3.1.2 security update now available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://feedproxy.google.com/~r/wpcandy/~3/VZ8MQEXmYG0/wordpress-3-1-2-security-update-now-available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1734:\"

\"\"

It’s that time again: a new version of WordPress, now 3.1.2, is now available as a security update. It seems this fixes a vulnerability that would allow Contributor-level users to publish posts when they shouldn’t have been able to.

You can download 3.1.2 manually, or (much more likely) click that fancy update button in your Dashboard.

Interestingly, this issue was discovered by Andrew Nacin and Benjamin Balter. Nacin you may recognize as a member of the WordPress Core Commit team. Balter’s name first cropped up, at least here on WPCandy, just yesterday as a participant in Google Summer of Code this year. Someone give him extra credit.

Are you all updated? Do you use the Dashboard update, or do you still manually update the old school way?

You just finished reading WordPress 3.1.2 security update now available on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 23:06:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Weblog Tools Collection: WordPress 3.1.2 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/TSPK1d-Z52E/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:709:\"

WordPress 3.1.2 has been released and “addresses a vulnerability that allowed Contributor-level users to improperly publish posts,” while also fixing a few bugs.

\n

You should be able to upgrade automatically from the Dashboard -> Updates section of your blog’s Dashboard, but you can also upgrade manually if you run into trouble.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 22:50:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WPCandy: Vote here: Theme Madness 2011, Round 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17960\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://feedproxy.google.com/~r/wpcandy/~3/z8k3ir4a8XU/theme-madness-2011-round-3-voting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11617:\"

\"\"

We’ve wrapped up Round 2 of Theme Madness, and there were definitely a few surprises in the results. Round 3 proves to be equally as exciting, with a number of well known theme shops facing off this time around. If I had one piece of advice for the shops competing this round, it would be to not underestimate your opponents. A blog post and/or extra tweet calling for votes might just help you out.

For the next 48 hours we will hold the voting for the following eight games:

All of the polls and instructions can be found just after the jump, so be sure to click through to have your voice heard. Voting will take place for the next 48 hours, and close 4pm on the 28th (Eastern Standard Time).

Remember you can view the quickly-filling-out Theme Madness Bracket here.

If you need a reminder, the rules can be found here. Good luck to everyone playing!

AppThemes vs. Graph Paper Press



View This Poll

Market Research

Remember, along with this poll you can also vote two other ways:

Elegant Themes vs. iThemes



View This Poll

online surveys

Remember, along with this poll you can also vote two other ways:

ThemeForest vs. ThemeGarden



View This Poll

Market Research

Remember, along with this poll you can also vote two other ways:

Mojo Themes vs. WPZoom



View This Poll

online survey

Remember, along with this poll you can also vote two other ways:

StudioPress vs. Theme Hybrid



View This Poll

survey software

Remember, along with this poll you can also vote two other ways:

Catalyst Theme vs. DIYThemes



View This Poll

online surveys

Remember, along with this poll you can also vote two other ways:

Obox Themes vs. Pro Theme Design



View This Poll

survey software

Remember, along with this poll you can also vote two other ways:

Press75 vs. ThemeFuse



View This Poll

Market Research

Remember, along with this poll you can also vote two other ways:

Theme Madness 2011 Game Schedule

Bracket ABracket BBracket CBracket D
April 26AppThemes vs. Graph Paper Press

Elegant Theme vs. iThemes

ThemeForest vs. ThemeGarden

Mojo Themes vs. WPZoom

StudioPress vs. Theme Hybrid

Catalyst Theme vs. DIYThemes

Obox Themes vs. Pro Theme Design

Press75 vs. ThemeFuse

May 2To be determinedTo be determinedTo be determinedTo be determined
May 4To be determinedTo be determinedTo be determinedTo be determined

You just finished reading Vote here: Theme Madness 2011, Round 3 on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 20:13:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Dev Blog: WordPress 3.1.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1801\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/04/wordpress-3-1-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:979:\"

WordPress 3.1.2 is now available and is a security release for all previous WordPress versions.

\n

This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.

\n

The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter.

\n

We suggest you update to 3.1.2 promptly, especially if you allow users to register as contributors or if you have untrusted users. This release also fixes a few bugs that missed the boat for version 3.1.1.

\n

Download 3.1.2 or update automatically from the Dashboard → Updates menu in your site’s admin area.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 19:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPCandy: yolink Search plugin wants to improve WordPress search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17951\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://feedproxy.google.com/~r/wpcandy/~3/rM0NRQ4fIrs/yolink-search-plugin-wants-to-improve-wordpress-search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2417:\"

\"\"

WordPress’ built-in search isn’t fantastic; this isn’t news to anyone. But what could be news to some of you is the recent launch of the yolink Search for WordPress plugin, that hopes to improve the WordPress search experience by integrating their cloud-based search engine.

yolink itself is search technology from TigerLogic that can be used in other applications via their API. yolink is a paid service, and using it for commercial purposes or for indexing more than 50 pages of content might require you take a look at their pricing structure. If WPCandy wanted to use their search API, for instance, we would need to pay $100/month.

The new yolink Search for WordPress plugin has been developed and released in partnership with WPEngine and is now available in its 1.0 version. Along with indexing content and providing improved search results, yolink will optionally add social sharing options to search content, as shown in their demo video just after the jump.

The best way to see what yolink does without trying it out is watching their demo video:

The plugin can be downloaded from the WordPress.org plugin directory, and an API key snagged from the yolink website. If you’ve tried out this plugin, or another that claims to improve WordPress’ default search, share your experience in the comments.

You just finished reading yolink Search plugin wants to improve WordPress search on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 18:57:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Weblog Tools Collection: WordPress GSoC Students and Projects Announced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/P1hiK8aWyhQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1216:\"

The students and projects for WordPress’s portion of Google Summer of Code 2011 have been announced. The students will be working with well-known community mentors on documentation revisions, file uploader enhancements, “Local Storage Drafts backup,” learn.wordpress.org (possibly similar to learn.wordpress.com), “enhanced emails,” threaded comment enhancements, “Extending WP Webservices,” additional language packs and enhancements to existing packs, UI improvements for the Android app, “Full-throttle Trac Annihilation” (clearing as many trac tickets as possible), “WordPress Move,” and “Template Versioning.”

\n

Congratulations to those of you who made it in this year, and we look forward to seeing what you bring to WordPress!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 13:00:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPCandy: Peek at the in-development Distraction Free Writing coming to WordPress 3.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17939\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://feedproxy.google.com/~r/wpcandy/~3/TSaUCwLa22w/distraction-free-writing-preview-for-wordpress-3-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1022:\"

One of the goals for WordPress version 3.2 is “Distraction Free Writing”, or an upgrade to the current “Fullscreen mode” that can be toggled within the Visual Editor. The upgrade is still very much in development, but there’s enough in place that we thought a quick peek wouldn’t hurt.

You can follow development on this particular feature in this trac ticket, and have a look at the current before/after (Fullscreen vs. Distraction free) in this image.

You just finished reading Peek at the in-development Distraction Free Writing coming to WordPress 3.2 on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 08:54:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPCandy: MapQuest Map Builder plugin works to make adding custom maps to WordPress easier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17928\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"http://feedproxy.google.com/~r/wpcandy/~3/4uzn3A7CtdQ/mapquest-map-builder-plugin-tries-to-make-adding-custom-maps-to-wordpress-easier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2133:\"

\"\"

Have you ever wanted to build out custom maps in WordPress? Using MapQuest? Then you’re in luck (and sort of a freakishly ideal person to be reading this post): MapQuest has released the MapQuest Map Builder beta plugin that smooths out the process of adding maps to WordPress posts and pages. It requires no signup or API key—just install it and go.

Within the builder map pointers are very flexible, with the icons, titles, and descriptions all fully customizable. Lines and shapes be also be drawn on maps, with color and size settings customizable as well.

The plugin was released earlier this year, but is still in its early stages. Project Lead Chip Diffendaffer said they are “aiming to create a quick and easy-to-use mapping plugin for creating elegant custom maps without worrying about setting up API keys or writing JavaScript.” You can download the plugin from the WordPress plugin directory, and read more about it on MapQuest’s site.

Diffendaffer said they are interested in the community’s thoughts, as well as any feature requests anyone here might have. Well, let him have it: share your thoughts in the comments below.

You just finished reading MapQuest Map Builder plugin works to make adding custom maps to WordPress easier on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 07:49:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPCandy: Montana State University offers class on advanced WordPress blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17916\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://feedproxy.google.com/~r/wpcandy/~3/0U0A9SHk9KE/montana-state-university-offers-class-on-advanced-wordpress-blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2747:\"

\"\"

College students in Big Sky Country are in for a treat next month: a course coming to Montana State University will help WordPress users take the next step to become familiar with plugins, custom menus and search engine optimization in a class appropriately called “Advanced WordPress”.

The course will be taught by instructor Jake Cook as part of Montana State’s Extended University. The course will be taught in two four hour sessions and cost $85.

The full course description is included just after the jump.

The full course description, from the registration page:

Course Description: Already up and running on WordPress but looking to get more out of your website? This class will show you how to further enrich your online presence using this powerful platform. Topics include leveraging plug-ins, search engine optimization tips, custom menus and templates, and getting specific functionality built into your website. Please Note: This is intended for experienced Word Press users who are already familiar with the platform. [sic]

I’ll admit it’s not a good sign to see WordPress mispelled in the course description, but we’ll give them the benefit of the doubt. We have to start somewhere, right?

Have you heard about about WordPress being used in the classroom elsewhere? If so, let us know; we’re looking to collect occurrences  like this.

Would you take a class on WordPress if it was taught at your local university? Or, perhaps a more appropriate question for our incredibly savvy readers: would you be teach the class?

You just finished reading Montana State University offers class on advanced WordPress blogging on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 07:11:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPCandy: Joost de Valk ditches the windmill pose for a new, stylish, superhero avatar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://feedproxy.google.com/~r/wpcandy/~3/OAxj_g9e6To/joost-de-valk-ditches-the-windmill-pose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1450:\"

\"\"

Joost de Valk, WordPress plugin developer and the caretaker of Yoast.com, has decided to upgrade his infamous windmill’d avatar for an updated, taller, and (I would say) trimmer figure. Joost’s friend and artist Erwin Brouwer has taken on the task of updating Joost’s image, and has begun the task with the first two images above (on the right).

Joost is looking for feedback on the new art, so drop them in the comments here or head over to his blog and let him know there. And am I the only who thinks with a few more superhero mascots we can put together a WordPress Justice League?

You just finished reading Joost de Valk ditches the windmill pose for a new, stylish, superhero avatar on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 06:23:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPCandy: Winners: Results of Theme Madness Round 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17887\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://feedproxy.google.com/~r/wpcandy/~3/YpxXftyLy5M/theme-madness-2011-round-2-winners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9056:\"

\"\"

We have the results of Theme Madness Round 2 in this post, and there are some real upsets here. In fact, this brings us the veritable Sweet 16 theme shops in our competition. We’ll start Round 3 tomorrow, and take one step closer to having our Theme Madness 2011 winner.

Who’s excited? The results are just after the jump.

How we scored the games

Just to recap, each game was run on three fronts. First, we counted up the polls for each game. Secondly, we counted up votes on Twitter. Finally, we counted up comments generated (if they were) on the competitor’s blogs. Top score won.

Results of WooThemes vs. AppThemes

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: AppThemes, who will be competing again on April 26.

Results of Graph Paper Press vs. Organic Themes

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: Graph Paper Press, who will be competing again on April 26.

Results of Themify vs. Elegant Themes

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: Elegant Themes, who will be competing again on April 26.

Results of Dev4Press vs. iThemes

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: iThemes, who will be competing again on April 26.

Results of ThemeForest vs. Gabfire Themes

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: ThemeForest, who will be competing again on April 26.

Results of ThemeShift vs. ThemeGarden

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: ThemeGarden, who will be competing again on April 26.

Results of Mojo Themes vs. Templatic

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: Mojo Themes, who will be competing again on April 26.

Results of WPZoom vs. WonderThemes

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: WPZoom, who will be competing again on April 26.

Results of StudioPress vs. PremiumPress

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: StudioPress, who will be competing again on April 26.

Results of Theme Hybrid vs. Crowd Favorite

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: Theme Hybrid, who will be competing again on April 26.

Results of Catalyst Theme vs. Headway Themes

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: Catalyst Theme, who will be competing again on April 26.

Results of Gorilla Themes vs. DIYThemes

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: DIYThemes, who will be competing again on April 26.

Results of Obox Themes vs. UpThemes

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: Obox Themes, who will be competing again on April 26.

Results of Startbox vs. Pro Theme Design

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: Pro Theme Design, who will be competing again on April 26.

Results of KreativeThemes vs. Press75

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: Press75, who will be competing again on April 26.

Results of Standard Theme vs. ThemeFuse

After totaling up poll votes, Twitter votes, and comments on their respective blogs, the numbers are:

Winner: ThemeFuse, who will be competing again on April 26.

What do you think of the results so far?

We’re beginning to see results show up on the big Theme Madness Bracket. How do you think the results are shaking out? Are you surprised by any of the results so far? How are your own personal brackets going?

Updated Theme Madness Schedule

Bracket ABracket BBracket CBracket D
April 26AppThemes vs. Graph Paper Press

Elegant Theme vs. iThemes

ThemeForest vs. ThemeGarden

Mojo Themes vs. WPZoom

StudioPress vs. Theme Hybrid

Catalyst Theme vs. DIYThemes

Obox Themes vs. Pro Theme Design

Press75 vs. ThemeFuse

May 2To be determinedTo be determinedTo be determinedTo be determined
May 4To be determinedTo be determinedTo be determinedTo be determined

 

You just finished reading Winners: Results of Theme Madness Round 2 on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 01:05:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPCandy: How to create your own Powered By system like ours\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/wpcandy/~3/xxukB29Uk4o/how-to-create-your-own-powered-by-system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8875:\"

\"\"

Instead of taking advertisers at WPCandy, we use a Powered By system. By powering WPCandy, members of our community can directly make the content we produce possible, and receive linked credit for doing so. This system is one of the things that brings in a lot of questions and interest from folks in our community. People ask how we do it, why we do it, and how they can emulate it. In this post I hope to answer those questions.

In this post I’ll go over:

I hope it answers the questions you have about our system, but if it doesn’t just toss a question or two into the comments below. Let’s get to it.

Our philosophy is powered by ideals

There are a couple of very simple techniques we use to pull off the Powered By system, but for the most part it’s an ideology. The best way to implement your own version of this is to first understand how it works, and more importantly why it works the way it does.

While the Powered By system isn’t designed to send traffic to supporter’s sites, it is designed to add to supporter’s reputations.

The key is that our Powered By links don’t jump directly to the supporter’s site or Twitter account or whatever. It actually points to a dedicated thank you page that gives a brief rundown of the supporter, any posts about them on WPCandy, and a list of the posts they have personally powered on the site. From there the person viewing the page may choose to visit the supporter’s site, or they may not. By making these off-site links one step removed from WPCandy’s content itself, anyone can learn more about who powers WPCandy without being taken away to another site they don’t know about.

In this way, the Powered By system is quite different from an advertising or paid links system. No one who powers WPCandy does so strictly for backlinks and traffic. Let’s face it, if they sent WPCandy money for that purpose alone it wouldn’t be very wise. Any links to a supporter’s site is one step removed from any primary content page on WPCandy. No, the primary reasons that folks tend to power WPCandy are:

  1. They appreciate the site, and want to support us and our ad-free model.
  2. They want to support the greater WordPress community, and raise their visibility within it.

While the Powered By system isn’t designed to send traffic to supporter’s sites, it is designed to add to supporter’s reputations. Anyone who powers the site sees credit on posts, in thank you posts, and on podcasts. In fact, just about every time we create a new form of content on the site, we find a way to incorporate thanking those who power us. They are our VIP, our Hall of Fame.

Understanding why this system is great, as well as having an audience that is receptive to it, is key to implementing something like it. We’re lucky it has been embraced, so far, at WPCandy.

Our donation model is powered by tools

Our system is technically pretty low-fi. We use:

And that’s pretty much it.

We created PayPal buttons for our main powering page, using the option within PayPal to grab the direct email link. Then we dropped those in our pages.

The custom taxonomy is a bit more fun. In our case, we credit those who power WPCandy in posts, which you can see below each post:

\"\"

The snippet below is what we use to create our custom taxonomy, complete with our sentence URL wpcandy.com/thanks/whomever in place:

\nfunction poweredby_init() {\n  register_taxonomy(\n    \'poweredby\',\n    \'post\',\n    array(\n      \'label\' => __(\'Powered by\'),\n      \'sort\' => true,\n      \'hierarchical\' => true,\n      \'args\' => array(\'orderby\' => \'term_order\'),\n      \'rewrite\' => array(\'slug\' => \'thanks\'),\n    )\n  );\n}\nadd_action( \'init\', \'poweredby_init\' );\n

We add that to a plugin file, of course, so we can update our theme in the future without breaking any functionality like that.

Now, there is plenty more I’d like to do to improve the current system. I would like to revisit our payment flow and merge the various options together into one form using Gravity Form’s latest PayPal add-on. At this point though, until I make those improvements, this simple format does the job.

Have fun with imagery

\"\"

Personally, I think the key with any system like this (read: a donation based system) is the way you package and promote it. Instead of simply adding a default PayPal donate button, void of personality, we created what I like to think is a branded, creative way to accomplish the same thing.

The point? Have fun with it. If you want others to have a good time on your site you need to have fun first.

The branding, in our case, involved a few things. First I created images to associate with each power level, and had some fun doing it. A post is represented by a single mint (or $10), a day is a bucket (of paint, it seems), a week is a wheelbarrow, and a month is a truckload, presumably of mints. There’s also the monthly option, which powers the WPCandy mint factory $5 at a time.

The point? Have fun with it. If you want others to have a good time on your site you need to have fun first.

We also implemented a status bar in the sidebar that shows how much of WPCandy’s content is powered for the current month.

\"\"

I’ve received a lot of compliments on the status bar, as well as questions as to how it works. I wish I had a complicated, highly technical answer for how it works. The reality is pretty straightforward: we use images like status10.png, status20.png, and so forth, and update the sidebar widget as needed. It’s not quite impressive, but it gets the job done.

Powered best when regularly maintained

By accepting far more individual, personal payments than we would on a traditional advertising system, we do interact with more people. Since it’s a community donation program, we feel it’s important to stay connected with those who donate on a slightly personal level. For everyone who donates, we try to:

In a sense, we treat those who support the site this way as VIP members of our little community here.

Aside from that, the system pretty much runs itself. We try and mention it whenever it makes sense, but otherwise folks tend to know where to go if they want to share the love.

What do you think? Could this system work on your site?

I’m curious what other site owners and blog authors think about the system we’re using here. Do you think this could have legs, particularly when compared to more traditional advertising or affiliate programs?

Feel free to leave any further questions in the comments, I’ll do my best to answer them.

You just finished reading How to create your own Powered By system like ours on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2011 23:40:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPCandy: Google announces 2011 Summer of Code (WordPress) student projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://feedproxy.google.com/~r/wpcandy/~3/R4vF-4uAULQ/google-announces-2011-summer-of-code-wordpress-student-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3264:\"

\"\"

The Google Summer of Code (or GSoC) is a yearly global initiative where Google provides a stipend to students for contributing to an open source software project over the course of a summer. Mentors from within the given software community will help the student developers work on the project they propose for GSoC, assuming they are accepted. WordPress is participating this year and the full list of accepted student projects has been published by Google.

WordPress will be hosting 12 student projects this year:

According to Jane Wells, the group blog for the various projects will be established in the next week and be announced when it’s ready. Until then, congrats are in order for the students and their projects that were chosen. And since we’re all here looking over the list of project, head below the jump and let us know which is your own personal favorite in our poll.



View This Poll

Market Research

If you’d like to see other projects that were accepted, outside of the scope of the WordPress project, you can see the full list from Google. Which project are you most excited to see come together?

You just finished reading Google announces 2011 Summer of Code (WordPress) student projects on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2011 21:19:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPCandy: WordCamp Montreal is on the lookout for speakers, sponsors, and early birds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17858\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://feedproxy.google.com/~r/wpcandy/~3/nK9N0AMzUhE/wordcamp-montreal-2011-is-on-the-lookout-for\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1946:\"

\"\"

From the world of non-US WordPress events, WordCamp Montreal is coming up in a few weeks on July 9 and 10. Their event site is pretty straightforward right now, with very basic callouts for speakers and sponsors. Early bird tickets are just $30 right now, but will jump up to $40 before long.

This will make the second Canadian WordCamp to take place yet this year.

Montreal also looks like yet another Canadian WordCamp that WPCandy won’t be able to make it to. This is unfortunate particularly because, according to the kind folks at Vanilla Forums that we met at WordCamp Miami, both WordPress and WPCandy are much loved in Montreal. Don’t worry, non-US world: we’ll be there as soon as we can be.

So make us jealous: who will be attending WordCamp Montreal this year, and just how awesome will it be?

You just finished reading WordCamp Montreal is on the lookout for speakers, sponsors, and early birds on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2011 20:37:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 4/25\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9938\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/rixKRfhMB2U/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:846:\"

New plugins

\n

Special Recent Posts is a simple but very powerful plugin/widget for WordPress which displays your recent posts with thumbnails.

\n

W4 Post List allows you to create a list of your categories, posts, or category posts, and show it on your site’s widget area, post, or page content area by shortcode.

\n

Updated plugins

\n

WP-reCAPTCHA integrates reCAPTCHA anti-spam methods with WordPress including comment, registration, and email spam protection.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2011 13:00:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Dougal Campbell: New Theme (in progress)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=45870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://dougal.gunters.org/blog/2011/04/25/new-theme-for-dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7879:\"
\"theme

If you’ve visited this site before, you might notice that I’m running a new theme, which I’ve named Formattd. And if you follow me on Twitter, you might have seen me hint about it in tweets and screen shots. Now, you’re looking at it. Well, technically, you’re looking at a child theme (named dougalizr) with extra bits specific to my site, but still. This is my first attempt to create a theme completely from scratch.

In the past, I’ve generally started with an existing theme, then just created a child theme to do subtle alterations specific to my site. But I got tired of wrestling with doing things the way that somebody else envisioned it, or having to work around extra layers of “framework” functionality in order to change something simple. I wanted my own theme that I would know inside and out. And let me tell you, I now have a new respect for theme authors. Building a theme is a lot of work, because there are a zillion little pieces and details to account for. If you are a developer, and you’ve never built a WordPress theme from scratch before, I highly recommend it as an exercise.

Let me start by saying that this new theme is not revolutionary. It’s not a “theme framework”. I haven’t put in any customizable options (yet, I might in the future). It’s not a “portfolio”, “news”, or “magazine” theme. It’s just a plain blogging theme. And at the time of this writing, it’s still not even complete (see the To Do section, below). But it has some features that I think are interesting and useful, and I finally got it far enough along that it was at the dogfood stage. So I’m launching it here to help expose the warts that still remain, and force me to deal with them.

Features

I’m pretty excited about the post format support for mobile blogging. I got tired of waiting for the WordPress for iOS app to support post formats, so I just made a way to go ahead and do it now. I think that being able to easily post images, statuses, and asides from my iPhone will encourage me to post more to my blog, whereas before I might have put much of that on Twitter. I still love Twitter, but I also love owning, controlling, and centralizing my content.

To Do

There is still a lot left to do: The orange that you currently see is temporary. I want to add some nice typography. The sidebar and footer are still ugly as sin and need styling. I need to put the hAtom microformat classes in. It still needs mobile-specific styles. There are still areas that need better HTML5 semantics. I still need to create several standard templates, such as search, page, and 404.

Credit Where Credit Is Due

When I say I built this theme “from scratch”, that doesn’t mean that every byte of HTML, CSS, PHP, and JavaScript sprung forth fully formed from my mind to my keyboard, as Athena from the forehead of Zeus. Far from it — I stand on the shoulders of giants, borrowing liberally from the work of others. Some of what you see here was inspired by:

I want to spend a few days working out some of the kinks here, but then I plan to make the source available. I’ve put it up on GitHub  (Formattd on GitHub) for now, to give anyone interested a chance to offer feedback and patches. Once it’s cleaned up enough, I’ll submit it for inclusion in the official WordPress.org theme repository.

With that said — feedback welcome!

 

Related posts:

  1. Theme Preview Plugin
  2. New theme, same as the old theme
  3. WordPress theme licensing

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2011 11:00:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPCandy: The next WordPress Melbourne meetup will be a Hack Night\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17714\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://feedproxy.google.com/~r/wpcandy/~3/Z55kJE1ygkc/the-next-wordpress-melbourne-meetup-will-be-a-hack-night\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2049:\"

\"\"

Organizer Anthony Cole and the folks who attend the WordPress Melbourne meetup will be holding a WordPress Hack Night at their May meeting. The focus will be on trading WordPress development questions and tips, and working on WordPress together. Cole described his hopes for Hack Night on the WordPress Melbourne meetup blog:

My personal goal is to actually contribute a patch to core by the end of the night and get at least two or three others having done the same. We’ll also be able to test WordPress 3.2 with your plugins and themes and debug any issues anyone who’s testing it is having.

The unique selling point of the WordPress hack night is the idea that you come to learn and share. You don’t need to sit in on the presentations – we’ll most likely pour those into the board room with a more intimate setting. If you’ve got a WordPress dev question, chances are someone can answer it.

Melbourne’s May event won’t be the first-ever WordPress hacking session at a meetup, of course. Have you ever held or attended a WordPress meetup with the specific purpose of contributing code back to WordPress? I know I would be interested in participating, assuming enough developers at my own local WordPress meetup would enjoy it.

You just finished reading The next WordPress Melbourne meetup will be a Hack Night on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2011 09:54:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPCandy: bbPress plugin alpha on the way shortly, will be prime for testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17703\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://feedproxy.google.com/~r/wpcandy/~3/JbJSS1mMYY8/bbpress-plugin-alpha-on-the-way-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3002:\"

\"\"

Word from the bbPress end of the internet is that a public alpha of the in-development bbPress plugin will be available very soon. Just yesterday on their forum, bbPress lead developer John James Jacoby  said “Going to be cleaning up the trac tickets for the plugin over this weekend and uploading a 2.0-alpha-1 to the WordPress.org plugin repository in the next few days.”

Anyone else excited?

In full, Jacoby said:

Going to be cleaning up the trac tickets for the plugin over this weekend and uploading a 2.0-alpha-1 to the WordPress.org plugin repository in the next few days. This should make downloading, installing, and updating the plugin easier for everyone now that it’s ready for more testing.

The original alphas won’t include Gautam and Nightgunner5′s converter, but I’ll spend some time with it before launch and see about fitting it into core.

Getting close!

The reference to “Gautam and Nightgunner5′s converter” means that the bbPress standalone to bbPress plugin converter won’t be included in the soon-to-be-released alpha plugin.

For those new to this project, bbPress is the name for a standalone forum software project that was started in 2004 by Matt Mullenweg. Recent bbPress activity has been focused on creating a WordPress plugin version of bbPress to make integrating bbPress forums into WordPress sites easier. bbPress still runs the WordPress.org support forums, and is fully functional as a standalone forum solution.

If you’re excited for bbPress then you can be ready to help test right away by watching the WordPress.org plugin page for the download link. You can also follow development and, if you’re willing, offer a hand of support on the bbPress trac.

If you’ve tested the current bbPress plugin share your thoughts in the comments.

You just finished reading bbPress plugin alpha on the way shortly, will be prime for testing on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2011 09:26:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPCandy: CouponWP launches to save everyone a few bucks on WordPress products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17602\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://feedproxy.google.com/~r/wpcandy/~3/ZFQYFPvdSyY/couponwp-launches\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2067:\"

\"\"

Steven Gliebe, the mind behind ThemeSorter (a way to find WordPress themes) and long time web developer, has launched a new site called CouponWP that catalogues and organizes discounts and coupons for WordPress related products. Think RetailMeNot, but for WordPress only.

Gliebe shared his thoughts on the launch of CouponWP in the launch post:

The idea for CouponWP was born out of a coupons/deals section on our other website, ThemeSorter. Over there, we focus on premium WordPress themes. We thought it’d be great to take that idea a step further and track coupons for WordPress plugins and hosting too. Surprisingly, our research did not turn up a site like CouponWP already in existence (at least not one that was up-to-date with realcodes). And so here it is.

CouponWP launched during the same span of time that WPBeginner’s coupon section did. It looks like we can expect more WordPress discount sites like this in the future. Have you ever used a discount on a WordPress theme, plugin, or service? Perhaps more importantly, have you ever held off on purchasing something until a solid discount was available?

You just finished reading CouponWP launches to save everyone a few bucks on WordPress products on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Apr 2011 23:39:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress.tv: SEO Tips for Realtors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6041\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.tv/2011/04/24/seo-tips-for-realtors/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1781:\"
\n
\n
\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"
\"SEO
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Apr 2011 20:35:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Amanda Blum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPCandy: Last minute Easter deal: WooThemes 5-for-1 and 20% off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17691\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://feedproxy.google.com/~r/wpcandy/~3/N3dC1jaF75g/woothemes-easter-deal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1392:\"

\"WooEaster\"
We missed this one by a couple of days, but you still have time to get in on a WooThemes Easter deal. The deal runs the rest of the day, so you’ll have to act fast to get in on it.

They are offering 5 new themes in their standard and developer theme packages. A standard package will get you five themes (normally 3) for $70 and the developer package will get you five themes (normally 4) and psd’s for $150. The enterprise themes are available for 20% off, or $160 each.

You can also get in on Woo’s club memberships for 20% off and gain access to all 90 themes plus new ones as they come out. This means the standard membership is now $85 + $15 per month, and the developer subscription is $160 + $20 per month.

You just finished reading Last minute Easter deal: WooThemes 5-for-1 and 20% off on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Apr 2011 17:08:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPCandy: WordPress Community Links: WordCamps need more tents edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17682\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://feedproxy.google.com/~r/wpcandy/~3/qzNkY4Rx_jo/wordcamps-need-more-tents-edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5813:\"

\"\"

This weekend we have another edition of WordPress Community Links. In these posts we run down all of the link-worthy materials we’ve found within the WordPress community this week. If you have a link to share that we missed, head down to the comments and let us know.

As usual, we’ve split up the links into interesting blog posts, tutorials, and bookmark-able resource posts. The links start just after the jump.

First up we have blog posts worth at least a once-over:

Next up we have a few tutorials to make you a smarter WordPress user:

Finally, we have resource posts that you might want to bookmark for the future:

And that does it for links this week. If you’ve found others, be sure to drop them in the comments below. Or, if you have a link you think should be in next week’s roundup, feel free to contact us.

You just finished reading WordPress Community Links: WordCamps need more tents edition on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Apr 2011 08:56:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPCandy: Official Google plugin automates the website verification process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17670\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://feedproxy.google.com/~r/wpcandy/~3/AvtXYUcSc_Q/official-google-plugin-automates-the-website-verification-process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1746:\"

 

\"\"

Released just this month, Google’s Site Verification plugin will make the process of verifying your website with Google. Verification is needed to integrate certain Google services into your site. Once verified with Google, your WordPress site can view statistics and other information available through Webmaster Tools, as well as take advantage of other Google services like Adsense (if you’re into ads).

One important note on this one: the plugin requires WordPress 3.0+, PHP 5.2.0+, JSON PHP extensions, and the CURL PHP extensions. Make sure you’re all up to date to take advantage of this plugin.

If you’ve used this plugin, do you find that it makes the verification process easier than before? Are there other mundane things you do to your sites that you would like to see automated via a plugin like this? Perhaps you’d like to see other Google services worked into WordPress this way?

You just finished reading Official Google plugin automates the website verification process on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Apr 2011 05:24:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPCandy: WordPress plugin and business Event Espresso wins $40,000 in business plan competition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17660\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://feedproxy.google.com/~r/wpcandy/~3/egV-GNZwb1E/event-espresso-wordpress-plugin-business-wins-40k\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2812:\"

\"\"

Event Espresso won $40,000 in the Utah Entrepreneur Challenge this month, after months of preparation and three rounds of judging. As part of the competition the Event Espresso team had to prepare presentations and a thirty page business plan. They succeeded in moving ahead for each of three rounds, competing against 9 other businesses for the top prize in the end.

The way Event Espresso Partner and Marketing lead Garth Koyle sees it, though, it’s not all about the money they won:

The potential prize money certainly gave us the incentive and motivation to compete in the Utah Entrepreneur Challenge, but what we are taking away from this competition is much more than the monetary award. After preparing business plans, presentations, and learning from mentors, we are better prepared for the future and know what we really offer to the market, where we want to take this business and how we are going to get there.

Event Espresso is a WordPress event registration and management plugin. We’ve interviewed its founder Seth Shoultes in the past, and they’re of course friends of WPCandy.

This isn’t the only WordPress plugin-based business we’ve seen taking off lately. Gravity Forms has an install base of over 100,000 websites now, and OnSwipe (previously PadPressed) has raised one million in funding and partnered with Automattic on WordPress.com.

So what do you think? Are we entering a period of time where the most interesting WordPress innovations will be happening in plugins rather than themes?

You just finished reading WordPress plugin and business Event Espresso wins $40,000 in business plan competition on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Apr 2011 00:11:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPCandy: Walkthrough of the new ThumbsUp plugin from PluginBuddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17655\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://feedproxy.google.com/~r/wpcandy/~3/04T5XxTa0Hk/walkthrough-of-the-new-thumbsup-plugin-from-pluginbuddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1000:\"

Click here to view the embedded video.

This video walks through the latest from PluginBuddy called ThumbsUp. ThumbsUp is a very simple social voting plugin for WordPress. This video shows how the plugin works, how to use it, and what the backend looks like. The plugin was developed by Ronald Huereca, who started full time at PluginBuddy recently.

You just finished reading Walkthrough of the new ThumbsUp plugin from PluginBuddy on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Apr 2011 19:05:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 4/23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9931\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Lo_yJlKMCeo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1997:\"

\"\"

\n

Content is all about showcasing your content prominently with little distraction.

\n

\"\"

\n

Galileo is a free WordPress theme with 3 columns and an options page where you can insert adsense for the header ad, change the RSS link and add Google Analytics to the header.

\n

\"\"

\n

HTML5Press is an HTLM5 and CSS3 theme with featured images, menu and widget support, and threaded comments.

\n

\"\"

\n

TwentyTen Allure combines the latest WordPress technology available with a clear and eye catching design.

\n

\"\"

\n

Varg is a dark wolf theme with 3 columns.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Apr 2011 13:00:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPCandy: Shop smarter: 4 WordPress theme marketplaces compared\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17616\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://feedproxy.google.com/~r/wpcandy/~3/ENaq6ns5c70/wordpress-theme-marketplace-comparison\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8859:\"

\"\"

There are no shortage of places to find WordPress themes. Some prefer to make their own themes, some use only free themes, and still others—perhaps yourself—that purchase WordPress themes. Assuming you are purchasing themes online you have a number of places to look. Commercial theme shops are many and varied. There is also another type of commercial theme resource, typically referred to within the community as a WordPress theme marketplace.

After how well received our WordPress theme framework comparison was, and how often theme marketplaces were brought up when we discussed how to find WordPress themes, there was just no way we couldn’t do a rundown of theme marketplaces as well. In this post you will find a bit of a background on theme marketplaces in general, a rundown of everyone we know about, and a poll so that you can weigh in with your experiences.

What is a WordPress theme marketplace?

WordPress theme marketplaces, as we define them here, are websites that offer commercial WordPress themes from at least a handful of different theme authors. In this way marketplaces are different than what we call theme shops or vendors, since shops offer themes from one single brand.

Dedicated and assorted theme marketplaces

Theme marketplaces can be broken down in two major groups: dedicated and assorted.

A dedicated theme marketplace is one that carries and sells only one type of template or theme. In our case, that type is WordPress. Dedicated theme marketplaces don’t offer any type of theme except for WordPress themes.

You might guess, then, that an assorted theme marketplace carries more than just one type of template. So while WordPress themes are included in all of the assorted theme marketplaces we list below, there are other kinds of themes and templates available there too.

WordPress theme marketplace comparison table

The following table is laid out in alphabetical order, as is the list below it.

Mojo ThemesThemeForestThemeGardenWonderThemes
Marketplace TypeAssortedAssortedDedicatedDedicated
Number of Themes100+900+60+Currently in beta
Support ForumYesYesNoYes
Established2010200820102011

About Mojo Themes

\"\"

Mojo Themes came new to the WordPress community in early 2010, launched by friends of WPCandy JR Farr and Brady Nord. Mojo Themes is a marketplace that offers templates for WordPress as well as Magento, Tumblr, email, Photoshop, and HTML/CSS.

Most recently, Mojo saw a redesign in celebration of their first year anniversary.

Visit the Mojo Themes marketplace for more. You can read more about our coverage of Mojo Themes as well.

About ThemeForest

\"\"

ThemeForest is the oldest and, by far, the largest commercial theme marketplace online today. It boasts an impressive number of WordPress themes for sale, nearly one thousand at the time of this writing.

Visit the ThemeForest marketplace for more. You can read our coverage of ThemeForest as well, including Envato its parent company. One of my favorites is an editorial on ThemeForest we published, particularly due to the conversation that followed in the comments.

About ThemeGarden

\"\"ThemeGarden is a WordPress theme marketplace that was launched in late 2010 by Press75′s Jason Schuller. One unique aspect of Jason’s marketplace is that certain themes that are offered are from theme shops themselves, like Organic Themes, Themify, and StudioPress.

Visit the ThemeGarden marketplace for more. You can also read more of our coverage of ThemeGarden as well.

About WonderThemes

\"\"WonderThemes is about as new to the theme marketplace field as you can get. They are still working out the kinks in their beta, but plan to be launching very soon.

Visit the WonderThemes marketplace for more, as well as when they launch. You can also read more of our coverage of WonderThemes as well.

Which WordPress theme marketplace would you recommend?

Social proof is important, and in this case our collective experience is very valuable. Speak up in the poll below and recommend which marketplaces you would recommend to others, based on your experience.



View This Poll

online survey

What has your experience been?

Okay, time to speak up. What has your experience been with the marketplaces described above? Do you see more space for innovation in theme marketplaces?

You just finished reading Shop smarter: 4 WordPress theme marketplaces compared on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Apr 2011 10:12:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPCandy: New free WordPress theme makes Facebook fanpages easy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17597\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://feedproxy.google.com/~r/wpcandy/~3/SJV-ffCfg5w/free-wordpress-theme-for-facebook-fanpages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1891:\"

\"WordPress
There is a new WordPress theme, called WP4FB, that reportedly makes it simple to create Facebook fanpages using WordPress.

The theme creator, Wilco, describes the theme like this:

The idea of WP4FB is actually real simple. WP4FB is a free WordPress template which is compatible with Facebook to use as an iFrame application, which in turn can be used as a “tab” at your fanpage. Using WP4FB it’s easy to set up your fanpage without using any coding skills, as it’s literally just as easy as WordPress blogging.

It’s an interesting idea. One of the coolest features to me is the ability to change what a Facebook user sees depending whether they’ve Liked the page or not. He calls it Fan Gate.

I do think it’s a bit odd to have a theme and WordPress blog with a sole purpose to create an iFrame for Facebook Fanpages. Maybe Facebook is making Fanpages a bit too hard.

Nevertheless, if you are like me and don’t want to manage an entirely separate blog for Facebook, I would install the theme in a subdomain using Multisite and use RSS to feed the site with my main blog’s content.

How would you use WP4FB? Do think this is a useful tool?

You just finished reading New free WordPress theme makes Facebook fanpages easy on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 23:17:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPCandy: WordCamp Chicago 2011 will happen July 30 and 31\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://feedproxy.google.com/~r/wpcandy/~3/bRoqqyrIkh4/wordcamp-chicago-2011-will-happen-july-30-and-31\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2021:\"

\"\"

It was about six months ago that previous Chicago organizer Lisa Sabin-Wilson announced she would be handing the organizational reigns off to someone new. In that time the new organizational team has formed, regrouped, and laid their plans out on the new WordCamp Chicago site.

WordCamp Chicago 2011 will be take place on July 30 and 31 at DePaul University Student Center on Lincoln Park Campus. Early bird ticket registrations are now available for $30 for those that have been chomping at the bit for the next Windy City WordCamp. The organizers are also reaching out to the community for speakers, sponsors and volunteers.

Their launch announcement are also teasing more about their 2011 theme, “Chicago’s World Fair”, in a future announcement. I’m not sure what it means, but my fingers are crossed for ferris wheel.

So who’s planning on attending the event at the end of July?

You just finished reading WordCamp Chicago 2011 will happen July 30 and 31 on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 22:39:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPCandy: Matt Mullenweg interviewed about delivering happiness at SXSW 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16880\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://feedproxy.google.com/~r/wpcandy/~3/JZqgtx2rKLE/matt-mullenweg-interviewed-about-delivering-happiness-at-sxsw-2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:496:\"

In this brief interview, Frank Gruber of Teck Cocktail talks with Matt Mullenweg on the topic of “Delivering Happiness”.

You just finished reading Matt Mullenweg interviewed about delivering happiness at SXSW 2011 on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 19:28:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Weblog Tools Collection: Do you Make a Living with WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9926\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/7-t250JUNFU/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:672:\"

Some impressive stats came out of the WordPress camp recently. Apparently, almost 20,000 users of the WordPress.org Support Forums have checked “I make my living using WordPress” in their profile.

\n

20,000 is a large number for people making a living off of a free blogging platform! Do you make a living with WordPress? If so, we’d love to hear about it!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 13:00:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WPTavern: Sponsor Me To WordCamp Columbus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://feedproxy.google.com/~r/WordpressTavern/~3/wa3_jlw8zRQ/sponsor-me-to-wordcamp-columbus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2200:\"

WordCamp Columbus Ohio is right around the corner, June 17-18, 2011 and I’d like to attend. However, my funds are pretty tight this year and I’d like to know if you would be able to help me out. There are three different ways you can sponsor my trip to this event.

\n

Video – This includes a minimum of two videos recorded from the event. Each video will begin with a splash screen showcasing your company as well as providing a link within the video post. – $150.00

\n

Audio – This includes a minimum of two recordings which could either be interviews or actual sessions from the event. Each audio recording will include a shot out to your company or business along with a link within the audio post. $150.00 Purchased by http://podscms.org/

\n

Text – This includes a minimum of two posts which will include a banner as well as a text link. $100.00 Purchased by http://podscms.org/

\n

If you’re interested in sponsoring me by any of these methods, please get in touch with me via email so we can square things away. I’ll update this post as sponsorships are purchased.

\n\n\n

Related posts:

  1. Sponsor Me To WordCamp Detroit
  2. \n
  3. WordCamp Columbus Looking For More Speakers
  4. \n
  5. WordCamp Fayetteville Around The Corner
  6. \n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 10:00:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: MSU Extended University Offers Advanced WordPress Course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5261\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"http://feedproxy.google.com/~r/WordpressTavern/~3/sKKS_a0-GuM/msu-extended-university-offers-advanced-wordpress-course\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:624:\"

Looks like WordPress is getting a little closer to becoming a college course as Montana State Universities, Extended University will be offering a course on Advanced WordPress on May 9th. This course doesn’t say anything about college credits but how cool will that be to see the day when there is actually a college course devoted to WordPress that you could earn credits with? Perhaps as part of a journalism class?

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 09:07:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WPTavern: The Two Sides To Speaking At WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://feedproxy.google.com/~r/WordpressTavern/~3/GkvbTT-77b8/the-two-sides-to-speaking-at-wordcamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1104:\"

When you are asked to speak at a WordCamp, realize that you are one in hundreds of people they could have asked. It’s humbling and ego-inflating, but it is also a responsibility. You aren’t talking to people who have no clue what you are talking about. You will be facing people who probably know more than you, so your job will be to help them see it in a new way, to open their minds to the possibilities, to spark their enthusiasm, and tap into the passion. It’s a tough job, so if they come calling, don’t take it for granted. It’s a privilege.

\n

via What’s Involved for a Speaker at a WordCamp Event « Lorelle on WordPress.

\n\n\n

Related posts:

  1. WordCamp Montreal 2011 Looking For Speakers
  2. \n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 08:50:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPTavern: What’s Your Breaking Point?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://feedproxy.google.com/~r/WordpressTavern/~3/A5RzjQcD1Z8/whats-your-breaking-point\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:770:\"

As WordPress becomes a mature piece of publishing software, more things are being added to the kitchen sink. Some features are great while others, not so much. As WordPress adds more features, how many of you have found yourself using plugins or convoluted ways to disable or remove the functionality that was added to WordPress? I’m not opposed to WordPress adding more features and functionality but I am interested in knowing what your breaking point is with regards to how many plugins will you use to go against the grain of WordPress before you decide that a different publishing platform would ultimately be the better choice?

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 08:45:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPCandy: Vote here: Theme Madness 2011, Round 2 (Part 2)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17583\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/wpcandy/~3/6M6tL3gN-GE/theme-madness-2011-round-2-part-2-voting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11200:\"

\"\"

This week we will be running through Round 2 of Theme Madness, with the last half of Round 2 matches starting today. Today’s games will be:

All of the polls and instructions can be found just after the jump, so be sure to click through to have your voice heard. Voting will take place for the next 48 hours, and close at midnight on the 24th (Eastern Standard Time).

If you need a reminder, the rules can be found here. Good luck to everyone playing!

Themify vs. Elegant Themes



View This Poll

online surveys

Remember, along with this poll you can also vote two other ways:

Dev4Press vs. iThemes



View This Poll

online surveys

Remember, along with this poll you can also vote two other ways:

Mojo Themes vs. Templatic



View This Poll

online survey

Remember, along with this poll you can also vote two other ways:

WPZoom vs. Wonder Themes



View This Poll

survey software

Remember, along with this poll you can also vote two other ways:

Catalyst Theme vs. Headway Themes



View This Poll

Market Research

Remember, along with this poll you can also vote two other ways:

Gorilla Themes vs. DIYThemes



View This Poll

online survey

Remember, along with this poll you can also vote two other ways:

KreativeThemes vs. Press75



View This Poll

survey software

Remember, along with this poll you can also vote two other ways:

Standard Theme vs. ThemeFuse



View This Poll

survey software

Remember, along with this poll you can also vote two other ways:

Theme Madness 2011 Game Schedule

Bracket ABracket BBracket CBracket D
April 26AppThemes vs. Graph Paper Press

Elegant Theme vs. iThemes

ThemeForest vs. ThemeGarden

Mojo Themes vs. WPZoom

StudioPress vs. Theme Hybrid

Catalyst Theme vs. DIYThemes

Obox Themes vs. Pro Theme Design

Press75 vs. ThemeFuse

May 2To be determinedTo be determinedTo be determinedTo be determined
May 4To be determinedTo be determinedTo be determinedTo be determined

 

You just finished reading Vote here: Theme Madness 2011, Round 2 (Part 2) on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 03:50:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPCandy: Gallery of beautiful people wearing beautiful WPCandy shirts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=15798\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://feedproxy.google.com/~r/wpcandy/~3/nzTZIxiVIME/beautiful-people-wearing-beautiful-wpcandy-shirts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5336:\"

\"\"

It was only a few weeks ago when we ran off our first set of WPCandy shirts. We have taken them to a number of WordCamps, meetups in our various areas, and in a few special instances mailed them out to folks. While handing out all this free torso decoration I’ve noticed something odd, but not altogether surprising.

These people are all very attractive. But man, they are even better looking wearing a WPCandy shirt.

Have a look at our beautiful community just after the jump, and find out how you can snag a WPCandy shirt for yourself. If you have a shirt and would like to see yourself on this page as well, send a photo our way.

\"\"

Brendan Sera-Shriar of Vanilla Forums rocking the WPCandy shirt.

\"\"

Abbie Sanderson and her very own WPCandy shirt. We first met Shayne, her husband, at WordCamp Detroit 2010, then both of them at WordCamp Phoenix 2011. She\'s technically next to the shirt, but we\'ll let is slip this one time!

\"\"

Nicholas Weaver in Fort Wayne Indiana, straight up modeling the shirt! He\'s @ Nicholas_Weaver on Twitter.

\"\"

Justin Jones, @jjonesftw on Twitter, a WPCandy/WordPress lover in Fort Wayne Indiana.

\"\"

Tony Gemayel\'s girlfriend wearing the WPCandy shirt. He is @twogiraffes on Twitter, and we first met him at WordCamp Miami 2011.

\"\"

WPCandy contributor Brian Krogsgard rocking the WPCandy shirt. He\'s @krogsgard on Twitter.

\"\"

Ashley Hittinger rocking the WPCandy shirt. She\'s @arae on Twitter.

How to get your own shirt and see it featured here

One thing you may notice is your gorgeous WPCandy shirt wearing body missing from this page. That just can’t be! While we aren’t directly selling our shirts, there are two ways you can come across a shirt of your own:

You just finished reading Gallery of beautiful people wearing beautiful WPCandy shirts on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Apr 2011 00:22:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPCandy: Pro Theme Design’s new Elemental Designer Plugin demo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://feedproxy.google.com/~r/wpcandy/~3/jAp9pWeoA5o/pro-theme-designs-new-elemental-designer-plugin-demo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:975:\"

Click here to view the embedded video.

This latest video, from the folks at Pro Theme Design, shows off their Elemental Designer plugin that adds additional slick design controls to their Elemental WordPress theme framework. What do you think of it, particularly how they are adding functionality to one of their theme’s via a plugin rather than a theme update?

You just finished reading Pro Theme Design\'s new Elemental Designer Plugin demo on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Apr 2011 23:17:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPCandy: Duster may become Twenty Eleven, Twenty Ten’s successor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=17459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://feedproxy.google.com/~r/wpcandy/~3/C5RFvJfK-Oo/duster-may-become-twenty-eleven\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3419:\"

\"\"

Last year’s 3.0 release of WordPress brought with it a new default theme called Twenty Ten (Rest in peace, Kubrick). Twenty Ten was designed to put on display key WordPress features, teach new beginning theme developers, and was named specifically to provide that extra push to developers to create Twenty Eleven while it was still 2011.

Development on the next version of WordPress, version 3.2, is in full swing. With an update from project lead Matt Mullenweg just yesterday, 3.2 may bring with it a new default theme called, this time called Twenty Eleven. Mullenweg’s proposal is to improve and use Duster as this new default theme. Duster, of course, is the theme that ThemeShaper adopted and adapted for its redesign back in February.

Mullenweg added the following to his ticket proposing Duster as the new basis for WordPress’ default theme:

It’s been a few years since we did this (#9015) but let’s track the effort for the TwentyEleven theme, hopefully making 3.2, here.

Main goals besides what we’ve already done in TwentyTen:

Some people will prefer the design of TwentyTen, which is still excellent, over TwentyEleven, but that’s okay. We’ll have something new next year.

See the initial changeset for more info, and we’ll keep you posted on any updates we get. Assuming Duster becomes the next default, Twenty Eleven theme, what would you think? Is it a worthy successor to Twenty Ten?

Editor’s note: This information is pulled from the WordPress Trac, which is about as early in the stages of planning/development as you can get. Well, except the mind itself. But until we can perfect our mind reading techniques here at WPCandy, which would undoubtedly increase the provocativeness of our blog posts, we have to rely on Trac tickets for early WordPress project movements. All of this is to say: take what is reported here with a grain of salt, since it could end up not happening. And try to limit those terrible, terrible thoughts of yours.

You just finished reading Duster may become Twenty Eleven, Twenty Ten\'s successor on WPCandy. Please consider leaving a comment!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Apr 2011 13:38:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Mark McWilliams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 29 Apr 2011 17:59:36 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 29 Apr 2011 17:45:34 GMT\";s:14:\"content-length\";s:6:\"221425\";s:4:\"x-nc\";s:11:\"HIT luv 138\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20090627192103\";}', 'no'); INSERT INTO wp_options VALUES('688', '0', '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1304143174', 'no'); INSERT INTO wp_options VALUES('689', '0', '_transient_feed_1a5f760f2e2b48827d4974a60857e7c2', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2011 17:52:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"erayalakese on \"Facebook Send Button By Teknoblogo.com\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/facebook-send-like-button/#post-26195\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2011 13:13:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26195@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Quickly adds Facebook Send & Like buttons to your blog posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"erayalakese\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Scott Hendison on \"Core Tweaks WordPress Setup\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/seo-automatic-wp-core-tweaks/#post-9121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Feb 2009 16:53:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"9121@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Primarily for use in new WP installations, the steps are based on an employee checklist from Search Commander, Inc. for setting up sites.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Scott Hendison\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"waffleguy4 on \"Random Background Image Per Session\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.org/extend/plugins/random-background-image-per-session/#post-25956\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Apr 2011 19:25:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25956@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Chooses a random background image for each site visitor, but remembers the chosen background on each sub-page for the entire visit session.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"waffleguy4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"ebiven on \"Recently Popular\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/recently-popular/#post-7920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Dec 2008 05:14:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7920@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Displays the most popular posts based on history from now to X amount of time in the past.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"ebiven\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"russell.albin on \"simple-business-manager\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/simple-business-manager/#post-25737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Apr 2011 00:19:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25737@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"( Release Candidate ) Simple Business Manager allows you to manage your company, track invoices and keep finances in order.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"russell.albin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"xmlswf on \"wp-slide show pro\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/slide-show-pro/#post-26079\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2011 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26079@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"slide-show-pro is a plugin that allows you to display a flash slideshow on your website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"xmlswf\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Dzynit on \"Remove WP-Ecommerce Canonical Link\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.org/extend/plugins/remove-wp-ecommerce-canonical-link/#post-18139\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 21 May 2010 18:35:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18139@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Removes the canonical link added by WP-Ecommerce. Useful for sites using other plugins that automatically add a canonical link.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Dzynit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"findboo on \"FindBoo Search Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wordpress.org/extend/plugins/findboo-video-audio-games-search-widget/#post-14999\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Dec 2009 06:59:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"14999@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Search, watch, listen and play videos, music audios and games online with FindBoo.com search feature enabled from your Wordpress website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"findboo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"QiQiBoY on \"Social Medias Connect\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/social-medias-connect/#post-25817\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Apr 2011 11:43:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25817@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"提供wordpress与其它社交媒体(Social Medias)网站的连接登陆及文章同步、评论同步转发功能。\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"QiQiBoY\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"PixelAlb on \"Maintenance Mode Notify\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/maintenance-mode-notify/#post-24531\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Feb 2011 15:24:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24531@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Notify your visitors when you're updating your blog by showing a nice message in the page.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"PixelAlb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"OpenAttribute on \"Open Attribute\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/openattribute-for-wordpress/#post-26061\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Apr 2011 11:14:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26061@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Allows a user to add licensing and attribution information into a blog post / WordPress powered site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"OpenAttribute\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"andygauk on \"Bit.ly linker\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/bitly-linker/#post-26154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 21:25:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26154@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Bit.ly linker is a WordPress plugin that will automatically create bit.ly links for each post that you publish.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"andygauk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Dalton Rooney on \"Portfolio Slideshow\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/portfolio-slideshow/#post-16744\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Mar 2010 20:41:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"16744@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"A shortcode that inserts a clean and simple jQuery + cycle powered slideshow of all image attachments on a post or page. Degrades gracefully for users\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Dalton Rooney\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"tgardner on \"WordPress Flickr Manager\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/wordpress-flickr-manager/#post-2680\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 17 Dec 2007 03:35:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2680@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Handles uploading, modifying images on Flickr, and insertion into posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"tgardner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"thenbrent on \"Restricted Tags\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/restrict-tags/#post-25697\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Apr 2011 08:56:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25697@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Using this plugin, Administrators can define tags, which are then the only tags visible for Authors, Editors & Contributors when editing a blog po\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"thenbrent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 29 Apr 2011 17:59:35 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2011-04-29 13:13:28\";s:14:\"content-length\";s:4:\"8174\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}', 'no'); INSERT INTO wp_options VALUES('692', '0', '_transient_timeout_plugin_slugs', '1304186374', 'no'); INSERT INTO wp_options VALUES('693', '0', '_transient_plugin_slugs', 'a:12:{i:0;s:19:\"akismet/akismet.php\";i:1;s:25:\"social-poster/mm_post.php\";i:2;s:27:\"backupbuddy/backupbuddy.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:39:\"sitemap-generator/sitemap-generator.php\";i:5;s:26:\"exit-window/exitwindow.php\";i:6;s:9:\"hello.php\";i:7;s:39:\"platinum-seo-pack/platinum_seo_pack.php\";i:8;s:33:\"privacy-policy/privacy-policy.php\";i:9;s:45:\"simple-image-grabber/simple-image-grabber.php\";i:10;s:23:\"statpress/statpress.php\";i:11;s:20:\"WPRobot3/wprobot.php\";}', 'no'); INSERT INTO wp_options VALUES('694', '0', '_transient_timeout_feed_4e6bcf26c742758976a165825481510c', '1304143175', 'no'); INSERT INTO wp_options VALUES('695', '0', '_transient_feed_4e6bcf26c742758976a165825481510c', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:1:\"\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"link:http://recommendedtoyou.net/golf/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://recommendedtoyou.net/golf/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Your search - link:http://recommendedtoyou.net/golf/ - did not match any documents. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:4:\"date\";s:29:\"Fri, 29 Apr 2011 17:59:36 GMT\";s:6:\"pragma\";s:8:\"no-cache\";s:7:\"expires\";s:29:\"Fri, 01 Jan 1990 00:00:00 GMT\";s:13:\"cache-control\";s:25:\"no-cache, must-revalidate\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"set-cookie\";s:138:\"PREF=ID=68c52f423a3a3cc7:TM=1304099976:LM=1304099976:S=ynDo9UTpa6ZwnVco; expires=Sun, 28-Apr-2013 17:59:36 GMT; path=/; domain=.google.com\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:6:\"server\";s:4:\"bsfe\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";}s:5:\"build\";s:14:\"20090627192103\";}', 'no'); INSERT INTO wp_options VALUES('142', '0', 'can_compress_scripts', '1', 'yes'); INSERT INTO wp_options VALUES('144', '0', 'mods_Church', 'a:19:{s:17:\"header_blog_title\";s:5:\"Image\";s:17:\"featured_top_left\";s:1:\"4\";s:21:\"featured_top_left_num\";s:1:\"5\";s:29:\"featured_top_left_thumb_width\";s:2:\"70\";s:30:\"featured_top_left_thumb_height\";s:2:\"70\";s:18:\"featured_top_right\";s:1:\"5\";s:22:\"featured_top_right_num\";s:1:\"5\";s:30:\"featured_top_right_thumb_width\";s:2:\"70\";s:31:\"featured_top_right_thumb_height\";s:2:\"70\";s:15:\"featured_bottom\";s:1:\"1\";s:19:\"featured_bottom_num\";s:1:\"5\";s:27:\"featured_bottom_thumb_width\";s:3:\"110\";s:28:\"featured_bottom_thumb_height\";s:3:\"110\";s:5:\"enews\";s:2:\"No\";s:8:\"enews_id\";s:0:\"\";s:6:\"468_ad\";s:2:\"No\";s:8:\"468_code\";s:0:\"\";s:8:\"blog_cat\";s:1:\"1\";s:12:\"blog_cat_num\";s:1:\"5\";}', 'yes'); INSERT INTO wp_options VALUES('145', '0', 'ddsg_language', 'English', 'yes'); INSERT INTO wp_options VALUES('146', '0', 'ddsg_items_per_page', '50', 'yes'); INSERT INTO wp_options VALUES('147', '0', 'ddsg_sm_name', '', 'yes'); INSERT INTO wp_options VALUES('148', '0', 'ddsg_what_to_show', 'both', 'yes'); INSERT INTO wp_options VALUES('149', '0', 'ddsg_which_first', 'posts', 'yes'); INSERT INTO wp_options VALUES('150', '0', 'ddsg_post_sort_order', 'title', 'yes'); INSERT INTO wp_options VALUES('151', '0', 'ddsg_page_sort_order', 'title', 'yes'); INSERT INTO wp_options VALUES('152', '0', 'ddsg_comments_on_posts', '', 'yes'); INSERT INTO wp_options VALUES('153', '0', 'ddsg_comments_on_pages', '', 'yes'); INSERT INTO wp_options VALUES('154', '0', 'ddsg_show_zero_comments', '', 'yes'); INSERT INTO wp_options VALUES('155', '0', 'ddsg_hide_future', '', 'yes'); INSERT INTO wp_options VALUES('156', '0', 'ddsg_new_window', '', 'yes'); INSERT INTO wp_options VALUES('157', '0', 'ddsg_show_post_date', '', 'yes'); INSERT INTO wp_options VALUES('158', '0', 'ddsg_show_page_date', '', 'yes'); INSERT INTO wp_options VALUES('159', '0', 'ddsg_date_format', 'F jS, Y', 'yes'); INSERT INTO wp_options VALUES('160', '0', 'ddsg_hide_protected', '1', 'yes'); INSERT INTO wp_options VALUES('161', '0', 'ddsg_excluded_cats', '', 'yes'); INSERT INTO wp_options VALUES('162', '0', 'ddsg_excluded_pages', '', 'yes'); INSERT INTO wp_options VALUES('163', '0', 'ddsg_page_nav', '1', 'yes'); INSERT INTO wp_options VALUES('164', '0', 'ddsg_page_nav_where', 'top', 'yes'); INSERT INTO wp_options VALUES('165', '0', 'ddsg_xml_path', '', 'yes'); INSERT INTO wp_options VALUES('166', '0', 'ddsg_xml_where', 'last', 'yes'); INSERT INTO wp_options VALUES('167', '0', 'aiosp_home_description', 'The Golf Store | ', 'yes'); INSERT INTO wp_options VALUES('168', '0', 'aiosp_home_title', 'The Golf Store | ', 'yes'); INSERT INTO wp_options VALUES('169', '0', 'psp_canonical', 'on', 'yes'); INSERT INTO wp_options VALUES('170', '0', 'aiosp_home_keywords', '', 'yes'); INSERT INTO wp_options VALUES('171', '0', 'aiosp_rewrite_titles', 'on', 'yes'); INSERT INTO wp_options VALUES('172', '0', 'aiosp_use_categories', '', 'yes'); INSERT INTO wp_options VALUES('173', '0', 'psp_use_tags', '', 'yes'); INSERT INTO wp_options VALUES('174', '0', 'psp_category_noindex', '', 'yes'); INSERT INTO wp_options VALUES('175', '0', 'psp_archive_noindex', 'on', 'yes'); INSERT INTO wp_options VALUES('176', '0', 'psp_tags_noindex', '', 'yes'); INSERT INTO wp_options VALUES('177', '0', 'psp_comnts_pages_noindex', 'on', 'yes'); INSERT INTO wp_options VALUES('178', '0', 'psp_comnts_feeds_noindex', 'on', 'yes'); INSERT INTO wp_options VALUES('179', '0', 'psp_rss_feeds_noindex', 'on', 'yes'); INSERT INTO wp_options VALUES('180', '0', 'psp_search_results_noindex', 'on', 'yes'); INSERT INTO wp_options VALUES('181', '0', 'psp_sub_pages_home_noindex', 'on', 'yes'); INSERT INTO wp_options VALUES('182', '0', 'psp_author_archives_noindex', 'on', 'yes'); INSERT INTO wp_options VALUES('183', '0', 'psp_noodp_metatag', 'on', 'yes'); INSERT INTO wp_options VALUES('184', '0', 'psp_noydir_metatag', 'on', 'yes'); INSERT INTO wp_options VALUES('185', '0', 'psp_nofollow_cat_pages', '', 'yes'); INSERT INTO wp_options VALUES('186', '0', 'psp_nofollow_cat_posts', '', 'yes'); INSERT INTO wp_options VALUES('187', '0', 'psp_nofollow_arc_pages', '', 'yes'); INSERT INTO wp_options VALUES('188', '0', 'psp_nofollow_arc_posts', '', 'yes'); INSERT INTO wp_options VALUES('189', '0', 'psp_nofollow_ext_links', '', 'yes'); INSERT INTO wp_options VALUES('190', '0', 'psp_nofollow_login_reg', 'on', 'yes'); INSERT INTO wp_options VALUES('191', '0', 'psp_nofollow_tag_pages', '', 'yes'); INSERT INTO wp_options VALUES('192', '0', 'psp_permalink_redirect', 'on', 'yes'); INSERT INTO wp_options VALUES('193', '0', 'aiosp_generate_descriptions', 'on', 'yes'); INSERT INTO wp_options VALUES('194', '0', 'aiosp_post_title_format', '%post_title% | %blog_title%', 'yes'); INSERT INTO wp_options VALUES('195', '0', 'aiosp_page_title_format', '%page_title% | %blog_title%', 'yes'); INSERT INTO wp_options VALUES('196', '0', 'aiosp_category_title_format', '%category_title% | %blog_title%', 'yes'); INSERT INTO wp_options VALUES('197', '0', 'psp_taxonomy_title_format', '%term% | %blog_title%', 'yes'); INSERT INTO wp_options VALUES('198', '0', 'aiosp_archive_title_format', '%date% | %blog_title%', 'yes'); INSERT INTO wp_options VALUES('199', '0', 'aiosp_tag_title_format', '%tag% | %blog_title%', 'yes'); INSERT INTO wp_options VALUES('200', '0', 'aiosp_search_title_format', '%search% | %blog_title%', 'yes'); INSERT INTO wp_options VALUES('201', '0', 'aiosp_description_format', '%description%', 'yes'); INSERT INTO wp_options VALUES('202', '0', 'aiosp_paged_format', ' - Part %page%', 'yes'); INSERT INTO wp_options VALUES('203', '0', 'aiosp_404_title_format', 'Nothing found for %request_words%', 'yes'); INSERT INTO wp_options VALUES('204', '0', 'aiosp_post_meta_tags', '', 'yes'); INSERT INTO wp_options VALUES('205', '0', 'aiosp_page_meta_tags', '', 'yes'); INSERT INTO wp_options VALUES('206', '0', 'aiosp_home_meta_tags', '', 'yes'); INSERT INTO wp_options VALUES('207', '0', 'aiosp_do_log', '', 'yes'); INSERT INTO wp_options VALUES('208', '0', 'psp_link_home', '', 'yes'); INSERT INTO wp_options VALUES('209', '0', 'privacy_policy_sitename', 'Golf', 'yes'); INSERT INTO wp_options VALUES('210', '0', 'privacy_policy_before_heading', '

', 'yes'); INSERT INTO wp_options VALUES('211', '0', 'privacy_policy_after_heading', '

', 'yes'); INSERT INTO wp_options VALUES('212', '0', 'privacy_policy_before_paragraph', '

', 'yes'); INSERT INTO wp_options VALUES('213', '0', 'privacy_policy_after_paragraph', '

', 'yes'); INSERT INTO wp_options VALUES('214', '0', 'privacy_policy_contact', 'info@youremail.com', 'yes'); INSERT INTO wp_options VALUES('215', '0', 'privacy_policy_title', 'Privacy Policy', 'yes'); INSERT INTO wp_options VALUES('216', '0', 'privacy_policy_slug', 'privacy-policy', 'yes'); INSERT INTO wp_options VALUES('217', '0', 'privacy_policy_pp_help', '1', 'yes'); INSERT INTO wp_options VALUES('218', '0', 'privacy_policy_browser_help', '1', 'yes'); INSERT INTO wp_options VALUES('219', '0', 'privacy_policy_credit', '1', 'yes'); INSERT INTO wp_options VALUES('220', '0', 'wpr_db_ver', '95', 'yes'); INSERT INTO wp_options VALUES('221', '0', 'recently_activated', 'a:0:{}', 'yes'); INSERT INTO wp_options VALUES('616', '0', 'category_children', 'a:0:{}', 'yes'); INSERT INTO wp_options VALUES('233', '0', '_transient_random_seed', '092bd180536b3dc9e9582a8aea8c21fd', 'yes'); INSERT INTO wp_options VALUES('225', '0', 'wpr_cron', 'f146ded0', 'yes'); INSERT INTO wp_options VALUES('226', '0', 'wpr_cloak', '', 'yes'); INSERT INTO wp_options VALUES('227', '0', 'wpr_options', 's:3763:\"a:99:{s:14:\"wpr_poststatus\";s:9:\"published\";s:11:\"wpr_autotag\";s:3:\"Yes\";s:14:\"wpr_resetcount\";s:2:\"no\";s:12:\"wpr_badwords\";s:73:\"what;which;where;when;does;that;with;while;then;your;other;have;make;will\";s:13:\"wpr_randomize\";s:3:\"Yes\";s:22:\"wpr_randomize_comments\";N;s:8:\"wpr_help\";s:3:\"Yes\";s:13:\"wpr_openlinks\";s:3:\"yes\";s:12:\"wpr_authorid\";s:1:\"1\";s:15:\"wpr_err_retries\";s:1:\"3\";s:14:\"wpr_err_maxerr\";s:1:\"2\";s:14:\"wpr_err_minmod\";s:1:\"1\";s:15:\"wpr_err_disable\";s:1:\"8\";s:18:\"wpr_global_exclude\";s:0:\"\";s:20:\"wpr_check_unique_old\";N;s:18:\"wpr_rewrite_active\";N;s:17:\"wpr_rewrite_email\";s:0:\"\";s:15:\"wpr_rewrite_key\";s:0:\"\";s:17:\"wpr_rewrite_level\";s:1:\"r\";s:15:\"wpr_save_images\";N;s:13:\"wpr_aa_affkey\";s:16:\"myinformatisi-20\";s:13:\"wpr_aa_apikey\";s:20:\"AKIAJE7MMP7ZEVWICI5A\";s:16:\"wpr_aa_secretkey\";s:40:\"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\";s:11:\"wpr_aa_skip\";s:5:\"noimg\";s:18:\"wpr_aa_revtemplate\";s:76:\"Review by {author} for {link}\r\nRating: {rating}\r\n{content}\r\n\r\n\";s:20:\"wpr_aa_excerptlength\";s:4:\"full\";s:11:\"wpr_aa_site\";s:3:\"com\";s:12:\"wpr_eza_lang\";s:2:\"en\";s:13:\"wpr_eza_split\";N;s:18:\"wpr_eza_striplinks\";N;s:19:\"wpr_eza_splitlength\";s:5:\"10000\";s:13:\"wpr_cb_filter\";N;s:13:\"wpr_cb_affkey\";s:0:\"\";s:13:\"wpr_eb_affkey\";s:0:\"\";s:14:\"wpr_eb_country\";s:1:\"0\";s:11:\"wpr_eb_lang\";s:5:\"en-US\";s:13:\"wpr_eb_sortby\";s:9:\"bestmatch\";s:13:\"wpr_fl_apikey\";s:0:\"\";s:11:\"wpr_fl_sort\";s:9:\"relevance\";s:14:\"wpr_fl_license\";s:13:\"1,2,3,4,5,6,7\";s:11:\"wpr_fl_size\";s:3:\"med\";s:12:\"wpr_fl_width\";s:3:\"400\";s:13:\"wpr_fl_twidth\";s:3:\"160\";s:17:\"wpr_fl_striplinks\";s:3:\"yes\";s:14:\"wpr_yap_appkey\";s:0:\"\";s:12:\"wpr_yap_lang\";s:2:\"us\";s:13:\"wpr_yap_yatos\";N;s:19:\"wpr_ya_striplinks_q\";N;s:19:\"wpr_ya_striplinks_a\";N;s:11:\"wpr_yap_cat\";s:0:\"\";s:14:\"wpr_yan_appkey\";s:0:\"\";s:12:\"wpr_yan_lang\";s:2:\"en\";s:11:\"wpr_yt_lang\";s:0:\"\";s:12:\"wpr_yt_width\";s:3:\"425\";s:13:\"wpr_yt_height\";s:3:\"355\";s:11:\"wpr_yt_safe\";s:8:\"moderate\";s:11:\"wpr_yt_sort\";s:9:\"relevance\";s:22:\"wpr_yt_striplinks_desc\";N;s:22:\"wpr_yt_striplinks_comm\";s:3:\"yes\";s:15:\"wpr_rss_content\";s:4:\"full\";s:14:\"wpr_rss_filter\";N;s:18:\"wpr_rss_striplinks\";N;s:21:\"wpr_trans_use_proxies\";N;s:17:\"wpr_trans_proxies\";s:0:\"\";s:14:\"wpr_trans_fail\";s:4:\"post\";s:24:\"wpr_trans_delete_proxies\";N;s:16:\"wpr_trans_titles\";s:3:\"yes\";s:18:\"wpr_twitter_appkey\";N;s:16:\"wpr_twitter_lang\";s:2:\"en\";s:22:\"wpr_twitter_striplinks\";N;s:19:\"wpr_twitter_results\";s:6:\"recent\";s:17:\"wpr_twitter_users\";s:0:\"\";s:29:\"wpr_commissionjunction_appkey\";s:0:\"\";s:28:\"wpr_commissionjunction_webid\";s:0:\"\";s:29:\"wpr_commissionjunction_sortby\";s:4:\"name\";s:32:\"wpr_commissionjunction_sortorder\";s:4:\"desc\";s:31:\"wpr_commissionjunction_lowprice\";s:0:\"\";s:27:\"wpr_commissionjunction_skip\";s:6:\"nodesc\";s:32:\"wpr_commissionjunction_highprice\";s:0:\"\";s:34:\"wpr_commissionjunction_advertisers\";s:6:\"joined\";s:16:\"wpr_oodle_appkey\";s:0:\"\";s:14:\"wpr_oodle_lang\";s:3:\"usa\";s:13:\"wpr_oodle_loc\";s:0:\"\";s:16:\"wpr_oodle_radius\";s:2:\"30\";s:16:\"wpr_oodle_sortby\";s:13:\"ctime_reverse\";s:13:\"wpr_oodle_cat\";s:0:\"\";s:20:\"wpr_shopzilla_appkey\";s:0:\"\";s:20:\"wpr_shopzilla_pubkey\";s:0:\"\";s:20:\"wpr_shopzilla_offers\";s:1:\"5\";s:18:\"wpr_shopzilla_sort\";s:14:\"relevancy_desc\";s:22:\"wpr_shopzilla_minprice\";s:0:\"\";s:22:\"wpr_shopzilla_maxprice\";s:0:\"\";s:11:\"createposts\";s:2:\"no\";s:13:\"wpr_installed\";s:3:\"yes\";s:21:\"wpr_installed_modules\";a:15:{i:0;s:6:\"amazon\";i:1;s:7:\"article\";i:2;s:9:\"clickbank\";i:3;s:4:\"ebay\";i:4;s:6:\"flickr\";i:5;s:12:\"yahooanswers\";i:6;s:9:\"yahoonews\";i:7;s:7:\"youtube\";i:8;s:3:\"rss\";i:9;s:11:\"translation\";i:10;s:7:\"twitter\";i:11;s:18:\"commissionjunction\";i:12;s:5:\"oodle\";i:13;s:12:\"pressrelease\";i:14;s:9:\"shopzilla\";}s:9:\"wpr_email\";s:16:\"jogfly@gmail.com\";s:8:\"wpr_core\";s:5:\"elite\";s:7:\"wpr_sql\";s:0:\"\";s:10:\"wpr_simple\";N;}\";', 'yes'); INSERT INTO wp_options VALUES('228', '0', 'wpr_sql', 's:4059:\"s:4049:\"INSERT INTO wp_wpr_templates ( type, typenum, content, title, comments_amazon, comments_flickr, comments_yahoo, comments_youtube, name ) VALUES ( \'amazon\', \'0\', \'

{title}

\n{thumbnail}\n{features}\n{description}\n\n[has_reviews]\n

\nRating: {rating} (out of {reviewsnum} reviews)\n

\n[/has_reviews]\n\n

\n

{buynow-big}
\n[has_listprice]\nList Price: {listprice}\n[/has_listprice]\nPrice: {price}\n

\', \'\', \'0\', \'0\', \'0\', \'0\', \'\' ), ( \'article\', \'0\', \'{title}\n{article}\n
{authortext}
\', \'\', \'\', \'\', \'\', \'\', \'\' ), ( \'ebay\', \'0\', \'{title}\n{descriptiontable}\', \'\', \'0\', \'0\', \'0\', \'0\', \'\' ), ( \'clickbank\', \'0\', \'{title}\n{description}\n{link}\', \'\', \'0\', \'0\', \'0\', \'0\', \'\' ), ( \'flickr\', \'0\', \'

{title}\n{image}\nImage by {owner}\n{description}

\', \'\', \'0\', \'0\', \'0\', \'0\', \'standard\' ), ( \'flickr\', \'0\', \'
{image} by {owner}
\', \'\', \'0\', \'0\', \'0\', \'0\', \'thumbnail\' ), ( \'yahoonews\', \'0\', \'{title}\n{summary}\n{source}\n\', \'\', \'0\', \'0\', \'0\', \'0\', \'\' ), ( \'yahooanswers\', \'0\', \'Question by {user}: {title}\n{question}\n\nBest answer:\n{answers:1}\n\n[select:Know better? Leave your own answer in the comments!|Add your own answer in the comments!|Give your answer to this question below!|What do you think? Answer below!]\', \'\', \'0\', \'0\', \'0\', \'0\', \'\' ), ( \'youtube\', \'0\', \'{video}\n

[random:20]

{thumbnail}
[/random]{description}\n[random:60]Video Rating: {rating} / 5[/random]

\', \'\', \'0\', \'0\', \'0\', \'0\', \'\' ), ( \'rss\', \'0\', \'{content}\n{source}\', \'\', \'0\', \'0\', \'0\', \'0\', \'\' ), ( \'post\', \'0\', \'{thumbnail}\n{article}\n[random:25]{youtube}[/random]\n\n[random:50][select:More {Keyword} Articles|Related {Keyword} Articles|Find More {Keyword} Articles][/random]\', \'{articletitle}\', \'0\', \'0\', \'0\', \'0\', \'Article Default\' ), ( \'post\', \'1\', \'{amazon}\n[random:15]{amazon}[/random]\n[random:50]{ebay} {ebay}[/random]\n\n[random:50][select:More {Keyword} Products|Related {Keyword} Products|Find More {Keyword} Products][/random]\', \'{amazontitle}[random:20] Reviews[/random]\', \'1\', \'0\', \'0\', \'0\', \'Amazon Default\' ), ( \'post\', \'2\', \'[random:50]{thumbnail}[/random]\n{yahooanswers}\', \'[random:25]Q&A: [/random]{yahooanswerstitle}\', \'0\', \'0\', \'1\', \'0\', \'Yahoo Answers Default\' ), ( \'post\', \'3\', \'[random:25]{flickr}[/random]\n{yahoonews}\n\n{yahoonews}\n\n[random:50]{yahoonews}[/random]\n\n[random:25]{yahoonews}[/random]\', \'[select:{yahoonewstitle}|{yahoonewstitle}|Lastest {Keyword} News]\', \'0\', \'0\', \'0\', \'0\', \'Yahoo News Default\' ), ( \'post\', \'4\', \'[random:25]

[select:Check out these {keyword} products:|A few {keyword} products I can recommend:]

[/random]\n{clickbank}\n\n{clickbank}\n\n[random:25]{clickbank}[/random]\n[random:25] {ebay} {ebay} [/random]\', \'{clickbanktitle}\', \'0\', \'0\', \'0\', \'0\', \'Clickbank Default\' ), ( \'post\', \'5\', \'{youtube}\n[random:50]{youtube}[/random]\', \'{youtubetitle}\', \'0\', \'0\', \'0\', \'1\', \'Youtube Default\' ), ( \'post\', \'5\', \'

[select:Some recent {keyword} auctions on eBay:|{keyword} eBay auctions you should keep an eye on:|Most popular {keyword} eBay auctions:|{Keyword} on eBay:]

\n{ebay}\n{ebay}\n[random:50]{ebay}[/random]\n[random:25]{ebay}[/random]\', \'[select:{ebaytitle}|{ebaytitle}|Lastest {Keyword} auctions|Most popular {Keyword} auctions]\', \'0\', \'0\', \'0\', \'0\', \'Ebay Default\' ), ( \'post\', \'5\', \'

[select:Some cool {keyword} images:|A few nice {keyword} images I found:|Check out these {keyword} images:]

\n{flickr}\n{flickr}\n[random:50]{flickr}[/random]\', \'[select:{flickrtitle}|{flickrtitle}|Cool {Keyword} images|Nice {Keyword} photos]\', \'0\', \'0\', \'0\', \'0\', \'Flickr Default\' );\";\";', 'yes'); INSERT INTO wp_options VALUES('704', '0', 'rewrite_rules', 'a:94:{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:29:\"sitemap/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"sitemap/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"sitemap/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"sitemap/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"sitemap/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"(sitemap)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:42:\"(sitemap)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:37:\"(sitemap)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:30:\"(sitemap)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:37:\"(sitemap)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:22:\"(sitemap)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:36:\"privacy-policy/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"privacy-policy/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"privacy-policy/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"privacy-policy/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"privacy-policy/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"(privacy-policy)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:49:\"(privacy-policy)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:44:\"(privacy-policy)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:37:\"(privacy-policy)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:44:\"(privacy-policy)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:29:\"(privacy-policy)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:22:\"/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:15:\"()/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:35:\"()/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:30:\"()/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:23:\"()/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:30:\"()/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:15:\"()(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";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:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:26:\"(.+?)/([^/]+)(/[0-9]+)?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}', 'yes'); INSERT INTO wp_options VALUES('230', '0', 'mm_myautosocialposter', 'a:11:{s:7:\"mm_tags\";a:3:{s:11:\"startMarker\";s:5:\"Tags:\";s:9:\"separator\";s:1:\",\";s:3:\"max\";s:1:\"3\";}s:12:\"email_report\";b:0;s:12:\"future_later\";b:1;s:6:\"random\";b:1;s:9:\"num_sites\";i:10;s:12:\"convert_tags\";b:1;s:10:\"use_preset\";b:1;s:11:\"show_preset\";b:1;s:20:\"preset_to_technorati\";b:0;s:11:\"preset_tags\";a:1:{i:0;s:10:\"golf clubs\";}s:11:\"prev_posted\";N;}', 'yes'); INSERT INTO wp_options VALUES('231', '0', 'psp_max_words_excerpt', '', 'yes'); INSERT INTO wp_options VALUES('232', '0', 'psp_debug_info', '', 'yes'); INSERT INTO wp_options VALUES('241', '0', 'ithemes-backupbuddy', 'a:27:{s:8:\"password\";s:0:\"\";s:10:\"ftp_server\";s:24:\"REC.RECOMMENDEDTOYOU.NET\";s:8:\"ftp_user\";s:8:\"rectoyou\";s:8:\"ftp_pass\";s:8:\"thebest1\";s:8:\"ftp_path\";s:21:\"/public_html/backups/\";s:8:\"ftp_type\";s:3:\"ftp\";s:8:\"last_run\";i:0;s:11:\"compression\";s:1:\"1\";s:19:\"force_compatibility\";s:0:\"\";s:22:\"email_notify_scheduled\";s:1:\"1\";s:19:\"email_notify_manual\";s:0:\"\";s:19:\"backup_nonwp_tables\";s:0:\"\";s:15:\"integrity_check\";s:1:\"1\";s:7:\"aws_ssl\";s:1:\"1\";s:13:\"aws_directory\";s:11:\"backupbuddy\";s:9:\"schedules\";a:0:{}s:9:\"log_level\";s:1:\"1\";s:5:\"email\";s:0:\"\";s:13:\"aws_accesskey\";s:0:\"\";s:13:\"aws_secretkey\";s:0:\"\";s:10:\"aws_bucket\";s:0:\"\";s:8:\"excludes\";a:1:{i:0;s:32:\"/wp-content/plugins/backupbuddy/\";}s:9:\"zip_limit\";s:1:\"0\";i:0;b:0;s:16:\"backup_directory\";s:71:\"/home/rectoyou/public_html/golf/wp-content/uploads/backupbuddy_backups/\";s:12:\"exclude_dirs\";s:32:\"/wp-content/plugins/backupbuddy/\";s:13:\"backup_status\";a:9:{s:4:\"type\";s:4:\"full\";s:6:\"serial\";s:10:\"6rqctngtgw\";s:8:\"zip_file\";s:129:\"/home/rectoyou/public_html/golf/wp-content/uploads/backupbuddy_backups/backup-recommendedtoyou_net_golf-2011_04_29-6rqctngtgw.zip\";s:17:\"storage_directory\";s:66:\"/home/rectoyou/public_html/golf/wp-content/uploads/temp_6rqctngtgw\";s:9:\"processes\";a:3:{s:8:\"settings\";a:3:{s:10:\"start_time\";i:1304100070;s:16:\"last_update_time\";i:1304100070;s:6:\"status\";s:8:\"complete\";}s:8:\"database\";a:1:{s:6:\"status\";s:9:\"pre_start\";}s:7:\"archive\";a:1:{s:6:\"status\";s:9:\"pre_start\";}}s:10:\"start_time\";i:1304100070;s:16:\"last_update_time\";i:1304100070;s:12:\"last_process\";s:8:\"settings\";s:6:\"errors\";a:0:{}}}', 'no'); INSERT INTO wp_options VALUES('250', '0', 'wprobot_schedules', 'a:1:{s:11:\"WPR_3_hours\";a:2:{s:8:\"interval\";i:10800;s:7:\"display\";s:15:\"DBB WPR 3 hours\";}}', 'yes'); INSERT INTO wp_options VALUES('264', '0', 'mm_doing_cron', '0', 'yes'); INSERT INTO wp_options VALUES('674', '0', '_transient_timeout_rss_c12bee2a7742d0a4c35ec6a915d8656b', '1304103571', 'no'); INSERT INTO wp_options VALUES('675', '0', '_transient_rss_c12bee2a7742d0a4c35ec6a915d8656b', 'O:9:\"MagpieRSS\":19:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:10:{i:0;a:10:{s:4:\"info\";s:107:\"\n \n Brian Gardner\n http://www.briangardner.com\n \n \";s:5:\"title\";s:33:\"Focus 1.0.2 Child Theme Available\";s:4:\"link\";s:59:\"http://www.studiopress.com/releases/focus-102-available.htm\";s:2:\"id\";s:34:\"http://www.studiopress.com/?p=7475\";s:7:\"updated\";s:20:\"2011-04-28T20:06:21Z\";s:9:\"published\";s:20:\"2011-04-28T20:06:21Z\";s:7:\"summary\";s:341:\"TweetStudioPress is happy to announce the release of the Focus 1.0.2 child theme. This WordPress theme works on the Genesis Framework and can be downloaded by Pro Plus members in the support forum. All others can purchase the package here. Custom Header Function With the release this week of Genesis v1.6, we’ve easily been able [...]\";s:12:\"atom_content\";s:2301:\"Tweet

StudioPress is happy to announce the release of the Focus 1.0.2 child theme. This WordPress theme works on the Genesis Framework and can be downloaded by Pro Plus members in the support forum. All others can purchase the package here.

\n

Custom Header Function

\n

With the release this week of Genesis v1.6, we’ve easily been able to update the Focus child theme to take advantage of the new custom header function that is now a part of Genesis.

\n

Here’s a screenshot to see what the custom header screen looks like:

\n

\"Focus
\n(click to view full size image)

\n

Footer Widgets

\n

While the original Focus child theme included support for footer widgets, we’ve replaced the method in which the footer widgets are registered. Prior to Genesis v1.6, we had to include the footer widgets with a lot more code than is required now. Thanks to Genesis, which does the heavy lifting, you can register footer widgets with a single line of code.

\n

Updating Isn’t Necessary

\n

If you are currently using an earlier version of Focus, you don’t have to update to the v1.0.2. If you already have a logo header then there really isn’t a need to include custom header to your site. The footer widgets code was simply consolidating code which you already have, so there isn’t any additional benefits to updating.

\n

If you are a registered user on our support forum, you can see a detailed changelog for reference.

\n\";s:12:\"link_replies\";s:137:\"http://www.studiopress.com/releases/focus-102-available.htm#commentshttp://www.studiopress.com/releases/focus-102-available.htm/feed/atom\";s:3:\"thr\";a:1:{s:5:\"total\";s:1:\"4\";}}i:1;a:12:{s:6:\"author\";s:17:\"\n \n \n \";s:11:\"author_name\";s:13:\"Brian Gardner\";s:10:\"author_uri\";s:27:\"http://www.briangardner.com\";s:5:\"title\";s:36:\"Genesis Framework v1.6 Now Available\";s:4:\"link\";s:61:\"http://www.studiopress.com/releases/genesis-framework-v16.htm\";s:2:\"id\";s:34:\"http://www.studiopress.com/?p=7456\";s:7:\"updated\";s:20:\"2011-04-28T03:19:57Z\";s:9:\"published\";s:20:\"2011-04-26T15:04:44Z\";s:7:\"summary\";s:351:\"TweetWe’ve been working on Genesis 1.6 for a over two months now, and we had it in beta for 3 weeks. This version includes a number of features that integrate seamlessly with WordPress and also fixes some bugs. Below you’ll see what’s been included… Footer Widgets Recent themes, like Venture, Focus, and even Prose, have [...]\";s:12:\"atom_content\";s:2751:\"Tweet

We’ve been working on Genesis 1.6 for a over two months now, and we had it in beta for 3 weeks. This version includes a number of features that integrate seamlessly with WordPress and also fixes some bugs. Below you’ll see what’s been included…

\n

Footer Widgets

\n

Recent themes, like Venture, Focus, and even Prose, have been using this feature for a long time now. But unfortunately, they had to do things the old way, the hard way. With Genesis 1.6, this gets SO much easier. Now, all you need is 1 line of code in the theme’s functions.php file, and a little CSS (which we’ll be happy to build into many of our themes).

\n

Learn how to add footer widgets with Genesis v1.6.

\n

Custom Header Image

\n

The easiest way to customize Genesis is to utilize the custom header and custom background functions that are native to WordPress and select child themes.

\n

With custom header, this feature can be as simple, or as rich, as you need it to be. The array you pass for it it can handle a number of arguments like text color, default header fallback, and custom callback functions for the admin and front end CSS output.

\n

Learn how to setup custom header with Genesis v1.6.

\n

100% Custom Menu Support

\n

When WordPress 3.0 was released, one of the biggest features added was custom menus. Immediately upon that release, Genesis was updated to include support of custom menus in addition to the Genesis option of list pages/list categories for your primary and secondary navigation. In Genesis v1.6, we’re removing the list pages/list categories options, and relying on WordPress custom menus.

\n

During the upgrade process to v1.6, Genesis will take your old menu options (Page and Category IDs, depth options, etc.) and move them to a safe place where they can be accessed for as long as you need them. Behind the scenes, Genesis will recognize that you’re not quite ready to move to a custom navigation system just yet, and continue to display your old menus.

\n

Learn how to setup navigation with Genesis v1.6.

\n\";s:12:\"link_replies\";s:141:\"http://www.studiopress.com/releases/genesis-framework-v16.htm#commentshttp://www.studiopress.com/releases/genesis-framework-v16.htm/feed/atom\";s:3:\"thr\";a:1:{s:5:\"total\";s:2:\"39\";}}i:2;a:11:{s:6:\"author\";s:10:\"\n \n \";s:11:\"author_name\";s:11:\"Nathan Rice\";s:5:\"title\";s:37:\"Genesis Framework v1.6 Beta Available\";s:4:\"link\";s:66:\"http://www.studiopress.com/releases/genesis-framework-v16-beta.htm\";s:2:\"id\";s:34:\"http://www.studiopress.com/?p=7421\";s:7:\"updated\";s:20:\"2011-04-26T17:03:03Z\";s:9:\"published\";s:20:\"2011-04-04T16:37:27Z\";s:7:\"summary\";s:354:\"TweetWe haven’t really been bragging about this one very much, but you know us… always cooking up something new. Isn’t that why you use Genesis to begin with? We’d like to invite you into a beta period of Genesis v1.6. Keep reading… We’ll save the marketing mumbo jumbo for the final release. I mean, we’re [...]\";s:12:\"atom_content\";s:4759:\"Tweet

We haven’t really been bragging about this one very much, but you know us… always cooking up something new. Isn’t that why you use Genesis to begin with? We’d like to invite you into a beta period of Genesis v1.6. Keep reading…

\n

We’ll save the marketing mumbo jumbo for the final release. I mean, we’re talking to developers, right? You want to know what’s new under the hood – so here goes:

\n

Footer Widgets

\n

Recent themes, like Venture, Focus, and even Prose, have been using this feature for a long time now. But unfortunately, they had to do things the old way, the hard way. With Genesis 1.6, this gets SO much easier. Now, all you need is 1 line of code in the theme’s functions.php file, and a little CSS (which we’ll be happy to build into many of our themes).

\n

add_theme_support( \'genesis-footer-widgets\', 3 );

\n

See the number “3″ there? That means you want to generate 3 widget areas. Want more? Less? Just adjust the number and Genesis takes care of the rest. Throw in some CSS, adjust to your liking, and start putting widgets in there. It’s that easy. No bulky code in your functions file, no need to register widget areas or no additional php files in your child theme.

\n

Custom Header Image

\n

The easiest way to take a Genesis theme and make it your own is to add a custom header image, and maybe a custom background color or image. Custom background is already dead simple with a Genesis theme:

\n

add_custom_background();

\n

But adding a custom header has always been a bit more difficult. We’re fixing that.

\n

add_theme_support( \'genesis-custom-header\', array( \'width\' => 960, \'height\' => 120 ) );

\n

This feature can be as simple, or as rich, as you need it to be. The array you pass it can handle a number of arguments like text color, default header fallback, and custom callback functions for the admin and front end CSS output.

\n

Again, you can try to break this feature by checking out the Genesis 1.6 Beta default theme. And please to try to break it. It makes the software better.

\n

100% Custom Menu Support

\n

Up until now, we’ve been sitting on the fence with regard to exclusively using custom nav menus. Yes, we give you the option to use them (we’ve supported them since they were first introduced in WordPress 3.0), but we still give you the option of building nav menus manually, with Page and Category IDs. That’s old, clunky, outdated technology. Genesis is too fly for that junk.

\n

So we’re removing those options.

\n

Don’t panic.

\n

We have a plan, and it doesn’t involve any work on your part.

\n

During the upgrade process, Genesis will take your old menu options, all those Page and Category IDs, depth options, etc., and move them to a safe place where they can be accessed for as long as you need them. And behind the scenes, Genesis will recognize that you’re not quite ready to move to a custom nav system just yet, and continue to display your old menus.

\n

As soon as you’re ready to move to your own custom nav menu, just create one, and assign it to the proper theme location (Primary or Secondary).

\n

We’ve tested this process in-house, but we NEED your help to test it further. Here’s how.

\n
    \n
  1. Install Genesis 1.5 on a test site.
  2. \n
  3. Create page or category menus the old fashioned way. Make them as simple or as complex as you like.
  4. \n
  5. Upgrade to Genesis 1.6 Beta.
  6. \n
  7. Visit your test site homepage and see if your old menus still show (they should).
  8. \n
  9. Create a custom nav menu, and assign it to the proper theme location.
  10. \n
  11. See if it replaces your old menu on your test site homepage (it should).
  12. \n
  13. Tell us all about it!
  14. \n
\n

Oh, and yes, the nav extras (twitter, search, feed links, etc.) will still be in the Theme Settings.

\n

Other Stuff

\n

Yeah, you’ll probably notice some other bits of jazz in the Beta, but we’ll talk about that more later.

\n

So, if you’re a Pro-Plus customer, go grab yourself a copy of Genesis 1.6 Beta. Just promise us you’ll take it for a spin (per the notes above) and let us know how we can make it better.

\n\";s:12:\"link_replies\";s:151:\"http://www.studiopress.com/releases/genesis-framework-v16-beta.htm#commentshttp://www.studiopress.com/releases/genesis-framework-v16-beta.htm/feed/atom\";s:3:\"thr\";a:1:{s:5:\"total\";s:2:\"42\";}}i:3;a:12:{s:6:\"author\";s:17:\"\n \n \n \";s:11:\"author_name\";s:13:\"Brian Gardner\";s:10:\"author_uri\";s:27:\"http://www.briangardner.com\";s:5:\"title\";s:33:\"Tapestry 1.0 Child Theme Released\";s:4:\"link\";s:63:\"http://www.studiopress.com/releases/tapestry-theme-released.htm\";s:2:\"id\";s:34:\"http://www.studiopress.com/?p=7384\";s:7:\"updated\";s:20:\"2011-03-22T13:28:39Z\";s:9:\"published\";s:20:\"2011-03-22T13:28:39Z\";s:7:\"summary\";s:340:\"TweetStudioPress is happy to announce the release of the Tapestry 1.0 child theme. This WordPress theme works on the Genesis Framework and can be downloaded by Pro Plus members in the support forum. All others can purchase the package here. If you have already purchased the Genesis Framework and any other child theme previously, you [...]\";s:12:\"atom_content\";s:1643:\"Tweet

StudioPress is happy to announce the release of the Tapestry 1.0 child theme. This WordPress theme works on the Genesis Framework and can be downloaded by Pro Plus members in the support forum. All others can purchase the package here.

\n

If you have already purchased the Genesis Framework and any other child theme previously, you can simply purchase the child package by itself, otherwise you need the Tapestry + Genesis Theme package.

\n

We’re also pleased to announce that this is the first of what will be many Tumblog-style child themes for Genesis. With the release of WordPress 3.1 which includes post formats, we want to take full advantage of the awesomeness that WordPress provides.

\n

Take it for a test drive…

\n

Here’s a screenshot of the Tapestry Child Theme:

\n

\"Tapestry

\n\";s:12:\"link_replies\";s:145:\"http://www.studiopress.com/releases/tapestry-theme-released.htm#commentshttp://www.studiopress.com/releases/tapestry-theme-released.htm/feed/atom\";s:3:\"thr\";a:1:{s:5:\"total\";s:2:\"43\";}}i:4;a:12:{s:6:\"author\";s:17:\"\n \n \n \";s:11:\"author_name\";s:13:\"Brian Gardner\";s:10:\"author_uri\";s:27:\"http://www.briangardner.com\";s:5:\"title\";s:30:\"Focus 1.0 Child Theme Released\";s:4:\"link\";s:66:\"http://www.studiopress.com/releases/focus-child-theme-released.htm\";s:2:\"id\";s:34:\"http://www.studiopress.com/?p=7399\";s:7:\"updated\";s:20:\"2011-03-10T16:07:57Z\";s:9:\"published\";s:20:\"2011-03-10T15:05:59Z\";s:7:\"summary\";s:337:\"TweetStudioPress is happy to announce the release of the Focus 1.0 child theme. This WordPress theme works on the Genesis Framework and can be downloaded by Pro Plus members in the support forum. All others can purchase the package here. If you have already purchased the Genesis Framework and any other child theme previously, you [...]\";s:12:\"atom_content\";s:1970:\"Tweet

StudioPress is happy to announce the release of the Focus 1.0 child theme. This WordPress theme works on the Genesis Framework and can be downloaded by Pro Plus members in the support forum. All others can purchase the package here.

\n

If you have already purchased the Genesis Framework and any other child theme previously, you can simply purchase the child package by itself, otherwise you need the Focus + Genesis Theme package.

\n

What are you waiting for? Check out the Focus demo

\n

Utilizing the Genesis Grid Loop

\n

The Focus child theme is the second of many themes that will utilize the Genesis Grid Loop that was included as part of Genesis v1.5. The Grid Loop was a custom function that was written to display featured posts on the top of a homepage, and then display a grid-like area of post excerpts at the bottom. You can also view an advanced tutorial on the Grid Loop written by Gary Jones.

\n

3 Color Style Options

\n

\"Focus

\n\";s:12:\"link_replies\";s:151:\"http://www.studiopress.com/releases/focus-child-theme-released.htm#commentshttp://www.studiopress.com/releases/focus-child-theme-released.htm/feed/atom\";s:3:\"thr\";a:1:{s:5:\"total\";s:2:\"17\";}}i:5;a:12:{s:6:\"author\";s:17:\"\n \n \n \";s:11:\"author_name\";s:13:\"Brian Gardner\";s:10:\"author_uri\";s:27:\"http://www.briangardner.com\";s:5:\"title\";s:49:\"Pretty Young Thing Now Available on WordPress.com\";s:4:\"link\";s:87:\"http://www.studiopress.com/announcements/pretty-young-thing-available-wordpress-com.htm\";s:2:\"id\";s:34:\"http://www.studiopress.com/?p=7352\";s:7:\"updated\";s:20:\"2011-03-02T16:05:00Z\";s:9:\"published\";s:20:\"2011-03-02T16:05:00Z\";s:7:\"summary\";s:314:\"TweetWe are very proud to announce that the very first Genesis + Child Theme combo is now available for WordPress.com users. As of this morning, the Pretty Young Thing child theme can now be purchased and deployed across their network of sites. A month ago WordPress gave users a chance to stand out from the [...]\";s:12:\"atom_content\";s:2376:\"Tweet

We are very proud to announce that the very first Genesis + Child Theme combo is now available for WordPress.com users. As of this morning, the Pretty Young Thing child theme can now be purchased and deployed across their network of sites.

\n

\"WordPress.com\"A month ago WordPress gave users a chance to stand out from the crowd by using a premium theme. We’re excited that StudioPress was asked to join the party, and are thrilled that the Pretty Young Thing is the first theme there.

\n

This is something we’ve been hoping for quite some time – as we’ve been asked on a number of occasions if Genesis can be used on WP.com. As of this morning, we’re finally able to say YES!

\n

Check out the Pretty Young Thing demo on WordPress.com… and here’s a reminder of what makes the Pretty Young Theme so cool:

\n

The Genesis Grid Loop

\n

The Pretty Young Thing child theme is the first of many themes that will utilize the Genesis Grid Loop that was include as part of Genesis v1.5. The Grid Loop was a custom function that was written to display featured posts on the top of a homepage, and then display a grid-like area of post excerpts at the bottom. The WordPress.com version of the Pretty Young Thing theme will support this.

\n

3 Beautiful Color Style Options

\n

\"Pretty

\n\";s:12:\"link_replies\";s:193:\"http://www.studiopress.com/announcements/pretty-young-thing-available-wordpress-com.htm#commentshttp://www.studiopress.com/announcements/pretty-young-thing-available-wordpress-com.htm/feed/atom\";s:3:\"thr\";a:1:{s:5:\"total\";s:2:\"11\";}}i:6;a:12:{s:6:\"author\";s:17:\"\n \n \n \";s:11:\"author_name\";s:13:\"Brian Gardner\";s:10:\"author_uri\";s:27:\"http://www.briangardner.com\";s:5:\"title\";s:48:\"Introducing Gary Jones – Genesis Developer\";s:4:\"link\";s:73:\"http://www.studiopress.com/announcements/gary-jones-genesis-developer.htm\";s:2:\"id\";s:34:\"http://www.studiopress.com/?p=7335\";s:7:\"updated\";s:20:\"2011-03-21T20:54:59Z\";s:9:\"published\";s:20:\"2011-03-01T16:00:38Z\";s:7:\"summary\";s:365:\"TweetRecently we celebrated the anniversary of the launch of the Genesis Framework – and wanted to spend the next year focusing on the Genesis development community. After all, without all of their hard work and contributions, Genesis wouldn’t be where it’s at. With that being said, we plan on introducing you to the developers who’ve [...]\";s:12:\"atom_content\";s:7421:\"Tweet

Recently we celebrated the anniversary of the launch of the Genesis Framework – and wanted to spend the next year focusing on the Genesis development community. After all, without all of their hard work and contributions, Genesis wouldn’t be where it’s at.

\n

With that being said, we plan on introducing you to the developers who’ve made a difference…

\n

Meet Gary Jones

\n

Website: Gary Jones · Twitter: @GaryJ

\n

\"GaryI’m a multi-discipline web developer from the UK and although I have worked for myself since October 2008, I’ve been coding for the web since 1999. My day-to-day tasks can see me writing everything from JavaScript (mostly jQuery), CSS and XHTML on the front end, to PHP and SQL on the back-end. Previous roles have also seen me deep in Classic ASP and server setup and optimization.

\n

I’ve been using Genesis since June 2010, and before that I was involved with another premium theme framework community, though to a far lesser extent. Straight up, my number one reason for being part of the Genesis community, is that I feel like I can contribute towards it, in the way I want, and know that it will be appreciated and valued. I’m currently a volunteer senior moderator on the support boards, and although most of the other moderators answer far more posts than me, I like to think I contribute in other ways.

\n

Helping Others

\n

Before I became a web developer (and my 9 months out of the rat race living in Malaysia) I was a Math and IT teacher, both in secondary schools and in prisons (for the record, the murderers, drug addicts and sex offenders are far easier to teach than the teenagers). While I’ll be the first to put myself in the geek category, the skills developed from teaching, and the keenness to help people learn means I’m usually too eager to help others understand how Genesis works. I’ve written several tutorials for doing just that, and I pride myself on giving additional information both within the code and outside of it to cater for all learning preferences. Certainly it’s more visible on there than on my own Code Gallery site.

\n

I enjoy working with code more than talking about it though. Over the last 6 months, I’ve found that I’m getting really picky about even the smallest aspects of code quality. I’m on the boards nagging Nathan to follow the WordPress PHP coding standards for Genesis core code, or suggesting to Brian that the CSS would be better a different way because of x, y, z, or asking Daisy to update someone else’s tutorial so that it includes a docblock as all code should be properly documented. Boy, I must be annoying \';-)\' But you know what? That’s fine – it all leads to everyone doing things The Right Way, which means easier code maintenance, better looking sites, and clearer learning resources.

\n

Code Contributions

\n

Perhaps my biggest contribution in terms of bulk code is for the Prose theme. I was asked by StudioPress to implement their ideas for a new theme that allowed users to easily change some aspects of the visual design. As well as including an import / export feature for the settings before Genesis itself did, the theme can also minify the CSS for performance benefits. The code for the theme itself is comprehensively structured, and has 24 action hooks and 18 filters in there (for comparison, Genesis 1.5 has 60 action hooks and 95 filters), and I’m using some of these to create a Prose-specific plugin, called Prose Google Fonts (screencast) which will be released shortly.

\n

Back to the “contributions being valued” point, I also wrote the bulk of the rewritten breadcrumbs feature in Genesis 1.5. Nathan loved it and tweaked it, Nick fixed it to be compatible with WordPress 3.0, and it was committed to the core code. I wrote it because I had a client that was using custom post types, and the breadcrumbs in previous versions of Genesis had no support for them. It solved a need for everyone, and Nathan and Brian were happy to accept it.

\n

Summing Up

\n

And that’s why I love Genesis – of course I love the features of the product itself, and the ease with which new sites can be instantly set up, but you won’t see me knocking out lots of great looking websites to add to a portfolio like some of the other designers and developers; I’m most interested in the code that powers Genesis and the community that uses it, and what I can give back to both of them. The people who follow me on Twitter will know that most of my tweets seem to be related to Genesis in one way or another.

\n

Final Facts

\n\n\";s:12:\"link_replies\";s:165:\"http://www.studiopress.com/announcements/gary-jones-genesis-developer.htm#commentshttp://www.studiopress.com/announcements/gary-jones-genesis-developer.htm/feed/atom\";s:3:\"thr\";a:1:{s:5:\"total\";s:2:\"13\";}}i:7;a:12:{s:6:\"author\";s:17:\"\n \n \n \";s:11:\"author_name\";s:13:\"Brian Gardner\";s:10:\"author_uri\";s:27:\"http://www.briangardner.com\";s:5:\"title\";s:37:\"Genesis + WordPress 3.1 = Update Now!\";s:4:\"link\";s:73:\"http://www.studiopress.com/announcements/genesis-wordpress-3-1-update.htm\";s:2:\"id\";s:34:\"http://www.studiopress.com/?p=7321\";s:7:\"updated\";s:20:\"2011-02-23T17:31:27Z\";s:9:\"published\";s:20:\"2011-02-23T17:31:27Z\";s:7:\"summary\";s:323:\"TweetAs many of you know, this morning the long-awaited WordPress 3.1 was officially released. We wanted to let you know that we’ve updated all of the Genesis child theme demo sites, and all is well. This is our way of saying “Go for it, you should safely be able to update to WordPress 3.1!” Coming [...]\";s:12:\"atom_content\";s:1940:\"Tweet

As many of you know, this morning the long-awaited WordPress 3.1 was officially released. We wanted to let you know that we’ve updated all of the Genesis child theme demo sites, and all is well.

\n

This is our way of saying “Go for it, you should safely be able to update to WordPress 3.1!”

\n

Coming Soon to a Genesis Theatre Near You…

\n

Piggybacking on the announcement of WordPress 3.1 being available, we’re happy to say that the Tapestry child theme should be released soon. Tapestry will utilize a very cool feature that comes packaged with WordPress 3.1 – post formats. These will include Asides, Chat, Gallery, Image, Link, Quote, Status and Video.

\n

\"Tapestry
\n

\nWhile we have the Tapestry theme ready to go, we recently updated the default Genesis style sheet (more on that) which will delay the release a bit. We want to use the new style sheet format on all theme releases moving forward, so we’ll need to update the code a bit.

\n

So for now, go ahead and update to WordPress 3.1, and enjoy our efforts to seamlessly integrate your WordPress experience with the Genesis Framework!

\n\";s:12:\"link_replies\";s:165:\"http://www.studiopress.com/announcements/genesis-wordpress-3-1-update.htm#commentshttp://www.studiopress.com/announcements/genesis-wordpress-3-1-update.htm/feed/atom\";s:3:\"thr\";a:1:{s:5:\"total\";s:2:\"29\";}}i:8;a:12:{s:6:\"author\";s:17:\"\n \n \n \";s:11:\"author_name\";s:13:\"Brian Gardner\";s:10:\"author_uri\";s:27:\"http://www.briangardner.com\";s:5:\"title\";s:51:\"Introducing Bill Erickson – Genesis Developer\";s:4:\"link\";s:76:\"http://www.studiopress.com/announcements/bill-erickson-genesis-developer.htm\";s:2:\"id\";s:34:\"http://www.studiopress.com/?p=7292\";s:7:\"updated\";s:20:\"2011-02-22T14:54:18Z\";s:9:\"published\";s:20:\"2011-02-22T14:54:18Z\";s:7:\"summary\";s:365:\"TweetRecently we celebrated the anniversary of the launch of the Genesis Framework – and wanted to spend the next year focusing on the Genesis development community. After all, without all of their hard work and contributions, Genesis wouldn’t be where it’s at. With that being said, we plan on introducing you to the developers who’ve [...]\";s:12:\"atom_content\";s:5204:\"Tweet

Recently we celebrated the anniversary of the launch of the Genesis Framework – and wanted to spend the next year focusing on the Genesis development community. After all, without all of their hard work and contributions, Genesis wouldn’t be where it’s at.

\n

With that being said, we plan on introducing you to the developers who’ve made a difference…

\n

Meet Bill Erickson

\n

Website: Bill Erickson · Twitter: @billerickson· Portfolio: View Showcase Sites

\n

\"BillI’m a WordPress Consultant, an entrepreneur, an amateur photographer, a recent college graduate, a skier, and a wine lover living in Austin. I’ve been developing with WordPress for over 5 years, using theme frameworks for over 2 years, and built my first client site using Genesis about four months ago. Since then, I’ve built too many Genesis child themes to count.

\n

Before using WordPress, I worked as a web developer for Texas A&M University. The majority of my work was simple text changes: changing Spring to Fall, 2004 to 2005…. I was tired of people sending me 10 page Word documents of their site’s text, with two words changed, and asking me to “update the site”. I knew there had to be a better solution, and started experimenting with WordPress.

\n

Using WordPress to Build CMS Websites

\n

After a few months I began rebuilding the sites in our department using WordPress 2.0 (check this out). I don’t know how many others were using WordPress as a CMS at this time, but it was a huge improvement over our old system of “email me changes”. I could finally give control of a site’s content to the content producer, and I loved it.

\n

Since then, I’ve been building sites using WordPress as a CMS. WordPress has really matured as a CMS, and with custom post types, taxonomies, meta boxes, and option pages you can make any type of website easy to use and maintain. I have a wide range of clients, from small and large businesses to universities. My philosophy has always been to empower people to manage their own websites, which is why I use WordPress and Genesis.

\n

Why Bill Loves to Use the Genesis Framework

\n
    \n
  1. It’s a wonderful base to build from. Instead of building a site from scratch, I can focus on the 20% that’s custom to this specific project. It saves time and money.
  2. \n
  3. It’s very customizable. It has a ton of hooks and filters to customize almost everything, and the code itself is well documented. If I want to figure out how to customize something in the header, I go to /lib/structure/header.php and look for the appropriate hook/filter and read the comments.
  4. \n
  5. StudioPress has developed an amazing community of developers. If I run into an issue I can hop in the forum and find an answer quickly, or post to twitter and get an answer immediately.
  6. \n
  7. Visibility. If you build great sites using Genesis, StudioPress will promote you and your work, and you’ll get more great projects to work on.
  8. \n
  9. I recognize the value I receive from this community, and try my best to give back. I post tutorials on dev.studiopress.com and my blog, share themes, and release plugins. If you’re a developer using WordPress and Genesis, I highly recommend you do the same.
  10. \n
\n

Using Genesis Makes Bill’s Life Easier

\n

Because of WordPress and Genesis, I’m able to focus on what I enjoy doing – turning designs into easy-to-manage websites. Nowadays I work on a few specific types of projects: converting existing sites to Genesis child themes (keeping the same look and feel), and converting new designs (PSDs) to Genesis child themes.

\n

If a client doesn’t have a design already I hire a designer to work with them on it. Because of the flexibility of Genesis, there’s no design constraints on what a Genesis site can look like.

\n\";s:12:\"link_replies\";s:171:\"http://www.studiopress.com/announcements/bill-erickson-genesis-developer.htm#commentshttp://www.studiopress.com/announcements/bill-erickson-genesis-developer.htm/feed/atom\";s:3:\"thr\";a:1:{s:5:\"total\";s:2:\"10\";}}i:9;a:12:{s:6:\"author\";s:17:\"\n \n \n \";s:11:\"author_name\";s:13:\"Brian Gardner\";s:10:\"author_uri\";s:27:\"http://www.briangardner.com\";s:5:\"title\";s:49:\"Pretty Young Thing Theme 1.0 Child Theme Released\";s:4:\"link\";s:73:\"http://www.studiopress.com/releases/pretty-young-thing-theme-released.htm\";s:2:\"id\";s:34:\"http://www.studiopress.com/?p=7263\";s:7:\"updated\";s:20:\"2011-02-16T16:18:42Z\";s:9:\"published\";s:20:\"2011-02-16T16:18:29Z\";s:7:\"summary\";s:334:\"TweetStudioPress is happy to announce the release of the Pretty Young Thing 1.0 child theme. This WordPress theme works on the Genesis Framework and can be downloaded by Pro Plus members in the support forum. All others can purchase the package here. If you have already purchased the Genesis Framework and any other child theme [...]\";s:12:\"atom_content\";s:2254:\"Tweet

StudioPress is happy to announce the release of the Pretty Young Thing 1.0 child theme. This WordPress theme works on the Genesis Framework and can be downloaded by Pro Plus members in the support forum. All others can purchase the package here.

\n

If you have already purchased the Genesis Framework and any other child theme previously, you can simply purchase the child package by itself, otherwise you need the Pretty Young Thing + Genesis Theme package.

\n

What are you waiting for? Check out the Pretty Young Thing demo

\n

Introducing the Genesis Grid Loop

\n

The Pretty Young Thing child theme is the first of many themes that will utilize the Genesis Grid Loop that was include as part of Genesis v1.5. The Grid Loop was a custom function that was written to display featured posts on the top of a homepage, and then display a grid-like area of post excerpts at the bottom of the homepage.

\n

Designed With Care by Graphically Designing

\n

We’re also very pleased to announce that Pretty Young Thing was carefully crafted. by Darcy Milder of Graphically Designing. She’s an incredibly talented designer and will be designing a number of themes which will be released here at StudioPress.

\n

3 Beautiful Color Style Options

\n

\"Pretty

\n\";s:12:\"link_replies\";s:165:\"http://www.studiopress.com/releases/pretty-young-thing-theme-released.htm#commentshttp://www.studiopress.com/releases/pretty-young-thing-theme-released.htm/feed/atom\";s:3:\"thr\";a:1:{s:5:\"total\";s:2:\"26\";}}}s:7:\"channel\";a:8:{s:5:\"title\";s:38:\"StudioPress - Premium WordPress Themes\";s:8:\"subtitle\";s:24:\"Premium WordPress Themes\";s:7:\"updated\";s:20:\"2011-04-28T20:06:21Z\";s:4:\"link\";s:26:\"http://www.studiopress.com\";s:2:\"id\";s:40:\"http://feeds2.feedburner.com/studiopress\";s:9:\"generator\";s:9:\"WordPress\";s:6:\"atom10\";a:1:{s:9:\"link_self\";s:39:\"http://feeds.feedburner.com/studiopress\";}s:4:\"info\";s:423:\"studiopresshttp://feedburner.google.com\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:4:\"Atom\";s:12:\"feed_version\";N;s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}s:4:\"etag\";s:27:\"dz7qpjT+mieedkba/SCqFEqfVgQ\";s:13:\"last_modified\";s:29:\"Fri, 29 Apr 2011 17:57:46 GMT\";}', 'no'); INSERT INTO wp_options VALUES('684', '0', '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1304143174', 'no'); INSERT INTO wp_options VALUES('685', '0', '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/extend/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2011 17:54:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Jamc on \"FeedBurner FeedSmith Extend\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/feedburner-setting/#post-26175\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2011 17:24:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26175@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is a plugin originally authored by Steve Smith. It detects all ways to access your original WordPress feeds and redirects them to your FeedBurner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Jamc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"webvitaly on \"Info\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/info/#post-26180\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2011 19:04:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26180@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"This plugin will output the number of database queries and the amount of seconds to generate the page in footer.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"webvitaly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"erayalakese on \"Facebook Send Button By Teknoblogo.com\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/facebook-send-like-button/#post-26195\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2011 13:13:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26195@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Quickly adds Facebook Send & Like buttons to your blog posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"erayalakese\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Konstantin Obenland on \"WP Search Suggest\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/wp-search-suggest/#post-26123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 16:19:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26123@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Provides title suggestions while typing a search query, using the built in jQuery suggest script.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"xmlswf on \"wp-slide show pro\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/slide-show-pro/#post-26079\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2011 14:15:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26079@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"slide-show-pro is a plugin that allows you to display a flash slideshow on your website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"xmlswf\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"gopiplus on \"Up down image slideshow gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/extend/plugins/up-down-image-slideshow-gallery/#post-26099\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 03:49:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26099@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Up down image slideshow gallery lets showcase images in a vertical move style. Single image at a time and pull one by one continually.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"gopiplus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"andygauk on \"Bit.ly linker\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/bitly-linker/#post-26154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 21:25:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26154@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Bit.ly linker is a WordPress plugin that will automatically create bit.ly links for each post that you publish.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"andygauk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"mwdmeyer on \"IPManager Connector\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/ipmanager-connector/#post-26073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Apr 2011 07:46:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26073@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"IPManager Connector (IPMC) allows you to submit support tickets directly into IPManager.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"mwdmeyer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"SamChouAlredyExists on \"codecogs latex equation editor for tinymce\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.org/extend/plugins/codecogs-latex-equation-editor/#post-26157\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Apr 2011 03:20:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26157@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Adds codecogs latex equation popup editor to wordrpess TinyMCE editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"SamChouAlredyExists\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"tonyest on \"Prospress Cubepoints\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/extend/plugins/prospress-cubepoints/#post-25930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Apr 2011 14:35:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25930@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Prospress-Cubepoints is a module for Cubepoints plugin that extends the functionality of the Prospress plugin to award cubepoints or run on cubepoints\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"tonyest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPMUDEV on \"MarketPress Lite - WordPress eCommerce\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/wordpress-ecommerce/#post-26149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 19:44:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26149@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The lite version of our complete WordPress eCommerce plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"WPMUDEV\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"ldebrouwer on \"WP Plugin Security Check\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/wp-plugin-security-check/#post-26062\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Apr 2011 12:21:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26062@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WP Plugin Security Check checks if your WordPress plugins are 'safe'.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"ldebrouwer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"joelg87 on \"Buffer Button\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/buffer-button/#post-26137\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 11:01:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26137@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Allows you to add the Buffer Button to your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"joelg87\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Gaming-Delivery-Network on \"Gaming Delivery Network\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/gaming-delivery-network/#post-26148\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 17:28:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26148@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This plugin will add Gaming Delivery Network functionality to your website, including giving you access to add a Contest Wall, or Dynamic Banner to an\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Gaming-Delivery-Network\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"webvitaly on \"Iframe\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/iframe/#post-26153\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 20:49:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26153@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"You may embed iframe with [iframe width="640" height="480" src="http://vimeo.com/123"] shortcode.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"webvitaly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:48:\"http://wordpress.org/extend/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 29 Apr 2011 17:59:35 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2011-04-28 17:24:07\";s:14:\"content-length\";s:4:\"7919\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}', 'no'); INSERT INTO wp_options VALUES('700', '0', '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1304143175', 'no'); INSERT INTO wp_options VALUES('701', '0', '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1304099975', 'no'); INSERT INTO wp_options VALUES('680', '0', '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1304143174', 'no'); INSERT INTO wp_options VALUES('681', '0', '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \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:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Apr 2011 17:59:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"edo888 on \"GTranslate\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/gtranslate/#post-14437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Nov 2009 17:35:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"14437@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Get translations with a single click between 58 languages (more than 98% of internet users) on your website!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"edo888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"BraveNewCode Inc. on \"WPtouch\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"joostdevalk on \"Google Analytics for WordPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2316@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"joostdevalk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Takayuki Miyoshi on \"Contact Form 7\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Mike Challis on \"Fast Secure Contact Form\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/si-contact-form/#post-12636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Aug 2009 01:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12636@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Brian Colinger on \"WordPress Importer\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18101@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"casibus on \"ourSTATS Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 May 2010 14:16:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18282@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"create a widget for the ourstats.de counter service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"casibus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Arne on \"Google XML Sitemaps\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Arne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"micropat on \"AddToAny: Share/Bookmark/Email Buttons\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/add-to-any/#post-498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Mar 2007 23:08:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"498@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, StumbleUpon, Digg and many more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"micropat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"mdawaffe on \"Jetpack by WordPress.com\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"23862@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"mdawaffe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"nicashmu on \"Post video players, slideshow albums, photo galleries and music / podcast playlist\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.org/extend/plugins/video-playlist-and-gallery-plugin/#post-23415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jan 2011 16:16:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"23415@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Post your videos, photo galleries/flash slideshows easily and in seconds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"nicashmu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Alex Rabe on \"NextGEN Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Mike Challis on \"SI CAPTCHA Anti-Spam\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/si-captcha-for-wordpress/#post-6731\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Aug 2008 23:43:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"6731@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Adds CAPTCHA anti-spam methods to WordPress on the forms for comments, registration, lost password, login, or all. For WP, WPMU, and BuddyPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"flash gallery on \"1 Flash Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/1-flash-gallery/#post-24163\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Feb 2011 14:02:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24163@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"flash gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 29 Apr 2011 17:59:35 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2009-11-26 17:35:42\";s:14:\"content-length\";s:4:\"8043\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}', 'no'); INSERT INTO wp_options VALUES('676', '0', '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1304143173', 'no'); INSERT INTO wp_options VALUES('677', '0', '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 19:05:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/?v=3.2-bleeding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 3.1.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/04/wordpress-3-1-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/04/wordpress-3-1-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2011 19:00:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1801\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"WordPress 3.1.2 is now available and is a security release for all previous WordPress versions. This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts. The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter. We suggest you update to 3.1.2 promptly, especially if [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:980:\"

WordPress 3.1.2 is now available and is a security release for all previous WordPress versions.

\n

This release addresses a vulnerability that allowed Contributor-level users to improperly publish posts.

\n

The issue was discovered by a member of our security team, WordPress developer Andrew Nacin, with Benjamin Balter.

\n

We suggest you update to 3.1.2 promptly, especially if you allow users to register as contributors or if you have untrusted users. This release also fixes a few bugs that missed the boat for version 3.1.1.

\n

Download 3.1.2 or update automatically from the Dashboard → Updates menu in your site’s admin area.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/04/wordpress-3-1-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Summer WordCamps 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/04/summer-wordcamps-201/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2011/04/summer-wordcamps-201/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Apr 2011 23:06:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1785\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"Looking for something fun to do during your summer vacation? Why not check out a WordCamp! WordCamps are locally-organized casual conferences of, by, and for WordPress users, developers, and enthusiasts just like you. The focus of a WordCamp is to foster face-to-face connections and collaboration among the local WordPress crowd, but there are usually some out-of-towners [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6113:\"

Looking for something fun to do during your summer vacation? Why not check out a WordCamp! WordCamps are locally-organized casual conferences of, by, and for WordPress users, developers, and enthusiasts just like you. The focus of a WordCamp is to foster face-to-face connections and collaboration among the local WordPress crowd, but there are usually some out-of-towners there as well. Here are the WordCamps that have been approved so far for the summer:

\n

April 16: WordCamp Seattle in Seattle, WA. This weekend! After taking a year off, WordCamp Seattle is back with tracks for bloggers, designers, and developers. This year they’ll feature a lineup including presentations by both local speakers and visitors like core committer Andrew Nacin, as well as an Ignite session of lightning talks at the end of the day.

\n

May 5: WordCamp Vancouver (Developer Edition) in Vancouver, BC. This one-day WordCamp is aimed purely at developers working on the WordPress platform, and will not have content aimed at bloggers (as previous Vancouver WordCamps have). I predict we will start seeing more of these types of niche WordCamps moving forward, because they will mean smaller, more intimate events that allow more collaboration (and make it easier to find venues!). Note that we’re working with the organizers to get the tickets to a more reasonable price, so keep your eyes open this week if you’ve held off on buying a ticket because of the price tag.

\n

May 7: WordCamp Switzerland in Brugg, Switzerland. This one will cover a wide range of topics, including getting started with WordPress, advanced development topics, BuddyPress, and an inside look at running a WordPress-based business.

\n

May 14: WordCamp Orange County in Orange, CA. Already sold out! Orange County had their first WordCamp last year, and the organizers have put together another great event this time around.

\n

May 14: WordCamp Paris in Paris, France. One of the last true unconference-style WordCamps, the Paris group will plan their schedule the morning of the event like they do at BarCamps. WordCamp Paris had one of the best WordCamp t-shirts ever a couple of years ago. And it’s in Paris in the spring.

\n

May 21–22: WordCamp Raleigh in Raleigh, NC. Repeat organizers from the Raleigh WordPress Meetup Group are just starting to select speakers and put together their plans, but if it is anything like last year, the venue will be packed with WordPress professionals (and maybe there will be cookies). I’ll be attending this one, as will Nacin.

\n

June 4–5: WordCamp Reno-Lake Tahoe in Reno, NV. Organized by a WordPress core UI group contributor, WordCamp Reno-Lake Tahoe is taking place in Reno and has a packed schedule full of visiting experts.

\n

June 11–12: WordCamp Kansas City in Overland Park, KS. With publisher, designer, and developer tracks, Kansas City’s WordCamp will have a little something for everyone, presented in large part by local speakers.

\n

June 17–19: WordCamp Columbus in Columbus, OH. WordCamp Columbus has a new organizer this year and is bringing the focus more firmly onto WordPress (and less on social media). Their 3-day event includes an entire day for newbies, and another for non-profits, a nice addition to the usual blogger/developer tracks.

\n

July 9–10: WordCamp Montreal in Montreal, Quebec. This group consistently puts on a great every year. If you register now, you can still get a $10 discount and get both days for only $30 (with sessions in both English and French to reflect the bilingual nature of the city). Montreal plays host to a number of festivals throughout the year, and this weekend is no different, including festivals for the arts, comedy, tango, and even circus arts.

\n

July 16: WordCamp San Diego in San Diego, CA. First WordCamp in San Diego! They have talking about this for over a year, and are now starting to really ramp up the planning. They’re finalizing their venue right now, and I would expect a great roster of speakers.

\n

July 16-17: WordCamp Portsmouth in Portsmouth, UK. The annual WordCamp UK that moves from city to city each year alights this year in Portsmouth. This one is notable because Mike Little, co-founder of WordPress, is part of the organizing team.

\n

July 23–24: WordCamp Boston in Boston, MA. Another one just about to lock down some details and get starting with speaker selection, etc. An easy train ride from so many places, and not in the middle of winter this year!

\n

July 30-31: WordCamp Chicago has new organizers and is a new venue this year. A call for speakers, supporters, and volunteers will likely be posted sometime next week.

\n

WordCamp Portland is looking for a venue before deciding on a date this year, as it has outgrown the space it’s used the past two years, but hopes to happen in September. If you would be interested in donating a venue to this popular event, please contact them.

\n

We’ll hold off on posting fall events until later in the summer since there a lot in the planning stages now. To get the most up-to-date information, visit WordCamp Central.

\n

Hope to see you at a WordCamp soon!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2011/04/summer-wordcamps-201/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 3.1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/04/wordpress-3-1-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/04/wordpress-3-1-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Apr 2011 15:10:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1762\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:397:\"WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including: Some security hardening to media uploads Performance improvements Fixes for IIS6 support Fixes for taxonomy and PATHINFO (/index.php/) permalinks Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues Version 3.1.1 also addresses three [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1395:\"

WordPress 3.1.1 is now available. This maintenance and security release fixes almost thirty issues in 3.1, including:

\n
    \n
  • Some security hardening to media uploads
  • \n
  • Performance improvements
  • \n
  • Fixes for IIS6 support
  • \n
  • Fixes for taxonomy and PATHINFO (/index.php/) permalinks
  • \n
  • Fixes for various query and taxonomy edge cases that caused some plugin compatibility issues
  • \n
\n

Version 3.1.1 also addresses three security issues discovered by WordPress core developers Jon Cave and Peter Westwood, of our security team. The first hardens CSRF prevention in the media uploader. The second avoids a PHP crash in certain environments when handling devilishly devised links in comments, and the third addresses an XSS flaw.

\n

We suggest you update to 3.1.1 promptly. Download 3.1.1 or update automatically from the Dashboard → Updates menu in your site’s admin area.

\n

Our release haiku:

\n

Only the geeks know
\nWhat half this stuff even means
\nDon’t worry — update

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/04/wordpress-3-1-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WordPress Summer of Code 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Mar 2011 15:57:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"GSoC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1756\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:361:\"For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2993:\"

For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently being accepted, and the deadline to apply is April 8. Are you a college student/developer looking for a summer challenge (or do you know one)? If so, read on to find out how you (or your friend) can make $5,000 developing for WordPress this summer. (Best. Summer. Job. Ever.)

\n

GSoC Logistics:

\n
    \n
  • 175 mentoring organizations (including WordPress)
  • \n
  • Highly competitive and prestigious program (in 2010, 5539 proposals were submitted by 3464 students, and 1026 were accepted)
  • \n
  • You must be enrolled in an accredited college/university
  • \n
  • Coding period is May-August
  • \n
  • Successful completion of project = $5,000
  • \n
  • GSoC FAQ answers all your questions
  • \n
\n

WordPress logistics:

\n
    \n
  • Mentors include WordPress core developers, plugin authors (including BuddyPress and bbPress), mobile app developers, and WordPress professionals.
  • \n
  • Projects are limited only by your imagination and ability.
  • \n
  • Previous GSoC students have gained responsible roles in WordPress core development, like Dion Hulse and Andrew Nacin (core committers), and Daryl Koopersmith (wrote the internal linking feature in 3.1 and much of the custom menus feature in 3.0).
  • \n
  • This year, in addition to accepting project proposals for the main WordPress web app, we’re also encouraging applications for projects with the WordPress mobile apps (iOS, Android, Blackberry, Nokia, Windows Phone 7), for community-developed plugins like BuddyPress and bbPress, and even standalone plugins that could become community projects. Check out our Codex page on GSoC 2011 for some ideas to get you thinking.
  • \n
  • Last year we mentored 15 students, and hope to take on about the same number this year.
  • \n
\n

If you’re a college student/developer, we encourage you to apply. If you’re a professor or a teacher of graduating high school seniors, encourage your students! If you just want to help us spread the word, download the WordPress GSoC flyer and post it on campus bulletin boards in your town. Remember, April 8 is the deadline to apply!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Live from South by Southwest 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://wordpress.org/news/2011/03/sxsw2011/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2011/03/sxsw2011/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Mar 2011 11:24:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"genius bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"sxsw\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1746\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"If you’ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place. On Friday the 11th, [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2105:\"

If you’ve ever heard Matt Mullenweg talk about the early days of WordPress, the South by Southwest (SxSW) Interactive festival that takes place each spring in Austin, TX usually crops up in the story. South by Southwest is in full swing right now, and WordPress has been all over the place.

\n

On Friday the 11th, Matt was interviewed by John Battelle of Federated Media in front of a packed ballroom, talking about the future of WordPress. That night, the annual SxSW WordPress BBQ party played host to hundreds of WordPress users, developers, and businesspeople, and attendees got an extra treat this year in the form of a t-shirt made especially to commemorate WordPress and its Texas roots.

\n

On Saturday the 12th, a second party co-hosted by the Austin WordPress Meetup Group and GeekAustin (and co-sponsored by the WordPress Foundation and WPEngine) brought together a similar crowd but with the addition of local WordPress community members who were not registered for the SxSW conference.

\n

Starting today, the South by Southwest trade show opens, and this year for the first time it will feature an official WordPress Genius Bar. Staffed by professional WordPress support staff, developers, advanced users, theme designers, and even some of the core contributors and project leaders, the booth will be open from 11am-6pm each day to answer questions and help people with any WordPress problems they might have. If you are at South by Southwest this year, consider stopping by to say hello and pick up a WordPress button or sticker. We’ll also have a limited supply of the special WordPress/Texas shirts that we’ll be giving away at the booth, so if you’re at SxSW between now and Thursday, stop by.  Hope to see you there!

\n

Location: The WordPress booth will be in trade show stand numbers 829, 831, 928, and 930 (it’s an endcap booth that combines those four spaces). You can find us in those spaces by following the numbered banners hanging from the ceiling.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/news/2011/03/sxsw2011/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 3.1, lots of fun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://wordpress.org/news/2011/02/threeone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2011/02/threeone/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Feb 2011 14:00:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1704\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:388:\"The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard. This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17146:\"

The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Reinhardt” is named in honor of the jazz guitarist Django Reinhardt. Version 3.1 is available for download, or you can update from within your dashboard.

\n

This release features a lightning fast redesigned linking workflow which makes it easy to link to your existing posts and pages, an admin bar so you’re never more than a click away from your most-used dashboard pages, a streamlined writing interface that hides many of the seldom-used panels by default to create a simpler and less intimidating writing experience for new bloggers (visit Screen Options in the top right to get old panels back), and a refreshed blue admin scheme available for selection under your personal options.

\n

There’s a bucket of candy for developers as well, including our new Post Formats support which makes it easy for themes to create portable tumblelogs with different styling for different types of posts, new CMS capabilities like archive pages for custom content types, a new Network Admin, an overhaul of the import and export system, and the ability to perform advanced taxonomy and custom fields queries.

\n

With the 3.1 release, WordPress is more of a CMS than ever before. The only limit to what you can build is your imagination.

\n

(No video yet for 3.1, we’re going to add it later.)

\n

By the Numbers

\n

There were over two thousand commits to the codebase in the 3.1 cycle! For a more comprehensive look at everything that has improved in 3.1, check out 3.1’s Codex page or the more than 820 closed issues in Trac.

\n

Now is the time to drop by our development channels if you are interested in being involved with 3.2, as the agenda will be under discussion shortly. We’re hoping to get the 3.2 release out in a shorter development cycle (3.1 took too long) and include some fun improvements around plugins and the speed of the admin. (Don’t worry, we’re still planning on using PHP.)

\n

We’re All in This Together

\n

WordPress is the result of the combined effort of people from all over the world united with a common goal: to make the best darn web software for publishing your story on the web and sharing it with the world. Here is a list of the more than 180 people who helped out with development during the 3.1 cycle:

\n

Aaron Campbell (aaroncampbell), Adam Backstrom (adambackstrom), John Ford (aldenta), Alex Dunae (alexdunae), Alex King (alexkingorg), Amanda French (amandafrench), Will Anderson (anderswc), Andrea Rennick (andrea_r), Andrew Ozz (azaozz), Andy Skelton (andy/skeltoac), Andy Blackwell (andyblackwell), André Renaut (arena), Andrei Vereha (avereha), Azizur Rahman (azizur), Barry Abrahamson (barry), Mohammad Jangda (batmoo), Beau Lebens (beaulebens), Ben Ward (benward), Matthew G. Richmond (bigdawggi), Rowan Rodrik van der Molen (bigsmoke), Glenn Ansley (blepoxp), blt4, bobbyblade, Boone B. Gorges (boonebgorges), Brian Colinger (briancolinger), Brian Layman (brianlayman), Caesar Schinas (caesarsgrunt), Ben Casey (casben79), Chip Bennett (chipbennett), Chris Sfanos, Chris Jean (chrisbliss18), Marco Cimmino (cimmo), Scott Reilly (coffee2code), Dylan Kuhn (cyberhobo), Darren Meehan (darrenmeehan), Dion Hulse (dd32), Dean Robinson (deanjrobinson), Demetris Kikizas, Δημήτρης Κίκιζας (demetris), Denis-de-Bernardy, djzone, Доктор Бро (doktorbro), Donal MacArthur (donalmacarthur), Dougal Campbell (dougal), Dre Armeda (dremeda), Jon Cave (duck_), Doug Provencio (dougwrites), Edward Hevlund (edward mindreantre), Einar Egilsson (einare), Eric Mann (ericmann), Austin Matzko (filosofo), Gil Rutkowski (flashingcursor), foofy, Francesco Laffi (francescolaffi), Gary Cao (garyc40), Justin Tadlock (greenshady), Reuben Gunday (greuben), hakre, Hui Chen (huichen), Ben Huson (husobj), Matt Thomas (iammattthomas), Ian Stewart (iandstewart), indie-ulf, Jacob Santos (jacobsantos), Jakub Míšek (jakub.misek), James Collins (jamescollins), Jane Wells (jane/janeforshort), jayjdk, Jason Penney (jczorkmid), Jeff Farthing (jfarthing84), Josh Kearney (jk0), joelhardi, John Blackbourn (johnbillion), John James Jacoby (johnjamesjacoby/jjj), John O’Nolan (johnonolan), John Bloch (JohnPBloch), Joost de Valk (joostdevalk/yoast), Aaron Jorbin (jorbin), Joseph Scott (josephscott), Justin Rainbow, Kapeel Sable (kapeels), Adam Harley (kawauso), Jorge Bernal (koke), Daryl Koopersmith (koopersmith), Lance Willett (lancewillett), Lutz Schroeer (latz), Lew Ayotte (layotte), linguasite, Lloyd Budd (lloydbudd), loushou, mailnew2ster, mako09, Mark Jaquith (markjaquith), Mark McWilliams (markmcwilliams), MattyRob, Mauro Gentile, Michael Adams (mdawaffe), Chris Meller (mellertime), Michael Fields (mfields), MichaelH, Mike Schinkel (mikeschinkel), Robert Chapin (miqrogroove), Michael “Mitcho” Erlewine (mitchoyoshitaka), David McFarlane (mrmist), mrwok, John Havlik (mtekk), Martin Widmann (mwidmann), Andrew Nacin (nacin), Nikolay Bachiyski (nbachiyski), Nathan Rice (nathanrice), Niall Kennedy (niallkennedy), Bernhard Riedl (neoxx), Nick Momrik (nickmomrik), Nils Juenemannn, Nicolas Kuttler (nkuttler), nootron, norbertm, Dominik Schilling (ocean90), ohanesian, Samuel Wood (Otto42), Ozh Richard (ozh), Pádraic Brady, Franklin Tse (peaceablewhale), Pete Mall (PeteMall), Phill Brown (phill_brown), Phill Kenoyer (PhillKenoyer), phrostypoison, Michael Pretty (prettyboymp), Simon Prosser (pross), Ptah Dunbar (ptahdunbar), Harsh J. Chouraria (qwertymaniac), Ran Yaniv Hartstein (RanYanivHartstein), Rasheed Bydousi (rasheed), Daniel Jalkut (redsweater), rfw, Rasmus Lerdorf (rlerdorf), Ryan McCue (rmccue), Roger Theriault (rogertheriault), ronbme, rovo89, Ryan Boren (ryan), Sara Cannon (saracannon), Scott Bressler (sbressler), Scott Kingsley Clark (sc0ttkclark), ScottMac, Silviu Cristian Burca (scribu), Sergey Biryukov, Сергей Бирюков (SergeyBiryukov), Alex Petrescu (SeyelentEco), Shawn Parker (shawnparker), shidouhikari, Simon Wheatley (simonwheatley), Matt Martz (sivel), Samir Shah (solarissmoke), sorich87, Mitch Canter (studionashvegas), t31os_, Tracy Cannon (TECannon), tech163, Aaron Brazell (technosailor), TheDeadMedic, Tim Moore (tmoorewp), Tobias Bäthge (TobiasBg), Tom Lany (tomthewebmaster), tonyf12, Utkarsh Kukreti (Utkarsh), Zé Fontainhas (vanillalounge), John Hawkins (vegasgeek), Michael Stewart (vericgar), Alex Mills (Viper007Bond), Vladimir Kolesnikov (vladimir_kolesnikov), wahgnube, wedsxcrfv, Peter Westwood (westi), whoismanu, Will Norris (wnorris), Wojtek Szkutnik (wojtek.szkutnik), wpcanyon, William P. Davis (wpdavis), Ron Rennick (wpmuguru), Kenneth Newman (WraithKenny), Yoav Farhi (yoavf), and Safirul Alfreda (zeo).

\n

Bonus: Don’t forget to check out the latest on WordPress.tv to see all the cool WordCamp sessions you may have missed.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/news/2011/02/threeone/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress 3.0.5 (and 3.1 Release Candidate 4)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/02/wordpress-3-0-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/02/wordpress-3-0-5/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Feb 2011 23:29:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1683\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:366:\"WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions. This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update. Three point oh point five Enhances security Three point [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3674:\"

WordPress 3.0.5 is now available and is a security hardening update for all previous WordPress versions.

\n

This security release is required if you have any untrusted user accounts, but it also comes with important security enhancements and hardening. All WordPress users are strongly encouraged to update.

\n

Three point oh point five
\nEnhances security
\nThree point one comes soon

\n

The release addresses a number of issues and provides two additional enhancements:

\n

Two moderate security issues were fixed that could have allowed a Contributor- or Author-level user to gain further access to the site.

\n

One information disclosure issue was addressed that could have allowed an Author-level user to view contents of posts they should not be able to see, such as draft or private posts.

\n

Two security enhancements were added. One improved the security of any plugins which were not properly leveraging our security API. The other offers additional defense in depth against a vulnerability that was fixed in previous release.

\n

Thanks to Nils Jueneman and Saddy for their private and responsible disclosures to security@wordpress.org for two of the issues. The others were reported or repaired by our security team.

\n

Download 3.0.5 or update automatically from the Dashboard > Updates menu in your site’s admin area. Please update immediately.

\n
\n

WordPress 3.1 Release Candidate 4 is also now available.

\n

The Release Candidate 4 build includes the security fixes and enhancements included in 3.0.5 and addresses about two dozen additional bugs. This includes fixes for:

\n
    \n
  • Deleting a user and reassigning their posts to another user.
  • \n
  • Marking multiple users or sites as spam in multisite.
  • \n
  • PHP4 compatibility.
  • \n
\n

As outlined in previous RC posts, if you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:

\n\n

To test WordPress 3.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If any new issues become known, you’ll be able to find them here.

\n

After nearly five months of development and testing, we think we’re very close to a final release. Users and developers, please test your themes and plugins.

\n

Download WordPress 3.1 RC4 or WordPress 3.0.5 now.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/02/wordpress-3-0-5/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"The Annual WordPress Conference: WordCamp SF 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/news/2011/01/wordcamp-sf-2011/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2011/01/wordcamp-sf-2011/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jan 2011 22:57:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1674\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg’s “State of the Word” address as well as a variety of amazing speakers that you’d normally only get to see at expensive industry [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1450:\"

Mark your calendars: WordCamp San Francisco, the official annual WordPress conference, will be August 12-14, 2011. This year will mark the 5th anniversary of WordCamp, and as always will feature Matt Mullenweg’s “State of the Word” address as well as a variety of amazing speakers that you’d normally only get to see at expensive industry conferences. This year the program will be expanded to three days, with programming for publishers, bloggers, and developers. There will also be related activities, like core team summits, workshops  for contributors, designers, and local organizers, and various professional and networking events. The planning is just beginning, so save the date on your calendar and keep an eye on the WordCamp SF 2011 site (and/or follow the @wordcampsf twitter account) for updates as details become available.

\n

*For people who attended WordCamp SF last year who thought the annual event this year would be called WordCon, with WordCamp SF becoming a more locally-oriented event, you can read my long-winded explanation of why we didn’t go that route over the on the WordCamp Central blog.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/news/2011/01/wordcamp-sf-2011/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.1 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Jan 2011 18:58:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1664\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"WordPress 3.1 Release Candidate 3 is now available. After careful evaluation of the 3.1 features in RC2, we recognized the need to make some adjustments. There are some significant differences from previous versions of 3.1, so please review the changes if you have been developing against a beta or RC version. The biggest change is the [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4042:\"

WordPress 3.1 Release Candidate 3 is now available. After careful evaluation of the 3.1 features in RC2, we recognized the need to make some adjustments. There are some significant differences from previous versions of 3.1, so please review the changes if you have been developing against a beta or RC version.

\n

The biggest change is the removal of AJAX list tables, which had been an effort to move all of our list-style screens to full AJAX for pagination, searches, and column sorts, and to consolidate the list-style screens into a single API that plugins could leverage. Unfortunately, with more testing came realizations that there were too many major bugs and usability issues with how the functionality was implemented, so we’ve spent the last week rolling back the most important portions of the feature.

\n
    \n
  • For users: AJAX has been entirely disabled for the list tables. We hope to bring this back again, in a form that is properly and fully implemented, in a future release. Column sorting remains, but everything else has returned to its 3.0 state.
  • \n
  • For developers: The entire list table API is now marked private. If you attempt to leverage new components of the API, you are pretty much guaranteeing that your plugins will break in a future release, so please don’t do that. \':-)\' We hope to enable all the fun new goodies for public use in a future release.
  • \n
\n

This is the only way we could prevent any regressions in functionality and usability from WordPress 3.0 to 3.1. That’s right, users and plugin authors can still do everything you used to be able to do (and a little bit more).

\n

Because of the code churn between RC2 and RC3, this release candidate needs a lot of testing. Every list screen needs testing. In particular, the comment moderation screen needs testing, especially with keyboard shortcuts (if you didn’t know about those, now’s your chance to try them out).

\n

Other fixes in RC3 include:

\n
    \n
  • Properly display the author dropdown in Quick Edit
  • \n
  • Various important fixes to numerous taxonomy query variables
  • \n
  • Fixes to the theme deletion process
  • \n
  • Fixes to pages used for posts
  • \n
  • IIS and Multisite: Avoid resetting web.config on permalink save
  • \n
  • Properly validate post formats and their rewrite rules
  • \n
\n

I’m assembling a group of friends in Washington, D.C., this weekend to test WordPress 3.1 and provide feedback. We’d love to see this idea catch on among friends at coffee shops around the world. (We’ll blog our results, and we’re thinking about using the hashtag #wptest on Twitter.) If you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:

\n\n

To test WordPress 3.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip).

\n

We’re going to study this release carefully to see where we can improve on our internal processes in the future. With that, our requisite haiku, authored by Jane:

\n

Pulling the AJAX –
\nsometimes you need to step back
\nand show some restraint.

\n

Happy testing!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.1 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Jan 2011 23:57:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1649\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:321:\"The second release candidate for WordPress 3.1 is now available. The requisite haiku: Rounding up stragglers Last few bugs for 3.1 Go test RC2 As I outlined in the announcement post for RC1, release candidates are the last stop before the final release. It means we think we’re done, and we again have no bugs [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2973:\"

The second release candidate for WordPress 3.1 is now available. The requisite haiku:

\n

Rounding up stragglers
\nLast few bugs for 3.1
\nGo test RC2

\n

As I outlined in the announcement post for RC1, release candidates are the last stop before the final release. It means we think we’re done, and we again have no bugs to squash. But with tens of millions of users, many server configurations and setups, and thousands of plugins and themes, it’s still possible we’ve missed something.

\n

Beta 1 came on Thanksgiving, RC1 on Christmas, and RC2 on New Year’s Day. We won’t be waiting for another holiday for the final release, though, so if you haven’t tested WordPress 3.1 yet, now is the time!

\n

Select changes since RC1:

\n
    \n
  • The security fixes included in WordPress 3.0.4
  • \n
  • Fix issues related to handling a static front page
  • \n
  • Fixes and enhancements for the pagination buttons
  • \n
  • Fix searching for partial usernames
  • \n
  • Properly reactivate plugins after editing them
  • \n
  • Always show the current author in the author dropdown when editing a post
  • \n
  • Fixes for attachment taxonomies
  • \n
  • Fix node removal for the admin bar
  • \n
  • Fix the custom post type show_in_menu argument
  • \n
  • Various fixes for right-to-left languages
  • \n
  • and a few dozen more changes
  • \n
\n

If you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:

\n\n

To test WordPress 3.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip).

\n

If any known issues crop up, you’ll be able to find them here. If you’d like to know which levers to pull in your testing, check out a list of features in our Beta 1 post.

\n

Download WordPress 3.1 RC 2

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 29 Apr 2011 17:59:34 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Tue, 26 Apr 2011 19:05:17 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}', 'no'); INSERT INTO wp_options VALUES('682', '0', '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1304143174', 'no'); INSERT INTO wp_options VALUES('683', '0', '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1304099974', 'no'); INSERT INTO wp_options VALUES('686', '0', '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1304143174', 'no'); INSERT INTO wp_options VALUES('687', '0', '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1304099974', 'no'); INSERT INTO wp_options VALUES('690', '0', '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1304143174', 'no'); INSERT INTO wp_options VALUES('691', '0', '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1304099974', 'no'); INSERT INTO wp_options VALUES('696', '0', '_transient_timeout_feed_mod_4e6bcf26c742758976a165825481510c', '1304143175', 'no'); INSERT INTO wp_options VALUES('697', '0', '_transient_feed_mod_4e6bcf26c742758976a165825481510c', '1304099975', 'no'); CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`)) ENGINE=MyISAM AUTO_INCREMENT=40 DEFAULT CHARSET=utf8; INSERT INTO wp_postmeta VALUES('1', '2', '_wp_page_template', 'default'); INSERT INTO wp_postmeta VALUES('5', '2', '_edit_lock', '1300134828'); INSERT INTO wp_postmeta VALUES('6', '2', '_edit_last', '1'); INSERT INTO wp_postmeta VALUES('9', '2', 'robotsmeta', 'index,follow'); INSERT INTO wp_postmeta VALUES('10', '6', '_edit_last', '1'); INSERT INTO wp_postmeta VALUES('11', '6', '_edit_lock', '1300134847'); INSERT INTO wp_postmeta VALUES('15', '6', 'robotsmeta', 'index,follow'); INSERT INTO wp_postmeta VALUES('13', '6', '_wp_page_template', 'default'); CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`)) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; INSERT INTO wp_posts VALUES('2', '1', '2011-03-14 20:14:34', '2011-03-14 20:14:34', '', 'Privacy Policy', '', 'publish', 'open', 'open', '', 'privacy-policy', '', '', '2011-03-14 20:33:47', '2011-03-14 20:33:47', '', '0', 'http://recommendedtoyou.net/golf/?page_id=2', '0', 'page', '', '0'); INSERT INTO wp_posts VALUES('6', '1', '2011-03-14 20:34:07', '2011-03-14 20:34:07', '', 'Sitemap', '', 'publish', 'open', 'open', '', 'sitemap', '', '', '2011-03-14 20:34:07', '2011-03-14 20:34:07', '', '0', 'http://recommendedtoyou.net/golf/', '0', 'page', '', '0'); INSERT INTO wp_posts VALUES('7', '1', '2011-03-14 20:33:55', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-03-14 20:33:55', '0000-00-00 00:00:00', '', '0', 'http://recommendedtoyou.net/golf/', '0', 'page', '', '0'); INSERT INTO wp_posts VALUES('3', '1', '2011-03-14 20:14:50', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2011-03-14 20:14:50', '0000-00-00 00:00:00', '', '0', 'http://recommendedtoyou.net/golf/?p=3', '0', 'post', '', '0'); INSERT INTO wp_posts VALUES('5', '1', '2011-03-14 20:14:34', '2011-03-14 20:14:34', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', '', 'inherit', 'open', 'open', '', '2-revision', '', '', '2011-03-14 20:14:34', '2011-03-14 20:14:34', '', '2', 'http://recommendedtoyou.net/golf/uncategorized/2-revision/', '0', 'revision', '', '0'); INSERT INTO wp_posts VALUES('8', '1', '2011-03-14 20:34:00', '2011-03-14 20:34:00', '', 'Sitemap', '', 'inherit', 'open', 'open', '', '6-revision', '', '', '2011-03-14 20:34:00', '2011-03-14 20:34:00', '', '6', 'http://recommendedtoyou.net/golf/uncategorized/6-revision/', '0', 'revision', '', '0'); CREATE TABLE `wp_statpress` ( `id` mediumint(9) NOT NULL auto_increment, `date` char(8) collate utf8_unicode_ci default NULL, `time` char(8) collate utf8_unicode_ci default NULL, `ip` char(15) collate utf8_unicode_ci default NULL, `urlrequested` varchar(250) collate utf8_unicode_ci default NULL, `agent` varchar(250) collate utf8_unicode_ci default NULL, `referrer` varchar(250) collate utf8_unicode_ci default NULL, `search` varchar(250) collate utf8_unicode_ci default NULL, `nation` varchar(2) collate utf8_unicode_ci default NULL, `os` varchar(30) collate utf8_unicode_ci default NULL, `browser` varchar(32) collate utf8_unicode_ci default NULL, `searchengine` varchar(16) collate utf8_unicode_ci default NULL, `spider` varchar(32) collate utf8_unicode_ci default NULL, `feed` varchar(8) collate utf8_unicode_ci default NULL, `user` varchar(16) collate utf8_unicode_ci default NULL, `timestamp` varchar(10) collate utf8_unicode_ci default NULL, UNIQUE KEY `id` (`id`)) ENGINE=MyISAM AUTO_INCREMENT=163 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; INSERT INTO wp_statpress VALUES('1', '20110314', '20:39:42', '66.249.71.77', '/golf/', 'Mediapartners-Google', '', '', '', '', '', '', 'Google AdSense', '', '', '1300135182'); INSERT INTO wp_statpress VALUES('2', '20110314', '21:11:03', '50.22.101.118', '/golf/category/headcovers-for-golf-clubs/', 'WordPress/3.0.5; http://recommendedtoyou.net/golf', '', '', '', '', '', '', 'WordPress', '', '', '1300137063'); INSERT INTO wp_statpress VALUES('3', '20110314', '21:11:04', '50.22.101.118', '/golf/category/headcovers-for-golf-clubs/', 'WordPress/3.0.5; http://recommendedtoyou.net/golf', '', '', '', '', '', '', 'WordPress', '', '', '1300137064'); INSERT INTO wp_statpress VALUES('4', '20110314', '21:11:09', '66.249.71.77', '/golf/headcovers-for-golf-clubs/pinemeadow-3-wood-headcovers-blackwhite/', 'Mediapartners-Google', '', '', '', '', '', '', 'Google AdSense', '', '', '1300137069'); INSERT INTO wp_statpress VALUES('5', '20110314', '21:11:10', '66.249.71.77', '/golf/headcovers-for-golf-clubs/pinemeadow-3-wood-headcovers-blackwhite/', 'Mediapartners-Google', '', '', '', '', '', '', 'Google AdSense', '', '', '1300137070'); INSERT INTO wp_statpress VALUES('6', '20110314', '21:11:11', '66.249.71.77', '/golf/', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', '', '', '', '', '', 'Google', '', '', '1300137071'); INSERT INTO wp_statpress VALUES('7', '20110314', '21:11:12', '66.249.71.77', '/golf/feed/atom/', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', '', '', '', '', '', 'Google', '', '', '1300137072'); INSERT INTO wp_statpress VALUES('8', '20110314', '21:11:38', '72.233.56.190', '/golf/feed/', 'ping.blo.gs/2.0', 'http://blo.gs/ping.php', '', '', '', '', '', '', 'RSS2', '', '1300137098'); INSERT INTO wp_statpress VALUES('9', '20110314', '21:11:59', '46.4.35.12', '/golf/feed/', 'ping.wordblog.de/ping/1.0', 'http://wordblog.eu/ping/ping.php', '', '', '', '', '', '', 'RSS2', '', '1300137119'); INSERT INTO wp_statpress VALUES('10', '20110314', '21:12:21', '80.252.171.68', '/golf/', 'Mozilla/5.0 (compatible; Twingly Recon; twingly.com)', '', '', '', '', '', '', 'Twingly', '', '', '1300137141'); INSERT INTO wp_statpress VALUES('11', '20110314', '21:12:22', '80.252.171.68', '/golf/feed/', 'Mozilla/5.0 (compatible; Twingly Recon; twingly.com)', '', '', '', '', '', '', 'Twingly', '', '', '1300137142'); INSERT INTO wp_statpress VALUES('12', '20110314', '21:18:45', '80.252.171.68', '/golf/', 'Mozilla/5.0 (compatible; Twingly Recon; twingly.com)', '', '', '', '', '', '', 'Twingly', '', '', '1300137525'); INSERT INTO wp_statpress VALUES('13', '20110314', '21:18:46', '80.252.171.68', '/golf/feed/', 'Mozilla/5.0 (compatible; Twingly Recon; twingly.com)', '', '', '', '', '', '', 'Twingly', '', '', '1300137526'); INSERT INTO wp_statpress VALUES('14', '20110314', '21:30:41', '80.252.171.68', '/golf/', 'Mozilla/5.0 (compatible; Twingly Recon; twingly.com)', '', '', '', '', '', '', 'Twingly', '', '', '1300138241'); INSERT INTO wp_statpress VALUES('15', '20110314', '21:30:43', '80.252.171.68', '/golf/feed/', 'Mozilla/5.0 (compatible; Twingly Recon; twingly.com)', '', '', '', '', '', '', 'Twingly', '', '', '1300138243'); INSERT INTO wp_statpress VALUES('16', '20110315', '03:04:02', '50.22.101.118', '/golf/category/womens-golf-club-sets/', 'WordPress/3.0.5; http://recommendedtoyou.net/golf', '', '', '', '', '', '', 'WordPress', '', '', '1300158242'); INSERT INTO wp_statpress VALUES('17', '20110315', '03:04:04', '50.22.101.118', '/golf/category/womens-golf-club-sets/', 'WordPress/3.0.5; http://recommendedtoyou.net/golf', '', '', '', '', '', '', 'WordPress', '', '', '1300158244'); INSERT INTO wp_statpress VALUES('18', '20110315', '03:04:13', '66.249.71.77', '/golf/feed/atom/', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', '', '', '', '', '', 'Google', '', '', '1300158253'); INSERT INTO wp_statpress VALUES('19', '20110315', '03:04:14', '66.249.71.77', '/golf/', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', '', '', '', '', '', 'Google', '', '', '1300158254'); INSERT INTO wp_statpress VALUES('20', '20110315', '03:04:40', '72.233.56.189', '/golf/feed/', 'ping.blo.gs/2.0', 'http://blo.gs/ping.php', '', '', '', '', '', '', 'RSS2', '', '1300158280'); INSERT INTO wp_statpress VALUES('21', '20110315', '03:04:54', '46.4.35.12', '/golf/feed/', 'ping.wordblog.de/ping/1.0', 'http://wordblog.eu/ping/ping.php', '', '', '', '', '', '', 'RSS2', '', '1300158294'); INSERT INTO wp_statpress VALUES('22', '20110315', '03:11:50', '206.113.193.50', '/golf/', 'BlogPulseLive (support@blogpulse.com)', '', '', '', '', '', '', 'BlogPulse', '', '', '1300158710'); INSERT INTO wp_statpress VALUES('23', '20110315', '03:11:51', '206.113.193.50', '/golf/feed/', 'BlogPulseLive (support@blogpulse.com)', '', '', '', '', '', '', 'BlogPulse', '', '', '1300158711'); INSERT INTO wp_statpress VALUES('24', '20110315', '03:17:54', '67.210.218.102', '/golf/', 'Java/1.6.0_14', '', '', '', '', '', '', 'Java', '', '', '1300159074'); INSERT INTO wp_statpress VALUES('25', '20110315', '03:17:55', '67.210.218.102', '/golf/feed', 'Rome Client (http://tinyurl.com/64t5n) Ver: 0.9', '', '', '', '', '', '', 'Rome Client', '', '', '1300159075'); INSERT INTO wp_statpress VALUES('26', '20110315', '03:17:55', '67.210.218.102', '/golf/feed/', 'Rome Client (http://tinyurl.com/64t5n) Ver: 0.9', '', '', '', '', '', '', 'Rome Client', '', '', '1300159075'); INSERT INTO wp_statpress VALUES('27', '20110315', '03:18:07', '66.249.71.77', '/golf/feed/atom/', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', '', '', '', '', '', 'Google', '', '', '1300159087'); INSERT INTO wp_statpress VALUES('28', '20110315', '03:18:08', '66.249.71.77', '/golf/', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', '', '', '', '', '', '', 'Google', '', '', '1300159088'); INSERT INTO wp_statpress VALUES('29', '20110315', '03:18:28', '72.233.56.188', '/golf/feed/', 'ping.blo.gs/2.0', 'http://blo.gs/ping.php', '', '', '', '', '', '', 'RSS2', '', '1300159108'); INSERT INTO wp_statpress VALUES('30', '20110315', '03:18:40', '46.4.35.12', '/golf/feed/', 'ping.wordblog.de/ping/1.0', 'http://wordblog.eu/ping/ping.php', '', '', '', '', '', '', 'RSS2', '', '1300159120'); INSERT INTO wp_statpress VALUES('31', '20110315', '03:18:45', '207.244.223.67', '/golf/', 'BlogSearch/1.0 +http://www.icerocket.com/', '', '', '', '', '', '', 'Icerocket', '', '', '1300159125'); INSERT INTO wp_statpress VALUES('32', '20110315',