DROP TABLE snsf_subscribe;

CREATE TABLE `snsf_subscribe` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `subscriber` varchar(50) DEFAULT NULL,
  `email` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;




DROP TABLE snsf_subscribe_options;

CREATE TABLE `snsf_subscribe_options` (
  `option_name` varchar(50) NOT NULL DEFAULT '',
  `option_value` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`option_name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

INSERT INTO snsf_subscribe_options VALUES("snsf-custom-style","false");
INSERT INTO snsf_subscribe_options VALUES("snsf-style","default.css");



DROP TABLE wp_commentmeta;

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=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;

INSERT INTO wp_commentmeta VALUES("4","3","_wp_trash_meta_status","0");
INSERT INTO wp_commentmeta VALUES("5","3","_wp_trash_meta_time","1353349929");



DROP TABLE wp_comments;

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=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;

INSERT INTO wp_comments VALUES("3","36","chanel coco","gxiwfcr@gmail.com","http://chanelcoco.hpage.com/","142.4.117.121","2012-11-03 07:38:05","2012-11-03 11:38:05","excellent publish, very informative. I\'m wondering why the opposite experts of this sector don\'t notice this. You should proceed your writing. I\'m sure, you have a huge readers\' base already!\n[url=http://chanelcoco.hpage.com/]chanel coco[/url]\n <a href=\"http://chanelcoco.hpage.com/\" title=\"chanel coco\" rel=\"nofollow\">chanel coco</a>","0","trash","Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) )","","0","0");



DROP TABLE wp_links;

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=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8;

INSERT INTO wp_links VALUES("8","http://bbc.co.uk","BBC","","","Adam\'s Favorite News Site","Y","1","0","0000-00-00 00:00:00","","","");
INSERT INTO wp_links VALUES("9","http://samistream.com/bbc-world-news-live-tv.php","BBC World News, Live Stream","","_blank","Watch the BBC 24 Hours a Day!","Y","1","0","0000-00-00 00:00:00","","","");
INSERT INTO wp_links VALUES("10","http://ramsburg4congress.com","Karen Ramsburg for Congress","","","","Y","1","0","0000-00-00 00:00:00","","","");
INSERT INTO wp_links VALUES("11","http://votepa.us","VotePA","","","","Y","1","0","0000-00-00 00:00:00","","","");
INSERT INTO wp_links VALUES("12","http://vote4marybeth.com","Marybeth Kuznik for State Representative","","","","Y","1","0","0000-00-00 00:00:00","","","");



DROP TABLE wp_options;

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=InnoDB AUTO_INCREMENT=2697 DEFAULT CHARSET=utf8;

INSERT INTO wp_options VALUES("3","0","siteurl","http://adamkubizna.com/wordpress","yes");
INSERT INTO wp_options VALUES("4","0","blogname","Adam D. Kubizna","yes");
INSERT INTO wp_options VALUES("5","0","blogdescription","","yes");
INSERT INTO wp_options VALUES("6","0","users_can_register","0","yes");
INSERT INTO wp_options VALUES("7","0","admin_email","adam@adamkubizna.com","yes");
INSERT INTO wp_options VALUES("8","0","start_of_week","0","yes");
INSERT INTO wp_options VALUES("9","0","use_balanceTags","","yes");
INSERT INTO wp_options VALUES("10","0","use_smilies","1","yes");
INSERT INTO wp_options VALUES("11","0","require_name_email","1","yes");
INSERT INTO wp_options VALUES("12","0","comments_notify","1","yes");
INSERT INTO wp_options VALUES("13","0","posts_per_rss","10","yes");
INSERT INTO wp_options VALUES("14","0","rss_use_excerpt","0","yes");
INSERT INTO wp_options VALUES("15","0","mailserver_url","mail.example.com","yes");
INSERT INTO wp_options VALUES("16","0","mailserver_login","login@example.com","yes");
INSERT INTO wp_options VALUES("17","0","mailserver_pass","password","yes");
INSERT INTO wp_options VALUES("18","0","mailserver_port","110","yes");
INSERT INTO wp_options VALUES("19","0","default_category","1","yes");
INSERT INTO wp_options VALUES("20","0","default_comment_status","closed","yes");
INSERT INTO wp_options VALUES("21","0","default_ping_status","open","yes");
INSERT INTO wp_options VALUES("22","0","default_pingback_flag","1","yes");
INSERT INTO wp_options VALUES("23","0","default_post_edit_rows","20","yes");
INSERT INTO wp_options VALUES("24","0","posts_per_page","10","yes");
INSERT INTO wp_options VALUES("25","0","date_format","F j, Y","yes");
INSERT INTO wp_options VALUES("26","0","time_format","H:i","yes");
INSERT INTO wp_options VALUES("27","0","links_updated_date_format","F j, Y g:i a","yes");
INSERT INTO wp_options VALUES("28","0","links_recently_updated_prepend","<em>","yes");
INSERT INTO wp_options VALUES("29","0","links_recently_updated_append","</em>","yes");
INSERT INTO wp_options VALUES("30","0","links_recently_updated_time","120","yes");
INSERT INTO wp_options VALUES("31","0","comment_moderation","","yes");
INSERT INTO wp_options VALUES("32","0","moderation_notify","1","yes");
INSERT INTO wp_options VALUES("33","0","permalink_structure","","yes");
INSERT INTO wp_options VALUES("34","0","gzipcompression","0","yes");
INSERT INTO wp_options VALUES("35","0","hack_file","0","yes");
INSERT INTO wp_options VALUES("36","0","blog_charset","UTF-8","yes");
INSERT INTO wp_options VALUES("37","0","moderation_keys","","no");
INSERT INTO wp_options VALUES("38","0","active_plugins","a:8:{i:0;s:69:\"contact-form-with-a-meeting-scheduler-by-vcita/vcita-contact-form.php\";i:1;s:9:\"hello.php\";i:2;s:19:\"jetpack/jetpack.php\";i:3;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:4;s:23:\"mailchimp/mailchimp.php\";i:5;s:31:\"spotify-embed/spotify-embed.php\";i:6;s:25:\"vm-backups/vm-backups.php\";i:7;s:24:\"wordpress-seo/wp-seo.php\";}","yes");
INSERT INTO wp_options VALUES("39","0","home","http://adamkubizna.com/wordpress","yes");
INSERT INTO wp_options VALUES("40","0","category_base","","yes");
INSERT INTO wp_options VALUES("41","0","ping_sites","http://rpc.pingomatic.com/","yes");
INSERT INTO wp_options VALUES("42","0","advanced_edit","0","yes");
INSERT INTO wp_options VALUES("43","0","comment_max_links","2","yes");
INSERT INTO wp_options VALUES("44","0","gmt_offset","-4","yes");
INSERT INTO wp_options VALUES("45","0","default_email_category","1","yes");
INSERT INTO wp_options VALUES("46","0","recently_edited","a:4:{i:0;s:83:\"/home/jazzpony/www/adamkubizna.com/wordpress/wp-content/plugins/akismet/akismet.php\";i:2;s:80:\"/home/jazzpony/www/adamkubizna.com/wordpress/wp-content/themes/iribbon/style.css\";i:3;s:80:\"/home/jazzpony/www/adamkubizna.com/wordpress/wp-content/themes/edegree/style.css\";i:4;s:0:\"\";}","no");
INSERT INTO wp_options VALUES("47","0","template","iribbon","yes");
INSERT INTO wp_options VALUES("48","0","stylesheet","iribbon","yes");
INSERT INTO wp_options VALUES("49","0","comment_whitelist","1","yes");
INSERT INTO wp_options VALUES("50","0","blacklist_keys","","no");
INSERT INTO wp_options VALUES("51","0","comment_registration","","yes");
INSERT INTO wp_options VALUES("52","0","rss_language","en","yes");
INSERT INTO wp_options VALUES("53","0","html_type","text/html","yes");
INSERT INTO wp_options VALUES("54","0","use_trackback","0","yes");
INSERT INTO wp_options VALUES("55","0","default_role","subscriber","yes");
INSERT INTO wp_options VALUES("56","0","db_version","19470","yes");
INSERT INTO wp_options VALUES("57","0","uploads_use_yearmonth_folders","1","yes");
INSERT INTO wp_options VALUES("58","0","upload_path","","yes");
INSERT INTO wp_options VALUES("59","0","blog_public","1","yes");
INSERT INTO wp_options VALUES("60","0","default_link_category","2","yes");
INSERT INTO wp_options VALUES("61","0","show_on_front","page","yes");
INSERT INTO wp_options VALUES("62","0","tag_base","","yes");
INSERT INTO wp_options VALUES("63","0","show_avatars","1","yes");
INSERT INTO wp_options VALUES("64","0","avatar_rating","G","yes");
INSERT INTO wp_options VALUES("65","0","upload_url_path","","yes");
INSERT INTO wp_options VALUES("66","0","thumbnail_size_w","150","yes");
INSERT INTO wp_options VALUES("67","0","thumbnail_size_h","150","yes");
INSERT INTO wp_options VALUES("68","0","thumbnail_crop","1","yes");
INSERT INTO wp_options VALUES("69","0","medium_size_w","300","yes");
INSERT INTO wp_options VALUES("70","0","medium_size_h","300","yes");
INSERT INTO wp_options VALUES("71","0","avatar_default","mystery","yes");
INSERT INTO wp_options VALUES("72","0","enable_app","","yes");
INSERT INTO wp_options VALUES("73","0","enable_xmlrpc","1","yes");
INSERT INTO wp_options VALUES("74","0","large_size_w","1024","yes");
INSERT INTO wp_options VALUES("75","0","large_size_h","1024","yes");
INSERT INTO wp_options VALUES("76","0","image_default_link_type","file","yes");
INSERT INTO wp_options VALUES("77","0","image_default_size","","yes");
INSERT INTO wp_options VALUES("78","0","image_default_align","","yes");
INSERT INTO wp_options VALUES("79","0","close_comments_for_old_posts","","yes");
INSERT INTO wp_options VALUES("80","0","close_comments_days_old","14","yes");
INSERT INTO wp_options VALUES("81","0","thread_comments","1","yes");
INSERT INTO wp_options VALUES("82","0","thread_comments_depth","5","yes");
INSERT INTO wp_options VALUES("83","0","page_comments","","yes");
INSERT INTO wp_options VALUES("84","0","comments_per_page","50","yes");
INSERT INTO wp_options VALUES("85","0","default_comments_page","newest","yes");
INSERT INTO wp_options VALUES("86","0","comment_order","asc","yes");
INSERT INTO wp_options VALUES("87","0","sticky_posts","a:0:{}","yes");
INSERT INTO wp_options VALUES("88","0","widget_categories","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO wp_options VALUES("89","0","widget_text","a:5:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:361:\"<!-- Site Meter -->\n<script type=\"text/javascript\" src=\"http://s21.sitemeter.com/js/counter.js?site=s52AdamKU\">\n</script>\n<noscript>\n<a href=\"http://s21.sitemeter.com/stats.asp?site=s52AdamKU\" target=\"_top\">\n<img src=\"http://s21.sitemeter.com/meter.asp?site=s52AdamKU\" alt=\"Site Meter\" border=\"0\"/></a>\n</noscript>\n<!-- Copyright (c)2009 Site Meter -->\n\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:376:\"<a class=\"twitter-timeline\" href=\"https://twitter.com/Kubiznach\" data-widget-id=\"249687753783123970\">Tweets by @Kubiznach</a>\n<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=\"//platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>\n\";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:156:\"<iframe src=\"https://embed.spotify.com/?uri=spotify:track:5iOnSrG79MzrCaq0I8Lpv6\" width=\"300\" height=\"80\" frameborder=\"0\" allowtransparency=\"true\"></iframe>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:167:\"<!-- // MAILCHIMP SUBSCRIBE CODE \\\\ -->\n<a href=\"http://eepurl.com/rcsFz\" target=\"_blank\">Sign up for my free newsletter!</a>\n<!-- \\\\ MAILCHIMP SUBSCRIBE CODE // -->\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO wp_options VALUES("90","0","widget_rss","a:0:{}","yes");
INSERT INTO wp_options VALUES("91","0","timezone_string","","yes");
INSERT INTO wp_options VALUES("92","0","embed_autourls","1","yes");
INSERT INTO wp_options VALUES("93","0","embed_size_w","","yes");
INSERT INTO wp_options VALUES("94","0","embed_size_h","600","yes");
INSERT INTO wp_options VALUES("95","0","page_for_posts","0","yes");
INSERT INTO wp_options VALUES("96","0","page_on_front","47","yes");
INSERT INTO wp_options VALUES("97","0","default_post_format","0","yes");
INSERT INTO wp_options VALUES("98","0","initial_db_version","19470","yes");
INSERT INTO wp_options VALUES("99","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("100","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("101","0","widget_recent-posts","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO wp_options VALUES("102","0","widget_recent-comments","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO wp_options VALUES("103","0","widget_archives","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO wp_options VALUES("104","0","widget_meta","a:2:{i:2;a:1:{s:5:\"title\";s:5:\"Admin\";}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO wp_options VALUES("105","0","sidebars_widgets","a:6:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"meta-2\";}s:15:\"sidebar-widgets\";a:6:{i:0;s:6:\"text-5\";i:1;s:8:\"search-2\";i:2;s:6:\"text-3\";i:3;s:15:\"vcita_widget_id\";i:4;s:7:\"links-2\";i:5;s:6:\"text-4\";}s:12:\"sidebar-left\";a:0:{}s:13:\"sidebar-right\";a:0:{}s:14:\"footer-widgets\";a:1:{i:0;s:6:\"text-2\";}s:13:\"array_version\";i:3;}","yes");
INSERT INTO wp_options VALUES("106","0","cron","a:5:{i:1353516519;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1353551117;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:1353551130;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;}}}i:1353564391;a:1:{s:24:\"akismet_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("108","0","_site_transient_update_core","O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:40:\"http://wordpress.org/wordpress-3.4.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:40:\"http://wordpress.org/wordpress-3.4.2.zip\";s:10:\"no_content\";s:51:\"http://wordpress.org/wordpress-3.4.2-no-content.zip\";s:11:\"new_bundled\";s:52:\"http://wordpress.org/wordpress-3.4.2-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"3.4.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.2\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1353512862;s:15:\"version_checked\";s:3:\"3.3\";}","yes");
INSERT INTO wp_options VALUES("111","0","_transient_random_seed","a54a18d6a3c41bf6c622ffbee6ae0075","yes");
INSERT INTO wp_options VALUES("112","0","auth_salt","bo>1ULME4&3QidN%|<|sJh,r&:[e7PlzinJIsVn3=RHvB;u ZAT:.68eZ+b62D+t","yes");
INSERT INTO wp_options VALUES("113","0","logged_in_salt","r6Pr5V#LhgOZ[|aNz@,5<8/=uxxU!kS)5B-]A#]=G{a2_@UvoJ%p2eCL#GgXgdW5","yes");
INSERT INTO wp_options VALUES("114","0","_site_transient_timeout_browser_c8abce9ca233d7b42203a3e5cb7510a1","1348885530","yes");
INSERT INTO wp_options VALUES("115","0","_site_transient_browser_c8abce9ca233d7b42203a3e5cb7510a1","a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"21.0.1180.89\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","yes");
INSERT INTO wp_options VALUES("116","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://adamkubizna.com/wordpress\";s:4:\"link\";s:108:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://adamkubizna.com/wordpress/\";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://adamkubizna.com/wordpress/\";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("117","0","nonce_salt","C<c}9:h v&[:&poNp.vF!hyTtG,ROyBy[/m3*U8iN)P}._]cL;M@{ud,HHlGy{9%","yes");
INSERT INTO wp_options VALUES("129","0","can_compress_scripts","1","yes");
INSERT INTO wp_options VALUES("135","0","_site_transient_timeout_browser_d97e2914731d2402f8035fa954990297","1348885629","yes");
INSERT INTO wp_options VALUES("136","0","_site_transient_browser_d97e2914731d2402f8035fa954990297","a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"5.1.7\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:3:\"5.1\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","yes");
INSERT INTO wp_options VALUES("168","0","ftp_credentials","a:3:{s:8:\"hostname\";s:24:\"jazzpony.securesites.net\";s:8:\"username\";s:8:\"jazzpony\";s:15:\"connection_type\";s:3:\"ftp\";}","yes");
INSERT INTO wp_options VALUES("170","0","theme_mods_twentyeleven","a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1348281682;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}","yes");
INSERT INTO wp_options VALUES("172","0","theme_mods_desk-mess-mirrored","a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:8:\"top-menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1348282454;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:7:{i:0;s:7:\"links-2\";i:1;s:8:\"search-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"archives-2\";i:5;s:12:\"categories-2\";i:6;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}","yes");
INSERT INTO wp_options VALUES("173","0","theme_switched","","yes");
INSERT INTO wp_options VALUES("176","0","nav_menu_options","a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}","yes");
INSERT INTO wp_options VALUES("177","0","widget_links","a:2:{i:2;a:5:{s:6:\"images\";i:1;s:4:\"name\";i:1;s:11:\"description\";i:0;s:6:\"rating\";i:0;s:8:\"category\";i:0;}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO wp_options VALUES("181","0","theme_mods_edegree","a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1348283289;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:7:{i:0;s:8:\"search-2\";i:1;s:7:\"links-2\";i:2;s:14:\"recent-posts-2\";i:3;s:17:\"recent-comments-2\";i:4;s:10:\"archives-2\";i:5;s:6:\"meta-2\";i:6;s:12:\"categories-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}}}}","yes");
INSERT INTO wp_options VALUES("182","0","tbf2_skin_color","silver","yes");
INSERT INTO wp_options VALUES("183","0","tbf2_font_color","#575757","yes");
INSERT INTO wp_options VALUES("184","0","tbf2_logo_header","no","yes");
INSERT INTO wp_options VALUES("185","0","tbf2_logo_location","left","yes");
INSERT INTO wp_options VALUES("186","0","tbf2_font_size","12px","yes");
INSERT INTO wp_options VALUES("187","0","tbf2_search_header","yes","yes");
INSERT INTO wp_options VALUES("188","0","tbf2_user_login","no","yes");
INSERT INTO wp_options VALUES("189","0","tbf2_icon_twitter","","yes");
INSERT INTO wp_options VALUES("190","0","tbf2_icon_facebook","","yes");
INSERT INTO wp_options VALUES("191","0","tbf2_icon_youtube","","yes");
INSERT INTO wp_options VALUES("192","0","tbf2_icon_rss","","yes");
INSERT INTO wp_options VALUES("193","0","tbf2_copy_year","","yes");
INSERT INTO wp_options VALUES("194","0","tbf2_exclude_pages","","yes");
INSERT INTO wp_options VALUES("195","0","tbf2_nav_hide_home","no","yes");
INSERT INTO wp_options VALUES("196","0","tbf2_number_posts","","yes");
INSERT INTO wp_options VALUES("197","0","tbf2_custom_slidespot","no","yes");
INSERT INTO wp_options VALUES("198","0","tbf2_custom_html_slidespot","","yes");
INSERT INTO wp_options VALUES("199","0","tbf2_custom_html_0","","yes");
INSERT INTO wp_options VALUES("200","0","tbf2_custom_html_1","","yes");
INSERT INTO wp_options VALUES("201","0","tbf2_custom_html_2","","yes");
INSERT INTO wp_options VALUES("202","0","tbf2_custom_html_3","","yes");
INSERT INTO wp_options VALUES("203","0","tbf2_custom_html_4","","yes");
INSERT INTO wp_options VALUES("204","0","tbf2_custom_html_5","","yes");
INSERT INTO wp_options VALUES("205","0","tbf2_custom_html_6","","yes");
INSERT INTO wp_options VALUES("206","0","tbf2_custom_html_7","","yes");
INSERT INTO wp_options VALUES("207","0","tbf2_custom_html_8","","yes");
INSERT INTO wp_options VALUES("208","0","tbf2_custom_html_9","","yes");
INSERT INTO wp_options VALUES("209","0","tbf2_custom_html_10","","yes");
INSERT INTO wp_options VALUES("210","0","tbf2_header_image_file","","yes");
INSERT INTO wp_options VALUES("211","0","tbf2_footer_image_file","","yes");
INSERT INTO wp_options VALUES("212","0","tbf2_background_image_file","","yes");
INSERT INTO wp_options VALUES("213","0","tbf2_background_color","","yes");
INSERT INTO wp_options VALUES("214","0","tbf2_background_repeat","","yes");
INSERT INTO wp_options VALUES("215","0","recently_activated","a:0:{}","yes");
INSERT INTO wp_options VALUES("221","0","current_theme","iRibbon","yes");
INSERT INTO wp_options VALUES("222","0","theme_mods_iribbon","a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:4:{s:11:\"header-menu\";i:0;s:11:\"footer-menu\";i:0;s:8:\"sub-menu\";i:0;s:11:\"mobile-menu\";i:0;}}","yes");
INSERT INTO wp_options VALUES("223","0","iribbon","a:70:{s:13:\"ir_skin_color\";s:7:\"default\";s:7:\"ir_font\";s:5:\"Arial\";s:14:\"ir_css_options\";s:0:\"\";s:20:\"header_section_order\";s:39:\"response_logo_icons,response_navigation\";s:24:\"ir_custom_header_element\";s:0:\"\";s:9:\"ir_banner\";N;s:13:\"ir_banner_url\";s:32:\"http://adamkubizna.com/wordpress\";s:14:\"ir_custom_logo\";s:1:\"1\";s:7:\"ir_logo\";a:1:{s:3:\"url\";s:78:\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/AdamLogoLarger.jpg\";}s:10:\"ir_favicon\";N;s:14:\"ir_apple_touch\";a:1:{s:3:\"url\";s:80:\"http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/apple-icon.png\";}s:13:\"ir_icon_style\";s:7:\"default\";s:10:\"ir_twitter\";s:28:\"http://twitter.com/kubiznach\";s:20:\"ir_hide_twitter_icon\";s:1:\"1\";s:11:\"ir_facebook\";s:28:\"http://facebook.com/akubizna\";s:21:\"ir_hide_facebook_icon\";s:1:\"1\";s:8:\"ir_gplus\";s:55:\"https://plus.google.com/u/0/101085042368947679376/posts\";s:18:\"ir_hide_gplus_icon\";s:1:\"1\";s:9:\"ir_flickr\";s:16:\"http://flikr.com\";s:14:\"ir_hide_flickr\";s:1:\"0\";s:11:\"ir_linkedin\";s:31:\"http://linkedin.com/in/akubizna\";s:16:\"ir_hide_linkedin\";s:1:\"1\";s:12:\"ir_pinterest\";s:20:\"http://pinterest.com\";s:17:\"ir_hide_pinterest\";s:1:\"0\";s:10:\"ir_youtube\";s:18:\"http://youtube.com\";s:15:\"ir_hide_youtube\";s:1:\"0\";s:13:\"ir_googlemaps\";s:22:\"http://maps.google.com\";s:18:\"ir_hide_googlemaps\";s:1:\"0\";s:8:\"ir_email\";s:20:\"adam@adamkubizna.com\";s:13:\"ir_hide_email\";s:1:\"1\";s:10:\"ir_rsslink\";s:0:\"\";s:16:\"ir_hide_rss_icon\";s:1:\"0\";s:10:\"ir_ga_code\";s:0:\"\";s:24:\"ir_custom_header_scripts\";s:0:\"\";s:21:\"ir_blog_section_order\";s:39:\"response_index,response_callout_section\";s:15:\"ir_blog_sidebar\";s:5:\"right\";s:15:\"ir_post_formats\";s:1:\"1\";s:16:\"ir_show_excerpts\";s:1:\"0\";s:20:\"ir_excerpt_link_text\";s:9:\"(More)…\";s:17:\"ir_excerpt_length\";s:2:\"55\";s:23:\"ir_show_featured_images\";s:1:\"0\";s:23:\"ir_featured_image_align\";s:4:\"key1\";s:24:\"ir_featured_image_height\";s:3:\"100\";s:23:\"ir_featured_image_width\";s:3:\"100\";s:22:\"ir_featured_image_crop\";s:1:\"1\";s:14:\"ir_hide_byline\";a:5:{s:14:\"ir_hide_author\";s:1:\"1\";s:18:\"ir_hide_categories\";s:1:\"1\";s:12:\"ir_hide_date\";s:1:\"1\";s:16:\"ir_hide_comments\";s:1:\"1\";s:12:\"ir_hide_tags\";s:1:\"1\";}s:23:\"ir_blog_slide_one_image\";a:1:{s:3:\"url\";s:101:\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/385406_10150975943612727_1356835336_n.jpg\";}s:21:\"ir_blog_slide_one_url\";s:0:\"\";s:23:\"ir_blog_slide_two_image\";a:1:{s:3:\"url\";s:84:\"http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg\";}s:21:\"ir_blog_slide_two_url\";s:22:\"http://cyberchimps.com\";s:25:\"ir_blog_slide_three_image\";a:1:{s:3:\"url\";s:84:\"http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg\";}s:23:\"ir_blog_slide_three_url\";s:22:\"http://cyberchimps.com\";s:20:\"ir_blog_callout_text\";s:0:\"\";s:17:\"ir_single_sidebar\";s:5:\"right\";s:21:\"ir_single_breadcrumbs\";s:1:\"1\";s:30:\"ir_single_show_featured_images\";s:1:\"0\";s:22:\"ir_single_post_formats\";s:1:\"1\";s:21:\"ir_single_hide_byline\";a:5:{s:14:\"ir_hide_author\";s:1:\"1\";s:18:\"ir_hide_categories\";s:1:\"1\";s:12:\"ir_hide_date\";s:1:\"1\";s:16:\"ir_hide_comments\";s:1:\"1\";s:12:\"ir_hide_tags\";s:1:\"1\";}s:18:\"ir_post_pagination\";s:1:\"1\";s:18:\"ir_archive_sidebar\";s:5:\"right\";s:22:\"ir_archive_breadcrumbs\";s:1:\"1\";s:24:\"ir_archive_show_excerpts\";s:1:\"1\";s:31:\"ir_archive_show_featured_images\";s:1:\"0\";s:23:\"ir_archive_post_formats\";s:1:\"1\";s:22:\"ir_archive_hide_byline\";a:5:{s:14:\"ir_hide_author\";s:1:\"1\";s:18:\"ir_hide_categories\";s:1:\"1\";s:12:\"ir_hide_date\";s:1:\"1\";s:16:\"ir_hide_comments\";s:1:\"1\";s:12:\"ir_hide_tags\";s:1:\"1\";}s:17:\"ir_search_sidebar\";s:5:\"right\";s:23:\"ir_search_show_excerpts\";s:1:\"1\";s:14:\"ir_404_sidebar\";s:5:\"right\";s:13:\"ir_custom_404\";s:31:\"This page is not yet available.\";s:14:\"ir_footer_text\";s:57:\"Copyright © 2012 - Adam D. Kubizna- All rights reserved.\";}","yes");
INSERT INTO wp_options VALUES("268","0","akismet_available_servers","a:4:{s:12:\"66.135.58.61\";b:1;s:12:\"66.135.58.62\";b:1;s:12:\"72.233.69.88\";b:1;s:12:\"72.233.69.89\";b:1;}","yes");
INSERT INTO wp_options VALUES("269","0","akismet_connectivity_time","1348287188","yes");
INSERT INTO wp_options VALUES("325","0","limit_login_retries","a:1:{s:15:\"207.255.101.146\";i:1;}","no");
INSERT INTO wp_options VALUES("326","0","limit_login_retries_valid","a:1:{s:15:\"207.255.101.146\";i:1353556140;}","no");
INSERT INTO wp_options VALUES("365","0","category_children","a:0:{}","yes");
INSERT INTO wp_options VALUES("453","0","wpseo","a:14:{s:26:\"ignore_blog_public_warning\";s:0:\"\";s:11:\"ignore_tour\";s:6:\"ignore\";s:20:\"ignore_page_comments\";s:0:\"\";s:16:\"ignore_permalink\";s:6:\"ignore\";s:15:\"ms_defaults_set\";s:0:\"\";s:7:\"version\";s:7:\"1.2.8.7\";s:14:\"tracking_popup\";s:4:\"done\";s:14:\"yoast_tracking\";s:2:\"on\";s:20:\"disableadvanced_meta\";s:2:\"on\";s:12:\"googleverify\";s:53:\"google-site-verification: googled34a9eddfef34dca.html\";s:8:\"msverify\";s:0:\"\";s:11:\"alexaverify\";s:0:\"\";s:11:\"theme_check\";a:1:{s:11:\"description\";b:1;}s:4:\"hash\";s:32:\"bd374cffad91278a7b24d1971ccb5490\";}","yes");
INSERT INTO wp_options VALUES("454","0","wpseo_titles","a:13:{s:10:\"title-home\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:12:\"title-author\";s:42:\"%%name%%, Author at %%sitename%% %%page%% \";s:13:\"title-archive\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:12:\"title-search\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:9:\"title-404\";s:35:\"Page Not Found %%sep%% %%sitename%%\";s:15:\"noindex-archive\";s:2:\"on\";s:19:\"noindex-post_format\";s:2:\"on\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"title-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:14:\"title-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:17:\"title-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";}","yes");
INSERT INTO wp_options VALUES("455","0","wpseo_xml","a:1:{s:16:\"enablexmlsitemap\";s:2:\"on\";}","yes");
INSERT INTO wp_options VALUES("456","0","wpseo_social","a:2:{s:9:\"opengraph\";s:2:\"on\";s:12:\"fbconnectkey\";s:32:\"ba1d0634a325884dc2718281b9409564\";}","yes");
INSERT INTO wp_options VALUES("457","0","wpseo_rss","a:1:{s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}","yes");
INSERT INTO wp_options VALUES("458","0","_transient_timeout_feed_895a6fef0cc57461ead214388fd67e81","1348550963","no");
INSERT INTO wp_options VALUES("459","0","_transient_feed_895a6fef0cc57461ead214388fd67e81","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:\" \";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: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:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Yoast\";s: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:16:\"http://yoast.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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Tweaking Websites\";s: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:\"Fri, 21 Sep 2012 09:31: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: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.4.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:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s: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:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://yoast.com/wp-content/themes/yoast-v4/images/yoast-rss-logo.png\";s: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:16:\"http://yoast.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:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"103\";s: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:17:\"Tweaking Websites\";s: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:20:{i:0;a:6:{s:4:\"data\";s:11:\"           \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Video SEO just became a lot 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/j--NgCN8Fr4/\";s: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:44:\"http://yoast.com/video-seo-release/#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, 19 Sep 2012 20:40: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"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:25:\"http://yoast.com/?p=46687\";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:756:\"<p>The Video SEO plugin I have been talking about for far too long has finally been finished and released. The short version is, it&#8217;s for sale for $89, find out more here. Keep on reading for a bit of backstory. Video SEO is probably one of the most technically challenging aspects of SEO. There are&#8230;</p><p><a\nhref=\"http://yoast.com/video-seo-release/\">Video SEO just became a lot easier!</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:3780:\"<p>The <a\nhref=\"http://yoast.com/wordpress/video-seo/\">Video SEO plugin</a> I have been talking about for far too long has finally been finished and released. The short version is, it&#8217;s for sale for $89, find out more <a\nhref=\"http://yoast.com/wordpress/video-seo/\">here</a>. Keep on reading for a bit of backstory.</p><p>Video SEO is probably one of the most technically challenging aspects of SEO. There are several ways to make it known to Google that a certain page contains a video, ranging from Facebook share markup, Schema.org videoObject markup, MediaRSS enhancements to feeds to XML Video sitemaps. This plugin supports all four of those methods.</p><p>It&#8217;s a <em>lot</em> of work to get all this working seamlessly, but I think I&#8217;ve nailed it all. I wanted to make it as simple as putting a video in a post and then having the plugin do <em>all</em> the needed work. I succeeded. If you now use oEmbed to embed a video from say, Vimeo, into your blog, just by copy/pasting the URL onto a single line in your editor, and hit update, you&#8217;ll see that the Video SEO plugin grabs all the needed metadata from the Vimeo API and does all the legwork needed to make your video&#8217;s rank.</p><p>How you&#8217;ll know that it&#8217;s recognized the video? Because it will update the snippet into a video snippet:</p><p><img\nclass=\"alignnone\" title=\"Video Snippet Preview\" src=\"http://cdn.yoast.com/wp-content/uploads/2010/10/video-snippet-590x156.png\" alt=\"Video Snippet Preview\" width=\"590\" height=\"156\" /></p><p>It doesn&#8217;t just do that for Vimeo video&#8217;s, it works with a lot of platforms, including YouTube. How it does the YouTube thing is a question some of the more experienced SEO&#8217;s will ask. I leave that as an exercise to the reader. Check my <a\nhref=\"http://yoast.com/video-sitemap.xml\">video-sitemap.xml</a> and see if you can find it. Whether that&#8217;ll keep working? I don&#8217;t know.</p><p>Of course the video SEO plugin is based on and uses large parts of my <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO plugin</a>, and therefor needs that to run. This will really allow you to take any site with video to the next level though. I&#8217;m very proud of it and hope that those of you running video sites will see the benefits and buy it.</p><p>Now I know some people will start to complain that it&#8217;s a paid plugin. I can even understand that to a certain extent. Please just realize that it&#8217;s impossible to build a plugin like this and support it, without being paid for those efforts. It takes a <em>lot</em> of work, almost 1.5 years of thinking and learning has gone into making this plugin as good as it is, and it&#8217;ll probably require very regular updates to keep in line with all the supported video platforms. To be able to do that, I have to charge for the plugin. It&#8217;s called a business model. Be glad that I found one, as it will also support the continued development of the core SEO plugin.</p><p>I hope, and fully expect it to work out well for everyone involved. I&#8217;d love to hear your thoughts and, I&#8217;ll be honest, I&#8217;d love even more to see you <a\nhref=\"http://yoast.com/wordpress/video-seo/\">buy the plugin</a>!</p><p><a\nhref=\"http://yoast.com/video-seo-release/\">Video SEO just became a lot easier!</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/j--NgCN8Fr4\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://yoast.com/video-seo-release/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:2:\"68\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:73:\"http://cdn.yoast.com/wp-content/uploads/2010/10/video-snippet-590x156.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:2:\"  \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn.yoast.com/wp-content/uploads/2010/10/video-snippet-590x156.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Video Snippet Preview\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://yoast.com/video-seo-release/#utm_source=rss&utm_medium=rss&utm_campaign=video-seo-release\";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:16:\"                \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Google Analytics Dashboard for WordPress Blogs\";s: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://feedproxy.google.com/~r/joostdevalk/~3/WkB5HaRNB0I/\";s: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:53:\"http://yoast.com/google-analytics-dashboard/#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, 11 Sep 2012 09:11:47 +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:9:\"Analytics\";s: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:25:\"http://yoast.com/?p=45996\";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:808:\"<p>One of the great new features of the ‘new Google Analytics’ are the custom dashboards. If you do not use them yet, you most definitely should. I’m using custom dashboards to measure SEO, PPC, ROI, conversions and more. I also made a custom dashboard for WordPress blogs using Yoast’s Google Analytics for WordPress plugin. I&#8230;</p><p><a\nhref=\"http://yoast.com/google-analytics-dashboard/\">Google Analytics Dashboard for WordPress Blogs</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/jeroen/\">Jeroen van Eck</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Jeroen van Eck\";s: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:6513:\"<p><img\nclass=\"alignright size-full wp-image-46002\" title=\"Google Analytics Dashboard for WordPress blogs\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/09/FI_GAforWP.png\" alt=\"Google Analytics Dashboard for WordPress blogs\" width=\"203\" height=\"137\" />One of the great new features of the ‘new Google Analytics’ are the custom dashboards. If you do not use them yet, you most definitely should. I’m using custom dashboards to measure SEO, PPC, ROI, conversions and more. I also made a custom dashboard for WordPress blogs using Yoast’s <a\nhref=\"http://yoast.com/wordpress/google-analytics/\">Google Analytics for WordPress plugin</a>. I already shared it in Dutch on <a\nhref=\"http://www.jeroenvaneck.com/\">my own blog</a>, but Joost asked me to share it with his readers as well. So here it is.</p><h2>About the dashboard</h2><p>This dashboard is meant to give a quick insight into all the important things you want to know about your blog at any given time. First of all I’d like to explain some metrics I’ve chosen to use in this dashboard. Firstly I chose to use visits instead of visitors because you also want to know when someone visits your blog multiple times. Secondly I chose to use unique page views instead of page views because I want to know how many people read my posts, not how many times they are read. Thirdly with this dashboard I tried to create insights into metrics about posts instead of metrics about all pages.</p><h2>How to build this dashboard</h2><p>First of all this dashboard of course contains a section regarding the most important core metrics. In this case I chose to include widgets containing the number of visits, the number of new visitors, a graph of the number of visits over the chosen period, the pages per visit and the average time on site. So far: nothing special. These widgets you can create without filtering any data.</p><h2>Google Analytics for WordPress</h2><p>For the following sections you need to use the Google Analytics for WordPress plugin. The plugin will allow you to use custom variables to track post types, authors, categories and tags. In the settings of the plugin you can activate them in Custom Variable Settings (in advanced settings). These settings allow you to show the interesting data for your dashboard. Depending on which Custom Variables you use you have to tweak your dashboard. For this dashboard we’ve used the following settings:</p><p><a\nclass=\"thickbox\" href=\"http://cdn2.yoast.com/wp-content/uploads/2012/09/custom-variable-settings-yoast.jpg\"><img\nclass=\"alignnone size-large wp-image-45997\" title=\"Custom Variable Settings Yoast\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/09/custom-variable-settings-yoast-536x389.jpg\" alt=\"Custom Variable Settings Yoast\" width=\"536\" height=\"389\" /></a></p><p>When you use different settings you have to check which variable is saved in which custom variable key.<br\n/> With these settings you are able to count the number of posts read on your blog and the most read posts. Because the plugin creates a custom variable containing the post type for each post that has been viewed you only need to filter the pages containing any kind of post type.</p><p>The widget settings for the number of posts read will look like this:</p><p><a\nclass=\"thickbox\" href=\"http://cdn3.yoast.com/wp-content/uploads/2012/09/number-of-posts-read.jpg\"><img\nclass=\"alignnone size-large wp-image-46001\" title=\"Number of posts read\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/09/number-of-posts-read-536x283.jpg\" alt=\"Number of posts read\" width=\"536\" height=\"283\" /></a></p><p>The widget settings for the most read posts will look like this:</p><p><a\nclass=\"thickbox\" href=\"http://cdn3.yoast.com/wp-content/uploads/2012/09/most-read-posts.jpg\"><img\nclass=\"alignnone size-large wp-image-46000\" title=\"Most read posts\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/09/most-read-posts-536x309.jpg\" alt=\"Most read posts\" width=\"536\" height=\"309\" /></a></p><p>The other custom variables created by the plugin allow you to show a few other interesting numbers. In this example we’ve chosen to show the most read authors and most read categories, but you could also show the most read tags or the number of posts by publication year.</p><p>The widget settings for the most read authors will look like this:</p><p><a\nclass=\"thickbox\" href=\"http://cdn2.yoast.com/wp-content/uploads/2012/09/most-read-authors.jpg\"><img\nclass=\"alignnone size-large wp-image-45998\" title=\"Most read authors\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/09/most-read-authors-536x288.jpg\" alt=\"Most read authors\" width=\"536\" height=\"288\" /></a></p><p>The widget settings for the most read categories will look like this:</p><p><a\nclass=\"thickbox\" href=\"http://cdn2.yoast.com/wp-content/uploads/2012/09/most-read-categories.jpg\"><img\nclass=\"alignnone size-large wp-image-45999\" title=\"Most read categories\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/09/most-read-categories-536x288.jpg\" alt=\"Most read categories\" width=\"536\" height=\"288\" /></a></p><h2>Sources</h2><p>Lastly the dashboard contains an overview of the most important traffic sources split up in used medium, social sources and used organic search terms.</p><h2>Installation</h2><p>I recommend you try to build this dashboard on your own. Not only to understand how it works but also to be able to choose to represent data in a different way. But of course I will provide you with <a\nhref=\"https://www.google.com/analytics/web/permalink?uid=aoWyebltTe6p_02PrR16og\">a link</a> to the dashboard configuration, which you can save to the desired profile in your Google Analytics account. Remember you need to have the Google Analytics for WordPress plugin installed as mentioned to be able to see all the correct data. Otherwise you still have to tweak the dashboard yourself.</p><p>Hope you enjoy your dashboard. Do you have any questions or suggestions? Leave a comment below.</p><p><a\nhref=\"http://yoast.com/google-analytics-dashboard/\">Google Analytics Dashboard for WordPress Blogs</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/jeroen/\">Jeroen van Eck</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/WkB5HaRNB0I\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://yoast.com/google-analytics-dashboard/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:2:\"19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:71:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/FI_GAforWP-180x114.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:6:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:63:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/FI_GAforWP.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Google Analytics Dashboard for WordPress blogs\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:71:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/FI_GAforWP-180x114.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:83:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/custom-variable-settings-yoast.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Custom Variable Settings Yoast\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:90:\"http://cdn.yoast.com/wp-content/uploads/2012/09/custom-variable-settings-yoast-180x114.jpg\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/09/number-of-posts-read.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Number of posts read\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/number-of-posts-read-180x114.jpg\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:68:\"http://cdn3.yoast.com/wp-content/uploads/2012/09/most-read-posts.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Most read posts\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:75:\"http://cdn.yoast.com/wp-content/uploads/2012/09/most-read-posts-180x114.jpg\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:70:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/most-read-authors.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Most read authors\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:78:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/most-read-authors-180x114.jpg\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/most-read-categories.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Most read categories\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:80:\"http://cdn.yoast.com/wp-content/uploads/2012/09/most-read-categories-180x114.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"http://yoast.com/google-analytics-dashboard/#utm_source=rss&utm_medium=rss&utm_campaign=google-analytics-dashboard\";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:15:\"               \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WooThemes chooses WordPress 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/LKmy1Veod_c/\";s: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:50:\"http://yoast.com/welcome-woothemes-users/#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, 10 Sep 2012 14:07:29 +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:4:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"WordPress Plugins\";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:13:\"WordPress 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:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"WordPress Themes\";s: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:25:\"http://yoast.com/?p=46021\";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:838:\"<p>WooThemes once again showed that they are at the forefront of WordPress development today: they deprecated their WooFramework&#8217;s SEO functionality and recommend their users to switch to WordPress SEO by Yoast. I&#8217;ve worked closely with Matt Cohen, WooThemes CTO, to build an import functionality for WooThemes users straight into WordPress SEO. I recently added statistics&#8230;</p><p><a\nhref=\"http://yoast.com/welcome-woothemes-users/\">WooThemes chooses WordPress SEO</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:3313:\"<p><img\nclass=\"alignright size-full wp-image-45991\" title=\"WooThemes chooses WordPress SEO\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/06/FI_WordPress.png\" alt=\"WooThemes chooses WordPress SEO\" width=\"203\" height=\"137\" />WooThemes once again showed that they are at the forefront of WordPress development today: they <a\nhref=\"http://www.woothemes.com/2012/09/every-line-of-code-audited/\">deprecated their WooFramework&#8217;s SEO functionality</a> and recommend their users to switch to <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO by Yoast</a>. I&#8217;ve worked closely with Matt Cohen, WooThemes CTO, to build an import functionality for WooThemes users straight into WordPress SEO.</p><p>I recently added statistics tracking to my two main plugins, and about 125,000 of you have already kindly agreed to send me some anonymous data. Because of that, I now know that <a\nhref=\"http://www.woothemes.com/2012/06/canvas/\">WooThemes Canvas</a> is actually one of the 10 most used themes <em>and</em> is used as a parent theme quite often as well, and their dozens of other themes are very, very popular, so this could mean a lot of new users for my SEO plugin. I welcome you all!</p><h2>WooSEO Import</h2><p>The WooSEO import functionality is very simple, activate the WordPress SEO plugin, go to SEO -&gt; Import and you&#8217;ll see this:</p><p><img\nclass=\"alignnone size-full wp-image-46022\" title=\"WooThemes Import at work: check the import from Woothemes box, press import\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/09/woothemes-import.png\" alt=\"WooThemes Import at work: check the import from Woothemes box, press import\" width=\"527\" height=\"281\" /></p><p>You can check if the data has imported ok by opening up some posts and seeing if your WordPress SEO box contains the titles and meta descriptions you had entered in WooSEO. If it has imported ok, repeat the process above but check the &#8220;Delete the old data&#8221; checkbox, this will make sure your database is as clean as can be by deleting the old WooSEO values from the database.</p><h2>Thank you to WooThemes!</h2><p>By doing this, WooThemes is finally doing what I&#8217;ve been proposing theme companies do <a\nhref=\"http://yoast.com/wordpress-seo-theme/\">for ages now</a>: stop trying to provide an SEO framework and focus on good code, great design and the functionality to change that design. That&#8217;s a step I thank &amp; applaud them for and I fully hope other theme vendors will do the same. I&#8217;m open to working with everybody on building import functionality when they decide to take this step.</p><p>Let me know what you think in the comments, and if you&#8217;re a recent &#8220;convert&#8221; coming from WooSEO, I&#8217;d seriously love to hear that too!</p><p><a\nhref=\"http://yoast.com/welcome-woothemes-users/\">WooThemes chooses WordPress SEO</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/LKmy1Veod_c\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://yoast.com/welcome-woothemes-users/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:2:\"35\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/06/FI_WordPress-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:2:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:65:\"http://cdn3.yoast.com/wp-content/uploads/2012/06/FI_WordPress.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WooThemes chooses WordPress SEO\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/06/FI_WordPress-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:69:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/woothemes-import.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WooThemes Import at work: check the import from Woothemes box, press import\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:77:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/woothemes-import-180x114.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://yoast.com/welcome-woothemes-users/#utm_source=rss&utm_medium=rss&utm_campaign=welcome-woothemes-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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:15:\"               \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Twitter Cards in action\";s: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://feedproxy.google.com/~r/joostdevalk/~3/uQYktVK1qOM/\";s: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:50:\"http://yoast.com/twitter-cards-in-action/#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, 05 Sep 2012 20:22: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:12:\"Social Media\";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:\"Twitter\";s: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:25:\"http://yoast.com/?p=45981\";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:749:\"<p>I first wrote about Twitter Cards in June, when Twitter had just announced them, today I got a tweet from Paul Savage who noticed that they were now enabled for yoast.com. That&#8217;s super awesome news as it means that the implementation I did in my WordPress SEO plugin works. Of course I had to do&#8230;</p><p><a\nhref=\"http://yoast.com/twitter-cards-in-action/\">Twitter Cards in action</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:3768:\"<p><img\nclass=\"alignright size-full wp-image-45989\" title=\"Twitter Cards in action\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/09/ionen_social_Twitter.png\" alt=\"Twitter Cards in action\" width=\"203\" height=\"137\" />I first wrote about <a\nhref=\"http://yoast.com/twitter-cards/\">Twitter Cards</a> in June, when Twitter had just announced them, today I got a tweet from <a\nhref=\"http://twitter.com/paulsavage\">Paul Savage</a> who noticed that they were now enabled for yoast.com. That&#8217;s super awesome news as it means that the implementation I did in my <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO plugin</a> works.</p><p>Of course I had to do some tweaking afterwards, because as it turns out Twitter&#8217;s scraper for the Twitter Card data is easily confused (it doesn&#8217;t understand how to parse multiple og:images meta tags). But let me show you what it means if it works well; if you tweet an article from this site, you&#8217;ll see a normal tweet with a new &#8220;View Summary&#8221; link:</p><p><img\nclass=\"alignnone size-full wp-image-45983\" title=\"Tweet with summary button\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/09/tweet-summary-button.png\" alt=\"Tweet with summary button\" width=\"513\" height=\"88\" /></p><p>When you click that View summary link, the link &#8220;expands&#8221; and you&#8217;ll see this, the complete Twitter Card:</p><p><img\nclass=\"alignnone size-full wp-image-45982\" title=\"Expanded Twitter Card\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/09/twitter-expanded-twitter-card.png\" alt=\"Expanded Twitter Card\" width=\"513\" height=\"314\" /></p><p>As you might notice my Twitter account is there twice, the top one is because I&#8217;m the author of that article, the second one is because I set the @yoast account as the main account for this site. So if you see an article tweeted that&#8217;s been written by Michiel, you&#8217;ll see his twitter account on top and the main @yoast account in the bottom:</p><p><img\nclass=\"size-full wp-image-45984 alignnone\" title=\"Twitter Card Michiel\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/09/twitter-card-michiel.png\" alt=\"Twitter Card Michiel\" width=\"448\" height=\"187\" /></p><h2>Can I have Twitter Cards for my site?</h2><p>I know you&#8217;re asking yourself that question. I tested some sites that are running my SEO plugin on which I knew the Twitter Cards implementation in it is activated, but unfortunately couldn&#8217;t find any working examples outside of my own site yet. It seems that you really have to <a\nhref=\"https://dev.twitter.com/form/participate-twitter-cards\">apply to participate</a> with your site next to having the functionality active on your site (you can activate it on the SEO -&gt; Social menu).</p><p>So, the next step is another update of my SEO plugin which improves a bit on the current Twitter Card implementation now that I can test properly, expect that somewhere early next week. This update will also rely on OpenGraph when activated too where possible so you don&#8217;t have another 10 lines of Twitter meta data but instead only 3 or 4 lines for Twitter and the rest of the data coming from OpenGraph. Looking forward to seeing this work on other sites that run my SEO plugin!</p><p><a\nhref=\"http://yoast.com/twitter-cards-in-action/\">Twitter Cards in action</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/uQYktVK1qOM\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://yoast.com/twitter-cards-in-action/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:2:\"35\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:80:\"http://cdn.yoast.com/wp-content/uploads/2012/09/ionen_social_Twitter-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:4:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:72:\"http://cdn.yoast.com/wp-content/uploads/2012/09/ionen_social_Twitter.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Twitter Cards in action\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:80:\"http://cdn.yoast.com/wp-content/uploads/2012/09/ionen_social_Twitter-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/09/tweet-summary-button.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Tweet with summary button\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:80:\"http://cdn2.yoast.com/wp-content/uploads/2012/09/tweet-summary-button-125x88.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:82:\"http://cdn3.yoast.com/wp-content/uploads/2012/09/twitter-expanded-twitter-card.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Expanded Twitter Card\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:90:\"http://cdn3.yoast.com/wp-content/uploads/2012/09/twitter-expanded-twitter-card-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/09/twitter-card-michiel.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Twitter Card Michiel\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn3.yoast.com/wp-content/uploads/2012/09/twitter-card-michiel-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://yoast.com/twitter-cards-in-action/#utm_source=rss&utm_medium=rss&utm_campaign=twitter-cards-in-action\";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:\"             \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"WordPress Archive Pages: the tutorial\";s: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://feedproxy.google.com/~r/joostdevalk/~3/ituadafIpro/\";s: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:50:\"http://yoast.com/wordpress-archive-pages/#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, 22 Aug 2012 13:26: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"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:25:\"http://yoast.com/?p=45944\";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:813:\"<p>On any bigger site, you&#8217;ll get archive pages of some sort. Whether they are taxonomy or category archives, like this SEO category, Custom Post Type archives like this one for our WordPress plugin reviews or my speaking engagements, or even date archives: they all share the same common traits. In WordPress an archive will, by default, consist&#8230;</p><p><a\nhref=\"http://yoast.com/wordpress-archive-pages/\">WordPress Archive Pages: the tutorial</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:8281:\"<p><img\nclass=\"alignright size-full wp-image-45974\" title=\"WordPress Archive Pages\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/08/ionen_content_WP1.png\" alt=\"WordPress Archive Pages\" width=\"203\" height=\"137\" />On any bigger site, you&#8217;ll get archive pages of some sort. Whether they are taxonomy or category archives, like this <a\nhref=\"http://yoast.com/cat/seo/\">SEO category</a>, Custom Post Type archives like this one for our <a\nhref=\"http://yoast.com/wp-plugin-review/\">WordPress plugin reviews</a> or my <a\nhref=\"http://yoast.com/speaking/\">speaking engagements</a>, or even date archives: they all share the same common traits. In WordPress an archive will, by default, consist only of a listing of posts. As these pages will get visited by normal people, that means those visitors are &#8220;thrown&#8221; upon a page that doesn&#8217;t try to tell them where they are.</p><p>This lack of introduction gives visitors only two options: leave immediately because they don&#8217;t understand where they&#8217;ve ended up, or click through to an article, without you having had <em>any</em> chance of pushing them in the right direction.</p><p>Because of that, every decent archive needs an &#8220;introduction&#8221;. This can be as simple as just a header that stands out, but for more important sections of your site, it actually pays of to write a bit of content.</p><p>Before you write that content though, you first have to make sure that the content you write actually displays on those archive pages.</p><h2>Show introductory content on archive pages</h2><h3>Categories, Tags and Custom Taxonomies</h3><p>For category, tag or custom taxonomy archives, you can simply create a custom template by creating a file. For categories, for instance, this file would be called category.php. If you don&#8217;t know how template hierarchy works within WordPress, check out <a\nhref=\"http://yoast.com/wordpress-theme-anatomy/\">our infographic</a> on the topic.</p><p>In this template, above the standard WordPress loop, you add the following code:</p><pre class=\"brush: php; title: ; notranslate\">&lt;!--?php if ( !get_query_var( \'paged\' ) ) { ?--&gt;&lt;/pre&gt;\n&lt;h1&gt;&lt;/h1&gt;\n&lt;pre&gt;\n  &lt;!--?php echo wpautop( term_description() ); ?--&gt;\n&lt;!--?php } ?--&gt;</pre><p>This uses the title you set for the category / tag / custom taxonomy, as well as the description, which you can fill in the WordPress backend.</p><p>If you uses <a\nhref=\"http://yoast.com/wp-theme/genesis/\">Genesis</a>, you don&#8217;t need to create an extra file, you can probably just check the box in your Genesis theme settings:</p><p><img\nclass=\"alignnone\" title=\"Genesis Archive Settings\" src=\"http://cdn3.yoast.com/wp-content/uploads/2011/09/genesis-archive-settings.png\" alt=\"Genesis Archive Settings\" width=\"575\" height=\"99\" /></p><p>Or if that doesn&#8217;t work, you can just add this to your child theme&#8217;s functions.php (there&#8217;s still no need to make that file):</p><pre class=\"brush: php; title: ; notranslate\">&lt;!--?php &lt;br ?--&gt;function yoast_term_archive_intro() {\n  if ( !is_category() &amp;&amp; !is_tag() &amp;&amp; !is_tax() )\n    return;\n\n  if( get_query_var( \'paged\' ) )\n    return;\n\n  echo \'&lt;/pre&gt;\n&lt;h1 class=&quot;entry-title&quot;&gt;\'.single_term_title(\'\', false).\'&lt;/h1&gt;\n&lt;pre&gt;\n\';\n  echo \'&lt;/pre&gt;\n&lt;div class=&quot;entry-content&quot;&gt;\'.wpautop( term_description() ).\'&lt;/div&gt;\n&lt;pre&gt;\n\';\n}\nadd_action( \'genesis_before_loop\', \'yoast_term_archive_intro\', 20 );</pre><p>Of course you can add some extra code or classes in there to style those boxes a bit more.</p><h3>Custom Post Type archives</h3><p>For custom post type archives, this might actually be a bit harder. The beginning of the process is the same: you can create a new file, the name of which should contain your post type: <em>archive-{posttype}.php</em>.</p><p>Then you could output the name of the post type using the following code:</p><pre class=\"brush: php; title: ; notranslate\">if ( !get_query_var( \'paged\' ) ) {\n$pt = get_post_type_object( get_post_type() );\necho \'&lt;/pre&gt;\n&lt;h1&gt;\'.$pt-&gt;labels-&gt;name.\'&lt;/h1&gt;\n&lt;pre&gt;\n\';\n}</pre><p>This is where the tricky bit comes in though: there is no backend in WordPress to input descriptions for these types of pages, nor is there a preferred way of storing that data. I added input fields for these to my Genesis child theme settings, which is too much to explain here, of course you could also hardcode it but that&#8217;s a bit ugly&#8230;</p><p>Within Genesis, with the data coming from my child theme settings, I output the text using the following code in my functions.php (again, no reason to create a new file):</p><pre class=\"brush: php; title: ; notranslate\">&lt;!--?php &lt;br ?--&gt;function yoast_cpt_intro() {\n  if ( !is_post_type_archive() )\n    return;\n\n  if( get_query_var( \'paged\' ) )\n    return;\n\n  $pt = get_post_type();\n  if ( genesis_get_option( $pt.\'-title\', \'child-settings\' ) ) {\n    echo \'&lt;/pre&gt;\n&lt;h1&gt;\'.genesis_get_option( $pt.\'-title\', \'child-settings\' ).\'&lt;/h1&gt;\n&lt;pre&gt;\n\';\n    echo wpautop( genesis_get_option( $pt.\'-intro\', \'child-settings\' ) );\n  }\n}\nadd_action( \'genesis_before_loop\', \'yoast_cpt_intro\', 20 );</pre><h2>Prevent duplicate content</h2><p>To avoid <a\nhref=\"http://yoast.com/articles/duplicate-content/\">duplicate content</a>, we only add the introduction to the first page of an archive, if that archive is a paginated one. With the introduction of <a\nhref=\"http://yoast.com/rel-next-prev-paginated-archives/\">rel=&#8221;next&#8221; and rel=&#8221;previous&#8221;</a>, sites that have implemented this well will be getting more visitors to the first page of a paginated series of archives anyway, but we still don&#8217;t want to show the same content on multiple pages.</p><p>You might have noticed this line of code in the Genesis examples above:</p><pre class=\"brush: php; title: ; notranslate\">if( get_query_var( \'paged\' ) )\nreturn;</pre><p>This does exactly that: prevent the duplicate content.</p><h2>Styling the archive introduction text</h2><p>You should make sure that your introductory text for your archive really stands out. Remember, it&#8217;s not &#8220;just&#8221; there for SEO reasons, it&#8217;s there because people will read it! It&#8217;s very tempting to make it look just like another post, but you should take a bit more time and style it properly.</p><p>I personally like the way we&#8217;ve done that in our recent redesign, this is for instance what the <a\nhref=\"http://yoast.com/cat/wordpress/\">WordPress category</a> intro looks like:</p><p><img\nclass=\"alignnone size-full wp-image-45947\" title=\"WordPress category introduction\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/08/wordpress-category-introduction.png\" alt=\"WordPress category introduction\" width=\"560\" height=\"187\" /></p><p>Of course, the text for that introduction is a bit poor. I should probably do a much better job myself of explaining people where to go for what kinds of content, so I&#8217;ll get right on that once I finish this post&#8230; Which brings me to the last bit:</p><h2>HTML in category descriptions</h2><p>HTML in descriptions for categories, tags and custom taxonomies is currently disallow by default. I think that&#8217;s changing in an upcoming release, but for now you&#8217;ll have to fix that. If you&#8217;re using my WordPress SEO plugin, this has already been fixed for you, if not, AppThemes has quite a <a\nhref=\"http://docs.appthemes.com/tutorials/allow-html-in-taxonomy-descriptions/\">good tutorial</a> on it.</p><p>Let me know what you did with your archive pages in the comments, I&#8217;m very curious to see good examples!</p><p><a\nhref=\"http://yoast.com/wordpress-archive-pages/\">WordPress Archive Pages: the tutorial</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/ituadafIpro\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://yoast.com/wordpress-archive-pages/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:2:\"34\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:78:\"http://cdn2.yoast.com/wp-content/uploads/2012/08/ionen_content_WP1-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:3:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:70:\"http://cdn3.yoast.com/wp-content/uploads/2012/08/ionen_content_WP1.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress Archive Pages\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:78:\"http://cdn2.yoast.com/wp-content/uploads/2012/08/ionen_content_WP1-125x125.png\";}}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:2:\"  \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:77:\"http://cdn3.yoast.com/wp-content/uploads/2011/09/genesis-archive-settings.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Genesis Archive Settings\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:84:\"http://cdn3.yoast.com/wp-content/uploads/2012/08/wordpress-category-introduction.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress category introduction\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:91:\"http://cdn.yoast.com/wp-content/uploads/2012/08/wordpress-category-introduction-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://yoast.com/wordpress-archive-pages/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-archive-pages\";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:11:\"           \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Why relative URLs should be forbidden for web developers\";s: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://feedproxy.google.com/~r/joostdevalk/~3/qPbEHoWyZgc/\";s: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:47:\"http://yoast.com/relative-urls-issues/#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:\"Fri, 17 Aug 2012 09:52: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Webdesign & 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://yoast.com/?p=45908\";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:782:\"<p>Twitter is the website / web service most of us love and sometimes hate, a service that has become an integral part of most of our online identities. It&#8217;s one of the services we expect to be there when we Google ourselves or other people. So when you Google yourself and instead of twitter.com, you&#8230;</p><p><a\nhref=\"http://yoast.com/relative-urls-issues/\">Why relative URLs should be forbidden for web developers</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:10926:\"<p>Twitter is the website / web service most of us love and sometimes hate, a service that has become an integral part of most of our online identities. It&#8217;s one of the services we expect to be there when we Google ourselves or other people. So when you Google yourself and instead of twitter.com, you see a weird result, you think &#8220;huh&#8221;. Then, when you&#8217;re like me, you try to figure out what caused that and once you figure it, you think &#8220;d0h!&#8221;. You&#8217;d think the people at Twitter would know better than to use relative URLs or even worse, a HOST header to determine the domain, resulting in this result when you search for my name:</p><p><img\nclass=\"aligncenter size-full wp-image-45910\" title=\"yoast - twitter\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/08/yoast-twitter.png\" alt=\"yoast - twitter\" width=\"522\" height=\"83\" /></p><p>Relative URLs stink. They really do. All sorts of SEO problems on the web are caused by the use of relative URLs in links, canonicals and more. We find issues with them in our <a\nhref=\"http://yoast.com/hire-me/website-review/\">website reviews</a> on a regular basis, but as you can see bigger sites like Twitter also have massive issues because of them. I&#8217;ll try to explain why you shouldn&#8217;t use them and what you could do instead, as it might be simple things like this that hold you back from performing well with your website.</p><h2>What are relative URLs?</h2><p>Relative URLs are all URLs that do not contain a fully qualified domain name and path, but instead just the path or a portion of the path. So when your website is example.com, you could be linking to your contact page from your homepage like this:</p><pre class=\"brush: xml; title: ; notranslate\">&lt;a href=&quot;contact.html&quot;&gt;Contact&lt;/a&gt;</pre><p>And back to your homepage from your contact page like this:</p><pre class=\"brush: xml; title: ; notranslate\">&lt;a href=&quot;/&quot;&gt;Home&lt;/a&gt;</pre><p>The / refers to the directory / on the domain. So even when you&#8217;re three levels deep in a directory structure, linking to / would link to the frontpage. Lastly, when you&#8217;re on the corporate page of your about section, for instance <em>example.com/about/corporate.html</em>, you could link to your contact page like this:</p><pre class=\"brush: xml; title: ; notranslate\">&lt;a href=&quot;../contact.html&quot;&gt;Contact&lt;/a&gt;</pre><p>All the resulting URLs are calculated by your browser based on the base URL. By default, this is the current URL that&#8217;s in your location bar, but using the <code>base</code> element, you could set it to something else, like this:</p><pre class=\"brush: xml; title: ; notranslate\">&lt;base href=&quot;http://www.example.com/subdirectory/&quot;&gt;</pre><p>Doing this would make the second link above, the link to /, resolve to <em>http://www.example.com/subdirectory/</em>.</p><p>This was all fine when HTML was invented and websites consisted of real static HTML pages in directory structures. Now though, most of the web is built with content management systems, changing URLs is easier and some URLs might behave differently than what you&#8217;d expect. Because of that, relative URLs can cause a few different types of issues, all of which can be pretty detrimental for your SEO and your server performance.</p><h3>Why are relative URLs still being used?</h3><p>Relative URLs are often used because developers have a test environment on another hostname and it makes it easy for them to move stuff between their test environment and their live environment. Other reasons include that it&#8217;s &#8220;just easier in website maintenance&#8221;. They&#8217;re also, in my opinion falsely, <a\nhref=\"http://www.websiteoptimization.com/speed/tweak/relative/\">promoted</a> by some websites about site speed because they&#8217;re &#8220;shorter&#8221; and thus &#8220;faster&#8221;.</p><p>In reality, all of these reasons are false when you look at the bigger picture. The few minutes a developer might save by using relative URLs are offset by countless hours an SEO might be spending to solve the issues caused.</p><h2>Some of the problems caused by relative URLs</h2><p>Issues caused by the use of relative URLs are vast and plentiful, and any seasoned SEO can probably give you a few examples of clients that have had huge losses because of them. Let me show you a couple of them:</p><h3>A completely indexed test environment</h3><p>When you have a menu structure that relies on relative URLs, one wrong link in your content to your test environment would cause the entire test environment to be spidered and indexed, causing massive <a\nhref=\"http://yoast.com/articles/duplicate-content/\">duplicate content issues</a>. This happens more often than you think, in fact, have you checked whether the test environment you used to test your last few development projects are indexed by Google? I bet some of you will now find out that they are indexed.</p><h3>Spider traps</h3><p>Most of the times I&#8217;ve found what we call &#8220;spider traps&#8221; they&#8217;re caused by wrongly used relative URLs. Let me show you an example: a site linking to ./example instead of ../example/, from the /contact/ page. A link to ./ means you&#8217;re linking to the current directory. When the current URL ends in /contact/ this means that a link to ./example/ resolves to /contact/example/. So clicking that link would take me to http://www.example.com/contact/example/, if your CMS is set up to serve the same page for /contact/example/ as it serves for /contact/, which is a <em>very</em> common case, you&#8217;ll now have a spider trap. Because that /content/example/ page also links to ./example/, which now resolves to /contact/example/example/, which then links to ./example/ again and thus links to /contact/example/example/example/ etc. etc. etc. You probably get the issue, and I hope you also understand why this could be <em>very</em> detrimental for your search engine rankings.</p><p>These kinds of issues are <em>very</em> easily found using a tool like <a\nhref=\"http://www.screamingfrog.co.uk/seo-spider/\">Screaming Frog</a>, which I think every webmaster should have in its arsenal.</p><h3>Relative canonical URLs</h3><p>Issues can also be caused by using relative canonical URLs. A <a\nhref=\"http://yoast.com/canonical-url-links/\">canonical URL</a> is supposed to link to the &#8220;perfect&#8221; URL for a piece of content on your website. If you use a relative link and also have a subdomain or test environment that&#8217;s indexed, you suddenly have several versions of a piece of content that all proclaim themselves as the canonical version of that piece of content&#8230; You can understand a search engine having a hard time dealing with this.</p><h4>A little knowledge is a dangerous thing&#8230;</h4><p>At Twitter, they figured out that they shouldn&#8217;t use relative canonicals. So a developer there thought he was smart and probably defined the domain part of the canonical URL using the HOST header information. This causes the very issue that I talked about in the introduction above, because now the IP result in the screenshot above has a canonical URL pointing to itself, causing Google to show Twitter&#8217;s IP&#8217;s in search results everywhere instead of the proper domain&#8230;</p><h3>Protocol-relative URLs</h3><p>Another issue is the so-called protocol relative URL. This is a URL that leaves of the http:// or https:// bit. This type of relative URL does have its uses, but it should not be deployed outside of those useful cases. The useful cases are when it&#8217;s used inside JavaScript or CSS, so files are served over the same protocol as the current page, especially because when you&#8217;re on a https URL, serving anything over http basically breaks the security. Using protocol relative URLs within links or canonical URLs is a <em>very bad idea</em> though, because you can still have duplicate content issues between http and https versions of a website.</p><h2>The solution</h2><p>WordPress core has this solution solved in a very nice way, using a couple of solutions:</p><h3>Absolute URLs everywhere</h3><p>Whenever WordPress outputs a URL, it&#8217;s always a full, absolute URL. For the domain name part of that it uses the domain you set in the General settings. This is the type of solution everyone should use: the domain name should be in a configuration file, this would allow you to still easily migrate between development environment and live environment by just using different configuration files.</p><h3>Canonical Redirects</h3><p>Whenever WordPress detects that you are on a specific article but are not using the proper &#8220;canonical&#8221; URL, it&#8217;ll try to 301 redirect you to the correct version. For the cases when it doesn&#8217;t detect this (it for instance ignores query parameters added to the URL), there is:</p><h3>The canonical link URL element</h3><p>When you&#8217;re on a single post or page, WordPress puts out a <a\nhref=\"http://yoast.com/canonical-url-links/\">canonical link element</a>, based on what the URL of the current article should be, irregardless of what&#8217;s in your browsers location bar. My <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO plugin</a> extends this functionality to display canonical link elements just about everywhere within WordPress, and you should do this in your CMS too.</p><h2>Conclusion</h2><p>Twitter&#8217;s issue could be rather easily resolved, as we&#8217;ve discussed, by using proper absolute URLs everywhere in their code. There are no real good arguments against not doing that. While Twitter is not a direct e-commerce site and might not have the biggest of issues with losing a bit of traffic, I&#8217;ve had issues with relative URLs and relative canonicals at clients that have cost those clients upwards of a hundred thousand euro&#8217;s. The very small gain in web development time, if any, is never, ever, worth that.</p><p>So you should be using absolute URLs at all times, canonical redirects when possible and canonical link elements should ideally be on every page you serve out. After all, when you&#8217;re building a brand, do you really want to lose that brand in the search result pages? I think that&#8217;s a waste and I&#8217;m guessing you do too.</p><p><a\nhref=\"http://yoast.com/relative-urls-issues/\">Why relative URLs should be forbidden for web developers</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/qPbEHoWyZgc\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://yoast.com/relative-urls-issues/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:2:\"60\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/08/yoast-twitter-125x83.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:65:\"http://cdn.yoast.com/wp-content/uploads/2012/08/yoast-twitter.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"yoast – twitter\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/08/yoast-twitter-125x83.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://yoast.com/relative-urls-issues/#utm_source=rss&utm_medium=rss&utm_campaign=relative-urls-issues\";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:11:\"           \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Redesign and 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/Dzq5aIAuyBM/\";s: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:44:\"http://yoast.com/redesign-and-more/#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, 15 Aug 2012 11:47: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Offtopic\";s: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:25:\"http://yoast.com/?p=45894\";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:794:\"<p>Yoast keeps changing and growing in many, many ways. One of those is a redesign, which is now live. We&#8217;re finally using the theme framework we&#8217;ve been recommending to others for ages: StudioPress&#8217; Genesis. We used an external developer for most of the development, just because I&#8217;m too pressed for time myself and didn&#8217;t want&#8230;</p><p><a\nhref=\"http://yoast.com/redesign-and-more/\">Redesign and more :)</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:2569:\"<p><img\nclass=\"alignright size-full wp-image-45895\" title=\"yoast redesign\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/08/yoast-redesign.png\" alt=\"yoast redesign\" width=\"347\" height=\"156\" />Yoast keeps changing and growing in many, many ways. One of those is a redesign, which is now live. We&#8217;re finally using the theme framework we&#8217;ve been recommending to others for ages: <a\nhref=\"http://yoast.com/out/genesis/\">StudioPress&#8217; Genesis</a>. We used an external developer for most of the development, just because I&#8217;m too pressed for time myself and didn&#8217;t want this to wait. His name is <a\nhref=\"http://www.billerickson.net/\">Bill Erickson</a> and he comes <em>highly</em> recommended, he&#8217;s been an absolute pleasure to work with.</p><p>I hope you like it, a longer story on the how and why of this will come soon, as we make sure we&#8217;ve fixed all small bugs.</p><h2>Other changes at Yoast</h2><p>But there&#8217;s more&#8230; While we work on the new design, we can also tell you that we&#8217;ve actually hired a part-time designer, who&#8217;ll be joining us September 1st to start out several new projects. We&#8217;re excited to have her on board but we won&#8217;t tell you more than that just yet!</p><p>Related to that I have finally convinced my wife that I need her in the company too, to head up our research &#8220;department&#8221; (she&#8217;s a Ph. D. in criminology/sociology). While she will continue to teach and do research at <a\nhref=\"http://www.studyatavans.com/en/home\">Avans</a>, she will also be helping us out with a research project, for which an intern will be starting soon as well.</p><p>One more thing&#8230;</p><p><a\nhref=\"http://yoast.com/wordpress/video-seo/\">Video SEO</a>! It&#8217;s like, ready. We&#8217;re hard at work preparing documentation and the necessary infrastructure, but the plugin will go on sale within the next few weeks.</p><p>That&#8217;s it for now, enjoy the new design and make sure you subscribe to the newsletter so we can keep you up to date.</p><p><a\nhref=\"http://yoast.com/redesign-and-more/\">Redesign and more :)</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/Dzq5aIAuyBM\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://yoast.com/redesign-and-more/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:2:\"85\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:75:\"http://cdn3.yoast.com/wp-content/uploads/2012/08/yoast-redesign-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:66:\"http://cdn.yoast.com/wp-content/uploads/2012/08/yoast-redesign.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"yoast redesign\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:75:\"http://cdn3.yoast.com/wp-content/uploads/2012/08/yoast-redesign-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://yoast.com/redesign-and-more/#utm_source=rss&utm_medium=rss&utm_campaign=redesign-and-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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:14:\"              \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Tag Optimization 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:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/99yY97SLdX4/\";s: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:42:\"http://yoast.com/optimizing-tags/#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, 04 Jul 2012 14:51:30 +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:9:\"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:25:\"http://yoast.com/?p=45845\";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:769:\"<p>In our website reviews we regularly encounter websites who&#8217;ve got just as many tags as posts, or 20,000 posts and 5,000 tags. This is undesirable as it means you&#8217;re not using tags to relate your posts together, which is what you should do. We usually tell them to optimize their tags but that&#8217;s easier to&#8230;</p><p><a\nhref=\"http://yoast.com/optimizing-tags/\">Tag Optimization for WordPress</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:4501:\"<p>In our <a\nhref=\"http://yoast.com/hire-me/website-review/\">website reviews</a> we regularly encounter websites who&#8217;ve got just as many tags as posts, or 20,000 posts and 5,000 tags. This is undesirable as it means you&#8217;re not using tags to relate your posts together, which is what you should do. We usually tell them to optimize their tags but that&#8217;s easier to say than do. Deleting them is easy, but that&#8217;s not a solution. What you <em>should</em> be doing is merging multiple tags into one, adding more posts to a tag or delete &amp; redirect them to your homepage.</p><p>That&#8217;s not something you want to do manually, as it&#8217;s a lot of work. That&#8217;s why I built a tool called the Term Optimizer. This tool helps you find tags or other taxonomy terms that are used only once, or even less, and allows you to merge them, redirect them, etc.</p><h2>Optimize your WordPress Tags with the Term Optimizer</h2><p>It&#8217;s simple, once you&#8217;ve bought the file, you place it in your WordPress root directory, it needs to have <em>wp- load.php</em> in the same directory. You then open the URL and you&#8217;ll be seeing an interface like this (click for larger version):</p><p><a\nclass=\"thickbox\" href=\"http://cdn.yoast.com/wp-content/uploads/2012/07/Term-Optimizer-by-Yoast.png\"><img\nclass=\"alignnone size-large wp-image-45853\" title=\"Easy Tag Optimization with Term Optimizer by Yoast\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/07/Term-Optimizer-by-Yoast-590x533.png\" alt=\"Easy Tag Optimization with Term Optimizer by Yoast\" width=\"580\" height=\"523\" /></a></p><p>By default it&#8217;ll search for all tags that are used less than 4 times. As you can see, there&#8217;s a checkbox before each post. If you check them and use the drop down in the top, you can choose from several actions:</p><p><img\nclass=\"aligncenter size-full wp-image-45855\" title=\"With selected tags, do the following: merge, delete &amp; redirect, shows posts with term, search &amp; tag\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/07/with-selected-do.png\" alt=\"With selected tags, do the following: merge, delete &amp; redirect, shows posts with term, search &amp; tag\" width=\"372\" height=\"133\" /></p><p>If you choose merge and selected, you&#8217;ll be presented with a second screen that allows you to choose the tag you want to merge these tags with. Once that&#8217;s done, if your .htaccess file is writeable, the tool will automatically add the redirect lines to your .htaccess file.</p><p>Pressing delete will do something similar, you&#8217;ll be able to redirect to the homepage, to a category or to a custom URL:</p><p><img\nclass=\"aligncenter size-full wp-image-45849\" title=\"Delete &amp; redirect tag\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/07/delete-redirect-tag.png\" alt=\"Delete &amp; redirect tag\" width=\"312\" height=\"199\" /></p><p>This allows you to optimize your tags with only a few minutes / hours work, instead of having to get a developer to do all this work for you.</p><h2>Quickly Adding Tags to Posts</h2><p>Sometimes you realize that you should have created a certain tag and it&#8217;s now a lot of work to do that through the interface. With the term optimizer you can do that quite simply (click for larger image):</p><p><a\nclass=\"thickbox\" href=\"http://cdn3.yoast.com/wp-content/uploads/2012/07/search-tag.png\"><img\nclass=\"aligncenter size-large wp-image-45860\" title=\"Search &amp; Tag posts\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/07/search-tag-590x632.png\" alt=\"Search &amp; Tag posts\" width=\"580\" height=\"621\" /></a></p><h2>Buy this Tool, start Optimizing your Tags Now!</h2><p>We&#8217;ll be making this available to our past website review customers who need it for free, if you&#8217;re not a website review customer but just want to clean up your tags or other terms, you can buy it now:</p><div\nclass=\"aligncenter\"><a\nclass=\"button\" href=\"http://gum.co/vyvF\">Buy Term Optimizer</a></div><p><a\nhref=\"http://yoast.com/optimizing-tags/\">Tag Optimization for WordPress</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/99yY97SLdX4\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://yoast.com/optimizing-tags/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:2:\"86\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:84:\"http://cdn3.yoast.com/wp-content/uploads/2012/07/Term-Optimizer-by-Yoast-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:4:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:75:\"http://cdn.yoast.com/wp-content/uploads/2012/07/Term-Optimizer-by-Yoast.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Easy Tag Optimization with Term Optimizer by Yoast\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:84:\"http://cdn3.yoast.com/wp-content/uploads/2012/07/Term-Optimizer-by-Yoast-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:68:\"http://cdn.yoast.com/wp-content/uploads/2012/07/with-selected-do.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"With selected tags, do the following: merge, delete & redirect, shows posts with term, search & tag\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:77:\"http://cdn2.yoast.com/wp-content/uploads/2012/07/with-selected-do-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:72:\"http://cdn2.yoast.com/wp-content/uploads/2012/07/delete-redirect-tag.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Delete & redirect tag\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:80:\"http://cdn2.yoast.com/wp-content/uploads/2012/07/delete-redirect-tag-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:63:\"http://cdn3.yoast.com/wp-content/uploads/2012/07/search-tag.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Search & Tag posts\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:70:\"http://cdn.yoast.com/wp-content/uploads/2012/07/search-tag-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://yoast.com/optimizing-tags/#utm_source=rss&utm_medium=rss&utm_campaign=optimizing-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:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:14:\"              \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Twitter Cards, Open Graph & Social Meta Data\";s: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://feedproxy.google.com/~r/joostdevalk/~3/QeKlh469Q54/\";s: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:40:\"http://yoast.com/twitter-cards/#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 Jun 2012 06:22:25 +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:4:{i:0;a:5:{s:4:\"data\";s:12:\"Social Media\";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:9:\"OpenGraph\";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:\"Twitter\";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:5:{s:4:\"data\";s:17:\"WordPress Plugins\";s: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:25:\"http://yoast.com/?p=45800\";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:788:\"<p>Two days ago, Twitter introduced a new system called Twitter Cards (see their docs). It allows site owners to enhance the expanded tweets Twitter creates for their site, much in the same was as  OpenGraph tags give site owners the chance to determine what their posts &#38; pages will look like when shared on Facebook. In&#8230;</p><p><a\nhref=\"http://yoast.com/twitter-cards/\">Twitter Cards, Open Graph &#038; Social Meta Data</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:5576:\"<p><a\nhref=\"http://cdn3.yoast.com/wp-content/uploads/2012/06/example-card-web-summary.png\"><img\nclass=\"alignright size-medium wp-image-45801\" title=\"Example Twitter Card\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/06/example-card-web-summary-300x156.png\" alt=\"Example Twitter Card\" width=\"300\" height=\"156\" /></a>Two days ago, Twitter <a\nhref=\"https://dev.twitter.com/blog/twitter-cards\">introduced</a> a new system called Twitter Cards (see <a\nhref=\"https://dev.twitter.com/docs/cards\">their docs</a>). It allows site owners to enhance the expanded tweets Twitter creates for their site, much in the same was as  OpenGraph tags give site owners the chance to determine what their posts &amp; pages will look like when shared on Facebook. In fact, Twitter chose to fall back to OpenGraph data when their specific tags aren&#8217;t being used, just as Google+ does.</p><p>A while back Alex posted about <a\nhref=\"http://yoast.com/facebook-open-graph-protocol/\">OpenGraph</a> here and users of my <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO plugin</a> will have noticed that quite some development went into (and actually still goes into) the OpenGraph settings of that plugin. With this change, that development has been worth while even more. Google+, Facebook and Twitter now all use the basic OpenGraph tags like og:url, <code>og:description</code>, <code>og:title</code> and <code>og:image</code>.</p><p>This means that for a full Twitter Cards implementation, you only really need to add three lines to your site. For instance for every post <a\nhref=\"http://yoast.com/author/michiel/\">Michiel</a> writes on this site, we&#8217;d need to add this:</p><pre class=\"brush: xml; title: ; notranslate\">&lt;meta name=&quot;twitter:card&quot; value=&quot;summary&quot;&gt;\n&lt;meta name=&quot;twitter:site&quot; value=&quot;@yoast&quot;&gt;\n&lt;meta name=&quot;twitter:creator&quot; value=&quot;@michielheijmans&quot;&gt;</pre><p>All the other data would be taken from the OpenGraph metadata that&#8217;s already there. When I noticed this, I realized that the Twitter Card implementation for my SEO plugin would be a breeze; so I went ahead and build it. I&#8217;m currently waiting for access to their beta so I can test it, but the implementation is mostly done. It&#8217;ll add a Twitter contact field to every user&#8217;s profile using the <a\nhref=\"http://yoast.com/user-contact-fields-wordpress/\">method I wrote about a few days ago</a>. Next to that it&#8217;ll allow you to set a site Twitter account and check a box to say you want to include the data, that&#8217;s it. If you want to have a play, the code is already in the WordPress SEO trunk, so you can download it from the <a\nhref=\"http://wordpress.org/extend/plugins/wordpress-seo/developers/\">developers page</a>.</p><h2>What Twitter Cards mean for OpenGraph</h2><p>As you&#8217;ll understand, Twitter Cards made OpenGraph even more important than it already was. No site on the web should be without the basic OpenGraph meta data anymore. Microsoft recently announced <a\nhref=\"http://blogs.msdn.com/b/ie/archive/2012/05/14/sharing-links-from-ie10-on-windows-8.aspx\">suport for OpenGraph in IE10</a> in Windows 8 as well, which just adds another reason.</p><p>It makes sense too: the OpenGraph protocol is relatively easy yet allows for a bit more than just a meta description and title tag. So go forth and implement OpenGraph!</p><h2>Merge it all into one standard</h2><p>There are some things that obviously need to be worked on though. The fact that Twitter requires the <code>twitter:card</code> meta tag sort of annoys me, as it seems to me they could have just mapped the <code>og:type</code> meta tag for that, which would make implementation even easier. The same goes for the <code>og:url</code> meta tag, Facebook falls back to the <code>rel=canonical</code> element when it&#8217;s there and there is no <code>og:url</code> element, I&#8217;m hoping Twitter will do the same but they haven&#8217;t specified it yet.</p><p>In the <a\nhref=\"https://www.facebook.com/groups/opengraph/\">Facebook group</a> that discusses the Open Graph Protocol I already saw <a\nhref=\"https://www.facebook.com/groups/opengraph/permalink/447342028623970/\">Tantek Çelik say</a> what I was thinking:</p><blockquote><p>og:&#8230; twitter:&#8230; &#8211; it&#8217;s like vendor prefixes for meta tags! looks like a good opportunity to create a microformat based on commonalities among all this vendor-specific work.</p></blockquote><p>All I can say is: yes! Hell yes! Because before you know it, Pinterest will create some meta tags too, StumbleUpon will follow and we&#8217;ll have even more code spaghetti in the <code>&lt;head&gt;</code>s of our pages.</p><p>For now though, I like what Twitter did with their Twitter Cards change, here&#8217;s to hoping I get into the beta soon.</p><p><strong>Update September 5th, 2012:</strong> it now works for yoast.com! Here are some <a\nhref=\"http://yoast.com/twitter-cards-in-action/\">more thoughts on the topic</a>.</p><p><a\nhref=\"http://yoast.com/twitter-cards/\">Twitter Cards, Open Graph &#038; Social Meta Data</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/QeKlh469Q54\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://yoast.com/twitter-cards/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:2:\"35\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:84:\"http://cdn.yoast.com/wp-content/uploads/2012/06/example-card-web-summary-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:77:\"http://cdn3.yoast.com/wp-content/uploads/2012/06/example-card-web-summary.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Example Twitter Card\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:84:\"http://cdn.yoast.com/wp-content/uploads/2012/06/example-card-web-summary-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://yoast.com/twitter-cards/#utm_source=rss&utm_medium=rss&utm_campaign=twitter-cards\";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:\"             \";s: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"User Contact Fields 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/gHUBwi4FUAk/\";s: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:56:\"http://yoast.com/user-contact-fields-wordpress/#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, 13 Jun 2012 08:00: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:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Facebook\";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:6:\"Google\";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:5:{s:4:\"data\";s:7:\"Twitter\";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:5:{s:4:\"data\";s:17:\"WordPress Plugins\";s: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:24:\"http://yoast.com/?p=1593\";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:778:\"<p>WordPress comes with a &#8220;default&#8221; set of user contact fields, which has always looked random to me: AIM, Yahoo IM and Jabber / Google Talk, instead of what I&#8217;d want to have there: Twitter, Facebook and Google+. A while back I got frustrated enough to have a look at how this was actually dealt with&#8230;</p><p><a\nhref=\"http://yoast.com/user-contact-fields-wordpress/\">User Contact Fields in WordPress</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:3157:\"<p>WordPress comes with a &#8220;default&#8221; set of user contact fields, which has always looked random to me: AIM, Yahoo IM and Jabber / Google Talk, instead of what I&#8217;d want to have there: Twitter, Facebook and Google+. A while back I got frustrated enough to have a look at how this was actually dealt with in the backend of WordPress, and fix it, so in WordPress 2.9 an API was added as a result of ticket <a\nhref=\"http://core.trac.wordpress.org/ticket/10240\">#10240</a>.</p><p>This change allowed for developers to add user contact fields in a very simple way. The example code below adds Twitter and removes Yahoo IM, and yes, this is all the code that&#8217;s needed to do it:</p><pre class=\"brush: php; title: ; notranslate\">function add_twitter_contactmethod( $contactmethods ) {\n  // Add Twitter\n  if ( !isset( $contactmethods[\'twitter\'] ) )\n    $contactmethods[\'twitter\'] = \'Twitter\';\n\n  // Remove Yahoo IM\n  if ( isset( $contactmethods[\'yim\'] ) )\n    unset( $contactmethods[\'yim\'] );\n\n  return $contactmethods;\n}\nadd_filter( \'user_contactmethods\', \'add_twitter_contactmethod\', 10, 1 );</pre><p>Easy does it, right? Retrieving the user contact field isn&#8217;t much harder either, for example, if you&#8217;re on a singular page, use the following code:</p><pre class=\"brush: php; title: ; notranslate\">if ( is_singular() ) {\n  global $post;\n  $twitter = get_the_author_meta( \'twitter\', $post-&gt;post_author );\n}</pre><p>And there you have it! My <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO plugin</a> uses this exact method to add a Google+ profile field for users to be used in conjunction with the <a\nhref=\"http://yoast.com/highlighting-wordpress-authors-search/\">author highlighting</a> features of Google. If you&#8217;d want to echo the Google+ user contact field that plugin creates, do the following:</p><pre class=\"brush: php; title: ; notranslate\">if ( is_singular() ) {\n  global $post;\n  the_author_meta( \'googleplus\', $post-&gt;post_author );\n}</pre><p>As you can see this uses <code>the_author_meta</code> instead of <code>get_the_author_meta</code>. The <code>$post</code> global and the <code>$post-&gt;post_author</code> reference would strictly speaking not even be needed as they&#8217;re called from the global otherwise within the function, but this might prevent issues with retrieving the wrong user contact fields.</p><p>That&#8217;s it! Now you can add and remove user contact fields as you wish. You can do this in your theme&#8217;s <em>functions.php</em> or in a plugin, be sure to add the <code>isset</code> code around it to prevent notices though!</p><p><a\nhref=\"http://yoast.com/user-contact-fields-wordpress/\">User Contact Fields in WordPress</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/gHUBwi4FUAk\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://yoast.com/user-contact-fields-wordpress/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:2:\"20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://yoast.com/user-contact-fields-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=user-contact-fields-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:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:17:\"                 \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress SEO 1.2 – Major Upgrade\";s: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://feedproxy.google.com/~r/joostdevalk/~3/9gwcWupQ9Is/\";s: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:44:\"http://yoast.com/wordpress-seo-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, 12 Jun 2012 13:11: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"WordPress Plugins\";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:13:\"WordPress 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://yoast.com/?p=45751\";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:751:\"<p>My WordPress SEO plugin has been updated to 1.2. A few weeks back I did a series of bug fix updates and while doing that I noticed there where things that were really bugging me in the plugin. Everybody seemed to focus on the settings and hardly anyone was working with the snippet preview and&#8230;</p><p><a\nhref=\"http://yoast.com/wordpress-seo-1-2/\">WordPress SEO 1.2 &#8211; Major Upgrade</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:8046:\"<p>My WordPress SEO plugin has been updated to 1.2. A few weeks back I did a series of bug fix updates and while doing that I noticed there where things that were <em>really</em> bugging me in the plugin. Everybody seemed to focus on the settings and hardly anyone was working with the snippet preview and the page analysis functionality, in my opinion the most important pieces of the plugin. This update will try and gently push you to use that functionality more.</p><p>Next to that, I also did a major overhaul of the two most important settings pages, so let&#8217;s discuss these changes first:</p><h2>The new SEO settings pages</h2><p>The plugin used to have a &#8220;Titles&#8221; and an &#8220;Indexation&#8221; page. That was confusing as the titles page also covered the meta descriptions and had pieces for each (custom) post type and (custom) taxonomy and the Indexation page had other settings for these same post types and taxonomies. So I decided to merge them into one and divide them into tabs for the separate sections.</p><p>These sections now look as follows:</p><p><img\nclass=\"alignnone size-full wp-image-45755\" title=\"Titles Meta settings\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/06/Titles-Meta-settings.png\" alt=\"Titles Meta settings\" width=\"580\" height=\"631\" /></p><p>And the section for post types:</p><p><img\nclass=\"alignnone size-full wp-image-45756\" title=\"titles meta settings for post types\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/06/titles-metas-post-types.png\" alt=\"titles meta settings for post types\" width=\"580\" height=\"502\" /></p><p>As you can see, they&#8217;re much cleaner. Both post types and taxonomies can now be noindex, followed straight from this interface as well, with the option to override the global setting on a per post or per term (eg. a tag or category) basis.</p><h2>Rel=&#8221;author&#8221;</h2><p>As I mentioned in my previous post about <a\nhref=\"http://yoast.com/push-rel-author-head/\">rel=&#8221;author&#8221; through your head</a>, this feature is now in WordPress SEO 1.2. Simply go to your author profile and fill your Google+ URL and it&#8217;ll be added to each post automagically.</p><h2>Default Settings</h2><p>The WordPress SEO plugin until now always lacked proper default settings. It had them but it didn&#8217;t show them to the user in the titles section and it didn&#8217;t have them for various other sections. While there&#8217;s still more work to do with guiding people to get the right settings, the plugin now sets defaults that should work well for 99% of sites on install.</p><p>This also means the plugin, when freshly installed, will now automatically enable XML Sitemaps and will detect automatically whether force rewrite needs to be enabled or not. That should save me some support headaches.</p><p>But, as I said, those sections aren&#8217;t really that important. This bit is:</p><h2>The Snippet Preview &amp; Focus keyword</h2><p>An enormous amount of bugs have been fixed in the snippet preview and the focus keyword functionality. Most of them are related to non-ascii characters and languages such as Russian and Arabian, but others involve keywords with dollar signs or even simple dashes. &#8220;<a\nhref=\"http://yoast.nl/seo-trainingen/in-company-seo-training/\">In-company SEO training</a>&#8221; for instance will now be properly recognized as a focus keyword.</p><p>The bolding of keywords in the snippet preview has also been fixed for all cases I knew went wrong. If you still have issues, be sure to let me know through the forums; but I fully expect this release to fix most of them.</p><h2>The Page Analysis functionality</h2><p>When I introduced this functionality in May 2011 I thought it was the best thing since sliced bread, but as I said, I couldn&#8217;t get enough people to use it properly. Linkdex, who contributed the original code, always calculated a &#8220;score&#8221; for each page based on that code and I had decided to not use that score. The reason I left it out was simple: I didn&#8217;t want people to optimize for that last percent.</p><p>For this release, I decided it was time to re-think that approach and come up with something better. Now, each post, page or other post type will get a &#8220;score&#8221;, but there are only 4 options:</p><ul><li>bad (red)</li><li>poor (orange)</li><li>ok (yellow)</li><li>good (green)</li></ul><p>They look as follows:</p><p><img\nclass=\"aligncenter size-full wp-image-45754\" title=\"Score buttons\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/06/score_buttons.png\" alt=\"Score buttons\" width=\"164\" height=\"19\" /></p><p>This score is shown inside the publish box:</p><p><img\nclass=\"aligncenter size-full wp-image-45752\" title=\"SEO Score shown inside the publish box\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/06/seo-score-publish-box.png\" alt=\"SEO Score shown inside the publish box\" width=\"288\" height=\"96\" /></p><p>But, more importantly, it&#8217;s also shown in the overview of posts and pages, alongside other key SEO info (click for large version):</p><p><a\nclass=\"thickbox\" href=\"http://cdn2.yoast.com/wp-content/uploads/2012/06/seo-score-pages-overview.png\"><img\nclass=\"aligncenter size-large wp-image-45753\" title=\"SEO Score in the pages overview\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/06/seo-score-pages-overview-590x231.png\" alt=\"SEO Score in the pages overview\" width=\"580\" height=\"227\" /></a></p><p>As you can see, you can show the SEO score, the focus keyword, the meta description and the title; and you have the ability to sort by the first three of those values. This makes it easy to find posts that don&#8217;t have a focus keyword or have a low SEO score. You can also easily disable those columns that you&#8217;d rather not see. Within the posts overview, there are two colors for posts that aren&#8217;t a score. Grey means the post has no focus keyword and thus no score; blue means the post is set to noindex, so the score doesn&#8217;t matter.</p><h2>Questions and Answers about this release</h2><ul><li><strong>Why is this 1.2 and not 2.0?</strong><br\n/> I&#8217;ve decided my WordPress SEO plugin will follow the same version numbering as WordPress, so each point release is a major version increase. This prevents version number inflation so we don&#8217;t have WordPress SEO 25 in 4-5 years time.</li><li><strong>Will all my settings be saved when I upgrade?</strong><br\n/> Yes. But it won&#8217;t hurt you to go through all your settings and check whether you&#8217;re still doing what&#8217;s best for you. It won&#8217;t force the new defaults on you if you&#8217;ve already got the plugin installed, but there&#8217;s a button you can push if you want it to.</li><li><strong>Does this version do <em>X</em>?</strong><br\n/> It might. Why not download it and see for yourself? If it doesn&#8217;t, open a thread in the forums and let&#8217;s talk about it. Be warned though, I refuse most feature requests.</li><li><strong>You removed the setting for X, how can I change that now?</strong><br\n/> First of all, I tend to remove stuff for a good reason. Think about why I did that and see if you really need to change it. If you do, there&#8217;s a good chance the <a\nhref=\"http://yoast.com/wordpress/seo/api-docs/\">WordPress SEO API</a>, which has a ton of actions and filters added in this release, will allow you to change it programmatically.</li></ul><p>That&#8217;s it! Go and play with it and let me know what you think about this upgrade in the comments!</p><p><a\nhref=\"http://yoast.com/wordpress-seo-1-2/\">WordPress SEO 1.2 &#8211; Major Upgrade</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/9gwcWupQ9Is\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://yoast.com/wordpress-seo-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:3:\"369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn2.yoast.com/wp-content/uploads/2012/06/Titles-Meta-settings-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:5:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:73:\"http://cdn3.yoast.com/wp-content/uploads/2012/06/Titles-Meta-settings.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Titles Meta settings\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn2.yoast.com/wp-content/uploads/2012/06/Titles-Meta-settings-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:76:\"http://cdn3.yoast.com/wp-content/uploads/2012/06/titles-metas-post-types.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"titles meta settings for post types\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:83:\"http://cdn.yoast.com/wp-content/uploads/2012/06/titles-metas-post-types-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:66:\"http://cdn2.yoast.com/wp-content/uploads/2012/06/score_buttons.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Score buttons\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:73:\"http://cdn2.yoast.com/wp-content/uploads/2012/06/score_buttons-125x19.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:74:\"http://cdn2.yoast.com/wp-content/uploads/2012/06/seo-score-publish-box.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"SEO Score shown inside the publish box\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn3.yoast.com/wp-content/uploads/2012/06/seo-score-publish-box-125x96.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:77:\"http://cdn2.yoast.com/wp-content/uploads/2012/06/seo-score-pages-overview.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"SEO Score in the pages overview\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:85:\"http://cdn3.yoast.com/wp-content/uploads/2012/06/seo-score-pages-overview-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://yoast.com/wordpress-seo-1-2/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-seo-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:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:16:\"                \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Push rel=”author” through your head\";s: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://feedproxy.google.com/~r/joostdevalk/~3/Aq4UeMKt4bQ/\";s: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:47:\"http://yoast.com/push-rel-author-head/#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:\"Fri, 08 Jun 2012 12:36: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:3:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"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:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"WordPress Plugins\";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:5:{s:4:\"data\";s:13:\"WordPress 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://yoast.com/?p=45687\";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:848:\"<p>No this title wasn&#8217;t a pun. It&#8217;s dead serious. My buddy Arjan discovered yesterday that Google is now allowing rel=&#8221;author&#8221; markup through a &#60;link&#62; element in the head of your site. This makes adding rel=&#8221;author&#8221; to your site properly a lot easier, and allows me to add it to my WordPress SEO plugin. The rel=&#8221;author&#8221; link&#8230;</p><p><a\nhref=\"http://yoast.com/push-rel-author-head/\">Push rel=&#8221;author&#8221; through your head</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:3833:\"<p><a\nhref=\"http://cdn2.yoast.com/wp-content/uploads/2012/06/rel-author.png\"><img\nclass=\"alignright size-full wp-image-45689\" title=\"rel=author in action\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/06/rel-author.png\" alt=\"rel=author in action\" width=\"200\" height=\"102\" /></a>No this title wasn&#8217;t a pun. It&#8217;s dead serious. My buddy <a\nhref=\"http://www.uprise.nl/\">Arjan</a> discovered yesterday that Google is now allowing <a\nhref=\"http://yoast.com/wordpress-rel-author-rel-me/\">rel=&#8221;author&#8221;</a> markup through a &lt;link&gt; element in the head of your site. This makes adding rel=&#8221;author&#8221; to your site properly a lot easier, and allows me to add it to my WordPress SEO plugin.</p><h2>The rel=&#8221;author&#8221; link element</h2><p>So the element should look like this:</p><pre>&lt;link rel=\"author\" href=\"<a href=\"https://plus.google.com/115369062315673853712/posts\" target=\"_blank\">https://plus.google.com/115369062315673853712/posts</a>\"/&gt;</pre><p>Where the Google+ link should link to your Google+ profile. It&#8217;s really that simple. I reached out to Google  to get confirmation that this would work and would keep working and they confirmed. So making author highlights work is now a three step process:</p><h2>Getting author highlights</h2><p>It&#8217;s a simple three step process:</p><ol><li>Add the above link to the &lt;head&gt; of the URLs you&#8217;d like your face to appear on.</li><li>On your Google+ profile, you need to make sure to have a link pointing back to the site you want the author highlight to work on.</li><li>Make sure your +1&#8242;s are public on your Google+ profile or it won&#8217;t work.</li></ol><p>Once you&#8217;ve done the above, use the <a\nhref=\"http://www.google.com/webmasters/tools/richsnippets\">rich snippet testing tool</a> to confirm it works.</p><h2>rel=&#8221;author&#8221; in my WordPress SEO plugin</h2><p>This already works in the development version of my WordPress SEO plugin, you can download that from the <a\nhref=\"http://wordpress.org/extend/plugins/wordpress-seo/developers/\">developers page</a>. That version has a bucket load of improvements and some new features, so you might want to test that anyway, it&#8217;ll probably be released early next week.</p><p>If you&#8217;re looking for it in the development version, there are two spots: on each users profile page there&#8217;s a new Google+ contact method:</p><p\nstyle=\"text-align: center;\"><img\nclass=\"size-full wp-image-45693 aligncenter\" title=\"Google Plus for rel=&quot;author&quot;\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/06/google-plus-profile.png\" alt=\"Google Plus for rel=&quot;author&quot;\" width=\"553\" height=\"285\" /></p><p>When a user fills this out, the link will automatically be added to each post or page he/she publishes. On the &#8220;new&#8221; Title&#8217;s &amp; Meta&#8217;s settings page under SEO, you&#8217;ll find a drop down which allows you to choose which author should be shown on the frontpage:</p><p><img\nclass=\"wp-image-45694 alignnone\" title=\"rel=author drop down for homepage\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/06/home-rel-author.png\" alt=\"rel=author drop down for homepage\" width=\"580\" /></p><p>That&#8217;s it. Let me know whether this works for you!</p><p><a\nhref=\"http://yoast.com/push-rel-author-head/\">Push rel=&#8221;author&#8221; through your head</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/Aq4UeMKt4bQ\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://yoast.com/push-rel-author-head/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:3:\"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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:70:\"http://cdn.yoast.com/wp-content/uploads/2012/06/rel-author-125x102.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:3:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:63:\"http://cdn2.yoast.com/wp-content/uploads/2012/06/rel-author.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"rel=author in action\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:70:\"http://cdn.yoast.com/wp-content/uploads/2012/06/rel-author-125x102.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:71:\"http://cdn.yoast.com/wp-content/uploads/2012/06/google-plus-profile.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Google Plus for rel=”author”\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:79:\"http://cdn.yoast.com/wp-content/uploads/2012/06/google-plus-profile-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:68:\"http://cdn2.yoast.com/wp-content/uploads/2012/06/home-rel-author.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"rel=author drop down for homepage\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:76:\"http://cdn3.yoast.com/wp-content/uploads/2012/06/home-rel-author-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://yoast.com/push-rel-author-head/#utm_source=rss&utm_medium=rss&utm_campaign=push-rel-author-head\";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:11:\"           \";s: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:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Common sense for 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/6FCA-xZElVg/\";s: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:39:\"http://yoast.com/common-sense/#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, 06 Jun 2012 13:34: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:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:3:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"Usability & Conversion\";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:12:\"Social Media\";s: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:25:\"http://yoast.com/?p=45649\";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:740:\"<p>I am the last one to tell a website owner that his job is to become the local SEO or usability expert. That would be unrealistic. Why should a constructor learn SEO? He should not. Why should a gardner know all about user experience? He should not. But how about applying some common sense to&#8230;</p><p><a\nhref=\"http://yoast.com/common-sense/\">Common sense for your website</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/michiel/\">Michiel Heijmans</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Michiel Heijmans\";s: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:8071:\"<p>I am the last one to tell a website owner that his job is to become the local SEO or usability expert. That would be unrealistic. Why should a constructor learn SEO? He should not. Why should a gardner know all about user experience? He should not. But how about applying some common sense to your website?</p><p>Let&#8217;s go over an imaginary website, top to bottom:</p><h2>Browser</h2><p>Your browser has a couple of spots where your &lt;title&gt; is shown, like in the upper left and on a tab. That means your page title should start with he main subject of the page, not your site name. If it would start with your site name, all tabs would read the same title.</p><p>Next to that, you want your browser to display the website as quick as possible, meaning you should make your website as fast as possible. Sure, browser cache and compression might be way over your head, but how about not using a template with tables and combining your CSS and JavaScript files? Or lowering the number of CSS and JavaScript files by losing all &#8216;extra&#8217; WordPress plugins, assuming your site is in WordPress of course.</p><h2>Header</h2><p>Do your really think putting all these items in your header help visitors or Google:</p><ul><li>RSS, Facebook, Twitter, Google+</li><li>Telephone number</li><li>Additional menu for About Us, Privacy Policy, Contact, Directions, Terms &amp; Conditions</li><li>Subscription form for email newsletter</li><li>Banner for your own or even worse other company&#8217;s products</li><li>Quality Marks</li><li>etc</li></ul><p>And all that in the first 100px of your website. Squeezed together and made to be skipped anyway. That header area should contain only the necessary, all other items should be in a sidebar or footer area. If you want people to call you, list your phone number. Make it large, but no larger than your logo. If you are the best painter in Maine, make that statement in the header. No need for all the other fuzz.</p><p>With your header comes the menu (in most cases). If you would list 30 items in the menu, do you think that would add focus to your website or do you think just using six items would guide your visitor more? Consider creating a submenu and add that structure to your breadcrumbs as well.</p><p>So far I have not mentioned anything strange or difficult to implement, right? It&#8217;s all common sense and you have thought at least 10 times &#8220;I know that already&#8221;. So why are not all websites set up with these basics? Why is there so much crap on the web?</p><h2>Content</h2><p>Your page content should contain at least 300 words. That has a simple reason: would your page be a great source for the topic or keyword you want to rank for when it would only contain 50 words? Is that all there is to say about that keyword? I don&#8217;t believe that, you don&#8217;t believe that and Google does not believe that. There should be a significant amount of content for your page to be considered a great source of information.</p><p>Of course you will write some posts or pages that are much shorter, like your contact page, but do your really want to rank that page? No, not on most websites. Don&#8217;t go crazy over this on pages like that, that&#8217;s not worth the effort. Get them on your site with other pages and guide them to your contact form.</p><p>An easy way to do that is by using <a\ntitle=\"Where do you want me to click?\" href=\"http://yoast.com/call-to-action/\">a call-to-action</a>. Make that call-to-action stand out by using colors that are not overused in your design or use a much larger font. Surround the call-to-action with enough whitespace. If you are adding your fourth call-to-action, please realize that that again is killing all focus on the website. Stick to one and let the content do the rest.</p><p>Focus in your content can be achieved by adding subheadings to your text that should be structured in (again) a logical matter, pretty much the same way you should set up a Word document:</p><ul><li>H1<ul\nstyle=\"margin-bottom: 0;\"><li>H2<ul\nstyle=\"margin-bottom: 0;\"><li>H3</li><li>H3</li></ul></li><li>H2</li></ul></li></ul><p>That also means one H1 per page, being the site name on the homepage and the page title on the other pages.</p><p>I think we all agree nowadays that reading on a computer screen is not as pleasant as reading text on paper. But we should make things as convenient as possible: make short sentences and even more important, create short paragraphs. I&#8217;d like to create paragraphs that are four to eight lines long and I hope this is a nice read ;)</p><p>In these paragraphs you should link to your own pages as well as to other websites. The great thing about these links to your own pages is that these links are really valuable as they are surrounded with relevant, related content. Next to that, you can easily use your keywords of choice in the anchor text. Unfortunately most people seem to think that these links should only go to other websites. A regrettable misunderstanding.</p><h2>Sharing</h2><p>If you write great content.. Let me rephrase that: <strong>provided</strong> you write great content, people will be more than willing to tell others about your piece. Of course you should add social sharing buttons below the content. These buttons should not be styled in some fashionable way, but should look like the commonly used share buttons &#8211; see below this post ;) &#8211; for better recognition as sharing buttons.</p><p>I&#8217;d use Facebook, Twitter, Share-by-email and Google+ for all websites, Linkedin for business news / economy related websites and Pinterest only when you have that amazing image in the post that people might want to share. Do not list a share option, just because people you know are using it, but only use those sharing options you think are relevant for your website.</p><p>The fashionable buttons can be used for subscription options, like links to your Facebook profile or your Youtube channel. In most cases, the square icons are used for this, or the round icons you find on yoast.com.</p><h2>Footer</h2><p>This is not a great footer:</p><blockquote><p>© SomewebsiteImade.com. All rights reserved. Reproduction of this content only after written permission.</p></blockquote><p>First: really? Share buttons <em>and</em> telling people they should not use your content on other websites? We actually encountered this in one of the <a\ntitle=\"Website Review\" href=\"http://yoast.com/hire-me/website-review/\">websites we have reviewed</a>.</p><p>Next to that, I think the entire footer should be used for extra contact information (or a small form) and other information that you really want to list on your website like a small link list, perhaps some recent news items and a small category list (max 8 items or so). Not sure about this, but why not throw in some social profiles as well..</p><p>What I really dislike is a footer that has one million links in it. That reduces the value of all other links and all focus on the page.</p><p>So, in conclusion, I think you should not so much focus on hearsay about SEO, but think about what seems logical and makes the most sense. Only when your website makes common sense to you, you should go look for someone that can help you with the not so logical Search Engine and Usability optimization issues ;)</p><h3>Any additions?</h3><p>Common sense is not as easy as it looks for a lot of people. If you have any comments or additions to the list above, please drop me a line in the comments!</p><p><a\nhref=\"http://yoast.com/common-sense/\">Common sense for your website</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/michiel/\">Michiel Heijmans</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/6FCA-xZElVg\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://yoast.com/common-sense/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:2:\"43\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://yoast.com/common-sense/#utm_source=rss&utm_medium=rss&utm_campaign=common-sense\";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:\"             \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Why should I visit 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/um_-AjHfIe4/\";s: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:47:\"http://yoast.com/introductory-content/#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, 28 May 2012 19:18: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:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Usability & Conversion\";s: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:25:\"http://yoast.com/?p=45638\";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:775:\"<p>One thing we often recommend in our site analyses, is the use of introductory content on a homepage. We get quite a lot response on that, with people being unclear how to do that. &#8220;Where should I put that content?&#8221; or &#8220;How long should that content be?&#8221; or the one I dislike the most: &#8220;I&#8230;</p><p><a\nhref=\"http://yoast.com/introductory-content/\">Why should I visit your website?</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/michiel/\">Michiel Heijmans</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Michiel Heijmans\";s: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:5554:\"<p>One thing we often recommend <a\ntitle=\"Our website reviews deal with SEO, usability and more\" href=\"http://yoast.com/hire-me/website-review/\">in our site analyses</a>, is the use of introductory content on a homepage. We get quite a lot response on that, with people being unclear how to do that. &#8220;Where should I put that content?&#8221; or &#8220;How long should that content be?&#8221; or the one I dislike the most: &#8220;I don&#8217;t need that&#8221;.</p><h2>The main goal of introductory content</h2><p>I can not emphasize this enough. Introductory content is meant for your most valued visitors: us people and Google. Introductory content helps those visitors to grasp the leitmotif of your website. It also tells the visitor why you are the source to turn to, whether or not in combination with the title of your website.</p><p>There are two main ways to list that introductory content:</p><h3>The right slogan or tagline as introductory content</h3><p><img\nclass=\"alignright size-full wp-image-45640\" title=\"Chicago Tribune logo\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/05/chicago-tribune.png\" alt=\"Chicago Tribune logo: notice the caption\" width=\"318\" height=\"79\" />If only things where always this simple. <a\ntitle=\"Chicago Tribune\" href=\"http://www.chicagotribune.com/\" rel=\"nofollow\">Chicago Tribune</a> has a small caption below the logo that tells all: We are a Chicago based news provider bringing you all the latest news and we are doing this for such a long time you can consider us a trustworthy source.</p><p>The Chicago Tribune can do that this way and get away with it. But if you are a local news agency that brings mainly local news, you might need a different approach. Just the tagline might not be enough.</p><p>Suppose you are running the website of that more local newsletter, for instance the <a\ntitle=\"Local newspaper for Stowe\" href=\"http://www.stowetoday.com/\" rel=\"nofollow\">Stowe Today</a>. I really love these kind of websites, since they seem to be made with more care and passion than most websites. But it totally lacks introductory content. You have to know Stowe Today to know what the website is about.</p><p>A huge number of inbound links is telling Google what the Chicago Tribune is about, but I can&#8217;t imagine Stowe Today benefitting from such a number of in-links. The website will have to tell Google itself what it is about. It&#8217;s not.</p><p>The website starts off with a lot of (local) banner ads and some featured articles, but nowhere on that page it tells me &#8216;bringing you local news from Stowe, including human interest stories, upcoming events and more&#8217;. If I would not have known better, it might also have been a blog from a very enthusiastic local student, earning an extra buck this way. I also checked the <a\ntitle=\"About Sowe Today\" href=\"http://www.stowetoday.com/site/about/\">About</a>. page of the website, but that only refers to other publications.</p><h3>Adding a few paragraphs as an introduction</h3><p>Most news websites or webshops think they have no space for a few extra paragraphs of introductory content. The website should start with either news or products. I call bullsh*t on that.</p><p>I&#8217;m not a big fan of the somewhat sneaky way the <a\ntitle=\"Hidden introductory content\" href=\"http://www.hypedc.com/\" rel=\"nofollow\">online sneakershop Hypedc.com</a> did this:</p><p><img\nclass=\"aligncenter size-large wp-image-45641\" title=\"Hypedc.com source code\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/05/hypedccom-590x215.png\" alt=\"Hypedc.com source code\" width=\"580\" height=\"211\" /><br\n/> As you can see, the introduction is there, but is not shown on the page itself. You are serving that intro to Google, but not to your customers. Why not!?</p><p>But that is just one way. I&#8217;m a much bigger fan of the way <a\ntitle=\"WP Types introductory content\" href=\"http://wp-types.com/\">WP-Types.com</a> is doing this, for instance:</p><p><img\nclass=\"aligncenter size-full wp-image-45642\" title=\"wp-types\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/05/wp-types.png\" alt=\"WP-Types\" width=\"556\" height=\"288\" /></p><p>&#8220;But they just have a couple of products&#8221;. I hear you, that&#8217;s right. But how about the way <a\ntitle=\"Large intro for SurfStitch\" href=\"http://www.surfstitch.com/\" rel=\"nofollow\">SurfStitch</a> is doing this? That&#8217;s actually quite common for (Magento) webshops. List the products first, than the introduction.</p><p>I think that is a pretty good practice, since your products tell a global story and you are able to refine that with the additional introduction below.</p><h3>Your two cents</h3><p>I&#8217;d like to make a bold statement on introductory content for webshops and am looking forward to your opinion on that, as a webdesigner, SEO or customer:</p><blockquote><p>A webshop&#8217;s homepage does not need any overview of products. A great textual introduction works much better.</p></blockquote><p>Looking forward to your thoughts!</p><p><a\nhref=\"http://yoast.com/introductory-content/\">Why should I visit your website?</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/michiel/\">Michiel Heijmans</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/um_-AjHfIe4\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://yoast.com/introductory-content/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:2:\"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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:75:\"http://cdn2.yoast.com/wp-content/uploads/2012/05/chicago-tribune-125x79.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:3:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:67:\"http://cdn.yoast.com/wp-content/uploads/2012/05/chicago-tribune.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Chicago Tribune logo\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:75:\"http://cdn2.yoast.com/wp-content/uploads/2012/05/chicago-tribune-125x79.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:61:\"http://cdn.yoast.com/wp-content/uploads/2012/05/hypedccom.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Hypedc.com source code\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:69:\"http://cdn.yoast.com/wp-content/uploads/2012/05/hypedccom-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:61:\"http://cdn2.yoast.com/wp-content/uploads/2012/05/wp-types.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"wp-types\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:69:\"http://cdn3.yoast.com/wp-content/uploads/2012/05/wp-types-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://yoast.com/introductory-content/#utm_source=rss&utm_medium=rss&utm_campaign=introductory-content\";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:11:\"           \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Penguin, Panda, it’s not that black and white..\";s: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://feedproxy.google.com/~r/joostdevalk/~3/UDijxOyZ450/\";s: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:47:\"http://yoast.com/penguin-panda-issues/#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 May 2012 12:37: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://yoast.com/?p=45611\";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:818:\"<p>We&#8217;re getting quite a few site review requests and SEO consultancy requests recently for people that have been hit by a sudden drop in traffic after the recent Google Penguin update. Because there has been quite some news about Google&#8217;s Penguin update and before that its Panda update, people are blaming those. In our perspective,&#8230;</p><p><a\nhref=\"http://yoast.com/penguin-panda-issues/\">Penguin, Panda, it&#8217;s not that black and white..</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:4523:\"<p><a\nhref=\"http://cdn2.yoast.com/wp-content/uploads/2012/05/Yoast_penguin.jpg\"><img\nclass=\"alignright size-medium wp-image-45821\" title=\"Yoast - Penguin update\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/05/Yoast_penguin-206x300.jpg\" alt=\"Yoast - Penguin update\" width=\"206\" height=\"300\" /></a>We&#8217;re getting quite a few <a\ntitle=\"Website Review\" href=\"http://yoast.com/hire-me/website-review/\">site review</a> requests and SEO consultancy requests recently for people that have been hit by a sudden drop in traffic after the recent Google Penguin update. Because there has been quite some news about Google&#8217;s Penguin update and before that its Panda update, people are blaming those. In our perspective, whether you&#8217;re blaming Penguin, Panda or another update from Google isn&#8217;t really that interesting if you&#8217;re not an SEO. What matters most is: you&#8217;ve lost traffic, how are you going to get it back?</p><h2>Why you&#8217;d want to know whether the Penguin update caused it</h2><p>The idea is that if you know which update caused your traffic to drop and you know what that update targeted, you only have to fix that specific issue and your rankings will be magically restored. The reality is that it&#8217;s <em>really </em>not that black and white. Quite often now people blame one update, but if we look at the SearchMetrics stats for their domain, they&#8217;ve had a gradual decline over the last few months with a bigger decline in recent weeks. If we based our actions solely on what Penguin update targeted (and that&#8217;s not even really clear yet within the SEO community) we might be missing other issues.</p><p>There were other updates that didn&#8217;t get named by Google in the same way but had a <em>huge</em> impact in some countries. We&#8217;ve seen sites with over-optimized anchor text being hit from the beginning of the year already, but suddenly people now attribute that to Penguin. The end result for you as a site owner: it doesn&#8217;t matter.</p><p>You need to fix <em>all</em> your issues, not just the ones that this specific update &#8220;targets&#8221;.</p><h2>How to get &#8220;your&#8221; traffic back</h2><p>First of all, it&#8217;s not your traffic. It&#8217;s Google&#8217;s traffic. Being mad at Google, or anyone else for that matter, won&#8217;t help you one bit, it&#8217;s Google&#8217;s traffic and they can do what they want with it. So to regain the traffic your website was getting from Google, you need to play by their rules and in all honesty: those rules haven&#8217;t changed all that much over the last 10 years. The only thing that&#8217;s happening is that all the ways people found of bending those rules are slowly breaking.</p><p>Don&#8217;t try and play a game with Google if you don&#8217;t understand what you&#8217;re doing. There are dozens of great blackhats out there whom I respect, but that&#8217;s because they do their own research and they don&#8217;t start complaining publicly when Google catches them. If you have to read about and apply other people&#8217;s tricks, you&#8217;re probably not going to win. As the old saying goes: if you can&#8217;t stand the heat, stay out of the kitchen.</p><p>So how <em>do</em> you get your traffic back? By getting your site re-aligned with Google&#8217;s values. If you&#8217;ve lost in the Panda update or Penguin update and now recently lost a lot of traffic <em>again</em>, Google is sending you a message: your website doesn&#8217;t fit our idea of quality. Fix that. Don&#8217;t try to remove the one or two links that you think might have hurt you.</p><p>Now of course, you&#8217;re more than welcome to <a\ntitle=\"Website Review\" href=\"http://yoast.com/hire-me/website-review/\">order a website review</a> and get our opinion, but please don&#8217;t expect us to come up with a silver bullet. There are no silver bullets in SEO, just a lot of shiny silver drops of sweat, coming from your forehead.</p><p><a\nhref=\"http://yoast.com/penguin-panda-issues/\">Penguin, Panda, it&#8217;s not that black and white..</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/UDijxOyZ450\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://yoast.com/penguin-panda-issues/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:2:\"85\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:73:\"http://cdn.yoast.com/wp-content/uploads/2012/05/Yoast_penguin-125x125.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:66:\"http://cdn2.yoast.com/wp-content/uploads/2012/05/Yoast_penguin.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Yoast – Penguin update\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:73:\"http://cdn.yoast.com/wp-content/uploads/2012/05/Yoast_penguin-125x125.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://yoast.com/penguin-panda-issues/#utm_source=rss&utm_medium=rss&utm_campaign=penguin-panda-issues\";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:11:\"           \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Having a blast at BlueGlass LA\";s: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://feedproxy.google.com/~r/joostdevalk/~3/r_uYdP0kJkU/\";s: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:45:\"http://yoast.com/blast-blueglass-la/#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, 24 Apr 2012 17:18: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:3:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Conference\";s: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:25:\"http://yoast.com/?p=45602\";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:775:\"<p>I&#8217;m currently sitting in the conference room for BlueGlass LA, listening to Marty Weintraub and finishing my presentation I&#8217;ll be giving this afternoon. Which leads me to the point of this post as I&#8217;m going to try and prove a point, therefore the following video is not really meant for you to watch but for&#8230;</p><p><a\nhref=\"http://yoast.com/blast-blueglass-la/\">Having a blast at BlueGlass LA</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:2098:\"<p>I&#8217;m currently sitting in the conference room for <a\nhref=\"http://www.blueglass.com/conferences/la/\">BlueGlass LA</a>, listening to <a\nhref=\"http://www.aimclearblog.com/author/aimclear/\">Marty Weintraub</a> and finishing my presentation I&#8217;ll be giving this afternoon. Which leads me to the point of this post as I&#8217;m going to try and prove a point, therefore the following video is not really meant for you to watch but for me to test something with:</p><p><iframe\nwidth=\"570\" height=\"321\" src=\"http://www.youtube.com/embed/CSMUB1u5VXI?fs=1&#038;feature=oembed\" frameborder=\"0\" allowfullscreen></iframe></p><p>As a side note, BlueGlass LA is probably the best conference I&#8217;ve been to in a while, with a ridiculous line-up of speakers, if you&#8217;re going to go to an internet marketing conference, BlueGlass conferences are seriously among the very best in the US, second only to SEOktoberfest.</p> <span\nitemprop=\"video\" itemscope itemtype=\"http://schema.org/VideoObject\"><meta\nitemprop=\"name\" content=\"Having a blast at BlueGlass LA\"><meta\nitemprop=\"thumbnailURL\" content=\"http://cdn2.yoast.com/wp-content/uploads/2012/04/blueglass-la-e280a2-best-online-marketing-conf-on-the-west-coast-e280a2-yoast-300x225.jpg\"><meta\nitemprop=\"description\" content=\"Having a blast at BlueGlass LA with some of the most awesome internet marketers in the world.\"><meta\nitemprop=\"uploadDate\" content=\"2012-04-24T19:18:26+00:00\"><meta\nitemprop=\"embedURL\" content=\"http://www.youtube-nocookie.com/v/CSMUB1u5VXI\"><meta\nitemprop=\"duration\" content=\"PT4M5S\"></span><p><a\nhref=\"http://yoast.com/blast-blueglass-la/\">Having a blast at BlueGlass LA</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/r_uYdP0kJkU\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://yoast.com/blast-blueglass-la/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:\"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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:6:\"      \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:45:\"http://www.youtube-nocookie.com/v/CSMUB1u5VXI\";s:8:\"duration\";s:3:\"245\";}}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:29:\"http://search.yahoo.com/mrss/\";a:5:{s:6:\"player\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:45:\"http://www.youtube-nocookie.com/v/CSMUB1u5VXI\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"BlueGlass LA • Best Online Marketing Conf on the West Coast • Yoast\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:\"Having a blast at BlueGlass LA with some of the most awesome internet marketers in the world.\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:138:\"http://cdn2.yoast.com/wp-content/uploads/2012/04/blueglass-la-e280a2-best-online-marketing-conf-on-the-west-coast-e280a2-yoast-300x225.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"keywords\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Conference,BlueGlass LA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://yoast.com/blast-blueglass-la/#utm_source=rss&utm_medium=rss&utm_campaign=blast-blueglass-la\";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:11:\"           \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Why I dislike Bo.lt\";s: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://feedproxy.google.com/~r/joostdevalk/~3/6OfPelIL784/\";s: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:39:\"http://yoast.com/dislike-bolt/#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, 21 Apr 2012 21:59: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Social Media\";s: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:25:\"http://yoast.com/?p=45589\";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:710:\"<p>When I released my updated WordPress SEO article a few weeks back, my buddy Avinash was kind enough to tweet it. He tweeted it, at first, with a bo.lt link. Bo.lt is a sharing service that allows you to basically make a copy of a page and add some notes or even some changes to&#8230;</p><p><a\nhref=\"http://yoast.com/dislike-bolt/\">Why I dislike Bo.lt</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:4689:\"<p><img\nclass=\"alignright size-full wp-image-45593\" title=\"bo.lt logo\" src=\"http://cdn3.yoast.com/wp-content/uploads/2012/04/bo.lt-logo.jpg\" alt=\"bo.lt logo\" width=\"200\" height=\"200\" />When I released my updated <a\nhref=\"http://yoast.com/articles/wordpress-seo/\">WordPress SEO article</a> a few weeks back, my buddy <a\nhref=\"http://www.kaushik.net/avinash/\">Avinash</a> was kind enough to tweet it. He tweeted it, at first, with a <a\nhref=\"http://bo.lt\">bo.lt</a> link. Bo.lt is a sharing service that allows you to basically make a copy of a page and add some notes or even some changes to the page. The idea is nice, as a webmaster though, I hate it. Let me explain why.</p><p>You see, bo.lt makes a <em>copy</em> of the page at the moment it&#8217;s prepared for sharing, they say they do that because of speed. As Avinash tweets a lot, he probably made that copy a couple of hours before he shared it. This wouldn&#8217;t be so much of an issue if I hadn&#8217;t added stuff to the page in the mean time and fixed a lot of typo&#8217;s. Everyone who&#8217;d use Avinash&#8217;s link wouldn&#8217;t see those changes. And bo.lt decided that for me, without asking me anything, or even worse, giving me the option to opt-out.</p><h2>SEO Impact</h2><p>Surely those bo.lt guys are at least trying to give the rankings for those pages people share through its service their links back? No. They don&#8217;t. Well, not unless you&#8217;re not already adding <code>rel=\"canonical\"</code> elements to your site yourself. Each user has its own subdomain. Avinash&#8217;s subdomain is zqi.bo.lt. As you can <a\nhref=\"http://www.google.com/search?q=site%3Abo.lt+yoast&amp;pws=0\">see for yourself</a>, quite a few of his shared pages are indexed by Google. That shouldn&#8217;t be possible. Bo.lt should add a canonical back to the original page if there isn&#8217;t one in the source already.</p><h2>No Analytics</h2><p>They claim a webmaster gets all his normal stuff, ads and analytics etc. Except that for both Clicky and Google Analytics there are no views measured for that bo.lt link, because Clicky refuses pageviews from other domains and I&#8217;ve filtered those out of Google Analytics to prevent others from rendering my analytics useless (yes, people do try that). So, &#8220;my&#8221; visitors don&#8217;t get the changes I made to the copy, making me look stupid and I can&#8217;t track which visitors those were and where they came from&#8230; At this point, I want out.</p><h2>Opt Out</h2><p>I&#8217;ve gone through their documentation, both normal and for developers, and there simply is no documented way to opt-out. So I decided to dive a bit deeper and figure out which user-agent bo.lt uses. It turns out that they actually <em>do</em> have a <a\nhref=\"http://bo.lt/ua\">page about their user-agent</a>. The next step would normally be simple: add a line to your robots.txt blocking bo.lt. Unfortunately, in my tests, bo.lt never actually retrieved the robots.txt file so they&#8217;re not adhering to the robots.txt protocol. They <em>really</em> should. They&#8217;re taking my content, they&#8217;re not asking for permission and they&#8217;re not allowing me to opt-out. Someone could sue them over that. I&#8217;m just going to request, through this blog post:</p><p><strong>Bo.lt, please add an option to opt my sites out of your service.</strong></p><p>Also, in my opinion, if you&#8217;re using bo.lt, you should probably start considering alternatives.</p><p>Disclaimer: please be aware that I like Avinash a lot and don&#8217;t blame <em>him</em> for anything. He&#8217;s a great guy and an inspiration to a lot of us in the online marketing industry. It&#8217;s the bo.lt service I dislike and I think that after reading this he will switch to something else as well.</p><h2>A &#8220;hard&#8221; out</h2><p>I figured out a &#8220;hard&#8221; way to get out of bo.lt doing its thing, add the following to your <em>.htaccess</em> file:</p><pre class=\"brush: plain; title: ; notranslate\">RewriteBase /\nRewriteEngine on\nRewriteCond %{HTTP_USER_AGENT} bo.lt/ua\nRewriteRule . - [F,L]</pre><p>This will block bo.lt, giving it a &#8220;forbidden&#8221; page.</p><p><a\nhref=\"http://yoast.com/dislike-bolt/\">Why I dislike Bo.lt</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/6OfPelIL784\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://yoast.com/dislike-bolt/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:2:\"14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:71:\"http://cdn2.yoast.com/wp-content/uploads/2012/04/bo.lt-logo-125x125.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:63:\"http://cdn3.yoast.com/wp-content/uploads/2012/04/bo.lt-logo.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"bo.lt logo\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:71:\"http://cdn2.yoast.com/wp-content/uploads/2012/04/bo.lt-logo-125x125.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://yoast.com/dislike-bolt/#utm_source=rss&utm_medium=rss&utm_campaign=dislike-bolt\";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:12:\"            \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress Stats Infographic\";s: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://feedproxy.google.com/~r/joostdevalk/~3/RkHT86bonB8/\";s: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:42:\"http://yoast.com/wordpress-stats/#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, 16 Apr 2012 11:30: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"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:25:\"http://yoast.com/?p=45554\";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:761:\"<p>My Google Analytics plugin recently hit 3 million downloads and my WordPress SEO plugin hit its first million downloads. I thought those stats were cool and I decided to have an infographic made with more WordPress stats and dive in a little bit more and gather some stats that I thought would be interesting. If you&#8230;</p><p><a\nhref=\"http://yoast.com/wordpress-stats/\">WordPress Stats Infographic</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:3356:\"<p><div\nclass=\"alignright\"><a\nhref=\"http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fyoast.com%2Fwordpress-stats%2F&media=http%3A%2F%2Fcdn.yoast.com%2Fwp-content%2Fuploads%2F2012%2F04%2Fwordpress-stats-infographic-yoast-full.jpg&description=WordPress+Stats+infographic+by+Yoast\" class=\"pin-it-button\" count-layout=\"vertical\"><img\nborder=\"0\" src=\"//assets.pinterest.com/images/PinExt.png\" title=\"Pin It\" /></a><script type=\"text/javascript\" src=\"//assets.pinterest.com/js/pinit.js\"></script></div>My <a\nhref=\"http://yoast.com/wordpress/google-analytics/\">Google Analytics plugin</a> recently hit 3 million downloads and my <a\nhref=\"http://yoast.com/wordpress/seo/\">WordPress SEO plugin</a> hit its first million downloads. I thought those stats were cool and I decided to have an infographic made with more WordPress stats and dive in a little bit more and gather some stats that I thought would be interesting.</p><p>If you read any blogs in the world, by now you&#8217;ll know <a\nhref=\"http://royal.pingdom.com/2012/04/11/wordpress-completely-dominates-top-100-blogs/\">WordPress dominates the top 100 blogs in the world</a>, <a\nhref=\"http://ma.tt/2012/04/wordpress-and-the-top-100/\">Matt had some interesting comments</a> about that. We&#8217;ve seen more WordPress stats, like <a\nhref=\"http://lorelle.wordpress.com/2012/03/29/wordpress-stats-and-numbers-breaking-their-own-records/\">these by Lorelle</a>. I then started adding more stats on my own.</p><p>I asked <a\nhref=\"http://www.experian.com/hitwise/index.html\">Experian Hitwise</a> to give me some stats about visits to WordPress.org, Drupal.org and Joomla.org in the UK and US, which they did (thanks!). <a\nhref=\"https://www.odesk.com/trends/WordPress\">oDesk</a> and <a\nhref=\"http://www.freelancer.com/hire/Wordpress\">Freelancer.com</a> have some great WordPress stats pages and of course there&#8217;s a bit of info <a\nhref=\"http://wordpress.org/extend/plugins/\">on WordPress</a>.org itself. So, with all of that and some I&#8217;m probably forgetting, <a\nhref=\"http://www.designbysoap.co.uk/design/infographic-design/?utm_source=yoast&amp;utm_medium=post&amp;utm_campaign=wordpress-stats\">Design by Soap</a> made the following infographic for me, I hope you like it, if you do, please share it! (<a\nclass=\"thickbox\" href=\"http://cdn.yoast.com/wp-content/uploads/2012/04/wordpress-stats-infographic-yoast-full.jpg\">click here for a larger version</a>)</p><h2>WordPress Stats</h2><p><a\nclass=\"thickbox\" href=\"http://cdn.yoast.com/wp-content/uploads/2012/04/wordpress-stats-infographic-yoast-full.jpg\"><img\nclass=\"alignnone size-full wp-image-45559\" title=\"WordPress Stats infographic by Yoast\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/04/wordpress-stats-infographic-yoast1.jpg\" alt=\"WordPress Stats infographic by Yoast\" width=\"582\" height=\"3382\" /></a></p><p><a\nhref=\"http://yoast.com/wordpress-stats/\">WordPress Stats Infographic</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/RkHT86bonB8\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://yoast.com/wordpress-stats/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:2:\"57\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:56:\"http://yoast.com//assets.pinterest.com/images/PinExt.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:2:{i:0;a:6:{s:4:\"data\";s:2:\"  \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:56:\"http://yoast.com//assets.pinterest.com/images/PinExt.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:1:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Pin It\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:87:\"http://cdn2.yoast.com/wp-content/uploads/2012/04/wordpress-stats-infographic-yoast1.jpg\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WordPress Stats infographic by Yoast\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:94:\"http://cdn.yoast.com/wp-content/uploads/2012/04/wordpress-stats-infographic-yoast1-125x125.jpg\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://yoast.com/wordpress-stats/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-stats\";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: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:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"The ethics of 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/joostdevalk/~3/YfVDkmGVt78/\";s: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:37:\"http://yoast.com/ethics-seo/#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, 04 Apr 2012 08:29: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:3:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://yoast.com/?p=45531\";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:774:\"<p>The type of SEO I help my clients do and promote to you using this blog is often labeled white hat SEO because it stays within Google&#8217;s and other search engines guidelines. Other SEO&#8217;s don&#8217;t care about Google&#8217;s guidelines as much and do what&#8217;s called &#8220;black hat SEO&#8221;. Far too often though, black hat SEO&#8230;</p><p><a\nhref=\"http://yoast.com/ethics-seo/\">The ethics of SEO</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Joost de Valk\";s: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:6527:\"<p>The type of SEO I help my clients do and promote to you using this blog is often labeled white hat SEO because it stays within Google&#8217;s and other search engines guidelines. Other SEO&#8217;s don&#8217;t care about Google&#8217;s guidelines as much and do what&#8217;s called &#8220;black hat SEO&#8221;. Far too often though, black hat SEO is confused with the hacking of sites and the use of other tactics not outside the laws of Google but the laws of our lands. I think it&#8217;s time for me to explain where I stand in this.</p><h2>My background</h2><p>As a former Theology student and as someone raised in the Christian tradition, I have a fairly specific (and in some eyes: stringent) set of ethics. I don&#8217;t work on gambling or porn related sites because of that. I&#8217;m aware that others have different opinions on this and I don&#8217;t judge others when they have other ethics with regards to their work. To each his own. Sometimes though, I draw the line. Among my friends are some of the world&#8217;s best black hat SEO&#8217;s. These are also guys that will <em>never</em> break a law or willfully hurt other people to get their rankings, they just game Google&#8217;s algorithms. I know <a\nhref=\"http://mattcutts.com/blog/\">Matt</a> knows at least some of them and there&#8217;s even a form of &#8220;honor&#8221; among them: he seems to appreciate their ability to outwit their algorithm. Unfortunately not everyone in the SEO &#8220;community&#8221; is that clean: some people <em>are </em>willing to break laws or hurt other people. After the last SES conference in Amsterdam, which I arranged the speakers for, one of the speakers (not the keynote :) ) admitted to me he wouldn&#8217;t mind teaching other people how to hack sites or how to build trojans to gain links. I was too startled to give a proper response but decided later that day that I would never allow him back on a conference I arranged speakers for.</p><h2>Spammy Link Building in the Netherlands</h2><p>The last few days there&#8217;s been <a\nhref=\"http://www.molblog.nl/bericht/douwe-egberts-kpn-pon-en-randstad-betrokken-bij-icomment-spam-i/\">an outcry</a> in the Netherlands over several companies using comment spam and forum spam as a method of gaining links. They&#8217;d been caught creating fake profiles on all sort of sites and pretending to interact while really only inserting their links. I had to laugh a bit, as would most of my UK, American and German friends, as that&#8217;s <em>so</em> common outside of the Netherlands nobody would be surprised to see that anymore. There was <a\nhref=\"http://www.molblog.nl/bericht/de-buzzmollen-van-groupon/\">one specific case</a> though that &#8220;hurt&#8221; more than others (which was by another company by the way). Someone had willfully created an account on a forum for MS (multiple sclerosis) patients, claiming to be a patient, while was spamming links there to health related offers. That&#8217;s so low that it hurts.</p><h2>Outing Non-ethical SEO practices: immoral?</h2><p>Recently Joe Hall, whom I respect a lot, did a post saying <a\nhref=\"http://joehall.me/seo-outing-is-immoral/29/\">SEO &#8220;outing&#8221; is immoral</a>. He mentions that while the outed practices themselves might be non-ethical, those people have families too, etc. Basically: people lose their jobs because of it. That&#8217;s true. And that&#8217;s sad. Especially as most of those people will not know what hit them. I will counter that though: those companies have grown by using their unethical methods, costing other people their jobs in other companies. This is a zero-sum game in most cases. Google doesn&#8217;t tell people what to buy, it helps them find <em>where</em> they can buy it. Keep this in your mind at all times: search doesn&#8217;t create demand, it merely funnels it. I refuse to let people who use unethical SEO methods &#8220;win&#8221; because they support families, simply because their more ethical competitors support families too. I recently <a\nhref=\"http://yoast.com/godaddy-link-building/\">outed GoDaddy</a> over using spammy link building techniques and got a lot of flack for that from other people in the industry. Some seem to think that it&#8217;s all of &#8220;us&#8221; (SEO&#8217;s) against &#8220;them&#8221; (Google). I wholeheartedly disagree. GoDaddy was using its paying customers to strengthen their own SEO without consulting them, in fact, they were specifically hiding what they were doing in their editor. I don&#8217;t mind them &#8220;playing&#8221; Google&#8217;s algorithms. I mind them abusing their customers websites without their consent. The only way of making that stop is to ask Google to remove the value that abuse has. In the same way I loathe WordPress plugin developers who add links to their users sites without consent. I will <em>not</em> &#8221;out&#8221; people for buying high quality, relevant links from high quality websites related to their own topic, I have less issues outing people who hack into my website to gain a few links. This happens more often than I dare to admit.</p><h2>Policing the web</h2><p>Joe goes further and says:</p><blockquote><p>&#8220;If your paycheck doesn’t say “Google” on it, it’s not your job to police the web.&#8221;</p></blockquote><p>My paycheck doesn&#8217;t say Google. I&#8217;m not policing the web. Neither is Google. Google is trying to maintain a set of rules <em>within its own index</em>. It has all the rights in the world to do that. My paycheck doesn&#8217;t say &#8220;WordPress&#8221; either, yet I help develop that project because we all benefit. There <em>really</em> is such a thing as &#8220;the common good&#8221;. That&#8217;s entirely different from outing every SEO I find that does something outside of Google&#8217;s guidelines, I&#8217;m smart enough to create my own set of ethics. I hope you are too. I for one intend to help them battle unethical SEO&#8217;s because I think we all benefit from that.</p><p><a\nhref=\"http://yoast.com/ethics-seo/\">The ethics of SEO</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/joost/\">Joost de Valk</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/YfVDkmGVt78\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://yoast.com/ethics-seo/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:3:\"101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://yoast.com/ethics-seo/#utm_source=rss&utm_medium=rss&utm_campaign=ethics-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:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:15:\"               \";s: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:7:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"7 ways to Increase Sales by creating Trust\";s: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://feedproxy.google.com/~r/joostdevalk/~3/1ssU1JMTUtQ/\";s: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:69:\"http://yoast.com/7-ways-to-increase-sales-by-creating-trust/#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, 26 Mar 2012 13:09: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:2:{i:0;a:5:{s:4:\"data\";s:22:\"Usability & Conversion\";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:28:\"Conversion Rate 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://yoast.com/?p=45457\";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:779:\"<p>The key to conversing a visitor into a client is the creation of trust. Your product can be the greatest thing on earth or the dullest office supply ever, both can be sold online when your visitor knows you are the best supplier for that product or service. We often advise on how to gain&#8230;</p><p><a\nhref=\"http://yoast.com/7-ways-to-increase-sales-by-creating-trust/\">7 ways to Increase Sales by creating Trust</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/michiel/\">Michiel Heijmans</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p>\";s: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:\"Michiel Heijmans\";s: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:6646:\"<p>The key to conversing a visitor into a client is the creation of trust. Your product can be the greatest thing on earth or the dullest office supply ever, both can be sold online when your visitor knows you are the best supplier for that product or service.</p><p>We often advise on how to gain trust in our <a\ntitle=\"Website Review\" href=\"http://yoast.com/hire-me/website-review/\">website reviews</a>, and I&#8217;ve compiled a list of some of the advice we&#8217;ve given over time. Of course, trust can be earned in more ways than this, but we&#8217;ll give you these seven to start with.</p><h2>1. Use clear and normal language</h2><p>This is an often overseen issue that causes a lot of misgrief with your visitors. You should speak their language, not drown them in a sea of technical specs you don&#8217;t even understand yourself. Use a clear and direct style of writing. Keep your audience in mind. Do not focus on telling them what you want to tell them, focus on providing as many arguments as possible why their quality of life improves after buying that specific product.</p><h2>2. Testimonials</h2><p>Do not brag about your products yourself. If your products or services are really that good, I&#8217;m sure you&#8217;ll find someone else that can do the bragging for you. Make sure your visitor understand that the testimonial is written by an actual customer, by listing at least name and company and if the customer agrees, even a picture of him. Video seems to be the next big thing in testimonials, by the way. In my opinion, that video testimonial should be accompanied by a written excerpt:</p><div\nid=\"attachment_45461\" class=\"wp-caption alignright\"><a\nhref=\"http://cdn.yoast.com/wp-content/uploads/2012/03/testimonials-cloversites.com_.png\"><img\nclass=\"size-large wp-image-45461\" title=\"Testimonials as seen on cloversites.com\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/testimonials-cloversites.com_-590x472.png\" alt=\"Testimonials as seen on cloversites.com\" width=\"580\" height=\"464\" /></a><p\nclass=\"wp-caption-text\">Testimonials as seen on cloversites.com</p></div><h2>3. Verified signs</h2><p>Everyone can create a verified sign, so don&#8217;t let those verified signs fool you. But the majority of your visitors actually believe that you are the &#8216;Most appreciated hairdresser of Mississippi&#8217; or the &#8216;Best Plummer 2006&#8242;. Man, I hate those signs. But when the signs are from well-known companies, they really do add value to a webshop:</p><div\nid=\"attachment_45459\" class=\"wp-caption alignright\"><a\nhref=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/verified-signs-dx.com_.png\"><img\nclass=\"size-large wp-image-45459\" title=\"&quot;Verified&quot; signs\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/verified-signs-dx.com_-590x76.png\" alt=\"&quot;Verified&quot; signs\" width=\"580\" height=\"74\" /></a><p\nclass=\"wp-caption-text\">&quot;Verified&quot; signs</p></div><p>By investing in the guidelines of the right verification companies  the webshop shows that it has been keeping the customer in mind when setting up the website.</p><h2>4. Pictures</h2><p>If you recognize the woman on this picture, please call the following toll-free number&#8230;:</p><p><a\nhref=\"http://cdn3.yoast.com/wp-content/uploads/2012/03/picture-stock.png\"><img\nclass=\"alignright size-large wp-image-45460\" title=\"Stock photography\" src=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/picture-stock-590x314.png\" alt=\"Stock photography\" width=\"580\" height=\"308\" /></a></p><p>You can do better than that stock photo. Listing actual pictures of yourself and/or your employees pushes conversion due to recognition and identification.</p><h2>5. List your physical address</h2><p>This one is really simple: people want to know there is a place to go to in case of problems (if any). Having an actual store next to your webshop works even better, especially if a lot of your customers are relatively local.</p><p>In the Netherlands <a\nhref=\"http://digitalstreet.nl/\">digitalstreet.nl</a> made this concept into a huge success, even though they&#8217;re located in the south-west of the Netherlands (quite near to where we are), people come from all over the Netherlands because they&#8217;d rather buy the product in the store. There are more stories like that, but even if you don&#8217;t want to do that, just listing your address on check-out pages increases trust a lot.</p><h2>6. What happens after check-out?</h2><p>There&#8217;s this hesitation in almost all buying decisions: right before you click the Pay Now button. What&#8217;s going to happen next? Am I charged for taxes, import, anything else? Can I select a wrapping paper? Explain what happens after clicking that button. That way the customer is included in your ordering process and there are absolutely no suprises. That can be done with just a few short lines of text:</p><p><a\nhref=\"http://cdn2.yoast.com/wp-content/uploads/2012/03/checkout-bloomingdales.com_.png\"><img\nclass=\"alignright size-large wp-image-45458\" title=\"checkout message on bloomingdales.com\" src=\"http://cdn.yoast.com/wp-content/uploads/2012/03/checkout-bloomingdales.com_-590x244.png\" alt=\"checkout message on bloomingdales.com\" width=\"580\" height=\"239\" /></a></p><h2>7. Show you care about more than making money</h2><p>The most important thing is that your website has to reflect your believe in the product or service you provide. Just a list of products is not enough. Also tell your customer about your company, your main values or mission statement. I really love the 1% for the Planet from Yvon Chouinard (Patagonia) and Craig Mathews (Blue Ribbon Flies) <a\nhref=\"http://www.onepercentfortheplanet.org/\">http://www.onepercentfortheplanet.org</a>. Next to showing that you are involved, it also creates a huge sympathy and trust factor.</p><h2>We&#8217;d love to hear your tips!</h2><p>If you are selling products or services on your website, you must have thought about this subject. I&#8217;m curious: What have you done on your website to increase trust? What are you going to do?</p><p><a\nhref=\"http://yoast.com/7-ways-to-increase-sales-by-creating-trust/\">7 ways to Increase Sales by creating Trust</a> is a post by <a\nrel=\"author\" href=\"http://yoast.com/author/michiel/\">Michiel Heijmans</a> on <a\nhref=\"http://yoast.com\">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don\'t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a\nhref=\"http://yoast.com/wordpress-hosting/\">WordPress hosting</a>!</p><img src=\"http://feeds.feedburner.com/~r/joostdevalk/~4/1ssU1JMTUtQ\" height=\"1\" width=\"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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://yoast.com/7-ways-to-increase-sales-by-creating-trust/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:2:\"44\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:29:\"http://search.yahoo.com/mrss/\";a:2:{s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:90:\"http://cdn3.yoast.com/wp-content/uploads/2012/03/testimonials-cloversites.com_-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"content\";a:4:{i:0;a:6:{s:4:\"data\";s:4:\"    \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:81:\"http://cdn.yoast.com/wp-content/uploads/2012/03/testimonials-cloversites.com_.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Testimonials as seen on cloversites.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:\"Testimonials as seen on cloversites.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:90:\"http://cdn3.yoast.com/wp-content/uploads/2012/03/testimonials-cloversites.com_-125x125.png\";}}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:4:\"    \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:75:\"http://cdn2.yoast.com/wp-content/uploads/2012/03/verified-signs-dx.com_.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"“Verified” signs\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}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:16:\"\"Verified\" signs\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:81:\"http://cdn.yoast.com/wp-content/uploads/2012/03/verified-signs-dx.com_-125x98.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:66:\"http://cdn3.yoast.com/wp-content/uploads/2012/03/picture-stock.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Stock photography\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:74:\"http://cdn2.yoast.com/wp-content/uploads/2012/03/picture-stock-125x125.png\";}}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:3:\"   \";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"url\";s:80:\"http://cdn2.yoast.com/wp-content/uploads/2012/03/checkout-bloomingdales.com_.png\";s:6:\"medium\";s:5:\"image\";}}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:29:\"http://search.yahoo.com/mrss/\";a:2:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"checkout message on bloomingdales.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"url\";s:87:\"http://cdn.yoast.com/wp-content/uploads/2012/03/checkout-bloomingdales.com_-125x125.png\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"http://yoast.com/7-ways-to-increase-sales-by-creating-trust/#utm_source=rss&utm_medium=rss&utm_campaign=7-ways-to-increase-sales-by-creating-trust\";s:7:\"attribs\";a:0:{}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:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:39:\"http://feeds.feedburner.com/joostdevalk\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:5:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:11:\"joostdevalk\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";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:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://feedburner.google.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:9:\"feedFlare\";a:7:{i:0;a:5:{s:4:\"data\";s:22:\"Subscribe with Podnova\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:82:\"http://www.podnova.com/add.srf?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:47:\"http://www.podnova.com/img_chicklet_podnova.gif\";}}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:24:\"Subscribe with NewsGator\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:103:\"http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:42:\"http://www.newsgator.com/images/ngsub1.gif\";}}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:23:\"Subscribe with Netvibes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:89:\"http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:44:\"http://www.netvibes.com/img/add2netvibes.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:25:\"Subscribe with Pageflakes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:92:\"http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:87:\"http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&fileName=ATP_blu_91x17.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:24:\"Subscribe with My Yahoo!\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:79:\"http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:59:\"http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"Subscribe with ODEO\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:85:\"http://odeo.com/listen/subscribe?feed=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:43:\"http://odeo.com/img/badge-channel-black.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:21:\"Subscribe with Google\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:84:\"http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fjoostdevalk\";s:3:\"src\";s:51:\"http://buttons.googlesyndication.com/fusion/add.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"browserFriendly\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"This is the combined feed for Yoast.com and the WordPress podcast. Subscribe now to get WordPress & Magento tips & tricks, helping you optimize your site for speed, search engines and conversion!\";s: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:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"GlXDbrtJ27eyIOB5Umn+6gmwtjQ\";s:13:\"last-modified\";s:29:\"Mon, 24 Sep 2012 16:08:03 GMT\";s:4:\"date\";s:29:\"Mon, 24 Sep 2012 17:29:21 GMT\";s:7:\"expires\";s:29:\"Mon, 24 Sep 2012 17:29:21 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20090627192103\";}","no");
INSERT INTO wp_options VALUES("460","0","_transient_timeout_feed_mod_895a6fef0cc57461ead214388fd67e81","1348550963","no");
INSERT INTO wp_options VALUES("461","0","_transient_feed_mod_895a6fef0cc57461ead214388fd67e81","1348507763","no");
INSERT INTO wp_options VALUES("733","0","uninstall_plugins","a:3:{i:0;b:0;s:35:\"si-contact-form/si-contact-form.php\";s:24:\"si_contact_unset_options\";s:69:\"contact-form-with-a-meeting-scheduler-by-vcita/vcita-contact-form.php\";s:15:\"vcita_uninstall\";}","yes");
INSERT INTO wp_options VALUES("741","0","_transient_timeout_si_contact_form_info","1349469199","no");
INSERT INTO wp_options VALUES("742","0","_transient_si_contact_form_info","O:8:\"stdClass\":18:{s:4:\"name\";s:24:\"Fast Secure Contact Form\";s:4:\"slug\";s:15:\"si-contact-form\";s:7:\"version\";s:7:\"3.1.5.5\";s:6:\"author\";s:72:\"<a href=\"http://www.642weather.com/weather/scripts.php\">Mike Challis</a>\";s:14:\"author_profile\";s:41:\"http://profiles.wordpress.org/mikechallis\";s:12:\"contributors\";a:1:{s:12:\"Mike Challis\";s:41:\"http://profiles.wordpress.org/mikechallis\";}s:8:\"requires\";s:3:\"2.8\";s:6:\"tested\";s:5:\"3.4.2\";s:13:\"compatibility\";a:1:{s:3:\"3.3\";a:5:{s:5:\"3.0.5\";a:3:{i:0;i:100;i:1;i:2;i:2;i:2;}s:3:\"3.1\";a:3:{i:0;i:96;i:1;i:25;i:2;i:24;}s:5:\"3.1.2\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"3.1.4.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}s:7:\"3.1.5.1\";a:3:{i:0;i:100;i:1;i:1;i:2;i:1;}}}s:6:\"rating\";d:89;s:11:\"num_ratings\";i:1285;s:10:\"downloaded\";i:2903201;s:12:\"last_updated\";s:10:\"2012-08-07\";s:5:\"added\";s:10:\"2009-08-27\";s:8:\"homepage\";s:37:\"http://www.FastSecureContactForm.com/\";s:8:\"sections\";a:5:{s:11:\"description\";s:5719:\"<p>This plugin allows a webmaster to easily create and add contact forms to WordPress. The contact form will let the user send emails to a site\'s admin, and also send a meeting request to talk over phone or video. An administration panel is present, where the webmaster can create and preview unlimited forms.</p>\n\n<p>Features a super easy admin panel, multi-form feature, autoresponder, no templates to mess with, and an option to redirect visitors to any URL after the message is sent. Includes CAPTCHA and Akismet support to block all common spammer tactics. Spam is no longer a problem. You can add extra fields of any type: text, textarea, checkbox, checkbox-multiple, radio, select, select-multiple, attachment, date, time, hidden, password, and fieldset.</p>\n\n<ul>\n<li><a href=\"http://www.fastsecurecontactform.com/\">FastSecureContactForm.com</a></li>\n<li><a href=\"http://downloads.wordpress.org/plugin/si-contact-form.zip\">Download WordPress Plugin Version</a></li>\n<li><a href=\"http://www.fastsecurecontactform.com/download-php-script\">Download PHP Script Version</a></li>\n</ul>\n\n<h4>Help Keep This Plugin Free</h4>\n\n<p>If you find this plugin useful to you, please consider <a href=\"http://www.fastsecurecontactform.com/donate\"><strong>making a small donation</strong></a> to help contribute to my time invested and to further development. Thanks for your kind support! - <a href=\"http://profiles.wordpress.org/users/MikeChallis/\"><strong>Mike Challis</strong></a></p>\n\nFeatures:\n\n<ul>\n<li>Super easy customizable Options from Admin settings page.</li>\n<li>Multi-Form feature that allows you to have as many different forms as you need.<a href=\"http://www.fastsecurecontactform.com/multiple-e-mail-recipients\">See FAQ</a></li>\n<li>Optional extra fields of any type: text, textarea, checkbox, checkbox-multiple, radio, select, select-multiple, attachment, date, time, hidden, password, fieldset(box). <a href=\"http://www.fastsecurecontactform.com/how-to-add-extra-fields\">See FAQ</a></li>\n<li>File attachments are supported, see here for details: <a href=\"http://wordpress.org/support/topic/416371\" rel=\"nofollow\">http://wordpress.org/support/topic/416371</a></li>\n<li>Backup/restore tool. You can backup/restore all your forms or single forms and settings.<a href=\"http://www.fastsecurecontactform.com/backup-restore-forms\">See FAQ</a></li>\n<li>Easy to hide subject and message fields for use as a newsletter signup.</li>\n<li>Supports sending mail to multiple departments.<a href=\"http://www.fastsecurecontactform.com/tip-form-preview\">See FAQ</a></li>\n<li>Optional - redirect to any URL after message sent.</li>\n<li>Optional - posted data can be sent as a query string on the redirect URL. <a href=\"http://www.fastsecurecontactform.com/sending-data-by-query-string\">See faq</a></li>\n<li>Optional - autoresponder E-mail message.<a href=\"http://www.fastsecurecontactform.com/tip-add-email-autoresponder\">See FAQ</a></li>\n<li>Valid coding for HTML, XHTML, HTML STRICT, Section 508, and WAI Accessibility.</li>\n<li>Uses simple inline error messages.</li>\n<li>Reloads form data and warns user if user forgets to fill out a field.</li>\n<li>Validates syntax of E-mail address.</li>\n<li>CAPTCHA can be turned off or hidden from logged in users and or admins.</li>\n<li>Multi \"E-mail to\" contact support.</li>\n<li>Auto form fill for logged in users.</li>\n<li>Customizable form field titles.</li>\n<li>Customizable CSS style.</li>\n<li>Sends E-mail with UTF-8 character encoding for US and International character support.</li>\n<li>Pre-fill in form fields from a URL query string. <a href=\"http://www.fastsecurecontactform.com/query-string-parameters\">See FAQ</a></li>\n<li>Save emails to the WordPress database, or export to CSV or Excel. <a href=\"http://www.fastsecurecontactform.com/save-to-database\">See FAQ</a></li>\n<li>I18n language translation support. <a href=\"http://www.fastsecurecontactform.com/how-to-translate\">See FAQ</a></li>\n</ul>\n\nScheduling, Meeting and Payments via vCita:\n\n<ul>\n<li>Offer visitors to Schedule Meetings as part of your Contact Form</li>\n<li>Set your availability and synchronize your contact form with your Google calendar</li>\n<li>Meet online with web-based video meeting room</li>\n<li>Meet over phone conference</li>\n<li>Record your meetings</li>\n<li>Collect payments and bill for your time and services</li>\n<li>Send a payment request once a meeting is completed or secure a fee in advance according to your hourly rate</li>\n</ul>\n\nSecurity:\n\n<ul>\n<li>It has very tight security, stops all automated spammers.</li>\n<li>Akismet spam protection support.</li>\n<li>Spam checks E-mail address input from common spammer tactics...\nprevents spammer forcing to:, cc:, bcc:, newlines, and other E-mail injection attempts to spam the world.</li>\n<li>Makes sure the contact form was posted from your blog domain name only.</li>\n<li>Filters all form inputs from HTML and other nasties.</li>\n<li>E-mail message footer shows blog username(if logged on), Date/Time timestamp, IP address, and user agent (browser version) of user who contacted you.</li>\n</ul>\n\nCaptcha Image Support:\n\n<ul>\n<li>Uses Open-source free PHP CAPTCHA library by <a href=\"http://www.phpcaptcha.org\" rel=\"nofollow\">http://www.phpcaptcha.org</a> (customized version included)</li>\n<li>Abstract background with multi colored, angled, and transparent text</li>\n<li>Arched lines through text</li>\n<li>Refresh button to reload captcha if you cannot read it</li>\n<li>CAPTCHA can be disabled in Options</li>\n</ul>\n\nRequirements/Restrictions:\n\n<ul>\n<li>Works with Wordpress 2.8+, WPMU, and BuddyPress (Wordpress 3.0+ is highly recommended)</li>\n<li>PHP5 </li>\n<li>PHP register_globals and safe_mode should be set to \"Off\".</li>\n</ul>\";s:12:\"installation\";s:1238:\"<ol>\n<li><p>Install automatically through the <code>Plugins</code>, <code>Add New</code> menu in WordPress, or upload the <code>si-contact-form</code> folder to the <code>/wp-content/plugins/</code> directory.</p></li>\n<li><p>Activate the plugin through the <code>Plugins</code> menu in WordPress. Look for the Settings link to configure the Options.</p></li>\n<li><p>Add the shortcode <code>&#x5b;si-contact-form form=\'1\']</code> in a Page, Post, or Text Widget. Here is how: Log into your blog admin dashboard. Click <code>Pages</code>, click <code>Add New</code>, add a title to your page, enter the shortcode <code>&#x5b;si-contact-form form=\'1\']</code> in the page, uncheck <code>Allow Comments</code>, click <code>Publish</code>.</p></li>\n<li><p>Test an email from your form.</p></li>\n<li><p>Updates are automatic. Click on \"Upgrade Automatically\" if prompted from the admin menu. If you ever have to manually upgrade, simply deactivate, uninstall, and repeat the installation steps with the new version.</p></li>\n</ol>\n\n<h4>I just installed this and do not get any email from it, what could be wrong?</h4>\n\n<p><a href=\"http://www.fastsecurecontactform.com/email-does-not-send\">See FAQ page: How to troubleshoot mail delivery</a></p>\";s:11:\"screenshots\";s:1588:\"<ol>\n	<li>\n		<a href=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-1.gif?r=608677\' title=\'Click to view full-size screenshot 1\'><img class=\'screenshot\' src=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-1.gif?r=608677\' alt=\'si-contact-form screenshot 1\' /></a>\n		<p><p>screenshot-1.gif is the contact form.</p></p>\n	</li>\n	<li>\n		<a href=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-2.gif?r=608677\' title=\'Click to view full-size screenshot 2\'><img class=\'screenshot\' src=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-2.gif?r=608677\' alt=\'si-contact-form screenshot 2\' /></a>\n		<p><p>screenshot-2.gif is the contact form showing the inline error messages.</p></p>\n	</li>\n	<li>\n		<a href=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-3.gif?r=608677\' title=\'Click to view full-size screenshot 3\'><img class=\'screenshot\' src=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-3.gif?r=608677\' alt=\'si-contact-form screenshot 3\' /></a>\n		<p><p>screenshot-3.gif is the <code>Contact Form options</code> tab on the <code>Admin Plugins</code> page.</p></p>\n	</li>\n	<li>\n		<a href=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-4.gif?r=608677\' title=\'Click to view full-size screenshot 4\'><img class=\'screenshot\' src=\'http://s.wordpress.org/extend/plugins/si-contact-form/screenshot-4.gif?r=608677\' alt=\'si-contact-form screenshot 4\' /></a>\n		<p><p>screenshot-4.gif adding the shortcode <code>&#x5b;si-contact-form form=\'1\']</code> in a Page.</p></p>\n	</li>\n</ol>\";s:9:\"changelog\";s:44188:\"<h4>3.1.5.5</h4>\n\n<ul>\n<li>(06 Aug 2012) - Fix so permissions of the captcha temp folder is not changed.</li>\n</ul>\n\n<h4>3.1.5.4</h4>\n\n<ul>\n<li>(12 May 2012) - Better detection of checkbox config errors.</li>\n</ul>\n\n<h4>3.1.5.3</h4>\n\n<ul>\n<li>(11 Apr 2012) - vCita message dismiss feature.</li>\n<li>put # for the redirect URL and it will redirect to the same page the form is on regardless of the page.</li>\n</ul>\n\n<h4>3.1.5.2</h4>\n\n<ul>\n<li>(02 Apr 2012) - Fixed hidden shortcode settings broken since version 3.1.5</li>\n</ul>\n\n<h4>3.1.5.1</h4>\n\n<ul>\n<li>(20 Mar 2012) - removed message \"You still haven\'t completed your Meeting Scheduler settings.\" on admin pages.</li>\n</ul>\n\n<h4>3.1.5</h4>\n\n<ul>\n<li>(20 Mar 2012) - vCita improved so your email address is not sent to VCita unless you type it in yourself when activating the service.</li>\n<li>Email parameter removed from vCita banner URL.</li>\n<li>Added shortcode setting to show Form Page URL in the email message [si-contact-form form=\'1\' hidden=\'form_page=1\']</li>\n</ul>\n\n<h4>3.1.4.1</h4>\n\n<ul>\n<li>(24 Feb 2012) - Email will only be passed to vCita servers when you choose to enable vCita services. </li>\n</ul>\n\n<h4>3.1.4</h4>\n\n<ul>\n<li>(23 Feb 2012) - Fix bug in Extra field tags can be used in subject setting.</li>\n<li>Fix possible error: preg_match() expects parameter to be string. </li>\n<li>Fix to use separate CC: email header.</li>\n<li>vCita improvements.</li>\n<li>Updated Russian (ru_RU) - Translated by <a href=\"http://www.iflexion.com/\">Iflexion</a></li>\n</ul>\n\n<h4>3.1.3.1</h4>\n\n<ul>\n<li>(05 Feb 2012) - Fix vCita had some uninitialized variable errors when debugging is on.</li>\n</ul>\n\n<h4>3.1.3</h4>\n\n<ul>\n<li>(04 Feb 2012) - Extra field tags can be used in subject setting. For available field tags, click \'help\' next to the \'E-mail Subject Prefix:\' setting.</li>\n<li>Fix vCita could not be disabled during invalid email condition.</li>\n<li>Fix JS on form edit preview page.</li>\n</ul>\n\n<h4>3.1.2</h4>\n\n<ul>\n<li>(25 Jan 2012) - Use WP function is_ssl() for better SSL compatibility.</li>\n<li>Fix vCita \'JS on every page\' bug in admin and WP site.</li>\n<li>Fix vCita had some output when disabled.</li>\n<li>Fix calendar week number bug.</li>\n</ul>\n\n<h4>3.1.1</h4>\n\n<ul>\n<li>(21 Jan 2012) - Updated vCita functions and added new schedule a meeting buttons. </li>\n<li>Replace the use of WP_PLUGIN_URL with plugins_url() for better SSL compatibility.</li>\n<li>Updated Italian language (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>3.1</h4>\n\n<ul>\n<li>(06 Dec 2011) - Add \"Set a meeting\" option to your contact form using vCita Meeting Scheduler. Meet users over video or phone, and collect payment for services.</li>\n<li>Improved HTML code on message sent.</li>\n</ul>\n\n<h4>3.0.5</h4>\n\n<ul>\n<li>(18 Nov 2011) - Harden security for CAPTCHA by limiting the number of created cache files. This condition could only be realized with a script. Found by <a href=\"http://bstpierre.org/\">Brian St. Pierre</a>.</li>\n<li>HTML validation fix, added unique id for submit and reset buttons.</li>\n</ul>\n\n<h4>3.0.4</h4>\n\n<ul>\n<li>(09 Oct 2011) - Fix default text could not be 0.</li>\n<li>Fix HTML validation with date field.</li>\n<li>Fix rows and cols extra field attributes.</li>\n<li>Fix javascript console error on date calendar popup.</li>\n</ul>\n\n<h4>3.0.3.2</h4>\n\n<ul>\n<li>(27 Jul 2011) - Fixed medium XSS HTB23036 - as advised by High-Tech Bridge SA Security Research Lab.</li>\n<li>Fix, added missing 00 to 24 hour time select.</li>\n</ul>\n\n<h4>3.0.3.1</h4>\n\n<ul>\n<li>(05 Jul 2011) - Tested / fixed to be compatible with WP 3.2</li>\n<li>Fix for <code>&#38;apos</code> entity showing for single quotes on IE7, IE8</li>\n<li>Fix for CAPTCHA input field out of position on IE7 with labels left CSS setting.</li>\n</ul>\n\n<h4>3.0.3</h4>\n\n<ul>\n<li>(16 Jun 2011) - Tested compatible with WP 3.2 Beta 2</li>\n<li>\"Number of available extra fields\" setting is now for each form # instead of all forms.</li>\n<li>CAPTCHA audio feature removed.</li>\n<li>Misc. admin Fixes.</li>\n<li>Another fix for empty autoresponder field tags were showing.</li>\n<li>Calendar style improvements.</li>\n</ul>\n\n<h4>3.0.2</h4>\n\n<ul>\n<li>(08 Jun 2011) - Fixed error: Undefined variable: securimage_url </li>\n<li>Added id tags to submit and reset buttons.</li>\n<li>Updated Italian language (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>3.0.1</h4>\n\n<ul>\n<li>(02 Jun 2011) - CAPTCHA Audio feature is disabled by Mike Challis until further notice because a proof of concept code CAPTCHA solving exploit was released - Security Advisory - SOS-11-007. CAPTCHA image is not involved.</li>\n<li>Security enhancements for possible low level XSS exploit in admin settings: thanks to <a href=\"http://secu.boiteaweb.fr/\">Julio Potier</a>.</li>\n<li>Fix javascript error when CAPTCHA audio is disabled.</li>\n<li>Fixed missing width/height attributes for CAPTCHA images.</li>\n<li>Fixed backslash problem on Restore Settings tool.</li>\n<li>Fixed empty autoresponder field tags were showing.</li>\n<li>Fixed various style improvements for admin error messages.</li>\n<li>Added a popup alert for when changing the number of forms or extra fields.</li>\n<li>Added setting: CSS style for CAPTCHA input field on the contact form.</li>\n<li>Added Norwegian Bokmal (nb_NO) - Translated by <a href=\"http://punktlig-ikt.no\">Tore Johnny Bratveit</a></li>\n</ul>\n\n<h4>3.0</h4>\n\n<ul>\n<li>(25 Apr 2011) - Added (extra fields) default text can be set for text or textarea.</li>\n<li>Added (extra fields) max length can be set for password, text or textarea.</li>\n<li>Added (extra fields) attributes can be set for password, text or textarea.</li>\n<li>Added (extra fields) validation regex can be set for password, text or textarea.</li>\n<li>Added (extra fields) validation regex fail message can be set for password, text or textarea.</li>\n<li>Added (extra fields) label or input CSS can be set individually for any extra field.</li>\n<li>Added (extra fields) HTML before and after can be set.</li>\n<li>Added (extra fields) \'email\' extra field type with validation.</li>\n<li>Added (extra fields) \'url\' extra field type with validation.</li>\n<li>Added (extra fields) first option of select field type can be in brackets to indicate [Please select].</li>\n<li>Added \'email\' field pulls up proper keyboard on iphone/ipad.</li>\n<li>Added optional [form_label] tag for subject. </li>\n<li>Added time format option for \'time\' extra field (select 12 or 24 hour).</li>\n<li>Improved extra fields admin GUI.</li>\n<li>Added Field labels are bold when HTML email is enabled.</li>\n<li>Fix - trim spaces on extra field multiple options.</li>\n<li>Fix - attached field allowed types separated by spaces.</li>\n<li>Fix - bug in restore tool that could cause data loss.</li>\n<li>Email validate DNS check disabled by default because some servers have big delay.</li>\n</ul>\n\n<h4>2.9.8.6</h4>\n\n<ul>\n<li>(27 Mar 2011) - Fix HTML notes would not appear before a fieldset open.</li>\n<li>Fix horizontal display feature for radio and multiple checkbox after post.</li>\n<li>Fixed date calender on some themes by adding a high z-index to the CSS.</li>\n<li>Added ability to use comma in \"Email To:\" name. If you need to use a comma besides the one needed to separate the name and email, escape it with a back slash, like this: \\,</li>\n<li>Added ability to specify cc and bcc in \"Email To:\". Example: Webmaster,user1@example.com;[cc]user2@example.com;[bcc]user3@example.com</li>\n<li>Added more WordPress logged in user details to the email message footer.</li>\n<li>Added optional \"Are you sure?\" form submit popup message (message can also be changed).</li>\n<li>Added Arabic (ar) partial translation - Translated by Jasmine Hassan</li>\n</ul>\n\n<h4>2.9.8.5</h4>\n\n<ul>\n<li>(08 Mar 2011) - Improved required date fields</li>\n<li>Added optional form \"reset\" button.</li>\n<li>Fixed escaped comma bug in Restore Tool</li>\n</ul>\n\n<h4>2.9.8.4</h4>\n\n<ul>\n<li>(23 Feb 2011) - Fixed broken \"fields to ignore\" feature. </li>\n<li>File attach type and size labels can be changed.</li>\n</ul>\n\n<h4>2.9.8.3</h4>\n\n<ul>\n<li>(14 Feb 2011) - Improvement: javascript is only loaded on pages when it is conditionally needed.</li>\n<li>Fixed 2 label alignment problems with some themes.</li>\n<li>Fixed possible javascript conflict that can break the redirect feature.</li>\n<li>Fixed extra fields were not accepting zero.</li>\n<li>More name labels can be changed.</li>\n<li>Added new feature: Copy Settings Tool. This tool can copy your contact form settings from one form number to any of your other forms. Use to copy just the style settings, or all the settings from one form.</li>\n<li>Added more shortcode optional settings <a href=\"http://www.fastsecurecontactform.com/shortcode-options\">see FAQ page</a> </li>\n<li>Added hidden field can accept query input. <a href=\"http://www.fastsecurecontactform.com/query-string-parameters\">see FAQ page</a></li>\n<li>Other fixes and enhancements</li>\n</ul>\n\n<h4>2.9.8.2</h4>\n\n<ul>\n<li>(07 Feb 2011) - Fix critical error \"invalid argument supplied foreach () /si-contact-form.php on line 474\". Sorry for the inconvenience.</li>\n<li>Fix \"Enable data export after the message\" setting would not uncheck.</li>\n<li>Changed default setting: If you use Contact Form 7 to DB Extension Plugin, be sure to visit the form edit page and enable this setting: \"Enable data export after the message\", because it is not enabled by default.</li>\n</ul>\n\n<h4>2.9.8.1</h4>\n\n<ul>\n<li>(07 Feb 2011) - Added Silent Send feature: Use to send the posted data to another form or 3rd party API <a href=\"http://www.fastsecurecontactform.com/send-form-data-elsewhere\">See FAQ</a></li>\n<li>Fixed blank from email when email address was set to \"not available\".</li>\n<li>Added features: Now you can add tags to print posted data for the email subject, autoresponder subject, or the autoresponder message.\nTo see instructions, just click \"help\" next to any of these fields on the form edit page. <a href=\"http://www.fastsecurecontactform.com/tip-add-email-autoresponder\">See FAQ</a></li>\n<li>Added feature: Data Export settings to manage what fields are allowed to be exported or ignored for each form. Also email can be disabled when exporting data.</li>\n</ul>\n\n<h4>2.9.8</h4>\n\n<ul>\n<li>(29 Jan 2011) - Added setting: \"Enable to receive email as HTML instead of plain text.\" Enable if you want the email message sent as HTML format. HTML format is desired if you want to avoid a 70 character line wordwrap when you copy and paste the email message. Normally the email is sent in plain text wordwrapped 70 characters per line to comply with most email programs. </li>\n<li>Added new settings in the \"Redirect\" section: You can Enable posted data to be sent as a query string on the redirect URL. This can be used to send the posted data via GET query string to a another form. </li>\n<li>New settings for redirect: \"Query string fields to ignore\", \"Query string fields to rename\", and \"Disable email sending (use only when required while you have enabled query string on the redirect URL)\". <a href=\"http://www.fastsecurecontactform.com/sending-data-by-query-string\">See FAQ</a></li>\n<li>Added version indicator and new version reminder to settings page.</li>\n<li>Fixed a multiple email problem if using the same form in several posts. Anyway, it is recommended to use the form in a page or sidebar, not a post.</li>\n<li>Fixed bug where form number was reset to 4 after trying to increase over 99.</li>\n<li>Fixed so now one CAPTCHA random position always has to be a number so that a 4 letter swear word could never appear.</li>\n<li>Many small fixes and enhancements. </li>\n<li>Added Romanian (ro_RO) - Translated by <a href=\"http://www.jibo.ro\">Anunturi Jibo</a></li>\n</ul>\n\n<h4>2.9.7.1</h4>\n\n<ul>\n<li>(19 Jan 2011) - Added ability to pre-fill in form fields from a URL query string. <a href=\"http://www.fastsecurecontactform.com/query-string-parameters\">see FAQ page</a></li>\n<li>Select Single posted data fix.</li>\n</ul>\n\n<h4>2.9.7</h4>\n\n<ul>\n<li>(13 Jan 2011) - Added a new hook for other plugins to use (just after mail sent). This can be used to export the posted data and attachments to a database. A plugin for this is in the works, stay tuned.</li>\n<li>Added new Select-multiple extra field type.</li>\n<li>Added new feature to set the css style for Label and Field in the same row, or switch back to Label on Top <a href=\"http://www.fastsecurecontactform.com/form-labels-left\">see FAQ</a></li>\n<li>Added new Setting for \"Form Label\". You can enter a label for your form to keep track of what you are using it for.</li>\n<li>Fixes and improvements for better mail delivery and to reduce the emails from going to the spam folder.\nIf you are not getting email, set the setting \"E-mail From\" to an email address on the same domain as your web site. This will improve mail delivery.\n<a href=\"http://www.fastsecurecontactform.com/email-does-not-send\">mail problem faq</a>.</li>\n<li>Added new setting: \"Enable when web host requires \"Mail From\" strictly tied to domain email account\". If your form does not send any email, then set the \"E-mail From\" setting to an address on the same web domain as your web site. If email still does not send, also check this setting. (ie: some users report this is required by yahoo small business web hosting) .</li>\n<li>Added ability to use comma in extra field labels for Checkbox, Radio, Select, or Select-multiple. If you need to use a comma besides the one needed to separate the label, escape it with a back slash, like this: \\,</li>\n<li>Improved Akismet spam check API code.</li>\n<li>Fixed required option for checkbox multiple, now all field types can be required as needed. </li>\n<li>Fixed all fields with multiple options can have a default option: checkbox, radio, select, or select-multiple.</li>\n<li>Other small Fixes and improvements.    </li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>2.9.6</h4>\n\n<ul>\n<li>(29 Dec 2010) - Removed advanced options link. Too many people could not find it. All options are now always available on the form edit page.</li>\n<li>Added new setting for \"Autoresponder E-mail \"From\" address:\" </li>\n</ul>\n\n<h4>2.9.5.4</h4>\n\n<ul>\n<li>(17 Dec 2010) - Advanced Options are now open by default for new installs.</li>\n<li>Some changes to admin settings page.</li>\n</ul>\n\n<h4>2.9.5.3</h4>\n\n<ul>\n<li>(14 Dec 2010) - Added Geolocation for the email footer. Install my Visitor Maps plugin and the sender\'s city, state, country will automatically be included in the email footer. </li>\n<li>Rename CAPTCHA font files all lower case to avoid a rare FTP problem.</li>\n</ul>\n\n<h4>2.9.5.2</h4>\n\n<ul>\n<li>(30 Nov 2010) - Fix - last update included an old file causing the new \'hidden\' and \'password\' fields not to show up on form.</li>\n</ul>\n\n<h4>2.9.5.1</h4>\n\n<ul>\n<li>(19 Nov 2010) - Added extra field types for \'hidden\' and \'password\' entry.</li>\n<li>Added option to preserve white space on Message field. Normally the Message field will have all extra white space removed. Enabling this setting will allow all the Message field white space to be preserved.</li>\n<li>Updated Farsi(Persian)(fa_IR) partial translation - Translated by Ramin Firooz</li>\n</ul>\n\n<h4>2.9.5</h4>\n\n<ul>\n<li>(05 Nov 2010) - Added extra field type for \'time\' entry.</li>\n<li>Small code improvements for CAPTCHA function.</li>\n<li>Added Farsi(Persian)(fa) partial translation - Translated by Ramin Firooz</li>\n</ul>\n\n<h4>2.9.4.1</h4>\n\n<ul>\n<li>(27 Oct 2010) - Fix Backup Settings tool download hang on Firefox.</li>\n<li>Added Japanese (ja) - Translated by [Ichiro Kozuka]</li>\n</ul>\n\n<h4>2.9.4</h4>\n\n<ul>\n<li>(11 Oct 2010) - Added new option for what should happen if Akismet determines the message is spam. If you select \"block spam messages\". If Akismet determines the message is spam: An error will display \"Invalid Input - Spam?\" and the form will not send. If you select \"tag as spam and send anyway\". If Akismet determines the message is spam: The message will send and the subject will begin with \"Akismet: Spam\". This way you can have Akismet on and be sure not to miss a message.</li>\n<li>Added more years to the extra date field date selector (1930-2037).</li>\n<li>Fixed order of extra field options on admin settings page.</li>\n<li>Added Arabic (ar) - Translated by [Mouad] translated only the public side of the form</li>\n<li>Updated Russian (ru_RU) - Translated by [Petr Perstnev]</li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>2.9.3</h4>\n\n<ul>\n<li>(20 Sep 2010) - Added new setting so Akismet can now be set to off for the forms. The new setting is individual to each form.</li>\n<li>Added new email footer message for \"Akismet Spam Check: passed\".</li>\n<li>Added more date format types for the calendar date setting.</li>\n</ul>\n\n<h4>2.9.2</h4>\n\n<ul>\n<li>(05 Sep 2010) - Fixed bug that caused form radio or select default to always be 0.</li>\n<li>Fixed form action URL posted to wrong page when form is in a sidebar widget.</li>\n<li>New transparent audio and refresh images for the CAPTCHA, will look better on dark themes.</li>\n<li>Updated Danish (da_DK) - Translated by <a href=\"http://wordpress.blogos.dk/wpdadkdownloads/\">GeorgWP</a></li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n<li>Updated French (fr_FR) - Translated by <a href=\"http://Rhialto.com/\">Daniel</a></li>\n</ul>\n\n<h4>2.9.1</h4>\n\n<ul>\n<li>(28 Aug 2010) - Fixed critical HTML errors on admin settings page.</li>\n<li>Improved autoresponder settings (now in new fieldset) on admin settings page.</li>\n<li>Added new setting: \"Enable using HTML in autoresponder E-mail message\".</li>\n<li>Added new setting: \"Advanced Options - Stay Open\" to make the Advance Options always stay open.</li>\n</ul>\n\n<h4>2.9</h4>\n\n<ul>\n<li>(23 Aug 2010) - New style for admin settings page.</li>\n<li>New preview form feature for admin settings page. <a href=\"http://www.fastsecurecontactform.com/tip-form-preview\">more about preview mode</a></li>\n<li>Added automatic SSL support for the CAPTCHA URL.</li>\n<li>Added download count and star rating on admin options page. </li>\n<li>Improved error messages when detecting possible email injection attempts.</li>\n<li><a href=\"http://www.fastsecurecontactform.com/faq-wordpress-version\">New official FAQ at FastSecureContactForm.com</a></li>\n</ul>\n\n<h4>2.8.3</h4>\n\n<ul>\n<li>(15 Aug 2010) - New homepage: <a href=\"http://www.FastSecureContactForm.com/\" rel=\"nofollow\">http://www.FastSecureContactForm.com/</a></li>\n<li>Added attachment directory permissions check.</li>\n<li>Fixed error when increasing number of fields.</li>\n<li>Renamed plugin to \"Fast Secure Contact Form\"</li>\n<li>Added rel=\"nofollow\" tag to CAPTCHA Audio and Refresh links for better SEO.</li>\n<li>Removed CAPTCHA WAV sound files, mp3 ones smaller size.</li>\n<li>Updated Dutch</li>\n<li>Updated Italian</li>\n</ul>\n\n<h4>2.8.2</h4>\n\n<ul>\n<li>(07 Aug 2010) - More improvements to the CAPTCHA test page. </li>\n<li>Added captcha-temp directory permission check to alert the admin if there is a problem. This check is on the admin settings page, the captcha test page, and when posting the captcha.</li>\n</ul>\n\n<h4>2.8.1</h4>\n\n<ul>\n<li>(01 Aug 2010) - PHP Sessions are no longer required for the CAPTCHA. The new method uses temporary files to store the CAPTCHA codes until validation. PHP sessions can still be reactivated by unchecking the setting: \"Use CAPTCHA without PHP session\".</li>\n<li>Added Akismet spam prevention status to the contact form settings page, so you can know if Akismet is protecting or not.</li>\n<li>Added more help notes to the admin settings page.</li>\n<li>Fixed extra forms were not deleted when when decreasing the number of available forms.</li>\n<li>Fixed to redirect to Form 1 when changing the number of available forms.</li>\n<li>Improved the CAPTCHA Test Page.</li>\n</ul>\n\n<h4>2.8</h4>\n\n<ul>\n<li>(25 Jul 2010) - Added much requested Backup/restore tool. You can backup/restore all your forms or single forms and settings using a tool at the bottom of the settings page.</li>\n<li>Added new settings: \'Autoresponder E-mail From name\', and \'Autoresponder E-mail \"Reply To\" address\'.</li>\n<li>Added ability to set subject by URL GET method: ?si_contact_subject=I would like to adopt Freddy.</li>\n<li>Fixed email \"Reply to\" header to be from sender when appropriate so that replying to the email goes back to sender.</li>\n<li>More improvements to email sending and testing functions.</li>\n<li>Improved fieldset feature. Renamed fieldset(group) to fieldset(box-open) and added fieldset(box-close).  </li>\n<li>Minor improvements to display.</li>\n<li>Updated German</li>\n</ul>\n\n<h4>2.7.4</h4>\n\n<ul>\n<li>(19 Jul 2010) - Fixed blank subject when using optional email subject list.</li>\n<li>Fixed AutoResponder is from person filling the form instead of from WordPress admin.</li>\n<li>Fixed email delivery for some servers that require 5th parameter -f to PHP mail function.</li>\n<li>Updated FAQ page for better help when mail is not sending: <a href=\"http://wordpress.org/extend/plugins/si-contact-form/faq/\" rel=\"nofollow\">http://wordpress.org/extend/plugins/si-contact-form/faq/</a></li>\n<li>Improved the E-mail test feature at the bottom of the settings page, use to troubleshooting mail delivery problems.</li>\n<li>Added option to use geekMail library for sending mail, try when having mail delivery problems.</li>\n<li>Added more style settings.</li>\n<li>Other small improvements.</li>\n</ul>\n\n<h4>2.7.3</h4>\n\n<ul>\n<li>(12 Jul 2010) - Critical fix for broken checkbox feature in IE8 caused by version 2.7.2</li>\n<li>Added more date format types for the date extra field.</li>\n</ul>\n\n<h4>2.7.2</h4>\n\n<ul>\n<li>(11 Jul 2010) - Added \"Name field format:\" so you can select how the name field is formatted on the form. Name, First Name, Last Name, etc. </li>\n<li>Added autoresponder E-mail message feature. Enable when you want the form to automatically answer with an autoresponder E-mail message.</li>\n<li>Added Optional notes/help for extra form fields. Use the optional notes/help to print some notes or instructions before a form field. This is for the form display only, not E-mail. HTML is allowed. </li>\n<li>Fixed \"Attachment upload failed\" message when attachment is not set to required.</li>\n<li>Improved email newline handling(some windows servers are really picky).</li>\n<li>Improved CAPTCHA image alignment and other minor fixes.</li>\n<li>Updated Danish (da_DK) - Translated by <a href=\"http://wordpress.blogos.dk/wpdadkdownloads/\">GeorgWP</a></li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n<li>Updated German (de_DE) - Translated by [Rico]</li>\n</ul>\n\n<h4>2.7.1</h4>\n\n<ul>\n<li>(04 Jul 2010) - Added fieldset(group) feature to extra fields. The fieldset is used to draw a box around related form elements.</li>\n<li>Added more language strings to date field.</li>\n<li>Added setting: \"Date field - Calendar Start Day of the Week:\"</li>\n<li>Added new setting: \"Move extra fields to after the Message field.\"</li>\n<li>Fixed rare problem on some servers, CAPTCHA image had missing letters.</li>\n</ul>\n\n<h4>2.7</h4>\n\n<ul>\n<li>(27 Jun 2010) - Added file attachment feature, see here for details: <a href=\"http://wordpress.org/support/topic/416371\" rel=\"nofollow\">http://wordpress.org/support/topic/416371</a></li>\n<li>Added setting: \"Enable users to send HTML code in the textarea extra field types.\"(off by default).</li>\n<li>Added setting: \"Enable sender information in E-mail footer.\"(on by default).</li>\n<li>Added HTML anchor tags to bring focus to the form when used on a page with lots of content before the form. </li>\n</ul>\n\n<h4>2.6.5</h4>\n\n<ul>\n<li>(23 Jun 2010) - CSS fix form field margins were too big on Twenty Ten Theme in WP 3.0</li>\n<li>Single checkbox can have a comma in the label(as long is there is no semicolon because then it becomes a multi-checkbox).</li>\n</ul>\n\n<h4>2.6.4</h4>\n\n<ul>\n<li>(11 Jun 2010) - Added ability to set both a name and email on the \"E-mail From (optional):\" field .You can enter just an email: <a href=\"mailto:user1@example.com\">user1@example.com</a>\nOr enter name and email: webmaster,user1@example.com </li>\n<li>Fixed missing shortcode example on admin page.</li>\n<li>Fixed so subject prefix can be blank.</li>\n<li>Added more field indicator options in Advanced Options - Fields</li>\n<li>Added Finnish (fi) - Translated by <a href=\"http://www.guimikko.com/\">Mikko Vahatalo</a> </li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>2.6.3</h4>\n\n<ul>\n<li>(30 May 2010) - Added setting to switch from wordpress mail function to PHP mail function. This setting can resolve some rare mail delivery problems.</li>\n<li>Fixed so checkboxes can have default selected.</li>\n<li>Fixed HTML5 compatible(with CAPTCHA flash audio off).</li>\n<li>Fixed required indicator now has proper class <code>&#60;span class=\"required\"&#62;*&#60;/span&#62;</code>. </li>\n<li>Fixed syntax bug on extra \'date\' fields.</li>\n<li>Fixed for Simple Facebook Connect compatibility (fixes broken CAPTCHA caused by SFC Like and Share plugins).</li>\n</ul>\n\n<h4>2.6.2</h4>\n\n<ul>\n<li>(21 May 2010) - Fixed major bug: All text and textarea extra fields were missing from email. Sorry for the inconvenience. There are so many who use it,  I updated it right away.</li>\n</ul>\n\n<h4>2.6.1</h4>\n\n<ul>\n<li>(19 May 2010) - Fixed bug: all checkboxes appeared selected in the email. </li>\n<li>Fixed to allow HTML in extra field labels.</li>\n</ul>\n\n<h4>2.6</h4>\n\n<ul>\n<li>(19 May 2010) - Fix for XHTML Strict compliance.</li>\n<li>Improved CAPTCHA CSS code (better alignment captcha, refresh, and audio images).</li>\n<li>Added advanced options for date format on extra \'date\' fields (mm/dd/yyyy, dd/mm/yyyy).</li>\n<li>Added advanced options to set checkboxes with children (Pizza Toppings:,olives;mushrooms;cheese;ham;tomatoes).</li>\n<li>Added advanced options to set a default selected item for select and radio fields.</li>\n<li>Added advanced options to make name, email, subject, or message fields (not_available, not_required, or required).\nthis feature can be used to make an anonymous comment form. Also can be used to disable name and email to make them reordered when using extra fields.</li>\n<li>Updated Spanish (es_ES) - Translated by Sergio Torres.</li>\n</ul>\n\n<h4>2.5.6</h4>\n\n<ul>\n<li>(15 May 2010) - Made WP3 Compatible.</li>\n</ul>\n\n<h4>2.5.5</h4>\n\n<ul>\n<li>(07 May 2010) - Fixed to be compatible with *www.com domain name.</li>\n<li>Added extra field type for \"date\", this new field can be used for a hotel registration form and uses a popup \"Epoch DHTML Calendar\" 1.06 by Nick Baicoianu from meanfreepath.com</li>\n</ul>\n\n<h4>2.5.4</h4>\n\n<ul>\n<li>(01 May 2010) - Fixed small issue with \"enable hidden message\" option.</li>\n<li>Fixed small issue with \"email from\" option.</li>\n<li>Improved CAPTCHA testpage.</li>\n</ul>\n\n<h4>2.5.3</h4>\n\n<ul>\n<li>(23 Apr 2010) - Added Dutch (nl_NL) - Translated by [Mark Visser]</li>\n<li>Added Swedish (sv_SE) - Translated by <a href=\"http://walktheline.boplatsen.se/\">Daniel Persson</a></li>\n</ul>\n\n<h4>2.5.2</h4>\n\n<ul>\n<li>(16 Apr 2010) - Added Hungarian (hu_HU) - Translated by <a href=\"http://dmgmedia.hu\">Jozsef Burgyan</a></li>\n<li>Updated Polish (pl_PL) - Translated by [Pawel Mezyk]</li>\n</ul>\n\n<h4>2.5.1</h4>\n\n<ul>\n<li>(09 Apr 2010) - Fixed bug in reset styles feature.</li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>2.5.0</h4>\n\n<ul>\n<li>(05 Apr 2010) - Added setting to add optional drop down list for email subject.</li>\n<li>Added setting to make the CAPTCHA image smaller.</li>\n<li>Added settings to increase number of forms and have more extra fields (editing code is no longer needed).</li>\n<li>Fixed so multiple forms can be on the same page. </li>\n<li>Added editable text label setting for (* denotes required field).</li>\n<li>Added more style settings in Advanced Options. You can use inline css, or add a class property to be used by your own stylsheet.\nAcceptable Examples:\ntext-align:left; color:#000000; background-color:#CCCCCC;\nstyle=\"text-align:left; color:#000000; background-color:#CCCCCC;\"\nclass=\"input\"</li>\n<li>Split code into 4 smaller files for better performance.</li>\n<li>Other bug fixes.</li>\n</ul>\n\n<h4>2.0.2</h4>\n\n<ul>\n<li>(16 Mar 2010) - Added radio and select configuration error checking. Fix display of radio input fields to be on separate lines.</li>\n<li>Fixed multiple BCC feature, it was only accepting one BCC.</li>\n<li>Updated German (de_DE) and Bulgarian (bg_BG)</li>\n</ul>\n\n<h4>2.0.1</h4>\n\n<ul>\n<li>(06 Feb 2010) - Fix Invalid Input error when the word \"donkey\" is in the input string.</li>\n<li>Added Polish (pl_PL) - Translated by [Pawel Mezyk]</li>\n<li>Fixed Greek language file name.</li>\n</ul>\n\n<h4>2.0</h4>\n\n<ul>\n<li>(26 Jan 2010) - Added required field indicators (can be disabled in settings if you do not like them).</li>\n<li>Added setting to adjust redirect delay seconds(range of 1-5 recommended).</li>\n<li>Added setting to hide message entry, now you can hide subject and message fields for use as a newsletter signup.</li>\n<li>Added selectable extra field types: text, textarea, checkbox, radio, select. Note: When using select or radio field types, first enter the label and a comma. Next include the options separating with a semicolon like this example: Color:,Red;Green;Blue </li>\n</ul>\n\n<h4>1.9.6</h4>\n\n<ul>\n<li>(31 Dec 2009) - New setting for a few people who had problems with the text transparency \"Disable CAPTCHA transparent text (only if captcha text is missing on the image, try this)\".</li>\n<li>Added Hebrew, Israel (he_IL) - Translated by <a href=\"http://web.freeall.org\">Asaf Chertkoff FreeAllWeb GUILD</a> </li>\n</ul>\n\n<h4>1.9.5</h4>\n\n<ul>\n<li>(04 Dec 2009) - Fix slashes issue on some servers.</li>\n<li>More improvements for CAPTCHA images and fonts.</li>\n</ul>\n\n<h4>1.9.4</h4>\n\n<ul>\n<li>(30 Nov 2009) - Fix blank CAPTCHA text issue some users were having.</li>\n<li>Added CAPTCHA difficulty level setting on the settings page (Low, Medium, Or High).</li>\n<li>Added Portuguese (pt_PT) - Translated by <a href=\"http://pws.op351.net/\">AJBFerreira Blog</a></li>\n</ul>\n\n<h4>1.9.3</h4>\n\n<ul>\n<li>(23 Nov 2009) - Fix completely broke CAPTCHA, sorry about that</li>\n</ul>\n\n<h4>1.9.2</h4>\n\n<ul>\n<li>(23 Nov 2009) - Added 5 random CAPTCHA fonts.</li>\n<li>Added feature to increase the number of extra form fields available (see faq if you need it).</li>\n<li>Fixed fail over to GD Fonts on the CAPTCHA when TTF Fonts are not enabled in PHP (it was broken).</li>\n</ul>\n\n<h4>1.9.1</h4>\n\n<ul>\n<li>(21 Nov 2009) - Fixed Flash audio was not working.</li>\n<li>Added Spanish (es_ES) - Translated by <a href=\"http://www.activosenred.com/\">Valentin Yonte Rodriguez</a></li>\n</ul>\n\n<h4>1.9</h4>\n\n<ul>\n<li>(20 Nov 2009) - Updated to SecureImage CAPTCHA library version 2.0</li>\n<li>New CAPTCHA features include: increased CAPTCHA difficulty using mathematical distortion, streaming MP3 audio of CAPTCHA code using Flash, random audio distortion, better distortion lines, random backgrounds and more.</li>\n<li>Other minor fixes.</li>\n</ul>\n\n<h4>1.8.4</h4>\n\n<ul>\n<li>(10 Nov 2009) - Added advanced option to edit the CAPTCHA input field size.</li>\n<li>Other minor fixes.</li>\n</ul>\n\n<h4>1.8.3</h4>\n\n<ul>\n<li>(09 Nov 2009) - Fix Submit button spacing.</li>\n</ul>\n\n<h4>1.8.2</h4>\n\n<ul>\n<li>(03 Nov 2009) - Added feature to increase the number of forms available (see faq if you need it).</li>\n<li>Fix for settings not being deleted when plugin is deleted from admin page.</li>\n<li>Updated Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n<li>Added Albanian (sq_AL) - Translated by <a href=\"http://www.romeolab.com\">Romeo Shuka</a></li>\n</ul>\n\n<h4>1.8.1</h4>\n\n<ul>\n<li>(02 Nov 2009) - Fixed error \"Could not read CAPTCHA cookie\" on some installs using version 1.8</li>\n</ul>\n\n<h4>1.8</h4>\n\n<ul>\n<li>(02 Nov 2009) - Added Multi-Form feature that allows you to have up to four different forms on your site.</li>\n<li>Added Bulgarian (bg_BG) - Translated by <a href=\"http://chereshka.net/\">Dimitar Atanasov</a></li>\n</ul>\n\n<h4>1.7.7</h4>\n\n<ul>\n<li>(30 Oct 2009) - Fixed issue on some sites with blank css fields that caused image misalignment.</li>\n<li>Added advanced option to edit the CSS style for border on the contact form.</li>\n</ul>\n\n<h4>1.7.6</h4>\n\n<ul>\n<li>(27 Oct 2009) - Added advanced option to edit the CSS style for contact drop down select on the contact form.</li>\n<li>HTML validation fix.</li>\n</ul>\n\n<h4>1.7.5</h4>\n\n<ul>\n<li>(21 Oct 2009) - Added Chinese (zh_CN) - Translated by <a href=\"http://www.awuit.cn/\">Awu</a> </li>\n<li>Added Greek (el) - Translated by <a href=\"http://www.jbaron.gr/\">Ioannis</a></li>\n</ul>\n\n<h4>1.7.4</h4>\n\n<ul>\n<li>(03 Oct 2009) - Fixed advanced setting: CSS style for form input fields. Changing background color did not work.</li>\n<li>Added setting to Enable hidden E-mail subject (removes subject field from contact form).  </li>\n</ul>\n\n<h4>1.7.3</h4>\n\n<ul>\n<li>(01 Oct 2009) - Updated links to my other plugins.</li>\n<li>Danish (da_DK) - Updated by <a href=\"http://wordpress.blogos.dk\">Georg / Team Blogos</a></li>\n</ul>\n\n<h4>1.7.2</h4>\n\n<ul>\n<li>(30 Sep 2009) - Fixed settings were deleted at deactivation. Settings are now only deleted at uninstall.</li>\n</ul>\n\n<h4>1.7.1</h4>\n\n<ul>\n<li>(29 Sep 2009) - Fix credit link position. </li>\n<li>Some people wanted to change the error messages for the contact form. Advanced settings fields can be filled in to override the standard included error messages.</li>\n</ul>\n\n<h4>1.7</h4>\n\n<ul>\n<li>(28 Sep 2009) - Added 8 optional extra fields. Some people requested extra contact form fields that could be used for phone number, company name, etc. To enable an extra field from the advanced options, just enter a label. Then check if you want the field to be required or not.</li>\n</ul>\n\n<h4>1.6.8</h4>\n\n<ul>\n<li>(22 Sep 2009) - Fix, some sites reported a image path problem. (I think it is correct now). </li>\n</ul>\n\n<h4>1.6.7</h4>\n\n<ul>\n<li>(22 Sep 2009) - Fix, some sites reported a path problem with \"Blog address\" is different domain than \"WordPress address\".</li>\n<li>Added setting to enable upper case alphabet correction. </li>\n<li>Added more fields in \"advanced options\".</li>\n<li>Minor code cleanup.</li>\n</ul>\n\n<h4>1.6.6</h4>\n\n<ul>\n<li>(21 Sep 2009) - Fix \"Invalid Input\" error on installations where \"Blog address\" is different domain than \"WordPress address\".</li>\n<li>More sanity checks on Form DIV Width setting.</li>\n<li>Added ability to use dashes or underscores in shortcode: <code>&#x5b;si-contact-form]</code> or <code>&#x5b;si_contact_form]</code>.</li>\n</ul>\n\n<h4>1.6.5</h4>\n\n<ul>\n<li>(18 Sep 2009) - Added proper nonce protection to options forms. </li>\n<li>Added option to reset the styles to defaults (incase you tried to adjust them and did not like the results).</li>\n<li>Fixed typo in file name for Portuguese - Brazil language (pt_BR).</li>\n<li>Fixed several language files [BR, FR, NO, DE...] had word \"Submit\" spelled as \"submit\".</li>\n</ul>\n\n<h4>1.6.4</h4>\n\n<ul>\n<li>(14 Sep 2009) - Added E-mail test feature in options, if you are not receiving mail, try it. It will display troubleshooting information.</li>\n<li>Added error check for wp_mail send, this is helful to troubleshoot mail delivery. </li>\n<li>Added a warning message on Options page for when the web host has mail() function disabled.</li>\n</ul>\n\n<h4>1.6.3</h4>\n\n<ul>\n<li>(13 Sep 2009) - Added new advanced options for CSS style of captcha image, audio image, reload image, and submit button.</li>\n<li>Fixed coding for XHTML Strict validation.</li>\n<li>Added Ukrainian language (uk_UA) - Translated by <a href=\"http://wordpress.ua/\">Wordpress.Ua</a></li>\n</ul>\n\n<h4>1.6.2</h4>\n\n<ul>\n<li>(11 Sep 2009) - Added new feature in options: \"Enable checking DNS records for the domain name when checking for a\nvalid E-mail address.\" It looks for any of the following: A record, a CNAME record, or MX record.(enabled by default).</li>\n<li>Updated FAQ</li>\n</ul>\n\n<h4>1.6.1</h4>\n\n<ul>\n<li>(11 Sep 2009) - Fixes error if you are upgrading from prior version: Fatal error: Call to a member function <code>si_contact_migrate()</code> on a non-object in si-contact-form.php on line 1461</li>\n<li>If you get this error and cannot access your WP site: the manual fix is to delete the <code>si-contact-form.php</code> file from the <code>plugins/si-contact-form/</code> directory, your site will start working again. Then you can install this new version.<br />\nSee this <a href=\"http://wordpress.org/support/topic/309925\">forum post</a></li>\n</ul>\n\n<h4>1.6</h4>\n\n<ul>\n<li>(10 Sep 2009) - Auto form fill is automatically skipped for any user with administrator role.</li>\n<li>New option: Auto form fill can be enabled/disabled in advanced options(enabled by default).</li>\n<li>Plugin options are now stored in a single database row instead of many. (it will auto migrate/cleanup old database rows).</li>\n<li>Language files are now stored in the <code>si-contact-form/languages</code> folder.</li>\n<li>Options are deleted when this plugin is deleted.</li>\n<li>Added help links on options page.</li>\n<li>Added Portuguese Brazil (pt_BR) - Translated by [Rui Alao]</li>\n<li>Updated Russian (ru_RU) - Translated by <a href=\"http://www.sprestij.ru/\">Bezraznizi</a></li>\n<li>Updated Turkish (tr_TR) - Translated by <a href=\"http://www.tapcalap.com/\">Tolga</a></li>\n</ul>\n\n<h4>1.5</h4>\n\n<ul>\n<li>(9 Sep 2009) - New feature: I added an \"advanced options\" section to the options page. Some people wanted to change the text labels for the contact form.\nThese advanced options fields can be filled in to override the standard included field titles.</li>\n<li>Other minor code changes.</li>\n</ul>\n\n<h4>1.4.4</h4>\n\n<ul>\n<li>(08 Sep 2009) - Fixed possible error: \"mail could not be sent because host may have disabled email function()\"</li>\n</ul>\n\n<h4>1.4.3</h4>\n\n<ul>\n<li>(08 Sep 2009) - Fixed redirect/logout problem on admin menu reported by a user.</li>\n<li>Removed blog name from top of email message body.</li>\n</ul>\n\n<h4>1.4.2</h4>\n\n<ul>\n<li>(07 Sep 2009) - Added configurable email subject prefix in options.</li>\n<li>Added configurable border width in options.</li>\n<li>Auto form fill is now disabled for admin, but still works for other logged in users.</li>\n<li>Other minor fixes.</li>\n</ul>\n\n<h4>1.4.1</h4>\n\n<ul>\n<li>(06 Sep 2009) - Added feature: Auto form fill email address and name (username) on the contact form for logged in users.</li>\n<li>Added feature: prints \"From a WordPress user: <code>&#60;username&#62;</code>\" on email footer for logged in users.</li>\n<li>Added feature: Date/Time timestamp on email footer (uses Date/Time format from general options setting).</li>\n<li>Added Russian Language (ru_RU) - Translated by <a href=\"http://www.sprestij.ru/\">Bezraznizi</a></li>\n</ul>\n\n<h4>1.4</h4>\n\n<ul>\n<li>(06 Sep 2009) Now uses wp_mail function so that users who use the SMTP mail plugins will be supported.</li>\n<li>Now sends email encoded in the character encoding you write your blog in, (UTF-8 is recommended) see <code>Settings</code>, <code>Reading</code> admin options page.</li>\n<li>New feature: Now you can have multiple E-mails per contact, this is called a CC(Carbon Copy). If you need to add more than one contact, see the example: click \"help\" on the <code>Contact Form Options Page</code>. </li>\n<li>Fixed error \"Bad parameters to mail() function\" reported by a couple users.</li>\n<li>Fixed error \"Call to undefined function <code>mb_detect_encoding()</code>\" reported by one user.</li>\n<li>Many hours were put into this free plugin. Please donate, even small amounts like $2.99 are welcome.</li>\n</ul>\n\n<h4>1.3</h4>\n\n<ul>\n<li>(04 Sep 2009) Added Feature: This contact form sends E-mail with UTF-8 character encoding for US and International character support.(fee FAQ)</li>\n<li>Added Danish Language (da_DK) - Translated by <a href=\"http://www.ohyeah-webdesign.dk\">Thomas J. Langer</a></li>\n<li>fixed an issue with the \"Welcome introduction\" field translation not translating.</li>\n</ul>\n\n<h4>1.2.5</h4>\n\n<ul>\n<li>(02 Sep 2009) Added Norwegian language (nb_NO) - Translated by <a href=\"http://roger.inro.net/\">Roger Sylte</a></li>\n</ul>\n\n<h4>1.2.4</h4>\n\n<ul>\n<li>(02 Sep 2009) Added German Language (de_DE) - Translated by <a href=\"http://sebastian.kreideweiss.info/\">Sebastian Kreideweiss</a></li>\n</ul>\n\n<h4>1.2.3</h4>\n\n<ul>\n<li>(01 Sep 2009) Fixed email validation on some windows servers</li>\n<li>Added Traditional Chinese, Taiwan Language (zh_TW) - Translated by [Cjh]</li>\n<li>Added French language (fr_FR) - Translated by <a href=\"http://pierre.sudarovich.free.fr/\">Pierre Sudarovich</a></li>\n</ul>\n\n<h4>1.2.2</h4>\n\n<ul>\n<li>(31 Aug 2009) Added Italian language (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n</ul>\n\n<h4>1.2.1</h4>\n\n<ul>\n<li>(31 Aug 2009) Added more diagnostic test scripts: a Cookie Test, Captcha test, and a PHP Requirements Test.\nClick on the \"Test if your PHP installation will support the CAPTCHA\" link on the Options page.\nor open this URL in your web browser to run the test:</li>\n</ul>\n\n<pre><code>/wp-content/plugins/si-contact-form/captcha-secureimage/test/index.php</code></pre>\n\n<h4>1.2</h4>\n\n<ul>\n<li>(31 Aug 2009) Translations were not working</li>\n</ul>\n\n<h4>1.1.7</h4>\n\n<ul>\n<li>(31 Aug 2009) Cookie error improvements.</li>\n</ul>\n\n<h4>1.1.6</h4>\n\n<ul>\n<li>(30 Aug 2009) Added a Cookie Test to help diagnose if a web browser has cookies disabled.\nClick on the \"Test if your PHP installation will support the CAPTCHA\" link on the Options page.\nor open this URL in your web browser to run the test:</li>\n</ul>\n\n<pre><code>/wp-content/plugins/si-contact-form/captcha-secureimage/test/index.php</code></pre>\n\n<h4>1.1.5</h4>\n\n<ul>\n<li>(30 Aug 2009) Improved Akismet function (checks for <code>wordpress_api_key</code>)</li>\n<li>Hide CAPTCHA for registered users is now disabled by default(configurable in Options)</li>\n</ul>\n\n<h4>1.1.4</h4>\n\n<ul>\n<li>(29 Aug 2009) Improved <code>ctf_validate_email</code> function and fixed a bug that invalidated email address with upper case</li>\n</ul>\n\n<h4>1.1.3</h4>\n\n<ul>\n<li>(29 Aug 2009) Added this script to be used to test if your PHP installation will support the CAPTCHA:\nOpen this URL in your web browser to run the test:</li>\n</ul>\n\n<pre><code>/wp-content/plugins/si-contact-form/captcha-secureimage/secureimage_test.php</code></pre>\n\n<h4>1.1.2</h4>\n\n<ul>\n<li>(28 Aug 2009) Updated Turkish language (tr_TR) - Translated by <a href=\"http://www.tapcalap.com/\">Tolga</a></li>\n</ul>\n\n<h4>1.1.1</h4>\n\n<ul>\n<li>(28 Aug 2009) Added Turkish language (tr_TR) - Translated by <a href=\"http://www.tapcalap.com/\">Tolga</a></li>\n<li>CAPTCHA fix - Added Automatic fail over from TTF Fonts to GD Fonts if the PHP installation is configured without \"--with-ttf\".\nSome users were reporting there was no error indicating this TTF Fonts not supported condition and the captcha was not working.</li>\n</ul>\n\n<h4>1.1</h4>\n\n<ul>\n<li>(28 Aug 2009) Added multi \"email to\" contact feature. Add as many contacts as you need in Options. The drop down list on the contact form will be made automatically.</li>\n</ul>\n\n<h4>1.0.3</h4>\n\n<ul>\n<li>(28 Aug 2009) fix options permission bug introduced by last update, sorry</li>\n</ul>\n\n<h4>1.0.2</h4>\n\n<ul>\n<li>(27 Aug 2009) Added Akismet spam protection. Checks the form input with Akismet, but only if Akismet plugin is also installed.</li>\n<li>added settings link to the plugin action links.</li>\n</ul>\n\n<h4>1.0.1</h4>\n\n<ul>\n<li>(26 Aug 2009) fixed deprecated ereg_replace and eregi functions for PHP 5.3+ compatibility when error warnings are on</li>\n</ul>\n\n<h4>1.0</h4>\n\n<ul>\n<li>(26 Aug 2009) Initial Release</li>\n</ul>\";s:3:\"faq\";s:6104:\"<p><a href=\"http://www.fastsecurecontactform.com/faq-wordpress-version\">See the official FAQ at FastSecureContactForm.com</a></p>\n\n<h4>I just installed this and do not get any email from it, what could be wrong?</h4>\n\n<p><a href=\"http://www.fastsecurecontactform.com/email-does-not-send\">See FAQ page: How to troubleshoot email delivery</a></p>\n\n<h4>Is this plugin available in other languages?</h4>\n\n<p>Yes. To use a translated version, you need to obtain or make the language file for it.\nAt this point it would be useful to read <a href=\"http://codex.wordpress.org/Installing_WordPress_in_Your_Language\" title=\"Installing WordPress in Your Language\">Installing WordPress in Your Language</a> from the Codex. You will need an .mo file for this plugin that corresponds with the \"WPLANG\" setting in your wp-config.php file. Translations are listed below -- if a translation for your language is available, all you need to do is place it in the <code>/wp-content/plugins/si-contact-form/languages</code> directory of your WordPress installation. If one is not available, and you also speak good English, please consider doing a translation yourself (see the next question).</p>\n\n<p>The following translations are included in the download zip file:</p>\n\n<ul>\n<li>Albanian (sq_AL) - Translated by <a href=\"http://www.romeolab.com\">Romeo Shuka</a></li>\n<li>Arabic (ar) partial translation - Translated by Jasmine Hassan</li>\n<li>Bulgarian (bg_BG) - Translated by <a href=\"http://chereshka.net\">Dimitar Atanasov</a></li>\n<li>Chinese (zh_CN) - Translated by <a href=\"http://www.awuit.cn/\">Awu</a> </li>\n<li>Danish (da_DK) - Translated by <a href=\"http://wordpress.blogos.dk/wpdadkdownloads/\">GeorgWP</a></li>\n<li>Farsi(Persian)(fa_IR) partial translation - Translated by Ramin Firooz</li>\n<li>Finnish (fi) - Translated by <a href=\"http://www.guimikko.com/\">Mikko Vahatalo</a> </li>\n<li>French (fr_FR) - Translated by <a href=\"http://pierre.sudarovich.free.fr/\">Pierre Sudarovich</a></li>\n<li>German (de_DE) - Translated by <a href=\"http://sebastian.kreideweiss.info/\">Sebastian Kreideweiss</a></li>\n<li>Greek (el) - Translated by <a href=\"http://www.jbaron.gr/\">Ioannis</a></li>\n<li>Hebrew, Israel (he_IL) - Translated by Asaf Chertkoff FreeAllWeb GUILD</li>\n<li>Hungarian (hu_HU) - Translated by <a href=\"http://dmgmedia.hu\">Jozsef Burgyan</a></li>\n<li>Italian (it_IT) - Translated by <a href=\"http://gidibao.net/\" title=\"Gianni Diurno\">Gianni Diurno</a></li>\n<li>Japanese (ja) - Translated by [Ichiro Kozuka]</li>\n<li>Norwegian Bokmal (nb_NO) - Translated by <a href=\"http://punktlig-ikt.no\">Tore Johnny Bratveit</a></li>\n<li>Polish (pl_PL) - Translated by [Pawel Mezyk]</li>\n<li>Portuguese (pt_PT) - Translated by <a href=\"http://pws.op351.net/\">AJBFerreira Blog</a></li>\n<li>Portuguese Brazil (pt_BR) - Translated by [Rui Alao]</li>\n<li>Romanian (ro_RO) - Translated by <a href=\"http://www.jibo.ro\">Anunturi Jibo</a></li>\n<li>Russian (ru_RU) - Translated by <a href=\"http://www.iflexion.com/\">Iflexion</a></li>\n<li>Spanish (es_ES) - Translated by <a href=\"http://www.activosenred.com/\">Valentin Yonte Rodriguez</a></li>\n<li>Swedish (sv_SE) - Translated by <a href=\"http://walktheline.boplatsen.se/\">Daniel Persson</a></li>\n<li>Traditional Chinese, Taiwan (zh_TW) - Translated by [Cjh]</li>\n<li>Turkish (tr_TR) - Translated by <a href=\"http://www.tapcalap.com/\">Tolga</a></li>\n<li>Ukrainian (uk_UA) - Translated by <a href=\"http://wordpress.ua/\">Wordpress.Ua</a></li>\n<li>More are needed... Please help translate.</li>\n</ul>\n\n<h4>Can I provide a translation?</h4>\n\n<p>Of course! \nHow to translate Fast Secure Contact Form for WordPress\n<a href=\"http://www.fastsecurecontactform.com/how-to-translate\" rel=\"nofollow\">http://www.fastsecurecontactform.com/how-to-translate</a></p>\n\n<h4>Is it possible to update the translation files for newest version?</h4>\n\n<p>How to update a translation of Fast Secure Contact Form for WordPress\n<a href=\"http://www.fastsecurecontactform.com/how-to-update-translation\" rel=\"nofollow\">http://www.fastsecurecontactform.com/how-to-update-translation</a></p>\n\n<h4>This contact form sends E-mail with UTF-8 character encoding for US and International character support.</h4>\n\n<p>English-language users will experience little to no impact. Any non-English questions or messages submitted will have unicode character encoding so that when you receive the e-mail, the language will still be viewable.</p>\n\n<p>If you receive an email with international characters and the characters look garbled with symbols and strange characters, your e-mail program may need to be set as follows:</p>\n\n<p>How to set incoming messages character encoding to Unicode(UTF-8) in various mail clients:</p>\n\n<p>Evolution:\nView &#62; Character Encoding &#62; Unicode</p>\n\n<p>Outlook Express 6, Windows Mail:\nPlease check \"Tools-&#62;Options-&#62;Read-&#62;International Settings\". Un-check \"Use default encoding format for all incoming messages\" \nNow select \"View-&#62;Encoding\", select \"Unicode(UTF-8)\"</p>\n\n<p>Mozilla Thunderbird:\nClick on Inbox.\nSelect \"View-&#62;Character Encoding\", select \"Unicode(UTF-8)\"</p>\n\n<p>Gmail:\nNo setting necessary, it just works.</p>\n\n<p>For more help... <a href=\"http://www.fastsecurecontactform.com/faq-wordpress-version\">See the official FAQ at FastSecureContactForm.com</a></p>\n\n<h4>What is the \"Set a meeting\" option I have in my form?</h4>\n\n<p>You can extend your contact form to let your users to Schedule Meetings based on your availability, meet online with web-based video, talk over phone conference, and collect payments for your time and services.</p>\n\n<p>You can enable this option in \"Accept Meeting Requests\" section at contact form settings page.\nYou can then configure your meeting preferences, set your availability and more by activating your free vCita account (again at the contact form settings).</p>\n\n<p>You can learn more about vCita at <a href=\"http://www.vcita.com?invite=FSContact\">http://www.vcita.com</a>\nIf you have any question about the Schedule Meetings feature please contact <a href=\"mailto:support@vcita.com\">support@vcita.com</a></p>\";}s:13:\"download_link\";s:57:\"http://downloads.wordpress.org/plugin/si-contact-form.zip\";s:4:\"tags\";a:11:{s:7:\"akismet\";s:7:\"Akismet\";s:10:\"buddypress\";s:10:\"buddypress\";s:7:\"captcha\";s:7:\"captcha\";s:7:\"contact\";s:7:\"contact\";s:12:\"contact-form\";s:12:\"contact form\";s:5:\"email\";s:5:\"email\";s:4:\"form\";s:4:\"form\";s:4:\"mail\";s:4:\"mail\";s:12:\"multilingual\";s:12:\"multilingual\";s:4:\"spam\";s:4:\"spam\";s:4:\"wpmu\";s:4:\"wpmu\";}}","no");
INSERT INTO wp_options VALUES("747","0","_transient_plugins_delete_result_1","1","yes");
INSERT INTO wp_options VALUES("749","0","vcita_widget","a:18:{s:5:\"title\";s:0:\"\";s:3:\"uid\";i:207058;s:11:\"new_install\";s:4:\"true\";s:7:\"version\";s:5:\"2.1.0\";s:19:\"contact_page_active\";s:4:\"true\";s:13:\"engage_active\";s:4:\"true\";s:18:\"confirmation_token\";N;s:18:\"implementation_key\";N;s:7:\"dismiss\";b:1;s:7:\"created\";i:1;s:5:\"email\";s:27:\"adam_kubizna_12@hotmail.com\";s:10:\"first_name\";s:4:\"Adam\";s:9:\"last_name\";s:7:\"Kubizna\";s:10:\"last_error\";s:0:\"\";s:7:\"page_id\";i:108;s:12:\"engage_delay\";i:15;s:11:\"engage_text\";s:117:\"If I can help in any way, please don\'t hesitate to set a time to meet or leave your details and I\'ll get back to you.\";s:9:\"confirmed\";b:1;}","yes");
INSERT INTO wp_options VALUES("1303","0","_site_transient_timeout_browser_9ebb4bcd54d62cfae319c0e229bc970d","1351109016","yes");
INSERT INTO wp_options VALUES("1304","0","_site_transient_browser_9ebb4bcd54d62cfae319c0e229bc970d","a:9:{s:8:\"platform\";s:6:\"iPhone\";s:4:\"name\";s:6:\"iPhone\";s:7:\"version\";N;s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","yes");
INSERT INTO wp_options VALUES("1322","0","jetpack_activated","1","yes");
INSERT INTO wp_options VALUES("1323","0","jetpack_options","a:9:{s:7:\"version\";s:14:\"2.0:1353350037\";s:11:\"old_version\";s:16:\"1.9.2:1351648393\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:41703567;s:10:\"blog_token\";s:65:\"pyP5VR%NL&8uXZfU8D9*dB38Ee4jDE%$.P0)VAx%ZULAHsqbjq#kWYjqAsaFMPNBW\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"#0Z6CJe3bQHz)dNlVP257&Kz5lrqv0X#.ntSCQohsi)#C9#b7M!kBn5Hti!)0uTzT.1\";}s:11:\"master_user\";i:1;s:6:\"public\";i:1;}","yes");
INSERT INTO wp_options VALUES("1327","0","jetpack_active_modules","a:17:{i:0;s:10:\"vaultpress\";i:1;s:18:\"after-the-deadline\";i:3;s:12:\"contact-form\";i:5;s:10:\"custom-css\";i:7;s:21:\"enhanced-distribution\";i:9;s:19:\"gravatar-hovercards\";i:11;s:5:\"latex\";i:13;s:10:\"sharedaddy\";i:15;s:10:\"shortcodes\";i:17;s:10:\"shortlinks\";i:19;s:5:\"stats\";i:21;s:13:\"subscriptions\";i:23;s:7:\"widgets\";i:25;s:11:\"mobile-push\";i:27;s:5:\"notes\";i:29;s:13:\"post-by-email\";i:31;s:9:\"publicize\";}","yes");
INSERT INTO wp_options VALUES("1329","0","stats_options","a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"blog_id\";i:41703567;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:0;s:7:\"version\";s:1:\"7\";s:9:\"reg_users\";b:0;}","yes");
INSERT INTO wp_options VALUES("1330","0","stats_cache","a:2:{s:32:\"0f9ac9ea893206cf1c270954ab850756\";a:1:{i:1353512950;a:1:{i:0;a:4:{s:7:\"post_id\";s:2:\"47\";s:10:\"post_title\";s:10:\"About Adam\";s:14:\"post_permalink\";s:84:\"http://www.collaborativerockers.de/2011/01/folge-i-podcasterische-defloration-cr001/\";s:5:\"views\";s:1:\"3\";}}}s:32:\"eb83bc26204ddff36d0aa48be383173b\";a:1:{i:1353512950;a:0:{}}}","yes");
INSERT INTO wp_options VALUES("1331","0","sharing-options","a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}","yes");
INSERT INTO wp_options VALUES("1806","0","_site_transient_timeout_browser_7ff96cded241a1a4d960f336ea0299f2","1352253018","yes");
INSERT INTO wp_options VALUES("1807","0","_site_transient_browser_7ff96cded241a1a4d960f336ea0299f2","a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"6.0.1\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:3:\"5.1\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","yes");
INSERT INTO wp_options VALUES("1862","0","_transient_timeout_wpcom_subscribers_total","1351657196","no");
INSERT INTO wp_options VALUES("1863","0","_transient_wpcom_subscribers_total","a:2:{s:6:\"status\";s:7:\"success\";s:5:\"value\";i:0;}","no");
INSERT INTO wp_options VALUES("1864","0","limit_login_client_type","REMOTE_ADDR","yes");
INSERT INTO wp_options VALUES("1865","0","limit_login_allowed_retries","4","yes");
INSERT INTO wp_options VALUES("1866","0","limit_login_lockout_duration","1200","yes");
INSERT INTO wp_options VALUES("1867","0","limit_login_allowed_lockouts","4","yes");
INSERT INTO wp_options VALUES("1868","0","limit_login_long_duration","86400","yes");
INSERT INTO wp_options VALUES("1869","0","limit_login_valid_duration","43200","yes");
INSERT INTO wp_options VALUES("1870","0","limit_login_lockout_notify","email","yes");
INSERT INTO wp_options VALUES("1871","0","limit_login_notify_email_after","4","yes");
INSERT INTO wp_options VALUES("1872","0","limit_login_cookies","1","yes");
INSERT INTO wp_options VALUES("1876","0","mc_interest_groups","","yes");
INSERT INTO wp_options VALUES("1877","0","mc_apikey","df433bc5f86b4a9e9872dc98cece65ce-us6","yes");
INSERT INTO wp_options VALUES("1878","0","mc_username","kubiznach","yes");
INSERT INTO wp_options VALUES("1879","0","mc_user_id","9e67a4da05b9f9f66efadf870","yes");
INSERT INTO wp_options VALUES("1880","0","mc_list_id","5875515b26","yes");
INSERT INTO wp_options VALUES("1881","0","mc_list_name","AdamKubizna.Com Newsletter","yes");
INSERT INTO wp_options VALUES("1882","0","mc_email_type_option","1","yes");
INSERT INTO wp_options VALUES("1883","0","mc_header_content","Sign up for AdamKubizna.Com Newsletter","yes");
INSERT INTO wp_options VALUES("1884","0","mc_submit_text","Subscribe me to this unique newsletter!","yes");
INSERT INTO wp_options VALUES("1885","0","mc_use_datepicker","on","yes");
INSERT INTO wp_options VALUES("1886","0","mc_custom_style","on","yes");
INSERT INTO wp_options VALUES("1887","0","mc_use_javascript","off","yes");
INSERT INTO wp_options VALUES("1888","0","mc_use_unsub_link","off","yes");
INSERT INTO wp_options VALUES("1889","0","mc_header_border_width","1","yes");
INSERT INTO wp_options VALUES("1890","0","mc_header_border_color","E3E3E3","yes");
INSERT INTO wp_options VALUES("1891","0","mc_header_background","FFFFFF","yes");
INSERT INTO wp_options VALUES("1892","0","mc_header_text_color","CC6600","yes");
INSERT INTO wp_options VALUES("1893","0","mc_form_border_width","1","yes");
INSERT INTO wp_options VALUES("1894","0","mc_form_border_color","C4D3EA","yes");
INSERT INTO wp_options VALUES("1895","0","mc_form_background","EEF3F8","yes");
INSERT INTO wp_options VALUES("1896","0","mc_form_text_color","555555","yes");
INSERT INTO wp_options VALUES("1897","0","mc_merge_vars","a:4:{i:0;a:10:{s:4:\"name\";s:13:\"Email Address\";s:3:\"req\";b:1;s:10:\"field_type\";s:5:\"email\";s:6:\"public\";b:1;s:4:\"show\";b:1;s:5:\"order\";s:1:\"1\";s:7:\"default\";N;s:8:\"helptext\";N;s:4:\"size\";s:2:\"25\";s:3:\"tag\";s:5:\"EMAIL\";}i:1;a:10:{s:4:\"name\";s:10:\"First Name\";s:3:\"req\";b:0;s:10:\"field_type\";s:4:\"text\";s:6:\"public\";b:1;s:4:\"show\";b:1;s:5:\"order\";s:1:\"2\";s:7:\"default\";s:0:\"\";s:8:\"helptext\";s:0:\"\";s:4:\"size\";s:2:\"25\";s:3:\"tag\";s:5:\"FNAME\";}i:2;a:10:{s:4:\"name\";s:9:\"Last Name\";s:3:\"req\";b:1;s:10:\"field_type\";s:4:\"text\";s:6:\"public\";b:1;s:4:\"show\";b:1;s:5:\"order\";s:1:\"3\";s:7:\"default\";s:0:\"\";s:8:\"helptext\";s:0:\"\";s:4:\"size\";s:2:\"25\";s:3:\"tag\";s:5:\"LNAME\";}i:3;a:10:{s:4:\"name\";s:27:\"What would you like to see?\";s:3:\"req\";b:0;s:10:\"field_type\";s:4:\"text\";s:6:\"public\";b:1;s:4:\"show\";b:1;s:5:\"order\";s:1:\"5\";s:7:\"default\";s:0:\"\";s:8:\"helptext\";s:0:\"\";s:4:\"size\";s:2:\"25\";s:3:\"tag\";s:7:\"MMERGE3\";}}","yes");
INSERT INTO wp_options VALUES("1898","0","mc_mv_EMAIL","on","yes");
INSERT INTO wp_options VALUES("1899","0","mc_mv_FNAME","on","yes");
INSERT INTO wp_options VALUES("1900","0","mc_mv_LNAME","on","yes");
INSERT INTO wp_options VALUES("1901","0","mc_mv_MMERGE3","off","yes");
INSERT INTO wp_options VALUES("1902","0","mc_rewards","on","yes");
INSERT INTO wp_options VALUES("1903","0","mc_subheader_content","","yes");
INSERT INTO wp_options VALUES("1904","0","widget_mailchimpsf_widget","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO wp_options VALUES("2552","0","_transient_timeout_yoast_tracking_active_plugins_hash","1354117953","no");
INSERT INTO wp_options VALUES("2553","0","_transient_yoast_tracking_active_plugins_hash","020936caf9cbe4adc5d878373bd6d165","no");
INSERT INTO wp_options VALUES("2554","0","_site_transient_timeout_browser_4071fadaf88b07467adaed3daf67fa4c","1353954419","yes");
INSERT INTO wp_options VALUES("2555","0","_site_transient_browser_4071fadaf88b07467adaed3daf67fa4c","a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"6.0.2\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:3:\"5.1\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","yes");
INSERT INTO wp_options VALUES("2603","0","_site_transient_update_themes","O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1353511256;s:7:\"checked\";a:5:{s:18:\"desk-mess-mirrored\";s:5:\"2.0.4\";s:7:\"edegree\";s:3:\"1.1\";s:7:\"iribbon\";s:6:\"1.0.15\";s:12:\"twentyeleven\";s:3:\"1.4\";s:9:\"twentyten\";s:3:\"1.4\";}s:8:\"response\";a:0:{}}","yes");
INSERT INTO wp_options VALUES("2640","0","_transient_timeout_embed_codecontact207058100%450px","1353469428","no");
INSERT INTO wp_options VALUES("2641","0","_transient_embed_codecontact207058100%450px","<iframe src=\"http://my.vcita.com/akubizna/contact?ver=2\" width=\"100%\" height=\"450px\" scrolling=\"no\" frameborder=\"0\" style=\"\">\n  <p>Contact Adam D. Kubizna</p>\n  <p><a href=\"http://my.vcita.com/akubizna/set_meeting\" target=\"_blank\">Set a Meeting</a> or\n<a href=\"http://my.vcita.com/akubizna/send_message\" target=\"_blank\">Send a Message</a>\n</p>\n  <p>Powered by <a href=\'http://www.vcita.com/?invite=VR_PB-207058\'>vCita</a></p>\n</iframe>\n<DIV style=\"width:100%;text-align:right;font-size:12px;color:#62656a;font-family:Arial, sans-serif\"><DIV style=\"padding: 5px 10px;\"><A href=\"http://www.vcita.com/software/contact_form?invite=VR_STATIC-207058\" style=\"color:#62656a;text-decoration: none;\" target=\"_blank\">Contact Form</A> and <A href=\"http://www.vcita.com/software/meeting_scheduler?invite=VR_STATIC-207058\" style=\"color:#62656a;text-decoration: none;\" target=\"_blank\">Meeting Scheduler</A> by <A href=\"http://www.vcita.com/?invite=VR_STATIC-207058&no_redirect=true\" target=\"_blank\" style=\"color:#62656a;text-decoration: none;\">vCita</A></DIV></DIV>\n","no");
INSERT INTO wp_options VALUES("2650","0","_transient_timeout_embed_codewidget207058100%430px","1353514848","no");
INSERT INTO wp_options VALUES("2651","0","_transient_embed_codewidget207058100%430px","<iframe src=\"http://my.vcita.com/akubizna/widget?ver=2\" width=\"100%\" height=\"430px\" scrolling=\"no\" frameborder=\"0\" style=\"max-width:525;\">\n  <p>Contact Adam D. Kubizna</p>\n  <p><a href=\"http://my.vcita.com/akubizna/set_meeting\" target=\"_blank\">Set a Meeting</a> or\n<a href=\"http://my.vcita.com/akubizna/send_message\" target=\"_blank\">Send a Message</a>\n</p>\n  <p>Powered by <a href=\'http://www.vcita.com/?invite=VR_PB-207058\'>vCita</a></p>\n</iframe>\n<DIV style=\"width:100%;max-width:525;text-align:right;font-size:12px;color:#62656a;font-family:Arial, sans-serif\"><DIV style=\"padding: 5px 10px;\"><A href=\"http://www.vcita.com/software/online_scheduling?invite=VR_STATIC-207058\" target=\"_blank\" style=\"color:#62656a;text-decoration: none;\">Online Scheduling</A> by <A href=\"http://www.vcita.com/?invite=VR_STATIC-207058&no_redirect=true\" target=\"_blank\" style=\"color:#62656a;text-decoration: none;\">vCita</A></DIV></DIV>\n","no");
INSERT INTO wp_options VALUES("2652","0","_site_transient_timeout_theme_roots","1353518455","yes");
INSERT INTO wp_options VALUES("2653","0","_site_transient_theme_roots","a:5:{s:18:\"desk-mess-mirrored\";s:7:\"/themes\";s:7:\"edegree\";s:7:\"/themes\";s:7:\"iribbon\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}","yes");
INSERT INTO wp_options VALUES("2657","0","_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca","1353556148","no");
INSERT INTO wp_options VALUES("2658","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, 13 Nov 2012 04:26:23 +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: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/?v=3.5-beta3-22717\";s: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:48:\"\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:20:\"WordPress 3.5 Beta 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:55:\"http://wordpress.org/news/2012/11/wordpress-3-5-beta-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:64:\"http://wordpress.org/news/2012/11/wordpress-3-5-beta-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:\"Tue, 13 Nov 2012 04:26:23 +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: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:1;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: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=2467\";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:341:\"The third beta release of WordPress 3.5 is now available for download and testing. Hey, developers! We expect to WordPress 3.5 to be ready in just a few short weeks. Please, please test your plugins and themes against beta 3. Media management has been rewritten, and we&#8217;ve taken great pains to ensure most plugins will work 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:2677:\"<p>The third beta release of WordPress 3.5 is now available for download and testing.</p>\n<p><strong>Hey, developers!</strong> We expect to WordPress 3.5 to be ready in just a few short weeks. <em>Please, please</em> test your plugins and themes against beta 3. Media management has been rewritten, and we&#8217;ve taken great pains to ensure most plugins will work the same as before, but we&#8217;re not perfect. We would like to hear about any incompatibilities we&#8217;ve caused so we can work with you to address them <em>before</em> release, rather than after. I think you&#8217;ll agree it&#8217;s much better that way. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':-)\' class=\'wp-smiley\' /> </p>\n<p>To test WordPress 3.5, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.5-beta3.zip\">download the beta here</a> (zip). For more on 3.5, <a title=\"WordPress 3.5 Beta 1\" href=\"http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/\">check out the extensive Beta 1 blog post</a>, which covers what’s new in version 3.5 and how you can help. We made <a href=\"http://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=22557&amp;stop_rev=22224&amp;limit=400\">more than 300 changes</a> since <a href=\"http://wordpress.org/news/2012/10/wordpress-3-5-beta-2/\">beta 2</a>. <span style=\"line-height: 13px\">At this point, the Add Media dialog is complete, and we&#8217;re now just working on fixing up inserting images into the editor. We&#8217;ve also u</span>pdated to jQuery UI 1.9.1, SimplePie 1.3.1, and TinyMCE 3.5.7.</p>\n<p>The usual warnings apply: We can see the light at the end of the tunnel, but this is software still in development, so we don’t recommend that you run it on a production site. Set up a test site to play with the new version.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.5\">everything we’ve fixed</a> so far.</p>\n<p><em>Beta three is out</em><br />\n<em>Soon, a release candidate</em><br />\n<em>Three point five is near</em></p>\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/2012/11/wordpress-3-5-beta-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:1;a:6:{s:4:\"data\";s:45:\"\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:20:\"WordPress 3.5 Beta 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:55:\"http://wordpress.org/news/2012/10/wordpress-3-5-beta-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:64:\"http://wordpress.org/news/2012/10/wordpress-3-5-beta-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, 13 Oct 2012 00:02: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: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=2458\";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:342:\"Two weeks after the first beta, WordPress 3.5 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. Set up a test site to play with the new version. To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “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: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:1845:\"<p>Two weeks after the first beta, WordPress 3.5 Beta 2 is now available for download and testing.</p>\n<p>This is software still in development, so we don’t recommend that you run it on a production site. Set up a test site to play with the new version. To test WordPress 3.5, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.5-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more, <a title=\"WordPress 3.5 Beta 1\" href=\"http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/\"><strong>check out the extensive Beta 1 blog post</strong></a>, which covers what&#8217;s new in version 3.5 and how you can help. What&#8217;s new since beta 1? I&#8217;m glad you asked:</p>\n<ul>\n<li>New workflow for working with image galleries, including drag-and-drop reordering and quick caption editing.</li>\n<li>New user interface for setting static front pages for the Reading Settings screen. (<a title=\"Ticket 16379\" href=\"http://core.trac.wordpress.org/ticket/16379\">#16379</a>)</li>\n<li>New image editing API. (<a title=\"Ticket 6821\" href=\"http://core.trac.wordpress.org/ticket/6821\">#6821</a>)</li>\n</ul>\n<p>As always, if you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.5\">everything we’ve fixed</a> so far. Happy testing!</p>\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/2012/10/wordpress-3-5-beta-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:2;a:6:{s:4:\"data\";s:45:\"\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:35:\"WordPress 3.5 Beta 1 (and a bonus!)\";s: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/2012/09/wordpress-3-5-beta-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:64:\"http://wordpress.org/news/2012/09/wordpress-3-5-beta-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:\"Thu, 27 Sep 2012 22:37: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: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=2443\";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:\"I&#8217;m excited to announce the availability of WordPress 3.5 Beta 1. This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download [...]\";s: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:6603:\"<p>I&#8217;m excited to announce the availability of WordPress 3.5 Beta 1.</p>\n<p>This is software still in development and <strong>we <em>really</em> don’t recommend that you run it on a production site</strong> — set up a test site just to play with the new version. To test WordPress 3.5, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.5-beta-1.zip\">download the beta here</a> (zip).</p>\n<p>In just three short months, we&#8217;ve already made a few hundred changes to improve your WordPress experience. The biggest thing we&#8217;ve been working on is overhauling the media experience from the ground up. We&#8217;ve made it all fair game: How you upload photos, arrange galleries, insert images into posts, and more. It&#8217;s still rough around the edges and some pieces are missing — which means now is the <em>perfect</em> time to test it out, report issues, and help shape our headline feature.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=component&amp;milestone=3.5\">everything we&#8217;ve fixed</a> so far.</p>\n<p>Here&#8217;s some more of what&#8217;s new:</p>\n<ul>\n<li><strong>Appearance: </strong>A simplified welcome screen. A new color picker. And the all-HiDPI (retina) dashboard.</li>\n<li><strong>Accessibility:</strong> Keyboard navigation and screen reader support have both been improved.</li>\n<li><strong>Plugins: </strong>You can browse and install plugins you&#8217;ve marked as favorites on WordPress.org, directly from your dashboard.</li>\n<li><strong>Mobile: </strong>It&#8217;ll be easier to link up your WordPress install with <a href=\"http://wordpress.org/extend/mobile/\">our mobile apps</a>, as XML-RPC is now enabled by default.</li>\n<li><strong>Links: </strong>We&#8217;ve hidden the Link Manager for new installs. (Don&#8217;t worry, <a href=\"http://wordpress.org/extend/plugins/link-manager/\">there&#8217;s a plugin for that</a>.)</li>\n</ul>\n<p><strong>Developers: </strong>We love you. We do. And one of the things we strive to do with every release is be compatible with all existing plugins and themes. To make sure we don&#8217;t break anything, we need your help. <strong>Please, please test your plugins and themes against 3.5.</strong> If something isn&#8217;t quite right, please let us know. (Chances are, it wasn&#8217;t intentional.) And despite all of the changes to media, we&#8217;re still aiming to be backwards compatible with plugins that make changes to the existing media library. It&#8217;s a tall task, and it means we need your help.</p>\n<p>Here&#8217;s some more things we think developers will enjoy (and should test their plugins and themes against):</p>\n<ul>\n<li><strong>External libraries updated:</strong> TinyMCE  3.5.6. SimplePie 1.3. jQuery 1.8.2. jQuery UI 1.9 (and it&#8217;s not even released yet). We&#8217;ve also added Backbone 0.9.2 and Underscore 1.3.3, and you can use protocol-relative links when enqueueing scripts and styles. (<a href=\"http://core.trac.wordpress.org/ticket/16560\">#16560</a>)</li>\n<li><strong>WP Query:</strong> You can now ask to receive posts in the order specified by <code>post__in</code>. (<a href=\"http://core.trac.wordpress.org/ticket/13729\">#13729</a>)</li>\n<li><strong>XML-RPC:</strong> New user management, profile editing, and post revision methods. We&#8217;ve also removed AtomPub. (<a href=\"http://core.trac.wordpress.org/ticket/18428\">#18428</a>, <a href=\"http://core.trac.wordpress.org/ticket/21397\">#21397</a>, <a href=\"http://core.trac.wordpress.org/ticket/21866\">#21866</a>)</li>\n<li><strong>Multisite: </strong>switch_to_blog() is now used in more places, is faster, and more reliable. Also: You can now use multisite in a subdirectory, and uploaded files no longer go through ms-files (for new installs). (<a href=\"http://core.trac.wordpress.org/ticket/21434\">#21434</a>, <a href=\"http://core.trac.wordpress.org/ticket/19796\">#19796</a>, <a href=\"http://core.trac.wordpress.org/ticket/19235\">#19235</a>)</li>\n<li><strong>TinyMCE: </strong>We&#8217;ve added API support for &#8220;views&#8221; which you can use to offer previews and interaction of elements from the visual editor. (<a href=\"http://core.trac.wordpress.org/ticket/21812\">#21812</a>)</li>\n<li><strong>Posts API: </strong>Major performance improvements when working with hierarchies of pages and post ancestors. Also, you can now &#8220;turn on&#8221; native custom columns for taxonomies on edit post screens. (<a href=\"http://core.trac.wordpress.org/ticket/11399\">#11399</a>, <a href=\"http://core.trac.wordpress.org/ticket/21309\">#21309</a>, <a href=\"http://core.trac.wordpress.org/ticket/21240\">#21240</a>)</li>\n<li><strong>Comments API:</strong> Search for comments of a particular status, or with a meta query (same as with WP_Query). (<a href=\"http://core.trac.wordpress.org/ticket/21101\">#21101</a>, <a href=\"http://core.trac.wordpress.org/ticket/21003\">#21003</a>)</li>\n<li><strong>oEmbed: </strong>We&#8217;ve added support for a few oEmbed providers, and we now handle SSL links. (<a href=\"http://core.trac.wordpress.org/ticket/15734\">#15734</a>, <a href=\"http://core.trac.wordpress.org/ticket/21635\">#21635</a>, <a href=\"http://core.trac.wordpress.org/ticket/16996\">#16996</a>, <a href=\"http://core.trac.wordpress.org/ticket/20102\">#20102</a>)</li>\n</ul>\n<p>We&#8217;re looking forward to your feedback. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it. We&#8217;ve already had more than 200 contributors to version 3.5 — come join us!</p>\n<h3>And as promised, a bonus:</h3>\n<p>We&#8217;re planning a December 5 release for WordPress 3.5. But, we have a special offering for you, today. The newest default theme for WordPress, <strong>Twenty</strong><strong> Twelve</strong>, is now <a href=\"http://wordpress.org/extend/themes/twentytwelve\">available for download</a> from the WordPress themes directory. It&#8217;s a gorgeous and fully responsive theme, and it works with WordPress 3.4.2. Take it for a spin!</p>\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/2012/09/wordpress-3-5-beta-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:45:\"\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:48:\"WordPress 3.4.2 Maintenance and Security Release\";s: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/2012/09/wordpress-3-4-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/2012/09/wordpress-3-4-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:\"Thu, 06 Sep 2012 20:07: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: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=2426\";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:355:\"WordPress 3.4.2, now available for download, is a maintenance and security release for all previous versions. After nearly 15 million downloads since 3.4 was released not three months ago, we&#8217;ve identified and fixed a number of nagging bugs, including: Fix some issues with older browsers in the administration area. Fix an issue where a theme [...]\";s: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:1443:\"<p>WordPress 3.4.2, now available for download, is a maintenance and security release for all previous versions.</p>\n<p>After nearly 15 million downloads since 3.4 was released not three months ago, we&#8217;ve <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.4.2&amp;group=resolution&amp;order=severity&amp;desc=1\">identified and fixed a number of nagging bugs</a>, including:</p>\n<ul>\n<li>Fix some issues with older browsers in the administration area.</li>\n<li>Fix an issue where a theme may not preview correctly, or its screenshot may not be displayed.</li>\n<li>Improve plugin compatibility with the visual editor.</li>\n<li>Address pagination problems with some category permalink structures.</li>\n<li>Avoid errors with both oEmbed providers and trackbacks.</li>\n<li>Prevent improperly sized header images from being uploaded.</li>\n</ul>\n<p>Version 3.4.2 also fixes a few security issues and contains some security hardening. The vulnerabilities included potential privilege escalation and a bug that affects multisite installs with untrusted users. These issues were discovered and fixed by the WordPress security team.</p>\n<p><a href=\"http://wordpress.org/download/\"><strong>Download 3.4.2</strong></a><strong> now or visit Dashboard → Updates in your site admin to update now.</strong></p>\n<p><em>Fixes for some bugs<br />\nBack to work on 3.5<br />\nIt&#8217;s time to update</em></p>\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/2012/09/wordpress-3-4-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:4;a:6:{s:4:\"data\";s:60:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Event Organizers Unite!\";s: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:57:\"http://wordpress.org/news/2012/07/event-organizers-unite/\";s: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:66:\"http://wordpress.org/news/2012/07/event-organizers-unite/#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:\"Fri, 13 Jul 2012 08:18: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:8:\"category\";a:7:{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:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"classes\";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:5:{s:4:\"data\";s:12:\"contributors\";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:5:{s:4:\"data\";s:10:\"hackathons\";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:5:{s:4:\"data\";s:7:\"meetups\";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:5:{s:4:\"data\";s:9:\"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:33:\"http://wordpress.org/news/?p=2412\";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:\"I&#8217;m happy to announce the formation of a new official contributor group within the WordPress project for the organizers of in-person events that promote WordPress. Though there are hundreds of people around the globe organizing WordCamps, WordPress meetups, hackathons, free classes and the like, since their &#8220;projects&#8221; were all happening locally there was never a [...]\";s: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:3709:\"<p>I&#8217;m happy to announce the formation of a new official contributor group within the WordPress project for the organizers of in-person events that promote WordPress. Though there are hundreds of people around the globe organizing WordCamps, WordPress meetups, hackathons, free classes and the like, since their &#8220;projects&#8221; were all happening locally there was never a central hub of activity for these folks. Despite the many informal connections between community organizers, we weren&#8217;t taking advantage of the huge existing knowledge base as new organizers stepped up to the plate.</p>\n<p>With the creation of <a href=\"http://make.wordpress.org/events/\">this new contributor group</a>, we finally have a way to organize and recognize these kinds of contributions, a clear avenue for feedback and input when it comes to policies around official events, and the opportunity to create even more connections between community organizers through mentorship programs and group projects. I&#8217;m especially excited about the creation of this group because until now the role of community organizer, while one of the most important, has not gotten the same recognition as higher-profile contribution methods such as forum support or core code contribution. That is something I hope this group will change, and the local organizers can be recognized for the community leaders they are.*</p>\n<p>If you are the organizer of a local WordCamp, WordPress meetup, etc., head over to <a href=\"http://make.wordpress.org/events/\">http://make.wordpress.org/events/</a> and introduce yourself so we can include you in the fun!</p>\n<p>Speaking of meetups, an update on <a href=\"http://wordpress.org/news/2012/01/year-of-the-meetup/\">my last post about meetups</a> is long overdue. With around 500 meetup organizers (and/or potential organizers) responding to my last survey, it took much longer than anticipated to review all the responses. We&#8217;re working now with meetup.com to issue invitations to join a centralized WordPress Meetup account, so if you filled out the form earlier this year, you should be hearing from them soon. The first wave of existing meetup account transfers (for those who opted in) should happen in the next two weeks, with additional waves every 3 months thereafter (and new groups will be able to be created along the way).</p>\n<p>The <a href=\"http://wordpress.org/news/2012/05/calling-all-contributors-community-summit-2012/\">contributor summit</a> that is being planned for the end of October also generated hundreds of responses/nominations, so that review process is still happening, but we should be announcing some basic plans and issuing invitations soon.</p>\n<p>And finally, it would be impossible to talk about in-person WordPress events without mentioning the upcoming annual <a href=\"http://2012.sf.wordcamp.org\">WordCamp in San Francisco</a>. As the event that represents the worldwide project as a whole, it&#8217;s the perfect time to evaluate where we stand as a project and as a community, to help determine where we go next. If you&#8217;re a WordPress user, developer, or in any way a part of our vast and interconnected ecosystem, please take a moment to fill in the <a href=\"http://wpsurvey.polldaddy.com/s/wp-2012\">2nd annual WordPress survey</a>. It&#8217;s just a couple of questions, and your input would be greatly appreciated. The results of the survey will be announced at <a href=\"http://2012.sf.wordcamp.org\">WSCF</a>, and a report issued shortly thereafter.</p>\n<p>Thanks!</p>\n<p>*<em> I am also of the firm belief that academic and arts activities should earn varsity letters just like sports teams do &#8212; go mathletes! </em></p>\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:62:\"http://wordpress.org/news/2012/07/event-organizers-unite/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:45:\"\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:48:\"WordPress 3.4.1 Maintenance and Security Release\";s: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/2012/06/wordpress-3-4-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/2012/06/wordpress-3-4-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:\"Wed, 27 Jun 2012 19:57: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: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=2383\";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:\"WordPress 3.4.1 is now available for download. WordPress 3.4 has been a very smooth release, and copies are flying off the shelf &#8212; 3 million downloads in two weeks! This maintenance release addresses 18 bugs with version 3.4, including: Fixes an issue where a theme&#8217;s page templates were sometimes not detected. Addresses problems with some category permalink [...]\";s: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:1585:\"<p>WordPress 3.4.1 is now available for download. WordPress 3.4 has been a very smooth release, and copies are flying off the shelf &#8212; 3 million downloads in two weeks! This maintenance release addresses <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.4.1&amp;group=resolution&amp;order=severity&amp;desc=1\">18 bugs</a> with version 3.4, including:</p>\n<ul>\n<li>Fixes an issue where a theme&#8217;s page templates were sometimes not detected.</li>\n<li>Addresses problems with some category permalink structures.</li>\n<li>Better handling for plugins or themes loading JavaScript incorrectly.</li>\n<li>Adds early support for uploading images on iOS 6 devices.</li>\n<li>Allows for a technique commonly used by plugins to detect a network-wide activation.</li>\n<li>Better compatibility with servers running certain versions of PHP (5.2.4, 5.4) or with uncommon setups (safe mode, open_basedir), which had caused warnings or in some cases prevented emails from being sent.</li>\n</ul>\n<p>Version 3.4.1 also fixes a few security issues and contains some security hardening. The vulnerabilities included potential information disclosure as well as an bug that affects multisite installs with untrusted users. These issues were discovered and fixed by the WordPress security team.</p>\n<p><strong><a href=\"http://wordpress.org/download/\">Download 3.4.1</a> now or visit Dashboard → Updates in your site admin to update now.</strong></p>\n<p><em>Green was a bit green<br />\nWe have hardened it up some<br />\nUpdate WordPress now</em></p>\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/2012/06/wordpress-3-4-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:6;a:6:{s:4:\"data\";s:42:\"\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:25:\"WordPress 3.4 “Green”\";s: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:40:\"http://wordpress.org/news/2012/06/green/\";s: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:49:\"http://wordpress.org/news/2012/06/green/#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, 13 Jun 2012 18:42: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: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=2334\";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:386:\"WordPress 3.4 is here and out the door. We&#8217;ve dubbed this release &#8220;Green&#8221; in honor of guitarist Grant Green whose soulful simplicity has kept many of us company during this release. This release includes significant improvements to theme customization, custom headers, Twitter embeds, and image captions &#8212; here&#8217;s a short clip with the highlights: 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: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:15280:\"<p>WordPress 3.4 is <a href=\"http://wordpress.org/download/\">here and out the door</a>. We&#8217;ve dubbed this release &#8220;Green&#8221; in honor of guitarist <a href=\"http://en.wikipedia.org/wiki/Grant_Green\">Grant Green</a> whose soulful simplicity has kept many of us company during this release.</p>\n<p>This release includes significant improvements to theme customization, custom headers, Twitter embeds, and image captions &#8212; here&#8217;s a short clip with the highlights:</p>\n<div id=\"v-Gg0EFixV-1\" class=\"video-player\"><embed id=\"v-Gg0EFixV-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&amp;guid=Gg0EFixV&amp;isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 3.4 &quot;Green&quot;\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<h3>For Users</h3>\n<p>The biggest change in 3.4 is the <strong>theme customizer</strong> which allows you to play around with various looks and settings for your current theme or one you&#8217;re thinking about switching to without publishing those changes to the whole world. For themes that support it, you can change colors, backgrounds, and of course custom image headers. We have more planned for the customizer down the road.</p>\n<p>Throughout the rest of the admin you&#8217;ll notice tweaks to make your everyday life easier. For example, if you have lots of themes we&#8217;ve made it quicker to browse them all at once without paging. We&#8217;ve made it possible to use images from your media library to populate custom headers, and for you to choose the height and width of your header images.</p>\n<p>We&#8217;ve expanded our embed support to include tweets: just put a Twitter permalink on its own line in the post editor and we&#8217;ll turn it into a beautiful embedded Tweet. And finally, image captions have been improved to allow HTML, like links, in them.</p>\n<h3>For Developers</h3>\n<p>There are hundreds of under-the-hood improvements in this release, notably in the XML-RPC, themes, and custom header APIs, and significant performance improvements in WP_Query and the translation system. <a href=\"http://codex.wordpress.org/Version_3.4\">The Codex has a pretty good summary of the developer features</a>, and you can always <a href=\"http://core.trac.wordpress.org/milestone/3.4\">dive into Trac directly</a>.</p>\n<p>We&#8217;ve also <a href=\"http://wpdevel.wordpress.com/2012/06/07/wordpress-3-4-field-guide-for-developers/\">put together a busy developer&#8217;s field guide to the new APIs in 3.4</a>.</p>\n<h3>It takes a village</h3>\n<p>Here are some of the fine folks who were involved in bringing 3.4 to the world:</p>\n<p><a href=\"http://profiles.wordpress.org/082net\">082net</a>, <a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/ajacommerce\">AJ Acevedo</a>, <a href=\"http://profiles.wordpress.org/akshayagarwal\">akshayagarwal</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/alexkingorg\">Alex King</a>, <a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/ampt\">ampt</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix</a>, <a href=\"http://profiles.wordpress.org/andrea_r\">Andrea Rennick</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/arieputranto\">Arie Putranto</a>, <a href=\"http://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/benchapman\">BenChapman</a>, <a href=\"http://profiles.wordpress.org/husobj\">Ben Huson</a>, <a href=\"http://profiles.wordpress.org/benbalter\">Benjamin J. Balter</a>, <a href=\"http://profiles.wordpress.org/billerickson\">Bill Erickson</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"http://profiles.wordpress.org/camiloclc\">camiloclc</a>, <a href=\"http://profiles.wordpress.org/casben79\">casben79</a>, <a href=\"http://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/ceefour\">ceefour</a>, <a href=\"http://profiles.wordpress.org/cheald\">cheald</a>, <a href=\"http://profiles.wordpress.org/chellycat\">chellycat</a>, <a href=\"http://profiles.wordpress.org/chexee\">Chelsea Otakan</a>, <a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"http://profiles.wordpress.org/scribu\">Cristi Burc&#259;</a>, <a href=\"http://profiles.wordpress.org/cyapow\">Cyapow</a>, <a href=\"http://profiles.wordpress.org/djcp\">Dan Collis-Puro</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/convissor\">Daniel Convissor</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"http://profiles.wordpress.org/koopersmith\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/dgwyer\">David Gwyer</a>, <a href=\"http://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"http://profiles.wordpress.org/demetris\">demetris</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/dougwrites\">Doug Provencio</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes (DrewAPicture)</a>, <a href=\"http://profiles.wordpress.org/ebababi\">ebababi</a>, <a href=\"http://profiles.wordpress.org/edward-mindreantre\">edward-mindreantre</a>, <a href=\"http://profiles.wordpress.org/emhr\">emhr</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Empireoflight</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/fredwu\">Fred Wu</a>, <a href=\"http://profiles.wordpress.org/ounziw\">Fumito Mizuno</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/gautamgupta\">Gautam</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"http://profiles.wordpress.org/hearvox\">hearvox</a>, <a href=\"http://profiles.wordpress.org/helenyhou\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"http://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"http://profiles.wordpress.org/insertvisionhere\">insertvisionhere</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu</a>, <a href=\"http://profiles.wordpress.org/master-jake\">Jacob Chappell</a>, <a href=\"http://profiles.wordpress.org/jane\">Jane Wells</a>, <a href=\"http://profiles.wordpress.org/japh\">Japh</a>, <a href=\"http://profiles.wordpress.org/jaquers\">jaquers</a>, <a href=\"http://profiles.wordpress.org/jarretc\">JarretC</a>, <a href=\"http://profiles.wordpress.org/jeremyclarke\">jeremyclarke</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (Jayjdk)</a>, <a href=\"http://profiles.wordpress.org/jiehanzheng\">Jiehan Zheng</a>, <a href=\"http://profiles.wordpress.org/intoxstudio\">Joachim Jensen (Intox Studio)</a>, <a href=\"http://profiles.wordpress.org/jkudish\">Joachim Kudish (jkudish)</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/aldenta\">John Ford</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin</a>, <a href=\"http://profiles.wordpress.org/justindgivens\">Justin Givens</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey Lampert (trepmal)</a>, <a href=\"http://profiles.wordpress.org/kenan3008\">Kenan Dervisevic</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/kobenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/klagraff\">Kristopher Lagraff</a>, <a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/lardjo\">Lardjo</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>, <a href=\"http://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"http://profiles.wordpress.org/latz\">Lutz Schroer</a>, <a href=\"http://profiles.wordpress.org/settle\">Mantas Malcius</a>, <a href=\"http://profiles.wordpress.org/netweblogic\">Marcus</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/markauk\">Mark Rowatt Anderson</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"http://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"http://profiles.wordpress.org/mattonomics\">mattonomics</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"http://profiles.wordpress.org/mattyrob\">MattyRob</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/merty\">Mert Yazicioglu</a>, <a href=\"http://profiles.wordpress.org/mgolawala\">mgolawala</a>, <a href=\"http://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"http://profiles.wordpress.org/mfields\">Michael Fields</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/toppa\">Mike Toppa</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/mrtorrent\">mrtorrent</a>, <a href=\"http://profiles.wordpress.org/namely\">Name.ly</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko McCracken</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/nikolayyordanov\">Nikolay Yordanov</a>, <a href=\"http://profiles.wordpress.org/norocketsurgeon\">norocketsurgeon</a>, <a href=\"http://profiles.wordpress.org/npetetin\">npetetin</a>, <a href=\"http://profiles.wordpress.org/nunomorgadinho\">Nuno Morgadinho</a>, <a href=\"http://profiles.wordpress.org/ocollet\">Olivier Collet</a>, <a href=\"http://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/petemall\">Pete Mall</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/pishmishy\">pishmishy</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"http://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/pw201\">pw201</a>, <a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"http://profiles.wordpress.org/rarst\">Rarst</a>, <a href=\"http://profiles.wordpress.org/arena\">RENAUT</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/roscius\">Roscius</a>, <a href=\"http://profiles.wordpress.org/rosshanney\">Ross Hanney</a>, <a href=\"http://profiles.wordpress.org/russellwwest\">russellwwest</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/ryanduff\">Ryan Duff</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"http://profiles.wordpress.org/otto42\">Samuel &#8220;Otto&#8221; Wood</a>, <a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/sksmatt\">sksmatt</a>, <a href=\"http://profiles.wordpress.org/sushkov\">Stas Su&#537;kov</a>, <a href=\"http://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"http://profiles.wordpress.org/tamlyn\">tamlyn</a>, <a href=\"http://profiles.wordpress.org/griffinjt\">Thomas Griffin</a>, <a href=\"http://profiles.wordpress.org/tott\">Thorsten Ott</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/skithund\">Toni Viemero</a>, <a href=\"http://profiles.wordpress.org/transom\">transom</a>, <a href=\"http://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"http://profiles.wordpress.org/utkarsh\">Utkarsh Kukreti</a>, <a href=\"http://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"http://profiles.wordpress.org/wonderslug\">wonderslug</a>, <a href=\"http://profiles.wordpress.org/xibe\">Xavier Borderie</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/thezman84\">Zach &#8220;The Z Man&#8221; Abernathy</a>, <a href=\"http://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"http://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, and <a href=\"http://profiles.wordpress.org/zx2c4\">zx2c4</a>.</p>\n<p>See you next time!</p>\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:45:\"http://wordpress.org/news/2012/06/green/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:45:\"\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.4 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/2012/06/wordpress-3-4-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/2012/06/wordpress-3-4-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:\"Tue, 12 Jun 2012 00:30:14 +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: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: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=2326\";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:325:\"The third release candidate for WordPress 3.4 is now available. Since RC2, we&#8217;ve fixed a few lingering issues with the new live preview feature, as well as with custom headers and backgrounds. There are no remaining issues, and we plan to release 3.4 in the coming days. But if you think you&#8217;ve found a bug, [...]\";s: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:1376:\"<p>The third release candidate for WordPress 3.4 is now available. Since RC2, we&#8217;ve fixed a few lingering issues with the new live preview feature, as well as with custom headers and backgrounds.</p>\n<p>There are no remaining issues, and we plan to release 3.4 in the coming days. But if you think you&#8217;ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums, or file a bug report on <a href=\"http://core.trac.wordpress.org/\">WordPress Trac</a>.</p>\n<p>To test WordPress 3.4, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.4-RC3.zip\">download the release candidate here</a> (zip). Be sure to visit <strong><img style=\"vertical-align: text-top\" src=\"http://wordpress.org/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" /> → About</strong> for an updated list of features and under-the-hood changes. As a reminder: We’ve published some resources on the <a href=\"http://wpdevel.wordpress.com/2012/06/07/wordpress-3-4-field-guide-for-developers/\">development blog</a> to help plugin and theme developers prepare.</p>\n<p><em>The new live preview<br />\nNearing perfection, and yet?<br />\nNot yet. RC3</em></p>\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/2012/06/wordpress-3-4-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:8;a:6:{s:4:\"data\";s:48:\"\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:\"WordPress 3.4 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/2012/06/wordpress-3-4-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/2012/06/wordpress-3-4-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:\"Thu, 07 Jun 2012 02:48: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:8:\"category\";a:3:{i:0;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:1;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: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=2318\";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:331:\"The second release candidate for WordPress 3.4 is now available. Since RC1, we&#8217;ve made a few dozen final changes. Our goal is to release WordPress 3.4 early next week, so plugin and theme authors, this is likely your last chance to test your plugins and themes to find any compatibility issues before the final release. [...]\";s: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:1713:\"<p>The second release candidate for WordPress 3.4 is now available. Since RC1, we&#8217;ve made a <a href=\"http://core.trac.wordpress.org/log/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=21018&amp;stop_rev=20949&amp;limit=500\">few dozen final changes</a>.</p>\n<p>Our goal is to release WordPress 3.4 early next week, so plugin and theme authors, this is likely <strong>your last chance to test your plugins and themes to find any compatibility issues before the final release</strong>. We&#8217;ve published some resources on the <a href=\"http://wpdevel.wordpress.com/2012/06/07/wordpress-3-4-field-guide-for-developers/\">development blog</a> to help you prepare.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on WordPress Trac</a>. Known issues that crop up will be listed <a href=\"http://core.trac.wordpress.org/report/6\">here</a>, but we&#8217;re hoping for a quiet few days so we can get some great features into your hands next week!</p>\n<p>To test WordPress 3.4, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.4-RC2.zip\">download the release candidate here</a> (zip). Be sure to visit <strong><img src=\"http://wordpress.org/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" style=\"vertical-align:text-top\" /> &rarr; About</strong> for an updated list of features and under-the-hood changes.</p>\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/2012/06/wordpress-3-4-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:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:48:\"\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:31:\"WordPress 3.4 Release Candidate\";s: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/news/2012/05/wordpress-3-4-release-candidate/\";s: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:75:\"http://wordpress.org/news/2012/05/wordpress-3-4-release-candidate/#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:\"Sun, 27 May 2012 17:18:30 +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: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:1;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: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=2303\";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:130:\"The first release candidate (RC1) for WordPress 3.4 is now available. If you haven’t tested WordPress 3.4 yet, now is the time! \";s: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:1871:\"<p>The first release candidate (RC1) for WordPress 3.4 is now available.</p>\n<p>An RC comes after the beta period and before final release. We think we&#8217;re done, but with millions of users and thousands of plugins and themes, it&#8217;s possible we&#8217;ve missed something. So if you haven’t tested WordPress 3.4 yet, now is the time! Please though, not on your live site unless you’re adventurous.</p>\n<p>With more than <a href=\"http://core.trac.wordpress.org/milestone/3.4\">500 tickets closed</a>, there are quite a few changes. <strong>Plugin and theme authors,</strong> please test your plugins and themes now, so that if there is a compatibility issue, we can figure it out before the final release.</p>\n<p>If you are testing the release candidate and think you&#8217;ve found a bug, please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues crop up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 3.4, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.4-RC1.zip\">download the release candidate here (zip)</a>.</p>\n<p>If you&#8217;d like to know which levers to pull in your testing, visit the About page (<strong><img src=\"http://wordpress.org/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" style=\"vertical-align:text-top\" /> &rarr; About</strong> in the toolbar) and check out the list of features! You&#8217;ll definitely want to try the live theme previews.</p>\n<p><strong>Bonus:</strong> Happy birthday WordPress &#8212; <a href=\"http://wordpress.org/news/2003/05/wordpress-now-available/\">nine years old</a> today.</p>\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:71:\"http://wordpress.org/news/2012/05/wordpress-3-4-release-candidate/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:\"Wed, 21 Nov 2012 15:49:07 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, 13 Nov 2012 04:26:23 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}","no");
INSERT INTO wp_options VALUES("2659","0","_transient_timeout_feed_da12cc7959810dde5ca78b0e6a5aa5c2","1353556148","no");
INSERT INTO wp_options VALUES("2660","0","_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca","1353556149","no");
INSERT INTO wp_options VALUES("2661","0","_transient_feed_da12cc7959810dde5ca78b0e6a5aa5c2","a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\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:33:\"\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:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"link:http://adamkubizna.com/wordpress/ - 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:96:\"http://www.google.com/search?ie=utf-8&q=link:http://adamkubizna.com/wordpress/&tbm=blg&tbs=sbd: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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Your search - <b>link:http://adamkubizna.com/wordpress/</b> - 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:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Wed, 21 Nov 2012 15:49:08 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";a:2:{i:0;s:143:\"PREF=ID=ebe7be02a56ee89c:FF=0:TM=1353512948:LM=1353512948:S=OTN2vya9nDC4fUZT; expires=Fri, 21-Nov-2014 15:49:08 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=66=lLekH-pppooNwza6AtsTVoei4K6WgOuZTX0ATJjPJsPdsl1QLfioESIyzrmuLzs-tfYpyU7R43Ot7iEC5OVzBwBGIILF9TGwuROQ-oZrZoXoVF3t3HQRL9WNtQlLGUcV; expires=Thu, 23-May-2013 15:49:08 GMT; path=/; domain=.google.com; HttpOnly\";}s:3:\"p3p\";s:122:\"CP=\"This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info.\"\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";}s:5:\"build\";s:14:\"20090627192103\";}","no");
INSERT INTO wp_options VALUES("2662","0","_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca","1353512949","no");
INSERT INTO wp_options VALUES("2663","0","_transient_timeout_feed_mod_da12cc7959810dde5ca78b0e6a5aa5c2","1353556149","no");
INSERT INTO wp_options VALUES("2664","0","_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc","1353556149","no");
INSERT INTO wp_options VALUES("2665","0","_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51","1353556149","no");
INSERT INTO wp_options VALUES("2666","0","_transient_feed_mod_da12cc7959810dde5ca78b0e6a5aa5c2","1353512949","no");
INSERT INTO wp_options VALUES("2667","0","_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f","1353556149","no");
INSERT INTO wp_options VALUES("2668","0","_transient_dash_4077549d03da2e451c8b5f002294ff51","<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2012/11/wordpress-3-5-beta-3/\' title=\'The third beta release of WordPress 3.5 is now available for download and testing. Hey, developers! We expect to WordPress 3.5 to be ready in just a few short weeks. Please, please test your plugins and themes against beta 3. Media management has been rewritten, and we’ve taken great pains to ensure most plugins will work the [&hellip;]\'>WordPress 3.5 Beta 3</a> <span class=\"rss-date\">November 13, 2012</span><div class=\'rssSummary\'>The third beta release of WordPress 3.5 is now available for download and testing. Hey, developers! We expect to WordPress 3.5 to be ready in just a few short weeks. Please, please test your plugins and themes against beta 3. Media management has been rewritten, and we’ve taken great pains to ensure most plugins will work the [&hellip;]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2012/10/wordpress-3-5-beta-2/\' title=\'Two weeks after the first beta, WordPress 3.5 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. Set up a test site to play with the new version. To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “bleeding [&hellip;]\'>WordPress 3.5 Beta 2</a> <span class=\"rss-date\">October 13, 2012</span><div class=\'rssSummary\'>Two weeks after the first beta, WordPress 3.5 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. Set up a test site to play with the new version. To test WordPress 3.5, try the WordPress Beta Tester plugin (you’ll want “bleeding [&hellip;]</div></li></ul></div>","no");
INSERT INTO wp_options VALUES("2669","0","_transient_dash_20494a3d90a6669585674ed0eb8dcd8f","<p>This dashboard widget queries <a href=\"http://blogsearch.google.com/\">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.</p>\n","no");
INSERT INTO wp_options VALUES("2670","0","_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c","1353556149","no");
INSERT INTO wp_options VALUES("2671","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:85:\"WordPress.tv: Kathy Drewien: We Admit It! Getting Started with WordPress Can Be Tough\";s: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:28:\"http://wordpress.tv/?p=14321\";s: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:101:\"http://wordpress.tv/2012/11/20/kathy-drewien-we-admit-it-getting-started-with-wordpress-can-be-tough/\";s: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:723:\"<div id=\"v-HoSBW91K-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14321/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14321/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14321&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/20/kathy-drewien-we-admit-it-getting-started-with-wordpress-can-be-tough/\"><img alt=\"Kathy Drewien- We Admit It! Getting Started with WordPress Can Be Tough.m4v\" src=\"http://videos.videopress.com/HoSBW91K/video-b3d9b328fc_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 21 Nov 2012 05: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:12:\"WordPress.tv\";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:56:\"WordPress.tv: Thomas Griffin: Using AJAX in Your Plugins\";s: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:28:\"http://wordpress.tv/?p=14318\";s: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.tv/2012/11/20/thomas-griffin-using-ajax-in-your-plugins/\";s: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:665:\"<div id=\"v-ahSd5O62-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14318/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14318/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14318&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/20/thomas-griffin-using-ajax-in-your-plugins/\"><img alt=\"Thomas Griffin-Using AJAX in your plugins.m4v\" src=\"http://videos.videopress.com/ahSd5O62/video-b8024b4da2_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 21 Nov 2012 04:22: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:60:\"Weblog Tools Collection: WordPress Plugin Releases for 11/19\";s: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:\"http://weblogtoolscollection.com/?p=12247\";s: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/CjEJuL7Q5X4/\";s: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:1051:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/no-weak-passwords/\"><strong>No Weak Passwords</strong></a> forbids the use of any passwords from an included list of the most easily guessable passwords.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-internal-links-lite/\"><strong>WP Internal Links Lite</strong></a> allows you to easily create powerful internal linking structures.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/automatic-updater/\"><strong>Automatic Updater</strong></a> will automatically download and install plugin, theme, and core updates as soon as they become available.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/buddypress-media/\"><strong>BuddyPress Media</strong></a> allows users to upload and share multimedia files such as pictures, videos, and audio with other members of a <a href=\"http://buddypress.org\">BuddyPress</a> based social network.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/CjEJuL7Q5X4\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Nov 2012 14: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:35:\"bbPress: bbPress 2.2 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:28:\"http://bbpress.org/?p=120127\";s: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://bbpress.org/blog/2012/11/bbpress-2-2-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:4438:\"<p>Out now is <a href=\"http://wordpress.org/extend/plugins/bbpress/\">bbPress 2.2</a>!</p>\n<p>It comes with <a href=\"http://bbpress.trac.wordpress.org/milestone/2.2\">69</a> individual fixes and enhancements since 2.1, and is a recommended update to any site running bbPress 2.0 or higher.</p>\n<p>bbPress 2.2 is the third major release since becoming a plugin for WordPress back in October, 2011. Also since then, we&#8217;ve continued to work on the things you want the most, like easier integration with your existing WordPress theme, BuddyPress Group Forums, and more comprehensive User Roles. We think bbPress 2.2 is the best release yet, and we really hope you&#8217;ll think so to.</p>\n<p>Here are some of the juicy details about bbPress 2.2:</p>\n<ul>\n<li>Added What&#8217;s New and Credits pages</li>\n<li>WordPress 3.5 and BuddyPress 1.7 ready</li>\n<li>Improved user roles and capabilities</li>\n<li>Improved theme compatibility</li>\n<li>Improved BuddyPress Group Forums integration</li>\n<li>Improved forums convertion tool</li>\n<li>Improved forums tools and settings</li>\n<li>Improved multisite support</li>\n<li>Numerous bug fixes and smaller enhancements</li>\n</ul>\n<p>Many thanks to the following bee-keepers for making bbPress 2.2 awesome: <a href=\"http://profiles.wordpress.org/alexvorn2\">alexvorn2</a>, <a href=\"http://profiles.wordpress.org/anointed\">anointed</a>, <a href=\"http://profiles.wordpress.org/boonebgorges\">boonebgorges</a>, <a href=\"http://profiles.wordpress.org/chexee\">chexee</a>, <a href=\"http://profiles.wordpress.org/cnorris23\">cnorris23</a>, <a href=\"http://profiles.wordpress.org/DanielJuhl\">DanielJuhl</a>, <a href=\"http://profiles.wordpress.org/DanielJuhl\">daveshine</a>, <a href=\"http://profiles.wordpress.org/dimadin\">dimadin</a>, <a href=\"http://profiles.wordpress.org/DJPaul\">DJPaul</a>, <a href=\"http://profiles.wordpress.org/duck_\">duck_</a>, <a href=\"http://profiles.wordpress.org/gawain\">gawain</a>, <a href=\"http://profiles.wordpress.org/iamzippy\">iamzippy</a>, <a href=\"http://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"http://profiles.wordpress.org/jane\">jane</a>, <a href=\"http://profiles.wordpress.org/jkudish\">jkudish</a>, <a href=\"http://profiles.wordpress.org/mamaduka\">mamaduka</a>, <a href=\"http://profiles.wordpress.org/mercime\">mercime</a>, <a href=\"http://profiles.wordpress.org/mesayre\">mesayre</a>, <a href=\"http://profiles.wordpress.org/MZAWeb\">MZAWeb</a>, <a href=\"http://profiles.wordpress.org/netweb\">netweb</a>, <a href=\"http://profiles.wordpress.org/nexia\">nexia</a>, <a href=\"http://profiles.wordpress.org/Omicron7\">Omicron7</a>, <a href=\"http://profiles.wordpress.org/otto42\">otto42</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/plescheff\">plescheff</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/sorich87\">sorich87</a>, <a href=\"http://profiles.wordpress.org/SteveAtty\">SteveAtty</a>, <a href=\"http://profiles.wordpress.org/tmoorewp\">tmoorewp</a>, <a href=\"http://profiles.wordpress.org/tott\">tott</a>, <a href=\"http://profiles.wordpress.org/tungdo\">tungdo</a>, <a href=\"http://profiles.wordpress.org/vibol\">vibol</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">wonderboymusic</a>, <a href=\"http://profiles.wordpress.org/westi\">westi</a>, <a href=\"http://profiles.wordpress.org/xiosen\">xiosen</a></p>\n<p>My personal thanks go out to the following individuals for staying dedicated during the 2.2 release cycle, helping spread the word, and keeping the documentation up to date:</p>\n<h4>Contributing Developers</h4>\n<ul id=\"wp-people-group-contributing-developers\">\n<li id=\"wp-person-jmdodd\"><a href=\"http://profiles.wordpress.org/jmdodd\">Jennifer M. Dodd</a></li>\n<li id=\"wp-person-jaredatch\"><a href=\"http://profiles.wordpress.org/jaredatch\">Jared Atchison</a></li>\n<li><a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a></li>\n</ul>\n<h4>Codex Rockstars</h4>\n<ul id=\"wp-people-group-codex-rockstars\">\n<li id=\"wp-person-masonjames\"><a href=\"http://profiles.wordpress.org/masonjames\">Mason James</a></li>\n<li id=\"wp-person-wordsforwp\"><a href=\"http://profiles.wordpress.org/wordsforwp\">Siobhan McKeown</a></li>\n<li id=\"wp-person-JarretC\"><a href=\"http://profiles.wordpress.org/JarretC\">Jarret Cade</a></li>\n</ul>\n<p><a href=\"http://wordpress.org/extend/plugins/bbpress/\">Go download bbPress 2.2!</a></p>\";s: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, 19 Nov 2012 08:05: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:17:\"John James Jacoby\";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:59:\"Weblog Tools Collection: WordPress Theme Releases for 11/17\";s: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:\"http://weblogtoolscollection.com/?p=12241\";s: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/e6wc7rF_VCo/\";s: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:1615:\"<p><img class=\"alignnone size-full wp-image-12242\" title=\"cogitate\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/cogitate.jpg\" alt=\"\" width=\"150\" height=\"100\" /></p>\n<p><a href=\"http://evansolomon.me/notes/cogitate-simple-readable-wordpress-theme/\"><strong>Cogitate</strong></a> is a more minimalist and readable <a href=\"http://wordpress.org/extend/themes/twentytwelve\">Twenty Twelve</a> child theme.</p>\n<p><img class=\"alignnone size-full wp-image-12243\" title=\"leaf\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/leaf.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/leaf\"><strong>Leaf</strong></a> is a stylish and customizable theme.</p>\n<p><img class=\"alignnone size-full wp-image-12245\" title=\"mosaic\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/mosaic.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/mosaic\"><strong>Mosaic</strong></a> is a clean, lightweight and fully responsive theme.</p>\n<p><img class=\"alignnone size-full wp-image-12244\" title=\"twentypluslite\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/twentypluslite.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://zeaks.org/general/twenty-plus-lite-twenty-twelve-child-theme/\"><strong>Twenty Plus Lite</strong></a> is a child theme for <a href=\"http://wordpress.org/extend/themes/twentytwelve\">Twenty Twelve</a> with several features, layouts and schemes.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/e6wc7rF_VCo\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Nov 2012 15:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:30:\"Matt: Bitcoin on 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=41995\";s: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:46:\"http://ma.tt/2012/11/bitcoin-on-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:903:\"<p><a href=\"http://en.blog.wordpress.com/2012/11/15/pay-another-way-bitcoin/\">WordPress.com now accepts payments via Bitcoin</a>, possibly the largest internet service yet to adopt it. I find Bitcoin intrinsically interesting <a href=\"http://www.newyorker.com/reporting/2011/10/10/111010fa_fact_davis\">as a crypto-currency</a>, but it also might open up our premium services to folks who couldn&#8217;t use them before. It&#8217;s been fun to watch the store engine of WP.com evolve behind the scenes. In other WordPress.com news, there are now verticals for <a href=\"http://en.blog.wordpress.com/2012/11/14/wordpress-for-cities/\">municipalities</a> and <a href=\"http://en.blog.wordpress.com/2012/10/30/make-your-bands-site-sing/\">bands</a>, and we compiled <a href=\"http://en.blog.wordpress.com/2012/11/05/the-wordpress-bestseller-list/\">an incomplete list of best-selling authors on WordPress</a>.</p>\";s: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, 16 Nov 2012 07:45: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:4:\"Matt\";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:60:\"Weblog Tools Collection: WordPress Plugin Releases for 11/15\";s: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:\"http://weblogtoolscollection.com/?p=12235\";s: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/fJJyQSGXRGU/\";s: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:1315:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/auto-upload-images/\"><strong>Auto Upload Images</strong></a> automatically uploads external images within posts to your WordPress site&#8217;s Media library.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/safe-report-comments/\"><strong>Safe Report Comments</strong></a> gives your visitors the ability to report a comment as inappropriate.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/co-authors-plus/\"><strong>Co-Authors Plus</strong></a> allows you to assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/facebook/\"><strong>Facebook</strong></a> makes your site deeply social by integrating functionality from Facebook.</p>\n<p><a href=\"http://slingpic.com/get/index.html\"><strong>Slingpic</strong></a> is an image sharing tool that allows your users to share images from your site quickly and easily.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-email-login/\"><strong>WP Email Login</strong></a> allows you to use your email address instead of a username to log into your WordPress site.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/fJJyQSGXRGU\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Nov 2012 14:45: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:5:\"James\";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:31:\"Alex King: Take RAMP for a Spin\";s: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:28:\"http://alexking.org/?p=14450\";s: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://alexking.org/blog/2012/11/14/ramp-online-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:2127:\"<p>We recently added the ability to take RAMP for a test drive before you buy. On the RAMP page, click that &#8220;Demo&#8221; button to sign up and we&#8217;ll set up both a staging and production WordPress site for you &#8211; with RAMP installed and configured on both sites. You can log in, create and upload content, etc. Use the Quick Send feature to send a single change over immediately or make a bunch of change, add them to a batch, and send them all at once.</p>\n<p><a href=\"http://crowdfavorite.com/wordpress/ramp/\"><img src=\"http://alexking.org/wp-content/uploads/2012/11/Screen-Shot-2012-11-13-at-3.11.30-PM-510x345.png\" alt=\"\" title=\"RAMP demo\" width=\"480\" height=\"324\" class=\"alignnone size-medium-img wp-image-15141\" /></a></p>\n<p><a href=\"http://crowdfavorite.com/wordpress/ramp/\">RAMP</a> is a commercial GPL WordPress plugin for migrating content between your staging server and your production server. Maybe you need to create a few new pages, update a few others, stage it for internal review and critique and then push it all live at once. Maybe you need to tweak a few existing pages and want to make sure they look right before you make the changes on your live site. This is the job RAMP does. It&#8217;s a pretty hard job and RAMP does it in an elegant manner.</p>\n<p>To answer a question I get with some regularity, I see RAMP as primarily a business tool for website maintenance and updates rather than a developer tool for moving a side from a local development environment to a production server.<sup id=\"fnref:1\"><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn:1\" rel=\"footnote\">1</a></sup> I <a href=\"http://shoptalkshow.com/episodes/033-with-alex-king/\">talk about this in some depth</a> on the ShopTalk podcast.</p>\n<p><a href=\"http://crowdfavorite.com/wordpress/ramp/\">Give it a try</a> and see how it works!</p>\n<div class=\"footnotes\">\n<hr />\n<ol>\n<li id=\"fn:1\">\nThere isn&#8217;t a technical limit here, it&#8217;s just the workflow I believe makes the most sense.&#160;<a href=\"http://alexking.org/blog/topic/wordpress/feed#fnref:1\" rev=\"footnote\">&#8617;</a>\n</li>\n</ol>\n</div>\";s: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, 14 Nov 2012 22:31: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: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: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:54:\"Weblog Tools Collection: WordPress 3.5 Beta 3 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:41:\"http://weblogtoolscollection.com/?p=12228\";s: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/cJ4VgmXEFQQ/\";s: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:1290:\"<p><a href=\"http://wordpress.org/\">WordPress</a> 3.5 Beta 3 <a href=\"http://wordpress.org/news/2012/11/wordpress-3-5-beta-3/\">has been released</a>. Since <a href=\"http://weblogtoolscollection.com/archives/2012/10/13/wordpress-3-5-beta-2-released/\">the second beta</a>, this beta has added <a href=\"http://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=22557&stop_rev=22224&limit=400\">more than 300 changes</a>, including a new Add Media dialog.</p>\n<p>The developers are forecasting the final WordPress 3.5 release to be in a few short weeks. This particular beta is still is not meant for live sites, but please do try it on a test installation, especially if you are a plugin or theme developer. If you run into any bugs, please check the <a href=\"http://core.trac.wordpress.org/report/5\">known</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.5\">fixed</a> issues first, <a href=\"http://codex.wordpress.org/Reporting_Bugs\">report them</a> if they have not already been reported or fixed, and visit <a href=\"http://wordpress.org/support/forum/alphabeta\">the support forums</a> if you need any help.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/cJ4VgmXEFQQ\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Nov 2012 15:15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:13:\"Matt: WP Maze\";s: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:21:\"http://ma.tt/?p=41989\";s: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:29:\"http://ma.tt/2012/11/wp-maze/\";s: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:132:\"<p>Erick Jeckert has made a <a href=\"http://ericjeckert.com/mazes/matt-mullenweg/\">maze with my face and the WordPress logo</a>.</p>\";s: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, 14 Nov 2012 14:54: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:42:\"WordPress.tv: Build Conference: Developers\";s: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:28:\"http://wordpress.tv/?p=14284\";s: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:37:\"http://wordpress.tv/2012/11/14/build/\";s: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:613:\"<div id=\"v-vnvvUnml-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14284/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14284/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14284&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/14/build/\"><img alt=\"Build Conference: Developers\" src=\"http://videos.videopress.com/vnvvUnml/build2012dev_high_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 14 Nov 2012 09:47:13 +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:12:\"Michael Pick\";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:27:\"Alex King: Pressnomics 2012\";s: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:28:\"http://alexking.org/?p=15112\";s: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://alexking.org/blog/2012/11/13/pressnomics-2012\";s: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:2734:\"<p>The inaugural <a href=\"http://pressnomics.com\">Pressnomics</a> conference was a definitive success. It was a conference dedicated to the WordCamp hallway conversations I enjoy having with 5-10 people at each (non-San Francisco) WordCamp. A &#8220;birds of a feather&#8221; conference for those of us who make our living in the WordPress economy.</p>\n<p>I was honored to be asked to speak, and I gave a presentation titled &#8220;Great Expectations&#8221;. I believe using expectations as a tool for working collaboratively with clients, customers and colleagues is great way to find success. I&#8217;ve been taking notes on the topic for over a year, and enjoyed the opportunity to present them.</p>\n<p>This was a very different presentation than I normally give. I&#8217;m typically walking through code and other technical issues, systematically showing how to do things better in WordPress development. This was a much less concrete topic.</p>\n<p>The free-form presentation style I used resulted in each section running longer than it had in my rehearsal. I wasn&#8217;t prepared to cut sections on the fly, and regret some of the choices I made there (I wish I&#8217;d talked about expectations with free and commercial WordPress plugins). Next time I&#8217;ll be better prepared and will have planned in advance what can be cut if time runs short.</p>\n<p>I re-worked the presentation three different times, ultimately choosing to tell a series of stories with each illustrating a core element or lesson to consider. I got a good deal of validation about the concepts from other folks at the event.</p>\n<p>The slides aren&#8217;t that helpful without the commentary, but I&#8217;m including them here for the sake of completeness. What may be more interesting would be to post write-ups of the content here as a series (and maybe compile it into an ebook). I may well do this.</p>\n<p> </p>\n<p><a href=\"http://www.slideshare.net/alexkingorg/great-expectations-15140151\" title=\"Great expectations\" target=\"_blank\">View on SlideShare</a></p>\n<p>Check out <a href=\"http://www.aztechbeat.com/2012/11/pressnomics-2012-day-1/\">Zachary Burruel&#8217;s recap of day 1</a>, including some notes from my presentation.</p>\n<hr />\n<p>I think many of us at the event were pretty well cooked by the end. There was a ton of great content, which sparked a lot of great debate and <a href=\"http://pressnomics.com/2012/11/cory-miller-asks-the-question-we-all-should-help-answer/\">ideas for follow-through</a>.</p>\n<p>Kudos to <a href=\"http://twitter.com/strebel\">Joshua</a> and <a href=\"http://twitter.com/bizgirl\">Sally</a> of <a href=\"http://page.ly\">Page.ly</a> for putting on a terrific event. I look forward to attending again next year.</p>\";s: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, 13 Nov 2012 22:01: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: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: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 11/13\";s: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:\"http://weblogtoolscollection.com/?p=12223\";s: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/cPmA6AsfaHw/\";s: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:1181:\"<p><img class=\"alignnone size-full wp-image-12224\" title=\"asteroid\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/asteroid.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/asteroid\"><strong>Asteroid</strong></a> is a simple, clean, and responsive theme.</p>\n<p><img class=\"alignnone size-full wp-image-12225\" title=\"celestial\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/celestial.jpg\" alt=\"\" width=\"150\" height=\"112\" /></p>\n<p><a href=\"http://emptynestthemes.com/2012/11/12/celestial-wordpress-website-theme/\"><strong>Celestial</strong></a> is a responsive, mystical, ethereal theme with a beautiful misty image of a silver lit full moon against the night sky.</p>\n<p><img class=\"alignnone size-full wp-image-12226\" title=\"localbusiness\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/localbusiness.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/local-business\"><strong>Local Business</strong></a> is a clean business theme.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/cPmA6AsfaHw\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Nov 2012 15:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:60:\"WordPress.tv: Levi Neuland: Making Social Media I/O Painless\";s: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:28:\"http://wordpress.tv/?p=14173\";s: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:76:\"http://wordpress.tv/2012/11/13/levi-neuland-making-social-media-io-painless/\";s: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:679:\"<div id=\"v-0AqWFOP6-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14173/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14173/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14173&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/13/levi-neuland-making-social-media-io-painless/\"><img alt=\"Levi Neuland &#8211; Making Social Media IO Painless.mp4\" src=\"http://videos.videopress.com/0AqWFOP6/video-13c948ed95_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 13 Nov 2012 13:15: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:12:\"WordPress.tv\";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:30:\"Dev Blog: WordPress 3.5 Beta 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:33:\"http://wordpress.org/news/?p=2467\";s: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/2012/11/wordpress-3-5-beta-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2626:\"<p>The third beta release of WordPress 3.5 is now available for download and testing.</p>\n<p><strong>Hey, developers!</strong> We expect to WordPress 3.5 to be ready in just a few short weeks. <em>Please, please</em> test your plugins and themes against beta 3. Media management has been rewritten, and we&#8217;ve taken great pains to ensure most plugins will work the same as before, but we&#8217;re not perfect. We would like to hear about any incompatibilities we&#8217;ve caused so we can work with you to address them <em>before</em> release, rather than after. I think you&#8217;ll agree it&#8217;s much better that way. <img src=\"http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> </p>\n<p>To test WordPress 3.5, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.5-beta3.zip\">download the beta here</a> (zip). For more on 3.5, <a title=\"WordPress 3.5 Beta 1\" href=\"http://wordpress.org/news/2012/09/wordpress-3-5-beta-1/\">check out the extensive Beta 1 blog post</a>, which covers what’s new in version 3.5 and how you can help. We made <a href=\"http://core.trac.wordpress.org/log/trunk?action=stop_on_copy&mode=stop_on_copy&rev=22557&stop_rev=22224&limit=400\">more than 300 changes</a> since <a href=\"http://wordpress.org/news/2012/10/wordpress-3-5-beta-2/\">beta 2</a>. <span>At this point, the Add Media dialog is complete, and we&#8217;re now just working on fixing up inserting images into the editor. We&#8217;ve also u</span>pdated to jQuery UI 1.9.1, SimplePie 1.3.1, and TinyMCE 3.5.7.</p>\n<p>The usual warnings apply: We can see the light at the end of the tunnel, but this is software still in development, so we don’t recommend that you run it on a production site. Set up a test site to play with the new version.</p>\n<p>As always, if you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.5\">everything we’ve fixed</a> so far.</p>\n<p><em>Beta three is out</em><br />\n<em>Soon, a release candidate</em><br />\n<em>Three point five is near</em></p>\";s: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, 13 Nov 2012 04:26:23 +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: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:\"\";}}}}}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:61:\"WordPress.tv: Dennis Gaebel: Building for the Theme Directory\";s: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:28:\"http://wordpress.tv/?p=14167\";s: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.tv/2012/11/12/dennis-gaebel-building-for-the-theme-directory/\";s: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:683:\"<div id=\"v-GWTjA0ls-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14167/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14167/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14167&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/12/dennis-gaebel-building-for-the-theme-directory/\"><img alt=\"Dennis Gaebel &#8211; Building for the Theme Directory.mp4\" src=\"http://videos.videopress.com/GWTjA0ls/video-05620dd2d3_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 13 Nov 2012 03:15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:29:\"Matt: Rolling Jubilee of Debt\";s: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:21:\"http://ma.tt/?p=41987\";s: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:45:\"http://ma.tt/2012/11/rolling-jubilee-of-debt/\";s: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:322:\"<p><a href=\"http://rollingjubilee.org/\">Rolling Jubilee</a> is a non-profit that takes donations to buy distressed debt for pennies on the dollar, and then abolishes it. Donate $100 and they can take $2,000 off someone&#8217;s back. Seems like an amazing random act of kindness, you&#8217;ll never know who you helped.</p>\";s: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, 12 Nov 2012 23:03:13 +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:\"Matt\";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:36:\"WordPress.tv: Joe Rosza: Custo(my)ze\";s: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:28:\"http://wordpress.tv/?p=14153\";s: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.tv/2012/11/12/joe-rosza-customyze/\";s: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:629:\"<div id=\"v-lh4Zb3Oi-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14153/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14153/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14153&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/12/joe-rosza-customyze/\"><img alt=\"Joe Rosza &#8211; Customyze.wmv\" src=\"http://videos.videopress.com/lh4Zb3Oi/video-5c5f8cbae6_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 12 Nov 2012 19:30: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:12:\"WordPress.tv\";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:46:\"WordPress.tv: Adrian Roselli: Content Strategy\";s: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:28:\"http://wordpress.tv/?p=14163\";s: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.tv/2012/11/12/adrian-roselli-content-strategy/\";s: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:654:\"<div id=\"v-B5lbCkdx-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14163/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14163/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14163&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/12/adrian-roselli-content-strategy/\"><img alt=\"Adrian Rosellli &#8211; Content Strategy.mp4\" src=\"http://videos.videopress.com/B5lbCkdx/video-6d54b476b8_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 12 Nov 2012 19:14: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:76:\"WordPress.tv: Lachan MacPherson: There’s More than One Way to Skin a Theme\";s: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:28:\"http://wordpress.tv/?p=14182\";s: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:90:\"http://wordpress.tv/2012/11/11/lachan-macpherson-theres-more-than-one-way-to-skin-a-theme/\";s: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:659:\"<div id=\"v-GM0zpq7h-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14182/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14182/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14182&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/11/lachan-macpherson-theres-more-than-one-way-to-skin-a-theme/\"><img alt=\"Lachlan-Macpherson.mov\" src=\"http://videos.videopress.com/GM0zpq7h/video-913bd06f4c_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 12 Nov 2012 03:11: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:80:\"WordPress.tv: John James Jacoby: Building Communities – BuddyPress or bbPress?\";s: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:28:\"http://wordpress.tv/?p=14171\";s: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://wordpress.tv/2012/11/11/john-james-jacoby-building-communities-buddypress-or-bbpress/\";s: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:691:\"<div id=\"v-bwVyOdlM-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14171/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14171/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14171&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/11/john-james-jacoby-building-communities-buddypress-or-bbpress/\"><img alt=\"John James Jacoby &#8211; BuddyPress and bbPress.mp4\" src=\"http://videos.videopress.com/bwVyOdlM/video-efef6b4472_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 11 Nov 2012 19:11: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:12:\"WordPress.tv\";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:60:\"Weblog Tools Collection: WordPress Plugin Releases for 11/11\";s: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:\"http://weblogtoolscollection.com/?p=12220\";s: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/dxZyhjOm3UI/\";s: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:1061:\"<h3>New plugins</h3>\n<p><a href=\"http://sudarmuthu.com/wordpress/fossin-badge\"><strong>Foss.in Badge</strong></a> allows you display foss.in badges on your blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/quttera-web-malware-scanner/\"><strong>Quttera Web Malware Scanner</strong></a> detects malware, exploits, JavaScript code obfuscation, and other suspicious activity.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://jetpack.me/\"><strong>Jetpack</strong></a> allows you to supercharge your WordPress site with powerful features previously only available to WordPress.com users.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/sharexy/\"><strong>Sharexy</strong></a> is a powerful social sharing, bookmarking, and blog monetization tool.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/download-manager/\"><strong>WordPress Download Manager</strong></a> helps you to manage, track and control file downloads from your WordPress site.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/dxZyhjOm3UI\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 Nov 2012 14:45: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:5:\"James\";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:57:\"WordPress.tv: John B. Hartley: Responsible Responsiveness\";s: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:28:\"http://wordpress.tv/?p=14169\";s: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.tv/2012/11/11/john-b-hartley-responsible-responsiveness/\";s: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:674:\"<div id=\"v-lO8zaWFR-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14169/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14169/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14169&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/11/john-b-hartley-responsible-responsiveness/\"><img alt=\"John B. Hartley &#8211; Responsible Responsiveness.mp4\" src=\"http://videos.videopress.com/lO8zaWFR/video-2800b596bf_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 11 Nov 2012 13:10: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:26:\"Matt: US Technology Agenda\";s: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:21:\"http://ma.tt/?p=41985\";s: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:42:\"http://ma.tt/2012/11/us-technology-agenda/\";s: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:2509:\"<p>Wired writes on <a href=\"http://www.wired.com/business/2012/11/what-tech-wants-from-four-more-years/all/\">The 8 Missions That Should Dominate Obama&#8217;s Technology Agenda</a>. I&#8217;m quoted there, but here are my full responses to the questions they asked:</p>\n<div class=\"blockquote\">\n<blockquote>\n<strong>1. First off, how did you monitor the election results – phone, TV, twitter laptop, twitter, bar stool?</strong></p>\n<p>I was at a friend’s house with about a dozen people watching mostly CNN, and reading Tweetbot on an iPad Mini.</p>\n<p><strong>2. As someone leading a tech company (or as an investor), what are you looking for the president to do over the next four years? Are there priorities you have that the White House could help you achieve? Either from a business perspective, or a technological/hiring/infrastructure point of view?</strong></p>\n<p>At a macro level I hope the President keeps the economy on a path to recovery, and stays on the right side of anti-internet efforts like SOPA. What we’re building with the web is too early to be marginalized by special interests so early in its growth.</p>\n<p>On a personal level, I hope he keeps fighting for protections and privileges under the law for my non-straight colleagues.</p>\n<p>But the most important things we need to do will likely not have a big effect before 2016. As a country America needs to invest in its infrastructure, particularly broadband, education, particularly STEM, and in streamlining immigration, so the best and brightest who come to our shores aren’t shown the door when they graduate from one of the leading universities in the world. Four years is too short of a timeframe for these investments to pay off but that’s okay because I’m in business for the long run and I want to see our country strengthen and prosper over generations, not just the next economic cycle.</p>\n<p><strong>3. Were there any other races, measures etc. that you were particularly interested in, and why? What was the outcome, and why did you care so much?</strong></p>\n<p>I followed a few of the senate and house races, mostly as they related to SOPA and PIPA, and the state marriage equality measures.</p>\n<p><strong>4. Or, does all this politics stuff have zero bearing on what you are doing?</strong></p>\n<p>Even though the political process often frustrates me, I’ve seen its ability to influence the lives of my friends, family, and colleagues too many times to ignore it any more.\n</p></blockquote>\n</div>\";s: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, 10 Nov 2012 16:10: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:4:\"Matt\";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:41:\"WordPress.tv: Al Davis: After the Install\";s: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:28:\"http://wordpress.tv/?p=14165\";s: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.tv/2012/11/10/al-davis-after-the-install/\";s: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:643:\"<div id=\"v-GwKeELX9-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14165/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14165&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/10/al-davis-after-the-install/\"><img alt=\"Al Davis &#8211; After the Install.mp4\" src=\"http://videos.videopress.com/GwKeELX9/video-8cb4afad49_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 10 Nov 2012 13:09: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:12:\"WordPress.tv\";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:62:\"WordPress.tv: Aaron P. Smith: Inbound Marketing 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:28:\"http://wordpress.tv/?p=14160\";s: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.tv/2012/11/09/aaron-p-smith-inbound-marketing-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:684:\"<div id=\"v-Cr7rhseB-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14160/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14160/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14160&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/09/aaron-p-smith-inbound-marketing-with-wordpress/\"><img alt=\"Aaron P. Smith &#8211; Inbound Marketing with WordPress.mp4\" src=\"http://videos.videopress.com/Cr7rhseB/video-6bc6c42730_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 10 Nov 2012 03:08: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:12:\"WordPress.tv\";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:61:\"WordPress.tv: Sam Hotchkiss: WordPress as a Web App Framework\";s: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:28:\"http://wordpress.tv/?p=14157\";s: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.tv/2012/11/09/sam-hotchkiss-wordpress-as-a-web-app-framework/\";s: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:683:\"<div id=\"v-B8Lnphp9-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14157/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14157/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14157&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/09/sam-hotchkiss-wordpress-as-a-web-app-framework/\"><img alt=\"Sam Hotchkiss &#8211; WordPress as a Web App Framework.wmv\" src=\"http://videos.videopress.com/B8Lnphp9/video-1d0a2e721d_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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 Nov 2012 19:07: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:12:\"WordPress.tv\";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:58:\"Weblog Tools Collection: WordPress Theme Releases for 11/9\";s: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:\"http://weblogtoolscollection.com/?p=12214\";s: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/ClDM0TdGIWQ/\";s: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:813:\"<p><img class=\"alignnone size-full wp-image-12215\" title=\"fiesta\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/fiesta.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.com/2012/11/08/fiesta-wordpress-blog-theme/\"><strong>Fiesta</strong></a> is a vibrant, colorful, and responsive theme.</p>\n<p><img class=\"alignnone size-full wp-image-12216\" title=\"somethingfishy\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/somethingfishy.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/something-fishy\"><strong>Something Fishy</strong></a> is an animated undersea theme with a fun and whimsical design.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/ClDM0TdGIWQ\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Nov 2012 15: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:5:\"James\";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:89:\"WordPress.tv: Jen Witkowski & Dan Rabb: Taking the Intimidation Out of Plugin 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=14155\";s: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://wordpress.tv/2012/11/09/jen-witkowski-dan-rabb-taking-the-intimidation-out-of-plugin-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:740:\"<div id=\"v-B1LjOtLU-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14155/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14155/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14155&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/09/jen-witkowski-dan-rabb-taking-the-intimidation-out-of-plugin-development/\"><img alt=\"Jenn Witkowski and Dan Rabb &#8211; Taking the Intimidation out of Plugin Development.wmv\" src=\"http://videos.videopress.com/B1LjOtLU/video-7c17c88b5a_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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 Nov 2012 13:06: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:12:\"WordPress.tv\";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:80:\"WordPress.tv: Shannon Smith & Kathryn Presner: A Beginner’s Guide 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:28:\"http://wordpress.tv/?p=14054\";s: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://wordpress.tv/2012/11/08/shannon-smith-kathryn-presner-a-beginners-guide-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:687:\"<div id=\"v-GpGPmP3h-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14054/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14054/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14054&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/08/shannon-smith-kathryn-presner-a-beginners-guide-to-wordpress/\"><img alt=\"wcto-beginners-guide-to-wordpress-10-29-2012.mp4\" src=\"http://videos.videopress.com/GpGPmP3h/video-9da1e15bf7_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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 Nov 2012 01:05: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:12:\"WordPress.tv\";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:37:\"Joseph: Jetpack 2.0, Blasting Forward\";s: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:\"https://josephscott.org/?p=6480\";s: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://josephscott.org/archives/2012/11/jetpack-2-0-blasting-forward/\";s: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:2409:\"<p>If you haven&#8217;t been following the development of the <a href=\"http://jetpack.me/\">Jetpack</a> WordPress plugin now is a good time to take a look.  Today brings the announcement of <a href=\"http://jetpack.me/2012/11/08/jetpack-2-0-publicize-to-facebook-twitter-linkedin-tumblr-post-by-email-photon-infinite-scroll/\">Jetpack 2.0</a>, adding post by email, photon, and more.</p>\n<p><strong>Post By Email</strong> is something that WordPress has had for some time, but most self hosted WordPress sites don&#8217;t bother with it.  Why?  Because it is a pain to setup and manage.  Jetpack 2.0 brings the features and simplicity of <a href=\"http://jetpack.me/support/post-by-email/\">post by email</a> powered by WordPress.com to self hosted WordPress sites.</p>\n<p>Jetpack has gradually been building up awesome abilities, it isn&#8217;t all about this 2.0 release.  One of the things I&#8217;m most impressed with came in the <a href=\"http://jetpack.me/2012/10/26/jetpack-1-9-toolbar-notifications/\">1.9 release</a>: support for the <a href=\"http://developer.wordpress.com/docs/api/\">WordPress.com REST API</a>.  What this means is that you can now use the WordPress.com REST API to communicate with all WordPress.com hosted sites <strong>AND</strong> Jetpack connected sites.  Let that sink in for a minute.</p>\n<p>What does that look like?  You can try it out with this URL: <a href=\"https://public-api.wordpress.com/rest/v1/sites/josephscott.org\">https://public-api.wordpress.com/rest/v1/sites/josephscott.org</a></p>\n<p>You&#8217;ll get back something like:</p>\n<pre>{\n  \"ID\": 5190300,\n  \"name\": \"Joseph Scott\",\n  \"description\": \"\",\n  \"URL\": \"http:\\/\\/josephscott.org\",\n  \"meta\": {\n    \"links\": {\n      \"self\": \"https:\\/\\/public-api.wordpress.com\\/rest\\/v1\\/sites\\/5190300\",\n      \"help\": \"https:\\/\\/public-api.wordpress.com\\/rest\\/v1\\/sites\\/5190300\\/help\",\n      \"posts\": \"https:\\/\\/public-api.wordpress.com\\/rest\\/v1\\/sites\\/5190300\\/posts\\/\",\n      \"comments\": \"https:\\/\\/public-api.wordpress.com\\/rest\\/v1\\/sites\\/5190300\\/comments\\/\"\n    }\n  }\n}</pre>\n<p>Remember that josephscott.org is not hosted on WordPress.com.</p>\n<p>Developers now have the potential of being able to use a single API end point for every WordPress site out there, it doesn&#8217;t matter if they are hosted on WordPress.com or some place else (assuming they connect with Jetpack).  Now that is impressive.</p>\";s: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, 08 Nov 2012 20:29: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:12:\"Joseph Scott\";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:47:\"Weblog Tools Collection: Jetpack 2.0 has Landed\";s: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:\"http://weblogtoolscollection.com/?p=12211\";s: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/6zUwsa5nkEk/\";s: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:1352:\"<p><a href=\"http://jetpack.me\">Jetpack</a> 2.0 <a href=\"http://jetpack.me/2012/11/08/jetpack-2-0-publicize-to-facebook-twitter-linkedin-tumblr-post-by-email-photon-infinite-scroll/\">has landed</a>, bringing a new stack of <a href=\"http://wordpress.com\">WordPress.com</a> features to self-hosted <a href=\"http://wordpress.org\">WordPress.org</a> blogs.</p>\n<p>Jetpack 2.0 brings with it a small collection of bug fixes, as well as <a href=\"http://jetpack.me/support/publicize/\">Publicize</a> to automatically share your site’s posts on Facebook, Twitter, Tumblr, Linkedin, and Yahoo!, <a href=\"http://jetpack.me/support/post-by-email/\">Post by Email</a> to publish posts on your blog by email, <a href=\"http://jetpack.me/support/photon/\">Photon</a> to dynamically serve your images from the global WordPress.com cloud (creating less server load and faster images), and <a href=\"http://jetpack.me/support/infinite-scroll/\">Infinite Scroll</a> to load new posts as users scroll down without a full-page refresh in supported themes.</p>\n<p>If you&#8217;re already a Jetpack user, these are definitely some powerful additions to an already great free plugin. If you aren&#8217;t already a Jetpack user, perhaps it&#8217;s time to give it a try.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/6zUwsa5nkEk\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Nov 2012 19:45: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:\"WordPress.tv: Aaron Holbrook: WordPress & Version Control: A Workflow\";s: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:28:\"http://wordpress.tv/?p=13944\";s: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.tv/2012/11/08/aaron-holbrook-wordpress-version-control-a-workflow/\";s: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:686:\"<div id=\"v-MXU4Ejqe-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13944/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13944/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13944&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/08/aaron-holbrook-wordpress-version-control-a-workflow/\"><img alt=\"AaronHolbrookSync-SD 24 No Gamma Correction 800kbits.mov\" src=\"http://videos.videopress.com/MXU4Ejqe/video-5aa80a5624_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 08 Nov 2012 18:04: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:40:\"Matt: Voters boot SOPA-sponsoring allies\";s: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:21:\"http://ma.tt/?p=41982\";s: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://ma.tt/2012/11/voters-boot-sopa-sponsoring-allies/\";s: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:285:\"<p><a href=\"http://arstechnica.com/tech-policy/2012/11/voters-boot-three-sopa-sponsoring-hollywood-allies-from-congress/\">Voters boot three SOPA-sponsoring Hollywood allies from Congress</a>, though the new people might have similar views on such legislation, don&#8217;t know yet.</p>\";s: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, 08 Nov 2012 14:49:14 +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:\"Matt\";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:59:\"Weblog Tools Collection: WordPress Plugin Releases for 11/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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=12206\";s: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/Q86XkawvffY/\";s: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:1021:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/advanced-page-manager/\"><strong>Advanced Page Manager</strong></a> provides a new way to create, move, edit, and publish your pages.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/hidpi-gravatars/\"><strong>HiDPI Gravatars</strong></a> enables high resolution Gravatar images on any browser that supports them.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://www.fastsecurecontactform.com/\"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/sliding-widgets/\"><strong>Sliding Widgets</strong></a> will allow you to create a dynamic sliding widget area.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Q86XkawvffY\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Nov 2012 14:45: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:5:\"James\";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:56:\"Alex King: Collaborative WordPress Development on GitHub\";s: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:28:\"http://alexking.org/?p=15075\";s: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://alexking.org/blog/2012/11/06/wordpress-collaboration-github\";s: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:3082:\"<p>Last night I started integrating <a href=\"http://dougal.gunters.org/plugins/documents-shortcode/\">one of</a> <a href=\"http://dougal.gunters.org/\">Dougal</a>&#8216;s plugins into a little <a href=\"https://github.com/crowdfavorite/wp-hr-log\">WordPress-based app</a> I&#8217;m building to help me keep track of HR/benefits related requests for <a href=\"http://crowdfavorite.com\">my team</a>.</p>\n<p>Since I&#8217;m building the app as a theme, I dropped the plugin into the theme. It worked great, except the path to the CSS file wasn&#8217;t correct (since the code wasn&#8217;t living in the plugins directory). A quick poke around and I found the <a href=\"https://github.com/dougalcampbell/documents-shortcode\">GitHub repo for the plugin</a>, which I quickly <a href=\"https://github.com/alexkingorg/documents-shortcode\">forked</a>, <a href=\"https://github.com/alexkingorg/documents-shortcode/commit/6bb765f753d8f44c04b5e788b127387292ee2f73\">patched (by adding a filter)</a>, and <a href=\"https://github.com/dougalcampbell/documents-shortcode/pull/1\">submitted back as a pull request</a>. This morning Dougal accepted the pull request. Done and done.</p>\n<p>At the WordPress Community Summit I participated in a session about plugin continuity and development (see <a href=\"http://make.wordpress.org/summit/2012/10/29/summary-of-afternoon-discussions/\">Abandoned Plugins</a>). It naturally included discussion about how the various developers there build their plugins. Most<sup id=\"fnref:1\"><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn:1\" rel=\"footnote\">1</a></sup> of those present are hosting their primary development on GitHub and checking them in to the SVN repo on WordPress.org as a packaging step for distribution.</p>\n<p>This is why. There just isn&#8217;t a WordPress community owned property that allows for this type of developer collaboration. I think it makes sense for the plugin and theme repositories on WordPress.org to adopt a &#8220;GitHub URL&#8221; meta property for projects.<sup id=\"fnref:2\"><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn:2\" rel=\"footnote\">2</a></sup> Until they do, I&#8217;m going to start adding it prominently to the README when I release new versions of my plugins.</p>\n<p>Fellow WordPress developers, please collaborate on my plugins on GitHub. Most of them are under the <a href=\"https://github.com/crowdfavorite\">Crowd Favorite account</a>, a handful are on <a href=\"https://github.com/alexkingorg\">my account</a>.</p>\n<div class=\"footnotes\">\n<hr />\n<ol>\n<li id=\"fn:1\">\nI didn&#8217;t take exact numbers, but the show of hands was pretty overwhelming if I remember correctly. I believe <a href=\"http://mitcho.com/\">Mitcho</a>&#8216;s exact comment was &#8220;I&#8217;m going to cry&#8221;.&#160;<a href=\"http://alexking.org/blog/topic/wordpress/feed#fnref:1\" rev=\"footnote\">&#8617;</a>\n</li>\n<li id=\"fn:2\">\nI should write up some of my other ideas for investing in the WP.org community soon.&#160;<a href=\"http://alexking.org/blog/topic/wordpress/feed#fnref:2\" rev=\"footnote\">&#8617;</a>\n</li>\n</ol>\n</div>\";s: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, 06 Nov 2012 18:48:25 +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: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:39:\"Alex King: Twitter Tools 3.0 Screencast\";s: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:28:\"http://alexking.org/?p=14872\";s: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://alexking.org/blog/2012/11/05/twitter-tools-3-0-screencast\";s: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:477:\"<p>To compliment the <a href=\"http://alexking.org/blog/2012/10/25/social-2-6\">screencast I did to demonstrate features of Social</a>, I put together a quick (and very rough) walk through of some of the features of Twitter Tools 3.0.</p>\n<p>I found a bug there at the end. From my testing it looks like a multi-byte string length calculation bug (the apostrophe in is curly), fixed in <a href=\"http://alexking.org/blog/2012/10/25/twitter-tools-3-0-2\">version 3.0.2</a>. Yay!</p>\";s: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, 05 Nov 2012 23:01: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: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: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:58:\"Weblog Tools Collection: WordPress Theme Releases for 11/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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=12195\";s: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/DL7eEPDe6jc/\";s: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:1474:\"<p><img class=\"alignnone size-full wp-image-12196\" title=\"market\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/market.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.com/2012/11/04/market-wordpress-website-theme/\"><strong>Market</strong></a> was designed with the idea of using it for a community market or small business.</p>\n<p><img class=\"alignnone size-full wp-image-12197\" title=\"nusantara\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/nusantara.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/nusantara\"><strong>Nusantara</strong></a> provides easy customization with drag and drop elements.</p>\n<p><img class=\"alignnone size-full wp-image-12201\" title=\"publish\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/publish.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/publish\"><strong>Publish</strong></a> is a clean and minimal theme which puts you and your content on stage.</p>\n<p><img class=\"alignnone size-full wp-image-12198\" title=\"rundown\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2012/11/rundown.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/rundown\"><strong>Rundown</strong></a> is a grey-based responsive theme.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/DL7eEPDe6jc\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2012 15:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:34:\"Matt: Stallman on Software Patents\";s: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:21:\"http://ma.tt/?p=41975\";s: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://ma.tt/2012/11/stallman-on-software-patents/\";s: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:274:\"<p><a href=\"http://www.wired.com/opinion/2012/11/richard-stallman-software-patents/\">Let&#8217;s Limit the Effect of Software Patents, Since We Can&#8217;t Eliminate Them</a>, by Richard Stallman, the founder of the Free Software movement (and WordCamp SF 2010 speaker).</p>\";s: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, 04 Nov 2012 14:27:47 +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:\"Matt\";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:59:\"Weblog Tools Collection: WordPress Plugin Releases for 11/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:41:\"http://weblogtoolscollection.com/?p=12189\";s: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/_wP3akic00c/\";s: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:1032:\"<h3>New plugins</h3>\n<p><a href=\"http://perishablepress.com/block-bad-queries/\"><strong>Block Bad Queries</strong></a> protects your website against malicious URL requests.</p>\n<p><a href=\"http://perishablepress.com/simple-blog-stats/\"><strong>Simple Blog Stats</strong></a> provides a wealth of shortcodes and tags to display a variety of unique statistics about your site.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/sliding-widgets/\"><strong>Sliding Widgets</strong></a> will allow you to create a dynamic sliding widget area.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/cloudflare/\"><strong>CloudFlare</strong></a> ensures your WordPress blog is running optimally on the CloudFlare platform.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/post-via-dropbox/\"><strong>Post via Dropbox</strong></a> allows you to post or edit your blog with text files uploaded via Dropbox.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/_wP3akic00c\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Nov 2012 14:45: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:45:\"WordPress.tv: WordCamp Sofia 2012 Q&A 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=14087\";s: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.tv/2012/11/03/wordcamp-sofia-2012-qa-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:620:\"<div id=\"v-vN6maUVO-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14087/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14087/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14087&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/03/wordcamp-sofia-2012-qa-session/\"><img alt=\"Q&A Session\" src=\"http://videos.videopress.com/vN6maUVO/video-f1d4cb1c4e_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 03 Nov 2012 13:19: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:12:\"WordPress.tv\";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:50:\"WordPress.tv: Ivelina Dimova: The Plugins You Need\";s: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:28:\"http://wordpress.tv/?p=14083\";s: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.tv/2012/11/02/ivelina-dimova-the-plugins-you-need/\";s: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:650:\"<div id=\"v-h0jmXZos-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14083/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14083/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14083&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/02/ivelina-dimova-the-plugins-you-need/\"><img alt=\"Ivelina Dimova: The Plugins You Need\" src=\"http://videos.videopress.com/h0jmXZos/video-03dfadffcc_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 03 Nov 2012 03:18: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:12:\"WordPress.tv\";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:78:\"WordPress.tv: Brad Parbs: 320px and Up, Getting Started with Responsive Design\";s: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:28:\"http://wordpress.tv/?p=13940\";s: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://wordpress.tv/2012/11/02/brad-parbs-320px-and-up-getting-started-with-responsive-design/\";s: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:645:\"<div id=\"v-1rLzYup4-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/13940/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/13940/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=13940&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/02/brad-parbs-320px-and-up-getting-started-with-responsive-design/\"><img alt=\"Brad Parbs\" src=\"http://videos.videopress.com/1rLzYup4/brad-parbs_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 02 Nov 2012 19:22: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:9:\"wcdetroit\";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:77:\"WordPress.tv: Hristo Pandzharov: WordPress, Football and a pinch of 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=14085\";s: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://wordpress.tv/2012/11/02/hristo-pandzharov-wordpress-football-and-a-pinch-of-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:703:\"<div id=\"v-PIWusGdQ-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14085/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14085/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14085&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/02/hristo-pandzharov-wordpress-football-and-a-pinch-of-ecommerce/\"><img alt=\"Hristo Pandzharov: WordPress, Football and a pinch of eCommerce\" src=\"http://videos.videopress.com/PIWusGdQ/video-c5ddad2ec7_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 02 Nov 2012 19:17:47 +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:12:\"WordPress.tv\";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:75:\"Weblog Tools Collection: Plugin and Theme Reviews are Live on 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=12185\";s: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/fAMy_jzoF-I/\";s: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:1379:\"<p>The talented folks behind the main <a href=\"http://wordpress.org/\">WordPress.org</a> site have <a href=\"http://make.wordpress.org/meta/2012/10/29/welcome-to-meta-with-a-feature/\">rolled out</a> a new review system for <a href=\"http://wordpress.org/extend/plugins/\">plugins</a> and <a href=\"http://wordpress.org/extend/themes/\">themes</a>.</p>\n<p>The new review system came from much discussion and an overall need to contextualize the star rating system. Now, if you wish to rate a plugin or a theme, you must also describe your rating decision in a brief review. The goal is that developers will hopefully be left with usable feedback to turn around 1-star ratings or feedback to carry over to their next project from the 5-star ratings, and potential users will be able to clearly see whether the reasons for a plugin or theme&#8217;s particular 1-star rating really has any impact on what they plan to use it for.</p>\n<p>You can take a look at some sample ratings now by visiting the <a href=\"http://wordpress.org/support/view/plugin-reviews/hotfix\">Hotfix</a> plugin and the <a href=\"http://wordpress.org/support/view/theme-reviews/twentytwelve\">Twenty Twelve</a> theme. So, what you waiting for? Get out there and leave some reviews for your favorite plugins!</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/fAMy_jzoF-I\" height=\"1\" width=\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Nov 2012 14:30: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"James\";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:80:\"WordPress.tv: Vasil Kolev: What the Programmers Don’t Know and I Wish They Did\";s: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:28:\"http://wordpress.tv/?p=14091\";s: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://wordpress.tv/2012/11/02/vasil-kolev-what-the-programmers-dont-know-and-i-wish-they-did/\";s: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:711:\"<div id=\"v-joj1izpX-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14091/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14091/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14091&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/02/vasil-kolev-what-the-programmers-dont-know-and-i-wish-they-did/\"><img alt=\"Vasil Kolev: What the Programmers Don&#8217;t Know and I Wish They Did\" src=\"http://videos.videopress.com/joj1izpX/video-9dd77512b8_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 02 Nov 2012 13:16: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:31:\"Matt: Presidential Endorsements\";s: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:21:\"http://ma.tt/?p=41973\";s: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://ma.tt/2012/11/presidential-endorsements/\";s: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:882:\"<p>It&#8217;s interesting to read the contrast between the presidential endorsements (for Obama) from two of my favorite magazines, <a href=\"http://www.newyorker.com/talk/comment/2012/10/29/121029taco_talk_editors\">the New Yorker</a> and <a href=\"http://www.economist.com/news/leaders/21565623-america-could-do-better-barack-obama-sadly-mitt-romney-does-not-fit-bill-which-one?fsrc=scn/tw_ec/which_one_\">Economist</a>. <a href=\"http://www.bloomberg.com/news/2012-11-01/a-vote-for-a-president-to-lead-on-climate-change.html\">Mayor Bloomberg was also a surprise</a>. The Wikipedia, as always, has very comprehensive <a href=\"http://en.wikipedia.org/wiki/List_of_Mitt_Romney_presidential_campaign_endorsements,_2012\">lists of endorsements for Mitt Romney</a> and <a href=\"http://en.wikipedia.org/wiki/List_of_Barack_Obama_presidential_campaign_endorsements,_2012\">Barack Obama</a>.</p>\";s: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, 02 Nov 2012 12:43: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:57:\"WordPress.tv: Kalin Terziyski: The Sources of Inspiration\";s: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:28:\"http://wordpress.tv/?p=14081\";s: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:74:\"http://wordpress.tv/2012/11/01/kalin-terziyski-the-sources-of-inspiration/\";s: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:664:\"<div id=\"v-Zp8TsWbI-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14081/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14081/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14081&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/01/kalin-terziyski-the-sources-of-inspiration/\"><img alt=\"Kalin Terziyski: The Sources of Inspiration\" src=\"http://videos.videopress.com/Zp8TsWbI/video-cd4bd5356f_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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, 02 Nov 2012 03:21: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:12:\"WordPress.tv\";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:30:\"Matt: Building Medium (So Far)\";s: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:21:\"http://ma.tt/?p=41971\";s: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:44:\"http://ma.tt/2012/11/building-medium-so-far/\";s: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:133:\"<p><a href=\"https://medium.com/what-i-learned-building/4191574378\">What I Learned Building Medium (So Far)</a>, by Evan Williams.</p>\";s: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, 02 Nov 2012 01:44: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";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:60:\"WordPress.tv: Nikolay Ninarski: Get Responsive in 30 Minutes\";s: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:28:\"http://wordpress.tv/?p=14079\";s: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.tv/2012/11/01/nikolay-ninarski-get-responsive-in-30-minutes/\";s: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:670:\"<div id=\"v-qeV6wqpS-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/14079/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/14079/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=14079&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2012/11/01/nikolay-ninarski-get-responsive-in-30-minutes/\"><img alt=\"Nikolay Ninarski: Get Responsive in 30 Minutes\" src=\"http://videos.videopress.com/qeV6wqpS/video-549753f3a1_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s: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 Nov 2012 22:20: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s: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:\"Wed, 21 Nov 2012 15:49:09 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:5:\"84674\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Wed, 21 Nov 2012 15:30:16 GMT\";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("2672","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:\"Wed, 21 Nov 2012 15:31: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:25:\"http://bbpress.org/?v=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:\"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:24:\"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:24:\"Michael Adams (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: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:15:\"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:93:\"The most popular WordPress gallery plugin with tons of features and over 6 million downloads.\";s: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: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:14:\"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: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:19:\"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:86:\"WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines.\";s: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: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:19:\"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: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:7:\"Akismet\";s: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/akismet/#post-15\";s: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:11:30 +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:39:\"15@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:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s: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:\"\";}}}}}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:18:\"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:22:\"WordPress SEO by Yoast\";s: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/wordpress-seo/#post-8321\";s: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 Jan 2009 20:34: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:41:\"8321@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:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s: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:\"Joost de Valk\";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:8:\"Facebook\";s: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/facebook/#post-37351\";s: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, 02 May 2012 19:36: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37351@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:75:\"Make your WordPress site social in a couple of clicks, powered by Facebook.\";s: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:18:\"Samuel Wood (Otto)\";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:6:\"gtrans\";s: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/gtrans/#post-30417\";s: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, 22 Sep 2011 11:48: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:\"30417@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:63:\"Make your website available to the world using Google Translate\";s: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:\"kikadev\";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:32:\"Yet Another Related Posts 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/#post-2769\";s: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, 02 Jan 2008 13:05: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:\"2769@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:120:\"Display a list of related entries on your site and feeds based on a unique algorithm. Now with custom post type support!\";s: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:35:\"mitcho (Michael Yoshitaka Erlewine)\";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:14:\"WP Super Cache\";s: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/wp-super-cache/#post-2572\";s: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, 05 Nov 2007 11:40: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:\"2572@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:\"A very fast caching engine for WordPress that produces static html files.\";s: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:\"Donncha O Caoimh\";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:\"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 &#38; 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:13:\"Joost de Valk\";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:16:\"Ultimate 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:64:\"http://wordpress.org/extend/plugins/ultimate-tinymce/#post-32088\";s: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 Nov 2011 09:06: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"32088@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:84:\"Description: Beef up your visual tinymce editor with a plethora of advanced options.\";s: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:\"Josh\";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:24:\"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:\"\";}}}}}}}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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 21 Nov 2012 15:49:09 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:7:\"expires\";s:29:\"Wed, 21 Nov 2012 16:06:35 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Wed, 21 Nov 2012 15:31:35 +0000\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}","no");
INSERT INTO wp_options VALUES("2673","0","_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c","1353556149","no");
INSERT INTO wp_options VALUES("2674","0","_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc","1353556150","no");
INSERT INTO wp_options VALUES("2675","0","_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c","1353512949","no");
INSERT INTO wp_options VALUES("2676","0","_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc","1353512950","no");
INSERT INTO wp_options VALUES("2677","0","_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0","1353556150","no");
INSERT INTO wp_options VALUES("2678","0","_transient_dash_aa95765b5cc111c56d5993d476b1c2f0","<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2012/11/20/kathy-drewien-we-admit-it-getting-started-with-wordpress-can-be-tough/\' title=\' [&hellip;]\'>WordPress.tv: Kathy Drewien: We Admit It! Getting Started with WordPress Can Be Tough</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2012/11/20/thomas-griffin-using-ajax-in-your-plugins/\' title=\' [&hellip;]\'>WordPress.tv: Thomas Griffin: Using AJAX in Your Plugins</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/CjEJuL7Q5X4/\' title=\'New plugins No Weak Passwords forbids the use of any passwords from an included list of the most easily guessable passwords. WP Internal Links Lite allows you to easily create powerful internal linking structures. Updated plugins Automatic Updater will automatically download and install plugin, theme, and core updates as soon as they become available. BuddyP [&hellip;]\'>Weblog Tools Collection: WordPress Plugin Releases for 11/19</a></li><li><a class=\'rsswidget\' href=\'http://bbpress.org/blog/2012/11/bbpress-2-2-now-available/\' title=\'Out now is bbPress 2.2! It comes with 69 individual fixes and enhancements since 2.1, and is a recommended update to any site running bbPress 2.0 or higher. bbPress 2.2 is the third major release since becoming a plugin for WordPress back in October, 2011. Also since then, we’ve continued to work on the things you want the most, like easier integration with  [&hellip;]\'>bbPress: bbPress 2.2 now available!</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/e6wc7rF_VCo/\' title=\'Cogitate is a more minimalist and readable Twenty Twelve child theme. Leaf is a stylish and customizable theme. Mosaic is a clean, lightweight and fully responsive theme. Twenty Plus Lite is a child theme for Twenty Twelve with several features, layouts and schemes. [&hellip;]\'>Weblog Tools Collection: WordPress Theme Releases for 11/17</a></li></ul></div>","no");
INSERT INTO wp_options VALUES("2679","0","_transient_timeout_feed_57bc725ad6568758915363af670fd8bc","1353556150","no");
INSERT INTO wp_options VALUES("2680","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:\"Wed, 21 Nov 2012 15:31: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=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:\"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:21:\"Internal Link 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:69:\"http://wordpress.org/extend/plugins/internal-link-manager/#post-45788\";s: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, 15 Nov 2012 19:45: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"45788@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:56:\"Automatically add internal links throughout 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:11:\"Kevin Leary\";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:\"google-webmaster-tools-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:78:\"http://wordpress.org/extend/plugins/google-webmaster-tools-manager/#post-45790\";s: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, 15 Nov 2012 21:59: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"45790@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:\"Extend your WordPress installation with the latest and most useful Google Tag Manager and optionally Webmaster tools.\";s: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:\"lauraeus\";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:19:\"Wp Wiki Userprofile\";s: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/wp-subscribe-author/#post-45942\";s: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, 19 Nov 2012 07:27: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:\"45942@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 Subcribe Author plugin is help subcriber to follow his/her favourity author.\";s: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:\"gchokeen\";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:7:\"imPress\";s: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/wp-js-impress/#post-45846\";s: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 Nov 2012 00:45: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"45846@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:58:\"Create amazing presentations with Wordpress and Impress.js\";s: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:\"john hanusek\";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:12:\"MemberFindMe\";s: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/memberfindme/#post-45216\";s: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, 03 Nov 2012 17:04: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"45216@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:\"Provides member directory, membership manangement and event management for small to mid-sized organizations.\";s: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:\"sourcefound\";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:26:\"Lift: Search 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:59:\"http://wordpress.org/extend/plugins/lift-search/#post-45811\";s: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, 16 Nov 2012 17:07: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:\"45811@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:\"Improves WordPress search using Amazon Cloudsearch.\";s: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:\"voceplatforms\";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:20:\"Global CSS by Joddit\";s: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/joddit-global-css/#post-45460\";s: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 Nov 2012 07:27:36 +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:\"45460@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:141:\"Simple Custom CSS in WordPress: Create and manage custom stylesheets with a powerful CSS editor based on the CodeMirror JavaScript component.\";s: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:\"joddit\";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:19:\"Multiple Moderators\";s: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/multiplemoderators/#post-45866\";s: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, 18 Nov 2012 09:27: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:\"45866@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:\"A Wordpress plugin which allows site administrators to nominate multiple blog users to moderate 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"bjorsq\";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:22:\"Shopp + ActiveCampaign\";s: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/shopp-activecampaign/#post-45167\";s: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, 02 Nov 2012 01:40: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:\"45167@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:242:\"<p>The plugin creates an integration between Shopp ecommerce plugin and ActiveCampaign email marketing.</p>\n<p>After checkout, a customers information is transferred to ActiveCampaign.</p>\n<p>This uses the ActiveCampaign PHP ApI wrapper.\n</p>\";s: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:20:\"Lorenzo Orlando Caum\";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:10:\"Len Slider\";s: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/len-slider/#post-45974\";s: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, 19 Nov 2012 21:55: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:\"45974@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:\"LenSlider is a skins based slider/carousel/slideshow plugin with jQuery/CSS3 effects that allows to generate and easy integrate the ones to your 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:12:\"Igor Sazonov\";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:24:\"Nepali-Unicode-Converter\";s: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/nepali-unicode-converter/#post-45945\";s: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, 19 Nov 2012 11:02: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:\"45945@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:45:\"Converts the typed input into Nepali Unicode.\";s: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:\"JhalakSubedi\";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:24:\"application-cache-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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/application-cache-plugin/#post-45943\";s: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, 19 Nov 2012 10:16: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:\"45943@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:48:\"This plugin creates a dynamic appcache manifest.\";s: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:\"moolen\";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:24:\"Scebo - Customer Support\";s: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.org/extend/plugins/scebo/#post-45620\";s: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, 12 Nov 2012 08:36: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:\"45620@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:31:\"Scebo - customer support 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"themeskingdom\";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:17:\"Sweet Custom Menu\";s: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/sweet-custom-menu/#post-45956\";s: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, 19 Nov 2012 14:56: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"45956@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:68:\"This is a simple plugin to add custom attributes to WordPress menus.\";s: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:\"Remi Corson\";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:29:\"Colored Tags Tag Cloud 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:77:\"http://wordpress.org/extend/plugins/colored-tags-tag-cloud-widget/#post-45952\";s: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, 19 Nov 2012 14: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:42:\"45952@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:66:\"Colored Tags Tag Cloud Widget gives you a widget with colored 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"EnergieBoer\";s: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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Wed, 21 Nov 2012 15:49:10 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:7:\"expires\";s:29:\"Wed, 21 Nov 2012 16:06:04 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Wed, 21 Nov 2012 15:31:04 +0000\";s:4:\"x-nc\";s:11:\"HIT luv 139\";}s:5:\"build\";s:14:\"20090627192103\";}","no");
INSERT INTO wp_options VALUES("2681","0","_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc","1353556150","no");
INSERT INTO wp_options VALUES("2682","0","_transient_feed_mod_57bc725ad6568758915363af670fd8bc","1353512950","no");
INSERT INTO wp_options VALUES("2683","0","_transient_timeout_plugin_slugs","1353599553","no");
INSERT INTO wp_options VALUES("2684","0","_transient_plugin_slugs","a:9:{i:0;s:19:\"akismet/akismet.php\";i:1;s:69:\"contact-form-with-a-meeting-scheduler-by-vcita/vcita-contact-form.php\";i:2;s:9:\"hello.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:5;s:23:\"mailchimp/mailchimp.php\";i:6;s:31:\"spotify-embed/spotify-embed.php\";i:7;s:25:\"vm-backups/vm-backups.php\";i:8;s:24:\"wordpress-seo/wp-seo.php\";}","no");
INSERT INTO wp_options VALUES("2685","0","_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e","1353556150","no");
INSERT INTO wp_options VALUES("2686","0","_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e","<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/facebook/\'>Facebook</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=facebook&amp;_wpnonce=9c2f86db18&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Facebook\'>Install</a>)</span>\n<p>Make your WordPress site social in a couple of clicks, powered by Facebook.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/len-slider/\'>Len Slider</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=len-slider&amp;_wpnonce=c5411e7a3d&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Len Slider\'>Install</a>)</span>\n<p>LenSlider is a skins based slider/carousel/slideshow plugin with jQuery/CSS3 effects that allows to generate and easy integrate the ones to your site.</p>\n","no");
INSERT INTO wp_options VALUES("2687","0","_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a","1353523757","yes");
INSERT INTO wp_options VALUES("2688","0","_site_transient_poptags_40cd750bba9870f18aada2478b24840a","a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"3406\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2207\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2091\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1732\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1645\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1450\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1165\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1161\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1153\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1119\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1066\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:3:\"983\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"892\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"836\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"826\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:3:\"767\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"724\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"719\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"665\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"664\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"617\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"613\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"593\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"573\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"524\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"503\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"498\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"496\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"490\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"471\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"466\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"444\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"441\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"432\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"404\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"401\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"399\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"383\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"382\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"378\";}}","yes");
INSERT INTO wp_options VALUES("2689","0","_site_transient_update_plugins","O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1353513007;s:7:\"checked\";a:9:{s:19:\"akismet/akismet.php\";s:5:\"2.5.6\";s:69:\"contact-form-with-a-meeting-scheduler-by-vcita/vcita-contact-form.php\";s:5:\"2.1.0\";s:9:\"hello.php\";s:3:\"1.6\";s:19:\"jetpack/jetpack.php\";s:5:\"2.0.2\";s:45:\"limit-login-attempts/limit-login-attempts.php\";s:5:\"1.7.1\";s:23:\"mailchimp/mailchimp.php\";s:6:\"1.2.12\";s:31:\"spotify-embed/spotify-embed.php\";s:5:\"0.2.1\";s:25:\"vm-backups/vm-backups.php\";s:3:\"1.0\";s:24:\"wordpress-seo/wp-seo.php\";s:7:\"1.2.8.7\";}s:8:\"response\";a:0:{}}","yes");
INSERT INTO wp_options VALUES("2692","0","_site_transient_timeout_wporg_theme_feature_list","1353523825","yes");
INSERT INTO wp_options VALUES("2693","0","_site_transient_wporg_theme_feature_list","a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:19:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:20:\"front-page-post-form\";i:11;s:19:\"full-width-template\";i:12;s:12:\"microformats\";i:13;s:12:\"post-formats\";i:14;s:20:\"rtl-language-support\";i:15;s:11:\"sticky-post\";i:16;s:13:\"theme-options\";i:17;s:17:\"threaded-comments\";i:18;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}","yes");
INSERT INTO wp_options VALUES("2696","0","vm-backups","a:7:{s:11:\"vm_bkp_path\";s:0:\"\";s:14:\"vm_bkp_plugins\";s:2:\"on\";s:9:\"vm_bkp_db\";s:2:\"on\";s:12:\"vm_bkp_theme\";s:2:\"on\";s:15:\"vm_bkp_sendmail\";s:2:\"on\";s:12:\"vm_bkp_email\";s:27:\"adam_kubizna_12@hotmail.com\";s:6:\"submit\";s:4:\"Save\";}","yes");



DROP TABLE wp_postmeta;

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=InnoDB AUTO_INCREMENT=403 DEFAULT CHARSET=utf8;

INSERT INTO wp_postmeta VALUES("22","13","_wp_attached_file","2012/09/rainbow1.jpg");
INSERT INTO wp_postmeta VALUES("23","13","_wp_attachment_metadata","a:6:{s:5:\"width\";s:3:\"384\";s:6:\"height\";s:3:\"512\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:20:\"2012/09/rainbow1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"rainbow1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"rainbow1-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}");
INSERT INTO wp_postmeta VALUES("55","19","_wp_attached_file","2012/09/385406_10150975943612727_1356835336_n.jpg");
INSERT INTO wp_postmeta VALUES("56","19","_wp_attachment_metadata","a:6:{s:5:\"width\";s:3:\"320\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:49:\"2012/09/385406_10150975943612727_1356835336_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:49:\"385406_10150975943612727_1356835336_n-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:49:\"385406_10150975943612727_1356835336_n-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:49:\"385406_10150975943612727_1356835336_n-100x100.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}");
INSERT INTO wp_postmeta VALUES("59","23","_wp_attached_file","2012/09/adamlogo.jpg");
INSERT INTO wp_postmeta VALUES("60","23","_wp_attachment_metadata","a:6:{s:5:\"width\";s:3:\"222\";s:6:\"height\";s:2:\"27\";s:14:\"hwstring_small\";s:23:\"height=\'15\' width=\'128\'\";s:4:\"file\";s:20:\"2012/09/adamlogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"adamlogo-150x27.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"27\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:19:\"adamlogo-100x27.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:2:\"27\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}");
INSERT INTO wp_postmeta VALUES("100","36","_edit_last","1");
INSERT INTO wp_postmeta VALUES("101","36","_edit_lock","1350500478:1");
INSERT INTO wp_postmeta VALUES("102","36","page_sidebar","0");
INSERT INTO wp_postmeta VALUES("103","36","hide_page_title","on");
INSERT INTO wp_postmeta VALUES("104","36","page_section_order","page_section,breadcrumbs");
INSERT INTO wp_postmeta VALUES("105","36","page_slide_one_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("106","36","page_slide_one_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("107","36","page_slide_two_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("108","36","page_slide_two_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("109","36","page_slide_three_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("110","36","page_slide_three_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("111","36","extra_callout_options","off");
INSERT INTO wp_postmeta VALUES("112","36","custom_callout_text_color","#");
INSERT INTO wp_postmeta VALUES("113","47","_edit_last","1");
INSERT INTO wp_postmeta VALUES("114","47","_edit_lock","1353512538:1");
INSERT INTO wp_postmeta VALUES("115","48","_wp_attached_file","2012/09/76021_463457197726_2342275_n.jpg");
INSERT INTO wp_postmeta VALUES("116","48","_wp_attachment_metadata","a:6:{s:5:\"width\";s:3:\"457\";s:6:\"height\";s:3:\"505\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'86\'\";s:4:\"file\";s:40:\"2012/09/76021_463457197726_2342275_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:40:\"76021_463457197726_2342275_n-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:40:\"76021_463457197726_2342275_n-271x300.jpg\";s:5:\"width\";s:3:\"271\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:40:\"76021_463457197726_2342275_n-100x100.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}");
INSERT INTO wp_postmeta VALUES("117","47","page_sidebar","0");
INSERT INTO wp_postmeta VALUES("118","47","hide_page_title","on");
INSERT INTO wp_postmeta VALUES("119","47","page_section_order","page_section,breadcrumbs");
INSERT INTO wp_postmeta VALUES("120","47","page_slide_one_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("121","47","page_slide_one_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("122","47","page_slide_two_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("123","47","page_slide_two_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("124","47","page_slide_three_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("125","47","page_slide_three_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("126","47","extra_callout_options","off");
INSERT INTO wp_postmeta VALUES("127","47","custom_callout_text_color","#");
INSERT INTO wp_postmeta VALUES("128","51","_edit_last","1");
INSERT INTO wp_postmeta VALUES("129","51","_edit_lock","1350493648:1");
INSERT INTO wp_postmeta VALUES("130","51","page_sidebar","0");
INSERT INTO wp_postmeta VALUES("131","51","hide_page_title","on");
INSERT INTO wp_postmeta VALUES("132","51","page_section_order","page_section,breadcrumbs");
INSERT INTO wp_postmeta VALUES("133","51","page_slide_one_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("134","51","page_slide_one_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("135","51","page_slide_two_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("136","51","page_slide_two_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("137","51","page_slide_three_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("138","51","page_slide_three_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("139","51","extra_callout_options","off");
INSERT INTO wp_postmeta VALUES("140","51","custom_callout_text_color","#");
INSERT INTO wp_postmeta VALUES("144","60","_edit_last","1");
INSERT INTO wp_postmeta VALUES("145","60","_edit_lock","1348513827:1");
INSERT INTO wp_postmeta VALUES("146","61","_wp_attached_file","2012/09/076e31b.jpg");
INSERT INTO wp_postmeta VALUES("147","61","_wp_attachment_metadata","a:6:{s:5:\"width\";s:3:\"263\";s:6:\"height\";s:3:\"263\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:19:\"2012/09/076e31b.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"076e31b-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:19:\"076e31b-100x100.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}");
INSERT INTO wp_postmeta VALUES("148","60","page_sidebar","0");
INSERT INTO wp_postmeta VALUES("149","60","hide_page_title","on");
INSERT INTO wp_postmeta VALUES("150","60","page_section_order","page_section,breadcrumbs");
INSERT INTO wp_postmeta VALUES("151","60","page_slide_one_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("152","60","page_slide_one_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("153","60","page_slide_two_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("154","60","page_slide_two_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("155","60","page_slide_three_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("156","60","page_slide_three_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("157","60","extra_callout_options","off");
INSERT INTO wp_postmeta VALUES("158","60","custom_callout_text_color","#");
INSERT INTO wp_postmeta VALUES("159","63","_edit_last","1");
INSERT INTO wp_postmeta VALUES("160","63","_edit_lock","1350500453:1");
INSERT INTO wp_postmeta VALUES("161","63","page_sidebar","0");
INSERT INTO wp_postmeta VALUES("162","63","hide_page_title","on");
INSERT INTO wp_postmeta VALUES("163","63","page_section_order","page_section,breadcrumbs");
INSERT INTO wp_postmeta VALUES("164","63","page_slide_one_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("165","63","page_slide_one_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("166","63","page_slide_two_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("167","63","page_slide_two_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("168","63","page_slide_three_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("169","63","page_slide_three_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("170","63","extra_callout_options","off");
INSERT INTO wp_postmeta VALUES("171","63","custom_callout_text_color","#");
INSERT INTO wp_postmeta VALUES("181","68","_edit_last","1");
INSERT INTO wp_postmeta VALUES("182","68","_edit_lock","1351024773:1");
INSERT INTO wp_postmeta VALUES("183","68","page_sidebar","0");
INSERT INTO wp_postmeta VALUES("184","68","hide_page_title","on");
INSERT INTO wp_postmeta VALUES("185","68","page_section_order","page_section,breadcrumbs");
INSERT INTO wp_postmeta VALUES("186","68","page_slide_one_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("187","68","page_slide_one_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("188","68","page_slide_two_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("189","68","page_slide_two_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("190","68","page_slide_three_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("191","68","page_slide_three_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("192","68","extra_callout_options","off");
INSERT INTO wp_postmeta VALUES("193","68","custom_callout_text_color","#");
INSERT INTO wp_postmeta VALUES("285","47","_yoast_wpseo_linkdex","58");
INSERT INTO wp_postmeta VALUES("286","63","_yoast_wpseo_linkdex","0");
INSERT INTO wp_postmeta VALUES("287","51","_yoast_wpseo_linkdex","0");
INSERT INTO wp_postmeta VALUES("288","68","_yoast_wpseo_linkdex","0");
INSERT INTO wp_postmeta VALUES("289","60","_yoast_wpseo_linkdex","0");
INSERT INTO wp_postmeta VALUES("290","36","_yoast_wpseo_linkdex","0");
INSERT INTO wp_postmeta VALUES("291","47","_yoast_wpseo_focuskw","adam kubizna, Adam D. Kubizna, Adam Kubizna, Kubizna");
INSERT INTO wp_postmeta VALUES("292","47","_yoast_wpseo_title","Adam D. Kubizna, Student ");
INSERT INTO wp_postmeta VALUES("293","47","_yoast_wpseo_metadesc","");
INSERT INTO wp_postmeta VALUES("294","47","_yoast_wpseo_meta-robots-noindex","0");
INSERT INTO wp_postmeta VALUES("295","47","_yoast_wpseo_meta-robots-nofollow","0");
INSERT INTO wp_postmeta VALUES("296","47","_yoast_wpseo_meta-robots-adv","none");
INSERT INTO wp_postmeta VALUES("297","47","_yoast_wpseo_sitemap-include","-");
INSERT INTO wp_postmeta VALUES("298","47","_yoast_wpseo_sitemap-prio","-");
INSERT INTO wp_postmeta VALUES("299","47","_yoast_wpseo_canonical","");
INSERT INTO wp_postmeta VALUES("300","47","_yoast_wpseo_redirect","");
INSERT INTO wp_postmeta VALUES("301","47","_yoast_wpseo_opengraph-description","");
INSERT INTO wp_postmeta VALUES("302","47","_yoast_wpseo_google-plus-description","");
INSERT INTO wp_postmeta VALUES("303","51","_yoast_wpseo_focuskw","");
INSERT INTO wp_postmeta VALUES("304","51","_yoast_wpseo_title","");
INSERT INTO wp_postmeta VALUES("305","51","_yoast_wpseo_metadesc","");
INSERT INTO wp_postmeta VALUES("306","51","_yoast_wpseo_meta-robots-noindex","0");
INSERT INTO wp_postmeta VALUES("307","51","_yoast_wpseo_meta-robots-nofollow","0");
INSERT INTO wp_postmeta VALUES("308","51","_yoast_wpseo_meta-robots-adv","none");
INSERT INTO wp_postmeta VALUES("309","51","_yoast_wpseo_sitemap-include","-");
INSERT INTO wp_postmeta VALUES("310","51","_yoast_wpseo_sitemap-prio","-");
INSERT INTO wp_postmeta VALUES("311","51","_yoast_wpseo_canonical","");
INSERT INTO wp_postmeta VALUES("312","51","_yoast_wpseo_redirect","");
INSERT INTO wp_postmeta VALUES("313","51","_yoast_wpseo_opengraph-description","");
INSERT INTO wp_postmeta VALUES("314","51","_yoast_wpseo_google-plus-description","");
INSERT INTO wp_postmeta VALUES("315","36","_yoast_wpseo_focuskw","");
INSERT INTO wp_postmeta VALUES("316","36","_yoast_wpseo_title","");
INSERT INTO wp_postmeta VALUES("317","36","_yoast_wpseo_metadesc","");
INSERT INTO wp_postmeta VALUES("318","36","_yoast_wpseo_meta-robots-noindex","0");
INSERT INTO wp_postmeta VALUES("319","36","_yoast_wpseo_meta-robots-nofollow","0");
INSERT INTO wp_postmeta VALUES("320","36","_yoast_wpseo_meta-robots-adv","none");
INSERT INTO wp_postmeta VALUES("321","36","_yoast_wpseo_sitemap-include","-");
INSERT INTO wp_postmeta VALUES("322","36","_yoast_wpseo_sitemap-prio","-");
INSERT INTO wp_postmeta VALUES("323","36","_yoast_wpseo_canonical","");
INSERT INTO wp_postmeta VALUES("324","36","_yoast_wpseo_redirect","");
INSERT INTO wp_postmeta VALUES("325","36","_yoast_wpseo_opengraph-description","");
INSERT INTO wp_postmeta VALUES("326","36","_yoast_wpseo_google-plus-description","");
INSERT INTO wp_postmeta VALUES("327","60","_yoast_wpseo_focuskw","");
INSERT INTO wp_postmeta VALUES("328","60","_yoast_wpseo_title","");
INSERT INTO wp_postmeta VALUES("329","60","_yoast_wpseo_metadesc","");
INSERT INTO wp_postmeta VALUES("330","60","_yoast_wpseo_meta-robots-noindex","0");
INSERT INTO wp_postmeta VALUES("331","60","_yoast_wpseo_meta-robots-nofollow","0");
INSERT INTO wp_postmeta VALUES("332","60","_yoast_wpseo_meta-robots-adv","none");
INSERT INTO wp_postmeta VALUES("333","60","_yoast_wpseo_sitemap-include","-");
INSERT INTO wp_postmeta VALUES("334","60","_yoast_wpseo_sitemap-prio","-");
INSERT INTO wp_postmeta VALUES("335","60","_yoast_wpseo_canonical","");
INSERT INTO wp_postmeta VALUES("336","60","_yoast_wpseo_redirect","");
INSERT INTO wp_postmeta VALUES("337","60","_yoast_wpseo_opengraph-description","");
INSERT INTO wp_postmeta VALUES("338","60","_yoast_wpseo_google-plus-description","");
INSERT INTO wp_postmeta VALUES("339","100","_wp_attached_file","2012/09/AdamLogoLarger.jpg");
INSERT INTO wp_postmeta VALUES("340","100","_wp_attachment_metadata","a:6:{s:5:\"width\";s:3:\"350\";s:6:\"height\";s:2:\"39\";s:14:\"hwstring_small\";s:23:\"height=\'14\' width=\'128\'\";s:4:\"file\";s:26:\"2012/09/AdamLogoLarger.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"AdamLogoLarger-150x39.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"39\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"AdamLogoLarger-300x33.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"33\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:25:\"AdamLogoLarger-100x39.jpg\";s:5:\"width\";s:3:\"100\";s:6:\"height\";s:2:\"39\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}");
INSERT INTO wp_postmeta VALUES("347","68","_yoast_wpseo_focuskw","");
INSERT INTO wp_postmeta VALUES("348","68","_yoast_wpseo_title","");
INSERT INTO wp_postmeta VALUES("349","68","_yoast_wpseo_metadesc","");
INSERT INTO wp_postmeta VALUES("350","68","_yoast_wpseo_meta-robots-noindex","0");
INSERT INTO wp_postmeta VALUES("351","68","_yoast_wpseo_meta-robots-nofollow","0");
INSERT INTO wp_postmeta VALUES("352","68","_yoast_wpseo_meta-robots-adv","none");
INSERT INTO wp_postmeta VALUES("353","68","_yoast_wpseo_sitemap-include","-");
INSERT INTO wp_postmeta VALUES("354","68","_yoast_wpseo_sitemap-prio","-");
INSERT INTO wp_postmeta VALUES("355","68","_yoast_wpseo_canonical","");
INSERT INTO wp_postmeta VALUES("356","68","_yoast_wpseo_redirect","");
INSERT INTO wp_postmeta VALUES("357","68","_yoast_wpseo_opengraph-description","");
INSERT INTO wp_postmeta VALUES("358","68","_yoast_wpseo_google-plus-description","");
INSERT INTO wp_postmeta VALUES("359","63","_yoast_wpseo_focuskw","");
INSERT INTO wp_postmeta VALUES("360","63","_yoast_wpseo_title","");
INSERT INTO wp_postmeta VALUES("361","63","_yoast_wpseo_metadesc","");
INSERT INTO wp_postmeta VALUES("362","63","_yoast_wpseo_meta-robots-noindex","0");
INSERT INTO wp_postmeta VALUES("363","63","_yoast_wpseo_meta-robots-nofollow","0");
INSERT INTO wp_postmeta VALUES("364","63","_yoast_wpseo_meta-robots-adv","none");
INSERT INTO wp_postmeta VALUES("365","63","_yoast_wpseo_sitemap-include","-");
INSERT INTO wp_postmeta VALUES("366","63","_yoast_wpseo_sitemap-prio","-");
INSERT INTO wp_postmeta VALUES("367","63","_yoast_wpseo_canonical","");
INSERT INTO wp_postmeta VALUES("368","63","_yoast_wpseo_redirect","");
INSERT INTO wp_postmeta VALUES("369","63","_yoast_wpseo_opengraph-description","");
INSERT INTO wp_postmeta VALUES("370","63","_yoast_wpseo_google-plus-description","");
INSERT INTO wp_postmeta VALUES("371","124","_yoast_wpseo_linkdex","0");
INSERT INTO wp_postmeta VALUES("372","124","_edit_last","1");
INSERT INTO wp_postmeta VALUES("373","124","_edit_lock","1350494280:1");
INSERT INTO wp_postmeta VALUES("374","124","page_sidebar","0");
INSERT INTO wp_postmeta VALUES("375","124","hide_page_title","on");
INSERT INTO wp_postmeta VALUES("376","124","page_section_order","page_section,breadcrumbs");
INSERT INTO wp_postmeta VALUES("377","124","page_slide_one_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("378","124","page_slide_one_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("379","124","page_slide_two_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("380","124","page_slide_two_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("381","124","page_slide_three_image","http://adamkubizna.com/wordpress/wp-content/themes/iribbon/images/responseslider.jpg");
INSERT INTO wp_postmeta VALUES("382","124","page_slide_three_url","http://cyberchimps.com");
INSERT INTO wp_postmeta VALUES("383","124","extra_callout_options","off");
INSERT INTO wp_postmeta VALUES("384","124","custom_callout_text_color","#");
INSERT INTO wp_postmeta VALUES("385","124","_yoast_wpseo_focuskw","");
INSERT INTO wp_postmeta VALUES("386","124","_yoast_wpseo_title","");
INSERT INTO wp_postmeta VALUES("387","124","_yoast_wpseo_metadesc","");
INSERT INTO wp_postmeta VALUES("388","124","_yoast_wpseo_meta-robots-noindex","0");
INSERT INTO wp_postmeta VALUES("389","124","_yoast_wpseo_meta-robots-nofollow","0");
INSERT INTO wp_postmeta VALUES("390","124","_yoast_wpseo_meta-robots-adv","none");
INSERT INTO wp_postmeta VALUES("391","124","_yoast_wpseo_sitemap-include","-");
INSERT INTO wp_postmeta VALUES("392","124","_yoast_wpseo_sitemap-prio","-");
INSERT INTO wp_postmeta VALUES("393","124","_yoast_wpseo_canonical","");
INSERT INTO wp_postmeta VALUES("394","124","_yoast_wpseo_redirect","");
INSERT INTO wp_postmeta VALUES("395","124","_yoast_wpseo_opengraph-description","");
INSERT INTO wp_postmeta VALUES("396","124","_yoast_wpseo_google-plus-description","");
INSERT INTO wp_postmeta VALUES("397","127","_wp_attached_file","2012/10/UN-Report.pdf");
INSERT INTO wp_postmeta VALUES("398","127","_wp_attachment_metadata","a:0:{}");
INSERT INTO wp_postmeta VALUES("399","138","_yoast_wpseo_linkdex","0");
INSERT INTO wp_postmeta VALUES("400","140","_yoast_wpseo_linkdex","0");
INSERT INTO wp_postmeta VALUES("401","152","_wp_attached_file","2012/11/J-Infect-Dis.-2011-Kobinger-infdis_jir077.pdf");
INSERT INTO wp_postmeta VALUES("402","152","_wp_attachment_metadata","a:0:{}");



DROP TABLE wp_posts;

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=InnoDB AUTO_INCREMENT=155 DEFAULT CHARSET=utf8;

INSERT INTO wp_posts VALUES("13","1","2012-09-22 02:57:11","2012-09-22 02:57:11","","rainbow1","","inherit","open","open","","rainbow1","","","2012-09-22 02:57:11","2012-09-22 02:57:11","","0","http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/rainbow1.jpg","0","attachment","image/jpeg","0");
INSERT INTO wp_posts VALUES("19","1","2012-09-21 22:44:24","2012-09-22 03:44:24","","385406_10150975943612727_1356835336_n","","inherit","open","open","","385406_10150975943612727_1356835336_n","","","2012-09-21 22:44:24","2012-09-22 03:44:24","","0","http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/385406_10150975943612727_1356835336_n.jpg","0","attachment","image/jpeg","0");
INSERT INTO wp_posts VALUES("23","1","2012-09-21 23:58:22","2012-09-22 03:58:22","","adamlogo","","inherit","open","open","","adamlogo","","","2012-09-21 23:58:22","2012-09-22 03:58:22","","0","http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/adamlogo.jpg","0","attachment","image/jpeg","0");
INSERT INTO wp_posts VALUES("36","1","2012-09-22 20:35:30","2012-09-23 00:35:30","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m\">View Larger Map</a></small>\n\nThis map is synced with Adam\'s Foursquare Account, it updates every time Adam checks in at an establishment (click the zoom out button to see the most recent places Adam has checked into).\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"https://foursquare.com/kubiznach\">Adam\'s Foursquare </a>\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>","Where Has Adam Been?","","publish","open","open","","where-has-adam-been","","","2012-10-17 15:03:07","2012-10-17 19:03:07","","0","http://adamkubizna.com/wordpress/?page_id=36","0","page","","0");
INSERT INTO wp_posts VALUES("37","1","2012-09-22 20:32:57","2012-09-23 00:32:57","This is a Google Map that is synced with Adam\'s Foursquare Feed, it updates regularly whenever Adam checks in somewhere","Where has Adam Been?","","inherit","open","open","","36-revision","","","2012-09-22 20:32:57","2012-09-23 00:32:57","","36","http://adamkubizna.com/wordpress/?p=37","0","revision","","0");
INSERT INTO wp_posts VALUES("38","1","2012-09-22 20:33:57","2012-09-23 00:33:57","This is a Google Map that is synced with Adam\'s Foursquare Feed, it updates regularly whenever Adam checks in somewhere.\n\n<iframe width=\"640\" height=\"480\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.503884,0.878906&amp;z=10&amp;output=embed\"></iframe><br /><small><a href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.503884,0.878906&amp;z=10\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>","Where has Adam Been?","","inherit","open","open","","36-revision-2","","","2012-09-22 20:33:57","2012-09-23 00:33:57","","36","http://adamkubizna.com/wordpress/?p=38","0","revision","","0");
INSERT INTO wp_posts VALUES("39","1","2012-09-22 20:34:09","2012-09-23 00:34:09","\n\n<iframe width=\"640\" height=\"480\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.503884,0.878906&amp;z=10&amp;output=embed\"></iframe><br /><small><a href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.503884,0.878906&amp;z=10\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>","Where has Adam Been?","","inherit","open","open","","36-revision-3","","","2012-09-22 20:34:09","2012-09-23 00:34:09","","36","http://adamkubizna.com/wordpress/?p=39","0","revision","","0");
INSERT INTO wp_posts VALUES("40","1","2012-09-22 20:34:13","2012-09-23 00:34:13","\n\n<iframe width=\"640\" height=\"480\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.503884,0.878906&amp;z=10&amp;output=embed\"></iframe><br /><small><a href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.503884,0.878906&amp;z=10\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>","Where has Adam Been?","","inherit","open","open","","36-revision-4","","","2012-09-22 20:34:13","2012-09-23 00:34:13","","36","http://adamkubizna.com/wordpress/?p=40","0","revision","","0");
INSERT INTO wp_posts VALUES("41","1","2012-09-22 20:34:42","2012-09-23 00:34:42","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.503884,0.878906&amp;z=10&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"640\" height=\"480\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.503884,0.878906&amp;z=10\">View Larger Map</a></small>","Where has Adam Been?","","inherit","open","open","","36-revision-5","","","2012-09-22 20:34:42","2012-09-23 00:34:42","","36","http://adamkubizna.com/wordpress/?p=41","0","revision","","0");
INSERT INTO wp_posts VALUES("42","1","2012-09-22 20:35:21","2012-09-23 00:35:21","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10\">View Larger Map</a></small>","Where has Adam Been?","","inherit","open","open","","36-revision-6","","","2012-09-22 20:35:21","2012-09-23 00:35:21","","36","http://adamkubizna.com/wordpress/?p=42","0","revision","","0");
INSERT INTO wp_posts VALUES("43","1","2012-09-22 20:35:30","2012-09-23 00:35:30","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10\">View Larger Map</a></small>","Where has Adam Been?","","inherit","open","open","","36-revision-7","","","2012-09-22 20:35:30","2012-09-23 00:35:30","","36","http://adamkubizna.com/wordpress/?p=43","0","revision","","0");
INSERT INTO wp_posts VALUES("44","1","2012-10-10 00:15:42","2012-10-10 04:15:42","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m\">View Larger Map</a></small>\n\nThis map is synced with Adam\'s Foursquare Account, it updates every time Adam checks in at an establishment.\n\nTo follow Adam on Foursquare please click the link below:\n\nAdam\'s Foursquare","Where Has Adam Been?","","inherit","open","open","","36-autosave","","","2012-10-10 00:15:42","2012-10-10 04:15:42","","36","http://adamkubizna.com/wordpress/?p=44","0","revision","","0");
INSERT INTO wp_posts VALUES("45","1","2012-09-22 20:36:24","2012-09-23 00:36:24","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10\">View Larger Map</a></small>\n\n&nbsp;\n\nThis map is synced with Adam\'s FourSquare Account, it updates every time Adam checks in somewhere.","Where has Adam Been?","","inherit","open","open","","36-revision-8","","","2012-09-22 20:36:24","2012-09-23 00:36:24","","36","http://adamkubizna.com/wordpress/?p=45","0","revision","","0");
INSERT INTO wp_posts VALUES("46","1","2012-09-22 20:38:20","2012-09-23 00:38:20","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10\">View Larger Map</a></small>\n\n&nbsp;\n\nThis map is synced with Adam\'s FourSquare Account, it updates every time Adam checks in somewhere.\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"http://https://foursquare.com/kubiznach\" target=\"_blank\">Adam\'s Foursquare</a>","Where has Adam Been?","","inherit","open","open","","36-revision-9","","","2012-09-22 20:38:20","2012-09-23 00:38:20","","36","http://adamkubizna.com/wordpress/?p=46","0","revision","","0");
INSERT INTO wp_posts VALUES("47","1","2012-09-22 20:56:53","2012-09-23 00:56:53","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Senior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was seventeen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/11/J-Infect-Dis.-2011-Kobinger-infdis_jir077.pdf\">this report on \"in the air\" transmission Ebola</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of a non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure to sign up for <a href=\"http://eepurl.com/rcsFz\">Adam\'s Newsletter!</a> It will contain information on current events, useful knowledge, recipes and more!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners. Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","publish","closed","open","","about-adam-2","","","2012-11-21 11:44:04","2012-11-21 15:44:04","","0","http://adamkubizna.com/wordpress/?page_id=47","0","page","","0");
INSERT INTO wp_posts VALUES("48","1","2012-09-22 20:44:04","2012-09-23 00:44:04","","Adam D. Kubizna","","inherit","closed","open","","76021_463457197726_2342275_n","","","2012-09-22 20:44:04","2012-09-23 00:44:04","","47","http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg","0","attachment","image/jpeg","0");
INSERT INTO wp_posts VALUES("49","1","2012-09-22 20:55:15","2012-09-23 00:55:15","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelors of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelors of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", he brought the room to tears as he mentioned how his family excelled him through his Boy Scouting career.","About Adam","","inherit","closed","open","","47-revision","","","2012-09-22 20:55:15","2012-09-23 00:55:15","","47","http://adamkubizna.com/wordpress/?p=49","0","revision","","0");
INSERT INTO wp_posts VALUES("50","1","2012-09-22 20:56:15","2012-09-23 00:56:15","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelors of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelors of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family excelled him through his Boy Scouting career.\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-2","","","2012-09-22 20:56:15","2012-09-23 00:56:15","","47","http://adamkubizna.com/wordpress/?p=50","0","revision","","0");
INSERT INTO wp_posts VALUES("51","1","2012-09-22 20:58:55","2012-09-23 00:58:55","<span style=\"text-decoration: underline;\"><strong>Adam can be contacted for variety of reasons:</strong></span>\n\n- <a title=\"Résumé\" href=\"http://adamkubizna.com/wordpress/?page_id=60\">Internships</a>\n\n- <a title=\"Résumé\" href=\"http://adamkubizna.com/wordpress/?page_id=60\">Employment Opportunities</a>\n\n- Speaking Engagements\n\n- Political Campaigning Opportunities\n\n- Information about VotePA and Friends of Marybeth Kuznik (Campaign PAC)\n\n<strong><span style=\"text-decoration: underline;\">Email Addresses:</span></strong>\nadam@vote4marybeth.com- Friends of Marybeth Kuznik, Campaign PAC\nakubizna@votepa.us- VotePA Treasurer E-Mail\nadam@adamkubizna.com- Website E-mail\n\n<strong><span style=\"text-decoration: underline;\">Phone:</span></strong>\nOffice of the Treasurer- VotePA\n(412) 552-3167\n\nTo set up a phone or video call with Adam please use this form below:\n[vCitaContact]","Contact Adam","","publish","closed","open","","contact-adam","","","2012-10-17 13:08:28","2012-10-17 17:08:28","","0","http://adamkubizna.com/wordpress/?page_id=51","0","page","","0");
INSERT INTO wp_posts VALUES("52","1","2012-09-22 20:58:05","2012-09-23 00:58:05","","Contact Adam","","inherit","closed","open","","51-revision","","","2012-09-22 20:58:05","2012-09-23 00:58:05","","51","http://adamkubizna.com/wordpress/?p=52","0","revision","","0");
INSERT INTO wp_posts VALUES("54","1","2012-11-19 14:28:25","2012-11-19 18:28:25","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Senior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying this report on \"in the air\" transmission Ebola). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of a non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure to sign up for <a href=\"http://eepurl.com/rcsFz\">Adam\'s Newsletter!</a> It will contain information on current events, useful knowledge, recipes and more!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners. Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-autosave","","","2012-11-19 14:28:25","2012-11-19 18:28:25","","47","http://adamkubizna.com/wordpress/?p=54","0","revision","","0");
INSERT INTO wp_posts VALUES("55","1","2012-09-22 20:56:53","2012-09-23 00:56:53","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelors of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelors of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family excelled him through his Boy Scouting career.\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-3","","","2012-09-22 20:56:53","2012-09-23 00:56:53","","47","http://adamkubizna.com/wordpress/?p=55","0","revision","","0");
INSERT INTO wp_posts VALUES("56","1","2012-10-17 13:07:38","2012-10-17 17:07:38","<span style=\"text-decoration: underline;\"><strong>Adam can be contacted for variety of reasons:</strong></span>\n\n- <a title=\"Résumé\" href=\"http://adamkubizna.com/wordpress/?page_id=60\">Internships</a>\n\n- <a title=\"Résumé\" href=\"http://adamkubizna.com/wordpress/?page_id=60\">Employment Opportunities</a>\n\n- Speaking Engagements\n\n- Political Campaigning Opportunities\n\n- Information about VotePA and Friends of Marybeth Kuznik (Campaign PAC)\n\n<strong><span style=\"text-decoration: underline;\">Email Addresses:</span></strong>\nadam@vote4marybeth.com- Friends of Marybeth Kuznik, Campaign PAC\nakubizna@votepa.us- VotePA Treasurer E-Mail\nadam@adamkubizna.com- Website E-mail\n\n<strong><span style=\"text-decoration: underline;\">Phone:</span></strong>\nOffice of the Treasurer- VotePA\n(412) 552-3167\n[vCitaContact]","Contact Adam","","inherit","closed","open","","51-autosave","","","2012-10-17 13:07:38","2012-10-17 17:07:38","","51","http://adamkubizna.com/wordpress/?p=56","0","revision","","0");
INSERT INTO wp_posts VALUES("57","1","2012-09-22 20:58:55","2012-09-23 00:58:55","Adam can be contacted using any of the methods above...","Contact Adam","","inherit","closed","open","","51-revision-2","","","2012-09-22 20:58:55","2012-09-23 00:58:55","","51","http://adamkubizna.com/wordpress/?p=57","0","revision","","0");
INSERT INTO wp_posts VALUES("58","1","2012-09-22 21:25:59","2012-09-23 01:25:59","<span style=\"text-decoration: underline;\"><strong>Adam can be contacted for variety of reasons:</strong></span>\n\n- Employment Opportunities\n\n- Speaking Engagements\n\n- Information about VotePA and Friends of Marybeth Kuznik\n\n<strong><span style=\"text-decoration: underline;\">Email Addresses:</span></strong>\nadam@vote4marybeth.com- Friends of Marybeth Kuznik\nakubizna@votepa.us- VotePA Treasurer E-Mail\nadam@adamkubizna.com- Website E-mail\n\n<strong><span style=\"text-decoration: underline;\">Phone:</span></strong>\nOffice of the Treasurer- VotePA\n(412) 552-3167\n\nMobile:\n724-466-2339\n\n&nbsp;\n\n&nbsp;","Contact Adam","","inherit","closed","open","","51-revision-3","","","2012-09-22 21:25:59","2012-09-23 01:25:59","","51","http://adamkubizna.com/wordpress/?p=58","0","revision","","0");
INSERT INTO wp_posts VALUES("59","1","2012-09-22 21:05:18","2012-09-23 01:05:18","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelors of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelors of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family excelled him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>, Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for  all voting rights and election integrity in Pennsylvania.\n\nAdam is a democrat and currently resides in Uniontown, Pennsylvania.","About Adam","","inherit","closed","open","","47-revision-4","","","2012-09-22 21:05:18","2012-09-23 01:05:18","","47","http://adamkubizna.com/wordpress/?p=59","0","revision","","0");
INSERT INTO wp_posts VALUES("60","1","2012-09-22 21:34:28","2012-09-23 01:34:28","&nbsp;\n\n&nbsp;\n<h1><span style=\"text-decoration: underline;\">Objective:</span></h1>\nTo become well versed in the practice of accounting and the pursuit of justice, obtain a BS/MPA degree(s) and CPA/CFE Certification(s,) and carry that knowledge and experience into the field as a forensic accountant.\n\n&nbsp;\n<h1><span style=\"text-decoration: underline;\">Employment Experience:</span></h1>\nMcDonalds USA, LLC                                                              September, 2008 - Present\n\n-  Crew Person/Trainer; 2008-2010\n\n-  Manager in Training; August 2010 – February 2011\n\n-  Swing Manager; February 2011-February 2012\n\n-  Kitchen Department Manager; February 2012-Present\n\nPast and current responsibilities include maintaining and establishing a positive food cost, training employees on proper food safety and FIFO procedures, and managing a staff of up to twenty employees at a time.\n\n&nbsp;\n<h1><span style=\"text-decoration: underline;\">Volunteer Experience:</span></h1>\nTreasurer of a political action committee and a 2012 primary campaign for Pennsylvania House of Representatives.\n\nTreasurer of a statewide nonprofit organization, VotePA.\n\n&nbsp;\n<h1><span style=\"text-decoration: underline;\">Education:</span></h1>\n<h2>California University of Pennsylvania                                      August, 2010 - Present</h2>\nPursuing a dual degree in Business Administration (concentration in Accounting) and Justice Studies (concentration in Forensic Science.)\n\nCurrent GPA: 3.25\n\nExpected Graduation: Fall 2014\n\n&nbsp;\n<h1><span style=\"text-decoration: underline;\">Skills/Certification/Awards:</span></h1>\n- Effective at managing a multimillion-dollar store.\n\n-  ServSafe Food Safety Certification (Expires 2015)\n\n-  Eagle Scout, Class of 2008, Boy Scouts of America\n\nVigil Honor Member, National Honors Society of Scouting (Order of the Arrow)\n\n&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\"><img class=\"size-full wp-image-61 aligncenter\" title=\"Adam at Work\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\" alt=\"\" width=\"263\" height=\"263\" /></a>","Résumé","","publish","closed","open","","resume","","","2012-09-24 15:12:15","2012-09-24 19:12:15","","0","http://adamkubizna.com/wordpress/?page_id=60","0","page","","0");
INSERT INTO wp_posts VALUES("61","1","2012-09-22 21:29:41","2012-09-23 01:29:41","","Adam at Work","","inherit","closed","open","","076e31b","","","2012-09-22 21:29:41","2012-09-23 01:29:41","","60","http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg","0","attachment","image/jpeg","0");
INSERT INTO wp_posts VALUES("62","1","2012-09-22 21:33:47","2012-09-23 01:33:47","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\"><img class=\"alignright size-full wp-image-61\" title=\"Adam at Work\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\" alt=\"\" width=\"263\" height=\"263\" /></a>","Résumé","","inherit","closed","open","","60-revision","","","2012-09-22 21:33:47","2012-09-23 01:33:47","","60","http://adamkubizna.com/wordpress/?p=62","0","revision","","0");
INSERT INTO wp_posts VALUES("63","1","2012-09-22 21:43:45","2012-09-23 01:43:45","<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>Adam has been featured in many articles and has voiced his opinion in a variety of situations using the media, some of them are below:</strong></span></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Adam\'s Letter to the Editor, October,10 2011</a></p>\n<p style=\"text-align: center;\"><a href=\"http://triblive.com/x/pittsburghtrib/news/regional/fayette/s_570009.html#axzz27Fl0437S\">Article on Adam\'s Eagle Scout Project</a></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/say-no-to-alcohol/article_c66922c0-54e8-544a-b130-ff207e2bd8a1.html\">Adam\'s Letter to the Editor, October, 2011</a></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/education/news/local-students-named-to-cal-u-dean-s-list/article_1423790e-5ee8-5590-b9c4-239a8849db3a.html\">Adam on the Dean\'s List, Spring 2012</a></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/education/news/cal-u-students-named-to-dean-s-list-for-fall/article_f5922908-eb4c-5b8a-ad5d-3b7b3a2eddce.html\">Adam on the Dean\'s List, Fall 2011</a></p>\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>","Adam in the Press","","publish","closed","open","","adam-in-the-press","","","2012-10-17 15:02:41","2012-10-17 19:02:41","","0","http://adamkubizna.com/wordpress/?page_id=63","0","page","","0");
INSERT INTO wp_posts VALUES("64","1","2012-09-22 21:43:41","2012-09-23 01:43:41","<a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/say-no-to-alcohol/article_c66922c0-54e8-544a-b130-ff207e2bd8a1.html\">Adam\'s Letter to the Editor, October, 2011</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/local-students-named-to-cal-u-dean-s-list/article_1423790e-5ee8-5590-b9c4-239a8849db3a.html\">Adam on the Dean\'s List, Spring 2012</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/cal-u-students-named-to-dean-s-list-for-fall/article_f5922908-eb4c-5b8a-ad5d-3b7b3a2eddce.html\">Adam on the Dean\'s List, Fall 2011</a>","Adam in the Press","","inherit","closed","open","","63-revision","","","2012-09-22 21:43:41","2012-09-23 01:43:41","","63","http://adamkubizna.com/wordpress/?p=64","0","revision","","0");
INSERT INTO wp_posts VALUES("65","1","2012-09-22 21:43:45","2012-09-23 01:43:45","<a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/say-no-to-alcohol/article_c66922c0-54e8-544a-b130-ff207e2bd8a1.html\">Adam\'s Letter to the Editor, October, 2011</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/local-students-named-to-cal-u-dean-s-list/article_1423790e-5ee8-5590-b9c4-239a8849db3a.html\">Adam on the Dean\'s List, Spring 2012</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/cal-u-students-named-to-dean-s-list-for-fall/article_f5922908-eb4c-5b8a-ad5d-3b7b3a2eddce.html\">Adam on the Dean\'s List, Fall 2011</a>","Adam in the Press","","inherit","closed","open","","63-revision-2","","","2012-09-22 21:43:45","2012-09-23 01:43:45","","63","http://adamkubizna.com/wordpress/?p=65","0","revision","","0");
INSERT INTO wp_posts VALUES("66","1","2012-09-22 21:44:35","2012-09-23 01:44:35","<a href=\"http://triblive.com/x/pittsburghtrib/news/regional/fayette/s_570009.html#axzz27Fl0437S\">Article on Adam\'s Eagle Scout Project</a>\n\n<a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/say-no-to-alcohol/article_c66922c0-54e8-544a-b130-ff207e2bd8a1.html\">Adam\'s Letter to the Editor, October, 2011</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/local-students-named-to-cal-u-dean-s-list/article_1423790e-5ee8-5590-b9c4-239a8849db3a.html\">Adam on the Dean\'s List, Spring 2012</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/cal-u-students-named-to-dean-s-list-for-fall/article_f5922908-eb4c-5b8a-ad5d-3b7b3a2eddce.html\">Adam on the Dean\'s List, Fall 2011</a>","Adam in the Press","","inherit","closed","open","","63-revision-3","","","2012-09-22 21:44:35","2012-09-23 01:44:35","","63","http://adamkubizna.com/wordpress/?p=66","0","revision","","0");
INSERT INTO wp_posts VALUES("68","1","2012-09-22 22:05:09","2012-09-23 02:05:09","<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>For fun, I have created a list of things I would like to accomplish throughout my life.</strong></span></p>\n- Travel to every continent.\n\n- Take a Viking River Cruise\n\n- Become an Elected Official\n\n- Become a member of Pennsylvania Democratic State Committee\n\n- Pass the CPA Exam\n\n- Work for the same company (for 18 years)\n\n- Skydive\n\n- Graduate college with &gt; 3.25 GPA\n\n- Write a book\n\n- Write someone\'s biography\n\n- Meet 3 living current/former presidents\n\n- Visit the United Nations HQ in New York\n\n- Meet the Secretary General of the UN\n\n- Meet Queen Elizabeth\n\n- Visit Bhutan\n\n- Become a US Ambassador\n\n- Tour the White House\n\n<del>- Tour the Library of Congress</del>\n\n<del>- Tour the Capitol</del>\n\n&nbsp;\n\n*More to come!","My Dreams","","publish","closed","open","","adams-impossible-list","","","2012-10-23 16:41:11","2012-10-23 20:41:11","","0","http://adamkubizna.com/wordpress/?page_id=68","0","page","","0");
INSERT INTO wp_posts VALUES("69","1","2012-09-22 22:05:07","2012-09-23 02:05:07","<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>For fun, I have created a list of things I would like to accomplish throughout my life.</strong></span></p>\n- Travel to every continent.\n\n- Take a Viking River Cruise\n\n- Become an Elected Official\n\n- Become a member of Pennsylvania Democratic State Committee\n\n- Pass the CPA Exam\n\n-Work for a reputable accounting firm\n\n- Skydive\n\n- Graduate college with &lt; 3.25 GPA\n\n- Write a book\n\n- Write someones biography\n\n- Meet 3 living current/former presidents\n\n- Visit the United Nations HQ in New York\n\n-Meet the Secretary General of the UN\n\n- Meet Queen Elizabeth","Adam\'s Impossible List","","inherit","closed","open","","68-revision","","","2012-09-22 22:05:07","2012-09-23 02:05:07","","68","http://adamkubizna.com/wordpress/?p=69","0","revision","","0");
INSERT INTO wp_posts VALUES("70","1","2012-09-22 22:19:22","2012-09-23 02:19:22","<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>For fun, I have created a list of things I would like to accomplish throughout my life.</strong></span></p>\n- Travel to every continent.\n\n- Take a Viking River Cruise\n\n- Become an Elected Official\n\n- Become a member of Pennsylvania Democratic State Committee\n\n- Pass the CPA Exam\n\n- Work for a reputable accounting firm\n\n- Skydive\n\n- Graduate college with &gt; 3.25 GPA\n\n- Write a book\n\n- Write someone\'s biography\n\n- Meet 3 living current/former presidents\n\n- Visit the United Nations HQ in New York\n\n- Meet the Secretary General of the UN\n\n- Meet Queen Elizabeth\n\n- Visit Bhutan\n\n- Become a US Ambassador\n\n- Tour the White House\n\n- Tour the Capitol","My Dream\'s","","inherit","closed","open","","68-autosave","","","2012-09-22 22:19:22","2012-09-23 02:19:22","","68","http://adamkubizna.com/wordpress/?p=70","0","revision","","0");
INSERT INTO wp_posts VALUES("71","1","2012-09-22 22:05:09","2012-09-23 02:05:09","<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>For fun, I have created a list of things I would like to accomplish throughout my life.</strong></span></p>\n- Travel to every continent.\n\n- Take a Viking River Cruise\n\n- Become an Elected Official\n\n- Become a member of Pennsylvania Democratic State Committee\n\n- Pass the CPA Exam\n\n-Work for a reputable accounting firm\n\n- Skydive\n\n- Graduate college with &lt; 3.25 GPA\n\n- Write a book\n\n- Write someones biography\n\n- Meet 3 living current/former presidents\n\n- Visit the United Nations HQ in New York\n\n-Meet the Secretary General of the UN\n\n- Meet Queen Elizabeth","Adam\'s Impossible List","","inherit","closed","open","","68-revision-2","","","2012-09-22 22:05:09","2012-09-23 02:05:09","","68","http://adamkubizna.com/wordpress/?p=71","0","revision","","0");
INSERT INTO wp_posts VALUES("75","1","2012-09-22 20:40:21","2012-09-23 00:40:21","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10\">View Larger Map</a></small>\n\n&nbsp;\n\nThis map is synced with Adam\'s FourSquare Account, it updates every time Adam checks in somewhere.\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"foursquare.com/kubiznach\">Adam\'s Foursquare</a>","Where has Adam Been?","","inherit","closed","open","","36-revision-10","","","2012-09-22 20:40:21","2012-09-23 00:40:21","","36","http://adamkubizna.com/wordpress/?p=75","0","revision","","0");
INSERT INTO wp_posts VALUES("83","1","2012-09-22 22:07:54","2012-09-23 02:07:54","<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>For fun, I have created a list of things I would like to accomplish throughout my life.</strong></span></p>\n- Travel to every continent.\n\n- Take a Viking River Cruise\n\n- Become an Elected Official\n\n- Become a member of Pennsylvania Democratic State Committee\n\n- Pass the CPA Exam\n\n- Work for a reputable accounting firm\n\n- Skydive\n\n- Graduate college with &gt; 3.25 GPA\n\n- Write a book\n\n- Write someone\'s biography\n\n- Meet 3 living current/former presidents\n\n- Visit the United Nations HQ in New York\n\n- Meet the Secretary General of the UN\n\n- Meet Queen Elizabeth\n\n- Visit Bhutan\n\n- Become a US Ambassador\n\n- Tour the White House\n\n- Tour the Capitol","Adam\'s Impossible List","","inherit","closed","open","","68-revision-3","","","2012-09-22 22:07:54","2012-09-23 02:07:54","","68","http://adamkubizna.com/wordpress/?p=83","0","revision","","0");
INSERT INTO wp_posts VALUES("84","1","2012-09-22 22:18:18","2012-09-23 02:18:18","<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>For fun, I have created a list of things I would like to accomplish throughout my life.</strong></span></p>\n- Travel to every continent.\n\n- Take a Viking River Cruise\n\n- Become an Elected Official\n\n- Become a member of Pennsylvania Democratic State Committee\n\n- Pass the CPA Exam\n\n- Work for a reputable accounting firm\n\n- Skydive\n\n- Graduate college with &gt; 3.25 GPA\n\n- Write a book\n\n- Write someone\'s biography\n\n- Meet 3 living current/former presidents\n\n- Visit the United Nations HQ in New York\n\n- Meet the Secretary General of the UN\n\n- Meet Queen Elizabeth\n\n- Visit Bhutan\n\n- Become a US Ambassador\n\n- Tour the White House\n\n- Tour the Capitol","My Dream\'s","","inherit","closed","open","","68-revision-4","","","2012-09-22 22:18:18","2012-09-23 02:18:18","","68","http://adamkubizna.com/wordpress/?p=84","0","revision","","0");
INSERT INTO wp_posts VALUES("85","1","2012-09-22 21:28:34","2012-09-23 01:28:34","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family excelled him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>, Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for  all voting rights and election integrity in Pennsylvania.\n\nAdam is a democrat and currently resides in Uniontown, Pennsylvania.","About Adam","","inherit","closed","open","","47-revision-5","","","2012-09-22 21:28:34","2012-09-23 01:28:34","","47","http://adamkubizna.com/wordpress/?p=85","0","revision","","0");
INSERT INTO wp_posts VALUES("86","1","2012-09-22 22:24:23","2012-09-23 02:24:23","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family excelled him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>;Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is a democrat and currently resides in Uniontown, Pennsylvania.","About Adam","","inherit","closed","open","","47-revision-6","","","2012-09-22 22:24:23","2012-09-23 02:24:23","","47","http://adamkubizna.com/wordpress/?p=86","0","revision","","0");
INSERT INTO wp_posts VALUES("87","1","2012-09-22 22:25:24","2012-09-23 02:25:24","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family supported him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>;Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is a democrat and currently resides in Uniontown, Pennsylvania.","About Adam","","inherit","closed","open","","47-revision-7","","","2012-09-22 22:25:24","2012-09-23 02:25:24","","47","http://adamkubizna.com/wordpress/?p=87","0","revision","","0");
INSERT INTO wp_posts VALUES("88","1","2012-09-22 22:26:21","2012-09-23 02:26:21","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family encouraged him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>;Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is a democrat and currently resides in Uniontown, Pennsylvania.","About Adam","","inherit","closed","open","","47-revision-8","","","2012-09-22 22:26:21","2012-09-23 02:26:21","","47","http://adamkubizna.com/wordpress/?p=88","0","revision","","0");
INSERT INTO wp_posts VALUES("89","1","2012-09-22 22:27:00","2012-09-23 02:27:00","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family encouraged him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is a democrat and currently resides in Uniontown, Pennsylvania.","About Adam","","inherit","closed","open","","47-revision-9","","","2012-09-22 22:27:00","2012-09-23 02:27:00","","47","http://adamkubizna.com/wordpress/?p=89","0","revision","","0");
INSERT INTO wp_posts VALUES("90","1","2012-09-22 22:12:19","2012-09-23 02:12:19","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10\">View Larger Map</a></small>\n\n&nbsp;\n\nThis map is synced with Adam\'s FourSquare Account, it updates every time Adam checks in somewhere.\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"foursquare.com/kubiznach\">Adam\'s Foursquare</a>","Where has I Been?","","inherit","closed","open","","36-revision-11","","","2012-09-22 22:12:19","2012-09-23 02:12:19","","36","http://adamkubizna.com/wordpress/?p=90","0","revision","","0");
INSERT INTO wp_posts VALUES("91","1","2012-09-22 21:34:28","2012-09-23 01:34:28","&nbsp;\n\n&nbsp;\n<h1>Objective</h1>\n&nbsp;\n\nTo become well versed in the practice of accounting and the pursuit of justice, obtain a BS/MPA degree(s) and CPA/CFE Certification(s,) and carry that knowledge and experience into the field as a forensic accountant.\n\n&nbsp;\n<h1>Employment Experience</h1>\n&nbsp;\n<h2>McDonalds USA, LLC                                                              September, 2008 - Present</h2>\n&nbsp;\n\nn  Crew Person/Trainer; 2008-2010\n\n&nbsp;\n\nn  Manager in Training; August 2010 – February 2011\n\n&nbsp;\n\nn  Swing Manager; February 2011-February 2012\n\n&nbsp;\n\nn  Kitchen Department Manager; February 2012-Present\n\n&nbsp;\n\nPast and current responsibilities include maintaining and establishing a positive food cost, training employees on proper food safety and FIFO procedures, and managing a staff of up to twenty employees at a time.\n\n&nbsp;\n<h1>Volunteer Experience</h1>\n&nbsp;\n\nTreasurer of a political action committee and a 2012 primary campaign for Pennsylvania House of Representatives.\n\n&nbsp;\n\nTreasurer of a statewide nonprofit organization, VotePA.\n\n&nbsp;\n<h1>Education</h1>\n&nbsp;\n<h2>California University of Pennsylvania                                      August, 2010 - Present</h2>\n&nbsp;\n\nPursuing a dual degree in Business Administration (concentration in Accounting) and Justice Studies (concentration in Forensic Science.)\n\n&nbsp;\n\nCurrent GPA: 3.25\n\n&nbsp;\n\nExpected Graduation: Fall 2014\n\n&nbsp;\n<h1>Skills/Certification/Awards</h1>\n&nbsp;\n\nn  Effective at managing a multimillion-dollar store.\n\n&nbsp;\n\nn  ServSafe Food Safety Certification (Expires 2015)\n\n&nbsp;\n\nn  Eagle Scout, Class of 2008, Boy Scouts of America\n\nVigil Honor Member, National Honors Society of Scouting (Order of the Arrow)\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\"><img class=\"size-full wp-image-61 aligncenter\" title=\"Adam at Work\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\" alt=\"\" width=\"263\" height=\"263\" /></a>","Résumé","","inherit","closed","open","","60-revision-2","","","2012-09-22 21:34:28","2012-09-23 01:34:28","","60","http://adamkubizna.com/wordpress/?p=91","0","revision","","0");
INSERT INTO wp_posts VALUES("92","1","2012-09-22 22:41:35","2012-09-23 02:41:35","&nbsp;\n\n&nbsp;\n<h1>Objective</h1>\n&nbsp;\n\nTo become well versed in the practice of accounting and the pursuit of justice, obtain a BS/MPA degree(s) and CPA/CFE Certification(s,) and carry that knowledge and experience into the field as a forensic accountant.\n\n&nbsp;\n<h1>Employment Experience</h1>\n&nbsp;\n<h2>McDonalds USA, LLC                                                              September, 2008 - Present</h2>\n&nbsp;\n\n-  Crew Person/Trainer; 2008-2010\n\n&nbsp;\n\n-  Manager in Training; August 2010 – February 2011\n\n&nbsp;\n\n-  Swing Manager; February 2011-February 2012\n\n&nbsp;\n\n-  Kitchen Department Manager; February 2012-Present\n\n&nbsp;\n\nPast and current responsibilities include maintaining and establishing a positive food cost, training employees on proper food safety and FIFO procedures, and managing a staff of up to twenty employees at a time.\n\n&nbsp;\n<h1>Volunteer Experience</h1>\n&nbsp;\n\nTreasurer of a political action committee and a 2012 primary campaign for Pennsylvania House of Representatives.\n\n&nbsp;\n\nTreasurer of a statewide nonprofit organization, VotePA.\n\n&nbsp;\n<h1>Education</h1>\n&nbsp;\n<h2>California University of Pennsylvania                                      August, 2010 - Present</h2>\n&nbsp;\n\nPursuing a dual degree in Business Administration (concentration in Accounting) and Justice Studies (concentration in Forensic Science.)\n\n&nbsp;\n\nCurrent GPA: 3.25\n\n&nbsp;\n\nExpected Graduation: Fall 2014\n\n&nbsp;\n<h1>Skills/Certification/Awards</h1>\n&nbsp;\n\nn  Effective at managing a multimillion-dollar store.\n\n&nbsp;\n\nn  ServSafe Food Safety Certification (Expires 2015)\n\n&nbsp;\n\nn  Eagle Scout, Class of 2008, Boy Scouts of America\n\nVigil Honor Member, National Honors Society of Scouting (Order of the Arrow)\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\"><img class=\"size-full wp-image-61 aligncenter\" title=\"Adam at Work\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\" alt=\"\" width=\"263\" height=\"263\" /></a>","Résumé","","inherit","closed","open","","60-revision-3","","","2012-09-22 22:41:35","2012-09-23 02:41:35","","60","http://adamkubizna.com/wordpress/?p=92","0","revision","","0");
INSERT INTO wp_posts VALUES("93","1","2012-09-22 22:28:41","2012-09-23 02:28:41","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family encouraged him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is a democrat and currently resides in Uniontown, Pennsylvania.","About Adam","","inherit","closed","open","","47-revision-10","","","2012-09-22 22:28:41","2012-09-23 02:28:41","","47","http://adamkubizna.com/wordpress/?p=93","0","revision","","0");
INSERT INTO wp_posts VALUES("94","1","2012-09-24 15:06:43","2012-09-24 19:06:43","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family encouraged him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout and Vigil Honor Brother of the Order of the Arrow.\n\nHe is a democrat and is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9)\n\nHe currently resides in Uniontown, Pennsylvania.\n\n&nbsp;\n\n&nbsp;\n\n<a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">Click here for information on contacting Adam!</a>","About Adam","","inherit","closed","open","","47-revision-11","","","2012-09-24 15:06:43","2012-09-24 19:06:43","","47","http://adamkubizna.com/wordpress/?p=94","0","revision","","0");
INSERT INTO wp_posts VALUES("95","1","2012-09-22 21:26:58","2012-09-23 01:26:58","<span style=\"text-decoration: underline;\"><strong>Adam can be contacted for variety of reasons:</strong></span>\n\n- Employment Opportunities\n\n- Speaking Engagements\n\n- Information about VotePA and Friends of Marybeth Kuznik\n\n<strong><span style=\"text-decoration: underline;\">Email Addresses:</span></strong>\nadam@vote4marybeth.com- Friends of Marybeth Kuznik, Campaign PAC\nakubizna@votepa.us- VotePA Treasurer E-Mail\nadam@adamkubizna.com- Website E-mail\n\n<strong><span style=\"text-decoration: underline;\">Phone:</span></strong>\nOffice of the Treasurer- VotePA\n(412) 552-3167\n\nMobile:\n(724) 466-2339\n\n&nbsp;\n\n&nbsp;","Contact Adam","","inherit","closed","open","","51-revision-4","","","2012-09-22 21:26:58","2012-09-23 01:26:58","","51","http://adamkubizna.com/wordpress/?p=95","0","revision","","0");
INSERT INTO wp_posts VALUES("96","1","2012-09-22 22:37:24","2012-09-23 02:37:24","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10\">View Larger Map</a></small>\n\n&nbsp;\n\nThis map is synced with Adam\'s FourSquare Account, it updates every time Adam checks in somewhere.\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"foursquare.com/kubiznach\">Adam\'s Foursquare</a>","Where Have I Been?","","inherit","closed","open","","36-revision-12","","","2012-09-22 22:37:24","2012-09-23 02:37:24","","36","http://adamkubizna.com/wordpress/?p=96","0","revision","","0");
INSERT INTO wp_posts VALUES("97","1","2012-09-24 15:11:48","2012-09-24 19:11:48","&nbsp;\n\n&nbsp;\n<h1><span style=\"text-decoration: underline;\">Objective:</span></h1>\nTo become well versed in the practice of accounting and the pursuit of justice, obtain a BS/MPA degree(s) and CPA/CFE Certification(s,) and carry that knowledge and experience into the field as a forensic accountant.\n\n&nbsp;\n<h1><span style=\"text-decoration: underline;\">Employment Experience:</span></h1>\nMcDonalds USA, LLC                                                              September, 2008 - Present\n\n-  Crew Person/Trainer; 2008-2010\n\n-  Manager in Training; August 2010 – February 2011\n\n-  Swing Manager; February 2011-February 2012\n\n-  Kitchen Department Manager; February 2012-Present\n\nPast and current responsibilities include maintaining and establishing a positive food cost, training employees on proper food safety and FIFO procedures, and managing a staff of up to twenty employees at a time.\n\n&nbsp;\n<h1><span style=\"text-decoration: underline;\">Volunteer Experience:</span></h1>\nTreasurer of a political action committee and a 2012 primary campaign for Pennsylvania House of Representatives.\n\nTreasurer of a statewide nonprofit organization, VotePA.\n\n&nbsp;\n<h1><span style=\"text-decoration: underline;\">Education:</span></h1>\n<h2>California University of Pennsylvania                                      August, 2010 - Present</h2>\nPursuing a dual degree in Business Administration (concentration in Accounting) and Justice Studies (concentration in Forensic Science.)\n\nCurrent GPA: 3.25\n\nExpected Graduation: Fall 2014\n\n&nbsp;\n<h1>Skills/Certification/Awards</h1>\n&nbsp;\n\n- Effective at managing a multimillion-dollar store.\n\n&nbsp;\n\n-  ServSafe Food Safety Certification (Expires 2015)\n\n&nbsp;\n\n-  Eagle Scout, Class of 2008, Boy Scouts of America\n\nVigil Honor Member, National Honors Society of Scouting (Order of the Arrow)\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\"><img class=\"size-full wp-image-61 aligncenter\" title=\"Adam at Work\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\" alt=\"\" width=\"263\" height=\"263\" /></a>","Résumé","","inherit","closed","open","","60-autosave","","","2012-09-24 15:11:48","2012-09-24 19:11:48","","60","http://adamkubizna.com/wordpress/?p=97","0","revision","","0");
INSERT INTO wp_posts VALUES("98","1","2012-09-23 15:05:24","2012-09-23 19:05:24","&nbsp;\n\n&nbsp;\n<h1>Objective</h1>\n&nbsp;\n\nTo become well versed in the practice of accounting and the pursuit of justice, obtain a BS/MPA degree(s) and CPA/CFE Certification(s,) and carry that knowledge and experience into the field as a forensic accountant.\n\n&nbsp;\n<h1><span style=\"text-decoration: underline;\">Employment Experience:</span></h1>\nMcDonalds USA, LLC                                                              September, 2008 - Present\n\n&nbsp;\n\n-  Crew Person/Trainer; 2008-2010\n\n&nbsp;\n\n-  Manager in Training; August 2010 – February 2011\n\n&nbsp;\n\n-  Swing Manager; February 2011-February 2012\n\n&nbsp;\n\n-  Kitchen Department Manager; February 2012-Present\n\n&nbsp;\n\nPast and current responsibilities include maintaining and establishing a positive food cost, training employees on proper food safety and FIFO procedures, and managing a staff of up to twenty employees at a time.\n\n&nbsp;\n<h1>Volunteer Experience</h1>\nTreasurer of a political action committee and a 2012 primary campaign for Pennsylvania House of Representatives.\n\n&nbsp;\n\nTreasurer of a statewide nonprofit organization, VotePA.\n\n&nbsp;\n<h1>Education</h1>\n<h2>California University of Pennsylvania                                      August, 2010 - Present</h2>\n&nbsp;\n\nPursuing a dual degree in Business Administration (concentration in Accounting) and Justice Studies (concentration in Forensic Science.)\n\n&nbsp;\n\nCurrent GPA: 3.25\n\n&nbsp;\n\nExpected Graduation: Fall 2014\n\n&nbsp;\n<h1>Skills/Certification/Awards</h1>\n&nbsp;\n\n- Effective at managing a multimillion-dollar store.\n\n&nbsp;\n\n-  ServSafe Food Safety Certification (Expires 2015)\n\n&nbsp;\n\n-  Eagle Scout, Class of 2008, Boy Scouts of America\n\nVigil Honor Member, National Honors Society of Scouting (Order of the Arrow)\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\"><img class=\"size-full wp-image-61 aligncenter\" title=\"Adam at Work\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/076e31b.jpg\" alt=\"\" width=\"263\" height=\"263\" /></a>","Résumé","","inherit","closed","open","","60-revision-4","","","2012-09-23 15:05:24","2012-09-23 19:05:24","","60","http://adamkubizna.com/wordpress/?p=98","0","revision","","0");
INSERT INTO wp_posts VALUES("99","1","2012-09-24 15:09:12","2012-09-24 19:09:12","<span style=\"text-decoration: underline;\"><strong>Adam can be contacted for variety of reasons:</strong></span>\n\n- Employment Opportunities\n\n- Speaking Engagements\n\n- Political Campaigning Opprotunities\n\n- Internships\n\n- Information about VotePA and Friends of Marybeth Kuznik (Campaign PAC)\n\n<strong><span style=\"text-decoration: underline;\">Email Addresses:</span></strong>\nadam@vote4marybeth.com- Friends of Marybeth Kuznik, Campaign PAC\nakubizna@votepa.us- VotePA Treasurer E-Mail\nadam@adamkubizna.com- Website E-mail\n\n<strong><span style=\"text-decoration: underline;\">Phone:</span></strong>\nOffice of the Treasurer- VotePA\n(412) 552-3167\n\nMobile:\n(724) 466-2339\n\n&nbsp;\n\n&nbsp;","Contact Adam","","inherit","closed","open","","51-revision-5","","","2012-09-24 15:09:12","2012-09-24 19:09:12","","51","http://adamkubizna.com/wordpress/?p=99","0","revision","","0");
INSERT INTO wp_posts VALUES("100","1","2012-09-25 12:00:28","2012-09-25 16:00:28","","AdamLogoLarger","","inherit","closed","open","","adamlogolarger","","","2012-09-25 12:00:28","2012-09-25 16:00:28","","0","http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/AdamLogoLarger.jpg","0","attachment","image/jpeg","0");
INSERT INTO wp_posts VALUES("101","1","2012-09-24 15:10:37","2012-09-24 19:10:37","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2FC15JZDCRKARGBD0TTHJYEMSAZYJCC1HD.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;t=m&amp;ll=40.145289,-79.778595&amp;spn=0.367416,0.583649&amp;z=10\">View Larger Map</a></small>\n\n&nbsp;\n\nThis map is synced with Adam\'s Foursquare Account, it updates every time Adam checks in at an establishment.\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"foursquare.com/kubiznach\">Adam\'s Foursquare</a>","Where Have I Been?","","inherit","closed","open","","36-revision-13","","","2012-09-24 15:10:37","2012-09-24 19:10:37","","36","http://adamkubizna.com/wordpress/?p=101","0","revision","","0");
INSERT INTO wp_posts VALUES("102","1","2012-09-27 00:36:59","2012-09-27 04:36:59","&lt;iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml&amp;amp;aq=&amp;amp;sll=41.117935,-77.604698&amp;amp;sspn=4.327976,7.064209&amp;amp;ie=UTF8&amp;amp;ll=40.149443,-79.779328&amp;amp;spn=0.455278,0.217897&amp;amp;t=m&amp;amp;output=embed\"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href=\"https://maps.google.com/maps?f=q&amp;amp;source=embed&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml&amp;amp;aq=&amp;amp;sll=41.117935,-77.604698&amp;amp;sspn=4.327976,7.064209&amp;amp;ie=UTF8&amp;amp;ll=40.149443,-79.779328&amp;amp;spn=0.455278,0.217897&amp;amp;t=m\" style=\"color:#0000FF;text-align:left\"&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;\n\n&nbsp;\n\nThis map is synced with Adam\'s Foursquare Account, it updates every time Adam checks in at an establishment.\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"foursquare.com/kubiznach\">Adam\'s Foursquare</a>","Where Have I Been?","","inherit","closed","open","","36-revision-14","","","2012-09-27 00:36:59","2012-09-27 04:36:59","","36","http://adamkubizna.com/wordpress/?p=102","0","revision","","0");
INSERT INTO wp_posts VALUES("103","1","2012-09-27 00:37:31","2012-09-27 04:37:31","&lt;iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml&amp;amp;aq=&amp;amp;sll=41.117935,-77.604698&amp;amp;sspn=4.327976,7.064209&amp;amp;ie=UTF8&amp;amp;ll=40.149443,-79.779328&amp;amp;spn=0.455278,0.217897&amp;amp;t=m&amp;amp;output=embed\"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href=\"https://maps.google.com/maps?f=q&amp;amp;source=embed&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml&amp;amp;aq=&amp;amp;sll=41.117935,-77.604698&amp;amp;sspn=4.327976,7.064209&amp;amp;ie=UTF8&amp;amp;ll=40.149443,-79.779328&amp;amp;spn=0.455278,0.217897&amp;amp;t=m\" style=\"color:#0000FF;text-align:left\"&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;\n\n&nbsp;","Where Have I Been?","","inherit","closed","open","","36-revision-15","","","2012-09-27 00:37:31","2012-09-27 04:37:31","","36","http://adamkubizna.com/wordpress/?p=103","0","revision","","0");
INSERT INTO wp_posts VALUES("104","1","2012-09-27 00:38:01","2012-09-27 04:38:01","<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=40.149443,-79.779328&amp;spn=0.455278,0.217897&amp;t=m&amp;output=embed\"></iframe><br /><small><a href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=40.149443,-79.779328&amp;spn=0.455278,0.217897&amp;t=m\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>\n\nThis map is synced with Adam\'s Foursquare Account, it updates every time Adam checks in at an establishment.\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"foursquare.com/kubiznach\">Adam\'s Foursquare</a>\n\n&nbsp;","Where Have I Been?","","inherit","closed","open","","36-revision-16","","","2012-09-27 00:38:01","2012-09-27 04:38:01","","36","http://adamkubizna.com/wordpress/?p=104","0","revision","","0");
INSERT INTO wp_posts VALUES("105","1","2012-09-27 00:38:57","2012-09-27 04:38:57","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=40.149443,-79.779328&amp;spn=0.455278,0.217897&amp;t=m&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=40.149443,-79.779328&amp;spn=0.455278,0.217897&amp;t=m\">View Larger Map</a></small>\n\nThis map is synced with Adam\'s Foursquare Account, it updates every time Adam checks in at an establishment.\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"foursquare.com/kubiznach\">Adam\'s Foursquare</a>\n\n&nbsp;","Where Has Adam Been?","","inherit","closed","open","","36-revision-17","","","2012-09-27 00:38:57","2012-09-27 04:38:57","","36","http://adamkubizna.com/wordpress/?p=105","0","revision","","0");
INSERT INTO wp_posts VALUES("106","1","2012-09-24 15:07:17","2012-09-24 19:07:17","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family encouraged him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout and Vigil Honor Brother of the Order of the Arrow.\n\nHe is a democrat and is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9)\n\nHe currently resides in Uniontown, Pennsylvania.\n\n&nbsp;\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-12","","","2012-09-24 15:07:17","2012-09-24 19:07:17","","47","http://adamkubizna.com/wordpress/?p=106","0","revision","","0");
INSERT INTO wp_posts VALUES("110","1","2012-09-25 11:59:16","2012-09-25 15:59:16","<span style=\"text-decoration: underline;\"><strong>Adam can be contacted for variety of reasons:</strong></span>\n\n- Employment Opportunities\n\n- Speaking Engagements\n\n- Political Campaigning Opportunities\n\n- Internships\n\n- Information about VotePA and Friends of Marybeth Kuznik (Campaign PAC)\n\n<strong><span style=\"text-decoration: underline;\">Email Addresses:</span></strong>\nadam@vote4marybeth.com- Friends of Marybeth Kuznik, Campaign PAC\nakubizna@votepa.us- VotePA Treasurer E-Mail\nadam@adamkubizna.com- Website E-mail\n\n<strong><span style=\"text-decoration: underline;\">Phone:</span></strong>\nOffice of the Treasurer- VotePA\n(412) 552-3167\n\nMobile:\n(724) 466-2339\n\n&nbsp;\n\n&nbsp;","Contact Adam","","inherit","closed","open","","51-revision-6","","","2012-09-25 11:59:16","2012-09-25 15:59:16","","51","http://adamkubizna.com/wordpress/?p=110","0","revision","","0");
INSERT INTO wp_posts VALUES("111","1","2012-10-05 17:03:14","2012-10-05 21:03:14","<span style=\"text-decoration: underline;\"><strong>Adam can be contacted for variety of reasons:</strong></span>\n\n- Employment Opportunities\n\n- Speaking Engagements\n\n- Political Campaigning Opportunities\n\n- Internships\n\n- Information about VotePA and Friends of Marybeth Kuznik (Campaign PAC)\n\n<strong><span style=\"text-decoration: underline;\">Email Addresses:</span></strong>\nadam@vote4marybeth.com- Friends of Marybeth Kuznik, Campaign PAC\nakubizna@votepa.us- VotePA Treasurer E-Mail\nadam@adamkubizna.com- Website E-mail\n\n<strong><span style=\"text-decoration: underline;\">Phone:</span></strong>\nOffice of the Treasurer- VotePA\n(412) 552-3167\n\n&nbsp;\n[vCitaContact]","Contact Adam","","inherit","closed","open","","51-revision-7","","","2012-10-05 17:03:14","2012-10-05 21:03:14","","51","http://adamkubizna.com/wordpress/?p=111","0","revision","","0");
INSERT INTO wp_posts VALUES("112","1","2012-09-22 22:23:28","2012-09-23 02:23:28","<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>For fun, I have created a list of things I would like to accomplish throughout my life.</strong></span></p>\n- Travel to every continent.\n\n- Take a Viking River Cruise\n\n- Become an Elected Official\n\n- Become a member of Pennsylvania Democratic State Committee\n\n- Pass the CPA Exam\n\n- Work for a reputable accounting firm\n\n- Skydive\n\n- Graduate college with &gt; 3.25 GPA\n\n- Write a book\n\n- Write someone\'s biography\n\n- Meet 3 living current/former presidents\n\n- Visit the United Nations HQ in New York\n\n- Meet the Secretary General of the UN\n\n- Meet Queen Elizabeth\n\n- Visit Bhutan\n\n- Become a US Ambassador\n\n- Tour the White House\n\n- Tour the Capitol","My Dreams","","inherit","closed","open","","68-revision-5","","","2012-09-22 22:23:28","2012-09-23 02:23:28","","68","http://adamkubizna.com/wordpress/?p=112","0","revision","","0");
INSERT INTO wp_posts VALUES("113","1","2012-09-27 00:42:59","2012-09-27 04:42:59","<iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m&amp;output=embed\"></iframe><br /><small><a href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small>\n\nThis map is synced with Adam\'s Foursquare Account, it updates every time Adam checks in at an establishment.\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"foursquare.com/kubiznach\">Adam\'s Foursquare</a>\n\n&nbsp;","Where Has Adam Been?","","inherit","closed","open","","36-revision-18","","","2012-09-27 00:42:59","2012-09-27 04:42:59","","36","http://adamkubizna.com/wordpress/?p=113","0","revision","","0");
INSERT INTO wp_posts VALUES("114","1","2012-09-22 21:45:04","2012-09-23 01:45:04","<a href=\"http://triblive.com/x/pittsburghtrib/news/regional/fayette/s_570009.html#axzz27Fl0437S\">Article on Adam\'s Eagle Scout Project</a>\n\n<a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/say-no-to-alcohol/article_c66922c0-54e8-544a-b130-ff207e2bd8a1.html\">Adam\'s Letter to the Editor, October, 2011</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/local-students-named-to-cal-u-dean-s-list/article_1423790e-5ee8-5590-b9c4-239a8849db3a.html\">Adam on the Dean\'s List, Spring 2012</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/cal-u-students-named-to-dean-s-list-for-fall/article_f5922908-eb4c-5b8a-ad5d-3b7b3a2eddce.html\">Adam on the Dean\'s List, Fall 2011</a>","Adam in the Press","","inherit","closed","open","","63-revision-4","","","2012-09-22 21:45:04","2012-09-23 01:45:04","","63","http://adamkubizna.com/wordpress/?p=114","0","revision","","0");
INSERT INTO wp_posts VALUES("115","1","2012-10-05 14:31:27","2012-10-05 18:31:27","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family encouraged him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout and Vigil Honor Brother of the Order of the Arrow.\n\nHe is a democrat and is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9)\n\nHe currently resides in Uniontown, Pennsylvania.\n\n&nbsp;\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-13","","","2012-10-05 14:31:27","2012-10-05 18:31:27","","47","http://adamkubizna.com/wordpress/?p=115","0","revision","","0");
INSERT INTO wp_posts VALUES("116","1","2012-10-10 12:33:01","2012-10-10 16:33:01","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family encouraged him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout and Vigil Honor Brother of the Order of the Arrow.\n\nHe is a democrat and is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9)\n\nHe currently resides in Uniontown, Pennsylvania.\n\n&nbsp;\n\n** Make sure the check out Adam\'s most recent Letter to the Editor at the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!\n\n&nbsp;\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-14","","","2012-10-10 12:33:01","2012-10-10 16:33:01","","47","http://adamkubizna.com/wordpress/?p=116","0","revision","","0");
INSERT INTO wp_posts VALUES("117","1","2012-10-11 00:23:17","2012-10-11 04:23:17","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department, he currently manages a team of six individuals. He has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen. He currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAn accomplished Public Speaker, Adam enjoys speaking in a variety of situations, his most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he mentioned how his family encouraged him through his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was her treasurer for her Political Action Committee.  In July of 2012 Adam became the Treasurer of her non profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout and Vigil Honor Brother of the Order of the Arrow.\n\nHe is a democrat and is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9)\n\nHe currently resides in Uniontown, Pennsylvania.\n\n&nbsp;\n\n** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!\n\n&nbsp;\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-15","","","2012-10-11 00:23:17","2012-10-11 04:23:17","","47","http://adamkubizna.com/wordpress/?p=117","0","revision","","0");
INSERT INTO wp_posts VALUES("118","1","2012-10-10 12:30:50","2012-10-10 16:30:50","<a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Adam\'s Letter to the Editor- October,10 2011</a>\n\n<a href=\"http://triblive.com/x/pittsburghtrib/news/regional/fayette/s_570009.html#axzz27Fl0437S\">Article on Adam\'s Eagle Scout Project</a>\n\n<a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/say-no-to-alcohol/article_c66922c0-54e8-544a-b130-ff207e2bd8a1.html\">Adam\'s Letter to the Editor, October, 2011</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/local-students-named-to-cal-u-dean-s-list/article_1423790e-5ee8-5590-b9c4-239a8849db3a.html\">Adam on the Dean\'s List, Spring 2012</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/cal-u-students-named-to-dean-s-list-for-fall/article_f5922908-eb4c-5b8a-ad5d-3b7b3a2eddce.html\">Adam on the Dean\'s List, Fall 2011</a>","Adam in the Press","","inherit","closed","open","","63-revision-5","","","2012-10-10 12:30:50","2012-10-10 16:30:50","","63","http://adamkubizna.com/wordpress/?p=118","0","revision","","0");
INSERT INTO wp_posts VALUES("119","1","2012-10-05 17:03:59","2012-10-05 21:03:59","<span style=\"text-decoration: underline;\"><strong>Adam can be contacted for variety of reasons:</strong></span>\n\n- Internships\n\n- Employment Opportunities\n\n- Speaking Engagements\n\n- Political Campaigning Opportunities\n\n- Information about VotePA and Friends of Marybeth Kuznik (Campaign PAC)\n\n<strong><span style=\"text-decoration: underline;\">Email Addresses:</span></strong>\nadam@vote4marybeth.com- Friends of Marybeth Kuznik, Campaign PAC\nakubizna@votepa.us- VotePA Treasurer E-Mail\nadam@adamkubizna.com- Website E-mail\n\n<strong><span style=\"text-decoration: underline;\">Phone:</span></strong>\nOffice of the Treasurer- VotePA\n(412) 552-3167\n[vCitaContact]","Contact Adam","","inherit","closed","open","","51-revision-8","","","2012-10-05 17:03:59","2012-10-05 21:03:59","","51","http://adamkubizna.com/wordpress/?p=119","0","revision","","0");
INSERT INTO wp_posts VALUES("120","1","2012-10-17 13:05:57","2012-10-17 17:05:57","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily. His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Please check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">fill out this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-16","","","2012-10-17 13:05:57","2012-10-17 17:05:57","","47","http://adamkubizna.com/wordpress/?p=120","0","revision","","0");
INSERT INTO wp_posts VALUES("121","1","2012-10-10 00:16:08","2012-10-10 04:16:08","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m\">View Larger Map</a></small>\n\nThis map is synced with Adam\'s Foursquare Account, it updates every time Adam checks in at an establishment.\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"https://foursquare.com/kubiznach\">Adam\'s Foursquare </a>","Where Has Adam Been?","","inherit","closed","open","","36-revision-19","","","2012-10-10 00:16:08","2012-10-10 04:16:08","","36","http://adamkubizna.com/wordpress/?p=121","0","revision","","0");
INSERT INTO wp_posts VALUES("122","1","2012-10-17 13:33:14","2012-10-17 17:33:14","<p style=\"text-align: center;\"><strong>Adam has been featured in many articles and has voiced his opinion in a variety of situations using the media, some of them are below:</strong></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Adam\'s Letter to the Editor, October,10 2011</a></p>\n<p style=\"text-align: center;\"><a href=\"http://triblive.com/x/pittsburghtrib/news/regional/fayette/s_570009.html#axzz27Fl0437S\">Article on Adam\'s Eagle Scout Project</a></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/say-no-to-alcohol/article_c66922c0-54e8-544a-b130-ff207e2bd8a1.html\">Adam\'s Letter to the Editor, October, 2011</a></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/education/news/local-students-named-to-cal-u-dean-s-list/article_1423790e-5ee8-5590-b9c4-239a8849db3a.html\">Adam on the Dean\'s List, Spring 2012</a></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/education/news/cal-u-students-named-to-dean-s-list-for-fall/article_f5922908-eb4c-5b8a-ad5d-3b7b3a2eddce.html\">Adam on the Dean\'s List, Fall 2011</a></p>\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains link\'s to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>","Adam in the Press","","inherit","closed","open","","63-autosave","","","2012-10-17 13:33:14","2012-10-17 17:33:14","","63","http://adamkubizna.com/wordpress/?p=122","0","revision","","0");
INSERT INTO wp_posts VALUES("123","1","2012-10-17 13:06:21","2012-10-17 17:06:21","<a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Adam\'s Letter to the Editor, October,10 2011</a>\n\n<a href=\"http://triblive.com/x/pittsburghtrib/news/regional/fayette/s_570009.html#axzz27Fl0437S\">Article on Adam\'s Eagle Scout Project</a>\n\n<a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/say-no-to-alcohol/article_c66922c0-54e8-544a-b130-ff207e2bd8a1.html\">Adam\'s Letter to the Editor, October, 2011</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/local-students-named-to-cal-u-dean-s-list/article_1423790e-5ee8-5590-b9c4-239a8849db3a.html\">Adam on the Dean\'s List, Spring 2012</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/cal-u-students-named-to-dean-s-list-for-fall/article_f5922908-eb4c-5b8a-ad5d-3b7b3a2eddce.html\">Adam on the Dean\'s List, Fall 2011</a>","Adam in the Press","","inherit","closed","open","","63-revision-6","","","2012-10-17 13:06:21","2012-10-17 17:06:21","","63","http://adamkubizna.com/wordpress/?p=123","0","revision","","0");
INSERT INTO wp_posts VALUES("124","1","2012-10-17 13:19:35","0000-00-00 00:00:00","Adam supports and is a member of a variety of organizations, those organization include:\n\n-The Jane Goodall Institute\n\n-United to End Genocide\n\n-Save Darfur\n\n-Metropolitan Opera\n\n&nbsp;","Philanthropist","","draft","closed","open","","philanthropist","","","2012-10-17 13:19:35","2012-10-17 17:19:35","","0","http://adamkubizna.com/wordpress/?page_id=124","0","page","","0");
INSERT INTO wp_posts VALUES("125","1","2012-10-17 13:19:33","2012-10-17 17:19:33","Adam supports and is a member of a variety of organizations, those organization include:\n\n-The Jane Goodall Institute\n\n-United to End Genocide\n\n-Save Darfur\n\n-Metropolitan Opera\n\n&nbsp;","Philanthropist","","inherit","closed","open","","124-revision","","","2012-10-17 13:19:33","2012-10-17 17:19:33","","124","http://adamkubizna.com/wordpress/?p=125","0","revision","","0");
INSERT INTO wp_posts VALUES("126","1","2012-10-17 13:21:07","0000-00-00 00:00:00","","Auto Draft","","auto-draft","closed","open","","","","","2012-10-17 13:21:07","0000-00-00 00:00:00","","0","http://adamkubizna.com/wordpress/?p=126","0","post","","0");
INSERT INTO wp_posts VALUES("127","1","2012-10-17 13:23:10","2012-10-17 17:23:10","","UN Report","","inherit","closed","open","","un-report","","","2012-10-17 13:23:10","2012-10-17 17:23:10","","0","http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf","0","attachment","application/pdf","0");
INSERT INTO wp_posts VALUES("128","1","2012-10-17 13:11:24","2012-10-17 17:11:24","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily. His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily.Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">fill out this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-17","","","2012-10-17 13:11:24","2012-10-17 17:11:24","","47","http://adamkubizna.com/wordpress/?p=128","0","revision","","0");
INSERT INTO wp_posts VALUES("129","1","2012-10-17 13:25:07","2012-10-17 17:25:07","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently researching the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>) . His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily.Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">fill out this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-18","","","2012-10-17 13:25:07","2012-10-17 17:25:07","","47","http://adamkubizna.com/wordpress/?p=129","0","revision","","0");
INSERT INTO wp_posts VALUES("130","1","2012-10-17 13:25:26","2012-10-17 17:25:26","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently researching the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily.Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">fill out this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-19","","","2012-10-17 13:25:26","2012-10-17 17:25:26","","47","http://adamkubizna.com/wordpress/?p=130","0","revision","","0");
INSERT INTO wp_posts VALUES("131","1","2012-10-17 13:28:03","2012-10-17 17:28:03","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently researching the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily.Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">fill out this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n\n** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**\n\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-20","","","2012-10-17 13:28:03","2012-10-17 17:28:03","","47","http://adamkubizna.com/wordpress/?p=131","0","revision","","0");
INSERT INTO wp_posts VALUES("132","1","2012-10-17 13:12:36","2012-10-17 17:12:36","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m\">View Larger Map</a></small>\n\nThis map is synced with Adam\'s Foursquare Account, it updates every time Adam checks in at an establishment (click the zoom out button to see the most recent places Adam has checked into).\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"https://foursquare.com/kubiznach\">Adam\'s Foursquare </a>","Where Has Adam Been?","","inherit","closed","open","","36-revision-20","","","2012-10-17 13:12:36","2012-10-17 17:12:36","","36","http://adamkubizna.com/wordpress/?p=132","0","revision","","0");
INSERT INTO wp_posts VALUES("133","1","2012-10-17 13:14:25","2012-10-17 17:14:25","<strong>Adam has been featured in many articles and has voiced his opinion in a variety of situations using the media, some of them are below:</strong>\n\n<a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Adam\'s Letter to the Editor, October,10 2011</a>\n\n<a href=\"http://triblive.com/x/pittsburghtrib/news/regional/fayette/s_570009.html#axzz27Fl0437S\">Article on Adam\'s Eagle Scout Project</a>\n\n<a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/say-no-to-alcohol/article_c66922c0-54e8-544a-b130-ff207e2bd8a1.html\">Adam\'s Letter to the Editor, October, 2011</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/local-students-named-to-cal-u-dean-s-list/article_1423790e-5ee8-5590-b9c4-239a8849db3a.html\">Adam on the Dean\'s List, Spring 2012</a>\n\n<a href=\"http://www.heraldstandard.com/education/news/cal-u-students-named-to-dean-s-list-for-fall/article_f5922908-eb4c-5b8a-ad5d-3b7b3a2eddce.html\">Adam on the Dean\'s List, Fall 2011</a>","Adam in the Press","","inherit","closed","open","","63-revision-7","","","2012-10-17 13:14:25","2012-10-17 17:14:25","","63","http://adamkubizna.com/wordpress/?p=133","0","revision","","0");
INSERT INTO wp_posts VALUES("134","1","2012-10-17 13:30:15","2012-10-17 17:30:15","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently researching the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily.Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">fill out this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains link\'s to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-21","","","2012-10-17 13:30:15","2012-10-17 17:30:15","","47","http://adamkubizna.com/wordpress/?p=134","0","revision","","0");
INSERT INTO wp_posts VALUES("135","1","2012-10-17 13:33:59","2012-10-17 17:33:59","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently researching the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">fill out this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains link\'s to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-22","","","2012-10-17 13:33:59","2012-10-17 17:33:59","","47","http://adamkubizna.com/wordpress/?p=135","0","revision","","0");
INSERT INTO wp_posts VALUES("136","1","2012-10-17 14:54:22","2012-10-17 18:54:22","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently researching the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains link\'s to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-23","","","2012-10-17 14:54:22","2012-10-17 18:54:22","","47","http://adamkubizna.com/wordpress/?p=136","0","revision","","0");
INSERT INTO wp_posts VALUES("137","1","2012-10-17 13:32:11","2012-10-17 17:32:11","<p style=\"text-align: center;\"><strong>Adam has been featured in many articles and has voiced his opinion in a variety of situations using the media, some of them are below:</strong></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Adam\'s Letter to the Editor, October,10 2011</a></p>\n<p style=\"text-align: center;\"><a href=\"http://triblive.com/x/pittsburghtrib/news/regional/fayette/s_570009.html#axzz27Fl0437S\">Article on Adam\'s Eagle Scout Project</a></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/say-no-to-alcohol/article_c66922c0-54e8-544a-b130-ff207e2bd8a1.html\">Adam\'s Letter to the Editor, October, 2011</a></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/education/news/local-students-named-to-cal-u-dean-s-list/article_1423790e-5ee8-5590-b9c4-239a8849db3a.html\">Adam on the Dean\'s List, Spring 2012</a></p>\n<p style=\"text-align: center;\"><a href=\"http://www.heraldstandard.com/education/news/cal-u-students-named-to-dean-s-list-for-fall/article_f5922908-eb4c-5b8a-ad5d-3b7b3a2eddce.html\">Adam on the Dean\'s List, Fall 2011</a></p>\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains link\'s to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>","Adam in the Press","","inherit","closed","open","","63-revision-8","","","2012-10-17 13:32:11","2012-10-17 17:32:11","","63","http://adamkubizna.com/wordpress/?p=137","0","revision","","0");
INSERT INTO wp_posts VALUES("138","1","2012-10-17 15:02:47","0000-00-00 00:00:00","","Auto Draft","","auto-draft","closed","open","","","","","2012-10-17 15:02:47","0000-00-00 00:00:00","","0","http://adamkubizna.com/wordpress/?page_id=138","0","page","","0");
INSERT INTO wp_posts VALUES("139","1","2012-10-17 13:30:53","2012-10-17 17:30:53","<iframe src=\"https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m&amp;output=embed\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" width=\"425\" height=\"350\"></iframe>\n<small><a style=\"color: #0000ff; text-align: left;\" href=\"https://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=https:%2F%2Ffeeds.foursquare.com%2Fhistory%2F15MBBUJC3PGZ2WP2HDE5AC2JLPGIMZN4.kml%3Fcount%3D1000&amp;aq=&amp;sll=41.117935,-77.604698&amp;sspn=4.327976,7.064209&amp;ie=UTF8&amp;ll=41.120746,-77.607422&amp;spn=0.817287,4.924767&amp;t=m\">View Larger Map</a></small>\n\nThis map is synced with Adam\'s Foursquare Account, it updates every time Adam checks in at an establishment (click the zoom out button to see the most recent places Adam has checked into).\n\nTo follow Adam on Foursquare please click the link below:\n\n<a href=\"https://foursquare.com/kubiznach\">Adam\'s Foursquare </a>\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains link\'s to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>","Where Has Adam Been?","","inherit","closed","open","","36-revision-21","","","2012-10-17 13:30:53","2012-10-17 17:30:53","","36","http://adamkubizna.com/wordpress/?p=139","0","revision","","0");
INSERT INTO wp_posts VALUES("140","1","2012-10-17 16:04:02","0000-00-00 00:00:00","","Auto Draft","","auto-draft","closed","open","","","","","2012-10-17 16:04:02","0000-00-00 00:00:00","","0","http://adamkubizna.com/wordpress/?p=140","0","post","","0");
INSERT INTO wp_posts VALUES("141","1","2012-10-17 15:02:11","2012-10-17 19:02:11","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently researching the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-24","","","2012-10-17 15:02:11","2012-10-17 19:02:11","","47","http://adamkubizna.com/wordpress/?p=141","0","revision","","0");
INSERT INTO wp_posts VALUES("142","1","2012-10-17 21:18:27","2012-10-18 01:18:27","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014. After his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-25","","","2012-10-17 21:18:27","2012-10-18 01:18:27","","47","http://adamkubizna.com/wordpress/?p=142","0","revision","","0");
INSERT INTO wp_posts VALUES("143","1","2012-10-17 21:19:23","2012-10-18 01:19:23","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of Marybeth\'s non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-26","","","2012-10-17 21:19:23","2012-10-18 01:19:23","","47","http://adamkubizna.com/wordpress/?p=143","0","revision","","0");
INSERT INTO wp_posts VALUES("144","1","2012-10-17 23:52:32","2012-10-18 03:52:32","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of a non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners, Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-27","","","2012-10-17 23:52:32","2012-10-18 03:52:32","","47","http://adamkubizna.com/wordpress/?p=144","0","revision","","0");
INSERT INTO wp_posts VALUES("145","1","2012-10-18 10:45:15","2012-10-18 14:45:15","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of a non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners. Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-28","","","2012-10-18 10:45:15","2012-10-18 14:45:15","","47","http://adamkubizna.com/wordpress/?p=145","0","revision","","0");
INSERT INTO wp_posts VALUES("146","1","2012-10-05 17:05:09","2012-10-05 21:05:09","<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>For fun, I have created a list of things I would like to accomplish throughout my life.</strong></span></p>\n- Travel to every continent.\n\n- Take a Viking River Cruise\n\n- Become an Elected Official\n\n- Become a member of Pennsylvania Democratic State Committee\n\n- Pass the CPA Exam\n\n- Work for a reputable accounting firm\n\n- Skydive\n\n- Graduate college with &gt; 3.25 GPA\n\n- Write a book\n\n- Write someone\'s biography\n\n- Meet 3 living current/former presidents\n\n- Visit the United Nations HQ in New York\n\n- Meet the Secretary General of the UN\n\n- Meet Queen Elizabeth\n\n- Visit Bhutan\n\n- Become a US Ambassador\n\n- Tour the White House\n\n<del>- Tour the Library of Congress</del>\n\n<del>- Tour the Capitol</del>\n\n&nbsp;\n\n*More to come!","My Dreams","","inherit","closed","open","","68-revision-6","","","2012-10-05 17:05:09","2012-10-05 21:05:09","","68","http://adamkubizna.com/wordpress/?p=146","0","revision","","0");
INSERT INTO wp_posts VALUES("147","1","2012-10-23 16:41:00","2012-10-23 20:41:00","<p style=\"text-align: center;\"><span style=\"text-decoration: underline;\"><strong>For fun, I have created a list of things I would like to accomplish throughout my life.</strong></span></p>\n- Travel to every continent.\n\n- Take a Viking River Cruise\n\n- Become an Elected Official\n\n- Become a member of Pennsylvania Democratic State Committee\n\n- Pass the CPA Exam\n\n- Work for the same company (for 18 years)\n\n- Skydive\n\n- Graduate college with &gt; 3.25 GPA\n\n- Write a book\n\n- Write someone\'s biography\n\n- Meet 3 living current/former presidents\n\n- Visit the United Nations HQ in New York\n\n- Meet the Secretary General of the UN\n\n- Meet Queen Elizabeth\n\n- Visit Bhutan\n\n- Become a US Ambassador\n\n- Tour the White House\n\n<del>- Tour the Library of Congress</del>\n\n<del>- Tour the Capitol</del>\n\n&nbsp;\n\n*More to come!","My Dreams","","inherit","closed","open","","68-revision-7","","","2012-10-23 16:41:00","2012-10-23 20:41:00","","68","http://adamkubizna.com/wordpress/?p=147","0","revision","","0");
INSERT INTO wp_posts VALUES("148","1","2012-10-18 10:45:47","2012-10-18 14:45:47","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Junior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of a non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners. Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-29","","","2012-10-18 10:45:47","2012-10-18 14:45:47","","47","http://adamkubizna.com/wordpress/?p=148","0","revision","","0");
INSERT INTO wp_posts VALUES("149","1","2012-10-30 21:58:32","2012-10-31 01:58:32","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Senior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of a non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure the check out Adam\'s most recent Letter to the Editor published in the <a href=\"http://www.heraldstandard.com/opinion/letters_to_the_editor/vote-for-ramsburg/article_eb719814-4659-5d59-ab6d-d53705a3b190.html\">Herald Standard</a>!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners. Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-30","","","2012-10-30 21:58:32","2012-10-31 01:58:32","","47","http://adamkubizna.com/wordpress/?p=149","0","revision","","0");
INSERT INTO wp_posts VALUES("150","1","2012-10-30 23:42:07","2012-10-31 03:42:07","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Senior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of a non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.  He is actively campaigning for congressional candidate <a href=\"http://ramsburg4congress.com\">Karen Ramsburg</a> (D-PA- 9) and President Obama.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure to sign up for <a href=\"http://eepurl.com/rcsFz\">Adam\'s Newsletter!</a> It will contain information on current events, useful knowledge, recipes and more!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners. Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-31","","","2012-10-30 23:42:07","2012-10-31 03:42:07","","47","http://adamkubizna.com/wordpress/?p=150","0","revision","","0");
INSERT INTO wp_posts VALUES("151","1","2012-11-09 14:33:31","2012-11-09 18:33:31","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Senior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying the <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/10/UN-Report.pdf\">UN Secretary General\'s Report</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of a non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure to sign up for <a href=\"http://eepurl.com/rcsFz\">Adam\'s Newsletter!</a> It will contain information on current events, useful knowledge, recipes and more!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners. Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-32","","","2012-11-09 14:33:31","2012-11-09 18:33:31","","47","http://adamkubizna.com/wordpress/?p=151","0","revision","","0");
INSERT INTO wp_posts VALUES("152","1","2012-11-19 14:30:32","2012-11-19 18:30:32","","J Infect Dis.-2011-Kobinger-infdis_jir077","","inherit","closed","open","","j-infect-dis-2011-kobinger-infdis_jir077","","","2012-11-19 14:30:32","2012-11-19 18:30:32","","0","http://adamkubizna.com/wordpress/wp-content/uploads/2012/11/J-Infect-Dis.-2011-Kobinger-infdis_jir077.pdf","0","attachment","application/pdf","0");
INSERT INTO wp_posts VALUES("153","1","2012-11-19 14:29:18","2012-11-19 18:29:18","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Senior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying this report on \"in the air\" transmission Ebola). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of a non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure to sign up for <a href=\"http://eepurl.com/rcsFz\">Adam\'s Newsletter!</a> It will contain information on current events, useful knowledge, recipes and more!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners. Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-33","","","2012-11-19 14:29:18","2012-11-19 18:29:18","","47","http://adamkubizna.com/wordpress/?p=153","0","revision","","0");
INSERT INTO wp_posts VALUES("154","1","2012-11-19 14:31:18","2012-11-19 18:31:18","&nbsp;\n\n<a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n.jpg\"><img class=\"alignright size-medium wp-image-48\" title=\"Adam D. Kubizna\" src=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/09/76021_463457197726_2342275_n-271x300.jpg\" alt=\"\" width=\"271\" height=\"300\" /></a>Adam is a Senior at California University of Pennsylvania. He is currently pursuing a dual degree, a Bachelor of Science in Justice Studies with a concentration in Forensic Sciences and a Bachelor of Science in Business Administration with a concentration in Accounting. His expected graduation date is in the Fall of 2014.\n\nAfter his undergraduate career, he plans on attending graduate school and  passing the CPA exam. Adam plans on becoming a Forensic Accountant or Auditor.\n\nAdam has been employed by the McDonald\'s Corporation since 2008 and is currently a Kitchen Department Manager. He is in charge of Food Cost and the operations of the department and currently manages a team of six individuals. Adam has risen through the ranks of McDonald\'s starting as a Crew Person when he was sixteen.\n\nHe currently holds ServSafe Food Safety Certification and is well versed in proper food safety procedures. Before his career at McDonald\'s Adam worked as a Nature Instructor at a local Boy Scout Camp in Somerset, PA.\n\nAdam is an accomplished Public Speaker and enjoys speaking in a variety of situations, mainly current events; a topic he studies daily (He is currently studying <a href=\"http://adamkubizna.com/wordpress/wp-content/uploads/2012/11/J-Infect-Dis.-2011-Kobinger-infdis_jir077.pdf\">this report on \"in the air\" transmission Ebola</a>). His most memorable speech was his Eagle Scout \"Address\", where he brought the room to tears as he described how his family encouraged him to never give up throughout his Boy Scouting career.\n\nIn February of 2012, Adam met Marybeth Kuznik, a non-profit director from Southwestern Pennsylvania. Together Adam and one of his closest friends worked on her political campaign for <a title=\"State Representative\" href=\"http://www.vote4marybeth.com\">State Representative</a>; Adam was the treasurer for her candidate authorized Political Action Committee (PAC).\n\nIn July of 2012, Adam became the Treasurer of a non-profit group <a title=\"VotePA\" href=\"http://www.votepa.us\">VotePA</a>, it is a statewide non partisan alliance for all voting rights and election integrity in Pennsylvania.\n\nAdam is an Eagle Scout, Vigil Honor Brother of the Order of the Arrow, and a Progressive Democrat.\n\nHe currently resides in Uniontown, Pennsylvania and commutes to a variety of places daily. Check out his <a title=\"Where Has Adam Been?\" href=\"http://adamkubizna.com/wordpress/?page_id=36\">Foursquare Map </a>to see where he has been.\n\nTo contact Adam please fill out your contact information on the right or by using <a title=\"Contact Adam\" href=\"http://adamkubizna.com/wordpress/?page_id=51\">this form</a>.\n\n&nbsp;\n\n<strong>** Make sure to sign up for <a href=\"http://eepurl.com/rcsFz\">Adam\'s Newsletter!</a> It will contain information on current events, useful knowledge, recipes and more!</strong>\n\n&nbsp;\n\n&nbsp;\n<p style=\"text-align: center;\"><em>** This page contains links to outside documents and/or websites, the information on those websites and/or documents are property of their respective owners. Adam is not responsible for the content of those sites.**</em></p>\n&nbsp;","About Adam","","inherit","closed","open","","47-revision-34","","","2012-11-19 14:31:18","2012-11-19 18:31:18","","47","http://adamkubizna.com/wordpress/?p=154","0","revision","","0");



DROP TABLE wp_term_relationships;

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

INSERT INTO wp_term_relationships VALUES("8","10","0");
INSERT INTO wp_term_relationships VALUES("9","10","0");
INSERT INTO wp_term_relationships VALUES("10","10","0");
INSERT INTO wp_term_relationships VALUES("11","10","0");
INSERT INTO wp_term_relationships VALUES("12","10","0");



DROP TABLE wp_term_taxonomy;

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;

INSERT INTO wp_term_taxonomy VALUES("1","1","category","","0","0");
INSERT INTO wp_term_taxonomy VALUES("2","2","link_category","","0","0");
INSERT INTO wp_term_taxonomy VALUES("10","10","link_category","","0","5");



DROP TABLE wp_terms;

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `slug` (`slug`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;

INSERT INTO wp_terms VALUES("1","Uncategorized","uncategorized","0");
INSERT INTO wp_terms VALUES("2","Blogroll","blogroll","0");
INSERT INTO wp_terms VALUES("10","Links","links","0");



DROP TABLE wp_usermeta;

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8;

INSERT INTO wp_usermeta VALUES("1","1","first_name","Adam");
INSERT INTO wp_usermeta VALUES("2","1","last_name","Kubizna");
INSERT INTO wp_usermeta VALUES("3","1","nickname","Adam");
INSERT INTO wp_usermeta VALUES("4","1","description","");
INSERT INTO wp_usermeta VALUES("5","1","rich_editing","true");
INSERT INTO wp_usermeta VALUES("6","1","comment_shortcuts","false");
INSERT INTO wp_usermeta VALUES("7","1","admin_color","fresh");
INSERT INTO wp_usermeta VALUES("8","1","use_ssl","0");
INSERT INTO wp_usermeta VALUES("9","1","show_admin_bar_front","true");
INSERT INTO wp_usermeta VALUES("10","1","wp_capabilities","a:1:{s:13:\"administrator\";s:1:\"1\";}");
INSERT INTO wp_usermeta VALUES("11","1","wp_user_level","10");
INSERT INTO wp_usermeta VALUES("12","1","dismissed_wp_pointers","wp330_toolbar,wp330_media_uploader,wp330_saving_widgets");
INSERT INTO wp_usermeta VALUES("13","1","show_welcome_panel","0");
INSERT INTO wp_usermeta VALUES("14","1","wp_dashboard_quick_press_last_post_id","126");
INSERT INTO wp_usermeta VALUES("15","1","aim","");
INSERT INTO wp_usermeta VALUES("16","1","yim","");
INSERT INTO wp_usermeta VALUES("17","1","jabber","");
INSERT INTO wp_usermeta VALUES("18","1","managenav-menuscolumnshidden","a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}");
INSERT INTO wp_usermeta VALUES("19","1","metaboxhidden_nav-menus","a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}");
INSERT INTO wp_usermeta VALUES("20","1","nav_menu_recently_edited","9");
INSERT INTO wp_usermeta VALUES("21","1","wp_user-settings","hidetb=1&editor=tinymce&align=right&wplink=1");
INSERT INTO wp_usermeta VALUES("22","1","wp_user-settings-time","1349470990");
INSERT INTO wp_usermeta VALUES("23","2","first_name","Marybeth");
INSERT INTO wp_usermeta VALUES("24","2","last_name","Kuznik");
INSERT INTO wp_usermeta VALUES("25","2","nickname","MB");
INSERT INTO wp_usermeta VALUES("26","2","description","");
INSERT INTO wp_usermeta VALUES("27","2","rich_editing","true");
INSERT INTO wp_usermeta VALUES("28","2","comment_shortcuts","false");
INSERT INTO wp_usermeta VALUES("29","2","admin_color","fresh");
INSERT INTO wp_usermeta VALUES("30","2","use_ssl","0");
INSERT INTO wp_usermeta VALUES("31","2","show_admin_bar_front","true");
INSERT INTO wp_usermeta VALUES("32","2","wp_capabilities","a:1:{s:6:\"editor\";s:1:\"1\";}");
INSERT INTO wp_usermeta VALUES("33","2","wp_user_level","7");
INSERT INTO wp_usermeta VALUES("34","2","dismissed_wp_pointers","wp330_toolbar,wp330_media_uploader,wp330_saving_widgets");



DROP TABLE wp_users;

CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(64) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;

INSERT INTO wp_users VALUES("1","admin","$P$BNkS3qQ4NppvcDeNVx6.Ct5kGAI0xn0","admin","adam@adamkubizna.com","http://adamkubizna.com","2012-09-22 02:25:08","","0","Adam Kubizna");
INSERT INTO wp_users VALUES("2","MB","$P$ByjD.8sKIEyCf41G035NZd9j84WlV/1","mb","sunnykay1@comcast.net","","2012-10-18 03:50:12","","0","MB");



