0byt3m1n1
Path:
/
data
/
21
/
3
/
94
/
62
/
3094225
/
meta
/
3448089
/
mysql.backup
/
[
Home
]
File: 1_037cc9e_1.mysqlv110.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv110 Database: 1_037cc9e_1 -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` 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_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/support/','Support Forums','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/support/forum/requests-and-feedback','Feedback','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=1811 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.quantellia.com/testsite','yes'),(2,'blogname','TDI3 - The Decision Intelligence Institute International','yes'),(3,'blogdescription','...an educational initiative forum','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','lorien.pratt@quantellia.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(112,'db_upgraded','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i A','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'links_recently_updated_prepend','<em>','yes'),(27,'links_recently_updated_append','</em>','yes'),(28,'links_recently_updated_time','120','yes'),(29,'comment_moderation','1','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','','yes'),(32,'gzipcompression','0','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:2:{i:0;s:30:\"formget-contact-form/index.php\";i:1;s:49:\"social-sharing-toolkit/social_sharing_toolkit.php\";}','yes'),(37,'home','http://www.tdi3.org','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'advanced_edit','0','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','-5','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:5:{i:0;s:116:\"\\\\WDP\\DFS\\30\\3\\5\\5\\3047670553\\user\\sites\\3448089.site\\www\\testsite/wp-content/plugins/formget-contact-form/index.php\";i:1;s:103:\"\\\\WDP\\DFS\\30\\3\\5\\5\\3047670553\\user\\sites\\3448089.site\\www\\testsite/wp-content/themes/kippis/content.php\";i:2;s:110:\"\\\\WDP\\DFS\\30\\3\\5\\5\\3047670553\\user\\sites\\3448089.site\\www\\testsite/wp-content/themes/kippis/content-single.php\";i:3;s:111:\"\\\\WDP\\DFS\\30\\3\\5\\5\\3047670553\\user\\sites\\3448089.site\\www\\testsite/wp-content/themes/kippis/content-gallery.php\";i:4;s:116:\"\\\\WDP\\DFS\\30\\3\\5\\5\\3047670553\\user\\sites\\3448089.site\\www\\testsite/wp-content/themes/kippis/options/kippis_admin.php\";}','no'),(45,'template','kippis','yes'),(46,'stylesheet','kippis','yes'),(47,'comment_whitelist','','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','','yes'),(50,'html_type','text/html','yes'),(51,'use_trackback','0','yes'),(52,'default_role','subscriber','yes'),(53,'db_version','22441','yes'),(54,'uploads_use_yearmonth_folders','1','yes'),(55,'upload_path','','yes'),(56,'blog_public','1','yes'),(57,'default_link_category','2','yes'),(58,'show_on_front','posts','yes'),(59,'tag_base','','yes'),(60,'show_avatars','1','yes'),(61,'avatar_rating','G','yes'),(62,'upload_url_path','','yes'),(63,'thumbnail_size_w','150','yes'),(64,'thumbnail_size_h','150','yes'),(65,'thumbnail_crop','1','yes'),(66,'medium_size_w','300','yes'),(67,'medium_size_h','300','yes'),(68,'avatar_default','blank','yes'),(71,'large_size_w','1024','yes'),(72,'large_size_h','1024','yes'),(73,'image_default_link_type','file','yes'),(74,'image_default_size','','yes'),(75,'image_default_align','','yes'),(76,'close_comments_for_old_posts','','yes'),(77,'close_comments_days_old','14','yes'),(78,'thread_comments','','yes'),(79,'thread_comments_depth','5','yes'),(80,'page_comments','','yes'),(81,'comments_per_page','50','yes'),(82,'default_comments_page','newest','yes'),(83,'comment_order','asc','yes'),(84,'sticky_posts','a:2:{i:0;i:33;i:1;i:23;}','yes'),(85,'widget_categories','a:3:{i:2;a:4:{s:5:\"title\";s:11:\"Topic Links\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(86,'widget_text','a:0:{}','yes'),(87,'widget_rss','a:2:{i:2;a:6:{s:5:\"title\";s:30:\"The Decision Intelligence Blog\";s:3:\"url\";s:46:\"http://www.decisionnut.com/feeds/posts/default\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(88,'uninstall_plugins','a:0:{}','no'),(89,'timezone_string','','yes'),(90,'embed_autourls','1','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','0','yes'),(94,'page_on_front','0','yes'),(95,'default_post_format','0','yes'),(96,'initial_db_version','20596','yes'),(97,'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'),(98,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:12:\"categories-2\";i:1;s:12:\"categories-3\";}s:12:\"sidebar-left\";a:0:{}s:13:\"sidebar-right\";a:2:{i:0;s:5:\"rss-2\";i:1;s:41:\"mr-social-sharing-toolkit-follow-widget-2\";}s:18:\"sidebar-footer-one\";a:0:{}s:18:\"sidebar-footer-two\";a:0:{}s:20:\"sidebar-footer-three\";a:0:{}s:19:\"sidebar-footer-four\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:4:{i:1393384573;a:1:{s:30:\"wp_scheduled_auto_draft_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:1393392469;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:1393424450;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(157,'_site_transient_timeout_browser_7b031815ac3e22cfb7376e600cff469e','1381806843','yes'),(106,'_transient_random_seed','de5ccfeb4c56a8ee266c5a6f43778cc7','yes'),(107,'auth_key','d!5hDQ6l0|aax)u_~U]5qT..-55c=O~8q&Z#C?[J:`CP8.zu1GP/i|mTFN%8-P n','yes'),(108,'auth_salt','uE77I^}#R#X5j;sc!~OmqJl$]_8r40y[[>lV.Ck_.G8#&;cK]+?cW}|_**75@3qk','yes'),(109,'logged_in_key','p_P$YdfptQD?kzv|A<fsB#5Gi-F5ULtYS$&LA_b/,lzhn$eEQ7-y:(KZ,]/Zk=99','yes'),(110,'logged_in_salt','=}7 u_372Mv8y;H@V2Weo)_:UaiN7~8!@5Muayea#.^uCntjd^?NrC#A56eI^KLd','yes'),(111,'link_manager_enabled','1','yes'),(113,'_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.8.1.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.8.1.zip\";s:10:\"no_content\";s:51:\"http://wordpress.org/wordpress-3.8.1-no-content.zip\";s:11:\"new_bundled\";s:52:\"http://wordpress.org/wordpress-3.8.1-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"3.8.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1393377628;s:15:\"version_checked\";s:5:\"3.5.1\";}','yes'),(243,'kippis','a:149:{s:18:\"kippis_news_enable\";s:0:\"\";s:21:\"kippis_notes_textarea\";s:34:\"This text isn\'t used by the theme.\";s:30:\"kippis_advanced_options_enable\";s:2:\"on\";s:23:\"kippis_sitetitle_enable\";s:0:\"\";s:21:\"kippis_tagline_enable\";s:0:\"\";s:24:\"kippis_search_box_header\";s:2:\"no\";s:26:\"kippis_posts_author_enable\";s:0:\"\";s:24:\"kippis_posts_date_enable\";s:0:\"\";s:29:\"kippis_posts_cats_tags_enable\";s:0:\"\";s:27:\"kippis_excerpt_posts_enable\";s:0:\"\";s:32:\"kippis_excerpt_firstpost_disable\";s:0:\"\";s:29:\"kippis_excerpt_archive_enable\";s:0:\"\";s:32:\"kippis_parent_child_links_enable\";s:0:\"\";s:19:\"kippis_css_textarea\";s:0:\"\";s:14:\"kippis_favicon\";a:4:{s:4:\"file\";s:107:\"\\\\WDP\\DFS\\30\\3\\5\\5\\3047670553\\user\\sites\\3448089.site\\www\\testsite/wp-content/uploads/2013/10/Q-Favicon.png\";s:3:\"url\";s:71:\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Q-Favicon.png\";s:5:\"width\";i:125;s:6:\"height\";i:125;}s:21:\"kippis_favicon_enable\";s:2:\"on\";s:22:\"kippis_body_background\";s:7:\"#ffffff\";s:22:\"kippis_body_foreground\";s:7:\"#000000\";s:17:\"kippis_body_image\";a:4:{s:4:\"file\";s:114:\"\\\\WDP\\DFS\\30\\3\\5\\5\\3047670553\\user\\sites\\3448089.site\\www\\testsite/wp-content/uploads/2013/10/You-Tube-Header2.jpg\";s:3:\"url\";s:78:\"http://quantellia.com/testsite/wp-content/uploads/2013/10/You-Tube-Header2.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1280;}s:24:\"kippis_body_image_enable\";s:2:\"on\";s:26:\"kippis_body_image_repeat_x\";s:0:\"\";s:26:\"kippis_body_image_repeat_y\";s:0:\"\";s:16:\"kippis_body_font\";s:33:\"Trebuchet MS,Helvetica,sans-serif\";s:21:\"kippis_body_font_size\";s:4:\"12px\";s:21:\"kippis_body_font_bold\";s:0:\"\";s:23:\"kippis_body_font_italic\";s:0:\"\";s:22:\"kippis_body_text_align\";s:4:\"left\";s:16:\"kippis_all_width\";s:0:\"\";s:21:\"kippis_all_background\";s:0:\"\";s:21:\"kippis_all_foreground\";s:0:\"\";s:24:\"kippis_header_background\";s:0:\"\";s:24:\"kippis_header_foreground\";s:0:\"\";s:19:\"kippis_header_image\";a:4:{s:4:\"file\";s:114:\"\\\\WDP\\DFS\\30\\3\\5\\5\\3047670553\\user\\sites\\3448089.site\\www\\testsite/wp-content/uploads/2013/10/TDI3-Logo-850-21.png\";s:3:\"url\";s:78:\"http://quantellia.com/testsite/wp-content/uploads/2013/10/TDI3-Logo-850-21.png\";s:5:\"width\";i:850;s:6:\"height\";i:72;}s:26:\"kippis_header_image_enable\";s:2:\"on\";s:25:\"kippis_header_image_width\";s:0:\"\";s:25:\"kippis_content_background\";s:0:\"\";s:25:\"kippis_content_foreground\";s:0:\"\";s:25:\"kippis_article_background\";s:7:\"#ffffff\";s:25:\"kippis_article_foreground\";s:0:\"\";s:21:\"kippis_article_radius\";s:3:\"5px\";s:25:\"kippis_caption_background\";s:7:\"#ffffff\";s:21:\"kippis_caption_border\";s:7:\"#dddddd\";s:19:\"kippis_caption_font\";s:0:\"\";s:24:\"kippis_caption_font_size\";s:0:\"\";s:24:\"kippis_caption_font_bold\";s:0:\"\";s:26:\"kippis_caption_font_italic\";s:2:\"on\";s:26:\"kippis_comments_background\";s:0:\"\";s:26:\"kippis_comments_foreground\";s:0:\"\";s:20:\"kippis_comments_font\";s:0:\"\";s:25:\"kippis_comments_font_size\";s:0:\"\";s:25:\"kippis_comments_font_bold\";s:0:\"\";s:27:\"kippis_comments_font_italic\";s:0:\"\";s:22:\"kippis_comments_radius\";s:3:\"4px\";s:25:\"kippis_comment_background\";s:0:\"\";s:25:\"kippis_comment_foreground\";s:0:\"\";s:26:\"kippis_comments_odd_border\";s:7:\"#eeeeee\";s:27:\"kippis_comments_even_border\";s:7:\"#dddddd\";s:35:\"kippis_main_menu_bar_top_background\";s:7:\"#3e5af0\";s:38:\"kippis_main_menu_bar_bottom_background\";s:7:\"#3e5af0\";s:31:\"kippis_main_menu_bar_foreground\";s:7:\"#ffffff\";s:36:\"kippis_main_menu_dropdown_background\";s:7:\"#222222\";s:36:\"kippis_main_menu_dropdown_foreground\";s:7:\"#cccccc\";s:37:\"kippis_main_menu_hover_top_background\";s:7:\"#ffffff\";s:40:\"kippis_main_menu_hover_bottom_background\";s:7:\"#888888\";s:33:\"kippis_main_menu_hover_foreground\";s:7:\"#222222\";s:29:\"kippis_main_menu_bar_position\";s:12:\"below_header\";s:21:\"kippis_main_menu_font\";s:33:\"Trebuchet MS,Helvetica,sans-serif\";s:26:\"kippis_main_menu_font_size\";s:4:\"14px\";s:26:\"kippis_main_menu_font_bold\";s:0:\"\";s:28:\"kippis_main_menu_font_italic\";s:0:\"\";s:40:\"kippis_secondary_menu_bar_top_background\";s:7:\"#ffffff\";s:43:\"kippis_secondary_menu_bar_bottom_background\";s:7:\"#dddddd\";s:36:\"kippis_secondary_menu_bar_foreground\";s:7:\"#000000\";s:41:\"kippis_secondary_menu_dropdown_background\";s:7:\"#dddddd\";s:41:\"kippis_secondary_menu_dropdown_foreground\";s:7:\"#000000\";s:42:\"kippis_secondary_menu_hover_top_background\";s:7:\"#dddddd\";s:45:\"kippis_secondary_menu_hover_bottom_background\";s:7:\"#bbbbbb\";s:38:\"kippis_secondary_menu_hover_foreground\";s:7:\"#000000\";s:34:\"kippis_secondary_menu_bar_position\";s:2:\"no\";s:26:\"kippis_secondary_menu_font\";s:25:\"Verdana,Geneva,sans-serif\";s:31:\"kippis_secondary_menu_font_size\";s:4:\"15px\";s:31:\"kippis_secondary_menu_font_bold\";s:0:\"\";s:33:\"kippis_secondary_menu_font_italic\";s:0:\"\";s:26:\"kippis_sidebars_background\";s:0:\"\";s:26:\"kippis_sidebars_foreground\";s:0:\"\";s:20:\"kippis_sidebars_font\";s:33:\"Trebuchet MS,Helvetica,sans-serif\";s:25:\"kippis_sidebars_font_size\";s:4:\"11px\";s:25:\"kippis_sidebars_font_bold\";s:0:\"\";s:27:\"kippis_sidebars_font_italic\";s:0:\"\";s:24:\"kippis_widget_background\";s:7:\"#eeeeee\";s:24:\"kippis_widget_foreground\";s:0:\"\";s:20:\"kippis_widget_radius\";s:3:\"5px\";s:30:\"kippis_widget_title_background\";s:7:\"#9ccafc\";s:30:\"kippis_widget_title_foreground\";s:0:\"\";s:27:\"kippis_sitetitle_background\";s:7:\"#ffffff\";s:27:\"kippis_sitetitle_foreground\";s:7:\"#000000\";s:21:\"kippis_sitetitle_font\";s:13:\"Georgia,serif\";s:26:\"kippis_sitetitle_font_size\";s:4:\"29px\";s:26:\"kippis_sitetitle_font_bold\";s:0:\"\";s:28:\"kippis_sitetitle_font_italic\";s:0:\"\";s:19:\"kippis_h_background\";s:0:\"\";s:19:\"kippis_h_foreground\";s:7:\"#000000\";s:19:\"kippis_a_background\";s:0:\"\";s:19:\"kippis_a_foreground\";s:7:\"#333399\";s:21:\"kippis_h_a_background\";s:0:\"\";s:21:\"kippis_h_a_foreground\";s:7:\"#333377\";s:28:\"kippis_blockquote_background\";s:0:\"\";s:28:\"kippis_blockquote_foreground\";s:0:\"\";s:22:\"kippis_blockquote_font\";s:0:\"\";s:27:\"kippis_blockquote_font_size\";s:0:\"\";s:27:\"kippis_blockquote_font_bold\";s:0:\"\";s:29:\"kippis_blockquote_font_italic\";s:2:\"on\";s:24:\"kippis_sidebars_position\";s:8:\"standard\";s:26:\"kippis_sidebar_left_enable\";s:0:\"\";s:25:\"kippis_sidebar_left_width\";s:2:\"30\";s:32:\"kippis_sidebar_left_enable_posts\";s:2:\"on\";s:31:\"kippis_sidebar_left_enable_post\";s:2:\"on\";s:34:\"kippis_sidebar_left_enable_gallery\";s:2:\"on\";s:31:\"kippis_sidebar_left_enable_page\";s:2:\"on\";s:32:\"kippis_sidebar_left_disable_slug\";s:0:\"\";s:27:\"kippis_sidebar_right_enable\";s:2:\"on\";s:26:\"kippis_sidebar_right_width\";s:2:\"30\";s:33:\"kippis_sidebar_right_enable_posts\";s:2:\"on\";s:32:\"kippis_sidebar_right_enable_post\";s:2:\"on\";s:35:\"kippis_sidebar_right_enable_gallery\";s:2:\"on\";s:32:\"kippis_sidebar_right_enable_page\";s:2:\"on\";s:33:\"kippis_sidebar_right_disable_slug\";s:0:\"\";s:30:\"kippis_mobile_sitetitle_enable\";s:2:\"on\";s:28:\"kippis_mobile_tagline_enable\";s:0:\"\";s:25:\"kippis_mobile_menu_enable\";s:2:\"on\";s:38:\"kippis_mobile_search_box_header_enable\";s:0:\"\";s:26:\"kippis_mobile_header_image\";a:4:{s:3:\"url\";s:77:\"http://quantellia.com/testsite/wp-content/themes/kippis/pix/mobile_header.jpg\";s:4:\"file\";s:113:\"\\\\WDP\\DFS\\30\\3\\5\\5\\3047670553\\user\\sites\\3448089.site\\www\\testsite/wp-content/themes/kippis/pix/mobile_header.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:127;}s:33:\"kippis_mobile_header_image_enable\";s:0:\"\";s:29:\"kippis_mobile_body_background\";s:7:\"#ffffff\";s:29:\"kippis_mobile_body_foreground\";s:7:\"#000000\";s:32:\"kippis_mobile_article_background\";s:0:\"\";s:32:\"kippis_mobile_article_foreground\";s:0:\"\";s:31:\"kippis_mobile_widget_background\";s:7:\"#eeeeee\";s:31:\"kippis_mobile_widget_foreground\";s:0:\"\";s:37:\"kippis_mobile_widget_title_background\";s:7:\"#dddddd\";s:37:\"kippis_mobile_widget_title_foreground\";s:0:\"\";s:26:\"kippis_mobile_h_background\";s:0:\"\";s:26:\"kippis_mobile_h_foreground\";s:0:\"\";s:26:\"kippis_mobile_a_background\";s:0:\"\";s:26:\"kippis_mobile_a_foreground\";s:7:\"#333399\";s:28:\"kippis_mobile_h_a_background\";s:0:\"\";s:28:\"kippis_mobile_h_a_foreground\";s:7:\"#222266\";s:34:\"kippis_mobile_sitetitle_background\";s:7:\"#ffffff\";s:34:\"kippis_mobile_sitetitle_foreground\";s:7:\"#000000\";}','yes'),(118,'_site_transient_timeout_browser_603ba2ca63fbe7fabc797def1c50a1b9','1363702857','yes'),(119,'_site_transient_browser_603ba2ca63fbe7fabc797def1c50a1b9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(120,'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:19:\"http://www.tdi3.org\";s:4:\"link\";s:95:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.tdi3.org/\";s:3:\"url\";s:148:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://quantellia.com/testsite/TestSite/\";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'),(121,'nonce_key','7L@0cD0>G2GtvO+siB zV+&ataWl5&kJr!k@4n:?89=<yC)SBS39F+oXm*<7;F;x','yes'),(122,'nonce_salt','9}!O`uyX1d5^o@dAqs`n #2`{<& !`go6UkpGfkG_1e$zier<,VCDKOh9pVvk,F,','yes'),(669,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1382508982','no'),(670,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1382465782','no'),(671,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1382508982','no'),(672,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/\' title=\'The first release candidate for WordPress 3.7 is now available! In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, […] […]\'>WordPress 3.7 Release Candidate</a> <span class=\"rss-date\">October 18, 2013</span><div class=\'rssSummary\'>The first release candidate for WordPress 3.7 is now available! In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, […] […]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2013/10/wordpress-3-7-beta-2/\' title=\'WordPress 3.7 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. This has been a quiet beta period. We’re hoping to get some more testers for automatic background updates, which will occur for security and minor releases (like updating […] […]\'>WordPress 3.7 Beta 2</a> <span class=\"rss-date\">October 10, 2013</span><div class=\'rssSummary\'>WordPress 3.7 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. This has been a quiet beta period. We’re hoping to get some more testers for automatic background updates, which will occur for security and minor releases (like updating […] […]</div></li></ul></div>','no'),(673,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1382508982','no'),(674,'_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:56:\"WPTavern: Seamless Integration for WordPress and Magento\";s:7:\"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:32:\"http://www.wptavern.com/?p=10189\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://feedproxy.google.com/~r/WordpressTavern/~3/F6uyX3Wt0E8/seamless-integration-for-wordpress-and-magento\";s: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:6448:\"<p>Believe it or not, there are a lot of WordPress fans in the <a href=\"http://www.magentocommerce.com/\" target=\"_blank\">Magento</a> community. While Magento provides supremely robust e-commerce capabilities with support for complex product variations and multiple shipping options, it’s entirely lacking in CMS features. As a result, many sites merge WordPress and Magento in order to take advantage of each platform’s unique strengths. </p>\n<p>However, it is unbelievably difficult to make WordPress and Magento work together in a seamless fashion without some sort of bridge. That’s where <a href=\"http://www.jckemp.com/\" target=\"_blank\">James Kemp</a>‘s Magento WordPress Integration plugin comes in. It does all the fancy footwork necessary to make your Magento store look like part of your WordPress site. </p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/mwi.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/mwi.jpg?resize=560%2C124\" alt=\"mwi\" class=\"aligncenter size-full wp-image-10193\" /></a><span id=\"more-10189\"></span></p>\n<p>The <a href=\"https://bitbucket.org/jamesckemp/mwi-magento-wordpress-integration/src\" target=\"_blank\">Magento WordPress Integration</a> plugin (MWI), is a solution that Kemp has been developing for several years. It provides the easiest way to get blocks, sessions and products from your Magento store and is capable of doing the following:</p>\n<ul>\n<li>Bring out any of the default Magento Blocks in your WordPress theme</li>\n<li>Bring out any Magento blocks that you have created yourself</li>\n<li>Bring out any static blocks that you have made in your Magento admin area</li>\n<li>Show Magento products on a WordPress post or page by using the shortcode add-on</li>\n<li>Show products from any category using the widget add-on</li>\n</ul>\n<p>Think there’s no demand for this? Think again. Kemp’s plugin has been downloaded more than 10,000 times. To celebrate, Kemp has made the code available on <a href=\"https://bitbucket.org/jamesckemp/mwi-magento-wordpress-integration/src\" target=\"_blank\">BitBucket</a>. He’s hoping that having the code available to the public will help to spark more contribution.</p>\n<p><div id=\"attachment_10196\" class=\"wp-caption alignright\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/kemp.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/kemp.jpg?resize=264%2C300\" alt=\"James Kemp, creator of the Magento WordPress Integration plugin\" class=\"size-medium wp-image-10196\" /></a><p class=\"wp-caption-text\">James Kemp, creator of the Magento WordPress Integration plugin</p></div>I’ve been following James Kemp’s work for several years and finally had the chance to chat with him about how the plugin is doing. </p>\n<p>He continues to develop the plugin due to the demand, which comes from both “light” users and developers. “The demand for MWI is fairly consistent,” he said. “On a calm day the mwi-plugin site gets ~30 unique visits, and mid-week on a busier day it will get ~100. It’s a very niche plugin, so I don’t expect thousands! The core plugin is mainly useful for developers I’d say, but I also get “light” users who are interested in the add-ons, so they can display products within their blogs. The demand for it is fairly steady at the moment.”</p>\n<p>The Magento and WordPress communities are fairly disconnected, which is understandable. You don’t see too many developers wanting to specialize in both platforms. Yet many users want them to work together. When building sites with a bridge, Kemp relies on WordPress for the more content-heavy aspects of the site:</p>\n<blockquote><p>Each system has solutions for the other, but none of them are quite as good as WordPress or Magento. I personally prefer to use WP for all aspects of content management; pages, news, callouts – using Magento for this is a bit of a nightmare. I use Magento for large stores, with complex product set-ups and discount systems, purely for the product catalogue and back-end ecommerce system.</p></blockquote>\n<p>Although he is an expert Magento developer, he has also built many sites using WooCommerce and Jigoshop. I asked him when he might opt for Magento over a WordPress-based e-commerce solution and he replied:</p>\n<blockquote><p> I tend to use Magento for larger sites, where there are thousands of products and likely to be a lot of activity. This is because of the back-end system of Magento; it offers so much more in terms of tax rules, discounts, product set-up, import/export, order history, invoicing, etc. it’s just a full, heavy-duty, ecommerce system. The WordPress solutions are great, but not for bigger ecommerce store owners who need more control.</p></blockquote>\n<p>The Magento WordPress Integration plugin provides a much needed bridge between the two open source projects and enables them to work together seamlessly. It can also save you from having to do too much theming to Magento, which is quite a pain because all the files are located about 10 directories deep. MWI allows you to feature your categories and products on your WordPress pages, as well as any blocks created within Magento. If you want to synchronize your sites even further, Kemp has also developed a plugin providing <a href=\"http://codecanyon.net/item/single-signon-for-magento-and-wordpress/861453\" target=\"_blank\">Single Sign-On For Magento And WordPress</a>.</p>\n<p>Kemp and his colleague Jay Pick have formed a new WordPress development company called <a href=\"http://madebyplatform.com/\" target=\"_blank\">Platførm</a>, based out of their rural office in Lutterworth, England. He plans to continue supporting the MWI plugin for as long as it’s needed. You can find documentation at the <a href=\"http://www.mwi-plugin.com/\" target=\"_blank\">Magento WordPress Integration homepage</a> and can <a href=\"http://wordpress.org/plugins/magento-wordpress-integration/\" target=\"_blank\">download the plugin</a> from the WordPress repository. If you want to get involved contributing, check out MWI on <a href=\"https://bitbucket.org/jamesckemp/mwi-magento-wordpress-integration/src\" target=\"_blank\">BitBucket</a>.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/F6uyX3Wt0E8\" 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, 22 Oct 2013 14:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:50:\"WPTavern: New Holiday – Talk Like a Spammer Day!\";s:7:\"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:32:\"http://www.wptavern.com/?p=10181\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://feedproxy.google.com/~r/WordpressTavern/~3/7J40V67FxqE/new-holiday-talk-like-a-spammer-day\";s: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:1683:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/wpforcelogo.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/wpforcelogo.jpg?resize=300%2C62\" alt=\"WPForce Logo\" class=\"alignright size-medium wp-image-10183\" /></a> Jonathan Dingman over at WPForce.com has <a href=\"http://wpforce.com/spammers-come-creative-spam-comments/\" title=\"http://wpforce.com/spammers-come-creative-spam-comments/\">published a funny piece</a> that illustrates how comment spammers are able to be so randomly creative with their posts. One of his spam comments contained the entire template of text used to generate random comments. How many combinations of spam can you make with the following template?</p>\n<blockquote><p>I {want to|wish to|desire to} read {more|even more} things about it!|<br />\n{It is|It’s} {appropriate|perfect|the best} time to make {a few|some} plans<br />\nfor {the future|the longer term|the long run} and {it is|it’s} time to be happy.</p></blockquote>\n<p>Check out the long list of different replies on his post. I think this calls for a new holiday. Talk like a spammer day! We humans have to guess which combination is the correct one! But giving this some more thought, if there was a talk like a spammer day and we were legitimately using templates like the ones presented in the post to generate our comments and those comments were published even though Akismet thinks they are spam, how big of an impact would we have on screwing up the Akismet spam algorithm? Maybe this holiday is not such a good idea!</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/7J40V67FxqE\" 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, 22 Oct 2013 13:00: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:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"Donncha: The shiny new dynamic content in 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ocaoimh.ie/?p=89498568\";s:7:\"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://ocaoimh.ie/2013/10/21/shiny-new-dynamic-content-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9361:\"<p>With the next release of WP Super Cache in a day or two <a href=\"http://ocaoimh.ie/2013/05/01/mfunc-in-wp-super-cache-1-4-and-beyond/\">the long awaited</a> move away from mfunc, mclude and friends will be complete.</p>\n<p>This means that if you have been using mfunc, mclude or dynamic-cached-content the dynamic portions of your sites will go blank if you upgrade WP Super Cache without updating that dynamic code. This may seem complicated but there’s an example script included and detailed explanations below. A lot of effort was made to make this backwards compatible but unfortunately it wasn’t possible.</p>\n<p>In their place is a new cacheaction filter called wpsc_cachedata and it’s sidekick wpsc_cachedata_safety. In the future when a site owner using WP Super Cache wants to make part of their website dynamic they will use those filters to modify pre-defined text strings and replace them with the data they want displayed to the end user. There’s an <a href=\"http://svn.wp-plugins.org/wp-super-cache/trunk/plugins/dynamic-cache-test.php\">example script</a> ready to be ripped apart to help you figure all this out.</p>\n<p>There are two ways of using this:</p>\n<ol>\n<li> The dynamic content is the return value of a simple process, be it <code>date()</code> or any of the numerous get_*() functions in WordPress. That data can simply be slotted in place of the pre-defined text mentioned above.</li>\n<li> The more difficult bit comes when you need to use an output buffer to collect the data for display. Due to a limitation in PHP it’s impossible to run an output buffer in the callback function of another output buffer, which is when the wpsc_cachedata filter runs. We need to collect that data <em>before</em> the callback function executes.</li>\n</ol>\n<p>The first way above is easy. Simply add a text string of random characters to your theme where you want the dynamic content to appear, then hook a function on to the wpsc_cachedata filter to str_replace() it with your dynamic content. These functions in <a href=\"http://svn.wp-plugins.org/wp-super-cache/trunk/plugins/dynamic-cache-test.php\">this script</a> do that:\n<ul>\n<li>dynamic_cache_test_filter()</li>\n<li>dynamic_cache_test_template_tag()</li>\n<li>dynamic_cache_test_init()</li>\n</ul>\n<p>You’ll have to hook on to the wpsc_cachedata_safety action and return the numeral 1 to actually run the wpsc_cachedata filter. This is a fail safe used by the plugin to make sure things are ok when the filter runs.</p>\n<p>Unfortunately if you want to use an output buffer it’s a lot harder. As stated above an output buffer can’t run in the callback function of another output buffer. This means you have to generate your dynamic content earlier in the PHP process.<br />\nThis could be as easy as calling your dynamic content function (dynamic_output_buffer_test() in the example script) from the wp_footer action, or calling it from any action before shutdown, whichever is appropriate. You’ll also need to add a template tag of your own choosing to your theme.<br />\nYour dynamic content function will run just fine for cached pages, so after the new page has run it store the output in a constant or global variable that the same function can look for when the wpsc_cacheaction runs it. If it finds that information, it can do the search and replace of your template tag without running the output buffer again.<br />\nSome pages won’t run the dynamic content function however. This includes feeds and sitemaps. Those pages will generate a PHP error because the output buffer will try to run in the callback!</p>\n<blockquote><p>“PHP Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in…”</p></blockquote>\n<p>To stop that happening you must check that there’s text to shove in the cached page. That’s what happens in the function dynamic_output_buffer_test_safety() in the example script. It fires on the wpsc_cachedata_safety filter and returns the numeral 1 if successful. </p>\n<h3>Anatomy of an Output Buffer</h3>\n<p>I’m going to try and explain the output buffer functions in more detail here. They’re only example functions and if you spot a bug or can suggest improvements please do!</p>\n<pre class=\"brush: php; gutter: false; title: ; notranslate\">define( \'DYNAMIC_OUTPUT_BUFFER_TAG\', \'\' ); // CHANGE THIS!</pre>\n<p>This is the string you add to your theme where your dynamic content will appear. The plugin will replace this string with the code generated by your dynamic content function.</p>\n<pre class=\"brush: php; title: ; notranslate\">function dynamic_output_buffer_test( &$cachedata = 0 ) {\n if ( defined( \'DYNAMIC_OB_TEXT\' ) )\n return str_replace( DYNAMIC_OUTPUT_BUFFER_TAG, DYNAMIC_OB_TEXT, $cachedata );\n ob_start();\n // call the sidebar function, do something dynamic\n echo \"<p>This is a test. The current time on the server is: \" . date( \'H:i:s\' ) . \"</p>\";\n $text = ob_get_contents();\n ob_end_clean();\n\n if ( $cachedata === 0 ) // called directly from the theme so store the output\n define( \'DYNAMIC_OB_TEXT\', $text );\n else // called via the wpsc_cachedata filter. We only get here in cached pages in wp-cache-phase1.php\n return str_replace( DYNAMIC_OUTPUT_BUFFER_TAG, $text, $cachedata );\n\n}\nadd_cacheaction( \'wpsc_cachedata\', \'dynamic_output_buffer_test\' );</pre>\n<ul>\n<li> 1. dynamic_output_buffer_test() is the function that will generate the dynamic content inserted into the cached page.</li>\n<li> 2-3. DYNAMIC_OB_TEXT stores the previous output of this function. If it’s set that means we’re in the wpsc_cachedata filter and should insert it into the cached page and return it.</li>\n<li> 4-8. This creates the output buffer, echoes a string with the current time and copies the buffer into a variable called $text before closing the output buffer.</li>\n<li> 10-13. This is how we decide to return data. If $cachedata is 0 that means this function was called from the theme so we should define the constant DYNAMIC_OB_TEXT for later use. Otherwise, we must be dealing with an already cached page so insert the dynamic content into the page and return it.</li>\n<li> 16. Add the dynamic_output_buffer_test() function to the wpsc_cachedata action. “add_cacheaction” is used as it loads before the regular WordPress action code loads.</li>\n</ul>\n<pre class=\"brush: php; title: ; notranslate\">function dynamic_output_buffer_test_safety( $safety ) {\n if ( defined( \'DYNAMIC_OB_TEXT\' ) )\n return 1; // ready to replace tag with dynamic content.\n else\n return 0; // tag cannot be replaced.\n}\nadd_cacheaction( \'wpsc_cachedata_safety\', \'dynamic_output_buffer_test_safety\' );</pre>\n<ul>\n<li>1-6. dynamic_output_buffer_test_safety() is a function that checks if dynamic content was generated correctly. If that constant is not defined the output buffer will run within the callback function of the main WP Super Cache output buffer and generate a PHP error.</li>\n<li> 7. Add the wpsc_cachedata_safety() function to the dynamic_output_buffer_test_safety action.</li>\n</ul>\n<h3>sidebar.php</h3>\n<p>As an example, if I wanted to display my dynamic content in the sidebar of my blog I would load sidebar.php in my theme’s directory and add the following code. </p>\n<pre class=\"brush: php; title: ; notranslate\">if ( function_exists( \'dynamic_output_buffer_test\' ) )\n dynamic_output_buffer_test();\n?>WORDPRESS ROCKS THE WORLD<?php</pre>\n<p>I had previously edited the example script, uncommented it and changed the appropriate tag:</p>\n<pre class=\"brush: php; gutter: false; title: ; notranslate\">define( \'DYNAMIC_OUTPUT_BUFFER_TAG\', \'WORDPRESS ROCKS THE WORLD\' ); // CHANGE THIS!</pre>\n<h3>Final Note and Download Link</h3>\n<p>Please grab the <a href=\"http://ocaoimh.ie/the-development-version-of-wp-super-cache/\">development version</a> of the plugin and try it on a staging server before you put it live. Feedback would be appreciated!</p>\n<p>Warning! Keep the tags you use secret. You don’t want someone leaving a comment on your blog with that string! Do not use the same function names or constant names as in this post or example script. They’re in this very public post. Someone is bound to use them and cause you problems when you install their plugin.</p>\n<p>Finally, barring any last minute major bugs this version of WP Super Cache will be released on Wednesday. Be careful upgrading. Pass the word around if you know someone is using mfunc as their site will stop working!</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://ocaoimh.ie/2009/07/17/wp-super-cache-0-9-5/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.5\">WP Super Cache 0.9.5</a></li><li> <a href=\"http://ocaoimh.ie/2013/04/24/wp-super-cache-1-3-2/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 1.3.2\">WP Super Cache 1.3.2</a></li><li> <a href=\"http://ocaoimh.ie/2013/05/01/mfunc-in-wp-super-cache-1-4-and-beyond/\" rel=\"bookmark\" title=\"Permanent Link: mfunc in WP Super Cache 1.4 and beyond\">mfunc in WP Super Cache 1.4 and beyond</a></li></ul></p><p><a href=\"http://ocaoimh.ie/2013/10/21/shiny-new-dynamic-content-wp-super-cache/\">The shiny new dynamic content in WP Super Cache</a> originally appeared on <a href=\"http://ocaoimh.ie\">Holy Shmoly!</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, 21 Oct 2013 22:06: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:7:\"Donncha\";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:45:\"WordPress.tv: WordCamp Europe 2013 Interviews\";s:7:\"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=23966\";s:7:\"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/2013/10/21/wordcamp-europe-2013-interviews/\";s: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:641:\"<div id=\"v-jxAPy8J5-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23966/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23966/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23966&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/21/wordcamp-europe-2013-interviews/\"><img alt=\"WordCamp Europe 2013 Interviews\" src=\"http://videos.videopress.com/jxAPy8J5/video-9722ba6ba8_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, 21 Oct 2013 20:07:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:50:\"WPTavern: Why Are We Paying For GPL Licensed Code?\";s:7:\"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:32:\"http://www.wptavern.com/?p=10128\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://feedproxy.google.com/~r/WordpressTavern/~3/zYcZG5ycFZE/gpl-ethics-right-wrong-winners-losers\";s: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:5653:\"<p>Kevin Muldoon has published a great post that may change the mindset of both WordPress end users and developers. In his post, he talks about WordPress, GPL, and ethics but further into the post, he mentions that perhaps we should not be thinking about what sites like <a href=\"http://wpavengers.com/\" title=\"http://wpavengers.com/\">GPL Avengers</a> or <a href=\"http://gplclub.org/\" title=\"http://gplclub.org/\">GPL Club</a> are doing as right or wrong but rather, good or bad. </p>\n<blockquote><p>When you start talking about premium GPL products, the line between what is right or wrong gets a little blurred. Perhaps the terms “Right” and “Wrong” should not be used in this debate at all. “Good” and “Bad” are more suitable. GPL is supposed to benefit the WordPress community. So we need to consider what is good and what is bad for the community?</p></blockquote>\n<p>Ethics is subjective so let’s skip that word. It’s as bad as saying “spirit” when talking about the GPL. What GPL Avengers and GPL CLub are doing is not illegal and I don’t think anyone will argue that point. Let’s take the good and bad approach.<span id=\"more-10128\"></span></p>\n<h3>The Good:</h3>\n<p> Both are offering commercial products either for free or for a substantially lower price. This is good because those who don’t need support can make do with the lower price. It’s also good in that it exposes the commercial offerings to a larger market segment that perhaps otherwise wouldn’t be able to afford purchasing from the original developer.</p>\n<h3>The Bad:</h3>\n<p> GPL Club points out that support is only provided by the original product authors. Meanwhile, WP Avengers provides automatic updates and premium support via forums and support credits. I am not sure how this works but their forum is not publicly accessible. In general, the best people to provide support for the product are the people who created it. By acquiring products through either of these two sites, unknowing customers will either be out of luck in getting support, or may not get the best support money can buy. </p>\n<p>There are a number of great comments about this situation that I encourage you to read like, <a href=\"http://www.kevinmuldoon.com/wordpress-gpl-ethics/#comment-5255\" title=\"http://www.kevinmuldoon.com/wordpress-gpl-ethics/#comment-5255\">this one from Paul</a>, or <a href=\"http://www.kevinmuldoon.com/wordpress-gpl-ethics/#comment-5251\" title=\"http://www.kevinmuldoon.com/wordpress-gpl-ethics/#comment-5251\">Andrew</a>. What is boils down to is these two sites have started a race to the bottom but I think that race has been going on for a long time. </p>\n<p>One of the scenarios that Kevin laid out was the following:</p>\n<blockquote><p>With regards to where the buck stops :) WP Avengers and GPL Club are charging money for premium plugins that other people developed. Here’s a thought….what if someone went one step further and released all premium plugins free. For example, a plugin and theme directory that allowed every single premium WordPress theme and plugin to be downloaded free of charge. No malware, no hidden agenda. Simply someone who wanted to share all premium plugins with the world.</p>\n<p>How do you think the WordPress community would react to this? Would it kill the market for premium WordPress products or would developers have to focus on support? – <a href=\"http://www.kevinmuldoon.com/wordpress-gpl-ethics/#comment-5254\" title=\"http://www.kevinmuldoon.com/wordpress-gpl-ethics/#comment-5254\">Kevin Muldoon</a></p></blockquote>\n<p>I think it would be fantastic. On paper, it seems pretty stupid to pay for GPL code. We hear the phrase “<em>paying for support and product updates</em>” repeatedly but it still seems as though we’re paying for the code first. So let’s make all code free. If we pay money, we’re actually paying for upgrades and support of that free code. But I know exactly what this would do to commercial themes and plugins. We’d end up with free code that only has one purpose. To serve up a prompt asking for an API key. In a way, I’d be ok with this because it would be less code running on my site but on the flip side, I’d then be relying on an increasing number of third-party sites to be online to make sure my forms worked. If all commercial themes and plugins were free, it wouldn’t be the end of the world. We would just rapidly make the transition to purchasing support and upgrades or service add-ons. Also, if commercial themes and plugins were free, sites like GPL Club and WP Avengers suddenly become the losers as they would then be charging for GPL code without the support to back it. </p>\n<h3>A Few Questions For My Commercial WordPress Developer Friends</h2>\n<p>It’s fascinating to think about all GPL licensed code in themes and plugins being free as in beer. How would this change the way vendors today do business? If the real value is in support and upgrades, then the question I have for commercial plugin and theme developers is why are they charging for their GPL licensed code? The GPL license says you can do it, but what’s the point? I’ll guess and say that it would then be too confusing for customers to figure this all out so it’s easier to bundle everything in one purchase. At the end of the day, WP Avengers, GPL Club and sites like them are not going to put the original vendors out of business. All they are is an inconvenience. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/zYcZG5ycFZE\" 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, 21 Oct 2013 19:00: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:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"WPTavern: WordPress 3.7 Automatic Upgrades Proving to Be Reliable\";s:7:\"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:32:\"http://www.wptavern.com/?p=10151\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://feedproxy.google.com/~r/WordpressTavern/~3/4c1b_4P7CE8/wordpress-3-7-automatic-upgrades-proving-to-be-reliable\";s: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:2957:\"<p>The first <a href=\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/\" target=\"_blank\">WordPress 3.7 Release Candidate</a> was sent out into the wild last Friday. So far it’s been testing very well. The flagship feature of this release is the ability for WordPress to automatically update itself, as highlighted in the customary haiku:</p>\n<blockquote><p>\nWordPress three seven<br />\nA self-updating engine<br />\nLies beneath the hood\n</p></blockquote>\n<p>Automatic background updates seems like a daunting feature to launch across millions of blogs, but WordPress 3.7 includes code to roll back a failed automatic upgrade. Even so, Nacin <a href=\"https://twitter.com/nacin/status/392132430129139713\" target=\"_blank\">tweeted</a> yesterday that after 25,000 updates to RC1, there hasn’t been one single rollback. So far it looks like the automatic background updates for security and minor releases is proving to be remarkably reliable. <span id=\"more-10151\"></span></p>\n<p>Nacin has done everything in his power to determine points of failure within the feature but so far it’s been holding up nicely:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>We’ve tried all sorts of things to trip up the updater in WP 3.7, like changing file perms, simulating network issues, having no disk space.</p>\n<p>— Andrew Nacin (@nacin) <a href=\"https://twitter.com/nacin/statuses/391303056047865856\">October 18, 2013</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Short of unplugging the server halfway through, I’m not actually sure it’s possible for a background update in WP 3.7 to critically fail.</p>\n<p>— Andrew Nacin (@nacin) <a href=\"https://twitter.com/nacin/statuses/391265227058061312\">October 18, 2013</a></p></blockquote>\n<p></p>\n<p>Currently two emails are being sent out when the automatic upgrades are successful: one for debugging and the other standard email that all users of 3.7 will receive. Once 3.7 is officially released you will no longer get the debugging email. However, there is a <a href=\"https://twitter.com/nacin/status/391620342172504064\" target=\"_blank\">filter</a> that you can use to keep it turned on if you like.</p>\n<p>Jeff recently <a href=\"http://www.wptavern.com/how-will-you-configure-auto-updates-in-wordpress-3-7\" target=\"_blank\">polled Tavern readers</a> to see how they will be implementing the automatic updates on their sites, as many readers previously had expressed reservations. At this time it seems that only 1 in 4 people polled will be disabling automatic updates completely, while the remaining 75% are open to using them to varying degrees. The results of Nacin’s testing of RC1 should inspire even more confidence. If all goes well, it looks like we should have the official WordPress 3.7 release sometime this week.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/4c1b_4P7CE8\" 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, 21 Oct 2013 17:56: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:97:\"WordPress.tv: Justin Jones: WordPress Security or Why Google Says You Shouldn’t Visit My Church\";s:7:\"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=23080\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wordpress.tv/2013/10/21/justin-jones-wordpress-security-or-why-google-says-you-shouldnt-visit-my-church/\";s: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:747:\"<div id=\"v-yIqcqtwl-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23080/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23080/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23080&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/21/justin-jones-wordpress-security-or-why-google-says-you-shouldnt-visit-my-church/\"><img alt=\"Justin Jones: WordPress Security or Why Google Says You Shouldn’t Visit My Church\" src=\"http://videos.videopress.com/yIqcqtwl/video-c9445da87e_scruberthumbnail_1.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, 21 Oct 2013 17:19: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: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: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:61:\"WPTavern: New Grid View Coming to the WordPress Media Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=9218\";s:7:\"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:113:\"http://feedproxy.google.com/~r/WordpressTavern/~3/qM4VP9q4HBo/new-grid-view-coming-to-the-wordpress-media-library\";s: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:3915:\"<p>Your experience in the WordPress media library is about to get a whole lot better. Very soon you’ll have the option to display media items in a grid view. An exciting project to enhance the media library is well underway and will eventually be added to the WordPress core. The good news is that you don’t have to wait. This new feature, although still in development, is now available as a plugin.</p>\n<p><a href=\"http://wordpress.org/plugins/media-grid/\" target=\"_blank\">Media Grid</a>, developed by <a href=\"https://twitter.com/shaunandrews\" target=\"_blank\">Shaun Andrews</a>, just showed up in the WordPress plugin repository this weekend. Shaun has been a busy bee lately and he’s on a roll. The Media Grid plugin is the second plugin he’s released with improvements for the WordPress core UI. His first was the Widgets Area Chooser plugin that we <a href=\"http://www.wptavern.com/wordpress-widgets-area-chooser-plugin-a-handy-addition-to-mp6\" target=\"_blank\">featured</a> earlier today.<span id=\"more-9218\"></span></p>\n<p>When combined with the <a href=\"http://wordpress.org/plugins/mp6/\" target=\"_blank\">MP6 plugin</a>, the Media Grid plugin currently lets you select between seeing the library displayed in the old list style or with the new grid view: </p>\n<div id=\"attachment_10120\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/media-library1.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/media-library1.jpg?resize=560%2C316\" alt=\"WordPress Media Library Grid View\" class=\"size-full wp-image-10120\" /></a><p class=\"wp-caption-text\">WordPress Media Library Grid View</p></div>\n<p>What’s cool about this plugin? It lets you toggle the thumbnails to a larger size for ease of browsing. Pagination is handled beautifully via infinite scroll. The search is also very responsive and returns results instantly as you type, even if you only enter one letter. </p>\n<p>We’ve seen a lot of changes lately when it comes to WordPress user interface design. These rapid changes have been set in motion to arrange information in a way that is easier to use and understand.</p>\n<p>Scientific <a href=\"http://www.pnas.org/content/95/5/2703.full\" target=\"_blank\">studies of neural memory encoding</a> have shown that the human brain remembers pictures better than words. If you’re searching for an image you recently uploaded, browsing through thumbnails is likely to be much more helpful than trying to use words to search for your image. An optional grid view makes a lot of sense for this interface and I’m hoping it will become the default view. </p>\n<h3>When Will We See the Media Grid in the WordPress Core?</h3>\n<p>Of course, the burning question everyone wants to know, is when can we see this added to the WordPress core? The Media Library Grid View project is led by <a href=\"https://twitter.com/helenhousandi\" target=\"_blank\">Helen Hou-Sandi</a>. The plugin is part of the “Features as Plugins” initiative that enables developers to propose new features to core in the form of a plugin. Last time I checked with Shaun he said that they would love to have it ready for 3.8 or 3.9 but really it comes down to whenever it’s ready. </p>\n<p>This plugin is the future of the WordPress media library. I’m convinced that once you try the grid view you won’t ever want to go back to the boring list style. Although the Media Grid plugin is still being actively developed, it’s working quite nicely already. Shaun Andrews welcomes your suggestions and patches. If you’d like to help test it you can <a href=\"http://wordpress.org/plugins/media-grid/\" target=\"_blank\">download</a> Media Grid from the WordPress plugin repository.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/qM4VP9q4HBo\" 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, 21 Oct 2013 17:00: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:13:\"Sarah Gooding\";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:37:\"Joseph: Books: The Year Without Pants\";s:7:\"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=9213\";s:7:\"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:\"https://josephscott.org/archives/2013/10/books-the-year-without-pants/\";s: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:10188:\"<p>I finished reading Scott Berkun’s book <a href=\"http://scottberkun.com/yearwithoutpants/\">The Year Without Pants</a>. The book tells the tale of Scott’s time at <a href=\"http://automattic.com/\">Automattic</a> as the lead of Team Social, which worked on <a href=\"http://wordpress.com/\">WordPress.com</a>. I’ve never read a book about a place that I’ve worked at, so I was curious to see things from his point of view.</p>\n<p>I’ve worked at Automattic for over six years, well before Scott started there. We were always on separate teams and I never worked directly with Scott on any projects. As a result some of the things Scott talks about in the book take on a different angle than my own. While reading through the book I made notes on things that I wanted to expand on a bit, provide a different point of reference for, or just struck me as interesting. I’m including the page number for easy reference.</p>\n<p><strong>Page 10</strong>, talking about how for many people Automattic was the largest company they had ever worked for. I definitely didn’t fall into that camp. Oddly enough I’ve alternated between large and small companies, though not on purpose. Before Automattic I worked at a university that had thousands of employees. Before that I was at small regional ISP that never had more than 10 full time employees. Going back one more job I was at a large international company with more than 10,000 people across the planet. And the job before that was at a company with 20 people. That pretty much covers all of the jobs I’ve had as an adult.</p>\n<p><strong>Page 15</strong>, about IRC being an ancient chat program. When I mention to other people that we use IRC I’ll often describe it as being “as old as dirt”, meaning <a href=\"http://www.irc.org/history_docs/jarkko.html\">1988</a>. Being old doesn’t change the fact that it is still one of the best solutions to the problem of text based chat.</p>\n<p><strong>Page 16</strong>, about Automattic demanding great communication skills. In some ways we have to overcommunicate in order to make up for not all being in the same building.</p>\n<p><strong>Page 20</strong>, Caturday. Long running thing at Automattic from the world of LOLcats. On page 25 Scott shows a screenshot of some stats, and the week ends with Caturday. Some time ago a new hire at Automattic “fixed” the typo by changing it to Saturday. We had to explain the joke, then had them revert it back to Caturday :-)</p>\n<p><strong>Page 25</strong>, experts don’t go back to regular jobs because regular jobs are hard. This is worth keeping in mind the next time you read an article or book from a professional expert.</p>\n<p><strong>Page 28</strong>, on jamming practices from one culture into another. This is a hard lesson to learn and I think most who have learned it have only done so through experience. Culture isn’t something you can easily transplant. Culture, like trust, is hard to build and easy to destroy.</p>\n<p><strong>Page 29</strong>, about trust. Trust is a really big deal in any company culture. The lack of it usually results in grinding political structures. High degrees of trust can result in the whole being so much more than the sum of the parts.</p>\n<p><strong>Page 42</strong>, remember how I mentioned that I described IRC being as old as dirt? I’m not the only one who thinks that way :-)</p>\n<p><strong>Page 43</strong>, about many things at Automattic being inherited from the open source WordPress project. I don’t think it is an overstatement to say that this is one of the core attributes in the formation of Automattic. In many ways it looks like a group of people working on an open source project that just happens to also involve money, sometimes.</p>\n<p><strong>Page 46</strong>, about the WordPress theme P2. One day I’ll write a separate post about how P2 came to be. Naming things can be hard, and sometimes beyond your control.</p>\n<p><strong>Page 48</strong>, on the communication break down between P2, IRC, Skype, and email. The ratio varies between teams. For my experience I’d say P2 and IRC are closer to 50 / 50, Skype and email nearly rounding errors. IRC was good for talking about something right now ( synchronous ) and P2 was good for things that weren’t nearly so time sensitive ( asynchronous ) or needed a better way to be tracked.</p>\n<p><strong>Page 54</strong>, about the size of a company being the ultimate goal. I’ve had conversations with people about companies that stay intentionally small. In the technology field it isn’t often that you come across people who want to have a limit to how big their company gets. I think there is an idea worth exploring in there.</p>\n<p><strong>Page 61</strong>, regarding killing a project or experiment. It isn’t easy to shutdown something that you’ve put energy into. That said, we could be better about letting go.</p>\n<p><strong>Page 104</strong>, data-influenced culture versus a data-driven one. I’ll give an example of one experience I had that shows how this worked. A new A / B test was launched around a signup flow and I was fairly certain that the new version was going to do worse because the resulting experience was so bad for the user. It quickly became clear that the new version resulted in more revenue. As a team we talked it over and decided against using the new version, even though it meant giving up some of that increase in revenue. I was happy we were able to agree on that because the user experience in the new version was one I’d never want to use. The results of the A / B test were one part of our decision making process, but it wasn’t the only consideration.</p>\n<p><strong>Page 111</strong>, vision. Someone having a clear vision of where things are going as a whole is a different dynamic in a company that focuses on individuals being super proactive about coming up with their own ideas on what to work on next. Not that you can’t have it, just that at some point you realize everyone can’t do everything. See also page 126 regarding clarity vs. quantity of ideas.</p>\n<p><strong>Page 132</strong>, “Without the time machine, all choices have the possibility of being wrong.” I need to put that on a t-shirt. Sometimes the value of making a decision outweighs any of the potential outcomes of the decision itself.</p>\n<p><strong>Page 134</strong>, on not being tied down too much by a pre-selected process. I’ve been asked before if Automattic uses [ insert current trendy methodology here ]. My answer has always been no. We work out what works best for us as a team, then start moving forward, adjusting along the way as needed.</p>\n<p><strong>Page 136</strong>, “To start big projects, you must have the capacity for delusion.” Probably also worth a t-shirt. At some point after going through enough big projects you learn that you always underestimate them at the beginning. Then after even more of them you learn that under estimating them is sometimes a good thing, because if you didn’t you would never actually start them.</p>\n<p><strong>Page 152</strong>, about work environments. When I talk with people about Automattic being a distributed company, I usually end up explaining that like most things it is about trade offs. Distributed vs. non-distributed is often less about which one is better and more about which trade offs you want to work with. The same is true of individuals. Not everyone is going to excel in a distributed situation, and that is fine, it doesn’t make them bad at what they do or who they are.</p>\n<p><strong>Page 171</strong>, talking about Team Social being stretched even further. When Scott joined Automattic I started working on the Akismet team. Our team was always stretched, with people in Melbourne ( Australia ), California, Utah, North Carolina, and England. From UTC that is +11, -7, -6, -4, and +1 for everyone playing along at home. Not the same broad and even distribution that Team Social ended up with, but not always easy either. But we made it work.</p>\n<p><strong>Page 198</strong>, a reference to the bike shed problem. Long time FreeBSD users will remember <a href=\"http://bikeshed.com/\">the bike shed post by PHK</a>.</p>\n<p><strong>Page 200</strong>, on few people being willing to dive in and make changes. That is pretty much the opposite of my experience.</p>\n<p><strong>Page 200</strong>, about broken windows for good and bad. I think our ability to fix a bug that came up quickly is a good thing. There obviously has to be some balance with other things, but I would never want to lose our ability to go from getting a ping from a friend about something on our service being broken, to being able to reply that it has now been fixed, often in a matter of minutes.</p>\n<p><strong>Page 201</strong>, some people being afraid to post on a P2 because they think it is a megaphone and everyone is reading it. What is funny about reading that is that before we had P2, there was just one internal blog for all of Automattic and it was rarely used. It was common for it to only get one post per month. P2 changed that dramatically.</p>\n<p><strong>Page 225</strong>, “No one should be expected to carry the burden of a secret their peers would love to know.” Not worth putting on a t-shirt, but something that every leader should remember.</p>\n<hr />\n<p>I could comment on every page in the book, but these were the points that I noted specifically as I read through it.</p>\n<p>The book itself is an enjoyable read, and easy to get through. If you’ve ever wondered what things are like at Automattic, The Year Without Pants, is a pretty good window. Just keep in mind that it is from one point of view and that each team has a high degree of flexibility in doing things in a way that works best for them.</p>\n<p>If you would rather live it than read about it, <a href=\"http://automattic.com/work-with-us/\">Automattic is hiring</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, 21 Oct 2013 15:05:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:61:\"WPTavern: After Four Years – WPShout Is Under New Ownership\";s:7:\"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:32:\"http://www.wptavern.com/?p=10124\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"http://feedproxy.google.com/~r/WordpressTavern/~3/sUm_0G9JveY/after-four-years-wpshout-is-under-new-ownership\";s: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:2615:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/wpshoutlogo.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/wpshoutlogo.jpg?resize=300%2C46\" alt=\"wpshout logo\" class=\"alignright size-medium wp-image-10125\" /></a>Long time WordPress community member Alex Denning <a href=\"http://wpshout.com/ending-better-beginning/\" title=\"http://wpshout.com/ending-better-beginning/\">has announced</a> that his WordPress centric site <a href=\"http://www.wpshout.com\" title=\"http://www.wpshout.com\">WPShout</a> is now under new ownership. Alex has reached the point where his job combined with his university study work has made it impossible for him to keep the site going. Thankfully, Alex has found a great home for the site. New owners Fred and David of <a href=\"http://pressupinc.com/\" title=\"http://pressupinc.com/\">Press Up</a> will be taking over the site. According to their introductions within the announcement post, they seem to fit in naturally with providing the type of content WPShout readers have come to expect. <span id=\"more-10124\"></span></p>\n<blockquote><p>We’re really excited to be taking over WPShout, and glad that we were able to talk Alex into sticking around in an advising role for the transitional period. He’s built a great resource here, and we’re eager to keep his vision alive and make it even better.</p></blockquote>\n<p>Kudos to Alex for finding the right individuals to take over the site. I know from experience that giving up something that was built from the ground up is not an easy task but handing it over to the right individuals makes the process a lot easier to cope with. For those of you that would like to keep in touch with Alex, you can <a href=\"http://twitter.com/alexdenning\" title=\"http://twitter.com/alexdenning\">follow him on Twitter</a> or keep an eye on his personal site <a href=\"http://sevenironcows.com/\" title=\"http://sevenironcows.com/\">Sevenironcows</a>. </p>\n<p>Before I let you go, please check out Alex Denning’s <a href=\"http://wpshout.com/hosting-review-results/\" title=\"http://wpshout.com/hosting-review-results/\">Webhosting Review 2013 Results</a> that he published two weeks ago. Also, I’ll have Alex, Fred, and David on this week’s episode of WordPress Weekly to discuss the transition of the WPShout website. Considering how busy Alex will be with university, this may be the only opportunity we get to talk to him about his experience in the WordPress community.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/sUm_0G9JveY\" 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, 21 Oct 2013 15:00: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:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"WPTavern: WordPress Widgets Area Chooser Plugin: A Handy Addition to MP6\";s:7:\"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:32:\"http://www.wptavern.com/?p=10090\";s:7:\"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:123:\"http://feedproxy.google.com/~r/WordpressTavern/~3/mvgunDECZL0/wordpress-widgets-area-chooser-plugin-a-handy-addition-to-mp6\";s: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:3160:\"<p>If you’ve ever worked on a WordPress site with a long list of widget areas and dozens of widgets, then you know how crowded this page can become. In this scenario the drag-and-drop interface becomes virtually useless, as you struggle to drag the widget to the right area while trying to force your browser window to scroll down.</p>\n<p><div id=\"attachment_10101\" class=\"wp-caption alignright\"><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/widgets-area-chooser.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/widgets-area-chooser.jpg?resize=353%2C250\" alt=\"Widgets Area Chooser\" class=\"size-full wp-image-10101\" /></a><p class=\"wp-caption-text\">Widgets Area Chooser</p></div>While the new widgets page design in MP6 makes it easier to manage widgets, the drag-and-drop doesn’t always provide the best experience. That’s where the <a href=\"http://wordpress.org/plugins/widget-area-chooser/\" target=\"_blank\">Widgets Area Chooser</a> plugin comes in handy. <span id=\"more-10090\"></span></p>\n<p>Created by <a href=\"http://wordpress.org/plugins/mp6/\" target=\"_blank\">MP6</a> member <a href=\"https://twitter.com/shaunandrews\" target=\"_blank\">Shaun Andrews</a>, this plugin lets you click a widget in order to choose where it should be placed. According to Shaun, the plugin is really just a bit of CSS and JS, so it would be an easy addition to MP6.</p>\n<p>Here’s a quick demo of the Widgets Area Chooser in action:</p>\n<div id=\"attachment_10105\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/widgets.gif\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/widgets.gif?resize=560%2C457\" alt=\"(note: The experience is actually not as jumpy as it appears in the screencast)\" class=\"size-full wp-image-10105\" /></a><p class=\"wp-caption-text\">(note: The experience is actually not as jumpy as it appears in the screencast)</p></div>\n<p>After testing this plugin on my desktop as well as mobile devices, I believe there are several merits which should be considered in the discussion about whether or not this should be a part of MP6 and eventually WordPress 3.8:</p>\n<ul>\n<li>Makes it easier to add new widgets – clicking is easier than drag-and-drop</li>\n<li>Reduces frustration when working with a large number of widget areas</li>\n<li>Makes it easier to manage widgets on a mobile device</li>\n</ul>\n<p>It’s important to recognize that this doesn’t actually remove drag-and-drop capabilities. The Widgets Area Chooser simply adds a new way to move widgets around, and users will still have the option of dragging and dropping if they prefer. Please note that you will need to have <a href=\"http://wordpress.org/plugins/mp6/\" target=\"_blank\">MP6</a> installed and activated in order to test this plugin. </p>\n<p>So what do you think? Should the <a href=\"http://wordpress.org/plugins/widget-area-chooser/\" target=\"_blank\">Widgets Area Chooser</a> be included in MP6?</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/mvgunDECZL0\" 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, 21 Oct 2013 13:01: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:13:\"Sarah Gooding\";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:44:\"WordPress.tv: Paul Kortman: Stop Selling 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:28:\"http://wordpress.tv/?p=23072\";s:7:\"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.tv/2013/10/20/paul-kortman-stop-selling-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:638:\"<div id=\"v-Oc6EhwH0-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23072/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23072/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23072&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/20/paul-kortman-stop-selling-seo/\"><img alt=\"Paul Kortman: Stop Selling SEO\" src=\"http://videos.videopress.com/Oc6EhwH0/video-0ca99ba0ff_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, 20 Oct 2013 14:17: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:\"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: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:73:\"WordPress.tv: K. Adam White: Building Apps With Backbone.js and 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=23856\";s:7:\"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:89:\"http://wordpress.tv/2013/10/20/k-adam-white-building-apps-with-backbone-js-and-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:695:\"<div id=\"v-XpFmdpC9-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23856/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23856/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23856&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/20/k-adam-white-building-apps-with-backbone-js-and-wordpress/\"><img alt=\"K. Adam White: Building Apps With Backbone.js and WordPress\" src=\"http://videos.videopress.com/XpFmdpC9/video-50bab1e57b_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, 20 Oct 2013 13:26: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: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:100:\"WordPress.tv: Panel Discussion: WordPress Face-to-Face: Fostering Your Local (And Digital) 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=23858\";s:7:\"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:114:\"http://wordpress.tv/2013/10/19/panel-discussion-wordpress-face-to-face-fostering-your-local-and-digital-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:747:\"<div id=\"v-tfytkU2x-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23858/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23858/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23858&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/19/panel-discussion-wordpress-face-to-face-fostering-your-local-and-digital-community/\"><img alt=\"Panel Discussion: WordPress Face-to-Face: Fostering Your Local (And Digital) Community\" src=\"http://videos.videopress.com/tfytkU2x/video-dbdba0ac67_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, 19 Oct 2013 13:16:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:53:\"WordPress.tv: Jeremy Felt: Hi WordPress, Meet Vagrant\";s:7:\"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=23872\";s:7:\"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.tv/2013/10/19/jeremy-felt-hi-wordpress-meet-vagrant/\";s: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:655:\"<div id=\"v-7MOIAJbN-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23872/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23872/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23872&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/19/jeremy-felt-hi-wordpress-meet-vagrant/\"><img alt=\"Jeremy Felt: Hi WordPress, Meet Vagrant\" src=\"http://videos.videopress.com/7MOIAJbN/video-f84e899acd_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, 19 Oct 2013 12:26:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:60:\"WPTavern: WPWeekly Episode 124 – The Three WordPressteers\";s:7:\"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:32:\"http://www.wptavern.com/?p=10085\";s:7:\"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:107:\"http://feedproxy.google.com/~r/WordpressTavern/~3/yfRhBSLaWZk/wpweekly-episode-124-the-three-wordpressteers\";s: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:3545:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg?resize=150%2C150\" alt=\"WordPress Weekly Cover Art\" class=\"alignright size-thumbnail wp-image-8715\" /></a> For the first time since returning to the airwaves, we had all three contributing authors to WordPress Tavern on the show at once. While we originally scheduled Alex Denning for this episode, we needed to reschedule him for October 25th. So in this episode, we each took turns discussing this weeks headlines. As a bonus, we got a live version of Marcus’ plugin roundup post. I had a blast on this show and hope to do more of these in the future. <span id=\"more-10085\"></span></p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://www.wptavern.com/managewp-launches-community-curated-wordpress-news-site\" title=\"http://www.wptavern.com/managewp-launches-community-curated-wordpress-news-site\">ManageWP Launches Community-Curated WordPress News Site</a><br />\n<a href=\"http://www.wptavern.com/buddypress-1-9-will-include-dynamic-menu-links\" title=\"http://www.wptavern.com/buddypress-1-9-will-include-dynamic-menu-links\">BuddyPress 1.9 Will Include Dynamic Menu Links</a><br />\n<a href=\"http://www.wptavern.com/how-will-you-configure-auto-updates-in-wordpress-3-7\" title=\"http://www.wptavern.com/how-will-you-configure-auto-updates-in-wordpress-3-7\">How Will You Configure Auto Updates In WordPress 3.7?</a><br />\n<a href=\"http://www.wptavern.com/book-review-the-year-without-pants\" title=\"http://www.wptavern.com/book-review-the-year-without-pants\">Book Review: The Year Without Pants</a><br />\n<a href=\"http://www.wptavern.com/dashboard-makeover-removes-incoming-links-widget\" title=\"http://www.wptavern.com/dashboard-makeover-removes-incoming-links-widget\">Dashboard Makeover Removes Incoming Links Widget</a><br />\n<a href=\"http://www.wptavern.com/mark-jaquith-on-wordpress-3-6-postmortem-and-post-formats-ui\" title=\"http://www.wptavern.com/mark-jaquith-on-wordpress-3-6-postmortem-and-post-formats-ui\">Mark Jaquith on WordPress 3.6 Postmortem and Post Formats UI</a></p>\n<h2>Plugins Mentioned By Marcus:</h2>\n<p><a href=\"http://wordpress.org/plugins/quick-wp-setup/\" title=\"http://wordpress.org/plugins/quick-wp-setup/\">Quick WP Setup</a><br />\n<a href=\"http://wordpress.org/plugins/preview-posts-everywhere/\" title=\"http://wordpress.org/plugins/preview-posts-everywhere/\">Preview Posts Everywhere</a><br />\n<a href=\"http://wordpress.org/plugins/custom-background-for-post-and-page/\" title=\"http://wordpress.org/plugins/custom-background-for-post-and-page/\">Custom Background for Post and Page</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, October 25th 3 P.M. Eastern – Special Guest Alex Denning Of WPShout.com</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #124:</strong><br />\n</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/yfRhBSLaWZk\" 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, 19 Oct 2013 06:37: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:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:31:\"Matt: Fast Company on Simperium\";s:7:\"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=43141\";s:7:\"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/2013/10/fast-company-on-simperium/\";s: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:230:\"<p>Fast Company’s Co.Labs writes a great article on <a href=\"http://www.fastcolabs.com/3020218/why-wordpress-gobbled-up-this-scrappy-icloud-alternative\">Why WordPress[.com] Gobbled Up This Scrappy iCloud Alternative</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, 18 Oct 2013 23:56: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: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: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:76:\"WPTavern: WordSesh 2013: Live Streaming 24 Hours of Free WordPress Education\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=9992\";s:7:\"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:127:\"http://feedproxy.google.com/~r/WordpressTavern/~3/HjNrHEFpulo/wordsesh-2013-live-streaming-24-hours-of-free-wordpress-education\";s: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:2232:\"<p>Mark your calenders for December 6th and 7th, 2013. <a href=\"http://wordsesh.org/\" target=\"_blank\">WordSesh</a> will be back in session! In case you missed the first WordSesh, the basic idea is very similar to a WordCamp, except everything is streamed live on the web. The event is totally free and anyone can attend by tuning in from home. WordSesh is comprised of 24 sessions that cater to every type of WordPress user. There will be one session every hour, on the hour, for 24 hours. </p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/wordsesh.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/wordsesh.jpg?resize=560%2C274\" alt=\"wordsesh\" class=\"aligncenter size-full wp-image-10072\" /></a><span id=\"more-9992\"></span></p>\n<p>If you haven’t been able to make it to as many WordCamps as you’d like, here’s your chance to get in on some awesome free WordPress sessions. WordSesh offers a community learning experience that you can enjoy with other WordPress fans around the world. The event utilizes Google Hangouts to broadcast sessions from wherever the speakers are located.</p>\n<p>In case you missed last year’s event, all of the sessions were recorded and are available on <a href=\"http://www.youtube.com/playlist?list=PL9bmvLB3RpG7zGrbwbd2R9a2tqT-FiYiG\" target=\"_blank\">youtube</a>. This should give you an idea of the high quality speakers you can expect when you tune in. The <a href=\"http://dradcast.com/\" target=\"_blank\">DradCast podcast</a> will be kicking off WordSesh 2, ushering in “24 hours of non-stop WordPress knowledge and fun.” </p>\n<p>WordSesh is still taking applications for speakers and you can submit directly on the <a href=\"http://wordsesh.org/\" target=\"_blank\">website</a>. If you want to join in, make sure to add the dates to your calender, <a href=\"https://twitter.com/WordSesh\" target=\"_blank\">follow WordSesh on Twitter</a>, and subscribe to <a href=\"http://wordsesh.org/\" target=\"_blank\">WordSesh news</a> and announcements. You don’t want to miss a minute of this awesome event. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/HjNrHEFpulo\" 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, 18 Oct 2013 21:23: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:13:\"Sarah Gooding\";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:41:\"Dev Blog: WordPress 3.7 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2718\";s:7:\"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/2013/10/wordpress-3-7-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2236:\"<p>The first release candidate for WordPress 3.7 is now available!</p>\n<p>In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>WordPress 3.7 introduces <strong>automatic background updates</strong> for security and minor releases (like updating from 3.7 to 3.7.1). These are really easy to test — RC 1 will update every 12 hours or so to the latest development version, and then email you the results. (You may get two emails: one for debugging, and one all users of 3.7 will receive.) If something went wrong, you can report it.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come 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.7 RC1, 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.7-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.7, visit the awesome About screen in your dashboard (<strong><img alt=\"\" src=\"http://core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" /> → About</strong> in the toolbar). There, you can also see if your install is eligible for background updates. WordPress won’t automatically update, for example, if you’re using version control like Subversion or Git.</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 3.7, so that if there is a compatibility issue, we can figure it out before the final release. Make sure you post any issues to the support forums.</p>\n<p><em>WordPress three seven</em><br />\n<em>A self-updating engine</em><br />\n<em>Lies beneath the hood</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:\"Fri, 18 Oct 2013 19:52: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: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: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:57:\"WordPress.tv: Chad Warner: WordPress Admin: A Guided Tour\";s:7:\"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=23082\";s:7:\"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/2013/10/18/chad-warner-wordpress-admin-a-guided-tour/\";s: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:663:\"<div id=\"v-lrHdq3sq-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23082/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23082/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23082&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/18/chad-warner-wordpress-admin-a-guided-tour/\"><img alt=\"Chad Warner: WordPress Admin: A Guided Tour\" src=\"http://videos.videopress.com/lrHdq3sq/video-98021c129a_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, 18 Oct 2013 16:35:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:78:\"WPTavern: WordPress MP6 Plugin Adds New Widgets Page and Midnight Color Scheme\";s:7:\"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:32:\"http://www.wptavern.com/?p=10040\";s:7:\"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:130:\"http://feedproxy.google.com/~r/WordpressTavern/~3/34x8ppLkyUY/wordpress-mp6-plugin-adds-new-widgets-page-and-midnight-color-scheme\";s: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:3425:\"<p>Although <a href=\"http://wordpress.org/plugins/mp6/\" target=\"_blank\">MP6</a> may sound like the code name of a covert spy mission, it’s actually one of the most exciting WordPress plugins in the repository right now. MP6 is part of the “features as plugins” initiative and houses the intended design updates to the WordPress admin. The plan is to include the changes in the core with the upcoming WordPress 3.8 release. </p>\n<p>Many WordPress sites are already using MP6 to transform their dashboards and there are <a href=\"http://plugins.trac.wordpress.org/log/mp6/?rev=786548&stop_rev=764842\" target=\"_blank\">several dozen reasons</a> to upgrade to the latest version. Here are just a few of the highlights:<span id=\"more-10040\"></span></p>\n<ul>\n<li>A bunch of new dashicons</li>\n<li>A re-designed widgets page by <a href=\"https://twitter.com/shaunandrews\" target=\"_blank\">Shaun Andrews</a> from his Widgets project</li>\n<li>Improvements to customizer, color schemes, menus section and much more</li>\n<li>New Midnight color scheme</li>\n</ul>\n<p>You may have seen a <a href=\"http://polldaddy.com/poll/7437854/\" target=\"_blank\">poll</a> floating around about extra color schemes for MP6. The Midnight color scheme must have proven the most popular, as it has now been included in the latest MP6 update. This bold skin for the dashboard sports red highlights:</p>\n<div id=\"attachment_10043\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/midnight-color-scheme.png\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/midnight-color-scheme.png?resize=560%2C305\" alt=\"MP6 Midnight Color Scheme\" class=\"size-full wp-image-10043\" /></a><p class=\"wp-caption-text\">MP6 Midnight Color Scheme</p></div>\n<p>The new widgets page design is much cleaner, allows you to see more widgets at once and is easier to navigate if you’re using a theme with many different widgetized areas. </p>\n<div id=\"attachment_10047\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/widgets.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/widgets.jpg?resize=560%2C349\" alt=\"New widgets page design\" class=\"size-full wp-image-10047\" /></a><p class=\"wp-caption-text\">New widgets page design</p></div>\n<p>In order to achieve this cleaner look, the widgets page had to sacrifice the widget descriptions, which seems to be a main point of concern for those who have already upgraded MP6. Plugin authors can be rather generic in how they name their widgets, so descriptions are helpful for knowing which widget you’re looking at. The scrollbar within the widgets section is also a point of contention. Overall, the MP6 2.1 updates have been very well received and there’s still plenty of time to work through any challenges.</p>\n<p>Your feedback is important! If you want to be a part of testing or you’re just curious about where the WordPress admin is going, <a href=\"http://wordpress.org/plugins/mp6/\" target=\"_blank\">install MP6</a> and put it through the paces of your daily routine. If you’re already using MP6, you can take advantage of all the new features and bug fixes by upgrading the plugin through your dashboard.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/34x8ppLkyUY\" 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, 18 Oct 2013 13:21: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:13:\"Sarah Gooding\";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:64:\"WordPress.tv: Ross Johnson: The Overlap Of Emotion And Usability\";s:7:\"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=23074\";s:7:\"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/2013/10/18/ross-johnson-the-overlap-of-emotion-and-usability-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:686:\"<div id=\"v-K4qaPBBC-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23074/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23074/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23074&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/18/ross-johnson-the-overlap-of-emotion-and-usability-2/\"><img alt=\"Ross Johnson: The Overlap Of Emotion And Usability\" src=\"http://videos.videopress.com/K4qaPBBC/video-c523678150_scruberthumbnail_0.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, 18 Oct 2013 12:32: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: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: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:70:\"WPTavern: Mark Jaquith on WordPress 3.6 Postmortem and Post Formats UI\";s:7:\"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:32:\"http://www.wptavern.com/?p=10034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://feedproxy.google.com/~r/WordpressTavern/~3/TrujuHuq6co/mark-jaquith-on-wordpress-3-6-postmortem-and-post-formats-ui\";s: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:3783:\"<p>One of the most anticipated features of WordPress 3.6 was the new <a href=\"http://make.wordpress.org/core/2013/01/07/wordpress-3-6-the-post-formats-ui-feature/\" title=\"http://make.wordpress.org/core/2013/01/07/wordpress-3-6-the-post-formats-ui-feature/\">Post Formats UI</a> which would have exposed the feature to users who may not have known of its existence. Unfortunately, near the tail end of development for 3.6, Mark Jaquith <a href=\"http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/\" title=\"http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/\">made the announcement</a> that the feature would be exiting core and that the work involved would most likely end up as a plugin. This generated a lot of mixed reviews from developers. In the midst of all the discussion, <a href=\"http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/#comment-8863\" title=\"http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/#comment-8863\">Mark Jaquith stated</a> that he would publish a postmortem to explain the lessons learned. <span id=\"more-10034\"></span></p>\n<p>WordPress 3.7 is around the corner and we have yet to see the postmortem post, or a post formats UI plugin for that matter. I managed to get in touch with Mark Jaquith, who is an incredibly busy man, to find out what the status was on the post as well as the plugin. Mark tells me that he is working on the blog post that will explain the WordPress 3.6 development cycle, the lessons learned, and the struggles the team had during this time. The post will also cover the new approach to feature development that WordPress is now embracing with features being developed as plugins first. For those that will be attending <a href=\"http://central.wordcamp.org/wordcamps/wordcamp-london/\" title=\"http://central.wordcamp.org/wordcamps/wordcamp-london/\">WordCamp London</a> on November 23 and 24th, Mark will be giving a presentation that shares the lessons learned in 3.6. </p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/05/PostFormatsUI.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/05/PostFormatsUI.jpg?resize=500%2C133\" alt=\"Post Formats UI\" class=\"aligncenter size-large wp-image-6994\" /></a></p>\n<p>The reason for the delay in getting this information out to the public is that Mark is not an employee that gets to work on WordPress full-time. He was the lead developer for 3.6 and while trying to ensure the project stayed on time, he also had to make a living through his consultancy business. Some of his projects were even pushed back to make room for 3.6 development. To put it mildly, the 3.6 development process took a lot out of the man and he’s been playing catch up ever since. </p>\n<p>Mark concluded the email with his main takeaway of the post formats UI.</p>\n<blockquote><p>With regards to post formats UI, the main takeaway I had was that the approach we took was the wrong approach and I didn’t really see that until very late in the process. So if or when the post formats UI feature gets taken back up in plugin form (in 3.9 or later), it will be a fresh effort, not one based on the work we did in 3.6. I am also watching the content creation experience efforts to see how that might play in.</p></blockquote>\n<p>We’ll be keeping an eye out for the post and will link to it once it’s published. Thanks to Mark Jaquith for not only providing me with this update, but for all the hard work he did to lead the team to get 3.6 out the door. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/TrujuHuq6co\" 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, 17 Oct 2013 22:53: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:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WordPress.tv: Dustin Hartzler: Live Podcast Recording With Q&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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=23068\";s:7:\"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/2013/10/17/dustin-hartzler-live-podcast-recording-with-qa/\";s: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-SrXtLCKn-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23068/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23068/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23068&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/17/dustin-hartzler-live-podcast-recording-with-qa/\"><img alt=\"Dustin Hartzler: Live Podcast Recording With Q&A\" src=\"http://videos.videopress.com/SrXtLCKn/video-4d669851e3_scruberthumbnail_1.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, 17 Oct 2013 14:42: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: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: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:56:\"WordPress.tv: Dustin Hartzler: Podcasting 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=23070\";s:7:\"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/2013/10/17/dustin-hartzler-podcasting-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:668:\"<div id=\"v-4cEo2Gdv-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23070/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23070/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23070&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/17/dustin-hartzler-podcasting-with-wordpress/\"><img alt=\"Dustin Hartzler: Podcasting With WordPress\" src=\"http://videos.videopress.com/4cEo2Gdv/video-bd448fa7d0_scruberthumbnail_0.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, 17 Oct 2013 14:35: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: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:58:\"WPTavern: Dashboard Makeover Removes Incoming Links 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://feedproxy.google.com/~r/WordpressTavern/~3/Wt8xB-A4x60/dashboard-makeover-removes-incoming-links-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4164:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/incominglinks.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/incominglinks.jpg?resize=172%2C123\" alt=\"Incoming Links In WordPress\" class=\"alignright size-full wp-image-10021\" /></a>When the <a href=\"http://make.wordpress.org/ui/2013/10/11/dash-update-4/\" title=\"http://make.wordpress.org/ui/2013/10/11/dash-update-4/\">dashboard redesign</a> is officially added to WordPress core, it looks like it will be missing a widget that’s been with the software since 2005 when the Dashboard feature was introduced with <a href=\"http://wordpress.org/news/2005/02/strayhorn/\" title=\"http://wordpress.org/news/2005/02/strayhorn/\">WordPress 1.5 “Strayhorn”</a>. In its early days, the incoming links widget used Technorati but due to the service not being able to handle the traffic from WordPress installs, the site was down more than it was up. This prompted the switch from Technorati to Google Blogsearch in a later version of WordPress. <span id=\"more-10020\"></span></p>\n<p>I personally found the Technorati version of the widget much more useful than the Google Blogsearch version. The widget updated on its own and for the most part, the URLs were legitimate sites linking to articles of mine. I remember visiting most of those websites to not only thank them in the comments for the link, but also read what they had to say regarding my blog posts. However, shortly after switching from Technorati to Google Blogsearch, I discovered that my own blog posts were being shown within the widget, cancelling out any links generated from outside sources. While doing some research for this post, I discovered a <a href=\"http://wordpress.org/support/topic/incoming-links-is-buggy\" title=\"http://wordpress.org/support/topic/incoming-links-is-buggy\">WordPress.org support thread</a> created by yours truly, detailing this specific issue.</p>\n<h3>Remove The Widget, Or Fix It?</h3>\n<p>Undoubtedly, some people will be upset to see incoming links disappear. In a <a href=\"https://twitter.com/jeffr0/status/390531986634207232\" title=\"https://twitter.com/jeffr0/status/390531986634207232\">conversation I had on Twitter today</a>, I brought up the idea that pingbacks and trackbacks solve the purpose of incoming links. However, those techniques have been abused by spammers for so long, most sites have them turned off. <a href=\"http://sw-guide.de/wordpress/plugins/simple-trackback-validation/\" title=\"http://sw-guide.de/wordpress/plugins/simple-trackback-validation/\">Simple Trackback Validation</a> suggested by Otto is a plugin that’s made those technologies useful again. I won’t dive into the specifics but it’s worked for me. </p>\n<p>The incoming links widget has been allowed to sit inside the WordPress dashboard broken, for too many years. For example, here is what the widget shows me in WordPress 3.6.1. </p>\n<div id=\"attachment_10024\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/IncomingLinksInWP361.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/IncomingLinksInWP361.jpg?resize=500%2C252\" alt=\"Incoming Links In WordPress 3.6.1\" class=\"size-large wp-image-10024\" /></a><p class=\"wp-caption-text\">Incoming Links As They Appear In WordPress 3.6.1</p></div>\n<p>How is it useful for me as a site administrator to see the last 10 incoming links are actually the 10 most recent posts published on the site? It’s not. That’s why I’m glad to see a useless widget that no one has time to properly fix be removed from core. If the widget were to be reworked into something useful, my suggestion would be to show the most recent 5-10 referral links. Those types of links are such a pain to find within analytic software, especially recent ones. Something that quickly showed just that information to me would be considered helpful and worthy of taking up a spot on my dashboard.</p>\n<p>What do you think?</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/Wt8xB-A4x60\" 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, 17 Oct 2013 12:00: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:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:45:\"WPTavern: Book Review: The Year Without Pants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=9996\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://feedproxy.google.com/~r/WordpressTavern/~3/Is4z4dknb3M/book-review-the-year-without-pants\";s: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:5794:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/tywp.png\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/tywp.png?resize=200%2C300\" alt=\"tywp\" class=\"alignright size-medium wp-image-10004\" /></a>While Facebook is busy building a <a href=\"http://online.wsj.com/article/SB10001424052702303492504579111792834660448.html?mod=WSJ_hpp_LEFTTopStories\" target=\"_blank\">$120 million dollar compound</a> to offer more convenient employee housing, Automattic has people working remotely all over the world, totally unsupervised and yet insanely productive at the same time.</p>\n<p>In a more <a href=\"http://www.wired.com/business/2013/10/working-from-home/?cid=co12921794\" target=\"_blank\">recent trend</a>, some of the largest tech companies like Yahoo, Best Buy and Hewlett Packard are moving away from allowing employees the freedom to work from home. Office culture was so firmly ingrained in their employees that collaboration and productivity fell sharply when they attempted a distributed workforce. While these tech giants have been unable to surmount the cultural challenges of having employees work from home, <a href=\"http://automattic.com/\" target=\"_blank\">Automattic</a> has never done it any other way. <span id=\"more-9996\"></span></p>\n<p><em><a href=\"http://www.amazon.com/The-Year-Without-Pants-WordPress-com/dp/1118660633\" target=\"_blank\">The Year Without Pants</a></em> is Scott Berkun’s account of working for Automattic with <a href=\"http://wordpress.com\" title=\"WordPress.com\" target=\"_blank\">WordPress.com</a>. As a former Microsoft employee, Scott’s story is that of a leader entering a new work culture with no offices, no rules and no customary enslavement to email. Scott takes you along for the ride as all of his previous notions of procedure go right out the window.</p>\n<h3>“Trust is Everything”</h3>\n<p>Much of the buzz surrounding the book has to do with a prevailing belief that no real work can be done without direct supervision and regular soul-sapping meetings. Those who are new to Automattic’s distributed style of working are wondering how in the world a company can work without email as a primary tool. Berkun explores why Automattic has been so successful as a distributed company:</p>\n<blockquote><p>“To anyone who has worked on a large project, this all sounds like madness. How can they work without schedules? How can there be no safeguards? Why wouldn’t things blow up and collide all the time? A major reason this works at Automattic is belief in a counterintuitive philosophy: <em>safeguards don’t make you safe; they make you lazy</em>.”</p></blockquote>\n<p>For Berkun, trust is everything, and much of the book revolves around this concept. At every opportunity Berkun highlights trust as the center point around which all good work is done, as well as the anchor for healthy working relationships. When trust is present in an organization, productivity abounds.</p>\n<blockquote><p>The basic notion is that if people are smart and respect not blowing things up, too many safety measures get in the way. Instead, employees are trusted and empowered to release things fast.</p></blockquote>\n<p><em>The Year Without Pants</em> tells the story of Berkun’s journey in learning how to build trust with co-workers while working remotely. He also demonstrates how it is possible for a non-programming team leader to build trust with engineers.</p>\n<h3>The Influence of WordPress Culture</h3>\n<p>My favorite parts of the book are where Berkun delves deeper into the culture of WordPress. Its open source values extend beyond the software into the communication that surrounds the work. Berkun found that for the most part, communication within Automattic was public on <a href=\"http://p2theme.com/\" target=\"_blank\">P2</a> blogs, making knowledge freely available to anyone. </p>\n<p>He also found that the culture of WordPress was influenced both by its open source roots and its co-founder, Matt Mullenweg. As far as open source projects go, the WordPress community is remarkably friendly, open and hospitable. These values are exemplified from the top down and Automattic employees are hand-selected to be a natural fit. </p>\n<p>Berkun takes quite a bit of time detailing the tools of communication used within the company but reiterates that they were always free to try any tool or method that would help teams work more efficiently. He found that freedom and trust in the culture encouraged experimentation. </p>\n<blockquote><p>“Technology does have an impact on behavior, but culture comes first.”</p></blockquote>\n<p>WordPress.com employees have the freedom to use whatever tools were most efficient for getting things done, regardless of tradition. This is perhaps one of the most valuable explorations in the book and is especially applicable to any company owner who wants to break out of what they’ve experienced in modern office culture.</p>\n<p>Berkun has what I like to call “grandfather glasses”. He can see the grand picture and knows how to tell a story in a compelling and entertaining way. Ultimately, he arrives at the conclusion that Automattic’s culture of freedom and trust are restoring meaning to work. This book is not just for WordPress people by any means. <em><a href=\"http://www.amazon.com/The-Year-Without-Pants-WordPress-com/dp/1118660633\" target=\"_blank\">The Year Without Pants</a></em> is for leaders, managers and progressives who are not afraid to break with tradition and experiment with some of the methods that have underscored the success of WordPress.com. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/Is4z4dknb3M\" 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, 16 Oct 2013 20:49: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:13:\"Sarah Gooding\";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:62:\"WordPress.tv: Lisa Sabin-Wilson: Exploring WordPress Multisite\";s:7:\"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=23058\";s:7:\"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.tv/2013/10/16/lisa-sabin-wilson-exploring-wordpress-multisite/\";s: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:680:\"<div id=\"v-WakEP9AH-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23058/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23058/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23058&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/16/lisa-sabin-wilson-exploring-wordpress-multisite/\"><img alt=\"Lisa Sabin-Wilson: Exploring WordPress Multisite\" src=\"http://videos.videopress.com/WakEP9AH/video-c4c2130f83_scruberthumbnail_0.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, 16 Oct 2013 15:18:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:76:\"WordPress.tv: Justin Razmus: Using WordPress to Start and Grow Your Business\";s:7:\"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=23076\";s:7:\"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/2013/10/16/justin-razmus-using-wordpress-to-start-and-grow-your-business/\";s: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:708:\"<div id=\"v-1XmE74J1-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23076/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23076/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23076&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/16/justin-razmus-using-wordpress-to-start-and-grow-your-business/\"><img alt=\"Justin Razmus: Using WordPress to Start and Grow Your Business\" src=\"http://videos.videopress.com/1XmE74J1/video-b7cd8b8b4c_scruberthumbnail_2.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, 16 Oct 2013 14:00:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:66:\"WordPress.tv: Chip Bennett: Developing Child Theme-Friendly 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:28:\"http://wordpress.tv/?p=23056\";s:7:\"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/2013/10/15/chip-bennett-developing-child-theme-friendly-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:688:\"<div id=\"v-e7t5rIBP-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23056/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23056/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23056&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/15/chip-bennett-developing-child-theme-friendly-themes/\"><img alt=\"Chip Bennett: Developing Child Theme-Friendly Themes\" src=\"http://videos.videopress.com/e7t5rIBP/video-9ebac82b20_scruberthumbnail_4.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, 15 Oct 2013 21:09: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: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:74:\"WordPress.tv: Panel Discussion: Designers and Developers, Bridging the Gap\";s:7:\"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=23208\";s:7:\"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/2013/10/15/panel-discussion-designers-and-developers-bridging-the-gap/\";s: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:697:\"<div id=\"v-uE9GgU4z-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23208/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23208/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23208&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/15/panel-discussion-designers-and-developers-bridging-the-gap/\"><img alt=\"Panel Discussion: Designers and Developers, Bridging the Gap\" src=\"http://videos.videopress.com/uE9GgU4z/video-958fe7301a_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, 15 Oct 2013 19:55: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:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: How Will You Configure Auto Updates In WordPress 3.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:31:\"http://www.wptavern.com/?p=9982\";s:7:\"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:114:\"http://feedproxy.google.com/~r/WordpressTavern/~3/ipoblKXcrnY/how-will-you-configure-auto-updates-in-wordpress-3-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1277:\"<p>With WordPress 3.7 steadily approaching the release candidate stage with a full release soon after, I thought it would be interesting to poll the audience to determine how you plan on configuring auto updates. There are a couple of things to keep in mind before participating in this poll. WordPress 3.7 and above will only perform automatic updates for security releases by default. Major releases, plugins, and theme upgrades will be disabled but can be configured via constants as <a href=\"http://make.wordpress.org/core/2013/09/24/automatic-core-updates/\" title=\"http://make.wordpress.org/core/2013/09/24/automatic-core-updates/\">explained in the following post</a>. Considering the amount of <a href=\"http://www.wptavern.com/should-automatic-upgrades-be-opt-in\" title=\"http://www.wptavern.com/should-automatic-upgrades-be-opt-in\">discussion that took place in September</a> and albeit, some confusion, I’m wondering if some of the opponents of automatic updates are now changing their minds, based on seeing the implementation. </p>\n<div class=\"aligncenter\">Note: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.</div>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/ipoblKXcrnY\" 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, 15 Oct 2013 19:03:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:56:\"WPTavern: BuddyPress 1.9 Will Include Dynamic Menu Links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=9957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://feedproxy.google.com/~r/WordpressTavern/~3/G4Zp7ck1s5Q/buddypress-1-9-will-include-dynamic-menu-links\";s: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:2990:\"<p>For a long time BuddyPress site admins have puzzled over how to create dynamic links within WordPress menus. Although the admin bar provides a comprehensive menu for links related to active components, the process of inserting just one or a few of these links into a regular nav menu is actually quite difficult.</p>\n<p>The most common example is when a site admin wants to add a “My Profile” link to the main menu. The link looks something like this in most cases:</p>\n<p><strong>/members/username/profile/</strong><br />\n<span id=\"more-9957\"></span><br />\nHowever, getting the username for the current logged-in user is impossible when working in the dashboard with WordPress menus. In the past you would either have to manually code your menu or use a plugin to create those dynamic user-specific links.</p>\n<p>BuddyPress 1.9 will <a href=\"http://buddypress.trac.wordpress.org/changeset/7427/\" target=\"_blank\">introduce a BuddyPress links box to nav-menus.php</a> to help users easily add dynamic BuddyPress links to their WordPress menus. </p>\n<p>The new menu metabox will include: </p>\n<ul>\n<li>Separate sets of links for logged-in and logged-out users</li>\n<li>Logged-in user links are automatically generated based on the logged-in user. For example, adding a ‘Settings’ item from the BuddyPress menu will create a menu item that points to the logged-in user’s settings page, and will not be shown to logged-out visitors.</li>\n<li>The list of available logged-in links is automatically populated with all components that are registered in the BuddyPress navigation</li>\n<li>Log In and Register links are visible only to logged-out users</li>\n</ul>\n<p>The new menu options can be found at <strong>Dashboard > Appearance > Menus</strong>:</p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/bp-menus.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/bp-menus.jpg?resize=560%2C547\" alt=\"bp-menus\" class=\"aligncenter size-full wp-image-9961\" /></a></p>\n<p>For many BuddyPress users this is like an early Christmas present from Santa. This new addition will make theming BuddyPress much easier for developers and gives more options to site administrators with less technical knowledge. If you’d like to get a quick preview, install the latest trunk from the <a href=\"http://buddypress.trac.wordpress.org/browser\" target=\"_blank\">BuddyPress trac</a>. Please note that this feature is not yet ready to be used in a production environment. </p>\n<p>You can expect to see the new dynamic menu options in the 1.9 beta release, which should make an appearance this month. BuddyPress lead developers are working towards another speedy release cycle with a target release date set for November 7, 2013. Lots of architectural improvements and some very exciting enhancements are on the way.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/G4Zp7ck1s5Q\" 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, 15 Oct 2013 17:38:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:46:\"WordPress.tv: Deploying WordPress with WPStack\";s:7:\"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=23054\";s:7:\"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.tv/2013/10/14/deploying-wordpress-with-wpstack/\";s: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-C7sC1jfP-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23054/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23054/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23054&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/14/deploying-wordpress-with-wpstack/\"><img alt=\"Mark Jaquith: Deploying WordPress With WP Stack\" src=\"http://videos.videopress.com/C7sC1jfP/video-fd81bf0c27_scruberthumbnail_1.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, 14 Oct 2013 20:15: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:\"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: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:67:\"WordPress.tv: Brad Parbs: Getting SASSy: Fun with CSS Preprocessors\";s:7:\"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=23020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.tv/2013/10/14/brad-parbs-getting-sassy-fun-with-css-preprocessors-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:691:\"<div id=\"v-fATRNOcR-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23020/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23020/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23020&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/14/brad-parbs-getting-sassy-fun-with-css-preprocessors-2/\"><img alt=\"Brad Parbs: Getting SASSy: Fun with CSS Preprocessors\" src=\"http://videos.videopress.com/fATRNOcR/video-834872b0e3_scruberthumbnail_0.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, 14 Oct 2013 16:25: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: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:65:\"WPTavern: ManageWP Launches Community-Curated WordPress News 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=9927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://feedproxy.google.com/~r/WordpressTavern/~3/H0yUH8m1YM0/managewp-launches-community-curated-wordpress-news-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2205:\"<p><a href=\"https://managewp.com/\" target=\"_blank\">ManageWP</a> wants to change the way WordPress news is distributed. For six months the team has been working on a new offshoot of their site, dedicated to bringing community-driven news. Today ManageWP launches <a href=\"http://managewp.org/\" target=\"_blank\">ManageWP.org</a>, a new interactive site where anyone can share, vote and promote <a href=\"http://managewp.org/guidelines\" target=\"_blank\">high quality</a> WordPress news. The site was built with an author ranking algorithm similar to PageRank. ManageWP has created a browser bookmarklet to make it easy for users to share to the site, as well as a ManageWP.org sharing button that can be added to any website.<span id=\"more-9927\"></span></p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/managewp.png\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/managewp.png?resize=560%2C358\" alt=\"managewp\" class=\"aligncenter size-full wp-image-9954\" /></a></p>\n<p>ManageWP isn’t new to the WordPress news space. In addition to their own regular blog, they’ve been blending their twitter stream to include articles from many major news sources. ManageWP.org is another interesting take on how commercial products and services are leveraging the high demand for WordPress news in order to bring more traffic and interaction to their websites.</p>\n<p>With WordPress now powering a serious chunk of the web at 20% of all websites, the demand for high quality WordPress news will continue to grow. So far many publishers have found it difficult to sustain a WordPress news source without a strong commercial backing, as in the case of ManageWP. However, the underlying question is always how much of a slant is there based on the commercial interests of the publisher. In the case of a community-curated news site, that is less of a concern, since users are free to vote up the articles they believe to be the most important.</p>\n<p>Do you like the idea of a community-curated news site? Are you likely to be an active participant?</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/H0yUH8m1YM0\" 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, 14 Oct 2013 15:59:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:56:\"WordPress.tv: Jonathan Calvin: CSS3 and 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:28:\"http://wordpress.tv/?p=23052\";s:7:\"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/2013/10/13/jonathan-calvin-css3-and-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:662:\"<div id=\"v-iqWBTj60-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23052/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23052/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23052&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/13/jonathan-calvin-css3-and-wordpress-themes/\"><img alt=\"Jonathan Calvin: CSS3 and WordPress Themes\" src=\"http://videos.videopress.com/iqWBTj60/video-a3dbe82ca1_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, 13 Oct 2013 15:35: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: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:100:\"WordPress.tv: Lisa Sabin-Wilson: Scoping Projects – A Therapy Session For Those Who Do Client Work\";s:7:\"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=23040\";s:7:\"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:113:\"http://wordpress.tv/2013/10/13/lisa-sabin-wilson-scoping-projects-a-therapy-session-for-those-who-do-client-work/\";s: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:752:\"<div id=\"v-Mmk9iXbA-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23040/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23040/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23040&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/13/lisa-sabin-wilson-scoping-projects-a-therapy-session-for-those-who-do-client-work/\"><img alt=\"Lisa Sabin-Wilson: Scoping Projects – A Therapy Session For Those Who Do Client Work\" src=\"http://videos.videopress.com/Mmk9iXbA/video-f6a3f5cf77_scruberthumbnail_0.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, 13 Oct 2013 14:09:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:91:\"WordPress.tv: Adam Pickering: The Business of Selling Code in Today’s Crowded Marketplace\";s:7:\"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=23044\";s:7:\"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:105:\"http://wordpress.tv/2013/10/12/adam-pickering-the-business-of-selling-code-in-todays-crowded-marketplace/\";s: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:735:\"<div id=\"v-UOuJucBL-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23044/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23044/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23044&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/12/adam-pickering-the-business-of-selling-code-in-todays-crowded-marketplace/\"><img alt=\"Adam Pickering: The Business of Selling Code in Today’s Crowded Marketplace\" src=\"http://videos.videopress.com/UOuJucBL/video-038880e57f_scruberthumbnail_0.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, 12 Oct 2013 09:49:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:54:\"WordPress.tv: Joe Rozsa: You Want to Stick That Where?\";s:7:\"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=23048\";s:7:\"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.tv/2013/10/12/joe-rozsa-you-want-to-stick-that-where-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:665:\"<div id=\"v-bayL2jMN-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23048/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23048/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23048&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/12/joe-rozsa-you-want-to-stick-that-where-2/\"><img alt=\"Joe Rozsa: You Want to Stick That Where?\" src=\"http://videos.videopress.com/bayL2jMN/video-58043ae716_scruberthumbnail_0.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, 12 Oct 2013 08:25: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: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: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:74:\"WPTavern: WPWeekly Episode 123 – Scott Berkun And The Year Without Pants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=9948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://feedproxy.google.com/~r/WordpressTavern/~3/72fgJHwR3Qw/wpweekly-episode-123-scott-berkun-and-the-year-without-pants\";s: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:2326:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg?resize=150%2C150\" alt=\"WordPress Weekly Cover Art\" class=\"alignright size-thumbnail wp-image-8715\" /></a>This week, interviewed book author Scott Berkun. Scott Berkun, a former Microsoft manager during the 1994- 2003 time frame where he worked on the Internet Explorer team is the author of the book, <a href=\"http://www.amazon.com/The-Year-Without-Pants-WordPress-com/dp/1118660633\" title=\"http://www.amazon.com/The-Year-Without-Pants-WordPress-com/dp/1118660633\">The Year Without Pants</a>. In this book, Scott reports on his challenging year working at Automattic on WordPress.com as the leader of one of its most important teams. The book is a tale of his journey but it’s also filled with advice for managers, executives, and employees alike about how great work is done and what Automattic’s success means for the rest of us. We covered a lot of ground in just 40 minutes. <span id=\"more-9948\"></span></p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-2/\" title=\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-2/\">WordPress 3.7 Beta 2 Released</a><br />\n<a href=\"https://medium.com/lessons-learned/8076216a30b9\" title=\"https://medium.com/lessons-learned/8076216a30b9\">A Two Year Old Conversation Shows Up In a Book</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, October 18th 3 P.M. Eastern – Special Guest Alex Denning Formerly of WPShout.com</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #123:</strong><br />\n</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/72fgJHwR3Qw\" 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, 12 Oct 2013 03:03: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:81:\"WordPress.tv: Paul Clark: Style Themes Faster, Better: Intro to Sass and Less CSS\";s:7:\"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=23194\";s:7:\"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://wordpress.tv/2013/10/11/paul-clark-style-themes-faster-better-intro-to-sass-and-less-css/\";s: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:710:\"<div id=\"v-EA8rJ5OE-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23194/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23194/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23194&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/11/paul-clark-style-themes-faster-better-intro-to-sass-and-less-css/\"><img alt=\"Paul Clark: Style Themes Faster, Better: Intro to Sass and Less CSS\" src=\"http://videos.videopress.com/EA8rJ5OE/video-17a7c0b19e_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, 11 Oct 2013 20:41: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: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:66:\"WordPress.tv: Q&A Panel: WordPress for Small Business 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=23050\";s:7:\"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/2013/10/11/qa-panel-wordpress-for-small-business-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:679:\"<div id=\"v-aNFDI8gh-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23050/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23050/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23050&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/11/qa-panel-wordpress-for-small-business-websites/\"><img alt=\"Q&A Panel: WordPress for Small Business Websites\" src=\"http://videos.videopress.com/aNFDI8gh/video-851bfa3c4d_scruberthumbnail_0.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, 11 Oct 2013 20:21:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:58:\"WPTavern: Matt Report Launches WordPress Startup Challenge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=9908\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"http://feedproxy.google.com/~r/WordpressTavern/~3/KNGuuD5HsbM/matt-report-launches-wordpress-startup-challenge\";s: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:5999:\"<p>If you’re an entrepreneur, one of the most exciting ways to validate your idea is to participate in a startup challenge. These intense competitions pit fledgling startups against each other where they are forced to articulate their business ideas before the public as well as a scrutinizing panel of judges. Since the business world is always on the lookout for the next potentially game changing new startup, these competitions are one of the best ways to drive innovation and help entrepreneurs find out if they have what it takes to tackle the challenges of realizing their business dreams.</p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/matt.png\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/matt.png?resize=148%2C148\" alt=\"matt\" class=\"alignright size-full wp-image-9932\" /></a>The WordPress community is about to get its very own startup challenge, created by Matt Medeiros. For the past year, Matt has hosted a successful WordPress business podcast for entrepreneurs, startups, and freelancers. On the “<a href=\"http://mattreport.com/\" target=\"_blank\">Matt Report</a>“, Matt regularly interviews folks who have made a living using WordPress. On Monday, Matt will be launching a new segment called “<a href=\"http://mattreport.com/wordpress-startup-challenge\" target=\"_blank\">The WordPress Startup Challenge</a>“. The challenge will feature early stage startups who will be thrown to the shark tank, a panel of judges comprised of proven WordPress entrepreneurs.<span id=\"more-9908\"></span></p>\n<p>I had the chance to chat with Matt about the details of the WordPress Startup Challenge. While he expects the format to change and mature over time, the series will start out with judges delivering a score based on each startup’s pitch. “For the first episode, startups will pitch their idea and demonstrate their product or service to the judges. Judges will give them a score based on their pitch, the product and their estimated outlook to success of both. Most importantly, I’m giving the startups a chance to ask their most challenging question(s) to the panel for feedback.”</p>\n<h3>WordPress Entrepreneurs in the Shark Tank</h3>\n<p><div id=\"attachment_9940\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/medium_4522682602.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/medium_4522682602.jpg?resize=560%2C420\" alt=\"photo credit: contemplative imaging via photopin cc\" class=\"size-full wp-image-9940\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/thomas-merton/4522682602/\">contemplative imaging</a> via <a href=\"http://photopin.com\">photopin</a> <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a></p></div><br />\nWhile Matt would not reveal who will be on the panel of judges, I was able to find out a little more about his plans for what he is calling the “shark tank”. I asked if it would be purely educational or if there might be some dreams crushed in the process. He replied:</p>\n<blockquote><p>First and foremost, it’s about bringing real meaning to our startup ecosystem. For lack of a better comparison, “The TechCrunch effect” of our fellow WP entrepreneurs. </p>\n<p>You see Matt Mullenweg interviewed on various startup shows like This Week in Startups and all the dialogue is about .com and publishing — but not about the multi-million dollar industry that has spawned from the .org product. (and community)</p>\n<p>Be it themes, plugins or service there’s great stuff going on. That said, the first “season” will be a combo of education, awareness and entertainment. </p></blockquote>\n<p>So who’s suiting up to get thrown into the tank? Matt has approximately 32 early stage startups on board, including ideas ranging from customer relationship management to a crime vertical to client training and many other varieties. Matt said applicants include, “Some very interesting startups that are using WordPress to build mobile solutions for entire countries all the way down to niche WordPress service providers.”</p>\n<p>Matt created his startup challenge with the desire to prove that the WordPress startup ecosystem should be taken seriously. “I’ve only scratched the surface. I’m already seeing super unique passionate individuals and small startups step up to the plate. It proves (to me at least) that building your business on top of WordPress is a real thing. I’m sure there’s plenty of other startups out there that have yet to discover me and the show.”</p>\n<p>Matt has a list of goals that he’s hoping to accomplish through this first season as the WordPress Startup Challenge plays out:</p>\n<ul>\n<li>Validation of the WordPress startup scene</li>\n<li>A strong sense of community</li>\n<li>The vision of WordPress as the internet’s Operating System, be it far off, is not just a pipe dream</li>\n<li>For the audience to discover new opportunity while learning from the panel and startups</li>\n<li>What else can we do with WordPress?</li>\n</ul>\n<p>If you’ve had a startup idea buzzing around in your head and you’re not afraid of the shark tank, send your pitch to Matt and get some feedback. There are a lot of people who have been down this road who may have some valuable advice to help you refine your idea. </p>\n<p>The WordPress Startup Challenge has the potential to be very educational and will explore the strength of some exciting early stage startups. <a href=\"http://mattreport.com/\" target=\"_blank\">Tune in on Monday</a> to find out if these innovators have what it takes to tackle the challenges of entrepreneurship in the WordPress community. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/KNGuuD5HsbM\" 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, 11 Oct 2013 20:02: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:52:\"WP Windows Phone 7: Making a Splash with Version 2.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://wpwindowsphone.wordpress.com/?p=466\";s:7:\"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://wpwindowsphone.wordpress.com/2013/10/11/making-splash/\";s: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:3206:\"<p>It’s been an exciting few months for WordPress for Windows Phone. Since releasing v. 2.2 in June, users around the world have been enjoying the app’s new features, increased stability, and an overall smoother user experience.</p>\n<h3>latest features: success!</h3>\n<p>Blogging on-the-go from your Windows Phone has never been easier. With sleek galleries — either in thumbnail grid or slideshow mode — your images look appealing on screens of all sizes.</p>\n<p><img class=\"size-full wp-image-440 alignright\" alt=\"PNs-02\" src=\"http://wpwindowsphone.files.wordpress.com/2013/04/pns-02.jpg?w=480&h=800\" width=\"480\" height=\"800\" /></p>\n<p>Our recently added rich text editor makes it a breeze to write longer posts, where a bit of html code can go a long way toward keeping lists and links in order.</p>\n<p>Finally, now that you can get push notifications for new comments, leaving your house no longer means a long queue of comments waiting to be approved. You can keep the conversation going no matter where you are.</p>\n<h3>a worldwide hit</h3>\n<p>The release of v. 2.2 received a warm welcome from users around the world.</p>\n<p>Now, the Windows Phone Store is joining the chorus of supporters: starting October 13, WordPress for Windows Phone will be promoted as a featured app for all phone models in Canada, the United Kingdom, Belgium, and Switzerland (German and Italian), as well as for selected devices in Argentina, Ireland, and Norway (to name a few). It’s the perfect moment to introduce our app to all your Windows Phone-using friends and family!</p>\n<h3>Go beyond using: contribute!</h3>\n<p>Have you ever considered helping us make WordPress for Windows Phone an even better app? Drop us a line at <a href=\"http://make.wordpress.org/mobile\" target=\"_blank\">make/mobile</a> on <a href=\"http://make.wordpress.org/mobile\" target=\"_blank\">WordPress.org</a> and we’ll let you know how you can contribute. Since we’ve adopted a feature-based release schedule, it’s easier and more fun to help out. And if you ever have an idea for a feature or see something that needs to be fixed, don’t hesitate to let us know on the <a title=\"Project Trac site\" href=\"http://wpwindowsphone.wordpress.com/feed/windowsphone.trac.wordpress.org\" target=\"_blank\">WordPress for Windows Phone Trac</a>.</p>\n<p>Make sure to follow <a href=\"https://twitter.com/wpwindowsphone\" target=\"_blank\">@WPWindowsPhone on Twitter</a> to get the latest news first, and stay tuned for future updates and new features.</p>\n<h3>download</h3>\n<p>Still haven’t downloaded v. 2.2 of WordPress for Windows Phone? It’s never too late: click the link below to get our most recent release and enjoy all our great features:</p>\n<p class=\"download\"><a href=\"http://windowsphone.com/s?appid=5f64ad85-f801-e011-9264-00237de2db9e\"><strong>Download App</strong>WordPress for Windows Phone</a><span class=\"download-info\">Supported: WordPress.com or self-hosted WordPress (v. 2.9+)</span></p>\n<br /> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wpwindowsphone.wordpress.com&blog=16495748&post=466&subd=wpwindowsphone&ref=&feed=1\" width=\"1\" height=\"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, 11 Oct 2013 17:45: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:12:\"Ben Huberman\";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:30:\"Dev Blog: WordPress 3.7 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2706\";s:7:\"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/2013/10/wordpress-3-7-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2099:\"<p>WordPress 3.7 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.</p>\n<p>This has been a quiet beta period. We’re hoping to get some more testers for <strong>automatic background updates</strong>, which will occur for security and minor releases (like updating from 3.7 to 3.7.1). It’s really easy to test this, as Beta 2 will update each day to the latest development version and then email you the results. If something goes wrong, you can report it — it’s that simple. To get the beta, 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.7-beta2.zip\">download the beta here</a> (zip). Check out <strong>Dashboard → Updates</strong> to see if your install is eligible for background updates. WordPress won’t update if, for example, you’re using version control like SVN or Git.</p>\n<p>For more of what’s new in version 3.7, <a title=\"WordPress 3.7 Beta 1\" href=\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-1/\">check out the Beta 1 blog post</a>. In Beta 2, we further increased the stability of background updates and also added about 50 bug fixes, including a fix for Internet Explorer 11 in the visual editor.</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 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.7\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>Beta 2 released<br />\nDotting i’s and crossing t’s</em><br />\n<em>Expect RC next</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:\"Thu, 10 Oct 2013 21:28: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: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: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:63:\"WordPress.tv: Cliff Seal: No One Cares About Your Content (Yet)\";s:7:\"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=23210\";s:7:\"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/2013/10/10/cliff-seal-no-one-cares-about-your-content-yet/\";s: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:680:\"<div id=\"v-i5bwg39r-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23210/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23210/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23210&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/10/cliff-seal-no-one-cares-about-your-content-yet/\"><img alt=\"Cliff Seal: No One Cares About Your Content (Yet)\" src=\"http://videos.videopress.com/i5bwg39r/video-58b77c804c_scruberthumbnail_0.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, 10 Oct 2013 19:26:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:59:\"WPTavern: Core Features As Plugins First – Inline Preview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=9906\";s:7:\"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:107:\"http://feedproxy.google.com/~r/WordpressTavern/~3/iMe_rec1j4w/core-features-as-plugins-first-inline-preview\";s: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:4284:\"<p>Back in June, <a href=\"http://www.wptavern.com/experimental-plugin-review-inline-preview\" title=\"http://www.wptavern.com/experimental-plugin-review-inline-preview\">I reviewed</a> an experimental plugin by Christopher Finke called <a href=\"http://wordpress.org/plugins/inline-preview/\" title=\"http://wordpress.org/plugins/inline-preview/\">Inline Preview</a>. Since that post was published, Christopher has made a number of improvements to the plugin. Now when you publish a post, the WP Admin slides to the left with a shadow bar in the middle, and the content on the right. There’s an X near the top right corner of the page that exits out of the preview window. <span id=\"more-9906\"></span></p>\n<div id=\"attachment_9907\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/UpdatedInlinePreview.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/UpdatedInlinePreview.jpg?resize=500%2C164\" alt=\"Inline Preview Plugin\" class=\"size-large wp-image-9907\" /></a><p class=\"wp-caption-text\">Updated Version Of Inline Preview</p></div>\n<p>Christopher has now taken things one step further by <a href=\"http://core.trac.wordpress.org/ticket/25546\" title=\"http://core.trac.wordpress.org/ticket/25546\">creating a feature request</a> using his inline preview plugin which falls in line with the new approach of features as plugins first. In the ticket, he lists pain points in previewing a post and suggests returning to the way in-page previewing used to work in WordPress but give it a facelift. </p>\n<p>When I tested the new plugin version on my local install, I loved the way it worked. It’s quick and the bar to adjust the size of the preview pane is a nice touch. I think the adjuster could use a more defining image instead of a vertical shadow. Something like a little grey bar with arrows on each side telling the user that image can be moved left or right. As listed in the likely candidates for improvement, the X button could use some work although it works just fine as it is. Although the preview pane does not update in real-time with edits made on the Post Writing screen, each time an auto-save or revision occurs, the changes are automatically updated within the inline preview. </p>\n<p>One of the biggest challenges to having something like this in core is making sure it’s compatible with as many themes as possible. While using it here on the Tavern, I noticed it shrinks the text on the website almost to the point where it’s hard to read. The other challenge is performance. Using the tavern theme as an example, there is a significant delay when trying to adjust the width of the inline preview box. It’s not as smooth of an experience as it could be. In fact, the type of delays and performance I’m seeing is similar to the widget administration page. </p>\n<p>I reached out to Christopher Finke and asked him what his best argument was for including Inline Preview to the core of WordPress;</p>\n<blockquote><p>The best argument for adding inline preview to core is that it improves the current multi-step and disjoint processes of editing and previewing a post by combining them into a single seamless action of post creation. Users could switch from the mindset of “Edit, preview, edit, preview” to just “Write.”</p>\n<p>However, when I submitted the ticket, I wasn’t aware of the possibility that front-end editing will be a feature in WordPress 3.8: <a href=\"http://make.wordpress.org/ui/2013/09/14/front-end-editor/\" title=\"http://make.wordpress.org/ui/2013/09/14/front-end-editor/\">http://make.wordpress.org/ui/2013/09/14/front-end-editor/</a> If that is the direction that WordPress is going, then radically changing the backend editing process may not be a priority.</p></blockquote>\n<p>If you’re interested in seeing something like this be added to the core of WordPress as I am, you should download the plugin, test it on your site with your design and give feedback in the <a href=\"http://core.trac.wordpress.org/ticket/25546\" title=\"http://core.trac.wordpress.org/ticket/25546\">Trac ticket</a>. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/iMe_rec1j4w\" 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, 10 Oct 2013 18:29: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:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WordPress.tv: Kyle Unzicker: My First 414 Days As A Freelancer: A Retrospective\";s:7:\"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=23030\";s:7:\"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:95:\"http://wordpress.tv/2013/10/10/kyle-unzicker-my-first-414-days-as-a-freelancer-a-retrospective/\";s: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:713:\"<div id=\"v-fv0710kX-1\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/23030/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/23030/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=23030&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/10/10/kyle-unzicker-my-first-414-days-as-a-freelancer-a-retrospective/\"><img alt=\"Kyle Unzicker: My First 414 Days As A Freelancer: A Retrospective\" src=\"http://videos.videopress.com/fv0710kX/video-b7b2183018_scruberthumbnail_0.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, 10 Oct 2013 12:11:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:48:\"WPTavern: Make.WordPress.org Gets A New Homepage\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=9877\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://feedproxy.google.com/~r/WordpressTavern/~3/PsSq8o2vf6I/make-wordpress-org-gets-a-new-homepage\";s: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:2982:\"<p>Coming home from a WordCamp is like falling back to earth after floating on a cloud for a weekend. You’ve probably noticed that WordCamp Europe attendees are now blogging about their experiences at the WordPress party of the year. Their posts are packed full of speaker notes, shoutouts to new friends and pictures of the epic after party, which looked not unlike a rave, by the way.</p>\n<p>But some of the most exciting action happened at the WordCamp Europe Contributor Day, where attendees collaborated together in person to swiftly complete a number of key projects.<span id=\"more-9877\"></span> </p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>Pizza, WordPress, geekery, beer, code :) <a href=\"https://twitter.com/search?q=%23wceu&src=hash\">#wceu</a> contributor day</p>\n<p>— Ryan Hellyer (@ryanhellyer) <a href=\"https://twitter.com/ryanhellyer/statuses/387254309500751873\">October 7, 2013</a></p></blockquote>\n<p></p>\n<p>Well if that doesn’t make you wish you were there, I don’t know what will. A sampling of the pizza and beer-fueled contributions made during that day include <a href=\"https://twitter.com/paul_wp/status/387255600826298368\" target=\"_blank\">additions to inline-docs</a>, a complete <a href=\"https://twitter.com/nostromo/status/387239414713184256\" target=\"_blank\">translation of the WordPress Android app into Dutch</a> and, most notably, a face lift for the <a href=\"http://make.wordpress.org\" target=\"_blank\">Make.WordPress.org</a> homepage. </p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/10/make-wordpress-homepage.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/make-wordpress-homepage.jpg?resize=560%2C518\" alt=\"make-wordpress-homepage\" class=\"aligncenter size-full wp-image-9883\" /></a></p>\n<p>The new design includes a quick introduction to Making WordPress as well as descriptions for each contributor group. <a href=\"http://make.wordpress.org/\" target=\"_blank\">Make.WordPress.org</a> is without a doubt more visually appealing than before. It also presents the blogs in a more approachable way that invites contribution. The only thing I will miss is the ability to see RSS feeds for each make blog at a glance. </p>\n<p>You may have noticed that the new homepage is not yet mobile friendly. However, all the code can be found in the <a href=\"http://meta.svn.wordpress.org/\" target=\"_blank\">meta svn</a> and you can file a ticket at the <a href=\"http://meta.trac.wordpress.org/\" target=\"_blank\">meta trac</a> with your changes if you’d like to contribute. Many thanks to those who worked at WCEU to improve the homepage and to those who will continue their work. We’re looking forward to seeing how this page evolves. Do you think the new presentation will encourage more people to jump in and get involved in a contributor group?</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/PsSq8o2vf6I\" 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, 09 Oct 2013 16:33: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:13:\"Sarah Gooding\";s:7:\"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:\"Tue, 22 Oct 2013 18:16:22 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"153674\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 22 Oct 2013 18:00:21 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20121202204312\";}','no'),(681,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1382508983','no'),(682,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1382465783','no'),(685,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1382508983','no'),(686,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1382465783','no'),(1805,'_site_transient_timeout_theme_roots','1393379429','yes'),(1806,'_site_transient_theme_roots','a:4:{s:6:\"bizway\";s:7:\"/themes\";s:6:\"kippis\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(1807,'_transient_timeout_feed_83686112e005dd99f3f466e62cfe5b01','1393420829','no'),(1808,'_transient_feed_83686112e005dd99f3f466e62cfe5b01','a:4:{s:5:\"child\";a:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"feed\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:9:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"tag:blogger.com,1999:blog-5237883306531626053\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2014-02-15T23:36:03.346-06:00\";s: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:27:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:21:\"Decision Intelligence\";}}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:1:{s:4:\"term\";s:17:\"Decision Modeling\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:18:\"Strategic Decision\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:8:\"Big Data\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:20:\"Predictive Analytics\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:4:\"Data\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:9:\"Analytics\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:11:\"Forecasting\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:9:\"Relevance\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:12:\"transparency\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:3:\"CEO\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:8:\"Ideology\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:3:\"KPI\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:13;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:6:\"Models\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:14;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:16:\"Operational Data\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:15;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:23:\"Predictive Intelligence\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:16;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:18:\"Program Management\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:17;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:18:\"Project Management\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:18;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:5:\"Sales\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:19;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:9:\"Why Chain\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:20;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:5:\"Agile\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:21;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:9:\"Budgeting\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:22;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:15:\"Data Dependency\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:23;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:18:\"Lagging Indicators\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:24;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:7:\"Leaders\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:25;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:18:\"Leading Indicators\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:26;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"term\";s:8:\"Outcomes\";}}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:31:\"The Decision Intelligence Blog \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"subtitle\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"Decision Intelligence: The business discipline that starts with outcomes, and weaves together data (big and small, perfect or not), analytics, human expertise, and assumption tracking into a comprehensive, visual, simulation-based framework in which critical decisions are made, small decisions are organized, and which helps organizations to conquer complexity and drive value.\";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:4:\"link\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:37:\"http://schemas.google.com/g/2005#feed\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:46:\"http://www.decisionnut.com/feeds/posts/default\";}}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:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:62:\"http://www.blogger.com/feeds/5237883306531626053/posts/default\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:27:\"http://www.decisionnut.com/\";}}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: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:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Lorien\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01520889728424552056\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:7:\"Blogger\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:7:\"version\";s:4:\"7.00\";s:3:\"uri\";s:22:\"http://www.blogger.com\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"entry\";a:19:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-6011666707251191530\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2014-02-15T22:55:00.000-06:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2014-02-15T22:55:01.858-06:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Program Management\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Project Management\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Strategic Decision\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:12:\"transparency\";}}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:48:\"Feedback from the Trenches of Program Management\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:8386:\"I\'ve been talking with a lot of program and project managers and executives lately, asking their opinions about the challenges faced with running and managing complex programs. These managers and executives have a minimum thirty years experience, have managed complex programs in the hundreds of millions of dollars, and have worked with a variety of PPM tools. We\'ve seen and heard that many projects go over budget and over time, and rarely is there a sense that a program has been run in an \"optimal\" way, so that\'s how the conversation started.<br /><br /><span style=\"color: #274e13;\"><em><strong>In response, I heard some \"war stories;\" here are a few of the highlights:</strong></em></span><br /><ol><li> I keep seeing programs <strong>drift away from the original goals</strong>. The justification for the program is done up front, and the program gets approved, and then it gets handed to the PMO. The PMO maps out the execution so that the end point of the program matches the justification, but then the Program Manager gets all wrapped up in coordinating between projects, reviewing status reports, managing issues and risks, and <strong>we don\'t have time to keep reviewing the corporate objectives</strong>, as long as we are still moving toward that original end state.</li><li>Another problem we see is with <strong>accountability</strong>. The executive sponsor doesn\'t really have a way to monitor accountability toward the corporate goals throughout the program. </li><li><strong>In-flight changes</strong> are another issue. If goals change, or something outside of the program happens that impacts the business, we don\'t really have a way to handle that within the PPM systems, and we certainly don\'t have a way to rapidly adjust without re-baselining everything - which can take weeks.</li><li>Programs should really be <strong>managed like corporate initiatives</strong>. Business rules don\'t really tie into a program once it has started.</li><li>Things get so complex that <strong>decisions made in one department that have a profound impact elsewhere, aren\'t recognized</strong>. I managed a big migration project once, where an entity had to separate itself from the government network to which it had been connected. It was a moderately sized program, with about twenty distinct projects in it, and it was a \"must-do\" project without a real ROI justification. It just had to be done. We were handed the program to run, and laid out all of the project plans, scheduled all of the resources, even had to hire some contractors to help out. Guess what? Purchasing, which was not managed within the program, didn\'t place the order for the servers. They had been given the order, but the accounting department, which also wasn\'t managed within the program, decided that they should negotiate better pricing, which took them about six weeks. Yes, we knew that there was a delay in purchasing, but we had no idea that, after that six weeks was up and the order finally given to the vendor, that it would take the vendor another six weeks to deliver. <strong>We had ten different project teams sitting virtually idle for twelve weeks</strong> - thank heavens we didn\'t mobilize all twenty teams! Honestly, I bet we ate up whatever they saved by negotiating the price - and maybe about ten or even twenty times more than that.</li></ol>Based on these responses (and there were quite a few more stories, let me tell you), I asked this question:<br /><br /><span style=\"color: #274e13;\"><em><strong>What if you could tie program management into the corporate objectives, leverage the business requirements, and create continuous visibility into the future impacts of both project decisions and business decisions?</strong></em></span> <br /><br />Answers:<br /><ol><li>There\'s nothing out there that does that. If there were, it would be gold.</li><li>We could take a MBO (management by objectives) kind of approach. That would be awesome.</li><li>It would elevate Program Management to \"Corporate Initiative Management.\"</li><li>The executive sponsor could push down the business\'s requirements, and then hold the delivering organization accountable for business results and to the ROI justifications. That would be amazing.</li><li>Understanding how what we do today will impact the future of the project would be terrific. We can\'t see far enough into the future when we are running these programs to know when we might end up checkmating ourselves, or when the business might checkmate us without realizing it.</li></ol>After getting this input, I handed my conversation partner the information sheet on World Modeler DEEPM™ (in person or virtually), and excused myself from the meeting for a few minutes. Upon returning, it would not be unusual for me to see scribbles and stars all over the sheet. Then these highly qualified, tremendously experienced program managers started firing questions and comments at me. <br /><ol><li>Can you really do this? <em><span style=\"color: #274e13;\"><strong>Yes, we can. We have.</strong></span></em></li><li>I like the name, because our view can stay pretty shallow, and I like the idea of being deeply integrated with the business. What does the name mean? <span style=\"color: #274e13;\"><em><strong>It comes from Decision Engineering for Enterprise Program Management - DEEPM.</strong></em></span></li><li><span style=\"color: black;\">Can we set up the program goals and all of the dependencies, and then have it tell us the optimal way to do the various projects inside the program? </span><span style=\"color: #274e13;\"><em><strong>Yes, you can.</strong></em></span></li><li><span style=\"color: black;\">This is for the business sponsor, or portfolio manager, or maybe a PMO Director, if they are measured on business results; project managers probably won\'t even know about it. </span><span style=\"color: #274e13;\"><em><strong>Good input, thank you.</strong></em></span></li><li>Does this integrate with PPM tools, or does it replace them, or what? <em><span style=\"color: #274e13;\"><strong>It does not replace PPM tools, and it will integrate with them. It essentially sits on top of the PPM toolset, and its job is to link the business\'s requirements, rules, and decisions into a forward-looking model that the Program Manager can monitor, share, and adjust as reality hits.</strong></span></em></li><li><span style=\"color: black;\">Explain this picture please. </span><span style=\"color: #274e13;\"><em><strong>[The picture to which he referred is below.] Programs have goals, and the projects get mapped out to achieve the end target. However, especially in transformation projects, the ROI is not just an end goal. The project execution can be optimized to return ROI whenever possible throughout the program. In short, visibility and linkage to the business\'s ROI expectations allows things like the order of projects and project execution to be truly optimized.</strong></em></span></li></ol><br /><table align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"tr-caption-container\" style=\"margin-left: auto; margin-right: auto; text-align: center;\"><tbody><tr><td style=\"text-align: center;\"><a href=\"http://2.bp.blogspot.com/-hKRq3vObfow/UwAj5kNypkI/AAAAAAAAADs/ekSKce0JvbE/s1600/OpExCurves.png\" imageanchor=\"1\" style=\"margin-left: auto; margin-right: auto;\"><img border=\"0\" src=\"http://2.bp.blogspot.com/-hKRq3vObfow/UwAj5kNypkI/AAAAAAAAADs/ekSKce0JvbE/s1600/OpExCurves.png\" height=\"175\" width=\"320\" /></a></td></tr><tr><td class=\"tr-caption\" style=\"text-align: center;\">One example of the potential with DEEPM</td></tr></tbody></table><br /><br /><br /><em>Author\'s note</em>: If you\'ve just read this post, and you\'re thinking, \"Wow, this sounds like something that could really help us,\" take a deep breath, <a href=\"http://engage.quantellia.com/DEEPM-EPMO-Optimization-Free-White-Paper\" target=\"_blank\">go here</a>, and get the Case Study white paper (which goes into more detail about point #6 above) and the information sheet. This is really possible. <br /><br />\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/6011666707251191530/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:86:\"http://www.decisionnut.com/2014/02/feedback-from-trenches-of-program.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6011666707251191530\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6011666707251191530\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:73:\"http://www.decisionnut.com/2014/02/feedback-from-trenches-of-program.html\";s:5:\"title\";s:48:\"Feedback from the Trenches of Program Management\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:94:\"http://2.bp.blogspot.com/-hKRq3vObfow/UwAj5kNypkI/AAAAAAAAADs/ekSKce0JvbE/s72-c/OpExCurves.png\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-3562099931761989003\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2014-02-05T22:59:00.001-06:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2014-02-05T23:10:52.520-06:00\";s: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:9:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:9:\"Analytics\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:8:\"Big Data\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:17:\"Decision Modeling\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:6:\"Models\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:16:\"Operational Data\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:20:\"Predictive Analytics\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:23:\"Predictive Intelligence\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:12:\"transparency\";}}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:35:\"Predictive Intelligence Webinar Q&A\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:31560:\"<span style=\"font-family: inherit;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">We hosted people from all over the world in our \"<em>Predictive Intelligence: Reshaping the Future of Analytics</em></span>\" webinar. Participants asked great questions before, during, and after the session. Here are the answers to the questions we think may be of interest to the entire audience.</span><br /><span style=\"font-family: inherit;\"></span><br /><span style=\"font-family: inherit;\">To those who joined us live, thank you. To those who did not, or want to see it again, we have posted the webinar video to our </span><a href=\"http://www.youtube.com/quantellia\" target=\"_blank\"><span style=\"font-family: inherit;\">YouTube channel.</span></a><br /><span style=\"font-family: inherit;\"></span><br /><span style=\"font-family: inherit;\">Here is our Q&A. Some items have been paraphrased for clarity.</span><br /><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><br /><span style=\"font-family: inherit;\"><span style=\"font-weight: bold;\">Q1: Do you have specific use cases in manufacturing, specifically around operational problem solving in a factory setting?</span><br /></span></span><br /><div class=\"MsoNormal\" style=\"font-family: Calibri; margin: 0in;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">A1: We\'re not manufacturing experts, but here are some ideas that come from our work in optimizing processes that may be applicable in your situation:</span></div><div class=\"MsoNormal\" style=\"font-family: Calibri; margin: 0in;\"><span style=\"font-family: inherit;\"></span><br /></div><div class=\"MsoNormal\" style=\"font-family: Calibri; margin: 0in;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">On the factory floor, we see Predictive Intelligence playing a role in a variety of situations, including optimizing the purchase of new equipment and/or the continuing use of older equipment, equipment selection, how to best balance capacity with order volumes and across product lines, and production planning. We also see plant equipment that is gathering data about performance, and a need to quickly aggregate that data to understand overall potential outcomes. Predictive Intelligence models can help with these situations, and likely can impact outcomes that we have not yet considered, helping to maximize quality while reducing risk and cost.</span></div><div class=\"MsoNormal\" style=\"font-family: Calibri; margin: 0in;\"><span style=\"font-family: inherit;\"> </span></div><div class=\"MsoNormal\" style=\"font-family: Calibri; margin: 0in;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">In the broader context, questions like “do we build another factory?,” “do we enter a new market?,” or “how do we set this price?” have historically been answered by analyzing past performance data, which is then projected into the future. However, sometimes the future is not enough like the past for this to be effective. </span></div><div class=\"MsoNormal\" style=\"font-family: Calibri; margin: 0in;\"><span style=\"font-family: inherit;\"></span><br /></div><div class=\"MsoNormal\" style=\"font-family: Calibri; margin: 0in;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">Changes in the economy, competitive pressures, and even wage contracts and tax laws can have a substantial impact on the future.<span style=\"mso-spacerun: yes;\"> </span>However,<span style=\"mso-spacerun: yes;\"> </span>many organizations don\'t track and monitor the impacts of these external factors. World Modeler models assumptions and facts about external influences on our decisions, combines them with decision levers, does appropriate calculations, and models multiple outcomes simultaneously. It also does decision optimization: where we use a predictive model to determine the levers that achieve a certain set of outcomes. Since the decision model is iterative and agile, it can be re-run at any time as actual performance data is accumulated, and/or when external factors change. Our robust data binding capability makes the continuous QA of a decision fast and powerful.</span></div><div class=\"MsoNormal\" style=\"font-family: Calibri; margin: 0in;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"> </span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><strong>Q2: Big Data is all about looking for patterns and then figuring out what to do with them, but now I\'m concerned about causation versus correlation. Do you see that as a risk also?</strong></span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">A2: Yes, we do see that as a huge risk with Big Data analytics. See the discussion in the webinar of the classic: \"diapers and beer\" story. As the story goes, we see simultaneous spikes of diaper sales and beer sales, and draw a conclusion that buying diapers causes the purchase of beer. In this example, there\'s a third factor: late night trips to the store to buy diapers. There is a correlation between diapers and beer, but diaper purchases do not cause beer purchases. As illustrated by this example, Big Data is fraught with the risk of spurious conclusions, which can then lead to spurious business decisions.</span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><strong>Q3: Can this help me select startup companies for investment and further business development efforts?</strong></span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">A3: This approach hasn\'t been used for investment decisions to date, but since it has been used on very complex decisions with several similar features to this one, including the combination of human and machine expertise and data, investment decision making seems to be a good candidate for a predictive intelligence approach. </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">Due diligence uses historical information - either about the target company\'s performance, founders, market, or competitors. Yet, disruption can come from any direction. Due diligence needs to be expanded to consider a future that we do not yet understand, data that we have, as well as data we may <u>not</u> have, and human expertise when data is unavailable. By clearly understanding the levers we can pull or push, the external information that impacts our desired outcomes, and how all of these factors connect together, we can create a forward-looking view and a more complete picture of the potential for investment and/or development. </span></span><br /><span style=\"font-family: inherit;\"></span><br /><span style=\"font-family: inherit;\">Some experts claim, correctly, that accurate prediction regarding financial markets is very difficult, especially when compared to making predictions about systems that have reasonably stable behavior in aggregate. This is true, but despite our inability to predict, we still must make investment decisions. The solution to this dilemma is to stay agile and to work collaboratively, combining the best of human expertise and data in a structured way.</span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><strong>Q4: How do you deal with uncertainty?</strong></span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">A4: Two ways: 1) entities in a predictive model can have values that represent the 90% confidence interval or the probability distribution function of a data element; 2) The visual and agile nature of a predictive intelligence model means that we can change direction more rapidly when circumstances change. So, for instance, we may assume that our competitor\'s price is around $8. But we can do some analysis of a model that shows that if the price goes as low as $6 or as high as $10, then our levers won\'t achieve the same outcomes, and might need to be adjusted. So we track these externals - also called \"key assumptions\" - and when they drift \"out of band\", we go back to the decision model and re-run it based on the new information.</span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><strong>Q5: How do you bridge the gap of trust in the expected results when the results are \"out of left field\" or unbelievable?</strong></span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">A5: We see results that surprise people all of the time. In organizations where decision-makers keep their decision rationale to themselves, that trust gap likely already exists. There are several factors that will bridge the gap. Predictive Intelligence - decision modeling - creates a level of \"decision transparency\" that builds trust. Instead of mistrusting a decision, and arguing about it, stakeholders can now hold a more productive conversation about levers and externals, assumptions, and the human expertise that may have been considered. The conversation becomes constructive and collaborative rather than defensive and mistrustful. There are no hidden agendas in a decision model, where the system is exposed and the right people have input to the process.</span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">That transitions rather nicely to the next question...</span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><strong>Q6: When humans disagree about causal factors and side effects, how can software cope?</strong></span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">A6: The simple answer is: it can\'t. On the other hand, Predictive Intelligence creates a very fact-based conversation. Because we incorporate as many data sources as we need to impact the decision, and we leverage as many analytic tools as required, the disagreements around causal factors seem to fade. </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\">For example, in the example given in the webinar, we can use predictive analytics to project the need for emergency room workers: historically, we have seen that Friday ER visits are 30% higher than Thursday ER visits. We don\'t need to know the cause to know that we need to staff up on Fridays. If, however, we are trying to answer the question, \"what can we do to reduce ER visits on Fridays?\" we will want some analysis about typical health complaints by ER visitors on Thursdays and Fridays, so that we can determine if we can add any preventative measures to our levers. Disagreement is usually rooted in assumptions and ideology, and adding a fact-based view via a decision model can elevate the discussion to a new level. If someone wants to argue facts, the facts are there. If, however, someone wants to argue <em>beliefs</em>, no software on earth is going to cope with that. </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit;\">Take a look at </span><a href=\"http://www.quantellia.com/bl1/post/2012/11/03/Tax-Policy-and-the-Economy-Towards-Better-Understanding-and-More-Productive-Discussion.aspx\"><span style=\"font-family: inherit;\">this article in the World Modeler blog</span></a><span style=\"font-family: inherit;\"> and/or </span><a href=\"http://www.youtube.com/watch?feature=player_embedded&v=tdFTlMI9Rrs\"><span style=\"font-family: inherit;\">this accompanying video</span></a><span style=\"font-family: inherit;\"> for more about how a visual model facilitates constructive discussion. </span></span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit;\"><strong>Q7: What is the difference between Predictive Analytics and Predictive Intelligence?</strong> (note: this question was sent prior to the webinar)</span></span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit;\">A7: This seems like a good ending question, as it was addressed very well in the webinar. I encourage you to visit </span><a href=\"http://www.youtube.com/quantellia\" target=\"_blank\"><span style=\"font-family: inherit;\">the YouTube channel</span></a><span style=\"font-family: inherit;\"> and </span><a href=\"http://www.youtube.com/watch?v=qiUbm1KJfBY&list=UUiui5QbjJu0z6P0MteyGabw&feature=share\" target=\"_blank\"><span style=\"font-family: inherit;\">view the recorded session</span></a><span style=\"font-family: inherit;\">.</span></span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"> </span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"font-family: inherit;\">If you have additional questions, or if you\'d like to discuss Predictive Intelligence, Decision Intelligence, or our award-winning World Modeler software, please email Margaret Johnson at </span><a href=\"mailto:mj@quantellia.com\"><span style=\"font-family: inherit;\">mj@quantellia.com</span></a><span style=\"font-family: inherit;\">.</span></span></span></div><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"><span style=\"mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span><span style=\"font-family: inherit;\"> </span></span></div><span style=\"font-family: inherit; mso-ansi-language: EN-US; mso-bidi-font-family: "Times New Roman"; mso-bidi-language: AR-SA; mso-fareast-font-family: Calibri; mso-fareast-language: EN-US; mso-fareast-theme-font: minor-latin;\"></span>\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/3562099931761989003/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:86:\"http://www.decisionnut.com/2014/02/predictive-intelligence-webinar-q.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/3562099931761989003\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/3562099931761989003\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:73:\"http://www.decisionnut.com/2014/02/predictive-intelligence-webinar-q.html\";s:5:\"title\";s:35:\"Predictive Intelligence Webinar Q&A\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"tag:blogger.com,1999:blog-5237883306531626053.post-601434787148269850\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2014-01-22T12:30:00.001-06:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2014-01-22T12:30:36.766-06:00\";s: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:6:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:9:\"Analytics\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:3:\"CEO\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:20:\"Predictive Analytics\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:23:\"Predictive Intelligence\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Strategic Decision\";}}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:48:\"Why Stop with Predictive Analytics? Go Beyond...\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:14370:\"<br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">What if the future is not like the past?<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">Predictive analytics is a very valuable technology for many industries. Predicting which patients are likely to readmit, based on historical information about readmission - done. Predicting how products will sell based on placement on the store shelves - done. Predicting what you might want to buy, based on what others have purchased, or on what you\'ve purchased before - done (though with a few flaws; as we all know, gift buying can really mess up those recommendations).<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">But…<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">Predictive analytics about income streams for healthcare providers went out the window with the Affordable Care Act. Predictive analytics about stock performance went down the chute with the financial collapse of 2008. Predictive analytics about the travel industry went sadly, horribly awry in September of 2001. The mobile telephone market\'s future was upended with the introduction of the iPhone.<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">Predictive analytics is not so helpful in understanding these “black swan” events, because it is based on a \"revert to mean\" approach that, arguably, was even at the core of the most recent US presidential election. <span style=\"color: black;\">(<a href=\"http://www.quantellia.com/bl1/post/2012/11/17/Understanding-the-US-2012-Presidential-Election-Result-How-Models-Triumphed-over-Big-Data.aspx\" target=\"_blank\">Read more here</a>).<o:p></o:p></span></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">Where predictive analytics is focused solely on historical data —collected, captured, cleaned, and perfected—<b>Predictive Intelligence focuses first on the desired outcome.</b> Instead of collecting information to determine what kinds of decisions can be made, Predictive Intelligence provides a decision roadmap so that organizations can achieve the outcomes they require. It provides a “focusing lens” on what could otherwise be an overwhelming amount of data, and identifies which information is the most critical for achieving those outcomes. This information often includes human expertise, when data is in short supply. <b>In other words, Predictive Intelligence lives at the juncture of data (including big data) analytics and human expertise, combining the robust and evidence-based approach from the former with the agility, intuitiveness, and speed of the latter.</b> <b><o:p></o:p></b></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">Predictive Intelligence is a robust systems <b style=\"mso-bidi-font-weight: normal;\">model</b>that leverages the results of predictive analytics, complexity theory, systems analysis, data management, pattern recognition, big data, and more, but goes further - incorporating human expertise, assumptions, external factors, dependencies, and inter-dependencies. It combines these elements in a piecewise way into a framework that provides the best of both worlds. Where predictive analytics typically answers one question, <b>Predictive Intelligence manages and models multiple outcomes at the same time</b>. It’s a bridge between the data-driven, fully automated decision-making systems of the past, and what is needed to navigate an uncertain future. <o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">Imagine this conversation:<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt 0.5in;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">VP of Sales: \"The predictive analysis we\'ve run tells us that our sales will increase by 5% next year, so we just need to keep doing what we\'ve been doing.\"<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt 0.5in;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">CEO: \"I heard that our biggest competitor is getting ready to launch a loyalty program. Should we have a loyalty program, too?\"<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt 0.5in;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">VP of Sales: \"I don\'t know - the model didn\'t take any changes to the competition into account. We\'ll need to re-run the model.\"<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt 0.5in;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">VP of IT: \"I don\'t think we have historical data collected on our competition. We\'ll need to figure out how to get that. That could take a few weeks, and we might get it wrong.\"<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt 0.5in;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">CFO: \"What impact will a loyalty program have on our sales revenues? I\'m concerned about the cost of this program and whether we\'ll see a net increase.\"<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt 0.5in;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">COO: \"We\'ve asked the manufacturing organization to cut their costs by 5%. How does that support an increase in sales by 5%? If we implement a loyalty program, will we have to manufacture more?\"<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt 0.5in;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">VP of Sales: \"I only analyzed sales. You all should be running your own predictive analyses to determine how to run your departments.\"<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt 0.5in;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">VP of HR: \"What if your top salesman leaves us? Will we still increase sales by 5% next year?\"<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt 0.5in;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">VP of Sales: \"The analysis doesn\'t account for big changes in the future, and that would be a big change. I don\'t know how to answer that question. It takes a while to get a new rep up to speed, for sure.\"<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">Well, you can imagine the rest of the conversation, and perhaps you\'ve even translated it to something that happens in your organization. The point of the story, of course, is that, while predictive analytics has a well-deserved reputation in specific use cases, it doesn’t apply to every situation. <o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">Predictive Intelligence, on the other hand, significantly broadens the use-case landscape. By starting with the outcomes, considering external factors like competitive actions, interest rates, and predictive analysis of customer churn, and weaving in human expertise, logic, and situational awareness, Predictive Intelligence takes an organization to the next level - true Decision Intelligence. Had Predictive Intelligence been part of the conversation above, the answers would have been readily apparent, and decisions about the next year could have been made right then and there. And because Predictive Intelligence must have “low cognitive friction” for decision makers to find it valuable, it is <b style=\"mso-bidi-font-weight: normal;\">intuitive</b><span style=\"mso-spacerun: yes;\"> </span>- interactive, 3D, and actually a bit fun – and, most importantly, Predictive Intelligence matches the natural way that decision makers think about complex situations, based on years of research into collaborative decision making at hundreds of organizations.<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">Organizations with Decision Intelligence achieve success at a different level than their competitors who are still doing things the old-fashioned way. <span style=\"mso-spacerun: yes;\"> </span>A couple of examples:<span style=\"mso-spacerun: yes;\"> </span><o:p></o:p></span></div><br /><div class=\"MsoListParagraphCxSpFirst\" style=\"margin: 0in 0in 0pt 0.5in; mso-add-space: auto; mso-list: l0 level1 lfo1; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-indent: -0.25in;\"><!--[if !supportLists]--><span style=\"font-family: Symbol; font-size: 12pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol;\"><span style=\"mso-list: Ignore;\">·<span style=\"font-size-adjust: none; font-stretch: normal; font: 7pt/normal "Times New Roman";\"> </span></span></span><!--[endif]--><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">A massive IT program went from missing projections by $40M to <u>saving over $10M</u><u>more than was initially projected</u>, with an ROI of 300:1<o:p></o:p></span></div><br /><div class=\"MsoListParagraphCxSpLast\" style=\"margin: 0in 0in 0pt 0.5in; mso-add-space: auto; mso-list: l0 level1 lfo1; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; text-indent: -0.25in;\"><!--[if !supportLists]--><span style=\"font-family: Symbol; font-size: 12pt; mso-bidi-font-family: Symbol; mso-fareast-font-family: Symbol;\"><span style=\"mso-list: Ignore;\">·<span style=\"font-size-adjust: none; font-stretch: normal; font: 7pt/normal "Times New Roman";\"> </span></span></span><!--[endif]--><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">A developing country has learned how to extract every penny of value from donor dollars to reduce the likelihood of future conflict<o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><a href=\"http://4.bp.blogspot.com/-l7Fn8mcSDuc/UuAKDx4iASI/AAAAAAAAACY/rWG3vmweIqw/s1600/Pyramid-with-PI-sm.png\" imageanchor=\"1\" style=\"clear: right; float: right; margin-bottom: 1em; margin-left: 1em;\"><img border=\"0\" src=\"http://4.bp.blogspot.com/-l7Fn8mcSDuc/UuAKDx4iASI/AAAAAAAAACY/rWG3vmweIqw/s1600/Pyramid-with-PI-sm.png\" height=\"320\" width=\"279\" /></a><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">As seen in the sales conversation above, every decision ripples through an organization and has consequences (some intended and some unintended) on the organization as a whole.<span style=\"mso-spacerun: yes;\"> </span>What is critical in today’s complex world is the ability to see over the horizon and around corners to understand the impact on <u>all</u> of the desired outcomes, and to understand how managing and navigating multiple decisions simultaneously <u>can achieve</u>the desired outcomes. <span style=\"mso-spacerun: yes;\"> </span>Predictive Intelligence is the critical tip of the Decision Intelligence pyramid, finally answering the question “If I make this decision today, what will be the impact on the future?”<span style=\"mso-spacerun: yes;\"> </span><o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\">To find out more about Predictive Intelligence and Decision Intelligence, see our video library at <a href=\"http://www.youtube.com/quantellia\"><span style=\"color: blue;\">www.youtube.com/quantellia</span></a>, visit <a href=\"http://www.quantellia.com/\"><span style=\"color: blue;\">www.quantellia.com</span></a>, or email Lorien and Margaret at <a href=\"mailto:lpmj@quantellia.com\"><span style=\"color: blue;\">lpmj@quantellia.com</span></a>. <span style=\"mso-spacerun: yes;\"> </span><o:p></o:p></span></div><br /><div class=\"MsoNormal\" style=\"margin: 0in 0in 0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;\"><span style=\"font-family: "Times New Roman","serif"; font-size: 12pt;\"><o:p> </o:p></span></div>\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:68:\"http://www.decisionnut.com/feeds/601434787148269850/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:90:\"http://www.decisionnut.com/2014/01/why-stop-with-predictive-analytics-go.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:81:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/601434787148269850\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:81:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/601434787148269850\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:77:\"http://www.decisionnut.com/2014/01/why-stop-with-predictive-analytics-go.html\";s:5:\"title\";s:48:\"Why Stop with Predictive Analytics? Go Beyond...\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Dr. Lorien Pratt and Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/09576331978280794026\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:102:\"http://4.bp.blogspot.com/-l7Fn8mcSDuc/UuAKDx4iASI/AAAAAAAAACY/rWG3vmweIqw/s72-c/Pyramid-with-PI-sm.png\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-6288562927113553378\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-12-18T14:55:00.002-06:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-12-18T14:55:35.967-06:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:9:\"Analytics\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:8:\"Big Data\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:7:\"Leaders\";}}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:43:\"Tired of Turbulence? Ready for Calm Waters?\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:1880:\"I\'ve been reflecting on the turbulence.<br /><br />This turbulence is the constant flow of advice being given to business leaders, and, in particular, to IT leaders. The picture in my head is of a tumultuous ocean, boiling and frothing, filled with undercurrents, and loaded with sharks ready to take a big bite out of our budgets. Of course, it isn\'t undercurrents and sharks that are making the business waters so perilous, it\'s increasing business complexity, and trying to get a handle on it with Big Data, analytics, data scientists, a better way to do this, and a faster way to do that.<br /><br />This turbulence has leaders in a tizzy, thinking about how to plan for the sharks, and manage the undercurrents. But what leaders really need to do is steer the boat, navigate through the waves, and focus on not dumping the company overboard.<br /><br />The most critical thing that a leader can do is focus on the decisions that move the company forward. When we do that, we can find ourselves in calm waters. We calmly reach down into the data to get only what we need. We calmly reach across the table to gather human expertise into our decision methodology. We calmly assess the factors that create decisions, and we collaborate on creating the outcomes that allow us to reach our goals.<br /><div><br /></div><div class=\"separator\" style=\"clear: both; text-align: center;\"><a href=\"http://1.bp.blogspot.com/-9YTjWcVK6Ug/UrIJVMeGseI/AAAAAAAAADc/V-8lDGAq2c0/s1600/Business-in-boat-sm.jpg\" imageanchor=\"1\" style=\"margin-left: 1em; margin-right: 1em;\"><img border=\"0\" src=\"http://1.bp.blogspot.com/-9YTjWcVK6Ug/UrIJVMeGseI/AAAAAAAAADc/V-8lDGAq2c0/s1600/Business-in-boat-sm.jpg\" /></a></div><div><br />Calm waters, easier rowing, less chance of getting wet. Sounds good to me. <br /><br />Reflection concluded.<br /><br /></div>\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/6288562927113553378/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:87:\"http://www.decisionnut.com/2013/12/tired-of-turbulence-ready-for-calm.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6288562927113553378\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6288562927113553378\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:74:\"http://www.decisionnut.com/2013/12/tired-of-turbulence-ready-for-calm.html\";s:5:\"title\";s:43:\"Tired of Turbulence? Ready for Calm Waters?\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:103:\"http://1.bp.blogspot.com/-9YTjWcVK6Ug/UrIJVMeGseI/AAAAAAAAADc/V-8lDGAq2c0/s72-c/Business-in-boat-sm.jpg\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-1351792229681508203\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-12-18T07:08:00.000-06:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-12-18T12:18:32.577-06:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:3:\"CEO\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:12:\"transparency\";}}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:52:\"5 Steps that Enable Excellent Decisions (a rebuttal)\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:4808:\"A recent post on ceo.com had me absolutely gob-smacked (and I\'m not even British). In \"<a href=\"http://www.ceo.com/leadership_and_management/5-steps-that-enable-bold-decisions/\" target=\"_blank\">5 Steps That Enable Bold Decisions</a>,\" the author suggests that decisions ultimately need to be made by the \"only person that really matters\" - the CEO, the only opinion that matters is the CEO\'s opinion, and \"group-think\" is a testament to \"middle ground\" and won\'t lead to bold decisions.<br /><blockquote class=\"tr_bq\">Here is the comment I posted on LinkedIn about this: \"<span class=\"commentary\">This is terrible! Any CEO who runs his or her business as an autocracy is doomed to a life of disengaged employees and a disengaged executive team. The idea that \"the only person that really matters is you\" as a message to CEOs is just wrong. Wow. If the team doesn\'t clearly understand the decisions made, and the process used to make them, isn\'t aligned around the expected outcomes, and doesn\'t understand what levers to push and pull to make it happen, CEOs will also be doomed to a life of having the execution of their decisions completely on their own shoulders. I completely support BHAGs and bold decisions - but not like this!\"</span> <a class=\"toggle-show-more\" href=\"http://www.linkedin.com/home?trk=guest_home_login#\" title=\"Show less\"></a></blockquote>After thinking about this (a lot), I see where this whole thing went sideways: at its starting point. Decisions, whether bold, strategic, impactful, or otherwise, can no longer be made simply by doing what the article\'s author states: \"the business world trains us to actively solicit opinions, bounce ideas off other people, and run our ideas up proverbial flagpoles in order to harness the amazing brain power of the many to make awesomely incredible decisions.\"<br /><br />The decision-making methodology needs to change, we agree - but not to an autocracy nor a dictatorship.<br /><br />Decisions should be made using a decision model. <br /><br />Decision models shift the attention away from the decision (bear with me) and on to the components of the decision, the first of which is the outcome. If a decision-making team does not agree on what it is that needs to be achieved, then that is the first issue that must be addressed.<br /><br /><strong>Step One: Align around the specific outcome and the associated goal.</strong> For example, the outcome might be \"increased revenues,\" and the associated goal is \"by X in what timeframe.\"<br /><br /><strong>Step Two:</strong> <strong> List all of the measurable, <u>controllable</u> factors that impact that outcome</strong>. These are your levers. For example, budgeting to further train your sales team, changing the price of your product, or investing in new equipment.<br /><br /><strong>Step Three:</strong> <strong>List all of the measurable, <u>uncontrollable</u> factors that impact the outcome</strong>. These are your externals. Some examples of externals include regulatory controls, a tax rate, prevailing wage, or the price that your competition is charging for a similar product.<br /><br /><strong>Step Four:</strong> <strong>Determine how all of these factors impact each other</strong>. These intermediates will, most likely, be calculated values, input from a database or a spreadsheet, and frequently also include human expertise as well as non-data-based inputs. This is where things get fascinating.<br /><br /><strong>Step Five: Adjust the levers, monitor the intermediates, and watch the outcomes.</strong> Now go back to the decision you are trying to make, and determine the impact that different decisions will have on the near future as well as \"over the horizon.\" <br /><br />If a decision isn\'t behaving as you think it should, examine the components, don\'t argue about the decision. <br /><br />Tying back to the original article, it does not take away from power, responsibility, authority, or accountability to have transparency in decisions. Rather, a level five leader (thanks, <a href=\"http://www.jimcollins.com/media_topics/level-5.html#audio=81\" target=\"_blank\">Jim Collins</a>) will actively engage his team, and will do so in a manner that is consistently humble while remaining powerful. The buck does, in fact, always stop at the CEOs desk, but a CEO who solicits input to a transparent decision methodology will have a higher performing team than one who thinks that his or her opinion is the only one that really matters.<br /><br />Exiting soapbox now.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/1351792229681508203/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:92:\"http://www.decisionnut.com/2013/12/5-steps-that-enable-excellent-decisions.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/1351792229681508203\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/1351792229681508203\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:79:\"http://www.decisionnut.com/2013/12/5-steps-that-enable-excellent-decisions.html\";s:5:\"title\";s:52:\"5 Steps that Enable Excellent Decisions (a rebuttal)\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-6862098705469517240\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-12-17T17:56:00.001-06:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-12-18T08:48:13.180-06:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:8:\"Big Data\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:17:\"Decision Modeling\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:9:\"Relevance\";}}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:30:\"Big Data - Corporate Hoarding?\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:4034:\"<div class=\"separator\" style=\"clear: both; text-align: center;\"><a href=\"http://3.bp.blogspot.com/-_BC29dilzis/UrC92uAV60I/AAAAAAAAADM/dxf4wGpmE2M/s1600/16billion.png\" imageanchor=\"1\" style=\"clear: left; float: left; margin-bottom: 1em; margin-right: 1em;\"><img border=\"0\" height=\"173\" src=\"http://3.bp.blogspot.com/-_BC29dilzis/UrC92uAV60I/AAAAAAAAADM/dxf4wGpmE2M/s200/16billion.png\" width=\"200\" /></a></div>Forbes <a href=\"http://www.forbes.com/sites/gilpress/2013/12/12/16-1-billion-big-data-market-2014-predictions-from-idc-and-iia/#!\" rel=\"nofollow\" target=\"_blank\">summary of the 2013 Big Data market predictions from IDC and IIA</a> is quite illuminating. With a prediction (IDC) that the market will reach $16.1 Billion next year, the first question the predictions must bring up is \"why?\" and the most illuminating statistic is the prediction that infrastructure (servers, storage, etc.) is predicted to be the fastest growing segment at 45% of the market, while services only account for a predicted 29% of the market.<br /><br />IDC also commented \"that the benefits of big data are not always clear today.\" <br /><br />If I\'ve done my math right, spending on infrastructure for Big Data will exceed $7.2 billion, while Big Data services spend will lag significantly at about $4.6 billion.<br /><br />In other words, we don\'t know what to do with it, but we\'re sure we should have it, so we are going to give storage and server vendors lots of money while we figure it out. <br /><blockquote class=\"tr_bq\">(There\'s a great slide running around LinkedIn for the past few weeks. It\'s a little in-your-face, funny, and all too true. I won\'t give you the comparison, but the punch line is that \"everyone talks about it, nobody really knows how to do it, everyone thinks everyone else is doing it, so everyone claims they are doing it.\" It\'s been widely quoted, so you should be able to find it by plugging the quoted phrase into a search engine.)</blockquote>Big Data is one of the greatest hardware sales strategies ever invented.<br /><br />I\'m just going to say it: this reminds me of the TV show \"Hoarders\" - not the gross episodes, but ones where people are living surrounded by \"stuff,\" to which they are clinging in the off-chance they will need it one day. Some of the people profiled even have storage lockers for which they are paying monthly fees, and these lockers are filled with more stuff that they might find a use for one day. <br /><br />If there isn\'t a plan, then holding on to everything might make sense, on some level. If you don\'t know what it is that you need to know, then collecting every bit of data in case it someday becomes useful could be a strategy, albeit an expensive one. <br /><br />Here\'s a useful tip: <u>the majority of data is irrelevant</u>. The old 80/20 rule applies even here: 80% of the usefulness will come from 20% of the data. <br /><br />Here\'s another useful tip: the world is changing faster and faster, and what used to be 80/20 might become 90/10 through the law of diminishing returns. In other words, big data loses relevance over time. Much like \"the hoard\" on that TV show, the pile can start to smell after it has aged a bit. <br /><br />We can spend money to collect it, spend money to store it, and spend money, eventually, to analyze it, at which point we will find out that we have paid out a lot of money for very little return. <br /><br />What if, instead of lengthy Big Data initiatives, we were to start with the outcomes we need, and pull in only the data that is relevant, combine it with our own expertise, and proceed to make complex business decisions right now?<br /><br />My read of the Forbes article is that Big Data is good business for storage vendors. Is it good business for everyone else? <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> \";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/6862098705469517240/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:80:\"http://www.decisionnut.com/2013/12/big-data-corporate-hoarding.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6862098705469517240\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6862098705469517240\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:67:\"http://www.decisionnut.com/2013/12/big-data-corporate-hoarding.html\";s:5:\"title\";s:30:\"Big Data - Corporate Hoarding?\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:93:\"http://3.bp.blogspot.com/-_BC29dilzis/UrC92uAV60I/AAAAAAAAADM/dxf4wGpmE2M/s72-c/16billion.png\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-2452284130562006127\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-12-09T12:33:00.000-06:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-12-09T12:33:00.152-06:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:8:\"Big Data\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:17:\"Decision Modeling\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:20:\"Predictive Analytics\";}}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:46:\"In Three Years, Will You Be \"Wishing You Had?\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:2119:\"We all have those moments, those thoughts... \"I wish I had...\" I wish I had invested in X ten years ago. I wish I had learned about Y before I made this life decision. I wish I had known about Z before I did this. <br /><br />\"The best time to plant a tree is ten years ago. The second best time is today.\"<br /><br />I don\'t know who said that, but it makes a lot of sense. Had I planted that tree ten years ago, today I would be rejoicing in the shade, or cursing the leaf pile, or marveling at the nests I see in the now-bare branches. But, I didn\'t.<br /><br />In three years, when every complex decision - and many less-complex decisions - are being supported with a visual model, will you wish you had jumped on that bandwagon when you first learned about it? Will you look back over the past three years and wonder if your company would have stayed on track if you had eschewed the spreadsheets and the so-called predictive analytics and chosen a different path? Will you regret the money spent on Big Data and realize that the ROI wasn\'t nearly what you thought it would be? <br /><a href=\"http://1.bp.blogspot.com/-ZPjWgQ7Gl38/UqYLQPZDxGI/AAAAAAAAAC8/8r_wTQxqcP0/s1600/pyramid.png\" imageanchor=\"1\" style=\"clear: right; float: right; margin-bottom: 1em; margin-left: 1em;\"><img border=\"0\" height=\"200\" src=\"http://1.bp.blogspot.com/-ZPjWgQ7Gl38/UqYLQPZDxGI/AAAAAAAAAC8/8r_wTQxqcP0/s200/pyramid.png\" width=\"133\" /></a><br />Will you have one of those head-bonking-with-the-hand moments and think to yourself, \"I could have known this would happen?\"<br /><br />Discovering a new way to do something doesn\'t mean the old ways are wrong; they are what we had. The old practices - Business Intelligence, Analytics, Big Data, and the like - are simply augmented and supercharged by visual decision modeling. <br /><br />Decision Intelligence makes perfect sense. It is logical, rational, and based in science. It is coming. In three years, it will be everywhere. It is time to plant that tree.<br /><br /><br />\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/2452284130562006127/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:91:\"http://www.decisionnut.com/2013/12/in-three-years-will-you-be-wishing-you.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/2452284130562006127\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/2452284130562006127\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:78:\"http://www.decisionnut.com/2013/12/in-three-years-will-you-be-wishing-you.html\";s:5:\"title\";s:46:\"In Three Years, Will You Be \"Wishing You Had?\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:91:\"http://1.bp.blogspot.com/-ZPjWgQ7Gl38/UqYLQPZDxGI/AAAAAAAAAC8/8r_wTQxqcP0/s72-c/pyramid.png\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"tag:blogger.com,1999:blog-5237883306531626053.post-364303006071526189\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-11-15T10:13:00.000-06:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-11-15T10:13:00.121-06:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:8:\"Big Data\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:4:\"Data\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:8:\"Outcomes\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:9:\"Relevance\";}}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:48:\"Big Data - Bigger Haystack, but What\'s a Needle?\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:7006:\"I started a conversation regarding Big Data on LinkedIn that took on a life of its own. I\'ve been thinking about writing about Big Data for a while now, and I just don\'t think I can write it any better than the conversation that played out. <br /><br />Here is my original statement:<br /><div><blockquote class=\"tr_bq\">When Big Data is just illogical - I saw a post not long ago that I just can\'t get out of my head. It was from an \"industry expert\" and all about how we must accumulate data, and store data, and make data wonderful and perfect, and then, after all that is done, we should figure out how we might use it (literally, it is a 4-step Big Data Strategy, and figuring out how we use it is Step 4). This does not make sense to me. That is like a world-renowned chef telling us that we must read every cookbook published before we decide what\'s for dinner. Don\'t you think?</blockquote></div><span class=\"commentary\"></span><br /><span class=\"commentary\">And here\'s the conversation that took place between some pretty knowledgeable experts in the field (and, to clarify, I am not one of the commenters below):</span><br /><span class=\"commentary\"></span><br /><span class=\"commentary\">First commenter:</span><br /><blockquote class=\"tr_bq\"><q><span class=\"commentary\">In a perfect world, you are right - you would know the questions you want answered beforehand. However, his point likely is that since we don\'t live in a perfect world, we need to collect, store, and optimize data before we start asking questions. Data miners look for questions to ask by finding patterns in the data. This is also emphasized with Big Data since you want to capture more data to aid the questions you will ask in the future that you don\'t know to ask today! IMO, you are both right!</span> </q></blockquote>Second commenter:<br /><blockquote class=\"tr_bq\"><q><span class=\"commentary\">Nicely put! However, I think there is an important distinction here: scientists begin by trying to find interesting patterns. For this purpose, context represents bias. For business people and other practitioners, context is everything, and represents cues as to where to search for valuable patterns. The solution to the \"imperfect world\" of not understanding the questions to ask is to determine the obstacles to clarity of questions, not to gather more data. Gathering/cleansing/migrating more data in that situation is like trying to find a needle in a haystack by adding more hay, IMHO.</span></q> </blockquote>First commenter:<br /><blockquote class=\"tr_bq\"><q><span class=\"commentary\">Good point. I\'m not exactly certain what the expert\'s true point was. I was just commenting that often the utility of data extends beyond its original purpose for being captured. I agree that capturing data for data\'s sake is not typically a good thing. We should always have goals in mind and I assumed as such. But even our goals are often more vague than our actual queries, demanding broader (but not non-sensible) data collection within our domains - at least until proven not useful.</span> </q> </blockquote>First commenter:<br /><blockquote class=\"tr_bq\"><q><span class=\"commentary\">One last thought here: basically, with big data, the trend is shifting from sample collection to population collection because of increased computing capabilities, which are just at the beginning of being realized. Instead of just adding more hay, we now have all the hay and all the needles. This doesn\'t mean we don\'t adjust moving forward, but this new trend does mean data collection comes before questioning. We just collect the population as it exists and query it later.</span> </q> </blockquote>Second commenter:<br /><blockquote class=\"tr_bq\"><q><span class=\"commentary\">In my experience, data collection, analysis, management, cleansing, and migration can be extremely time-consuming and expensive. I have seen large, capable organizations spend years on a data management project before extracting any value from it. Perhaps the organizations you\'ve worked with are different than mine, so I wonder what environments you\'ve seen it end up being worthwhile to collect data first, and determine the queries later? I\'m thinking there may be a couple of different use case categories here, and that this might lead to a worthwhile distinction as we implement big data strategies. Thank you for this interesting conversation!</span> </q> </blockquote>I like to call this \"The Cheshire Cat School of Management,\" which means \"if you don\'t know where you\'re going, any road will get you there.\" If you don\'t know what a needle looks like, adding more hay to the haystack is a task not worth undertaking, and the idea of collecting massive amounts of data just in case we might want it for something (but we don\'t know what) later, is a conundrum to me. Yes, storage space is cheaper now than ever before; I get that. But I have to pull out one of my stock sayings here - \"a blue velvet pantsuit that you will never wear isn\'t a bargain at any price.\" (You\'re welcome to ask me the origin of that saying; it\'s one of my favorites.)<br /><br />Big Data has its place, and it can provide valuable information in certain use cases, without a doubt. But collecting data for the sake of collecting data, and hoping that someday it will be useful, is only putting money in the storage vendors\' collective pockets (and oh, by the way, it was an executive at a storage vendor who came up with the previously-mentioned 4-Step Big Data Strategy). The other angle, of course, is that the window of usability of Big Data can be very small, so collecting it now for use later may be a totally irrelevant exercise. I\'ll expand on that in a different post.<br /><br />Conclusion: If you don\'t know what a needle looks like, a bigger haystack is not going to help you find it. Start with the outcome - the needle - and then focus your search on the data - and other information - that will help you achieve it. Don\'t get sucked in by the Big Data hype engine if it isn\'t going to get you where you need to go.<br /><br /><br /><div class=\"separator\" style=\"clear: both; text-align: center;\"><a href=\"http://2.bp.blogspot.com/--FMuKCIdChs/UoU8BNB_RxI/AAAAAAAAACs/u8Diub8ogno/s1600/Haystack-Monica-Arellano-Ongpin.jpg\" imageanchor=\"1\" style=\"margin-left: 1em; margin-right: 1em;\"><img border=\"0\" height=\"180\" src=\"http://2.bp.blogspot.com/--FMuKCIdChs/UoU8BNB_RxI/AAAAAAAAACs/u8Diub8ogno/s320/Haystack-Monica-Arellano-Ongpin.jpg\" width=\"320\" /></a></div><div style=\"text-align: center;\"><span style=\"font-size: xx-small;\">Photo credit: </span><a href=\"http://www.flickr.com/photos/maong\"><span style=\"font-size: xx-small;\">www.flickr.com/photos/maong</span></a><span style=\"font-size: xx-small;\"> - Monica Arellano-Ongpin</span></div><br /><br /><br /><span class=\"commentary\"></span><br />\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:68:\"http://www.decisionnut.com/feeds/364303006071526189/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:87:\"http://www.decisionnut.com/2013/11/big-data-bigger-haystack-but-whats.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:81:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/364303006071526189\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:81:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/364303006071526189\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:74:\"http://www.decisionnut.com/2013/11/big-data-bigger-haystack-but-whats.html\";s:5:\"title\";s:48:\"Big Data - Bigger Haystack, but What\'s a Needle?\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:115:\"http://2.bp.blogspot.com/--FMuKCIdChs/UoU8BNB_RxI/AAAAAAAAACs/u8Diub8ogno/s72-c/Haystack-Monica-Arellano-Ongpin.jpg\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-5323657131563281025\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-11-14T12:10:00.000-06:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-11-14T12:11:03.922-06:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:9:\"Budgeting\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:17:\"Decision Modeling\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:20:\"Predictive Analytics\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:5:\"Sales\";}}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:26:\"Annual Budget Whack-a-Mole\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:4850:\"I can\'t stop thinking about the business associate who shared with me that the mysterious \"they\" had been hard at work rallying the troops around the expectations for 2014 performance. \"They\" told one department lead that revenues in her department need to increase by 20% next year. Another department leader was told that he needed to drop his costs by 10%. The rationale behind these expectations was not shared with either of these people.<br /><br />Let the whack-a-mole games begin.<br /><div class=\"separator\" style=\"clear: both; text-align: center;\"> </div>I\'ve posted before about how getting everyone in the boat is one thing, but having them all row in the same direction, productively, is another. Many organizations set it up so that, instead of rowing, the oar-wielders just hit each other over the head with their oars, arguing all the while about what direction the boat should go in. Setting up the annual budget process like I described above is a recipe for that exact disaster.<br /><br />I find myself wondering how many annual budgets are created by telling the revenue producing groups that they need to raise revenues by some percentage next year, while delivering some other message (hold costs or decrease costs, typically) to the cost-centric departments. How much of the plan for the next year is driven around hoping that at least one of those groups will be able to do as they\'ve been told? <br /><br />Hope is not a strategy. (I don\'t remember who said it, but I like it!)<br /><br />Imagine, for a moment, that the business in question is in the consumer packaged goods industry. They make food products. The department told to raise revenues by 20% is the Retail group. The department told to decrease cost next year is Distribution. You see where I am going here, right?<br /><br />Short of an across-the-board price increase while maintaining the same number of units sold, there may be no way to increase retail sales by 20% with zero impact on the rest of the organization. Do we need to deliver 20% more product to the retail channel? Do we need increased marketing? More salespeople? More retail outlets? What about the supply chain? How is Distribution supposed to decrease costs when Retail is going to need more of their services to deliver 20% more product?<br /><br />Is it even practical to tell one department that its number must go up while telling other departments that their numbers must go down? <br /><br />It might be. But most organizations in this situation don\'t know the answer for sure, and have zero transparency in the decision process.<br /><br />The relationships between departments and their individual goals are called \"interdependencies.\" These interdependencies are frequently ignored in the annual budgeting process. Each department is given its own outcomes to achieve, to which they are held accountable. What is the real outcome, though? What is the organizational outcome? Are these departmental goals the best way to achieve that outcome? <br /><br />Spreadsheets can\'t provide the answer - at least not in a manner that can be easily absorbed. There are simply too many variables to consider in one massive sheet filled with numbers, or even multiple sheets filled with numbers. Plus, our brain doesn\'t do its best work by looking at numbers (but that\'s a story for another day.) Predictive analytics is one piece of the answer, perhaps, if we assume that the future is just like the past, and we make decisions based only on historical data. Let\'s face it: predictive analytics using historical data as a proxy for the future (another story for yet another day).<br /><br />Modeling the annual budget process, using a visual decision model, will provide the insight about future performance that is critically required. Without that insight, organizations are doomed to repeat the refrain we hear time and time again - \"The departments are hitting their goals, but the organization is not. What\'s wrong?\" <br /><br />What\'s wrong is that there are too many moles, and no visibility into which mole is going to pop up next. Whack away, but winning the game, if it happens, is only a happy accident. <br /><br /><div style=\"text-align: center;\"><a href=\"http://2.bp.blogspot.com/-A1wPPJOtBpg/UoKzyfn_5GI/AAAAAAAAACc/OeLNIUqyzOQ/s1600/Whack-a-Mole-2.png\" imageanchor=\"1\" style=\"margin-left: 1em; margin-right: 1em;\"><img border=\"0\" height=\"200\" src=\"http://2.bp.blogspot.com/-A1wPPJOtBpg/UoKzyfn_5GI/AAAAAAAAACc/OeLNIUqyzOQ/s200/Whack-a-Mole-2.png\" width=\"194\" /></a></div><br />\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/5323657131563281025/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:77:\"http://www.decisionnut.com/2013/11/annual-budget-whack-mole.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/5323657131563281025\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/5323657131563281025\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:64:\"http://www.decisionnut.com/2013/11/annual-budget-whack-mole.html\";s:5:\"title\";s:26:\"Annual Budget Whack-a-Mole\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:98:\"http://2.bp.blogspot.com/-A1wPPJOtBpg/UoKzyfn_5GI/AAAAAAAAACc/OeLNIUqyzOQ/s72-c/Whack-a-Mole-2.png\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-6216250608369862582\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-09-18T14:51:00.002-05:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-09-18T15:06:30.036-05:00\";s: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:8:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:5:\"Agile\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:17:\"Decision Modeling\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:11:\"Forecasting\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:6:\"Models\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:5:\"Sales\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Strategic Decision\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:9:\"Why Chain\";}}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:47:\"From Sales Forecasting to Decision Intelligence\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:8485:\"<a href=\"http://2.bp.blogspot.com/-g5EUsLwnUu4/UjdS3bj4BkI/AAAAAAAAACM/YlDbBSEVTnE/s1600/Growthgraph.png\" imageanchor=\"1\" style=\"clear: right; float: right; margin-bottom: 1em; margin-left: 1em;\"><img border=\"0\" height=\"150\" src=\"http://2.bp.blogspot.com/-g5EUsLwnUu4/UjdS3bj4BkI/AAAAAAAAACM/YlDbBSEVTnE/s200/Growthgraph.png\" width=\"200\" /></a> Given the myriad of issues with sales forecasting (and we all know they exist, right?), why do organizations worldwide continue to hang their corporate hats on the sales forecast?<br /><br />Simple answer: in most organizations, it\'s all there is. <br /><br />What if it were possible to avoid all of the corporate angst that goes along with trying to forecast next year\'s revenues? What if it were possible to have a system that allows corporate decisions to be made <u>without</u> an <em>accurate</em> annual prediction from the sales team? <br /><br />What if it were possible to extrapolate opportunity information, combine it with historical performance, consider external factors (like changes in the economic climate, the price of fuel, or minimum wage), add in levers (like sales team growth, marketing investment, internal training, or streamlining the quote process), and actually create simulations of different versions of the possible future?<br /><br />What if it were <u>then</u> possible to take those simulations, add in the corporate key performance indicators, and fully understand the entire whack-a-mole picture for the entire organization?<br /><br />Finally, what if it were possible to create a robust decision-making methodology for the entire organization into which the sales forecast is one, <em>potentially imperfect</em>, data point?<br /><br />What if we could learn some lessons from the world of software, and incorporate a more agile approach to the decisions we make based on the sales forecast?<br /><br />We can, and yes, it is all possible.<br /><br />By way of background - and this is lengthy, so you can skim through to the last few paragraphs if you want to get straight to the point....<br /><br />We\'ve had a lot of discussions lately about sales forecasting, and we believe that the reason for the sudden upsurge in this topic is that budgeting for next year is, in many companies, about to begin. <br /><br />Key to the whole process, of course, are the revenue projections. Without revenue, after all, the best plans and sharpest budgets in the world cannot possibly be funded. Where revenue is a question, sales becomes the answer, and all eyes turn to the sales team.<br /><br /><em><strong>What will you do for us next year?</strong></em> <br /><br />Sales leaders turn to the forecast - that magical document that predicts the future. They schedule planning sessions with their respective sales teams, and insist that a comprehensive analysis is done, account by account. The opportunity tracking system gets fattened up with ten and twenty-percent deals with close dates in the coming year. The scrutiny continues. The reps who do not have a forecast that puts them at plan for the coming year are met with individually. Account realignment is contemplated. The sales comp plan becomes fair game. At long last, after generally a fairly lengthy cycle of \"push-me-pull-you,\" sales leaders return to the executive conference table with a number.<br /><br />Now, at last, planning for next year can take place. Revenues can be predicted, budget requirements reviewed, and the team can decide what will be approved, and which projects will not make the cut. Eventually, the corporate budget is finalized and circulated.<br /><br />Just one problem with that scenario, of course. <br /><br />Sales forecasts are a myth. <br /><blockquote class=\"tr_bq\">As an aside - in a former life, no kidding, our CEO was heard to say \"sales mythodology\" - and of course we adopted that term, even though he later indignantly insisted that he had actually said \"sales methodology,\" and we had misunderstood him. Sales mythodology makes more sense (even though mythodology isn\'t a real word).</blockquote>Sales forecasts are a combination of educated guesses, outright guesses, \"happy ears,\" response-to-pressure-from-the-boss, fabrication, hope, and wishful thinking. At no time, in the history of the universe, has a sales team ever performed exactly the way its members had forecasted it would. <br /><br />Great sales performance covers up a lot of problems, and so does poor sales performance. <br /><blockquote class=\"tr_bq\">If the numbers are there, the organization doesn\'t care if the performance is aligned with what was forecasted. A sales organization of top performers can be very bad forecasters, and no one pays attention if the numbers meet or exceed the plan.</blockquote><blockquote class=\"tr_bq\">If the sales team is performing poorly, corrective action becomes the focus, and those actions are usually focused internally - bad salespeople, bad proposals or quotes, under-trained sales staff, and bad sales processes are the most-found culprits. Seldom does \"bad forecasting\" come up in the blame-storming sessions that inevitably ensue when sales performance is below expectations.</blockquote>It seems then, that we need to either cause salespeople to be better forecasters (and good luck with that), or we need to create a better way to use the future predictions that the sales team provides.<br /><br /><strong>Specifically, the sales forecasting process can be made much more effective by fundamentally changing our expectations of what the output of the forecasting process is.</strong> As I\'ve just described, in almost all organizations, it is a number - a number that can either be right, or, as is almost always the case, wrong. The number provides no insight as to why things are going off track, nor about what should be done to get the organization back on course.<br /><br />When I said earlier that \"we can, and yes, it is all possible,\" I was thinking specifically about managing the sales forecast with a dynamic model - a living, breathing representation of the factors that determine the organization\'s sales performance. Numbers can still come from the forecast, but they are no longer near-mystical values to which justification cannot possibly be traced. Instead, they are the transparent consequences of explicit sets of assumptions about the external world, and responses to specific settings of the levers used by management to run the business. Most importantly, as the world changes in unexpected ways, the model can adapt in kind, and the decisions that most benefit the organizations can be quickly determined and enacted.<br /><br />Sometimes, the data management involved in creating and managing a sales forecast is so overwhelming that we lose sight of the outcomes that we are trying to achieve. While a model is more complex, at least initially, than data dumps from CRM and spreadsheets from the billing system, the benefit is that <em><strong>a model never loses sight of the outcome</strong></em>.<br /><span style=\"color: black;\"></span><br />Velocity in business and in the business climate as a whole can cause a traditional sales forecast to be wrong almost as soon as it is written. Complexities in a global business climate leads us to spend time and money normalizing data from differing systems and/or differing currencies, when, in reality, we could spend far less time and money pulling only data that is relevant to the decisions we are trying to make and the outcomes we are trying to achieve. The sales forecast assumes its proper place in the corporate decision hierarchy, as a component of the Decision Intelligence Framework.<br /><br />Something on which we can <em><strong>confidently</strong></em> hang our corporate hats.<br /><br /><br /><br /><span style=\"color: black;\"></span><br /><span style=\"color: black; font-size: xx-small;\">Image credit: </span><a href=\"http://www.freepixelfactory.com/\"><span style=\"color: black; font-size: xx-small;\">http://www.freepixelfactory.com</span></a><span style=\"color: black; font-size: xx-small;\"> with thanks</span><br /><br />\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/6216250608369862582/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:87:\"http://www.decisionnut.com/2013/09/from-sales-forecasting-to-decision.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6216250608369862582\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6216250608369862582\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:74:\"http://www.decisionnut.com/2013/09/from-sales-forecasting-to-decision.html\";s:5:\"title\";s:47:\"From Sales Forecasting to Decision Intelligence\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:95:\"http://2.bp.blogspot.com/-g5EUsLwnUu4/UjdS3bj4BkI/AAAAAAAAACM/YlDbBSEVTnE/s72-c/Growthgraph.png\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:10;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-3883069661885360696\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-09-13T20:19:00.000-05:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-09-19T15:08:22.014-05:00\";s: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:6:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:11:\"Forecasting\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:3:\"KPI\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Program Management\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Project Management\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Strategic Decision\";}}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:41:\"Where Project and Program Management Fail\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:6390:\"The Standish Group did a global study of more than 10,000 IT projects in 2010 and found that more than forty percent of projects came in over budget, late, or with less-than-required features, and an astounding <u>twenty-one percent of projects failed completely</u>.<br /><br /><a href=\"http://4.bp.blogspot.com/-fUWlvnorkLA/UjO4snW9N3I/AAAAAAAAAB8/8FgHA90QuVY/s1600/Navigation-Titanic-2.jpg\" imageanchor=\"1\" style=\"clear: left; float: left; margin-bottom: 1em; margin-right: 1em;\"><img border=\"0\" height=\"232\" src=\"http://4.bp.blogspot.com/-fUWlvnorkLA/UjO4snW9N3I/AAAAAAAAAB8/8FgHA90QuVY/s320/Navigation-Titanic-2.jpg\" width=\"320\" /></a>I\'ve been talking about project management, and citing the Standish Group statistics, for many years, and, in my experience and observation, these statistics cause a lot of hand-wringing, a fair amount of analysis, a lot of opinion-offering, and, in the end, come to the same conclusion, year after year: \"We must do a better job of ensuring that projects are aligned with corporate strategy!\" <br /><br />Insert the definition of insanity here. Even worse, the project failure rates continue to climb. The statistics above total 61%. The CHAOS Report 2011 (from The Standish Group) cites that 66% of projects are challenged or failing. The adoption of an agile approach does seem to indicate a greater ratio of success over a more traditional waterfall approach, but even that isn\'t getting it done.<br /><br />Where is the disconnect?<br /><br />Again based on my experience and observation, the first issue is that the hand-wringing, analysis, and opinions seem to come, the majority, from organizations which sell project management software and/or consulting services. <br /><br />For the record, Quantellia sells neither. Our superpower is creating a mechanism by which organizations can understand the impact that a decision made today will have on tomorrow. That\'s it. We don\'t teach organizations how to do a better job of managing projects. We don\'t have a specialty in resource leveling, or earned value, or task management. Nope.<br /><br />Projects and programs become challenged or fail for many reasons, but the biggest gap that we have seen, having worked in this area with dozens of organizations, is that project management software is built to carry out decisions that have already been made, and portfolio management software is designed to evaluate projects against a set of corporate guidelines as part of the project approval decision process. While an agile approach does, by its nature, lend itself to a continuous reset, if you will, neither it nor any of these software systems do an adequate job of providing an ongoing evaluation of the <strong><em>future,</em></strong> and neither agile nor project management software do an adequate job of continuously tying to corporate objectives. <br /><br />In the real world, programs become silos, and program managers, who are tasked with making sure all of the projects in their programs do NOT become silos, are overwhelmed with resource issues, unexpected constraints, tracking of dependencies and risks, and status reporting. Portfolio managers, who are tasked with ensuring that the programs are on track to achieve the stated business case, are managing milestones and metrics, but are not managing the programs directly. <br /><br />In our experience at Quantellia, the key to project success is the ability to <em><strong>simulate the future</strong></em> and take action based on those results. Portfolio managers, and program managers, need to be able to look around corners and see the future impact of decisions - on other projects, other programs, and on the organization as a whole. <br /><br />\"If I move Bob to Project B, what is the impact on Project A, and does that mean that Project C won\'t be completed?\" Ah, you experienced PMs are probably thinking that resource leveling will do that for you. Here\'s what it won\'t do: resource leveling does not provide a view to all of the programs and projects through the eyes of the corporate key performance indicators. It might not matter that Project C won\'t be completed, and Project B might have ten times the corporate impact that Project A or Project C does. Let\'s not forget, too, that market conditions, or economic conditions, or resource pricing might change, and project management needs to be able to adjust in response, even in the midst of executing a key project.<br /><br />An aside - an agile approach <em>does</em> manage to a vision of the future, but it\'s the short-term future. Because it is structured in sprints, the project team might go in a different direction for the next sprint. In other words, with an agile approach, you don\'t have to manage that far into the future, because you can change it. However, practical reality means that we often need to plan more than one sprint into the future. We need to commit to plans for our shareholders; we need to make personnel acquisition plans, and we need to provide a deeper view into the future than an agile approach will accomplish.<br /><br />Doing the same thing we\'ve always done and expecting different results is clearly not working. It is time to add something else to the mix <strong>It\'s time to shift from management and forecasting into navigation</strong>. The future is changing so rapidly these days that we need a mechanism to create an on-going, iterative vision of the future, to which we can manage in an iterative way. Project management needs to be able to deal with a rapidly changing business climate, forks in the road, and transitions in corporate direction, by simulating the future and continuously evolving project plans to remain in alignment with the entire corporate picture as well as the market landscape.<br /><br />If we do so, perhaps The CHAOS Report for 2015 will finally show that project success is on the upturn.<br /><br /><br />*You might enjoy our <a href=\"http://www.youtube.com/watch?v=hVHHNW-u6qU\" rel=\"nofollow\" target=\"_blank\">video on DEEPM</a> (Decision Engineering for Enterprise Project Management) as a point of reference.<br /><br />\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/3883069661885360696/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:89:\"http://www.decisionnut.com/2013/09/where-project-and-program-management.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/3883069661885360696\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/3883069661885360696\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:76:\"http://www.decisionnut.com/2013/09/where-project-and-program-management.html\";s:5:\"title\";s:41:\"Where Project and Program Management Fail\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:104:\"http://4.bp.blogspot.com/-fUWlvnorkLA/UjO4snW9N3I/AAAAAAAAAB8/8FgHA90QuVY/s72-c/Navigation-Titanic-2.jpg\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:11;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-6480638220911573998\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-09-07T09:30:00.000-05:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-09-07T09:30:01.717-05:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:11:\"Forecasting\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:8:\"Ideology\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:9:\"Why Chain\";}}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:50:\"Following the \"Why Chain\" - Define the Destination\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:5676:\"We\'ve alluded to the \"Why Chain\" in prior posts, and some of the conversations we\'ve had lately lead us to talk about it specifically. We are too accustomed to sitting in executive team meetings, hearing someone say \"we need to do this,\" and then launching into a conversation about how to get that done. While we might talk about everyone being in the boat, rowing in the same direction, the truth is that most executive teams are, yes, all in the boat, but each member is wielding his or her own oar, in his or her own way, and it\'s not unusual for one team member to get accidentally whacked over the head with someone else\'s oar in the process.<br /><br />Following the Why Chain leads teams to a point where the oars are all being wielded correctly, and the boat is moving faster and better than ever before. <br /><br />Let\'s look at a couple of examples. These might seem a little simplistic, but they will make the point.<br /><br />Picture this: The team is gathered in the conference room for the weekly (monthly?) executive team meeting, and...<br /><ul><li>The global head of customer service says \"We are going to need to double the size of our call center. We cannot keep up with the call volume, and we need more people.\" </li><li>The VP of Sales offers \"We need to buy a new forecasting system and standardize on it worldwide. We have too many different systems, and the information is a mess.\"</li><li>The CIO proclaims, \"I am adding three new people to the data management team to do data analysis. We have a lot of data.\"</li></ul><div class=\"separator\" style=\"clear: both; text-align: center;\"><a href=\"http://1.bp.blogspot.com/-DVKKpxkx7IM/Uinj1mr5dnI/AAAAAAAAABk/mvy4DlYgxo0/s1600/WhyChain.png\" imageanchor=\"1\" style=\"margin-left: 1em; margin-right: 1em;\"><img border=\"0\" height=\"123\" src=\"http://1.bp.blogspot.com/-DVKKpxkx7IM/Uinj1mr5dnI/AAAAAAAAABk/mvy4DlYgxo0/s320/WhyChain.png\" width=\"320\" /></a></div><br /><br />Each one of these people is viewing the strategic direction of the company through their own unique lens, and, more importantly, selecting a problem remediation path that is within their span of control. Too frequently, the rest of the team falls in line - \"Oh, if volume is up, of course you need more people\" - or, worse, becomes accusatory - \"You need a better customer service training program.\" We get lost in the weeds of solving a specific problem without fully understanding why a) the problem exists and b) why it is important to solve it.<br /><br />Here\'s where the Why Chain comes in.<br /><br />The Why Chain will ALWAYS land at one of the key corporate objectives. Some chains will have many links, and some will have only a couple. Let\'s have a Why Chain discussion using one of the examples above:<br /><ul><li>We need a new forecasting system. <em>Why?</em></li><li>We have too many different systems, and I can\'t get a good handle on the information. <em>Why is that important?</em></li><li>We need to know what our sales forecast is for the upcoming months. <em>Why?</em></li><li>So we know what to expect, of course. <em>Why do we need to know that?</em></li><li>We want to know if we\'ll be on target to achieve our revenue plan. <em>Why is that important?</em></li><li>So we can get to our profitability target.</li></ul>Aha! The profitability target is the key corporate objective we are trying to achieve here. But... what if a new forecasting system isn\'t really going to get us there? <br /><br />When we understand the destination, we now have the option of considering a variety of paths to get us there, and we can choose the path that will have the highest probable rate of return. <em><strong>You see, here\'s the magic of the Why Chain:</strong></em> the first link and the last link must make a logical statement that allows us to take action. If they don\'t link logically, there is more work to do. Here\'s the linkage from the discussion above:<br /><blockquote class=\"tr_bq\">We need a new forecasting system so we can meet our profitability target. </blockquote>Does this make sense? Will a new forecasting system enable us to meet our profitability goals? In most organizations, that answer is no. Even with a sophisticated, consolidated system that forecasts both sales and profit-per-proposal, the answer will still be no. What if the forecast is primarily for a product that has a very thin profit margin, rather than for our most profitable product? What if our dollar-per-customer ratio is down, so we need to make more sales to more customers to make the same dollars? What if our cost-per-sale remains constant while we are trying to make more sales to make the same dollars? What is our customer acquisition cost? What if we have a product recall? <em>What if the sales don\'t close?</em><br /><br /><em><strong>What are the decisions we need to make as an organization to achieve our profitability goals, our corporate objective?</strong></em><br /><br /><u>Start there</u>.<br /><br />You might buy a new forecasting system, or you might not, but you\'ll know exactly why. You might build a new distribution center, or streamline the supply chain, or create better online documentation, or find a lower-cost supplier of a key component. <br /><br />When you free yourself from the lens of one, and work from the decision down, you open a panorama of possible decisions.<br /><blockquote class=\"tr_bq\"> </blockquote>\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/6480638220911573998/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:91:\"http://www.decisionnut.com/2013/09/following-why-chain-define-destination.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6480638220911573998\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6480638220911573998\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:78:\"http://www.decisionnut.com/2013/09/following-why-chain-define-destination.html\";s:5:\"title\";s:50:\"Following the \"Why Chain\" - Define the Destination\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:92:\"http://1.bp.blogspot.com/-DVKKpxkx7IM/Uinj1mr5dnI/AAAAAAAAABk/mvy4DlYgxo0/s72-c/WhyChain.png\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:12;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-7011396437631246947\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-08-28T09:30:00.000-05:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-08-28T09:30:00.427-05:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:4:\"Data\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:9:\"Relevance\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Strategic Decision\";}}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:36:\"Data Cannot Define Its Own Relevance\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:3813:\"Something profound came out of the <a href=\"http://www.decisionnut.com/2013/08/data-blindness-does-it-keep-decisions.html\" target=\"_blank\">Data Blindness</a> post the other day: <br /><br /><em><span style=\"font-size: large;\">Data, by its nature, cannot define its own relevance to a specific situation.</span></em> <br /><br />Stated another way: <em>Without context, data is meaningless</em>.<br /><ul><li>The temperature will be 98 degrees today. </li><li>The website got six million page hits today. </li><li>Widget-A sold twenty percent more than Widget-B last month.</li><li>The sales forecast shows that this year will be 18% over last year.</li></ul>So what? <br /><br />These are merely data points, and unless we have context in which to view them, they are irrelevant. The context we need is the decision we need to make.<br /><ul><li>How do we reduce losses in high temperatures? </li><li>How do we increase our website traffic?</li><li>On which product line should we focus marketing attention?</li><li>Do we build a new distribution center?</li></ul>Let\'s look at that first one in more detail with a fun - and true - example.<br /><br />I have a passion for raspberry slices, and not just any raspberry slices - the ones from <a href=\"http://www.nuts.com/\">www.nuts.com</a> are simply the best raspberry slices I have ever found. (Note that I am not getting paid to endorse them, although perhaps I should as I certainly talk about them enough!) <br /><br /><div class=\"separator\" style=\"clear: both; text-align: center;\"><a href=\"http://3.bp.blogspot.com/-EPkzTW5Aaqs/UhyvxQ9Xc1I/AAAAAAAAABQ/t4Qf6M5DpgI/s1600/Raspberry+slices.PNG\" imageanchor=\"1\" style=\"margin-left: 1em; margin-right: 1em;\"><img border=\"0\" height=\"166\" src=\"http://3.bp.blogspot.com/-EPkzTW5Aaqs/UhyvxQ9Xc1I/AAAAAAAAABQ/t4Qf6M5DpgI/s320/Raspberry+slices.PNG\" width=\"320\" /></a></div><br /><br />Recently, I tried to place an order for those delicious raspberry slices. When I got to the end of the ordering process, a message appeared that went something like this: \"It appears you are ordering a product that might melt in high temperatures. Would you like to have it shipped with next day delivery? Would you like our heat-resistant packaging?\"<br /><br />I was impressed, and I was filled with respect for an organization that had realized that it would rather take the chance of me cancelling my order than have an unhappy customer receiving a package of melted raspberry goo.<br /><br />Here\'s the real point, though:<br /><br />Though I do not know, I suspect that there was a time when these very nice people (and they are) simply shipped raspberry slices and other melt-able treats, without regard for the temperature, and that doing so resulted in unhappy customers, and ultimately, write-offs in the form of credits to those unhappy customers, all accompanied by inventory reduction. In other words, they shipped product but, in the end, got no money for it. Not a sustainable business model, I\'m sure you agree.<br /><br />So, as I imagine it, several people gathered around a table to talk about \"how do we reduce our losses in hot weather?\" The data point \"the temperature will be 98 degrees today\" became a critical piece of data to the decision-making process, and, at some point, they determined that they getting fewer orders for melt-able goods during hot weather would be preferable to shipping melt-able goods, writing off the sale, and perhaps losing the customer. <br /><br /><em>Data only becomes relevant in the context of a decision</em>.<br /><br />I did not place my order, by the way. I will wait for cooler temperatures. <br /><br /><br /><br />\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/7011396437631246947/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:89:\"http://www.decisionnut.com/2013/08/data-cannot-define-its-own-relevance.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/7011396437631246947\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/7011396437631246947\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:76:\"http://www.decisionnut.com/2013/08/data-cannot-define-its-own-relevance.html\";s:5:\"title\";s:36:\"Data Cannot Define Its Own Relevance\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:100:\"http://3.bp.blogspot.com/-EPkzTW5Aaqs/UhyvxQ9Xc1I/AAAAAAAAABQ/t4Qf6M5DpgI/s72-c/Raspberry+slices.PNG\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:13;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-3656216037956044858\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-08-27T09:30:00.000-05:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-08-27T09:30:01.803-05:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:17:\"Decision Modeling\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:8:\"Ideology\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:20:\"Predictive Analytics\";}}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:35:\"Predictive Analytics is Hot, But...\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:1677:\"Predictive Analytics is a hot buzz-phrase, filled with enough promise to make decision-makers\' hearts skip a beat in anticipation of future-proofing their organizations through their new decision-making capabilities. The very term implies that the future can be predicted through analyzing available data, from which conclusions are drawn and decisions are made.<br /><br />Seems logical, doesn\'t it?<br /><br />There\'s just one tiny, sticky little flaw.<br /><br />Things change.<br /><br />Predictive analytics assumes that the data of the past and the present will indicate the future, and goes further to presume that the data of the past and the present will be <u>relevant to the future</u>. In addition, predictive analytics will frequently discard anomalous behavior and revert to mean - meaning that an aberration won\'t be considered - even when it is probative and worthy of factoring into a decision process.<br /><br />Want evidence? Read <a href=\"http://www.quantellia.com/bl1/post/2012/11/17/Understanding-the-US-2012-Presidential-Election-Result-How-Models-Triumphed-over-Big-Data.aspx\" target=\"_blank\">Dr. Lorien Pratt\'s analysis of the 2012 Presidential Election Results</a>. Where she says \"big data,\" read \"predictive analytics,\" as the principles discussed relate to both.<br /><br />Things are changing at a more rapid rate than ever before. Decisions can\'t wait. Decision processes must be agile, iterative, and fast, and the assumption that the future will be like the past is specious. <br /><br />Is predictive analytics the buzz-phrase we want to hang our future on? <br /><br /><br /><br /><br /><br />\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/3656216037956044858/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:84:\"http://www.decisionnut.com/2013/08/predictive-analytics-is-hot-but.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/3656216037956044858\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/3656216037956044858\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:71:\"http://www.decisionnut.com/2013/08/predictive-analytics-is-hot-but.html\";s:5:\"title\";s:35:\"Predictive Analytics is Hot, But...\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:14;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-1191336563637029137\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-08-26T10:15:00.002-05:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-08-27T09:31:59.271-05:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:4:\"Data\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:15:\"Data Dependency\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:17:\"Decision Modeling\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Strategic Decision\";}}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:52:\"Data Blindness - Does It Keep Decisions in the Dark?\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:4092:\"Data Blindness is a malady that occurs when organizations get so overwhelmed with data that they lose sight of the decisions that run, grow, and transform the business. Based on our research, more than seventy percent of organizations may suffer from it. There is, however a cure.<br /><br /><u>Step One</u>: Free yourself from data dependency.<br /><br />I know what you\'re thinking. \"Wait a second... how can we possibly do that? We need our data. We must hold it and mold it and perfect it and transform it... (and name it George?). Data is the lifeblood of our company. A decision is only as good as the data that supports it.\"<br /><br />Data is necessary; don\'t get me wrong. However, data is not <u>everything</u>, and <u>all</u> data is not necessary to make great decisions.<br /><br /><u>Step Two</u>: Use decision models to support strategic decision-making.<br /><br />We live in a storm of data; it is flying everywhere, coming from everywhere, living in too many systems, with too many people, in too many domains. If you were in the center of an <u>actual</u> storm, what would you do? <br /><br />Close your eyes and cover your head, right? <br /><br />Having a model standing behind every strategic decision is a systematic way to close your eyes and cover your head - and re-center yourself in the decision. Being able to refer to the model, monitor outcomes, and adjust on the fly is the way to protect yourself from the storm. Leverage the useful bits of data, but don\'t get overwhelmed with all of the inputs, because most of them are irrelevant anyway.<br /><br />Let\'s take that storm analogy one step further, just for fun.<br /><br />We don\'t run to the basement when a tornado warning is issued three counties away. The existence of the tornado warning is data, but it is not yet relevant to us. However, in a data-centric world, the presence of a tornado warning would have us running to the basement, regardless of the proximity of the warning zone. <u>That\'s because data, by its nature, cannot define its own relevance to the specific situation</u>. <br /><br />When the TV station breaks into programming and says \"a tornado warning has been issued,\" we run a decision model in our heads. The decision: \"Should I go to the basement?\" The externals: \"The tornado warning is three counties away. Tornados rarely hit this area. The storm is moving at 40 mph. The storm track is northeast.\" <br /><br />In running this decision model in our heads, we consider a variety of factors, input our own expertise, and make a decision about whether or not to go to the basement. Blinded only by data, we would be in the basement already, and we would stay there until the storm has passed out of our area.<br /><br />With a decision model, we can say \"I made the decision to go to the basement because...\" and stay centered in the decision. This allows us to make decision adjustments as we get more data, more input, and more external information, all based on our human expertise.<br /><br />Data Blindness is a curable condition. In business, it takes a documented, agile, and iterative process that can be validated on an on-going basis, and a freedom from relying only on data as the source for strategic decisions.<br /><br /><div class=\"separator\" style=\"clear: both; text-align: center;\"><a href=\"http://3.bp.blogspot.com/-1obvHH-MIyM/UhtuUeJLf2I/AAAAAAAAABA/5npaB0lDorw/s1600/Tornado.jpg\" imageanchor=\"1\" style=\"margin-left: 1em; margin-right: 1em;\"><img border=\"0\" src=\"http://3.bp.blogspot.com/-1obvHH-MIyM/UhtuUeJLf2I/AAAAAAAAABA/5npaB0lDorw/s1600/Tornado.jpg\" /></a></div><div class=\"separator\" style=\"clear: both; text-align: center;\"><span style=\"font-size: xx-small;\">Image credit: <a href=\"http://www.flikr.com/imatty35\">flikr.com/imatty35</a></span></div><br /> <br /><br /><br /><br /> \";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/1191336563637029137/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:90:\"http://www.decisionnut.com/2013/08/data-blindness-does-it-keep-decisions.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/1191336563637029137\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/1191336563637029137\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:77:\"http://www.decisionnut.com/2013/08/data-blindness-does-it-keep-decisions.html\";s:5:\"title\";s:52:\"Data Blindness - Does It Keep Decisions in the Dark?\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:91:\"http://3.bp.blogspot.com/-1obvHH-MIyM/UhtuUeJLf2I/AAAAAAAAABA/5npaB0lDorw/s72-c/Tornado.jpg\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:15;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-4343166893088518388\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-08-20T08:30:00.000-05:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-08-20T12:00:10.449-05:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Strategic Decision\";}}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:27:\"Dieting and Decision Making\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:3225:\"James Clear shared an excellent article on Quora the other day, \"<a href=\"http://jamesclear.quora.com/Successful-People-Start-Before-They-Feel-Ready?ref=fb\" target=\"_blank\">Successful People Start Before They Feel Ready</a>.\" (Interesting article; well worth the two minute read.) When I finished it, I happened to notice that he has a number of other articles, in a variety of subjects, including Health and Wellness. That\'s when I found this one: <span class=\"inline_editor_value\"><a href=\"http://jamesclear.quora.com/Simple-and-Effortless-Ways-to-Lose-Weight-and-Eat-Healthy\" target=\"_blank\">Simple and Effortless Ways to Lose Weight and Eat Healthy</a>, and I found some very sensible advice there. The last two sentences, in particular, resonated with me - though perhaps not for the reasons you think.</span><br /><div><blockquote class=\"tr_bq\">\"When it comes to diets and nutrition, I think you are better off moving in the right direction rather than searching for the perfect direction.<br /><br />Less effort, better food, and more time for what matters.\"</blockquote>We\'ve all known people who have joined weight loss programs, bought a kitchen scale and health supplements and walking shoes, cleared out the fridge, and/or found a workout buddy. The pattern I\'ve observed is this - nearly every one of these people does not make a single change to their lifestyle until they receive their first UPS package, set up the scale, started the supplements, or what-have-you. They continue to seek the perfect direction and don\'t make a move toward their end goal until everything is in place. (Yes, I\'ve been guilty of that, too.)<br /><br />The reason this resonated with me is this: as I have embedded myself in Decision Intelligence, I\'ve realized that \"the data must be perfect before you can use it to make a strategic decision\" has become over-socialized. You\'ve heard the phrase \"A decision is only as good as the data that supports it.\" This phrase has become the primary justification for the millions of dollars spent every year in projects that make data perfect. <br /><br />Much like a plan for healthy living, data will never be perfect. Decisions that await perfect data, and decisions that depend only on data, are more likely to fail than decisions that just start moving in the right direction: <br /><blockquote class=\"tr_bq\">Shop the outside of the store = pick off the healthy bits of information that you need in order to make a decision right now. Produce department? Data. Meat department? Human expertise. Dairy cases? External factors. Get the ingredients you need and start a healthier decision-making lifestyle.</blockquote>With an agile, iterative decision-making methodology in place, you can start moving in the right direction, make adjustments based on performance and changes in external factors, and continue the Decision Intelligence journey without getting held up by the quest for perfect data.<br /><br />Less effort, better decisions, and more time (and money) for what matters.<br /><br />Get your running shoes on!<br /> </div>\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/4343166893088518388/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:80:\"http://www.decisionnut.com/2013/08/dieting-and-decision-making.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/4343166893088518388\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/4343166893088518388\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:67:\"http://www.decisionnut.com/2013/08/dieting-and-decision-making.html\";s:5:\"title\";s:27:\"Dieting and Decision Making\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:16;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-6545542784861782933\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-07-26T19:16:00.001-05:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-07-26T19:16:54.659-05:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:21:\"Decision Intelligence\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:17:\"Decision Modeling\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:3:\"KPI\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Strategic Decision\";}}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:39:\"Let\'s Not Confuse Proxies with Outcomes\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:6844:\"<a href=\"http://4.bp.blogspot.com/-AnkoHj5y5Tk/UfL-ylKG_xI/AAAAAAAAAAg/Yz8PUQAjEh8/s1600/Decision-Maker.jpg\" imageanchor=\"1\" style=\"clear: left; float: left; margin-bottom: 1em; margin-right: 1em;\"><img border=\"0\" src=\"http://4.bp.blogspot.com/-AnkoHj5y5Tk/UfL-ylKG_xI/AAAAAAAAAAg/Yz8PUQAjEh8/s1600/Decision-Maker.jpg\" /></a>Strategic decisions must impact strategic outcomes, wouldn\'t you agree? It\'s a logical statement, after all, and it makes total sense, doesn\'t it? Achieving consensus on that point is not very hard. What <u>is</u> hard is gaining agreement on \"what is a strategic outcome?\" <br /><br /><strong><em>Strategic outcomes should align, 100%, with at least one of the corporate key performance indicators (KPIs).</em></strong> <br /><br />Assume for a moment that every organization of size has three to five key performance indicators that govern the entire business. Each department head might have a different set of KPIs, and these should support the corporate KPIs.<br /><br />An appropriately crafted, critical, strategic decision within an organization must follow \"the why chain\" and end up impacting one of the corporate KPIs. <u>That</u> is the outcome on which an effective decision model is based.<br /><br />Here\'s another point - and it is a critical one. Focusing on the proxy constrains the outcome, whereas focusing on the outcome frees up the thinking process around the path to achieve it. More on that later.<br /><br />So what is a proxy? <br /><br />A proxy is a substitute; in a decision intelligence environment, a proxy could be an interim goal, a milestone, or an achievement. <strong>Departmental KPIs are proxies</strong>, and we confuse them with true outcomes at our peril. You <em><strong>think</strong></em> it is what you are trying to achieve, but it\'s really a shadow (and sometimes a very bad shadow) of what you are trying to achieve. <br /><br />Let\'s look at a real-life example. <br /><br />A large retail organization, with more than 6,000 stores and kiosk locations combined, had made the decision to move to VoIP. The organization struck a contract with a consulting firm to do the conversion for them. The contract referenced, and even provided incentives, for the number of locations (and a kiosk was counted as a location) converted. The proxy, in this case, was \"number of locations converted,\" which was the goal of the group running the project, and what everyone thought the desired outcome should be. Accordingly, the contractor started by converting kiosks and small stores, so that they could stay ahead of the project goal (and earn the incentives).<br /><br />However, that was the wrong measure. You see, 60% (or so) of the organization\'s telecommunication infrastructure costs were spent between the ten largest stores, the corporate headquarters, and the warehouse / manufacturing plant. <br /><br />You see it now, don\'t you? The corporate KPI, \"Operating Cost Reduction\" should have been the governing force over this project. The decision model should have started with \"How do we have the most impact on operating costs,\" not \"How do we convert the most locations.\" The departmental KPI needed re-examination and re-wording as well, from \"Number of Sites Converted\" to \"Amount of Cost Savings Realized.\"<br /><br />Now, there\'s an old saying, \"don\'t should on yourself, and don\'t should on anyone else.\" When you can impact a \"should,\" I think it is a perfectly acceptable word. (I hope you agree.) In this particular case, we were able to impact the \"should,\" by providing a decision model that allowed the project to reset to align to the corrected outcome, taking into account the appropriate levers and assumptions.<br /><br />In the past two weeks alone, I have heard people articulate a massive strategic decision that needs to be made in terms of proxies, not outcomes.<br /><ol><li><strong>\"How do we get a new product launched faster?\"</strong> Follow the \"why chain\" with me. \"Why is that important?\" we asked. \"It takes too long too launch a new product,\" was the response, delivered in a \"that\'s a dumb question\" tone of voice. (We agree, the answer seems rather obvious, but that\'s not the point.) \"Why are you developing new products, and why does it matter how quickly they get launched?\" \"We need to stay ahead of our competition.\" Ah, now we\'re getting somewhere. \"Why is that important?\" (I\'ll shorten the conversation now and take you right to the end.) \"So we can attract more customers and return more profit to the bottom line.\" AH HA! So, let\'s drive a decision model around that: \"How do we choose which new products to fast-track so we can get more customers and more profit?\" If we take it a step further, and de-couple the proxy from the outcome, the decision model could focus on \"How do we get more customers and more profit?\" New product launches might be the right area in which to focus, but other possibilities will come to light in a well-crafted decision model framework.</li><li><strong>\"How do we improve customer satisfaction?\"</strong> The answer to that question is easy. Give everyone free stuff. When a customer calls, offer them everything for free, and don\'t take no for an answer. No decision model required. and customer satisfaction will go through the roof! Perhaps I\'m being a bit facetious here, so let me tie it back to the original point. Improving customer satisfaction is a proxy. It is a departmental KPI. It is not an outcome for a strategic decision. We want to improve customer satisfaction so that we can impact customer retention, create profitable repeat buyers, and ultimately, increase profit. The decision model is then driven around \"How do we improve customer satisfaction in a way that aligns with the corporate cost and revenue expectations.\" (Even \"customer retention\" is a proxy, by the way. If they aren\'t profitable customers, we don\'t need to retain them.) Tie it back to the \"freedom of thinking\" idea mentioned above, and the organization may realize that the most impact a customer-related decision will have on cost and revenue expectations will come from an area <u>other</u> than customer satisfaction (heresy, I know). </li></ol>Confusing proxies with outcomes can lead an organization down a path that may not be in the actual best interests of the company, as you can see.<br /><br />Do you have examples of where this has occurred? We\'d love to hear them!\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/6545542784861782933/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:91:\"http://www.decisionnut.com/2013/07/lets-not-confuse-proxies-with-outcomes.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6545542784861782933\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/6545542784861782933\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:78:\"http://www.decisionnut.com/2013/07/lets-not-confuse-proxies-with-outcomes.html\";s:5:\"title\";s:39:\"Let\'s Not Confuse Proxies with Outcomes\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:3:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"uri\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://www.blogger.com/profile/01652593423122515434\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:98:\"http://4.bp.blogspot.com/-AnkoHj5y5Tk/UfL-ylKG_xI/AAAAAAAAAAg/Yz8PUQAjEh8/s72-c/Decision-Maker.jpg\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:17;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:27:\"http://www.w3.org/2005/Atom\";a:8:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-1371770716379980349\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-07-14T15:52:00.002-05:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-07-16T07:14:34.662-05:00\";s: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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:4:\"Data\";}}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:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:17:\"Decision Modeling\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Lagging Indicators\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:18:\"Leading Indicators\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:6:\"scheme\";s:31:\"http://www.blogger.com/atom/ns#\";s:4:\"term\";s:16:\"Operational Data\";}}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:51:\"Divining the Future: Confucius Almost Had It Right\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:4550:\"<blockquote class=\"tr_bq\"><div>Study the past, if you would divine the future. - Confucius</div></blockquote>As I read this quote earlier, I was struck by the notion that this is the root of predictive analytics, business intelligence, and business scorecards - virtually anything that can be used by business to gain understanding that will allow effective decisions to be made today about operating the business tomorrow. It is, by and large, good advice. However, large is the operative word in that comment. <br /><br />I offer you the following, very respectful, modification to the quote above:<br /><blockquote class=\"tr_bq\"><em><strong>Study the relevant past, if you would divine the future. </strong></em></blockquote>The biggest issue facing business today is the sheer amount of data that is being collected, and the legions of people who believe that every kilobyte of that data has value.<br /><br />That is true with operational data, but not true with \"decision data.\"<br /><br />Operational data gives business an understanding of the past - what happened and when it happened - <em>lagging indicators</em>. Analysis of that data should be able to tell why it happened, so that successes can be repeated - <em>leading indicators</em>. Operational data is critical to running a business on a day-to-day basis, and thus data collected has value.<br /><blockquote class=\"tr_bq\">The business set a record high in sales for last month. The lagging indicator \"sales volume\" is a spike on the year-to-date chart. Why did sales spike? Upon examination, we see that the sales team had a record number of customer calls during the prior month. The leading indicator \"number of customer calls\" in Month A would then be an effective predictor of increased sales in Month B. </blockquote>Operational knowledge and operational data can yield effective operational decisions: The sales manager can now manage the leading indicator and have a reasonable expectation that increased sales will follow. <br /><br />However, that same data set is insufficient for making long-term decisions, and, in some cases, the data can lead a business down the wrong path. The \"decision data\" is not there.<br /><br />What does that mean? <br /><br />Let\'s extrapolate the earlier example: Why was the sales team able to make an increased number of calls during Month A? Turns out, the business participated in its industry\'s largest trade show early in Month A, and the sales team was kept busy following up with everyone who visited their booth. Coincidentally, at the same time the trade show was going on, something fantastic happened over which the company had no control (think movie star carrying a specific purse at a red carpet event). Public opinion was up, the trade show happened at the right time, and many orders were placed as a result. <br /><br />Is all of that information contained within the data being collected about sales? Most likely not.<br /><br />When making a long-term decision about the make-up of the sales team, it would be too easy to decide that adding more people who would therefore make more calls will, in turn, lead to increased sales. The collected data supports that decision. However, in this example, that decision would be a bad decision that will absorb overhead expense with potentially no compensatory revenue payback.<br /><br />The past is data. The <em>relevant</em> past is <u>some</u> of the data, plus external factors, plus human knowledge, plus action. Making effective decisions about the future requires a view of the <em>relevant</em> past, an understanding of the possible future, a set of assumptions based on human experience, and the ability to measure outcomes against all of the considered factors.<br /><br />How much more effective would long term decisions be if they were modeled with all of those factors in mind?<br /><br /><br /><div class=\"separator\" style=\"clear: both; text-align: center;\"><a href=\"http://2.bp.blogspot.com/-zpQAz1owrVs/UeMPf3rJoUI/AAAAAAAAAAw/Er29n1ZsPNo/s1600/Decision-Maker.jpg\" imageanchor=\"1\" style=\"margin-left: 1em; margin-right: 1em;\"><img border=\"0\" src=\"http://2.bp.blogspot.com/-zpQAz1owrVs/UeMPf3rJoUI/AAAAAAAAAAw/Er29n1ZsPNo/s1600/Decision-Maker.jpg\" /></a></div><br /><br /><br /><br /><blockquote class=\"tr_bq\"> </blockquote>\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/1371770716379980349/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:92:\"http://www.decisionnut.com/2013/07/divining-future-confucius-almost-had-it.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/1371770716379980349\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/1371770716379980349\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:79:\"http://www.decisionnut.com/2013/07/divining-future-confucius-almost-had-it.html\";s:5:\"title\";s:51:\"Divining the Future: Confucius Almost Had It Right\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:2:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}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:9:\"thumbnail\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:98:\"http://2.bp.blogspot.com/-zpQAz1owrVs/UeMPf3rJoUI/AAAAAAAAAAw/Er29n1ZsPNo/s72-c/Decision-Maker.jpg\";s:6:\"height\";s:2:\"72\";s:5:\"width\";s:2:\"72\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:18;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:7:{s:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"tag:blogger.com,1999:blog-5237883306531626053.post-5767836428156169485\";s: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:\"published\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-06-23T09:33:00.003-05:00\";s: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:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"2013-06-23T10:03:56.466-05:00\";s: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:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Decisions at the Coffee Shop - Data Guy versus Decision Guy\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"text\";}}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:5:{s:4:\"data\";s:8283:\"Coffee shops befuddle me; I\'ll admit it. Too many choices, terms I don\'t fully understand, and people who know, without question, exactly what combination of choices works for them. It puzzles me.<br /><br />This morning, a friend tweeted, \"<span class=\"userContent\">Guy at SBUX just ordered venti no-foam chai latte with six shots. Because he can.\" That set my mind reeling. How did that guy land on the decision to configure his morning beverage in just that way? </span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">The answer I came to? It depends. It depends on whether the fellow is subconsciously wired for data, or wired for decisions. Let\'s explore this with two different personas - Data Guy and Decision Guy, and let\'s assume they have the same goal - to purchase a palette-pleasing pick-me-up morning beverage. Let\'s further assume that coffee-shop lingo is as foreign to them as it is to me.</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">This is going to sound like the beginning of a really great joke.</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Data Guy and Decision Guy walk into a coffee shop for the first time. They both like coffee, and they see a stunning array of coffee and non-coffee choices on the menu. They also hear a stunning array of choices in the orders that others are making - no-foam, soy milk, skinny, double shot, non-fat, this flavor or that flavor added. They look at the side counter and sees stuff to sprinkle on top, and different dairy and non-dairy choices to add. The line is moving quickly, and the orders are being given and filled at a pretty rapid pace. There\'s no time to stop progress for a lengthy educational session with the barista. </span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Now, their paths diverge, and the future course of their coffee shop visits will be decided.</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Both have read the entire menu, and both have seen and heard the exact same activities during their time there. What do they order?</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Data Guy has been on his smartphone the entire time they\'ve been in line, and has quickly viewed a variety of topics: chai, cappuccino, espresso, and latte are all search terms he has plugged in. He is gathering external data in order to make an informed decision when he places his order. He has also looked up calorie counts, and he has bookmarked a blog site he found about coffee shops. Data Guy is determined to get the most perfect beverage he can, based on data and observation. He arrives at the counter and places his order based on his findings: \"I\'ll have the chai latte with no foam and a double shot.\"</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Decision Guy arrives at the counter having done none of that. He casually but quickly tells the barista \"First time here. What\'s your best seller?\" She recommends a mocha cappuccino. He says \"That will be fine. Can you cut the calories for me?\" She indicates she can make it with low-fat milk and no whipped cream, and he agrees. Order placed. He asks, \"Now, what do I call this so I can order it next time?\" and she tells him what he needs to know: \"Skinny mocha cappuccino.\"</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">The story doesn\'t end there, because the real point is what happens on their next visit to the coffee shop, and every visit after that.</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Data Guy and Decision Guy walk into a coffee shop for the second time. Decision Guy gets to the counter and orders a skinny mocha cappuccino. Data Guy, on the other hand, is still trying to configure the perfect drink. He has spent time talking to colleagues about their coffee-shop choices. He has done a little more research online. He has thoroughly read that blog he bookmarked earlier. He has more data, and will now make a different decision.</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Let\'s pause here for a moment.</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Did the special chai latte he ordered last time taste good? Yes, it did. Did it give him whatever pick-me-up he sought in a morning beverage? Yes, it did. It satisfied the stated objectives. Why would Data Guy not just order the same thing again, like Decision Guy did?</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Data Guy is trying to configure the perfect morning beverage for his tastes and needs. He has continued to invest brain cycles and time into gathering more data to make his decision at the coffee shop even more exact. Data Guy will continue tweaking his order until he gets to a point where he is satisfied that he has made an excellent decision. Eventually he will land on a recipe that works for him, and only then will he order that specific drink every time he goes into the coffee shop. </span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Decision Guy, on the other hand, found something that works for him with minimal data input. His beverage choice achieves the stated objectives - a palette-pleasing pick-me-up morning beverage. His decision made, he has taken appropriate action and moved on. </span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">For Data Guy, it\'s all about the data. Gather information, take some action, gather more data, seek input, take tentative action, gather more data, review the action, review the data, make a final decision, then take action. Faced with an imperfect decision, Data Guy will gather more and more data, thinking that more data will create a better decision. In fact, Data Guy will, during his lengthy discovery phase, likely drink at least a few beverages that don\'t achieve the stated objectives - meaning that some of those tentative actions will actually prove to be bad decisions. </span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">For Decision Guy, it\'s all about the decision. Gather enough information to make a reasonable decision that achieves the objectives, take action. Decision Guy will monitor the results of his action (does mocha cappuccino make his stomach hurt?), and re-think the decision only if indicated by the results achieved. Decision Guy has shifted his data-gathering from pre-decision to post-decision. </span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Decision Guy proves it - you can make effective decisions with imperfect or missing data. Make the decision, monitor the results over time, and adjust if necessary. While it could be <u>more</u> effective, it most certainly will be <u>as</u> effective as mining data over time before making a decision, and it is a much faster process that gets you to a state of monitoring results and measuring impact. </span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\">Which guy do you want to be?</span><br /><span class=\"userContent\"></span><br /><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><span class=\"userContent\"></span><br />\";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:4:\"link\";a:5:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:69:\"http://www.decisionnut.com/feeds/5767836428156169485/comments/default\";s:5:\"title\";s:13:\"Post Comments\";}}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:4:{s:3:\"rel\";s:7:\"replies\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:86:\"http://www.decisionnut.com/2013/06/decisions-at-coffee-shop-data-guy.html#comment-form\";s:5:\"title\";s:10:\"0 Comments\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"edit\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/5767836428156169485\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:20:\"application/atom+xml\";s:4:\"href\";s:82:\"http://www.blogger.com/feeds/5237883306531626053/posts/default/5767836428156169485\";}}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:9:\"alternate\";s:4:\"type\";s:9:\"text/html\";s:4:\"href\";s:73:\"http://www.decisionnut.com/2013/06/decisions-at-coffee-shop-data-guy.html\";s:5:\"title\";s:59:\"Decisions at the Coffee Shop - Data Guy versus Decision Guy\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"author\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:27:\"http://www.w3.org/2005/Atom\";a:2:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Margaret Johnson\";s: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:\"email\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"noreply@blogger.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:32:\"http://schemas.google.com/g/2005\";a:1:{s:5:\"image\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:4:{s:3:\"rel\";s:42:\"http://schemas.google.com/g/2005#thumbnail\";s:5:\"width\";s:2:\"16\";s:6:\"height\";s:2:\"16\";s:3:\"src\";s:44:\"http://img2.blogblog.com/img/b16-rounded.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:38:\"http://purl.org/syndication/thread/1.0\";a:1:{s:5:\"total\";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:39:\"http://a9.com/-/spec/opensearchrss/1.0/\";a:3:{s:12:\"totalResults\";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: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:\"25\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}s:4:\"type\";i:512;s:7:\"headers\";a:11:{s:4:\"date\";s:29:\"Wed, 26 Feb 2014 01:20:29 GMT\";s:12:\"content-type\";s:35:\"application/atom+xml; charset=UTF-8\";s:6:\"server\";s:3:\"GSE\";s:7:\"expires\";s:29:\"Wed, 26 Feb 2014 01:20:30 GMT\";s:13:\"cache-control\";s:52:\"public, must-revalidate, proxy-revalidate, max-age=1\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:4:\"etag\";s:40:\"W/\"21e72108-9493-45ce-a629-b030accbe40d\"\";s:13:\"last-modified\";s:29:\"Sun, 16 Feb 2014 05:36:03 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:18:\"alternate-protocol\";s:15:\"80:quic,80:quic\";}s:5:\"build\";s:14:\"20121202204312\";}','no'),(687,'_transient_timeout_plugin_slugs','1382552184','no'),(688,'_transient_plugin_slugs','a:8:{i:0;s:19:\"akismet/akismet.php\";i:1;s:30:\"formget-contact-form/index.php\";i:2;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:3;s:36:\"google-sitemap-generator/sitemap.php\";i:4;s:19:\"jetpack/jetpack.php\";i:5;s:21:\"podpress/podpress.php\";i:6;s:49:\"social-sharing-toolkit/social_sharing_toolkit.php\";i:7;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(689,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1382508984','no'),(690,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/plugins/captcha/\'>Captcha</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=captcha&_wpnonce=0a298e7e64&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Captcha\'>Install</a>)</span>\n<p>This plugin allows you to implement super security captcha form into web forms.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'http://wordpress.org/plugins/buyplaytix/\'>BuyPlayTix</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=buyplaytix&_wpnonce=68ca4d8384&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'BuyPlayTix\'>Install</a>)</span>\n<p>Integrate BuyPlayTix into your WordPress site.</p>\n','no'),(667,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1382508982','no'),(668,'_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:51:\"\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:\"Fri, 18 Oct 2013 19:52: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:\"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.7-beta2-25760\";s:7:\"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: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:31:\"WordPress 3.7 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/2013/10/wordpress-3-7-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/2013/10/wordpress-3-7-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:\"Fri, 18 Oct 2013 19:52: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: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=2718\";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 first release candidate for WordPress 3.7 is now available! In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, […]\";s: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:2237:\"<p>The first release candidate for WordPress 3.7 is now available!</p>\n<p>In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>WordPress 3.7 introduces <strong>automatic background updates</strong> for security and minor releases (like updating from 3.7 to 3.7.1). These are really easy to test — RC 1 will update every 12 hours or so to the latest development version, and then email you the results. (You may get two emails: one for debugging, and one all users of 3.7 will receive.) If something went wrong, you can report it.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come 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.7 RC1, 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.7-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.7, visit the awesome About screen in your dashboard (<strong><img alt=\"\" src=\"http://core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" /> → About</strong> in the toolbar). There, you can also see if your install is eligible for background updates. WordPress won’t automatically update, for example, if you’re using version control like Subversion or Git.</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 3.7, so that if there is a compatibility issue, we can figure it out before the final release. Make sure you post any issues to the support forums.</p>\n<p><em>WordPress three seven</em><br />\n<em>A self-updating engine</em><br />\n<em>Lies beneath the hood</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:71:\"http://wordpress.org/news/2013/10/wordpress-3-7-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:\"\";}}}}}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.7 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/2013/10/wordpress-3-7-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/2013/10/wordpress-3-7-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:\"Thu, 10 Oct 2013 21:28: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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2706\";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:357:\"WordPress 3.7 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. This has been a quiet beta period. We’re hoping to get some more testers for automatic background updates, which will occur for security and minor releases (like updating […]\";s: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:2108:\"<p>WordPress 3.7 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.</p>\n<p>This has been a quiet beta period. We’re hoping to get some more testers for <strong>automatic background updates</strong>, which will occur for security and minor releases (like updating from 3.7 to 3.7.1). It’s really easy to test this, as Beta 2 will update each day to the latest development version and then email you the results. If something goes wrong, you can report it — it’s that simple. To get the beta, 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.7-beta2.zip\">download the beta here</a> (zip). Check out <strong>Dashboard → Updates</strong> to see if your install is eligible for background updates. WordPress won’t update if, for example, you’re using version control like SVN or Git.</p>\n<p>For more of what’s new in version 3.7, <a title=\"WordPress 3.7 Beta 1\" href=\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-1/\">check out the Beta 1 blog post</a>. In Beta 2, we further increased the stability of background updates and also added about 50 bug fixes, including a fix for Internet Explorer 11 in the visual editor.</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 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.7\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>Beta 2 released<br />\nDotting i’s and crossing t’s</em><br />\n<em>Expect RC next</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/2013/10/wordpress-3-7-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:20:\"WordPress 3.7 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/09/wordpress-3-7-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/2013/09/wordpress-3-7-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:\"Sat, 28 Sep 2013 07:25: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: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: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=2688\";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:339:\"I’m pleased to announce the availability of WordPress 3.7 Beta 1. For WordPress 3.7 we decided to shorten the development cycle and focus on a few key improvements. We plan to release the final product in October, and then follow it in December with a jam-packed WordPress 3.8 release, which is already in development. Some […]\";s: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:3684:\"<p>I’m pleased to announce the availability of WordPress 3.7 Beta 1.</p>\n<p>For WordPress 3.7 we decided to shorten the development cycle and focus on a few key improvements. We plan to release the final product in October, and then follow it in December with a jam-packed WordPress 3.8 release, which is already in development. Some of the best stuff in WordPress 3.7 is subtle — by design! So let’s walk through what we’d love for you to test, just in time for the weekend.</p>\n<p><strong>Automatic, background updates.</strong> 3.7 Beta 1 will keep itself updated. That’s right — you’ll be updated each night to the newest development build, and eventually to Beta 2. We’re working to provide as many installs as possible with fast updates to security releases of WordPress — and you can help us test by just installing Beta 1 on your server and seeing how it works!</p>\n<p>When you go to <strong>Dashboard → Updates</strong>, you’ll see a note letting you know whether your install is working for automatic updates. There are a few situations where WordPress can’t reliably and securely update itself. But if it can, you’ll get an email (sent to the ‘Admin Email’ on the General Settings page) after each update letting you know what worked and what didn’t. If it worked, great! If something failed, the email will suggest you make a post in the support forums or create a bug report.</p>\n<p>Here are some other things you should test out:</p>\n<ul>\n<li>If you’re running <strong>WordPress in another language</strong>, we’ll automatically download any available translations for official WordPress importers and the default themes. (More to come here.)</li>\n<li>Our <strong>password meter</strong> got a whole lot better, thanks to Dropbox’s <a href=\"https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/\">zxcvbn</a> library. Again, subtle but effective. Strong passwords are very important!</li>\n<li><strong>Search results</strong> are now <a href=\"http://core.trac.wordpress.org/changeset/25632\">ordered by relevance</a>, rather than just by date. When your keywords match post titles and not just content, they’ll be pushed to the top.</li>\n<li>Developers should check out the new <strong>advanced date queries</strong> in <code>WP_Query</code>. (<a href=\"http://core.trac.wordpress.org/ticket/18694\">#18694</a>)</li>\n</ul>\n<p><strong>This software is still in development</strong>, so we don’t recommend you run it on a production site. I’d suggest setting up a test site just to play with the new version. To test WordPress 3.7, 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.7-beta1.zip\">download the beta here</a> (zip).</p>\n<p>As always, <strong>if you think you’ve found a bug</strong>, 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.7\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>WordPress three seven<br />\nSaves your weary hand a click<br />\nUpdates while you sleep</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/2013/09/wordpress-3-7-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.6.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/2013/09/wordpress-3-6-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/2013/09/wordpress-3-6-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, 11 Sep 2013 20:48: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: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=2675\";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:353:\"After nearly 7 million downloads of WordPress 3.6, we are pleased to announce the availability of version 3.6.1. This maintenance release fixes 13 bugs in version 3.6, which was a very smooth release. WordPress 3.6.1 is also a security release for all previous WordPress versions and we strongly encourage you to update your sites immediately. […]\";s: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:2033:\"<p>After <a href=\"http://wordpress.org/download/counter/\">nearly 7 million downloads</a> of WordPress 3.6, we are pleased to announce the availability of version 3.6.1. This maintenance release <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.6.1\">fixes 13 bugs</a> in version 3.6, which was a very smooth release.</p>\n<p><strong>WordPress 3.6.1 is also a security release for all previous WordPress versions</strong> and we strongly encourage you to update your sites immediately. It addresses three issues fixed by the WordPress security team:</p>\n<ul>\n<li>Block unsafe PHP unserialization that could occur in limited situations and setups, which can lead to remote code execution. Reported by <a href=\"http://vagosec.org/\" rel=\"nofollow\">Tom Van Goethem</a>.</li>\n<li>Prevent a user with an Author role, using a specially crafted request, from being able to create a post “written by” another user. Reported by <a href=\"http://anakornk.wordpress.com/\" rel=\"nofollow\">Anakorn Kyavatanakij</a>.</li>\n<li>Fix insufficient input validation that could result in redirecting or leading a user to another website. Reported by Dave Cummo, a Northrup Grumman subcontractor for the <a href=\"http://www.cdc.gov/\" rel=\"nofollow\">U.S. Centers for Disease Control and Prevention</a>.</li>\n</ul>\n<p>Additionally, we’ve adjusted security restrictions around file uploads to mitigate the potential for cross-site scripting.</p>\n<p>We appreciated <a href=\"http://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information on the changes, see the <a href=\"http://codex.wordpress.org/Version_3.6.1\">release notes</a> or consult <a href=\"http://core.trac.wordpress.org/log/branches/3.6?stop_rev=24972&rev=25345\">the list of changes</a>.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.6.1.zip\">Download WordPress 3.6.1</a> or update now from the Dashboard → Updates menu in your site’s admin area.</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/2013/09/wordpress-3-6-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:4;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.6 “Oscar”\";s:7:\"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/2013/08/oscar/\";s: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/2013/08/oscar/#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, 01 Aug 2013 21:43:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=2661\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"The latest and greatest WordPress, version 3.6, is now live to the world and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here’s a video that shows off some of the features using […]\";s: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:18626:\"<p>The latest and greatest WordPress, version 3.6, is now <a href=\"http://wordpress.org/download/\">live to the world</a> and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here’s a video that shows off some of the features using our cast of professional actors:</p>\n<div id=\"v-UmhwbWJH-1\" class=\"video-player\"><embed id=\"v-UmhwbWJH-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&guid=UmhwbWJH&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 3.6 "Oscar"\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<p>We’re calling this release “Oscar” in honor of the great jazz pianist <a href=\"http://en.wikipedia.org/wiki/Oscar_Peterson\">Oscar Peterson</a>. Here’s a bit more about some of the new features, which you can also find on the about page in your dashboard after you upgrade.</p>\n<h3>User Features</h3>\n<p><img class=\"alignright\" alt=\"\" src=\"https://wordpress.org/images/core/3.6/twentythirteen.png\" width=\"300\" /></p>\n<ul>\n<li>The <strong>new Twenty Thirteen theme</strong> inspired by modern art puts focus on your content with a colorful, single-column design made for media-rich blogging.</li>\n<li><strong>Revamped Revisions</strong> save every change and the new interface allows you to scroll easily through changes to see line-by-line who changed what and when.</li>\n<li><strong>Post Locking</strong> and <strong>Augmented Autosave</strong> will especially be a boon to sites where more than a single author is working on a post. Each author now has their own autosave stream, which stores things locally as well as on the server (so much harder to lose something) and there’s an interface for taking over editing of a post, as demonstrated beautifully by our bearded buddies in the video above.</li>\n<li><strong>Built-in HTML5 media player</strong> for native audio and video embeds with no reliance on external services.</li>\n<li>The <strong>Menu Editor</strong> is now much easier to understand and use.</li>\n</ul>\n<h3>Developer features</h3>\n<ul>\n<li>A new audio/video API gives you access to metadata like ID3 tags.</li>\n<li>You can now choose HTML5 markup for things like comment and search forms, and comment lists.</li>\n<li>Better filters for how revisions work, so you can store a different amount of history for different post types.</li>\n<li>Tons more <a href=\"http://codex.wordpress.org/Version_3.6\">listed on the Codex</a>, and of course you can always <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.6\">browse the over 700 closed tickets</a>.</li>\n</ul>\n<h3>The Band</h3>\n<p>This release was led by <a href=\"http://markjaquith.com/\">Mark Jaquith</a> and <a href=\"http://geekreprieve.com/\">Aaron Campbell</a>, and included contributions from the following fine folks. Pull up some Oscar Peterson on your music service of choice, or vinyl if you have it, and check out some of their profiles:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/akted\">AK Ted</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/momo360modena\">Amaury Balmer</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/anatolbroder\">Anatol Broder</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/gorgoglionemeister\">Antonio</a>, <a href=\"http://profiles.wordpress.org/apimlott\">apimlott</a>, <a href=\"http://profiles.wordpress.org/awellis13\">awellis13</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"http://profiles.wordpress.org/belloswan\">BelloSwan</a>, <a href=\"http://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"http://profiles.wordpress.org/beezeee\">Brian Zeligson</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/charlestonsw\">Charleston Software Associates</a>, <a href=\"http://profiles.wordpress.org/cheeserolls\">cheeserolls</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/cochran\">Christopher Cochran</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/chriswallace\">Chris Wallace</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/crazycoders\">crazycoders</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/mzaweb\">Daniel Dvorkin (MZAWeb)</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/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>, <a href=\"http://profiles.wordpress.org/dfavor\">David Favor</a>, <a href=\"http://profiles.wordpress.org/jdtrower\">David Trower</a>, <a href=\"http://profiles.wordpress.org/davidwilliamson\">David Williamson</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 (ocean90)</a>, <a href=\"http://profiles.wordpress.org/dovyp\">dovyp</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes (DrewAPicture)</a>, <a href=\"http://profiles.wordpress.org/dvarga\">dvarga</a>, <a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"http://profiles.wordpress.org/elfin\">elfin</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/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/f-j-kaiser\">Franz Josef Kaiser</a>, <a href=\"http://profiles.wordpress.org/fstop\">FStop</a>, <a href=\"http://profiles.wordpress.org/mintindeed\">Gabriel Koen</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/gcorne\">gcorne</a>, <a href=\"http://profiles.wordpress.org/geertdd\">GeertDD</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/gish\">gish</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hbanken\">hbanken</a>, <a href=\"http://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/helgatheviking\">helgatheviking</a>, <a href=\"http://profiles.wordpress.org/hirozed\">hirozed</a>, <a href=\"http://profiles.wordpress.org/hurtige\">hurtige</a>, <a href=\"http://profiles.wordpress.org/hypertextranch\">hypertextranch</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jakub\">jakub</a>, <a href=\"http://profiles.wordpress.org/h4ck3rm1k3\">James Michael DuPont</a>, <a href=\"http://profiles.wordpress.org/jbutkus\">jbutkus</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (JerrySarcastic)</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (Jayjdk)</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"http://profiles.wordpress.org/jonbishop\">Jon Bishop</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jcastaneda\">Jose Castaneda</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/jvisick77\">Josh Visick</a>, <a href=\"http://profiles.wordpress.org/jrbeilke\">jrbeilke</a>, <a href=\"http://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">kadamwhite</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/karmatosed\">karmatosed</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/keoshi\">keoshi</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/ktdreyer\">ktdreyer</a>, <a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/kwight\">kwight</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"http://profiles.wordpress.org/settle\">Mantas Malcius</a>, <a href=\"http://profiles.wordpress.org/maor\">Maor Chasen</a>, <a href=\"http://profiles.wordpress.org/macbrink\">Marcel Brinkkemper</a>, <a href=\"http://profiles.wordpress.org/marcuspope\">MarcusPope</a>, <a href=\"http://profiles.wordpress.org/mark-k\">Mark-k</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/matthewruddy\">MatthewRuddy</a>, <a href=\"http://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/mgibbs189\">mgibbs189</a>, <a href=\"http://profiles.wordpress.org/fanquake\">Michael</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/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</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/najamelan\">najamelan</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</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/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/ninnypants\">ninnypants</a>, <a href=\"http://profiles.wordpress.org/norcross\">norcross</a>, <a href=\"http://profiles.wordpress.org/paradiseporridge\">ParadisePorridge</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul</a>, <a href=\"http://profiles.wordpress.org/pdclark\">Paul Clark</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/phill_brown\">Phill Brown</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>, <a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"http://profiles.wordpress.org/redpixelstudios\">redpixelstudios</a>, <a href=\"http://profiles.wordpress.org/reidburke\">reidburke</a>, <a href=\"http://profiles.wordpress.org/retlehs\">retlehs</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/rlerdorf\">rlerdorf</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/roulandf\">roulandf</a>, <a href=\"http://profiles.wordpress.org/rovo89\">rovo89</a>, <a href=\"http://profiles.wordpress.org/ryanduff\">Ryan Duff</a>, <a href=\"http://profiles.wordpress.org/ryanhellyer\">Ryan Hellyer</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/saracannon\">sara cannon</a>, <a href=\"http://profiles.wordpress.org/scholesmafia\">scholesmafia</a>, <a href=\"http://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>, <a href=\"http://profiles.wordpress.org/sergej\">Sergej</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/sim\">Simon Hampel</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/slene\">slene</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/srinig\">SriniG</a>, <a href=\"http://profiles.wordpress.org/stephenh1988\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/storkontheroof\">storkontheroof</a>, <a href=\"http://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>, <a href=\"http://profiles.wordpress.org/tar\">Tar</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"http://profiles.wordpress.org/n7studios\">Tim Carr</a>, <a href=\"http://profiles.wordpress.org/tjsingleton\">tjsingleton</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"http://profiles.wordpress.org/taupecat\">Tracy Rotton</a>, <a href=\"http://profiles.wordpress.org/travishoffman\">TravisHoffman</a>, <a href=\"http://profiles.wordpress.org/uuf6429\">uuf6429</a>, <a href=\"http://profiles.wordpress.org/lightningspirit\">Vitor Carvalho</a>, <a href=\"http://profiles.wordpress.org/wojtek\">wojtek</a>, <a href=\"http://profiles.wordpress.org/wpewill\">wpewill</a>, <a href=\"http://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"http://profiles.wordpress.org/wycks\">wycks</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/thelastcicada\">Zachary Brown</a>, <a href=\"http://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"http://profiles.wordpress.org/zekeweeks\">zekeweeks</a>, <a href=\"http://profiles.wordpress.org/ziegenberg\">ziegenberg</a>, and <a href=\"http://profiles.wordpress.org/viniciusmassuchetto\">viniciusmassuchetto</a>.</p>\n<p>Time to upgrade!</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/2013/08/oscar/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:33:\"WordPress 3.6 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/2013/07/wordpress-3-6-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/2013/07/wordpress-3-6-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:\"Wed, 24 Jul 2013 07:25:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=2649\";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 second release candidate for WordPress 3.6 is now available for download and testing. We’re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we’ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted […]\";s: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:\"Mark Jaquith\";s: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:1325:\"<p>The second release candidate for WordPress 3.6 is now available for download and testing.</p>\n<p>We’re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we’ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted in RC1. Please test this release candidate as much as you can, so we can deliver a smooth final release!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>.</p>\n<p><strong>Developers,</strong> please continue to test your plugins and themes, so that if there is a compatibility issue, we can figure it out before the final release. You can find our <a href=\"http://core.trac.wordpress.org/report/6\">list of known issues here</a>.</p>\n<p>To test WordPress 3.6, 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.6-RC2.zip\">download the release candidate here (zip)</a>.</p>\n<p><em>Revisions so smooth</em><br />\n<em>We autosave your changes</em><br />\n<em>Data loss begone!</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/2013/07/wordpress-3-6-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:6;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:31:\"WordPress 3.6 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/2013/07/wordpress-3-6-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/2013/07/wordpress-3-6-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:\"Sat, 13 Jul 2013 03:23: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: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=2639\";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:344:\"The first release candidate for WordPress 3.6 is now available. We hope to ship WordPress 3.6 in a couple weeks. But to do that, we really need your help! If you haven’t tested 3.6 yet, there’s no time like the present. (But please: not on a live production site, unless you’re feeling especially adventurous.) Think […]\";s: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:\"Mark Jaquith\";s: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:1504:\"<p>The first release candidate for WordPress 3.6 is now available.</p>\n<p>We hope to ship WordPress 3.6 in a couple weeks. But to do that, we really need your help! If you haven’t tested 3.6 yet, there’s no time like the present. (But please: not on a live production site, unless you’re feeling especially adventurous.)</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/6\">find them here</a>. <strong>Developers,</strong> please test your plugins and themes, so that if there is a compatibility issue, we can sort it out before the final release.</p>\n<p>To test WordPress 3.6, 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.6-RC1.zip\">download the release candidate here (zip)</a>.</p>\n<p>As you may have heard, we backed the Post Format UI feature out of the release. On the other hand, our slick new revisions browser had some extra time to develop. You should see it with 200+ revisions loaded — scrubbing back and forth at lightning speed is a thing of beauty.</p>\n<p><em>Delayed, but still loved</em><br />\n<em>The release will be out soon</em><br />\n<em>Test it, por favor</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:71:\"http://wordpress.org/news/2013/07/wordpress-3-6-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:\"\";}}}}}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:34:\"Annual WordPress Survey & WCSF\";s:7:\"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/news/2013/07/annual-wordpress-survey-wcsf/\";s: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:72:\"http://wordpress.org/news/2013/07/annual-wordpress-survey-wcsf/#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, 09 Jul 2013 23:50: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:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2625\";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:347:\"It’s time for our third annual user and developer survey! If you’re a WordPress user, developer, or business, we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp San Francisco (WCSF). Results will also be sent to each survey respondent. It only takes a few minutes to fill out […]\";s: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:1242:\"<p><img class=\"alignright\" alt=\"\" align=\"right\" src=\"http://wpdotorg.files.wordpress.com/2013/07/wcsf-2013.jpg\" width=\"278\" height=\"185\" />It’s time for our third annual user and developer survey! If you’re a WordPress user, developer, or business, we want your feedback. Just like previous years, we’ll share the data at the upcoming <a href=\"http://2013.sf.wordcamp.org/\">WordCamp San Francisco</a> (WCSF). Results will also be sent to each survey respondent.</p>\n<p>It only takes a few minutes to <a href=\"http://wp-survey.polldaddy.com/s/wp-2013\">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>\n<p>If you missed past State of the Word keynotes, be sure to check out them out for survey results from <a href=\"http://wordpress.org/news/2011/08/state-of-the-word/\">2011</a> and <a href=\"http://ma.tt/2012/08/state-of-the-word-2012/\">2012</a>.</p>\n<p>Speaking of WCSF, if you didn’t get a ticket or are too far away to attend, you can still <a href=\"http://2013.sf.wordcamp.org/tickets/\">get a ticket for the live stream</a>! Watch the live video stream from the comfort of your home on July 26 and 27; WCSF t-shirt, or any shirt, optional.</p>\n<p>I hope to see you there.</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:68:\"http://wordpress.org/news/2013/07/annual-wordpress-survey-wcsf/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: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.5.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/2013/06/wordpress-3-5-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/2013/06/wordpress-3-5-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:\"Fri, 21 Jun 2013 19:54: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: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=2612\";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:380:\"WordPress 3.5.2 is now available. This is the second maintenance release of 3.5, fixing 12 bugs. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. The WordPress security team resolved seven security issues, and this release also contains some additional security hardening. The security fixes included: […]\";s: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:2549:\"<p>WordPress 3.5.2 is now available. This is the second maintenance release of 3.5, fixing <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.5.2\">12 bugs</a>. <strong>This is a security release for all previous versions and we strongly encourage you to update your sites immediately.</strong> The WordPress security team resolved seven security issues, and this release also contains some additional security hardening.</p>\n<p>The security fixes included:</p>\n<ul>\n<li>Blocking server-side request forgery attacks, which could potentially enable an attacker to gain access to a site.</li>\n<li>Disallow contributors from improperly publishing posts, reported by <a href=\"http://kovshenin.com/\">Konstantin Kovshenin</a>, or reassigning the post’s authorship, reported by <a href=\"http://www.sharefaith.com/\">Luke Bryan</a>.</li>\n<li>An update to the SWFUpload external library to fix cross-site scripting vulnerabilities. Reported by <a href=\"http://ma.la\">mala</a> and <a href=\"http://mars.iti.pk.edu.pl/~grucha/\">Szymon Gruszecki</a>. (Developers: More on SWFUpload <a href=\"http://make.wordpress.org/core/2013/06/21/secure-swfupload/\">here</a>.)</li>\n<li>Prevention of a denial of service attack, affecting sites using password-protected posts.</li>\n<li>An update to an external TinyMCE library to fix a cross-site scripting vulnerability. Reported by <a href=\"http://twitter.com/rinakikun\">Wan Ikram</a>.</li>\n<li>Multiple fixes for cross-site scripting. Reported by <a href=\"http://webapplicationsecurity.altervista.org/\">Andrea Santese</a> and Rodrigo.</li>\n<li>Avoid disclosing a full file path when a upload fails. Reported by <a href=\"http://hauntit.blogspot.de/\">Jakub Galczyk</a>.</li>\n</ul>\n<p>We appreciated <a href=\"http://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information on the changes, see the <a href=\"http://codex.wordpress.org/Version_3.5.2\">release notes</a> or consult <a href=\"http://core.trac.wordpress.org/log/branches/3.5?rev=24498&stop_rev=23347\">the list of changes</a>.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.5.2.zip\">Download WordPress 3.5.2</a> or update now from the Dashboard → Updates menu in your site’s admin area.</p>\n<p><em>Also:</em> <strong>WordPress 3.6 Beta 4:</strong> If you are testing WordPress 3.6, please note that <a href=\"http://wordpress.org/wordpress-3.6-beta4.zip\">WordPress 3.6 Beta 4</a> (zip) includes fixes for these security issues.</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/2013/06/wordpress-3-5-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: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:14:\"Ten Good Years\";s:7:\"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:49:\"http://wordpress.org/news/2013/05/ten-good-years/\";s: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:58:\"http://wordpress.org/news/2013/05/ten-good-years/#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, 31 May 2013 17:54:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"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=2606\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"It’s been ten years since we started this thing, and what a long way we’ve come. From a discussion between myself and Mike Little about forking our favorite blogging software, to powering 18% of the web. It’s been a crazy, exciting, journey, and one that won’t stop any time soon. At ten years, it’s fun […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:9852:\"<p><img class=\"alignright\" alt=\"\" align=\"right\" src=\"http://wpdotorg.files.wordpress.com/2013/05/wp10.jpg\" width=\"316\" height=\"164\" />It’s been ten years since we started this thing, and what a long way we’ve come. From a discussion between myself and <a href=\"http://mikelittle.org/\">Mike Little</a> about <a href=\"http://ma.tt/2003/01/the-blogging-software-dilemma/\">forking our favorite blogging software</a>, to powering 18% of the web. It’s been a crazy, exciting, journey, and one that won’t stop any time soon.</p>\n<p>At ten years, it’s fun to reflect on our beginnings. We launched WordPress on 27th May 2003, but that wasn’t inception. Go back far enough, and you can <a href=\"http://zengun.org/weblog/archives/2001/06/post1958/\">read a post by Michel Valdrighi</a> who, frustrated by the self-hosted blogging platforms available, decided to write his own software; “b2, a PHP+MySQL alternative to Blogger and GreyMatter.” b2 was easy to install, easy to configure, and easy for developers to extend. Of all the blogging platforms out there, <a href=\"http://cafelog.com\">b2</a> was the right one for me: I could write my content and get it on the web quickly and painlessly.</p>\n<p>Sometimes, however, life gets in the way. In 2002, Michel stopped maintaining b2. Over time, security flaws became apparent and updates were needed and, while the b2 community could write patches and fixes, no one was driving the software forward. We were lucky that Michel decided to release b2 under the GPL; the software may have been abandoned, but we weren’t without options. A fork was always a possibility. That was where it stood in January 2003, when <a href=\"http://ma.tt/2003/01/the-blogging-software-dilemma/\">I posted about forking b2</a> and <a href=\"http://ma.tt/2003/01/the-blogging-software-dilemma/#comment-445\">Mike responded</a>. The rest, as they say, is history.</p>\n<p>From the very beginning to the present day, I’ve been impressed by the thought, care, and dedication that WordPress’ developers have demonstrated. Each one has brought his or her unique perspective, each individual has strengthened the whole. It would be impossible to thank each of them here individually, but their achievements speak for themselves. In WordPress 1.2 the new Plugin API made it easy for developers to extend WordPress. In the same release <code>gettext()</code> internationalization opened WordPress up to every language (hat tip: <a href=\"http://ryan.boren.me/\">Ryan Boren</a> for spending hours wrapping strings with gettext). In WordPress 1.5 our Theme system made it possible for WordPress users to quickly change their site’s design: there was huge resistance to the theme system from the wider community at the time, but can you imagine WordPress without it? Versions 2.7, 2.8, and 2.9 saw improvements that let users install and update their plugins and themes with one click. WordPress has seen a redesign by <a href=\"http://v2.happycog.com/create/wordpress/?p=design/wordpress/\">happycog</a> (2.3) and gone under extensive user testing and redesign (<a href=\"http://www.slideshare.net/edanzico/riding-the-crazyhorse-future-generation-wordpress-presentation\">Crazyhorse</a>, Liz Danzico and Jen Mylo, WordPress 2.5). In WordPress 3.0 we merged WordPress MU with WordPress — a huge job but 100% worth it. And in WordPress 3.5 we revamped the media uploader to make it easier for people to get their images, video, and media online.</p>\n<p>In sticking to our commitment to user experience, we’ve done a few things that have made us unpopular. The <a href=\"http://tech.gaeatimes.com/index.php/archive/wordpress-wysiwyg-editor-is-a-disaster/\">WYSIWYG editor</a> was hated by many, especially those who felt that if you have a blog you should know HTML. Some developers hated that we stuck with our code, refusing to rewrite, but it’s always been the users that matter: better a developer lose sleep than a site break for a user. Our code isn’t always beautiful, after all, when WordPress was created most of us were still learning PHP, but we try to make a flawless experience for users.</p>\n<p>It’s not all about developers. WordPress’ strength lies in the diversity of its community. From the start, we wanted a low barrier to entry and we came up with our “famous 5 minute install”. This brought on board users from varied technical background: people who didn’t write code wanted to help make WordPress better. If you couldn’t write code, it didn’t matter: you could answer a question in the support forums, write documentation, translate WordPress, or build your friends and family a WordPress website. There is <a href=\"https://make.wordpress.org/\">space in the community</a> for anyone with a passion for WordPress.</p>\n<p>It’s been wonderful to see all of the people who have used WordPress to build their home on the internet. Early on <a href=\"http://wordpress.org/news/2004/04/switchers/\">we got excited</a> by <a href=\"http://wordpress.org/news/2004/04/more-switchers/\">switchers</a>. From a community of tinkerers we grew, as writers such as <a href=\"http://ma.tt/2004/05/om-malik/\">Om Malik</a>, <a href=\"http://dougal.gunters.org/blog/2004/05/15/mark-pilgrim-switches/\">Mark Pilgrim</a>, and <a href=\"http://ma.tt/2004/07/mollycom-switches/\">Molly Holzschlag</a> made the switch to WordPress. Our commitment to effortless publishing quickly paid off and has continued to do so: <strong>the WordPress 1.2 release saw 822 downloads per day, our latest release, WordPress 3.5, has seen 145,692 per day.</strong></p>\n<p>I’m continually amazed by what people have built with WordPress. I’ve seen <a href=\"http://justintimberlake.com/main/\">musicians</a> and <a href=\"http://ma.tt/2013/01/neil-leifer-on-wordpress/\">photographers</a>, magazines such as <a href=\"http://life.time.com/\">Life</a>, <a href=\"http://boingboing.net/\">BoingBoing</a>, and the <a href=\"http://observer.com/\">New York Observer</a>, <a href=\"http://www.compliance.gov/\">government websites</a>, a <a href=\"http://josephscott.org/archives/2011/05/pressfs-a-wordpress-filesystem/\">filesystem</a>, <a href=\"http://www.ymcanyc.org/association/pages/y-mvp\"> mobile applications</a>, and even <a href=\"http://www.viper007bond.com/2010/06/12/so-apparently-wordpress-can-guide-missiles/\">seen WordPress guide missiles</a>.</p>\n<p>As the web evolves, WordPress evolves. Factors outside of our control will always influence WordPress’ development: today it’s mobile devices and retina display, tomorrow it could be Google Glass or technology not yet conceived. A lot can happen in ten years! As technology changes and advances, WordPress has to change with it while remaining true to its core values: making publishing online easy for everyone. How we rise to these challenges will be what defines WordPress over the coming ten years.</p>\n<p><strong>To celebrate ten years of WordPress, we’re working on a book about our history.</strong> We’re carrying out interviews with people who have involved with the community from the very beginning, those who are still around, and those who have left. It’s a huge project, but we wanted to have something to share with you on the 10th anniversary. To learn about the very early days of WordPress, just after Mike and I forked b2 <a href=\"http://wordpress.org/about/history/\">you can download Chapter 3 right here</a>. We’ll be releasing the rest of the book serially, so watch out as the story of the last ten years emerges.</p>\n<p>In the meantime, <a href=\"http://ma.tt/2013/05/dear-wordpress/\"> I penned my own letter to WordPress</a> and other community members have been sharing their thoughts:</p>\n<ul>\n<li><a href=\"http://zed1.com/journalized/archives/2013/01/25/wordpress-a-10-year-journey/\">Mike Little on our Ten Year Journey</a>.</li>\n<li>Core contributor Helen Hou-Sandi <a href=\"http://helen.wordpress.com/2013/05/27/happy-10th-wordpress-and-thanks-from-my-little-family/\">wishes WordPress happy birthday</a>.</li>\n<li>Peter Westwood on <a href=\"http://blog.ftwr.co.uk/archives/2013/05/27/a-decade-gone-more-to-come/\">a decade gone</a>.</li>\n<li>Support rep Mika Epstein <a href=\"http://ipstenu.org/2013/you-me-and-wp/\">on her WordPress journey</a>.</li>\n<li>Dougal Campbell <a href=\"http://dougal.gunters.org/blog/2013/05/27/instagram-my-wife-suzecampbell-and-i-celebrating-the-wordpress-10th-anniversary-with-bbq-in-our-wordpress-shirts-wp10/\">celebrating with his wife, Suze</a>.</li>\n<li>Otto on <a href=\"http://ottodestruct.com/blog/2013/how-wp-affected-me/\">how WordPress affected him</a>.</li>\n</ul>\n<p>You can see how WordPress’ 10th Anniversary was celebrated all over the world <a href=\"http://wp10.wordpress.net/\">by visiting the wp10 website</a>, according to Meetup we had 4,999 celebrators.</p>\n<p>To finish, I just want to say thank you to everyone: to the developers who write the code, to the designers who make WordPress sing, to the worldwide community translating WordPress into so many languages, to volunteers who answer support questions, to those who make WordPress accessible, to the systems team and the plugin and theme reviewers, to documentation writers, event organisers, evangelists, detractors, supporters and friends. Thanks to the jazzers whose music inspired us and whose names are at the heart of WordPress. Thanks to everyone who uses WordPress to power their blog or website, and to everyone who will in the future. Thanks to WordPress and its community that I’m proud to be part of.</p>\n<p>Thank you. I can’t wait to see what the next ten years bring.</p>\n<p><em>Final thanks to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for help with this post.</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:54:\"http://wordpress.org/news/2013/05/ten-good-years/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:\"Tue, 22 Oct 2013 18:16:22 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:\"Fri, 18 Oct 2013 19:52:14 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20121202204312\";}','no'),(679,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1382508983','no'),(680,'_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:44:\"http://wordpress.org/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:\"Tue, 22 Oct 2013 18:13: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: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: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:54:\"http://wordpress.org/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:34:\"2141@http://wordpress.org/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:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"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:58:\"http://wordpress.org/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:33:\"753@http://wordpress.org/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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines such as 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:\"\";}}}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: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:\"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:63:\"http://wordpress.org/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:33:\"132@http://wordpress.org/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:5:\"Arnee\";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:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/woocommerce/#post-29860\";s: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 Sep 2011 08:13: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:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s: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:\"WooThemes\";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: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:45:\"http://wordpress.org/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:32:\"15@http://wordpress.org/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: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: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:53:\"http://wordpress.org/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:34:\"8321@http://wordpress.org/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: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: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:48:\"http://wordpress.org/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:35:\"23862@http://wordpress.org/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:9:\"Tim Moore\";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: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:55:\"http://wordpress.org/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:34:\"1169@http://wordpress.org/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:122:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 7.5 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: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: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:59:\"http://wordpress.org/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:35:\"18101@http://wordpress.org/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: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:19:\"Broken Link Checker\";s:7:\"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/plugins/broken-link-checker/#post-2441\";s: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, 08 Oct 2007 21:35: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:34:\"2441@http://wordpress.org/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:\"This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.\";s: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:\"Janis Elsts\";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:40:\"Yet Another Related Posts Plugin (YARPP)\";s:7:\"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/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:34:\"2769@http://wordpress.org/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:122:\"Display a list of related entries on your site and feeds based on a unique algorithm. Now with thumbnail support built-in!\";s: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:12:\"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:60:\"http://wordpress.org/plugins/contact-form-plugin/#post-26890\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2011 07:34: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26890@http://wordpress.org/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:43:\"Add Contact Form to your WordPress website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"bestwebsoft\";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:7:\"Captcha\";s:7:\"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:48:\"http://wordpress.org/plugins/captcha/#post-26129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 05:53:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26129@http://wordpress.org/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:\"This plugin allows you to implement super security captcha form into web forms.\";s: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:\"bestwebsoft\";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:18:\"Wordfence 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/wordfence/#post-29832\";s: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 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/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:148:\"Wordfence Security is a free enterprise class security plugin that includes a firewall, virus scanning, real-time traffic with geolocation 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";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:56:\"http://wordpress.org/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:35:\"12636@http://wordpress.org/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:\"An easy and powerful form builder 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:45:\"http://wordpress.org/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:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 22 Oct 2013 18:16:23 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 02 Aug 2007 12:45:03 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20121202204312\";}','no'),(683,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1382508983','no'),(684,'_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:40:\"http://wordpress.org/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:\"Tue, 22 Oct 2013 18:00: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: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:25:\"Link Data From Another DB\";s:7:\"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/plugins/link-data-from-another-db/#post-59513\";s: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, 16 Oct 2013 19:09: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:35:\"59513@http://wordpress.org/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:55:\"Add linked data from another database to a User Profile\";s: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:\"montanabanana\";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:25:\"BaoKim.vn cho Woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.org/plugins/baokimvn-payment-gateway-for-woocommerce/#post-59579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Oct 2013 03:21:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59579@http://wordpress.org/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:82:\"Tích hợp Cổng thanh toán Bảo Kim ( BaoKim.vn ) vào Woocommerce dễ dàng\";s: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:\"justdoit123\";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:20:\"Active Directory SSO\";s:7:\"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/plugins/active-directory-sso/#post-59559\";s: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, 17 Oct 2013 18:38: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59559@http://wordpress.org/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:\"Wordpress plugin for implenting Single Sign On for Active 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"joeywohleb\";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:41:\"Payment Gateways Caller for WP e-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.org/plugins/payment-gateways-caller-for-wp-e-commerce/#post-59623\";s: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, 19 Oct 2013 05: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59623@http://wordpress.org/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:89:\"Allows to include a merchant file through a GET request without specifying its whole URL.\";s: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:\"Andrés Villarreal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Ultimate Icon Shortcodes Lite\";s:7:\"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/plugins/ultimate-icon-shortcodes/#post-58708\";s: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 Sep 2013 16:48:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"58708@http://wordpress.org/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:26:\"A plugin for ALL THE ICONS\";s: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:\"ShaneJones\";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:10:\"SocialEars\";s:7:\"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.org/plugins/social-analytics-and-content-seo-using-socialears/#post-59620\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Oct 2013 23:52: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59620@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"SocialEars WordPress plugin allows you to quickly optimize your Blog and Page content for Content SEO and to get great suggestions for Blog titles\";s: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:\"Peter Odryna\";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:24:\"Blue Wrench Video 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:66:\"http://wordpress.org/plugins/blue-wrench-videos-widget/#post-59277\";s: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, 09 Oct 2013 20:45: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59277@http://wordpress.org/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:147:\"Blue Wrench Video Widget enables the user to embed videos from various video sharing networks. Its simple, quick and efficient way to manage videos\";s: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:\"Sunil Nanda\";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:\"which template 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/plugins/which-template-file/#post-59438\";s: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 Oct 2013 16:12:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59438@http://wordpress.org/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:77:\"Show the name of the php file of your theme used to display the current page.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"gilles66\";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:31:\"BAN - Blocked Ads Notifier Lite\";s:7:\"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/plugins/blocked-ads-notifier-lite/#post-59631\";s: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, 19 Oct 2013 14:45:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59631@http://wordpress.org/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:83:\"A great way to detect adblock software and display notices to users upon detection.\";s: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:\"Plugarized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce Product Image Flipper\";s:7:\"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.org/plugins/woocommerce-product-image-flipper/#post-59586\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Oct 2013 11:31: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:35:\"59586@http://wordpress.org/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:\"Adds a secondary image on product archives that is revealed on hover. Perfect for displaying front/back shots of clothing and other products.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"jameskoster\";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:12:\"Memberful WP\";s:7:\"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/plugins/memberful-wp/#post-59597\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Oct 2013 16:13: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:35:\"59597@http://wordpress.org/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:77:\"Sell memberships and restrict access to content with WordPress and Memberful.\";s: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:\"memberful\";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:35:\"FreshBooks Daily Billing Stats Lite\";s:7:\"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.org/plugins/freshbooks-daily-billing-stats-lite/#post-59566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Oct 2013 02:08: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:35:\"59566@http://wordpress.org/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:149:\"This plugin allows you to send an email to an email address you specify showing the total amount invoiced weekly via your FreshBooks account over 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:4:\"opmc\";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:17:\"Woocommerce Molds\";s:7:\"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/plugins/woocommerce-molds/#post-59633\";s: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, 19 Oct 2013 16:09: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59633@http://wordpress.org/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:149:\"Tired of manually configuring numerous product variations ? The Molds plugin will ease your work ! It can even do a little calculation on the prices.\";s: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:\"melinadonati\";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:15:\"Social Networks\";s:7:\"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/plugins/social-networks-facebooktwittergoogle/#post-59371\";s: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, 12 Oct 2013 08:50: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:35:\"59371@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Most popular social widgets in one plugin. Facebook, Twitter, LinkedIn, YouTube, 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:\"\";}}}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:\"Invoice\";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:10:\"BuyPlayTix\";s:7:\"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/plugins/buyplaytix/#post-59630\";s: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, 19 Oct 2013 14:21: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59630@http://wordpress.org/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:46:\"Integrate BuyPlayTix into your WordPress 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:9:\"tthomas48\";s: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:41:\"http://wordpress.org/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:\"Tue, 22 Oct 2013 18:16:23 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:\"Tue, 22 Oct 2013 18:35:03 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Tue, 22 Oct 2013 18:00:03 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20121202204312\";}','no'),(145,'_transient_timeout_feed_7dd47f57431dfe91b20bbaf26e7993f9','1363141268','no'),(146,'_transient_feed_7dd47f57431dfe91b20bbaf26e7993f9','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:66:\"link:http://quantellia.com/testsite/TestSite/ - 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:103:\"http://www.google.com/search?ie=utf-8&q=link:http://quantellia.com/testsite/TestSite/&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:97:\"Your search - <b>link:http://quantellia.com/testsite/TestSite/</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:\"Tue, 12 Mar 2013 14:21: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=6284f6fea9f49d40:FF=0:TM=1363098068:LM=1363098068:S=wc3fpObiyRSmr5zU; expires=Thu, 12-Mar-2015 14:21:08 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=67=GwA1BhknZngkGWa_kRI5XowRqmYKn2hpH_sVOBbzpAjpKGEAmW--lS7kabIHwZOuDMU5IgUTEgxzCe01-tVhm98JeMLyo-99-5ZtjwNFS3TqoV-aN6YTQFK-LdPpe-xA; expires=Wed, 11-Sep-2013 14:21: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:\"20121202204312\";}','no'),(147,'_transient_timeout_feed_mod_7dd47f57431dfe91b20bbaf26e7993f9','1363141268','no'),(150,'_transient_feed_mod_7dd47f57431dfe91b20bbaf26e7993f9','1363098068','no'),(153,'recently_activated','a:1:{s:31:\"social-slider/social-slider.php\";i:1381343370;}','yes'),(154,'can_compress_scripts','1','yes'),(534,'_site_transient_update_plugins','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1393377629;s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:11:\"new_version\";s:5:\"2.5.9\";s:3:\"url\";s:37:\"http://wordpress.org/plugins/akismet/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/akismet.2.5.9.zip\";}s:30:\"formget-contact-form/index.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"43959\";s:4:\"slug\";s:20:\"formget-contact-form\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:50:\"http://wordpress.org/plugins/formget-contact-form/\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/plugin/formget-contact-form.2.8.zip\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"965\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:11:\"new_version\";s:5:\"4.3.5\";s:3:\"url\";s:60:\"http://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:78:\"http://downloads.wordpress.org/plugin/google-analytics-for-wordpress.4.3.5.zip\";}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"132\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:11:\"new_version\";s:3:\"3.4\";s:3:\"url\";s:54:\"http://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:72:\"http://downloads.wordpress.org/plugin/google-sitemap-generator.3.3.1.zip\";}s:21:\"podpress/podpress.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"455\";s:4:\"slug\";s:8:\"podpress\";s:11:\"new_version\";s:9:\"8.8.10.17\";s:14:\"upgrade_notice\";s:42:\"make a data base backup before you upgrade\";s:3:\"url\";s:38:\"http://wordpress.org/plugins/podpress/\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/plugin/podpress.8.8.10.17.zip\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"1221\";s:4:\"slug\";s:14:\"wp-super-cache\";s:11:\"new_version\";s:3:\"1.4\";s:14:\"upgrade_notice\";s:180:\"Dynamic cached content now disabled by default. mfunc replaced by wpsc_cachedata filter. Read http://ocaoimh.ie/y/6j before updating if you use mfunc/mclude/dynamic-cached-content.\";s:3:\"url\";s:44:\"http://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/plugin/wp-super-cache.1.4.zip\";}}}','yes'),(158,'_site_transient_browser_7b031815ac3e22cfb7376e600cff469e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"7.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:1;}','yes'),(663,'_transient_timeout_feed_mod_5acce650f5bab04499acbb58ec613cab','1382508981','no'),(664,'_transient_feed_mod_5acce650f5bab04499acbb58ec613cab','1382465781','no'),(665,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1382508981','no'),(666,'_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… yet. It’s okay — there is no rush.</p>\n','no'),(661,'_transient_timeout_feed_5acce650f5bab04499acbb58ec613cab','1382508981','no'),(662,'_transient_feed_5acce650f5bab04499acbb58ec613cab','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:66:\"link:http://quantellia.com/testsite/TestSite/ - 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:103:\"http://www.google.com/search?ie=utf-8&q=link:http://quantellia.com/testsite/TestSite/&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:97:\"Your search - <b>link:http://quantellia.com/testsite/TestSite/</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:10:{s:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Tue, 22 Oct 2013 18:16:21 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=38d3b8ca589c2af3:FF=0:TM=1382465781:LM=1382465781:S=mij5o1cOVuFu4sqy; expires=Thu, 22-Oct-2015 18:16:21 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=67=CUUSWmow9FAdBUeTtvDIOMN3bEq06JAHIY2m_4sNmGmnZK-9l2ffkB5srL5RWmmO-tOP504TQYekrJq0wJO4RIFm2SHaoa96K5WmQRgDISzuv9R8L3gnHFgTfTescUYv; expires=Wed, 23-Apr-2014 18:16:21 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:18:\"alternate-protocol\";s:7:\"80:quic\";}s:5:\"build\";s:14:\"20121202204312\";}','no'),(675,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1382508982','no'),(676,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1382465782','no'),(677,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1382508982','no'),(678,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressTavern/~3/F6uyX3Wt0E8/seamless-integration-for-wordpress-and-magento\' title=\'Believe it or not, there are a lot of WordPress fans in the Magento community. While Magento provides supremely robust e-commerce capabilities with support for complex product variations and multiple shipping options, it’s entirely lacking in CMS features. As a result, many sites merge WordPress and Magento in order to take advantage of each platform’s uniqu […]\'>WPTavern: Seamless Integration for WordPress and Magento</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressTavern/~3/7J40V67FxqE/new-holiday-talk-like-a-spammer-day\' title=\'Jonathan Dingman over at WPForce.com has published a funny piece that illustrates how comment spammers are able to be so randomly creative with their posts. One of his spam comments contained the entire template of text used to generate random comments. How many combinations of spam can you make with the following template? I {want to|wish to|desire to} read […]\'>WPTavern: New Holiday – Talk Like a Spammer Day!</a></li><li><a class=\'rsswidget\' href=\'http://ocaoimh.ie/2013/10/21/shiny-new-dynamic-content-wp-super-cache/\' title=\'With the next release of WP Super Cache in a day or two the long awaited move away from mfunc, mclude and friends will be complete. This means that if you have been using mfunc, mclude or dynamic-cached-content the dynamic portions of your sites will go blank if you upgrade WP Super Cache without updating that dynamic code. This may seem complicated but ther […]\'>Donncha: The shiny new dynamic content in WP Super Cache</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2013/10/21/wordcamp-europe-2013-interviews/\' title=\' […]\'>WordPress.tv: WordCamp Europe 2013 Interviews</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressTavern/~3/zYcZG5ycFZE/gpl-ethics-right-wrong-winners-losers\' title=\'Kevin Muldoon has published a great post that may change the mindset of both WordPress end users and developers. In his post, he talks about WordPress, GPL, and ethics but further into the post, he mentions that perhaps we should not be thinking about what sites like GPL Avengers or GPL Club are doing as right or wrong but rather, good or bad. When you start […]\'>WPTavern: Why Are We Paying For GPL Licensed Code?</a></li></ul></div>','no'),(1809,'_transient_timeout_feed_mod_83686112e005dd99f3f466e62cfe5b01','1393420829','no'),(1810,'_transient_feed_mod_83686112e005dd99f3f466e62cfe5b01','1393377629','no'),(386,'_site_transient_timeout_wporg_theme_feature_list','1381384217','yes'),(387,'_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'),(192,'theme_mods_twentyeleven','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1381202101;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'),(193,'current_theme','Kippis','yes'),(194,'theme_mods_bizway','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1381336767;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";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:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:25:\"fourth-footer-widget-area\";N;}}}','yes'),(195,'theme_switched','','yes'),(196,'bizway_options','a:27:{s:11:\"of_template\";a:30:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:4:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:62:\"Choose your own logo. Optimal Size: 300px Wide by 90px Height.\";s:2:\"id\";s:11:\"bizway_logo\";s:4:\"type\";s:6:\"upload\";}i:2;a:4:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:71:\"Specify a 16px x 16px image that will represent your website\'s favicon.\";s:2:\"id\";s:14:\"bizway_favicon\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:13:\"Tracking Code\";s:4:\"desc\";s:58:\"Paste your Google Analytics (or other) tracking code here.\";s:2:\"id\";s:16:\"bizway_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:4;a:6:{s:4:\"name\";s:17:\"Front Page On/Off\";s:4:\"desc\";s:95:\"If the front page option is active then home page will appear otherwise blog page will display.\";s:2:\"id\";s:5:\"re_nm\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}}i:5;a:2:{s:4:\"name\";s:17:\"Homepage Settings\";s:4:\"type\";s:7:\"heading\";}i:6;a:5:{s:4:\"name\";s:13:\"First Heading\";s:4:\"desc\";s:34:\"Enter your text for first heading.\";s:2:\"id\";s:17:\"bizway_first_head\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:7;a:5:{s:4:\"name\";s:14:\"Second Heading\";s:4:\"desc\";s:35:\"Enter your text for second heading.\";s:2:\"id\";s:18:\"bizway_second_head\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:8;a:2:{s:4:\"name\";s:15:\"Slider Settings\";s:4:\"type\";s:7:\"heading\";}i:9;a:5:{s:4:\"name\";s:13:\"Slider Image1\";s:4:\"desc\";s:80:\"Choose your image for first slider. Optimal size is 950px wide and 350px height.\";s:2:\"id\";s:18:\"bizway_slideimage1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:10;a:5:{s:4:\"name\";s:12:\"Slide 1 Link\";s:4:\"desc\";s:30:\"Enter your link url for slide1\";s:2:\"id\";s:17:\"bizway_slidelink1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:5:{s:4:\"name\";s:13:\"Slider Image2\";s:4:\"desc\";s:81:\"Choose your image for second slider. Optimal size is 950px wide and 350px height.\";s:2:\"id\";s:18:\"bizway_slideimage2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:12;a:5:{s:4:\"name\";s:12:\"Slide 2 Link\";s:4:\"desc\";s:30:\"Enter your link url for slide2\";s:2:\"id\";s:17:\"bizway_slidelink2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:13;a:2:{s:4:\"name\";s:21:\"Homepage Feature Area\";s:4:\"type\";s:7:\"heading\";}i:14;a:5:{s:4:\"name\";s:33:\"Homepage Feature Area First Image\";s:4:\"desc\";s:56:\"Choose your image for homepage feature area first image.\";s:2:\"id\";s:18:\"bizway_featureimg1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:15;a:5:{s:4:\"name\";s:21:\"First Feature Heading\";s:4:\"desc\";s:38:\"Enter your text for first col heading.\";s:2:\"id\";s:16:\"bizway_firsthead\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:16;a:5:{s:4:\"name\";s:25:\"First Feature Description\";s:4:\"desc\";s:42:\"Enter your text for first col description.\";s:2:\"id\";s:16:\"bizway_firstdesc\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:17;a:5:{s:4:\"name\";s:22:\"First Feature Link URL\";s:4:\"desc\";s:47:\"Enter your link url for fourth feature section.\";s:2:\"id\";s:12:\"bizway_link1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:18;a:3:{s:4:\"name\";s:32:\"Second Feature Starts From Here.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:19;a:5:{s:4:\"name\";s:34:\"Homepage Feature Area Second Image\";s:4:\"desc\";s:57:\"Choose your image for homepage Feature area second image.\";s:2:\"id\";s:18:\"bizway_featureimg2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:20;a:5:{s:4:\"name\";s:22:\"Second Feature Heading\";s:4:\"desc\";s:39:\"Enter your text for second col heading.\";s:2:\"id\";s:17:\"bizway_secondhead\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:21;a:5:{s:4:\"name\";s:22:\"Second Col Description\";s:4:\"desc\";s:43:\"Enter your text for second col description.\";s:2:\"id\";s:17:\"bizway_seconddesc\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:22;a:5:{s:4:\"name\";s:23:\"Second Feature Link URL\";s:4:\"desc\";s:47:\"Enter your link url for fourth feature section.\";s:2:\"id\";s:12:\"bizway_link2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:23;a:3:{s:4:\"name\";s:31:\"Third Feature Starts From Here.\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:24;a:5:{s:4:\"name\";s:29:\"Homepage Third Feature Image\";s:4:\"desc\";s:56:\"Choose your image for homepage Feature area third image.\";s:2:\"id\";s:18:\"bizway_featureimg3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:25;a:5:{s:4:\"name\";s:21:\"Third Feature Heading\";s:4:\"desc\";s:39:\"Enter your text for second col heading.\";s:2:\"id\";s:16:\"bizway_thirdhead\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:26;a:5:{s:4:\"name\";s:25:\"Third Feature Description\";s:4:\"desc\";s:46:\"Enter your text for Third Feature description.\";s:2:\"id\";s:16:\"bizway_thirddesc\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:27;a:5:{s:4:\"name\";s:22:\"Third Feature Link URL\";s:4:\"desc\";s:47:\"Enter your link url for fourth feature section.\";s:2:\"id\";s:12:\"bizway_link3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:28;a:2:{s:4:\"name\";s:15:\"Styling Options\";s:4:\"type\";s:7:\"heading\";}i:29;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:62:\"Quickly add some CSS to your theme by adding it to this block.\";s:2:\"id\";s:16:\"bizway_customcss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}}s:12:\"of_themename\";s:6:\"BizWay\";s:12:\"of_shortname\";s:2:\"of\";s:11:\"bizway_logo\";s:75:\"http://quantellia.com/testsite/wp-content/uploads/2013/10/TDI3-Logo-300.png\";s:14:\"bizway_favicon\";s:0:\"\";s:16:\"bizway_analytics\";s:0:\"\";s:5:\"re_nm\";s:2:\"on\";s:17:\"bizway_first_head\";s:0:\"\";s:18:\"bizway_second_head\";s:0:\"\";s:18:\"bizway_slideimage1\";s:0:\"\";s:17:\"bizway_slidelink1\";s:0:\"\";s:18:\"bizway_slideimage2\";s:0:\"\";s:17:\"bizway_slidelink2\";s:0:\"\";s:18:\"bizway_featureimg1\";s:0:\"\";s:16:\"bizway_firsthead\";s:0:\"\";s:16:\"bizway_firstdesc\";s:0:\"\";s:12:\"bizway_link1\";s:0:\"\";s:18:\"bizway_featureimg2\";s:0:\"\";s:17:\"bizway_secondhead\";s:0:\"\";s:17:\"bizway_seconddesc\";s:0:\"\";s:12:\"bizway_link2\";s:0:\"\";s:18:\"bizway_featureimg3\";s:0:\"\";s:16:\"bizway_thirdhead\";s:0:\"\";s:16:\"bizway_thirddesc\";s:0:\"\";s:12:\"bizway_link3\";s:0:\"\";s:16:\"bizway_customcss\";s:0:\"\";s:10:\"of_options\";a:23:{s:11:\"bizway_logo\";s:0:\"\";s:14:\"bizway_favicon\";s:0:\"\";s:16:\"bizway_analytics\";s:0:\"\";s:5:\"re_nm\";s:2:\"on\";s:17:\"bizway_first_head\";s:0:\"\";s:18:\"bizway_second_head\";s:0:\"\";s:18:\"bizway_slideimage1\";s:0:\"\";s:17:\"bizway_slidelink1\";s:0:\"\";s:18:\"bizway_slideimage2\";s:0:\"\";s:17:\"bizway_slidelink2\";s:0:\"\";s:18:\"bizway_featureimg1\";s:0:\"\";s:16:\"bizway_firsthead\";s:0:\"\";s:16:\"bizway_firstdesc\";s:0:\"\";s:12:\"bizway_link1\";s:0:\"\";s:18:\"bizway_featureimg2\";s:0:\"\";s:17:\"bizway_secondhead\";s:0:\"\";s:17:\"bizway_seconddesc\";s:0:\"\";s:12:\"bizway_link2\";s:0:\"\";s:18:\"bizway_featureimg3\";s:0:\"\";s:16:\"bizway_thirdhead\";s:0:\"\";s:16:\"bizway_thirddesc\";s:0:\"\";s:12:\"bizway_link3\";s:0:\"\";s:16:\"bizway_customcss\";s:0:\"\";}}','yes'),(247,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:3;}}','yes'),(197,'of_options','a:0:{}','yes'),(659,'_site_transient_timeout_browser_26ca8ea8e60136335e5e56fd8bbfc4d6','1383070579','yes'),(660,'_site_transient_browser_26ca8ea8e60136335e5e56fd8bbfc4d6','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:4:\"10.0\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(244,'kippis_css','a:2:{s:6:\"screen\";s:3617:\"body{background-color:#ffffff;border-color:#ffffff;color:#000000;text-align:left;background-image:url(\"http://quantellia.com/testsite/wp-content/uploads/2013/10/You-Tube-Header2.jpg\");background-position:center top;background-repeat:no-repeat;background-attachment:fixed;}\nbody{font-family:Trebuchet MS,Helvetica,sans-serif;font-size:12px;}\n#all{width:850px;margin:10px auto;padding:10px;background-color:transparent;border-color:transparent;}\n#pagehead{background-color:transparent;border-color:transparent;background-image:url(\"http://quantellia.com/testsite/wp-content/uploads/2013/10/TDI3-Logo-850-21.png\");background-position:center top;background-repeat:no-repeat;width:850px;height:72px;}\n#pagehead .search_box{background-color:#ffffff;}\n#pagehead .search_wrap{display:none;}\n#searchsubmit{border-color:#000000;}\n#main_menu{width:850px;}\n#secondary_menu{width:850px;}\n#pagebody{width:850px;}\n#pagefoot{width:850px;}\n#content{background-color:transparent;border-color:transparent;}\n#main_menu{background-color:#3e5af0;background:-moz-linear-gradient(#3e5af0,#3e5af0);background:-webkit-linear-gradient(#3e5af0,#3e5af0);}\n#main_menu ul ul{position:absolute;top:21px;}\n#main_menu a{color:#ffffff;font-family:Trebuchet MS,Helvetica,sans-serif;font-size:14px;}\n#main_menu ul ul a{background-color:#222222;color:#cccccc;border-color:#cccccc;}\n#main_menu li:hover > a,#main_menu ul ul:hover > a,#main_menu li:hover > a,#main_menu a:focus{background-color:#ffffff;background:-moz-linear-gradient(#ffffff,#888888);background:-webkit-linear-gradient(#ffffff,#888888);color:#222222;}\n#secondary_menu{background-color:#ffffff;background:-moz-linear-gradient(#ffffff,#dddddd);background:-webkit-linear-gradient(#ffffff,#dddddd);}\n#secondary_menu ul ul{position:absolute;top:22px;}\n#secondary_menu a{color:#000000;font-family:Verdana,Geneva,sans-serif;font-size:15px;}\n#secondary_menu ul ul a{background-color:#dddddd;color:#000000;border-color:#000000;}\n#secondary_menu li:hover > a,#secondary_menu ul ul:hover > a,#secondary_menu li:hover > a,#secondary_menu a:focus{background-color:#dddddd;background:-moz-linear-gradient(#dddddd,#bbbbbb);background:-webkit-linear-gradient(#dddddd,#bbbbbb);color:#000000;}\nnav#nav-single, nav#nav-above, nav#nav-below, .article, .search-result{background-color:#ffffff;border-color:#ffffff;border-radius:5px;}\n.wp-caption{background-color:#ffffff;border-color:#dddddd;font-style:italic;}\n#comments{background-color:transparent;border-color:transparent;border-radius:4px;}\n.thread-odd, .children .odd{background-color:#dddddd;border-color:#eeeeee;border-radius:4px;}\n.thread-even, .children .even{background-color:#eeeeee;border-color:#dddddd;border-radius:4px;}\n.comment{background-color:transparent;border-radius:4px;}\n.sidebar{background-color:transparent;border-color:transparent;font-family:Trebuchet MS,Helvetica,sans-serif;font-size:11px;}\n.widget{background-color:#eeeeee;border-color:#eeeeee;border-radius:5px;}\n.widget-title{background-color:#9ccafc;border-color:#9ccafc;border-radius:5px 5px 0 0;}\nh1,h2,h3,h4,h5,h6{background-color:transparent;color:#000000;}\na{background-color:transparent;color:#333399;}\nh1 a,h2 a,h3 a,h4 a,h5 a,h6 a{background-color:transparent;color:#333377;}\n#site-title a,#site-description{background-color:transparent;color:#000000;text-shadow:0 0 0.6em #ffffff,0 0 0.6em #ffffff,0 0 0.6em #ffffff,0 0 0.6em #ffffff,0 0 0.6em #ffffff,0 0 0.6em #ffffff;font-family:Georgia,serif;font-size:29px;}\n#site-description{font-size:19px;}\n#site-title{display:none;}\n#site-description{display:none;}\nblockquote{background-color:transparent;font-style:italic;}\n\";s:6:\"mobile\";s:1033:\"body, #searchform#a, #main_menu_mobile_toggle, #main_menu_mobile{background-color:#ffffff;border-color:#ffffff;color:#000000;}\nnav#nav-single, nav#nav-above, nav#nav-below, .article, .search-result{background-color:transparent;border-color:transparent;}\n#s{background-color:#ffffff;}\n#searchsubmit{border-color:#000000;}\n#main_menu_mobile_toggle, #main_menu_mobile{background-color:#ffffff;border-color:#000000;color:#000000;}\n.widget{background-color:#eeeeee;border-color:#eeeeee;}\n.widget-title{background-color:#dddddd;border-color:#dddddd;}\nh1,h2,h3,h4,h5,h6{background-color:transparent;}\na{background-color:transparent;color:#333399;}\nh1 a,h2 a,h3 a,h4 a,h5 a,h6 a{background-color:transparent;color:#222266;}\nh1#site-title a, #site-description{background-color:transparent;color:#000000;text-shadow:0 0 0.6em #ffffff,0 0 0.6em #ffffff,0 0 0.6em #ffffff,0 0 0.6em #ffffff,0 0 0.6em #ffffff,0 0 0.6em #ffffff;}\n#site-description{display:none;}\n.continue-reading{border-color:#333399;}\n.comment-reply-link{border-color:#333399;}\n\";}','yes'),(245,'theme_mods_kippis','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:3;s:9:\"secondary\";i:0;}}','yes'),(246,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1393377629;s:7:\"checked\";a:4:{s:6:\"bizway\";s:5:\"1.7.5\";s:6:\"kippis\";s:4:\"1.15\";s:12:\"twentyeleven\";s:3:\"1.5\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:2:{s:12:\"twentyeleven\";a:3:{s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:40:\"http://wordpress.org/themes/twentyeleven\";s:7:\"package\";s:57:\"http://wordpress.org/themes/download/twentyeleven.1.7.zip\";}s:12:\"twentytwelve\";a:3:{s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:40:\"http://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:57:\"http://wordpress.org/themes/download/twentytwelve.1.3.zip\";}}}','yes'),(346,'category_children','a:0:{}','yes'),(275,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(532,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1381643766','yes'),(533,'_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:\"3898\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2456\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2344\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1930\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1856\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1583\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1329\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1325\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1310\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1260\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1225\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1121\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1000\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"982\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"974\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"950\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"844\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"821\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"780\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"722\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"686\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"681\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"678\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"623\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"615\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"595\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"572\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"570\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"541\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"539\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"530\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"522\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"506\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"505\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"471\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"458\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"453\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"452\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"436\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"432\";}}','yes'),(279,'socialslider_instalacja','9cef266214efdb3d58f76e9d4c8a4dcf','yes'),(280,'socialslider_widget_widget',' ','yes'),(281,'socialslider_widget_width','200px','yes'),(282,'socialslider_widget_height','auto','yes'),(283,'socialslider_miejsce','lewa','yes'),(284,'socialslider_kolor','jasny','yes'),(285,'socialslider_custom_background','#ffffff','yes'),(286,'socialslider_custom_border','#cccccc','yes'),(287,'socialslider_custom_font','#666666','yes'),(288,'socialslider_custom_radius','6px','yes'),(289,'socialslider_opacity','1','yes'),(290,'socialslider_ikony','standard','yes'),(291,'socialslider_szybkosc','normal','yes'),(292,'socialslider_link','nie','yes'),(293,'socialslider_position','fixed','yes'),(294,'socialslider_target','self','yes'),(295,'socialslider_nofollow','tak','yes'),(296,'socialslider_mobile','tak','yes'),(297,'socialslider_rozdzielczosc','0px','yes'),(298,'socialslider_top','150px','yes'),(299,'socialslider_tryb','uproszczony','yes'),(303,'mr_social_sharing_buttons','a:23:{s:8:\"ap_share\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"bf_buffer\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:12:\"dl_delicious\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"dg_digg\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"ml_send\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"fb_like\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:8:\"fb_share\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"fb_send\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"fl_flattr\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"gl_plus\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"hv_respect\";a:3:{s:4:\"type\";s:10:\"horizontal\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:8:\"li_share\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"linksalpha\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ms_myspace\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:12:\"pn_pinterest\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"rd_reddit\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"su_stumble\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"tu_tumblr\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:8:\"tw_tweet\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"xi_xing\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_1\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_2\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_3\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}}','yes'),(304,'mr_social_sharing_shortcode_buttons','a:23:{s:8:\"ap_share\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"bf_buffer\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:12:\"dl_delicious\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"dg_digg\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"ml_send\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"fb_like\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:8:\"fb_share\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"fb_send\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"fl_flattr\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"gl_plus\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"hv_respect\";a:3:{s:4:\"type\";s:10:\"horizontal\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:8:\"li_share\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"linksalpha\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ms_myspace\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:12:\"pn_pinterest\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"rd_reddit\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"su_stumble\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"tu_tumblr\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:8:\"tw_tweet\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"xi_xing\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_1\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_2\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_3\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}}','yes'),(305,'mr_social_sharing_widget_buttons','a:23:{s:8:\"ap_share\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"bf_buffer\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:12:\"dl_delicious\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"dg_digg\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"ml_send\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"fb_like\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:8:\"fb_share\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"fb_send\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"fl_flattr\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"gl_plus\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"hv_respect\";a:3:{s:4:\"type\";s:10:\"horizontal\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:8:\"li_share\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"linksalpha\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ms_myspace\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:12:\"pn_pinterest\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"rd_reddit\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"su_stumble\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:9:\"tu_tumblr\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:8:\"tw_tweet\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:7:\"xi_xing\";a:3:{s:4:\"type\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_1\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_2\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_3\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}}','yes'),(306,'mr_social_sharing_follow_buttons','a:29:{s:14:\"follow_twitter\";a:5:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:16:\"icon_medium_text\";s:2:\"id\";s:10:\"tdi3dotorg\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:15:\"TDI3 on Twitter\";}s:10:\"follow_rss\";a:5:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:16:\"icon_medium_text\";s:2:\"id\";s:46:\"http://www.decisionnut.com/feeds/posts/default\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:30:\"The Decision Intelligence Blog\";}s:12:\"follow_500px\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:14:\"follow_app_net\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:14:\"follow_deviant\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:15:\"follow_facebook\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:13:\"follow_flickr\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:16:\"follow_goodreads\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:11:\"follow_plus\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:12:\"follow_hyves\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:17:\"follow_webstagram\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:13:\"follow_lastfm\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:19:\"follow_lastfm_music\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:13:\"follow_linked\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:16:\"follow_linked_co\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:19:\"follow_linked_group\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:14:\"follow_myspace\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:13:\"follow_picasa\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:16:\"follow_pinterest\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:17:\"follow_soundcloud\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:14:\"follow_spotify\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:20:\"follow_spotify_album\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:13:\"follow_tumblr\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:11:\"follow_xing\";a:4:{s:4:\"type\";s:4:\"none\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:14:\"follow_youtube\";a:5:{s:6:\"enable\";s:1:\"1\";s:4:\"type\";s:16:\"icon_medium_text\";s:2:\"id\";s:20:\"decisionintelligence\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:15:\"TDI3 on YouTube\";}s:22:\"follow_youtube_channel\";a:4:{s:4:\"type\";s:10:\"icon_small\";s:2:\"id\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_1\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_2\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}s:10:\"ln_break_3\";a:3:{s:4:\"type\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";}}','yes'),(307,'mr_social_sharing_display','span','yes'),(308,'mr_social_sharing_shortcode_display','span','yes'),(309,'mr_social_sharing_widget_display','span','yes'),(310,'mr_social_sharing_follow_display','div','yes'),(311,'mr_social_sharing_align','','yes'),(312,'mr_social_sharing_shortcode_align','','yes'),(313,'mr_social_sharing_widget_align','','yes'),(314,'mr_social_sharing_follow_align','','yes'),(315,'mr_social_sharing_position','none','yes'),(316,'mr_social_sharing_types','a:1:{i:0;s:4:\"page\";}','yes'),(317,'mr_social_sharing_enable_shortcode','1','yes'),(318,'mr_social_sharing_include_excerpts','1','yes'),(319,'mr_social_sharing_button_order','a:23:{i:0;s:8:\"ap_share\";i:1;s:9:\"bf_buffer\";i:2;s:12:\"dl_delicious\";i:3;s:7:\"dg_digg\";i:4;s:7:\"ml_send\";i:5;s:7:\"fb_like\";i:6;s:8:\"fb_share\";i:7;s:7:\"fb_send\";i:8;s:9:\"fl_flattr\";i:9;s:7:\"gl_plus\";i:10;s:10:\"hv_respect\";i:11;s:8:\"li_share\";i:12;s:10:\"linksalpha\";i:13;s:10:\"ms_myspace\";i:14;s:12:\"pn_pinterest\";i:15;s:9:\"rd_reddit\";i:16;s:10:\"su_stumble\";i:17;s:9:\"tu_tumblr\";i:18;s:8:\"tw_tweet\";i:19;s:7:\"xi_xing\";i:20;s:10:\"ln_break_1\";i:21;s:10:\"ln_break_2\";i:22;s:10:\"ln_break_3\";}','yes'),(320,'mr_social_sharing_shortcode_button_order','a:23:{i:0;s:8:\"ap_share\";i:1;s:9:\"bf_buffer\";i:2;s:12:\"dl_delicious\";i:3;s:7:\"dg_digg\";i:4;s:7:\"ml_send\";i:5;s:7:\"fb_like\";i:6;s:8:\"fb_share\";i:7;s:7:\"fb_send\";i:8;s:9:\"fl_flattr\";i:9;s:7:\"gl_plus\";i:10;s:10:\"hv_respect\";i:11;s:8:\"li_share\";i:12;s:10:\"linksalpha\";i:13;s:10:\"ms_myspace\";i:14;s:12:\"pn_pinterest\";i:15;s:9:\"rd_reddit\";i:16;s:10:\"su_stumble\";i:17;s:9:\"tu_tumblr\";i:18;s:8:\"tw_tweet\";i:19;s:7:\"xi_xing\";i:20;s:10:\"ln_break_1\";i:21;s:10:\"ln_break_2\";i:22;s:10:\"ln_break_3\";}','yes'),(321,'mr_social_sharing_widget_button_order','a:23:{i:0;s:8:\"ap_share\";i:1;s:9:\"bf_buffer\";i:2;s:12:\"dl_delicious\";i:3;s:7:\"dg_digg\";i:4;s:7:\"ml_send\";i:5;s:7:\"fb_like\";i:6;s:8:\"fb_share\";i:7;s:7:\"fb_send\";i:8;s:9:\"fl_flattr\";i:9;s:7:\"gl_plus\";i:10;s:10:\"hv_respect\";i:11;s:8:\"li_share\";i:12;s:10:\"linksalpha\";i:13;s:10:\"ms_myspace\";i:14;s:12:\"pn_pinterest\";i:15;s:9:\"rd_reddit\";i:16;s:10:\"su_stumble\";i:17;s:9:\"tu_tumblr\";i:18;s:8:\"tw_tweet\";i:19;s:7:\"xi_xing\";i:20;s:10:\"ln_break_1\";i:21;s:10:\"ln_break_2\";i:22;s:10:\"ln_break_3\";}','yes'),(322,'mr_social_sharing_follow_button_order','a:29:{i:0;s:14:\"follow_twitter\";i:1;s:10:\"follow_rss\";i:2;s:12:\"follow_500px\";i:3;s:14:\"follow_app_net\";i:4;s:14:\"follow_deviant\";i:5;s:15:\"follow_facebook\";i:6;s:13:\"follow_flickr\";i:7;s:16:\"follow_goodreads\";i:8;s:11:\"follow_plus\";i:9;s:12:\"follow_hyves\";i:10;s:17:\"follow_webstagram\";i:11;s:13:\"follow_lastfm\";i:12;s:19:\"follow_lastfm_music\";i:13;s:13:\"follow_linked\";i:14;s:16:\"follow_linked_co\";i:15;s:19:\"follow_linked_group\";i:16;s:14:\"follow_myspace\";i:17;s:13:\"follow_picasa\";i:18;s:16:\"follow_pinterest\";i:19;s:17:\"follow_soundcloud\";i:20;s:14:\"follow_spotify\";i:21;s:20:\"follow_spotify_album\";i:22;s:13:\"follow_tumblr\";i:23;s:11:\"follow_xing\";i:24;s:14:\"follow_youtube\";i:25;s:22:\"follow_youtube_channel\";i:26;s:10:\"ln_break_1\";i:27;s:10:\"ln_break_2\";i:28;s:10:\"ln_break_3\";}','yes'),(323,'mr_social_sharing_linkify_content','0','yes'),(324,'mr_social_sharing_linkify_comments','0','yes'),(325,'mr_social_sharing_linkify_new','1','yes'),(326,'mr_social_sharing_follow_new','1','yes'),(327,'mr_social_sharing_twitter_handles','0','yes'),(328,'mr_social_sharing_twitter_hashtags','0','yes'),(329,'mr_social_sharing_js_footer','1','yes'),(330,'mr_social_sharing_no_follow','0','yes'),(331,'mr_social_sharing_attachment_image_size','thumbnail','yes'),(332,'mr_social_sharing_pinterest','a:1:{s:13:\"default_image\";s:0:\"\";}','yes'),(333,'mr_social_sharing_bitly','a:2:{s:8:\"username\";s:0:\"\";s:3:\"key\";s:0:\"\";}','yes'),(334,'mr_social_sharing_opengraph','a:1:{s:13:\"default_image\";s:0:\"\";}','yes'),(335,'mr_social_sharing_custom_css','','yes'),(336,'widget_mr-social-sharing-toolkit-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(339,'widget_mr-social-sharing-toolkit-follow-widget','a:2:{i:2;a:1:{s:12:\"widget_title\";s:21:\"Join the Conversation\";}s:12:\"_multiwidget\";i:1;}','yes'),(368,'_site_transient_browser_4e75825191653b8e9985cfb0134d1f66','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"30.0.1599.69\";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'),(367,'_site_transient_timeout_browser_4e75825191653b8e9985cfb0134d1f66','1381958994','yes'),(354,'_transient_plugins_delete_result_1','1','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=218 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (3,4,'_edit_last','1'),(4,4,'_edit_lock','1381354044:2'),(5,5,'_wp_attached_file','2013/10/full-ball-for-mark-inside-template.jpg'),(6,5,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:46:\"2013/10/full-ball-for-mark-inside-template.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"full-ball-for-mark-inside-template-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"full-ball-for-mark-inside-template-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:46:\"full-ball-for-mark-inside-template-250x187.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"sidebar-thumbnail\";a:4:{s:4:\"file\";s:44:\"full-ball-for-mark-inside-template-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7,6,'_wp_attached_file','2013/10/full-ball-for-mark-inside-template1.jpg'),(8,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:47:\"2013/10/full-ball-for-mark-inside-template1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"full-ball-for-mark-inside-template1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"full-ball-for-mark-inside-template1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"full-ball-for-mark-inside-template1-250x187.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"sidebar-thumbnail\";a:4:{s:4:\"file\";s:45:\"full-ball-for-mark-inside-template1-48x48.jpg\";s:5:\"width\";i:48;s:6:\"height\";i:48;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(9,4,'_thumbnail_id','6'),(10,4,'_wp_page_template','default'),(213,96,'_menu_item_object','page'),(212,96,'_menu_item_object_id','94'),(211,96,'_menu_item_menu_item_parent','0'),(210,96,'_menu_item_type','post_type'),(208,94,'_edit_last','2'),(209,94,'_edit_lock','1381638109:2'),(24,13,'_edit_last','2'),(25,13,'_edit_lock','1382502007:2'),(26,15,'_menu_item_type','post_type'),(27,15,'_menu_item_menu_item_parent','0'),(28,15,'_menu_item_object_id','13'),(29,15,'_menu_item_object','page'),(30,15,'_menu_item_target',''),(31,15,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(32,15,'_menu_item_xfn',''),(33,15,'_menu_item_url',''),(194,84,'_edit_last','2'),(46,23,'_edit_lock','1381524569:2'),(45,23,'_edit_last','2'),(60,28,'_menu_item_type','taxonomy'),(61,28,'_menu_item_menu_item_parent','0'),(62,28,'_menu_item_object_id','6'),(63,28,'_menu_item_object','category'),(64,28,'_menu_item_target',''),(65,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(66,28,'_menu_item_xfn',''),(67,28,'_menu_item_url',''),(156,60,'_wp_page_template','default'),(83,33,'_edit_last','2'),(84,33,'_edit_lock','1381524486:2'),(99,41,'_edit_lock','1381351230:1'),(98,41,'_edit_last','1'),(137,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1251;s:6:\"height\";i:805;s:4:\"file\";s:37:\"2013/10/Workforce-Center-Logo_SLU.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Workforce-Center-Logo_SLU-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Workforce-Center-Logo_SLU-300x193.png\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"Workforce-Center-Logo_SLU-1024x658.png\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"Workforce-Center-Logo_SLU-200x128.png\";s:5:\"width\";i:200;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"pic-icon\";a:4:{s:4:\"file\";s:35:\"Workforce-Center-Logo_SLU-90x57.png\";s:5:\"width\";i:90;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(136,55,'_wp_attached_file','2013/10/Workforce-Center-Logo_SLU.png'),(195,84,'_edit_lock','1381633699:2'),(146,60,'_edit_last','2'),(147,60,'_edit_lock','1381636118:2'),(171,71,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(170,71,'_menu_item_target',''),(169,71,'_menu_item_object','page'),(168,71,'_menu_item_object_id','60'),(167,71,'_menu_item_menu_item_parent','0'),(166,71,'_menu_item_type','post_type'),(176,75,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:449;s:4:\"file\";s:20:\"2013/10/Team-Rah.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Team-Rah-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Team-Rah-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Team-Rah-200x199.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"pic-icon\";a:4:{s:4:\"file\";s:18:\"Team-Rah-90x89.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(175,75,'_wp_attached_file','2013/10/Team-Rah.jpg'),(172,71,'_menu_item_xfn',''),(173,71,'_menu_item_url',''),(179,80,'_menu_item_type','custom'),(180,80,'_menu_item_menu_item_parent','0'),(181,80,'_menu_item_object_id','80'),(182,80,'_menu_item_object','custom'),(183,80,'_menu_item_target',''),(184,80,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(185,80,'_menu_item_xfn',''),(186,80,'_menu_item_url','http://www.tdi3.org'),(214,96,'_menu_item_target',''),(215,96,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(216,96,'_menu_item_xfn',''),(217,96,'_menu_item_url',''); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) 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` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (5,1,'2013-10-08 03:21:18','2013-10-08 03:21:18','','full-ball-for-mark-inside-template','','inherit','open','open','','full-ball-for-mark-inside-template','','','2013-10-08 03:21:18','2013-10-08 03:21:18','',4,'http://quantellia.com/testsite/wp-content/uploads/2013/10/full-ball-for-mark-inside-template.jpg',0,'attachment','image/jpeg',0),(4,2,'2013-10-08 03:21:35','2013-10-08 08:21:35','blanking','The Decision Intelligence Institute International','','publish','closed','closed','','the-decision-intelligence-institute-international','','','2013-10-09 15:05:02','2013-10-09 20:05:02','',0,'http://quantellia.com/testsite/?page_id=4',0,'page','',0),(6,1,'2013-10-08 03:21:19','2013-10-08 03:21:19','','full-ball-for-mark-inside-template','','inherit','open','open','','full-ball-for-mark-inside-template-2','','','2013-10-08 03:21:19','2013-10-08 03:21:19','',4,'http://quantellia.com/testsite/wp-content/uploads/2013/10/full-ball-for-mark-inside-template1.jpg',0,'attachment','image/jpeg',0),(7,1,'2013-10-08 03:16:28','2013-10-08 03:16:28','','The Decision Intelligence Institute International ','','inherit','open','open','','4-revision','','','2013-10-08 03:16:28','2013-10-08 03:16:28','',4,'http://quantellia.com/testsite/?p=7',0,'revision','',0),(81,2,'2013-10-09 16:55:58','2013-10-09 21:55:58','<img class=\"wp-image-55 alignleft\" title=\"SLU Center for Workforce & Organizational Development\" alt=\"Workforce Center Logo_SLU\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Workforce-Center-Logo_SLU-300x193.png\" width=\"180\" height=\"116\" />\r\n\r\n \r\n\r\nNovember 12 and 13 in St. Louis, Missouri:\r\n\r\nTDI3 is proud to be partnering with The Center for Workforce & Organizational Development at Saint Louis University to launch Decision Intelligence Training.\r\n\r\nFor more information, please visit the Education page.','Upcoming Educational Opportunities','','inherit','closed','open','','23-revision-7','','','2013-10-09 16:55:58','2013-10-09 21:55:58','',23,'http://www.tdi3.org/?p=81',0,'revision','',0),(13,1,'2013-10-09 12:14:28','2013-10-09 17:14:28','<h1>History</h1>\r\nTDI3 was incorporated as a not-for-profit organization in October, 2013 to address the educational and business requirements of the emerging business discipline: Decision Intelligence.\r\n\r\nHaving identified a need to provide unbiased, science-based education in this domain, a group of dedicated individuals made the decision to form this open, industry-leading institute. Membership is open to any organization, government, or individual that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence constituency.\r\n\r\n \r\n<h1>Leadership</h1>\r\nTDI3 is administered by an Executive Director and a small admin team, governed by a Board of Directors, and led by an Advisory Board of visionaries, industry leaders, and decision intelligence pioneers with whom we are honored to be associated.\r\n\r\nPhotos and bios coming soon.\r\n\r\n \r\n<h1>Membership</h1>\r\nFor membership information, please visit the Membership page of this site.','About TDI3','','publish','closed','open','','about-tdi3-2','','','2013-10-22 13:23:32','2013-10-22 18:23:32','',0,'http://quantellia.com/testsite/?page_id=13',0,'page','',0),(14,1,'2013-10-09 12:14:25','2013-10-09 17:14:25','','About TDI3','','inherit','closed','open','','13-revision','','','2013-10-09 12:14:25','2013-10-09 17:14:25','',13,'http://quantellia.com/testsite/?p=14',0,'revision','',0),(15,1,'2013-10-09 12:14:28','2013-10-09 17:14:28',' ','','','publish','closed','open','','15','','','2013-10-12 23:09:34','2013-10-13 04:09:34','',0,'http://quantellia.com/testsite/?p=15',2,'nav_menu_item','',0),(17,1,'2013-10-08 03:21:35','2013-10-08 03:21:35','Lorem ipsum etc.','The Decision Intelligence Institute International ','','inherit','closed','open','','4-revision-2','','','2013-10-08 03:21:35','2013-10-08 03:21:35','',4,'http://quantellia.com/testsite/?p=17',0,'revision','',0),(108,2,'2013-10-09 16:04:06','2013-10-09 21:04:06','<h1>History</h1>\r\nTDI3 was incorporated as a not-for-profit organization in October, 2013 to address the educational and business requirements of the emerging business discipline: Decision Intelligence.\r\n\r\nHaving identified a need to provide unbiased, science-based education in this domain, a small group of dedicated individuals made the decision to form this open, industry-leading institute. Membership is open to any organization, government, or individual that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence constituency.\r\n\r\n \r\n<h1>Leadership</h1>\r\nTDI3 is led by an Executive Director, and governed by a seven-member Board of Directors.\r\n\r\nPhotos and bios coming soon.\r\n\r\n \r\n<h1>Membership</h1>\r\nFor membership information, please visit the Membership page of this site.','About TDI3','','inherit','closed','open','','13-revision-5','','','2013-10-09 16:04:06','2013-10-09 21:04:06','',13,'http://www.tdi3.org/?p=108',0,'revision','',0),(19,1,'2013-10-09 12:14:28','2013-10-09 17:14:28','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','About TDI3','','inherit','closed','open','','13-revision-2','','','2013-10-09 12:14:28','2013-10-09 17:14:28','',13,'http://quantellia.com/testsite/?p=19',0,'revision','',0),(32,1,'2013-10-09 12:23:50','2013-10-09 17:23:50','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','The Decision Intelligence Institute International ','','inherit','closed','open','','4-revision-4','','','2013-10-09 12:23:50','2013-10-09 17:23:50','',4,'http://quantellia.com/testsite/?p=32',0,'revision','',0),(21,1,'2013-10-09 12:20:50','2013-10-09 17:20:50','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','The Decision Intelligence Institute International ','','inherit','closed','open','','4-revision-3','','','2013-10-09 12:20:50','2013-10-09 17:20:50','',4,'http://quantellia.com/testsite/?p=21',0,'revision','',0),(22,1,'2013-10-09 12:26:23','2013-10-09 17:26:23','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\n\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','The Decision Intelligence Institute International ','','inherit','closed','open','','4-autosave','','','2013-10-09 12:26:23','2013-10-09 17:26:23','',4,'http://quantellia.com/testsite/?p=22',0,'revision','',0),(23,1,'2013-10-09 12:37:42','2013-10-09 17:37:42','<h3>St. Louis, Missouri</h3>\r\n<h4>November 12 and 13, 2013</h4>\r\n<img class=\"wp-image-55 alignleft\" title=\"SLU Center for Workforce & Organizational Development\" alt=\"Workforce Center Logo_SLU\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Workforce-Center-Logo_SLU-300x193.png\" width=\"180\" height=\"116\" />\r\n\r\n \r\n\r\nTDI3 is proud to be partnering with The Center for Workforce & Organizational Development at Saint Louis University for the worldwide launch of The Decision Intelligence Institute International\'s Training Initiative.\r\n\r\nFor more information, please visit the Education page.','Upcoming Educational Opportunities','','publish','closed','open','','upcoming-educational-opportunities','','','2013-10-11 15:48:28','2013-10-11 20:48:28','',0,'http://quantellia.com/testsite/?p=23',0,'post','',0),(24,1,'2013-10-09 12:34:11','2013-10-09 17:34:11','','Upcoming Educational Opportunities','','inherit','closed','open','','23-revision','','','2013-10-09 12:34:11','2013-10-09 17:34:11','',23,'http://quantellia.com/testsite/?p=24',0,'revision','',0),(25,2,'2013-10-11 15:49:29','2013-10-11 20:49:29','<h3>St. Louis, Missouri</h3>\n<h4>November 12 and 13, 2013</h4>\n<img class=\"wp-image-55 alignleft\" title=\"SLU Center for Workforce & Organizational Development\" alt=\"Workforce Center Logo_SLU\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Workforce-Center-Logo_SLU-300x193.png\" width=\"180\" height=\"116\" />\n\n \n\nTDI3 is proud to be partnering with The Center for Workforce & Organizational Development at Saint Louis University for the worldwide launch of The Decision Intelligence Institute International\'s Training Initiative.\n\nFor more information, please visit the Education page.','Upcoming Educational Opportunities','','inherit','closed','open','','23-autosave','','','2013-10-11 15:49:29','2013-10-11 20:49:29','',23,'http://quantellia.com/testsite/?p=25',0,'revision','',0),(26,1,'2013-10-09 12:37:42','2013-10-09 17:37:42','November 12 and 13 in St. Louis:\r\n\r\n ','Upcoming Educational Opportunities','','inherit','closed','open','','23-revision-2','','','2013-10-09 12:37:42','2013-10-09 17:37:42','',23,'http://quantellia.com/testsite/?p=26',0,'revision','',0),(106,2,'2013-10-12 23:08:45','2013-10-13 04:08:45',' \r\n<h2>Decision Intelligence Training</h2>\r\nDates: November 12 and 13\r\nCity/State: St. Louis, Missouri\r\nPlace: Center for Workforce & Organizational Development at Saint Louis University\r\n<h3>Details:</h3>\r\nFor full information and registration details, visit the <a title=\"Center for Workforce & Organizational Development Registration Site\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">Center for Workforce & Organizational Development website</a>.\r\n\r\nEvery decade or so, a new business discipline is born. Did you know that there was a time before project planning? Before Business Intelligence? Before Business Process Management?\r\n\r\nToday, Decision Intelligence is the next such breakthrough: it is a proven approach that has saved hundreds of millions of dollars for organizations worldwide. It brings the best of Big Data, Predictive Analytics, Deep Learning, and Systems Modeling to every role in the organization, including executive management, program managers, and quantitative modeling experts.\r\n\r\nJoin us for this half- or full-day workshop, <i>Getting Started with Decision Intelligence</i> plus, optionally, <i>Decision Intelligence Hands-On.</i>\r\n\r\n<strong>Session 1</strong>: Getting Started with Decision Intelligence\r\nChoose one of these two sessions on November 12: 8AM to 12Noon <span style=\"text-decoration: underline;\">OR</span> 4PM to 8PM\r\n\r\n<strong>Session 2</strong>: Decision Intelligence Hands-On\r\nAdd one of these two sessions on November 13: 8AM to 12Noon <span style=\"text-decoration: underline;\">OR</span> 4PM to 8PM\r\n\r\nFull details, including pricing and availability, are available on the <a title=\"Center for Workforce & Organizational Development Registration Site\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">Center for Workforce & Organizational Development website</a>.','Education','','inherit','closed','open','','94-revision-10','','','2013-10-12 23:08:45','2013-10-13 04:08:45','',94,'http://www.tdi3.org/?p=106',0,'revision','',0),(28,1,'2013-10-09 13:06:42','2013-10-09 18:06:42',' ','','','publish','closed','open','','28','','','2013-10-12 23:09:34','2013-10-13 04:09:34','',0,'http://quantellia.com/testsite/?p=28',5,'nav_menu_item','',0),(63,2,'2013-10-09 17:16:53','2013-10-09 22:16:53','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.','Membership','','inherit','closed','open','','60-revision-2','','','2013-10-09 17:16:53','2013-10-09 22:16:53','',60,'http://www.tdi3.com/?p=63',0,'revision','',0),(33,2,'2013-10-09 15:03:43','2013-10-09 20:03:43','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','Welcome to TDI3','','publish','closed','open','','welcome-to-tdi3','','','2013-10-09 16:30:26','2013-10-09 21:30:26','',0,'http://www.tdi3.com/?p=33',0,'post','',0),(34,1,'2013-10-09 15:02:59','2013-10-09 20:02:59','','Welcome to TDI3','','inherit','closed','open','','33-revision','','','2013-10-09 15:02:59','2013-10-09 20:02:59','',33,'http://www.tdi3.com/?p=34',0,'revision','',0),(35,1,'2013-10-09 14:13:10','2013-10-09 19:13:10','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','The Decision Intelligence Institute International','','inherit','closed','open','','4-revision-5','','','2013-10-09 14:13:10','2013-10-09 19:13:10','',4,'http://www.tdi3.com/?p=35',0,'revision','',0),(41,1,'2013-10-09 15:40:29','2013-10-09 20:40:29','','Articles','','publish','closed','open','','articles','','','2013-10-09 15:40:29','2013-10-09 20:40:29','',0,'http://www.tdi3.com/?page_id=41',0,'page','',0),(42,1,'2013-10-09 15:37:42','2013-10-09 20:37:42','','Articles','','inherit','closed','open','','41-revision','','','2013-10-09 15:37:42','2013-10-09 20:37:42','',41,'http://www.tdi3.com/?p=42',0,'revision','',0),(44,1,'2013-10-09 15:03:43','2013-10-09 20:03:43','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','Welcome to TDI3','','inherit','closed','open','','33-revision-2','','','2013-10-09 15:03:43','2013-10-09 20:03:43','',33,'http://www.tdi3.com/?p=44',0,'revision','',0),(45,1,'2013-10-09 15:49:03','2013-10-09 20:49:03','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','Welcome to TDI3','','inherit','closed','open','','33-revision-3','','','2013-10-09 15:49:03','2013-10-09 20:49:03','',33,'http://www.tdi3.com/?p=45',0,'revision','',0),(46,1,'2013-10-09 15:53:50','2013-10-09 20:53:50','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','Welcome to TDI3','','inherit','closed','open','','33-revision-4','','','2013-10-09 15:53:50','2013-10-09 20:53:50','',33,'http://www.tdi3.com/?p=46',0,'revision','',0),(47,2,'2013-10-22 16:44:05','2013-10-22 21:44:05','<h1>History</h1>\nTDI3 was incorporated as a not-for-profit organization in October, 2013 to address the educational and business requirements of the emerging business discipline: Decision Intelligence.\n\nHaving identified a need to provide unbiased, science-based education in this domain, a group of dedicated individuals made the decision to form this open, industry-leading institute. Membership is open to any organization, government, or individual that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence constituency.\n\n \n<h1>Leadership</h1>\nTDI3 is administered by an Executive Director and a small admin team, governed by a Board of Directors, and led by an Advisory Board of visionaries, industry leaders, and decision intelligence pioneers with whom we are honored to be associated.\n\nPhotos and bios coming soon.\n\n \n<h1>Membership</h1>\nFor membership information, please visit the Membership page of this site.','About TDI3','','inherit','closed','open','','13-autosave','','','2013-10-22 16:44:05','2013-10-22 21:44:05','',13,'http://www.tdi3.com/?p=47',0,'revision','',0),(48,1,'2013-10-09 12:23:49','2013-10-09 17:23:49','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','About TDI3','','inherit','closed','open','','13-revision-3','','','2013-10-09 12:23:49','2013-10-09 17:23:49','',13,'http://www.tdi3.com/?p=48',0,'revision','',0),(49,1,'2013-10-09 16:03:05','2013-10-09 21:03:05','<h1>History</h1>\r\nTDI3 was incorporated as a not-for-profit organization in October, 2013 to address the educational and business requirements of the emerging business discipline: Decision Intelligence.\r\n\r\nHaving identified a need to provide unbiased, science-based education in this domain, a small group of dedicated individuals made the decision to form this open, industry-leading institute. Membership is open to any organization, government, or individual that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence constituency.\r\n<h1>Leadership</h1>\r\nTDI3 is led by an Executive Director, and governed by a seven-member Board of Directors.\r\n\r\nPhotos and bios coming soon!','About TDI3','','inherit','closed','open','','13-revision-4','','','2013-10-09 16:03:05','2013-10-09 21:03:05','',13,'http://www.tdi3.com/?p=49',0,'revision','',0),(53,2,'2013-10-09 15:54:22','2013-10-09 20:54:22','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','Welcome to TDI3','','inherit','closed','open','','33-revision-5','','','2013-10-09 15:54:22','2013-10-09 20:54:22','',33,'http://www.tdi3.com/?p=53',0,'revision','',0),(54,2,'2013-10-09 16:27:59','2013-10-09 21:27:59','The Decision Intelligence Institute International (TDI3) is a worldwide forum dedicated to the advancement of individuals and organizations within the field of Decision Intelligence.\r\n\r\nTDI3 serves these individuals and organizations through education, resources, standards, certifications, and through fostering a global network of relationships with those sharing the Decision Intelligence vision.','Welcome to TDI3','','inherit','closed','open','','33-revision-6','','','2013-10-09 16:27:59','2013-10-09 21:27:59','',33,'http://www.tdi3.com/?p=54',0,'revision','',0),(55,2,'2013-10-09 16:49:17','2013-10-09 21:49:17','','Workforce Center Logo_SLU','','inherit','closed','open','','workforce-center-logo_slu','','','2013-10-09 16:49:17','2013-10-09 21:49:17','',23,'http://quantellia.com/testsite/wp-content/uploads/2013/10/Workforce-Center-Logo_SLU.png',0,'attachment','image/png',0),(56,2,'2013-10-09 12:39:07','2013-10-09 17:39:07','November 12 and 13 in St. Louis:\r\n\r\n ','Upcoming Educational Opportunities','','inherit','closed','open','','23-revision-3','','','2013-10-09 12:39:07','2013-10-09 17:39:07','',23,'http://www.tdi3.com/?p=56',0,'revision','',0),(57,2,'2013-10-09 16:50:35','2013-10-09 21:50:35','<img class=\"alignnone wp-image-55\" title=\"SLU Center for Workforce & Organizational Development\" alt=\"Workforce Center Logo_SLU\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Workforce-Center-Logo_SLU-300x193.png\" width=\"180\" height=\"116\" />\r\n\r\nNovember 12 and 13 in St. Louis:\r\n\r\n ','Upcoming Educational Opportunities','','inherit','closed','open','','23-revision-4','','','2013-10-09 16:50:35','2013-10-09 21:50:35','',23,'http://www.tdi3.com/?p=57',0,'revision','',0),(58,2,'2013-10-09 16:55:22','2013-10-09 21:55:22','<img class=\"wp-image-55 alignleft\" title=\"SLU Center for Workforce & Organizational Development\" alt=\"Workforce Center Logo_SLU\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Workforce-Center-Logo_SLU-300x193.png\" width=\"180\" height=\"116\" />November 12 and 13 in St. Louis, Missouri:\r\n\r\nTDI3 is proud to be partnering with The Center for Workforce & Organizational Development at Saint Louis University to launch Decision Intelligence Training.\r\n\r\nFor more information, please visit the Education page.','Upcoming Educational Opportunities','','inherit','closed','open','','23-revision-5','','','2013-10-09 16:55:22','2013-10-09 21:55:22','',23,'http://www.tdi3.com/?p=58',0,'revision','',0),(59,2,'2013-10-09 16:55:44','2013-10-09 21:55:44','<img class=\"wp-image-55 alignleft\" title=\"SLU Center for Workforce & Organizational Development\" alt=\"Workforce Center Logo_SLU\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Workforce-Center-Logo_SLU-300x193.png\" width=\"180\" height=\"116\" />\r\n\r\nNovember 12 and 13 in St. Louis, Missouri:\r\n\r\nTDI3 is proud to be partnering with The Center for Workforce & Organizational Development at Saint Louis University to launch Decision Intelligence Training.\r\n\r\nFor more information, please visit the Education page.','Upcoming Educational Opportunities','','inherit','closed','open','','23-revision-6','','','2013-10-09 16:55:44','2013-10-09 21:55:44','',23,'http://www.tdi3.com/?p=59',0,'revision','',0),(60,2,'2013-10-09 17:16:53','2013-10-09 22:16:53',' \r\n\r\nUnlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.\r\n\r\nJoin us! We are changing the world by changing the way decisions are made.\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-75 aligncenter\" alt=\"Membership\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Team-Rah-300x300.jpg\" width=\"300\" height=\"300\" />\r\n\r\n \r\n\r\n[formget formcode=\'6PVZ-5501\' autoresize=\'true\' height=\'773\' tab=\'page\']\r\n<p style=\"text-align: center;\"></p>','Membership','','publish','closed','closed','','membership','','','2013-10-12 22:38:35','2013-10-13 03:38:35','',0,'http://www.tdi3.com/?page_id=60',0,'page','',0),(61,2,'2013-10-09 17:16:00','2013-10-09 22:16:00','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\n\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\n\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You m','Membership','','inherit','closed','open','','60-revision','','','2013-10-09 17:16:00','2013-10-09 22:16:00','',60,'http://www.tdi3.com/?p=61',0,'revision','',0),(64,2,'2013-10-09 17:20:26','2013-10-09 22:20:26','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.','Membership','','inherit','closed','open','','60-revision-3','','','2013-10-09 17:20:26','2013-10-09 22:20:26','',60,'http://www.tdi3.com/?p=64',0,'revision','',0),(71,2,'2013-10-09 17:34:56','2013-10-09 22:34:56',' ','','','publish','closed','open','','71','','','2013-10-12 23:09:34','2013-10-13 04:09:34','',0,'http://www.tdi3.com/?p=71',3,'nav_menu_item','',0),(65,2,'2013-10-09 17:23:33','2013-10-09 22:23:33','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.','Membership','','inherit','closed','open','','60-revision-4','','','2013-10-09 17:23:33','2013-10-09 22:23:33','',60,'http://www.tdi3.com/?p=65',0,'revision','',0),(72,2,'2013-10-09 17:33:57','2013-10-09 22:33:57','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.','Membership','','inherit','closed','open','','60-revision-8','','','2013-10-09 17:33:57','2013-10-09 22:33:57','',60,'http://www.tdi3.com/?p=72',0,'revision','',0),(68,2,'2013-10-09 17:23:48','2013-10-09 22:23:48','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.','Membership','','inherit','closed','open','','60-revision-5','','','2013-10-09 17:23:48','2013-10-09 22:23:48','',60,'http://www.tdi3.com/?p=68',0,'revision','',0),(69,2,'2013-10-09 17:32:24','2013-10-09 22:32:24','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.','Membership','','inherit','closed','open','','60-revision-6','','','2013-10-09 17:32:24','2013-10-09 22:32:24','',60,'http://www.tdi3.com/60-revision-6/',0,'revision','',0),(70,2,'2013-10-09 17:33:38','2013-10-09 22:33:38','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.','Membership','','inherit','closed','open','','60-revision-7','','','2013-10-09 17:33:38','2013-10-09 22:33:38','',60,'http://www.tdi3.com/60-revision-7/',0,'revision','',0),(75,2,'2013-10-09 17:44:52','2013-10-09 22:44:52','','Membership','','inherit','closed','open','','team-rah','','','2013-10-09 17:44:52','2013-10-09 22:44:52','',60,'http://quantellia.com/testsite/wp-content/uploads/2013/10/Team-Rah.jpg',0,'attachment','image/jpeg',0),(73,2,'2013-10-09 17:41:21','2013-10-09 22:41:21','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.','Membership','','inherit','closed','open','','60-revision-9','','','2013-10-09 17:41:21','2013-10-09 22:41:21','',60,'http://www.tdi3.com/?p=73',0,'revision','',0),(74,2,'2013-10-09 17:41:57','2013-10-09 22:41:57','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.','Membership','','inherit','closed','open','','60-revision-10','','','2013-10-09 17:41:57','2013-10-09 22:41:57','',60,'http://www.tdi3.com/?p=74',0,'revision','',0),(76,2,'2013-10-12 22:39:38','2013-10-13 03:39:38',' \n\nUnlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\n\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\n\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.\n\nJoin us! We are changing the world by changing the way decisions are made.\n\n \n\n<img class=\"size-medium wp-image-75 aligncenter\" alt=\"Membership\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Team-Rah-300x300.jpg\" width=\"300\" height=\"300\" />\n\n \n\n[formget formcode=\'6PVZ-5501\' autoresize=\'true\' height=\'773\' tab=\'page\']\n<p style=\"text-align: center;\"></p>','Membership','','inherit','closed','open','','60-autosave','','','2013-10-12 22:39:38','2013-10-13 03:39:38','',60,'http://www.tdi3.com/?p=76',0,'revision','',0),(77,2,'2013-10-09 17:42:09','2013-10-09 22:42:09','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.','Membership','','inherit','closed','open','','60-revision-11','','','2013-10-09 17:42:09','2013-10-09 22:42:09','',60,'http://www.tdi3.com/?p=77',0,'revision','',0),(78,2,'2013-10-09 17:45:36','2013-10-09 22:45:36','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-75 aligncenter\" alt=\"Membership\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Team-Rah-300x300.jpg\" width=\"300\" height=\"300\" /></p>','Membership','','inherit','closed','open','','60-revision-12','','','2013-10-09 17:45:36','2013-10-09 22:45:36','',60,'http://www.tdi3.com/?p=78',0,'revision','',0),(80,2,'2013-10-09 22:05:11','2013-10-10 03:05:11','','Home','','publish','closed','open','','home','','','2013-10-12 23:09:34','2013-10-13 04:09:34','',0,'http://www.tdi3.org/?p=80',1,'nav_menu_item','',0),(82,2,'2013-10-09 22:10:05','2013-10-10 03:10:05','<h2>St. Louis, Missouri</h2>\r\n<h3>November 12 and 13</h3>\r\n<img class=\"wp-image-55 alignleft\" title=\"SLU Center for Workforce & Organizational Development\" alt=\"Workforce Center Logo_SLU\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Workforce-Center-Logo_SLU-300x193.png\" width=\"180\" height=\"116\" />\r\n\r\n \r\n\r\nTDI3 is proud to be partnering with The Center for Workforce & Organizational Development at Saint Louis University for the worldwide launch of The Decision Intelligence Institute Training Initiative.\r\n\r\nFor more information, please visit the Education page.','Upcoming Educational Opportunities','','inherit','closed','open','','23-revision-8','','','2013-10-09 22:10:05','2013-10-10 03:10:05','',23,'http://www.tdi3.org/?p=82',0,'revision','',0),(83,2,'2013-10-09 22:11:22','2013-10-10 03:11:22','<h3>St. Louis, Missouri</h3>\r\n<h4>November 12 and 13, 2013</h4>\r\n<img class=\"wp-image-55 alignleft\" title=\"SLU Center for Workforce & Organizational Development\" alt=\"Workforce Center Logo_SLU\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Workforce-Center-Logo_SLU-300x193.png\" width=\"180\" height=\"116\" />\r\n\r\n \r\n\r\nTDI3 is proud to be partnering with The Center for Workforce & Organizational Development at Saint Louis University for the worldwide launch of The Decision Intelligence Institute Training Initiative.\r\n\r\nFor more information, please visit the Education page.','Upcoming Educational Opportunities','','inherit','closed','open','','23-revision-9','','','2013-10-09 22:11:22','2013-10-10 03:11:22','',23,'http://www.tdi3.org/?p=83',0,'revision','',0),(84,2,'2013-10-11 15:46:01','2013-10-11 20:46:01','Denver, CO – October 15, 2013 – The Decision Intelligence Institute International (TDI3) today announced its formation and incorporation as a non-profit organization dedicated to the advancement of Decision Intelligence, an emerging business discipline. Under the direction of Margaret Johnson, Acting Executive Director, and a Board of Directors comprised of leaders from the business and organizational community, TDI3 provides education, resources, standards, certifications, and knowledge sharing, fostering a global network of those sharing the Decision Intelligence vision.\r\n\r\nMembership is open to any organization, government, or individual, worldwide, that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence community.\r\n\r\nAccording to Johnson, “Decision Intelligence is a business discipline based in science, and supported by critical thinking from industry visionaries. We felt that forming an institute to support this discipline would promote organic growth and provide a forum for global knowledge-sharing.”\r\n\r\nQuantellia, LLC has signed on as the first corporate sponsor of TDI3<sub>.</sub>, and Saint Louis University’s Center for Workforce & Organizational Development is the Institute’s first education partner.\r\n\r\nDr. Lorien Pratt, Chief Scientist and Founder at Quantellia, commented that \"TDI3 will form the hub of the new Decision Intelligence ecosystem. It will provide the opportunity to share information and knowledge with fellow members who share the Decision Intelligence vision.\" Says Pratt, \"In this way, it will be a catalyst for the growth of this new discipline, which has the potential to solve many of the world\'s most important problems. I am so excited that Quantellia is the organization\'s first sponsor.\"\r\n\r\nThe Institute will launch its educational initiative with training workshops in St. Louis, Missouri, on November 12 and 13, at The Center for Workforce & Organizational Development at Saint Louis University. <a title=\"Center Registration Link\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">(Registration information link.)</a>\r\n\r\nFor more information about TDI3, please visit the website <a href=\"http://www.tdi3.org\">http://www.tdi3.org</a>.','New Institute Formed for Advancement of Decision Intelligence','','publish','closed','open','','new-institute-formed-for-advancement-of-decision-intelligence','','','2013-10-12 22:08:18','2013-10-13 03:08:18','',0,'http://www.tdi3.org/?p=84',0,'post','',0),(85,2,'2013-10-11 15:45:33','2013-10-11 20:45:33','Denver, CO – October 15, 2013 – The Decision Intelligence Institute International (TDI<sub>3</sub>) today announced its formation and incorporation as a non-profit organization dedicated to the advancement of Decision Intelligence, an emerging business discipline. Under the direction of Margaret Johnson, Acting Executive Director, and a seven-member Board of Directors comprised of leaders from the business and organizational community, TDI3 provides education, resources, standards, certifications, and knowledge sharing, fostering a global network of those sharing the Decision Intelligence vision.\n\nMembership is open to any organization, government, or individual, worldwide, that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence community.\n\nAccording to Johnson, “Decision Intelligence is a business discipline based in science, and supported by critical thinking from industry visionaries. We felt that forming an institute to support this discipline would promote organic growth and provide a forum for global knowledge-sharing.”\n\nQuantellia, LLC has signed on as the first corporate sponsor of TDI<sub>3.</sub>, and Saint Louis University’s Center for Workforce & Organizational Development has signed on as the Institute’s first education partner.\n\nTDI3 will not charge a fee for membership, and will self-fund based on value provided and selected by its members. “We regard a regular newsletter and knowledge-sharing forums as information that should be available to anyone who wishes it, without a fee. Our funding will come from educational events, corporate sponsorships, conferences, and, within the year, certifications,” Johnson stated.\n\nThe Institute will launch its educational initiative with training workshops in St. Louis, Missouri, on November 12 and 13, at The Center for Workforce & Organizational Development at Saint Louis University.\n\nFor more information about TDI3, please visit the website <a href=\"http://www.tdi3.org\">http://www.tdi3.org</a>.','New Institute Formed for Advancement of Decision Intelligence','','inherit','closed','open','','84-revision','','','2013-10-11 15:45:33','2013-10-11 20:45:33','',84,'http://www.tdi3.org/?p=85',0,'revision','',0),(86,2,'2013-10-12 22:03:01','2013-10-13 03:03:01','Denver, CO – October 15, 2013 – The Decision Intelligence Institute International (TDI3) today announced its formation and incorporation as a non-profit organization dedicated to the advancement of Decision Intelligence, an emerging business discipline. Under the direction of Margaret Johnson, Acting Executive Director, and a Board of Directors comprised of leaders from the business and organizational community, TDI3 provides education, resources, standards, certifications, and knowledge sharing, fostering a global network of those sharing the Decision Intelligence vision.\n\nMembership is open to any organization, government, or individual, worldwide, that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence community.\n\nAccording to Johnson, “Decision Intelligence is a business discipline based in science, and supported by critical thinking from industry visionaries. We felt that forming an institute to support this discipline would promote organic growth and provide a forum for global knowledge-sharing.”\n\nQuantellia, LLC has signed on as the first corporate sponsor of TDI3<sub>.</sub>, and Saint Louis University’s Center for Workforce & Organizational Development is the Institute’s first education partner.\n\nDr. Lorien Pratt, Chief Scientist and Founder at Quantellia, commented that \"TDI3 will form the hub of the new Decision Intelligence ecosystem. It will provide the opportunity to share information and knowledge with fellow members who share the Decision Intelligence vision.\" Says Pratt, \"In this way, it will be a catalyst for the growth of this new discipline, which has the potential to solve many of the world\'s most important problems. I am so excited that Quantellia is the organization\'s first sponsor.\"\n\nThe Institute will launch its educational initiative with training workshops in St. Louis, Missouri, on November 12 and 13, at The Center for Workforce & Organizational Development at Saint Louis University. <a title=\"Center Registration Link\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">(Registration information link.)</a>\n\nFor more information about TDI3, please visit the website <a href=\"http://www.tdi3.org\">http://www.tdi3.org</a>.','New Institute Formed for Advancement of Decision Intelligence','','inherit','closed','open','','84-autosave','','','2013-10-12 22:03:01','2013-10-13 03:03:01','',84,'http://www.tdi3.org/?p=86',0,'revision','',0),(87,2,'2013-10-09 22:12:09','2013-10-10 03:12:09','<h3>St. Louis, Missouri</h3>\r\n<h4>November 12 and 13, 2013</h4>\r\n<img class=\"wp-image-55 alignleft\" title=\"SLU Center for Workforce & Organizational Development\" alt=\"Workforce Center Logo_SLU\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Workforce-Center-Logo_SLU-300x193.png\" width=\"180\" height=\"116\" />\r\n\r\n \r\n\r\nTDI3 is proud to be partnering with The Center for Workforce & Organizational Development at Saint Louis University for the worldwide launch of The Decision Intelligence Institute Training Initiative.\r\n\r\nFor more information, please visit the Education page.','Upcoming Educational Opportunities','','inherit','closed','open','','23-revision-10','','','2013-10-09 22:12:09','2013-10-10 03:12:09','',23,'http://www.tdi3.org/?p=87',0,'revision','',0),(88,2,'2013-10-11 15:46:01','2013-10-11 20:46:01','Denver, CO – October 15, 2013 – The Decision Intelligence Institute International (TDI<sub>3</sub>) today announced its formation and incorporation as a non-profit organization dedicated to the advancement of Decision Intelligence, an emerging business discipline. Under the direction of Margaret Johnson, Acting Executive Director, and a seven-member Board of Directors comprised of leaders from the business and organizational community, TDI3 provides education, resources, standards, certifications, and knowledge sharing, fostering a global network of those sharing the Decision Intelligence vision.\r\n\r\nMembership is open to any organization, government, or individual, worldwide, that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence community.\r\n\r\nAccording to Johnson, “Decision Intelligence is a business discipline based in science, and supported by critical thinking from industry visionaries. We felt that forming an institute to support this discipline would promote organic growth and provide a forum for global knowledge-sharing.”\r\n\r\nQuantellia, LLC has signed on as the first corporate sponsor of TDI<sub>3.</sub>, and Saint Louis University’s Center for Workforce & Organizational Development has signed on as the Institute’s first education partner.\r\n\r\nTDI3 will not charge a fee for membership, and will self-fund based on value provided and selected by its members. “We regard a regular newsletter and knowledge-sharing forums as information that should be available to anyone who wishes it, without a fee. Our funding will come from educational events, corporate sponsorships, conferences, and, within the year, certifications,” Johnson stated.\r\n\r\nThe Institute will launch its educational initiative with training workshops in St. Louis, Missouri, on November 12 and 13, at The Center for Workforce & Organizational Development at Saint Louis University.\r\n\r\nFor more information about TDI3, please visit the website <a href=\"http://www.tdi3.org\">http://www.tdi3.org</a>.','New Institute Formed for Advancement of Decision Intelligence','','inherit','closed','open','','84-revision-2','','','2013-10-11 15:46:01','2013-10-11 20:46:01','',84,'http://www.tdi3.org/?p=88',0,'revision','',0),(89,2,'2013-10-12 21:53:41','2013-10-13 02:53:41','Denver, CO – October 15, 2013 – The Decision Intelligence Institute International (TDI3) today announced its formation and incorporation as a non-profit organization dedicated to the advancement of Decision Intelligence, an emerging business discipline. Under the direction of Margaret Johnson, Acting Executive Director, and a Board of Directors comprised of leaders from the business and organizational community, TDI3 provides education, resources, standards, certifications, and knowledge sharing, fostering a global network of those sharing the Decision Intelligence vision.\r\n\r\nMembership is open to any organization, government, or individual, worldwide, that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence community.\r\n\r\nAccording to Johnson, “Decision Intelligence is a business discipline based in science, and supported by critical thinking from industry visionaries. We felt that forming an institute to support this discipline would promote organic growth and provide a forum for global knowledge-sharing.”\r\n\r\nQuantellia, LLC has signed on as the first corporate sponsor of TDI3<sub>.</sub>, and Saint Louis University’s Center for Workforce & Organizational Development is the Institute’s first education partner.\r\n\r\nTDI3 will not charge a fee for membership, and will self-fund based on value provided and selected by its members. “We regard a regular newsletter and knowledge-sharing forums as information that should be available to anyone who wishes it, without a fee. Our funding will come from educational events, corporate sponsorships, conferences, and, within the year, certifications,” Johnson stated.\r\n\r\nThe Institute will launch its educational initiative with training workshops in St. Louis, Missouri, on November 12 and 13, at The Center for Workforce & Organizational Development at Saint Louis University. <a title=\"Center Registration Link\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">(Registration information link.)</a>\r\n\r\nFor more information about TDI3, please visit the website <a href=\"http://www.tdi3.org\">http://www.tdi3.org</a>.','New Institute Formed for Advancement of Decision Intelligence','','inherit','closed','open','','84-revision-3','','','2013-10-12 21:53:41','2013-10-13 02:53:41','',84,'http://www.tdi3.org/?p=89',0,'revision','',0),(90,2,'2013-10-12 21:55:38','2013-10-13 02:55:38','Denver, CO – October 15, 2013 – The Decision Intelligence Institute International (TDI3) today announced its formation and incorporation as a non-profit organization dedicated to the advancement of Decision Intelligence, an emerging business discipline. Under the direction of Margaret Johnson, Acting Executive Director, and a Board of Directors comprised of leaders from the business and organizational community, TDI3 provides education, resources, standards, certifications, and knowledge sharing, fostering a global network of those sharing the Decision Intelligence vision.\r\n\r\nMembership is open to any organization, government, or individual, worldwide, that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence community.\r\n\r\nAccording to Johnson, “Decision Intelligence is a business discipline based in science, and supported by critical thinking from industry visionaries. We felt that forming an institute to support this discipline would promote organic growth and provide a forum for global knowledge-sharing.”\r\n\r\nQuantellia, LLC has signed on as the first corporate sponsor of TDI3<sub>.</sub>, and Saint Louis University’s Center for Workforce & Organizational Development is the Institute’s first education partner.\r\n\r\nTDI3 will not charge a fee for membership, and will self-fund based on value provided and selected by its members. “We regard a regular newsletter and knowledge-sharing forums as information that should be available to anyone who wishes it, without a fee. Our funding will come from educational events, corporate sponsorships, conferences, and, within the year, certifications,” Johnson stated.\r\n\r\nThe Institute will launch its educational initiative with training workshops in St. Louis, Missouri, on November 12 and 13, at The Center for Workforce & Organizational Development at Saint Louis University. <a title=\"Center Registration Link\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">(Registration information link.)</a>\r\n\r\nFor more information about TDI3, please visit the website <a href=\"http://www.tdi3.org\">http://www.tdi3.org</a>.','New Institute Formed for Advancement of Decision Intelligence','','inherit','closed','open','','84-revision-4','','','2013-10-12 21:55:38','2013-10-13 02:55:38','',84,'http://www.tdi3.org/?p=90',0,'revision','',0),(91,2,'2013-10-12 22:01:58','2013-10-13 03:01:58','Denver, CO – October 15, 2013 – The Decision Intelligence Institute International (TDI3) today announced its formation and incorporation as a non-profit organization dedicated to the advancement of Decision Intelligence, an emerging business discipline. Under the direction of Margaret Johnson, Acting Executive Director, and a Board of Directors comprised of leaders from the business and organizational community, TDI3 provides education, resources, standards, certifications, and knowledge sharing, fostering a global network of those sharing the Decision Intelligence vision.\r\n\r\nMembership is open to any organization, government, or individual, worldwide, that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence community.\r\n\r\nAccording to Johnson, “Decision Intelligence is a business discipline based in science, and supported by critical thinking from industry visionaries. We felt that forming an institute to support this discipline would promote organic growth and provide a forum for global knowledge-sharing.”\r\n\r\nQuantellia, LLC has signed on as the first corporate sponsor of TDI3<sub>.</sub>, and Saint Louis University’s Center for Workforce & Organizational Development is the Institute’s first education partner.\r\n\r\nDr. Lorien Pratt, Chief Scientist and Founder at Quantellia, commented that \"TDI3 will form the hub of the new Decision Intelligence ecosystem. It will provide the opportunity to share information and knowledge with fellow members who share the Decision Intelligence vision.\" Says Pratt, \"In this way, it will be a catalyst for the growth of this new discipline, which has the potential to solve many of the world\'s most important problems. I am so excited that Quantellia is the organization\'s first sponsor.\"\r\n\r\nThe Institute will launch its educational initiative with training workshops in St. Louis, Missouri, on November 12 and 13, at The Center for Workforce & Organizational Development at Saint Louis University. <a title=\"Center Registration Link\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">(Registration information link.)</a>\r\n\r\nFor more information about TDI3, please visit the website <a href=\"http://www.tdi3.org\">http://www.tdi3.org</a>.','New Institute Formed for Advancement of Decision Intelligence','','inherit','closed','open','','84-revision-5','','','2013-10-12 22:01:58','2013-10-13 03:01:58','',84,'http://www.tdi3.org/?p=91',0,'revision','',0),(92,2,'2013-10-09 17:46:37','2013-10-09 22:46:37','Unlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.\r\n\r\nJoin us! We are changing the world by changing the way decisions are made.\r\n<p style=\"text-align: center;\"><img class=\"size-medium wp-image-75 aligncenter\" alt=\"Membership\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Team-Rah-300x300.jpg\" width=\"300\" height=\"300\" /></p>','Membership','','inherit','closed','open','','60-revision-13','','','2013-10-09 17:46:37','2013-10-09 22:46:37','',60,'http://www.tdi3.org/?p=92',0,'revision','',0),(93,2,'2013-10-12 22:37:36','2013-10-13 03:37:36',' \r\n\r\nUnlike most professional educational institutions and organizations, <strong>TDI3 does not charge a fee for membership. </strong>Membership is free and open to any who are interested in participating in the Institute.\r\n\r\nOur philosophy is simple: Members should only contribute to the Institute when they are receiving something of value. We will produce a periodic newsletter and provide content that will be included as a part of your membership. We will also have \"premium\" content and merchandise that will be fee-based, which will include curriculum guides, study guides, classes (in conjunction with our education partners), and conferences.\r\n\r\nWe will, however, ask you to fill out a short contact information form and choose a membership type. This simply allows us to direct appropriate information and opportunities to you, and to keep membership records for the sake of tracking and reporting. Your information will never be sold, and will not be publicly listed on this site or elsewhere. You may occasionally receive email from one of TDI3\'s sponsors, which of course will include appropriate opt-out links.\r\n\r\nJoin us! We are changing the world by changing the way decisions are made.\r\n\r\n \r\n\r\n<img class=\"size-medium wp-image-75 aligncenter\" alt=\"Membership\" src=\"http://quantellia.com/testsite/wp-content/uploads/2013/10/Team-Rah-300x300.jpg\" width=\"300\" height=\"300\" />\r\n\r\n[formget formcode=\'6PVZ-5501\' autoresize=\'true\' height=\'773\' tab=\'page\']\r\n<p style=\"text-align: center;\"></p>','Membership','','inherit','closed','open','','60-revision-14','','','2013-10-12 22:37:36','2013-10-13 03:37:36','',60,'http://www.tdi3.org/?p=93',0,'revision','',0),(94,2,'2013-10-12 22:54:13','2013-10-13 03:54:13',' \r\n<h2>Decision Intelligence Training</h2>\r\nDates: November 12 and 13\r\nCity/State: St. Louis, Missouri\r\nPlace: Center for Workforce & Organizational Development at Saint Louis University\r\n<h3>Details:</h3>\r\nFor full information, including course outlines and registration details, visit the <a title=\"Center for Workforce & Organizational Development Registration Site\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">Center for Workforce & Organizational Development website</a>.\r\n\r\nEvery decade or so, a new business discipline is born. Did you know that there was a time before project planning? Before Business Intelligence? Before Business Process Management?\r\n\r\nToday, Decision Intelligence is the next such breakthrough: it is a proven approach that has saved hundreds of millions of dollars for organizations worldwide. It brings the best of Big Data, Predictive Analytics, Deep Learning, and Systems Modeling to every role in the organization, including executive management, program managers, and quantitative modeling experts.\r\n\r\nJoin us for this half- or full-day workshop, <i>Getting Started with Decision Intelligence</i> plus, optionally, <i>Decision Intelligence Hands-On.</i>\r\n\r\n<strong>Session 1</strong>: Getting Started with Decision Intelligence\r\nChoose one of these two sessions on November 12: 8AM to 12Noon <span style=\"text-decoration: underline;\">OR</span> 4PM to 8PM\r\n\r\n<strong>Session 2</strong>: Decision Intelligence Hands-On\r\nAdd one of these two sessions on November 13: 8AM to 12Noon <span style=\"text-decoration: underline;\">OR</span> 4PM to 8PM\r\n\r\nFull details, including course outlines, pricing and availability, are available on the <a title=\"Center for Workforce & Organizational Development Registration Site\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">Center for Workforce & Organizational Development website</a>.','Education','','publish','closed','open','','membership-2','','','2013-10-12 23:21:49','2013-10-13 04:21:49','',0,'http://www.tdi3.org/?page_id=94',0,'page','',0),(95,2,'2013-10-12 22:53:55','2013-10-13 03:53:55',' \n\nUpcoming Education Opportunities\n<p style=\"padding-left: 30px;\">Dates: November 12 and 13\nCity/State: St. Louis, Missouri\nEducation Center: Center for Workforce & Organizational Development\nat Saint Louis University</p>','Membership','','inherit','closed','open','','94-revision','','','2013-10-12 22:53:55','2013-10-13 03:53:55','',94,'http://www.tdi3.org/?p=95',0,'revision','',0),(100,2,'2013-10-12 22:55:51','2013-10-13 03:55:51',' \r\n<h2>Upcoming Education Opportunities</h2>\r\nDates: November 12 and 13\r\nCity/State: St. Louis, Missouri\r\nPlace: Center for Workforce & Organizational Development at Saint Louis University','Education','','inherit','closed','open','','94-revision-5','','','2013-10-12 22:55:51','2013-10-13 03:55:51','',94,'http://www.tdi3.org/?p=100',0,'revision','',0),(96,2,'2013-10-12 22:54:13','2013-10-13 03:54:13',' ','','','publish','closed','open','','96','','','2013-10-12 23:09:34','2013-10-13 04:09:34','',0,'http://www.tdi3.org/?p=96',4,'nav_menu_item','',0),(97,2,'2013-10-12 22:54:13','2013-10-13 03:54:13',' \r\n<h2>Upcoming Education Opportunities</h2>\r\n<p style=\"padding-left: 30px;\">Dates: November 12 and 13\r\nCity/State: St. Louis, Missouri\r\nEducation Center: Center for Workforce & Organizational Development\r\nat Saint Louis University</p>','Membership','','inherit','closed','open','','94-revision-2','','','2013-10-12 22:54:13','2013-10-13 03:54:13','',94,'http://www.tdi3.org/?p=97',0,'revision','',0),(98,2,'2013-10-12 22:55:07','2013-10-13 03:55:07',' \r\n<h2>Upcoming Education Opportunities</h2>\r\nDates: November 12 and 13\r\nCity/State: St. Louis, Missouri\r\nPlace: Center for Workforce & Organizational Development at Saint Louis University','Membership','','inherit','closed','open','','94-revision-3','','','2013-10-12 22:55:07','2013-10-13 03:55:07','',94,'http://www.tdi3.org/?p=98',0,'revision','',0),(99,2,'2013-10-12 22:55:15','2013-10-13 03:55:15',' \r\n<h2>Upcoming Education Opportunities</h2>\r\nDates: November 12 and 13\r\nCity/State: St. Louis, Missouri\r\nPlace: Center for Workforce & Organizational Development at Saint Louis University','Education','','inherit','closed','open','','94-revision-4','','','2013-10-12 22:55:15','2013-10-13 03:55:15','',94,'http://www.tdi3.org/?p=99',0,'revision','',0),(101,2,'2013-10-12 22:56:38','2013-10-13 03:56:38',' \r\n<h2>Upcoming Education Opportunities</h2>\r\nDates: November 12 and 13\r\nCity/State: St. Louis, Missouri\r\nPlace: Center for Workforce & Organizational Development at Saint Louis University\r\n<h3>Details:</h3>\r\nddd','Education','','inherit','closed','open','','94-revision-6','','','2013-10-12 22:56:38','2013-10-13 03:56:38','',94,'http://www.tdi3.org/?p=101',0,'revision','',0),(102,2,'2013-10-12 22:57:21','2013-10-13 03:57:21',' \r\n<h2>Upcoming Education Opportunities</h2>\r\nDates: November 12 and 13\r\nCity/State: St. Louis, Missouri\r\nPlace: Center for Workforce & Organizational Development at Saint Louis University\r\n<h3>Details:</h3>\r\nddd','Education','','inherit','closed','open','','94-revision-7','','','2013-10-12 22:57:21','2013-10-13 03:57:21','',94,'http://www.tdi3.org/?p=102',0,'revision','',0),(103,2,'2013-10-12 23:06:58','2013-10-13 04:06:58',' \n<h2>Decision Intelligence Training</h2>\nDates: November 12 and 13\nCity/State: St. Louis, Missouri\nPlace: Center for Workforce & Organizational Development at Saint Louis University\n<h3>Details:</h3>\nFor full information and registration details, visit the <a title=\"Center for Workforce & Organizational Development Registration Site\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">Center for Workforce & Organizational Development website</a>.\n\nEvery decade or so, a new business discipline is born. Did you know that there was a time before project planning? Before Business Intelligence? Before Business Process Management?\n\nToday, Decision Intelligence is the next such breakthrough: it is a proven approach that has saved hundreds of millions of dollars for organizations worldwide. It brings the best of Big Data, Predictive Analytics, Deep Learning, and Systems Modeling to every role in the organization, including executive management, program managers, and quantitative modeling experts.\n\nJoin us for this half- or full-day workshop, <i>Getting Started with Decision Intelligence</i> plus, optionally, <i>Decision Intelligence Hands-On.</i>\n\nSession 1: Getting Started with Decision Intelligence\nChoose one of these two sessions on November 12: 8AM to 12Noon OR 4PM to 8PM\n\nSession 2: Decision Intelligence Hands-On\nAdd one of these two sessions on November 13: 8AM to 12Noon or 4PM to 8PM\n\nFull details','Education','','inherit','closed','open','','94-autosave','','','2013-10-12 23:06:58','2013-10-13 04:06:58','',94,'http://www.tdi3.org/?p=103',0,'revision','',0),(104,2,'2013-10-12 22:57:38','2013-10-13 03:57:38',' \r\n<h2>Upcoming Education Opportunities</h2>\r\nDates: November 12 and 13\r\nCity/State: St. Louis, Missouri\r\nPlace: Center for Workforce & Organizational Development at Saint Louis University\r\n<h3>Details:</h3>\r\nddd','Education','','inherit','closed','open','','94-revision-8','','','2013-10-12 22:57:38','2013-10-13 03:57:38','',94,'http://www.tdi3.org/?p=104',0,'revision','',0),(105,2,'2013-10-12 23:07:25','2013-10-13 04:07:25',' \r\n<h2>Decision Intelligence Training</h2>\r\nDates: November 12 and 13\r\nCity/State: St. Louis, Missouri\r\nPlace: Center for Workforce & Organizational Development at Saint Louis University\r\n<h3>Details:</h3>\r\nFor full information and registration details, visit the <a title=\"Center for Workforce & Organizational Development Registration Site\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">Center for Workforce & Organizational Development website</a>.\r\n\r\nEvery decade or so, a new business discipline is born. Did you know that there was a time before project planning? Before Business Intelligence? Before Business Process Management?\r\n\r\nToday, Decision Intelligence is the next such breakthrough: it is a proven approach that has saved hundreds of millions of dollars for organizations worldwide. It brings the best of Big Data, Predictive Analytics, Deep Learning, and Systems Modeling to every role in the organization, including executive management, program managers, and quantitative modeling experts.\r\n\r\nJoin us for this half- or full-day workshop, <i>Getting Started with Decision Intelligence</i> plus, optionally, <i>Decision Intelligence Hands-On.</i>\r\n\r\nSession 1: Getting Started with Decision Intelligence\r\nChoose one of these two sessions on November 12: 8AM to 12Noon OR 4PM to 8PM\r\n\r\nSession 2: Decision Intelligence Hands-On\r\nAdd one of these two sessions on November 13: 8AM to 12Noon or 4PM to 8PM\r\n\r\nFull details, including pricing and availability, are available on the <a title=\"Center for Workforce & Organizational Development Registration Site\" href=\"https://register.workforcecenter.slu.edu/dev_students.asp?action=browse&main=Professional+Development&sub1=Decision+Intelligence&misc=352\" target=\"_blank\">Center for Workforce & Organizational Development website</a>.','Education','','inherit','closed','open','','94-revision-9','','','2013-10-12 23:07:25','2013-10-13 04:07:25','',94,'http://www.tdi3.org/?p=105',0,'revision','',0),(109,2,'2013-10-22 13:21:43','2013-10-22 18:21:43','<h1>History</h1>\r\nTDI3 was incorporated as a not-for-profit organization in October, 2013 to address the educational and business requirements of the emerging business discipline: Decision Intelligence.\r\n\r\nHaving identified a need to provide unbiased, science-based education in this domain, a group of dedicated individuals made the decision to form this open, industry-leading institute. Membership is open to any organization, government, or individual that wishes to learn more about Decision Intelligence, to participate in the conversation, and to be a part of the growing Decision Intelligence constituency.\r\n\r\n \r\n<h1>Leadership</h1>\r\nTDI3 is led by an Executive Director, governed by a Board of Directors, and led by an Advisory Board of visionaries, industry leaders, and generally smart people with whom we are honored to be associated.\r\n\r\nPhotos and bios coming soon.\r\n\r\n \r\n<h1>Membership</h1>\r\nFor membership information, please visit the Membership page of this site.','About TDI3','','inherit','closed','open','','13-revision-6','','','2013-10-22 13:21:43','2013-10-22 18:21:43','',13,'http://www.tdi3.org/?p=109',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) 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=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(84,6,0),(15,3,0),(23,4,0),(28,3,0),(80,3,0),(71,3,0),(33,8,0),(96,3,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) 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=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'link_category','',0,7),(3,3,'nav_menu','',0,5),(4,4,'category','',0,1),(5,5,'category','',0,0),(6,6,'category','',0,1),(7,7,'category','',0,0),(8,8,'category','',0,1),(9,9,'post_format','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) 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=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'General','general',0),(2,'Blogroll','blogroll',0),(3,'MainNav','mainnav',0),(4,'Education','education',0),(5,'Articles','articles',0),(6,'Press','press',0),(7,'Membership','membership',0),(8,'Home Page','home-page',0),(9,'post-format-gallery','post-format-gallery',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) 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=MyISAM AUTO_INCREMENT=47 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','lorienpratt'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','8'),(15,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\";}'),(16,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(17,2,'first_name','Margaret'),(18,2,'last_name','Johnson'),(19,2,'nickname','Margaret Johnson'),(20,2,'description',''),(21,2,'rich_editing','true'),(22,2,'comment_shortcuts','false'),(23,2,'admin_color','fresh'),(24,2,'use_ssl','0'),(25,2,'show_admin_bar_front','true'),(26,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(27,2,'wp_user_level','10'),(28,2,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media'),(29,1,'nav_menu_recently_edited','3'),(30,1,'wp_user-settings','editor=tinymce&hidetb=1'),(31,1,'wp_user-settings-time','1381339472'),(32,1,'closedpostboxes_page','a:0:{}'),(33,1,'metaboxhidden_page','a:4:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";}'),(34,2,'aim',''),(35,2,'yim',''),(36,2,'jabber',''),(37,2,'wp_dashboard_quick_press_last_post_id','107'),(38,2,'wp_user-settings','libraryContent=browse&hidetb=1'),(39,2,'wp_user-settings-time','1381636449'),(40,2,'nav_menu_recently_edited','3'),(41,2,'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\";}'),(42,2,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(43,2,'closedpostboxes_page','a:0:{}'),(44,2,'metaboxhidden_page','a:6:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:11:\"commentsdiv\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";i:5;s:12:\"revisionsdiv\";}'),(45,2,'closedpostboxes_post','a:1:{i:0;s:9:\"formatdiv\";}'),(46,2,'metaboxhidden_post','a:8:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";i:7;s:12:\"revisionsdiv\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'lorienpratt','$P$BfpbTmQm4xwFV3x5rCXrEu5IO3A0Be.','lorienpratt','lorien.pratt@quantellia.com','','2013-10-08 02:52:39','',0,'lorienpratt'),(2,'Margaret Johnson','$P$BieltIx5sMTsl5mVoreLSTY0O6Fg450','margaret-johnson','mj@quantellia.com','http://www.decisionnut.com','2013-10-09 17:11:32','',0,'Margaret Johnson'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_037cc9e_1' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2014-02-26 4:35:51