-- MySQL dump 10.11 -- -- Host: sql30.modules Database: 95870-1 -- ------------------------------------------------------ -- Server version 5.0.51a-24+lenny5-log /*!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=2 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 */; INSERT INTO `wp_commentmeta` VALUES (1,3,'_wp_trash_meta_status','0'); /*!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_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=4 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 */; INSERT INTO `wp_comments` VALUES (3,184,'Dionaura','carlosfelipe.13@hotmail.com','http://www.mangueiraplastica.com','82.243.156.192','2012-05-17 09:59:59','2012-05-17 07:59:59','cool one...http://www.mangueiraplastica.com',0,'spam','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',0,0); /*!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=12 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 (11,'http://www.netvibes.com/ddec22#Ecoles','Sites d'établissements','','_blank','','Y',1,0,'0000-00-00 00:00:00','me','',''),(10,'http://digitalcreatifs.ddec22.asso.fr','Digital Créatifs','','_blank','Créations numériques en collèges et en lycées','Y',1,0,'0000-00-00 00:00:00','me','',''),(8,'http://www.ddec22.fr','Ddec 22','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(9,'http://clipart.ddec22.asso.fr','Clip'Art','','_blank','Le site du projet de création de films d\'animation à l\'école primaire et en maternelle.','Y',1,0,'0000-00-00 00:00:00','me','',''); /*!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, `blog_id` int(11) NOT NULL default '0', `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=2069 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 (4,0,'users_can_register','0','yes'),(6,0,'start_of_week','1','yes'),(7,0,'use_balanceTags','','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','','yes'),(10,0,'comments_notify','1','yes'),(11,0,'posts_per_rss','10','yes'),(12,0,'rss_use_excerpt','0','yes'),(13,0,'mailserver_url','mail.example.com','yes'),(14,0,'mailserver_login','login@example.com','yes'),(15,0,'mailserver_pass','password','yes'),(16,0,'mailserver_port','110','yes'),(17,0,'default_category','1','yes'),(18,0,'default_comment_status','closed','yes'),(19,0,'default_ping_status','closed','yes'),(20,0,'default_pingback_flag','','yes'),(21,0,'default_post_edit_rows','10','yes'),(22,0,'posts_per_page','10','yes'),(23,0,'date_format','j F Y','yes'),(24,0,'time_format','g:i A','yes'),(25,0,'links_updated_date_format','F j, Y g:i a','yes'),(26,0,'links_recently_updated_prepend','','yes'),(27,0,'links_recently_updated_append','','yes'),(28,0,'links_recently_updated_time','120','yes'),(29,0,'comment_moderation','1','yes'),(30,0,'moderation_notify','1','yes'),(31,0,'permalink_structure','','yes'),(32,0,'gzipcompression','0','yes'),(33,0,'hack_file','0','yes'),(34,0,'blog_charset','UTF-8','yes'),(35,0,'moderation_keys','','no'),(36,0,'active_plugins','a:3:{i:0;s:39:\"mce-table-buttons/mce_table_buttons.php\";i:1;s:25:\"wp-cumulus/wp-cumulus.php\";i:2;s:43:\"wp-native-dashboard/wp-native-dashboard.php\";}','yes'),(38,0,'category_base','','yes'),(39,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,0,'advanced_edit','0','yes'),(41,0,'comment_max_links','2','yes'),(42,0,'gmt_offset','','yes'),(43,0,'default_email_category','1','yes'),(45,0,'template','ddecinnovebleujaune5','yes'),(46,0,'stylesheet','ddecinnovebleujaune5','yes'),(47,0,'comment_whitelist','','yes'),(48,0,'blacklist_keys','','no'),(49,0,'comment_registration','','yes'),(50,0,'rss_language','en','yes'),(51,0,'html_type','text/html','yes'),(52,0,'use_trackback','0','yes'),(53,0,'default_role','subscriber','yes'),(54,0,'db_version','19470','yes'),(55,0,'uploads_use_yearmonth_folders','1','yes'),(56,0,'upload_path','','yes'),(57,0,'blog_public','1','yes'),(58,0,'default_link_category','2','yes'),(59,0,'show_on_front','page','yes'),(60,0,'tag_base','','yes'),(61,0,'show_avatars','1','yes'),(62,0,'avatar_rating','G','yes'),(63,0,'upload_url_path','','yes'),(64,0,'thumbnail_size_w','150','yes'),(65,0,'thumbnail_size_h','150','yes'),(66,0,'thumbnail_crop','1','yes'),(67,0,'medium_size_w','300','yes'),(68,0,'medium_size_h','300','yes'),(69,0,'avatar_default','mystery','yes'),(70,0,'enable_app','','yes'),(71,0,'enable_xmlrpc','1','yes'),(72,0,'large_size_w','1024','yes'),(73,0,'large_size_h','1024','yes'),(74,0,'image_default_link_type','file','yes'),(75,0,'image_default_size','','yes'),(76,0,'image_default_align','','yes'),(77,0,'close_comments_for_old_posts','','yes'),(78,0,'close_comments_days_old','14','yes'),(79,0,'thread_comments','','yes'),(80,0,'thread_comments_depth','5','yes'),(81,0,'page_comments','','yes'),(82,0,'comments_per_page','50','yes'),(83,0,'default_comments_page','newest','yes'),(84,0,'comment_order','asc','yes'),(85,0,'sticky_posts','a:0:{}','yes'),(86,0,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,0,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(88,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(90,0,'embed_autourls','1','yes'),(91,0,'embed_size_w','','yes'),(92,0,'embed_size_h','600','yes'),(93,0,'page_for_posts','0','yes'),(94,0,'page_on_front','2','yes'),(95,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(96,0,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:9:\"Recherche\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,0,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:17:\"Derniers articles\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,0,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,0,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,0,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,0,'sidebars_widgets','a:12:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:13:\"vmenuwidget-2\";i:1;s:10:\"wp-cumulus\";i:2;s:7:\"pages-2\";i:3;s:10:\"calendar-2\";i:4;s:7:\"links-2\";i:5;s:5:\"rss-2\";i:6;s:17:\"recent-comments-2\";i:7;s:12:\"categories-2\";i:8;s:10:\"archives-2\";i:9;s:6:\"meta-2\";i:10;s:10:\"nav_menu-2\";i:11;s:8:\"search-3\";}s:19:\"primary-widget-area\";a:4:{i:0;s:8:\"search-2\";i:1;s:11:\"tag_cloud-2\";i:2;s:14:\"recent-posts-2\";i:3;s:7:\"links-4\";}s:21:\"secondary-widget-area\";a:1:{i:0;s:13:\"loginwidget-2\";}s:21:\"first-top-widget-area\";a:0:{}s:22:\"second-top-widget-area\";a:0:{}s:24:\"first-bottom-widget-area\";a:0:{}s:25:\"second-bottom-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\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(244,0,'theme_mods_twentyten','a:3:{i:0;b:0;s:12:\"header_image\";s:83:\"http://ddec22.asso.fr/innove/wp-content/themes/twentyten/images/headers/inkwell.jpg\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:14;}}','yes'),(102,0,'cron','a:3:{i:1338330456;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:1338373665;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'),(2067,0,'_site_transient_timeout_theme_roots','1338297444','yes'),(2068,0,'_site_transient_theme_roots','a:12:{s:19:\"ddecinnoveBleuJaune\";s:7:\"/themes\";s:20:\"ddecinnoveBleuJaune2\";s:7:\"/themes\";s:20:\"ddecinnovebleuJaune3\";s:7:\"/themes\";s:20:\"ddecinnovebleujaune5\";s:7:\"/themes\";s:5:\"easel\";s:7:\"/themes\";s:8:\"graphene\";s:7:\"/themes\";s:14:\"magazine-basic\";s:7:\"/themes\";s:6:\"motion\";s:7:\"/themes\";s:8:\"platform\";s:7:\"/themes\";s:9:\"suffusion\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}','yes'),(109,0,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(211,0,'default_post_format','0','yes'),(146,0,'wp-native-dashboard','O:8:\"stdClass\":6:{s:7:\"version\";s:3:\"1.0\";s:9:\"installed\";b:0;s:21:\"enable_login_selector\";s:1:\"1\";s:24:\"enable_profile_extension\";s:1:\"1\";s:24:\"enable_language_switcher\";b:0;s:21:\"cleanup_on_deactivate\";b:0;}','yes'),(110,0,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(111,0,'widget_links','a:3:{i:2;a:5:{s:6:\"images\";i:1;s:4:\"name\";i:1;s:11:\"description\";i:0;s:6:\"rating\";i:0;s:8:\"category\";i:0;}i:4;a:5:{s:6:\"images\";i:1;s:4:\"name\";i:1;s:11:\"description\";i:1;s:6:\"rating\";i:0;s:8:\"category\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(112,0,'widget_tag_cloud','a:2:{i:2;a:2:{s:5:\"title\";s:10:\"Mots-clefs\";s:8:\"taxonomy\";s:8:\"post_tag\";}s:12:\"_multiwidget\";i:1;}','yes'),(113,0,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(212,0,'db_upgraded','','yes'),(647,0,'_transient_timeout_feed_4cd9ef0e1bc06d56fa418944572590ff','1307483189','no'),(648,0,'_transient_feed_4cd9ef0e1bc06d56fa418944572590ff','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress | Suomi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"http://fi.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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Suomi\";s: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:\"Thu, 26 May 2011 08:34:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/?v=3.2-beta2-18161\";s:7:\"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:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress 3.1.3 suomeksi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://fi.wordpress.org/2011/05/26/wordpress-3-1-3-suomeksi/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://fi.wordpress.org/2011/05/26/wordpress-3-1-3-suomeksi/#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, 26 May 2011 06:24: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Julkaisut\";s: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:19:\"tietoturvapäivitys\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://fi.wordpress.org/?p=103\";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:519:\"WordPress 3.1.3 on nyt saatavilla myös suomenkielisenä. Päivitys sisältää useita tietoturvaa vahvistavia parannuksia. Muun muassa muiden kuin kirjoittajien käyttäjänimien haistelu on estetty ja tiedostojen siirron tietoturvaa on lisätty sellaisilla palveluntarjoajilla, joilla on vaaralliset tietoturva-asetukset. Samalla julkaistiin WordPress 3.2 Beta 2 (ei suomeksi). WP:n seuraava versio julkaistaneen kesäkuun loppupuolella. Lue tarkemmin muutoksista englanniksi Mark Jaquithin blogikirjoituksesta. [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Daniel Koskinen\";s: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:808:\"

WordPress 3.1.3 on nyt saatavilla myös suomenkielisenä. Päivitys sisältää useita tietoturvaa vahvistavia parannuksia. Muun muassa muiden kuin kirjoittajien käyttäjänimien haistelu on estetty ja tiedostojen siirron tietoturvaa on lisätty sellaisilla palveluntarjoajilla, joilla on vaaralliset tietoturva-asetukset. Samalla julkaistiin WordPress 3.2 Beta 2 (ei suomeksi). WP:n seuraava versio julkaistaneen kesäkuun loppupuolella.

\n

Lue tarkemmin muutoksista englanniksi Mark Jaquithin blogikirjoituksesta.

\n

Lataa WordPress 3.1.3 suomeksi tästä tai käytä automaattista päivitystyökalua.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://fi.wordpress.org/2011/05/26/wordpress-3-1-3-suomeksi/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"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:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WordPress 3.1.2 suomeksi : tietoturvapäivitys\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://fi.wordpress.org/2011/04/28/wordpress-3-1-2-suomeksi-tietoturvapaivitys/\";s: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:88:\"http://fi.wordpress.org/2011/04/28/wordpress-3-1-2-suomeksi-tietoturvapaivitys/#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, 28 Apr 2011 04:08: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Julkaisut\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://fi.wordpress.org/?p=100\";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:384:\"WordPress 3.1.2 korvaa haavoittuvuuden, joka antoi joissain tilanteissa avustaja-tason käyttäjille mahdollisuuden julkaista artikkeleita. Lisäksi muutama bugi on korjattu. Päivitystä suositellaan kaikille, mutta erityisesti niille, joilla on sivustollaan avustaja-tason käyttäjiä. Asenna uusi versio käyttämällä automaattista päivitystyökalua, tai manuaalisesti tästä.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Daniel Koskinen\";s: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:546:\"

WordPress 3.1.2 korvaa haavoittuvuuden, joka antoi joissain tilanteissa avustaja-tason käyttäjille mahdollisuuden julkaista artikkeleita. Lisäksi muutama bugi on korjattu. Päivitystä suositellaan kaikille, mutta erityisesti niille, joilla on sivustollaan avustaja-tason käyttäjiä.

\n

Asenna uusi versio käyttämällä automaattista päivitystyökalua, tai manuaalisesti tästä.

\n\";s: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:84:\"http://fi.wordpress.org/2011/04/28/wordpress-3-1-2-suomeksi-tietoturvapaivitys/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:\"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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress 3.1.1 suomeksi: tietoturva- ja bugipäivitys\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://fi.wordpress.org/2011/04/06/wordpress-3-1-1-suomeksi-tietoturva-ja-bugipaivitys/\";s: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:96:\"http://fi.wordpress.org/2011/04/06/wordpress-3-1-1-suomeksi-tietoturva-ja-bugipaivitys/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Apr 2011 13:01: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Julkaisut\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://fi.wordpress.org/?p=97\";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:395:\"WordPress 3.1.1 on nyt saatavilla suomeksi. Päivitys sisältää muun muassa joitakin korjauksia mediakirjaston tietoturvaan ja yleiseen suorituskykyyn. Suomenkieliseen pakettiin on lisäksi korjattu joitakin käännösmokia, joita pääsi lipsahtamaan 3.1-versioon. Lisätietoja englanniksi Ryanin kirjoituksesta. Päivitä sivustosi ohjauspaneelista automaattisesti tai lataa paketti tästä.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Daniel Koskinen\";s: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:597:\"

WordPress 3.1.1 on nyt saatavilla suomeksi. Päivitys sisältää muun muassa joitakin korjauksia mediakirjaston tietoturvaan ja yleiseen suorituskykyyn. Suomenkieliseen pakettiin on lisäksi korjattu joitakin käännösmokia, joita pääsi lipsahtamaan 3.1-versioon. Lisätietoja englanniksi Ryanin kirjoituksesta.

\n

Päivitä sivustosi ohjauspaneelista automaattisesti tai lataa paketti tästä.

\n\";s: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:92:\"http://fi.wordpress.org/2011/04/06/wordpress-3-1-1-suomeksi-tietoturva-ja-bugipaivitys/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:\"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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Kauan odotettu WordPress 3.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:64:\"http://fi.wordpress.org/2011/02/24/kauan-odotettu-wordpress-3-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:73:\"http://fi.wordpress.org/2011/02/24/kauan-odotettu-wordpress-3-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Feb 2011 08:22: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Julkaisut\";s: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:3:\"3.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:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Suomeksi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://fi.wordpress.org/?p=85\";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:521:\"Uusin WordPress on nyt saatavilla suomeksi. WordPress 3.1 “Reinhardt” on nimetty jazz-kitaristi Django Reinhardtin mukaan. Voit ladata koko paketin tai päivittää sen sivustosi ohjausnäkymästä. Tässä julkaisussa on uusi hieno tapa lisätä linkkejä, mikä tekee sivuston sisäiset linkitykset helpoksi. Uusi hallintapalkki sisältää tärkeimmät linkit suoraan ohjausnäkymään. Kirjoitusnäkymistä on oletusarvoisesti piilotettu harvoin käytetyt osiot uusilta käyttäjiltä, aloittelevien [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Daniel Koskinen\";s: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:1228:\"

Uusin WordPress on nyt saatavilla suomeksi. WordPress 3.1 “Reinhardt” on nimetty jazz-kitaristi Django Reinhardtin mukaan. Voit ladata koko paketin tai päivittää sen sivustosi ohjausnäkymästä.

\n

Tässä julkaisussa on uusi hieno tapa lisätä linkkejä, mikä tekee sivuston sisäiset linkitykset helpoksi. Uusi hallintapalkki sisältää tärkeimmät linkit suoraan ohjausnäkymään. Kirjoitusnäkymistä on oletusarvoisesti piilotettu harvoin käytetyt osiot uusilta käyttäjiltä, aloittelevien kirjoittajien käyttökokemuksen parantamiseksi (Näyttöasetukset-välilehdeltä saat ne takaisin). Myös sininen hallintanäkymän ulkoasu on päivitetty raikkaammaksi.

\n

Artikkelimuodoista ja monista muista kehittäjiä hyödyttävistä uudistuksista voit lukea alkuperäisestä Mattin blogiartikkelista.

\n

Lataa WordPress 3.1 suomeksi.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://fi.wordpress.org/2011/02/24/kauan-odotettu-wordpress-3-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:\"6\";s: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:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Tietoturvapäivitys: WordPress 3.0.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://fi.wordpress.org/2011/02/08/tietoturvapaivitys-wordpress-3-0-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://fi.wordpress.org/2011/02/08/tietoturvapaivitys-wordpress-3-0-5/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Feb 2011 13:01:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Julkaisut\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://fi.wordpress.org/?p=82\";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:267:\"Luultavasti viimeinen päivitys ennen uutta 3.1-versiota, WordPress 3.0.5 parantaa järjestelmän yleistä tietoturvaa. Päivitys kannattaa asentaa erityisesti sivustoille, joille voi rekisteröityä vapaasti. Lisätietoja englanniksi. Lataa WordPress 3.0.5 suomeksi.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Daniel Koskinen\";s: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:408:\"

Luultavasti viimeinen päivitys ennen uutta 3.1-versiota, WordPress 3.0.5 parantaa järjestelmän yleistä tietoturvaa. Päivitys kannattaa asentaa erityisesti sivustoille, joille voi rekisteröityä vapaasti. Lisätietoja englanniksi.

\n

Lataa WordPress 3.0.5 suomeksi.

\n\";s: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:75:\"http://fi.wordpress.org/2011/02/08/tietoturvapaivitys-wordpress-3-0-5/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Kriittinen tietoturvapäivitys: WordPress 3.0.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://fi.wordpress.org/2010/12/30/kriittinen-tietoturvapaivitys-wordpress-3-0-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://fi.wordpress.org/2010/12/30/kriittinen-tietoturvapaivitys-wordpress-3-0-4/#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, 30 Dec 2010 07:28: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Julkaisut\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://fi.wordpress.org/?p=78\";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:303:\"Sopivasti kesken joululomien julkaistu 3.0.4 korjaa WordPressin HTML:n “putsauskirjastossa” (KSES) olleen haavoittuvuuden. Päivitystä suositellaan välittömästi kaikille sivustoille. Lisätietoja englanniksi. Lataa WordPress 3.0.4 tai käytä sivustosi automaattista päivitystyökalua.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Daniel Koskinen\";s: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:434:\"

Sopivasti kesken joululomien julkaistu 3.0.4 korjaa WordPressin HTML:n “putsauskirjastossa” (KSES) olleen haavoittuvuuden. Päivitystä suositellaan välittömästi kaikille sivustoille. Lisätietoja englanniksi.

\n

Lataa WordPress 3.0.4 tai käytä sivustosi automaattista päivitystyökalua.

\n\";s: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:86:\"http://fi.wordpress.org/2010/12/30/kriittinen-tietoturvapaivitys-wordpress-3-0-4/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:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Tärkeä tietoturvapäivitys: WordPress 3.0.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://fi.wordpress.org/2010/12/09/tarkea-tietoturvapaivitys-wordpress-3-0-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://fi.wordpress.org/2010/12/09/tarkea-tietoturvapaivitys-wordpress-3-0-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Dec 2010 01:06: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Julkaisut\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://fi.wordpress.org/?p=74\";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:415:\"Tämä toinen tietoturvapäivitys viikon sisään korjaa WordPressin etäjulkaisussa olleen haavoittuvuuden. Päivitys on tarpeellinen vain, jos etäjulkaisu on otettu käyttöön sivuston kirjoitusasetuksista. Lisätietoja englanniksi. WordPress 3.1 betan käyttäjille: päivitä uusimpaan kehitysversioon niin saat samat paikkaukset! Lataa WordPress 3.0.3 tai käytä sivustosi automaattista päivitystyökalua.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Daniel Koskinen\";s: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:553:\"

Tämä toinen tietoturvapäivitys viikon sisään korjaa WordPressin etäjulkaisussa olleen haavoittuvuuden. Päivitys on tarpeellinen vain, jos etäjulkaisu on otettu käyttöön sivuston kirjoitusasetuksista. Lisätietoja englanniksi.

\n

WordPress 3.1 betan käyttäjille: päivitä uusimpaan kehitysversioon niin saat samat paikkaukset!

\n

Lataa WordPress 3.0.3 tai käytä sivustosi automaattista päivitystyökalua.

\n\";s: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:82:\"http://fi.wordpress.org/2010/12/09/tarkea-tietoturvapaivitys-wordpress-3-0-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:56:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WordPress 3.1 beta 1 suomeksi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://fi.wordpress.org/2010/12/02/wordpress-3-1-beta-1-suomeksi/\";s: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:74:\"http://fi.wordpress.org/2010/12/02/wordpress-3-1-beta-1-suomeksi/#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, 02 Dec 2010 00:15: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:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:12:\"Beta-versiot\";s: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:3:\"3.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:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"Kehitysversio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"Suomeksi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://fi.wordpress.org/?p=71\";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:539:\"WordPress 3.1:den ensimmäinen beta on nyt ladattavissa Tiedostot-sivulta suomeksi. Uusia ominaisuuksia tulevassa WordPressissä on ainakin linkkihakemisto, josta voit hakea aiempiin artikkeleihin ja sivuihin liitettyjä linkkejä sivustollasi ja liittää suoraan artikkeliisi, ilman, että sinun tarvitsee kirjoittaa osoitetta. Muita mielenkiintoisia uudistuksia ovat sarakkeiden  järjestely ja uudistettu ajax-käyttöliittymä hakutoiminnossa hallinnassa. Myös uudistettu sininen hallinnan väriteema on tutustumisen arvoinen. [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Christian\";s: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:1053:\"

WordPress 3.1:den ensimmäinen beta on nyt ladattavissa Tiedostot-sivulta suomeksi. Uusia ominaisuuksia tulevassa WordPressissä on ainakin linkkihakemisto, josta voit hakea aiempiin artikkeleihin ja sivuihin liitettyjä linkkejä sivustollasi ja liittää suoraan artikkeliisi, ilman, että sinun tarvitsee kirjoittaa osoitetta. Muita mielenkiintoisia uudistuksia ovat sarakkeiden  järjestely ja uudistettu ajax-käyttöliittymä hakutoiminnossa hallinnassa. Myös uudistettu sininen hallinnan väriteema on tutustumisen arvoinen. Huomaa: Tämä on kehitysversio, jota ei suositella käytettävän vilkkaalla sivustolla tai minkään kävijöille suunnatun sivuston alustana. kehitysversiot ovat suunnattuja kehittäjille ja uteliaille, jotka haluavat tutustua tuleviin ominaisuuksiin ja testata toimivuutta. On suositeltavaa, että asennat kehitysversion vain sivustolle, jolla ei ole kävijävirtaa. Ohjelman virheettömästä toiminnasta ei siis ole takuuta.

\n\";s: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:70:\"http://fi.wordpress.org/2010/12/02/wordpress-3-1-beta-1-suomeksi/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Tärkeä tietoturvapäivitys: WordPress 3.0.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:77:\"http://fi.wordpress.org/2010/12/01/tarkea-tietoturvapaivitys-wordpress-3-0-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:86:\"http://fi.wordpress.org/2010/12/01/tarkea-tietoturvapaivitys-wordpress-3-0-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, 01 Dec 2010 07:32:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Julkaisut\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://fi.wordpress.org/?p=67\";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:480:\"WordPress 3.0.2 paikkaa keskitason tietoturva-aukon, joka mahdollistaa joissain tilanteissa sivuston haltuun ottamisen (ilkeille) kirjoittaja-tason käyttäjille. Lisäksi se paikkaa joitakin bugeja ja parantaa yleisesti WordPressin tietoturvaa. Päivitys on erittäin suositeltava, ellei jopa pakollinen! Lisätietoa englanniksi. Suomenkielisille käyttäjille on myös pieni bonus Ohjausnäkymässä. Lataa WordPress 3.0.2 tai käytä sivustosi automaattista päivitystyökalua.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Daniel Koskinen\";s: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:726:\"

WordPress 3.0.2 paikkaa keskitason tietoturva-aukon, joka mahdollistaa joissain tilanteissa sivuston haltuun ottamisen (ilkeille) kirjoittaja-tason käyttäjille. Lisäksi se paikkaa joitakin bugeja ja parantaa yleisesti WordPressin tietoturvaa. Päivitys on erittäin suositeltava, ellei jopa pakollinen! Lisätietoa englanniksi.

\n

Suomenkielisille käyttäjille on myös pieni bonus Ohjausnäkymässä. \':)\'

\n

Lataa WordPress 3.0.2 tai käytä sivustosi automaattista päivitystyökalua.

\n\";s: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:82:\"http://fi.wordpress.org/2010/12/01/tarkea-tietoturvapaivitys-wordpress-3-0-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:\"6\";s: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:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress 3.0 suomeksi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://fi.wordpress.org/2010/07/17/wordpress-3-0-suomeksi/\";s: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:67:\"http://fi.wordpress.org/2010/07/17/wordpress-3-0-suomeksi/#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, 17 Jul 2010 15:57:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Julkaisut\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://fi.wordpress.org/?p=40\";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:450:\"WordPress 3.0:n kääntäminen oli iso projekti, koska käännettävää oli huomattavasti enemmän kuin aiemmissa versioissa, mutta se on viimein täällä! Hei! WordPress 3.0 (nimi Thelonious) tuo mukanaan monia hienoja uusia ominaisuuksia, kuten uuden ilmeen hallintaan, uuden oletusteeman, Twenty Tenin, mukautetut valikot sekä ehkä merkittävimpänä uudistuksena on, että WordPress MU -versio tulee itse WordPressin mukana, eikä nä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:9:\"Christian\";s: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:2198:\"

WordPress 3.0:n kääntäminen oli iso projekti, koska käännettävää oli huomattavasti enemmän kuin aiemmissa versioissa, mutta se on viimein täällä!

\n

Hei! WordPress 3.0 (nimi Thelonious) tuo mukanaan monia hienoja uusia ominaisuuksia, kuten uuden ilmeen hallintaan, uuden oletusteeman, Twenty Tenin, mukautetut valikot sekä ehkä merkittävimpänä uudistuksena on, että WordPress MU -versio tulee itse WordPressin mukana, eikä näin ollen vaadi enää erikseen lataamista toiselta sivustolta.  Tämä päivitys tuo myös mukanaan 1 217 vikakorjausta ja ominaisuusparannusta, joka on yksi hyvä syy lisää päivittää!

\n

Merkittävät uudistukset

\n\n\n\n\n

Voit lukea lisää ominaisuuksista ja WP:stä ja sen kehittäjistä sekä katsoa videon täältä. Lataa oma suomennoksesi täältä.

\n

Kiitokset seuraaville henkilöille, jotka osallistuivat käännökseen ja näin mahdollistivat suomenkielisen WordPressin:

\n

arkimedia (Mikko Virenius)

\n

basixix

\n

Christian H. (apuasi)

\n

Daniel Koskinen

\n

ensio1

\n

hpguru (Jyri Väätäinen)

\n

Ollifin

\n

Pettis

\n\";s: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:63:\"http://fi.wordpress.org/2010/07/17/wordpress-3-0-suomeksi/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s: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:29:\"http://fi.wordpress.org/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, 07 Jun 2011 09:46:28 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:34:\"http://fi.wordpress.org/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 26 May 2011 08:34:40 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(551,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1301983793','no'),(552,0,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPCandy: Digging Into WordPress has been updated for 3.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://feedproxy.google.com/~r/wpcandy/~3/X44txcWPE8I/digging-into-wordpress-3-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:1556:\"

\"Digging

Digging Into WordPress, a book by Chris Coyier and Jeff Starr, has been updated to include new features of WordPress 3.1. Digging Into WordPress is a 400+ page WordPress resource that the guys self publish. Scores of people will vouch for it as an impeccable resource for any developer.

The new edition includes what they call a “complete guide” to 3.1, an improved chapter on the Loop, and some general tweaks to “improve overall quality and accuracy.”

As in the past, they are offering DigWP in two ways, via hard copy or pdf. The pdf is available now for $27, and includes lifetime updates and some free themes. Free updates is no small feature, I’ll add, as they are currently on revision 8. The hard copy isn’t quite ready, but will be full color, spiral bound, and include a downloadable copy of the pdf and other features.

As an added bonus, they’re giving away a straggling copy of DigWP 3.0, which has sold out, to a lucky commenter on the blog post.

So, do you own Digging Into WordPress already, or other WordPress books? If not, what’s the holdup?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 Apr 2011 15:18:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:62:\"Weblog Tools Collection: WordPress and the Undraggable Widgets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9854\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/ly4j19YsKLk/\";s: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:1305:\"

If you’re a new WordPress users, or perhaps even a veteran, you may have noticed an inability to work with your widgets at Appearance -> Widgets in your Dashboard. This is fortunately not common, but it can lead to a ton of confusion and many hours of frustrating attempts to fix it.

\n

First, make sure that your browser has JavaScript enabled. This is usually the most common cause of the issue, and fortunately the easiest to fix.

\n

If your browser does have JavaScript enabled, use an FTP or SFTP client to access your server and a plain text editor to edit your wp-config.php file. Once the file is open, add define(\'CONCATENATE_SCRIPTS\', false); below the define(\'DB_HOST\' line and save the file.

\n

In most cases, one of the two methods will work for you. If you’re still having trouble, stop by the WordPress Support Forums for further assistance.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 Apr 2011 13:00:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"WPTavern: Optimize Images Via Smush.it\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/ZMZ6zTKwiFk/optimize-images-via-smush-it\";s: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:1367:\"

WordPress blog owners can install the free WordPress plugin WP-Smush.it that uses Yahoo’s Smush.it service to reduce the size of images. The plugin works automatically in the background: It sends all uploaded images to Yahoo’s image compression service and uploads that optimized version to the server, instead of the unoptimized original version.

\n

via Reduce Page Loading Time With WP-Smush.it For Wordpress Blogs.

\n

Smush.it definitely looks like an interesting service to quickly optimize your page loading speeds with shrunken images. However, it’s a pity you can’t perform a batch optimization for multiple images within the plugin although there is a roundabout way of doing it.

\n\n\n

Related posts:

  1. OpenCamp – Randy Hoyt – Images In WordPress
  2. \n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 2011 09:03: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: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:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WPTavern: 6 Alternatives To 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://feedproxy.google.com/~r/WordpressTavern/~3/wavHmCCEu10/6-alternatives-to-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:991:\"

If you’re worried about paying for Akismet in the future or are curious as to what some of the alternatives are, check out this plugin roundup via Themergency where Bradvin takes a look at six alternatives.

\n\n\n

Related posts:

  1. Akismet Looking For New Testimonials
  2. \n
  3. WebBoy Fights Spam – Akismet Comic
  4. \n
  5. Akismet – State of Web Spam
  6. \n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 2011 08:44:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:29:\"Matt: Wu-Tang Meets Blue Note\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ma.tt/2011/04/wu-blue/\";s: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:241:\"

Logan Walters reinterprets classic Wu-Tang covers in the Blue Note aesthetic:

\n

\n

Hat tip: Patrick Jarenwattananone.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 Apr 2011 03:21:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"WPCandy: WordPress Community Links: Akismet the dog edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feedproxy.google.com/~r/wpcandy/~3/funSgQSAE4Q/akismet-the-dog-edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5633:\"

\"\"

One thing you can pretty much be guaranteed: if you artistically immortalize something in the WordPress family as an animal, we will highlight your work on this blog. It’s just going to happen.

This week’s edition of community links brings a number of interesting reads, some pro-level tutorials, and a number of resources you’ll want to hold on to. What more could you want?

Let’s get straight to the links.

First up are good ‘ole fashioned blog posts:

Next we have a few tutorials to amp up that brain of yours:

And finally, a few items you might want to bookmark for future use:

That’s it for this week’s community links. If you have a link you think should be in our weekly roundup, please do contact 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:\"Sun, 03 Apr 2011 21:42: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:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:133:\"WordPress.tv: Amanda Gonzalez: Pimp My Content | 9 content tips and techniques to transform your website into a successful sales tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=5744\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2011/04/03/amanda-gonzalez-pimp-my-content/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1831:\"
\n
\n
\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"
\"Amanda
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Apr 2011 17:26:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"James Collins\";s: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:57:\"Weblog Tools Collection: WordPress Theme Releases for 4/3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9846\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Y0aBq9ZPnMU/\";s: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:1652:\"

\"\"

\n

Baza Noclegowa is a clean, clear, and light theme for blogs, corporate websites, and big portals as well.

\n

\"\"

\n

Citrus is based on greens and oranges, and available in narrow (2 column), medium (2 column), and wide (3 column) varieties.

\n

\"\"

\n

MyPhoto is a very clean and elegant theme created specifically with photography, portfolio, and other gallery type sites in mind.

\n

\"\"

\n

Space Weapons is a two column theme, perfect for personal blogs and space enthusiasts.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Apr 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"WPTavern: WebBoy Fights Spam – Akismet Comic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5220\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/WordpressTavern/~3/o7OjTUN05-0/webboy-fights-spam-akismet-comic\";s: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:956:\"

WebBoy – Episode 1 | WebBoy. Pretty cool comic showing WebBoy has he fights a battle against spam with his trusty sidekick, Akismet. This is one of the coolest uses of the horizontal slider I’ve seen in awhile.

\n\n\n

Related posts:

  1. Akismet – State of Web Spam
  2. \n
  3. Akismet Looking For New Testimonials
  4. \n
  5. Is Akismet Still Free?
  6. \n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2011 23:15:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"WPCandy: WordPress tomfoolery abounds on April Fool’s 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:27:\"http://wpcandy.com/?p=16523\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://feedproxy.google.com/~r/wpcandy/~3/E-tcMB8FNVU/april-fools-day-2011-wordpress-pranks\";s: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:5810:\"

\"\"

April 1st always brings the fun, doesn’t it? Everyone seems to feel the pull to play around and haul out some creative lies on April Fool’s Day. The swath of pranks may only be outweighed by groaning about the day on Twitter.  We abstained on WPCandy this year, though we did catch a few folks in the WordPress community happy to carry on the proud internet tradition of trying to make people believe in things that aren’t true.

Come to think of it, April Fool’s Day on the internet might not be very different from every other day on the internet.

In any case, we’ve gathered up the WordPress pranks we caught on to in the post below, just after the jump. If you caught something we missed, please share it in the comments. While you’re there, why don’t you weight in on April Fool’s Day pranks: are they worth a chuckle or a waste of your time?

Page.ly announces launch of Dog.ly and Cat.ly

\"\"

Joshua Strebel started the pranks off early this morning with the announcement of Dog.ly and Cat.ly, or a “WordPress service for pets”. According to their press release, “With so many rabid pet owners opening Twitter accounts, creating Facebook pages and even writing blogs, a solution was needed to take some of the pressure off.”

Can’t really argue with them there.

My favorite part of the fake press release is where they discuss the biggest tweaks to the WordPress admin:

Major changes to the interface include a new PawFriendly editor and translation on the fly, allowing dogs to use their familiar barks and cats to purr incessantly until something appears on the page.

You can enjoy the fun on their blog.

WordPress.com Stats trick users with a traffic spike

\"\"

Here’s one that will take you from excitement, to cold realization, to a knowing smile: reports have come in that WordPress.com Stats users today were treated with an apparent traffic spike, though only in appearance (see the image above for an in-Dashboard example, provided by @spigot on Twitter).

As long as your daily emotional highs and lows don’t depend on your traffic counts, this one shouldn’t have bothered you. In other words, this prank crushed my soul today.

Sucuri Security vulnerability prank brings attention, few laughs

\"\"

Unfortunately this one falls in the “jokes that didn’t bring much joyous laughter today” category. The post has been redacted, but originally described a WordPress backdoor planted in a non-existent WordPress file. A WPCandy reader provided a quote of the original post:

Btw, we have not reported this to WordPress yet, because we think that it is not just a bug, but a careful planted backdoor (probably by Matt, their lead developer). We will explain it in details (yes, full disclosure). We are also calling all WordPress users to get together and sue WordPress.org, Automattic and everyone else involved.

After a brief spurt of reactions in the comments and on Twitter, Sucuri pulled the prank and apologized for the inconvenience.

Free Mystique theme adds unicorns to post comments

\"\"

It seems Mystique, a free theme from Digital Nature, added unicorns to the theme’s comment threads today. The method used was explained in a comment on their blog, along with a number of other confused, annoyed users. It’s probably fair to chalk this one up to more fizzle than fun, as well.

Anything we missed?

If you caught a WordPress prank, or even a great April Fool’s Day prank that you enjoyed, chime in and share with us in the comments. If you’d like, weigh in on what’s appropriate to joke about in a prank. What do you think of those listed above?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Apr 2011 22:57:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:45:\"BuddyPress: Scheduled Maintenance – April 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://buddypress.org/?p=1406\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2011/04/scheduled-maintenance-april-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:301:\"

During the day of Monday, April 4, we will be taking BuddyPress.org down to perform some routine maintenance. This will effect profiles.wordpress.org as well. We’re not doing anything fancy yet, just updating some of the inner workings to pave the way for future updates and enhancements.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Apr 2011 22:30: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:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:39:\"Akismet: Akismet Fights Spam for WebBoy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.akismet.com/?p=541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2011/04/01/akismet-fights-spam-for-webboy/\";s: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:2396:\"

\"\"\"\"The internet has a new super hero: WebBoy made his first appearance today. And we couldn’t be more pleased that he’s making use of his trusty plugin, Akismet.

\n

We’ve seen some great tributes to Akismet over the last few years, but this one must be among the best. If you know of any others that we should be aware of (or would like to make one yourself!) please let us know in the comments.

\n
\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Apr 2011 20:42:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Pete\";s: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:53:\"WordPress.tv: Dan Milward: Games Powered By WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=5742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.tv/2011/04/01/dan-milward-games-powered-by-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1808:\"
\n
\n
\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"
\"Dan
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Apr 2011 14:28: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:13:\"James Collins\";s: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:58:\"Weblog Tools Collection: WordPress Plugin Releases for 4/1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9843\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/hOePmdPRg7M/\";s: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:1196:\"

New plugins

\n

Disable XMLRPC Methods allows you to only enable/disable the specific XML-RPC methods you need.

\n

Latest Tweets Tooltip allows you to show the latest tweets about a certain word or phrase in a draggable and resizable jQuery tooltip window.

\n

Updated plugins

\n

Health Check will perform a number of checks on your WordPress install to detect common configuration errors and known issues.

\n

Posts 2 Posts is a foundational plugin that allows you to create connections directly between posts of any type.

\n

WordPress Beta Tester provides an easy way to get involved with Beta testing WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"WPTavern: WordCamp Seattle 2011 – Great Keynotes, Awesome Speakers, Amazing 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:31:\"http://www.wptavern.com/?p=5213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"http://feedproxy.google.com/~r/WordpressTavern/~3/H9quQHhlLtQ/wordcamp-seattle-2011-great-keynotes-awesome-speakers-amazing-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:3896:\"
This is a guest blog post written by Nick Ohrn, one of the co-organizers for WordCamp Seattle 2011, You can also follow him on Twitter.
\n
\"wordcamp

WordCamp Seattle April 16th, 2011

\n

I’m Nick Ohrn and I’m one of the co-organizers for the Seattle WordPress meetup as well as WordCamp Seattle. Jeff has graciously allowed me to write an article for WP Tavern about WordCamp Seattle and why you should go.

\n

I’ll cut straight to the chase – WordCamp Seattle 2011 is going to be amazing. First, we already have a vibrant and thriving community of WordPress users and developers in Seattle. Our monthly meetup has 300+ members and the March meeting had 90+ actual attendees.

\n

Next, WordCamp Seattle 2011 features two keynote sessions that are going to knock people’s socks off. The opening day keynote is by Scott Berkun of Automattic. Scott will be talking about the WordPress.com product, how Automattic decides what features go into WordPress.com and eventually make there way into the self hosted version of WordPress and how a distributed company like Automattic works on a practical level.

\n

The end of day keynote session will be an interview session with Alex King of Crowd Favorite, an early WordPress contributor and amazing business man. I’ll be conducting the interview on stage (similar to the SxSW fireside chat format) and we’re going to be discussing how he came upon WordPress, what he thinks of the WordPress community, how he sees open source work evolving, what the deal was with WP Help Center and more. It’ll be a can’t miss.

\n

Finally, there is a ton of awesome content lined up for the rest of the day. I’m not going to delineate the speakers in this post (but you should check out the schedule) but I know a lot of them personally and am very excited to learn new and interesting things.

\n

If you’re on the fence about WordPress Seattle and you think you can make it, I highly recommend you do so. We dropped the ticket prices because we have garnered a lot of support from sponsors across the industry, so you can get in for $30. If you can make it, I highly suggest buying a ticket and joining us as we make this one of the best WordCamps ever.

\n\n\n

Related posts:

  1. WordCamp Montreal 2011 Looking For Speakers
  2. \n
  3. Buy My WordCamp Chicago Ticket
  4. \n
  5. WordCamp Columbus Looking For More Speakers
  6. \n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Apr 2011 10:05:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:64:\"WPCandy: Fill out your own bracket for WPCandy’s Theme Madness\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://feedproxy.google.com/~r/wpcandy/~3/qfxGqBzr5jQ/wpcandy-theme-madness-2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5665:\"

\"\"

If you’re a fan of March Madness, you may be bummed seeing that this year’s days of filling out brackets and anxiously awaiting winners are coming to an end soon. We have just the thing for you. Throughout the month of April we will be running our own madness: WPCandy Theme Madness 2011!

Theme Madness is a competition of our own creation, where various WordPress theme shops will face off head to head each week to ultimately win the coveted WPCandy trophy and, ultimately, worldwide fame and superstardom.

Before the games begin we are accepting bracket submissions over here, so head on over and fill out yours so you can play along:

Fill out and submit your WPCandy Theme Madness bracket!

We’ll be starting the games up on April 11, at which point the fun will really begin. We have more details on Theme Madness and how it will work after the jump (as well as a picture of the trophy!), so be sure to click through.

Wait wait wait—what’s this all about?

In short, this month we’re running Theme Madness 2011 at WPCandy. This means:

And yes, the trophy below is legit:

\"\"

Participation in the bracket competition is completely free, just head over and fill out your bracket to participate. You can also download a full size, logo-filled version of the brackets. We are limiting it to one bracket per person, so choose the winners wisely.

After you’ve filled out your bracket, I would encourage you to consider the $5/month option for powering WPCandy. We love the support, and during April we will also be sending all new $5 subscriptions straight to the WordPress Foundation. So you can support WPCandy and WordPress itself. I don’t even know how many wins that is, but it’s at least a handful or two.

The competitors

What’s a month of madness without theme companies to compete with one another? The small image below will bring you to a PDF containing the full bracket with everyone on it. Have a look and then be sure to fill out your own bracket to join in the fun.

\"\"

Each match between theme shops will be decided by the noise fans make, both in a poll and on Twitter. Social weight can swing any which way, so don’t necessarily go thinking that the biggest shops will win. It’s anyone’s game!

Finally, a few disclaimers:

So what does everyone think? Which shops will end up in the in the final four? Who will win? How crazy awesome is that mint trophy?

Links to care about:

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Mar 2011 16:30:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:61:\"WPCandy: WPCandy Podcast 017: Producership Power Hour edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpcandy/~3/XAeDwa03Ulk/episode-017\";s: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:2725:\"

\"\"

I’m happy to humbly offer up episode 17 of the WPCandy Podcast, deemed the Producership Power Hour edition. In it Brian Krogsgard and I talk the latest WordPress news, perhaps slightly too much inside baseball, and thoroughly entertain ourselves.

Jump straight to those silky smooth sounds here:

This week we discussed:

Brian’s pick was a Chrome extension called WriteSpace, and mine was a WordPress plugin called Live Blogging.

Subscribe to the show on iTunes, or directly to the RSS feed. As always you can send any emails you would like to have included on the show to podcast@wpcandy.com. Download links are after the jump.

If you would like to download the podcast in MP3 format directly, you can do so here.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Mar 2011 14:17:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:72:\"Weblog Tools Collection: ThemeSorter: The Latest Premium Theme Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9839\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/CGN_V2eXNGI/\";s: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:794:\"

ThemeSorter, a new WordPress premium theme directory, launched recently with an impressive catalogue and is on track to take the premium theme directory industry by storm.

\n

Unlike recent premium theme directories, ThemeSorter’s layout is very basic and straight-forward, but what it lacks in a flashy interface it makes up for with data and organization. With access to several sellers and a huge catalogue, ThemeSorter’s themes are organized via formats, niches, colors, and styles.

\n

What do you think of ThemeSorter’s contribution to the world of premium theme directories?

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Mar 2011 13:00:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:30:\"Akismet: Akismet stats changes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://blog.akismet.com/?p=534\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://blog.akismet.com/2011/03/31/akismet-stats-changes/\";s: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:2482:\"

If you regularly check your Akismet stats page – that’s in the Dashboard menu of wp-admin if you use WordPress – you might notice some changes soon. That’s because we’re working on some improvements to the way spam stats are recorded and displayed. We plan to make stats more useful for those who need it most, particularly those who use Akismet to monitor forum posts, tweets and so on.

\n

We’ll announce new features here on the Akismet blog and on Twitter, so if you haven’t already, subscribe or follow to keep up.

\n

If you’re the developer of an application, plugin or module that uses Akismet, now is a great time to get in touch via our contact form. We’d love to hear from you and we can help you take advantage of some of our forthcoming improvements.

\n
\"\" \"\" \"\" \"\" \"\" \"\" \"\" \"\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Mar 2011 11:43: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:39:\"Dev Blog: WordPress Summer of Code 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1756\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2992:\"

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

\n

GSoC Logistics:

\n\n

WordPress logistics:

\n\n

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

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Mar 2011 15:57:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/30\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/cr19ExbiezM/\";s: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:1814:\"

\"\"

\n

Blue Grey White is a clean, clear, light and readable theme with a modern header and shadows.

\n

\"\"

\n

Minimal Stream is a minimal WordPress theme that supports asides, galleries, and status formats.

\n

\"\"

\n

Revista is a very clean magazine/blog style WordPress theme that comes with an Apple Leopard Inspired space header and a slick gray color scheme.

\n

\"\"

\n

TwentyTen Extended is a child theme of the default WordPress theme TwentyTen with ThemeKit for WordPress integrated so that users have the option of changing the theme styles without editing any code.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Mar 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:28:\"WPTavern: TwentyTen Extended\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://feedproxy.google.com/~r/WordpressTavern/~3/x_7DHVxdLBM/twentyten-extended\";s: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:434:\"

TwentyTen Extended – add Color to the Default WordPress Theme – TwentyTen child theme that makes it easy to change the colors of various elements without editing or writing code.

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 23:05:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:75:\"WPCandy: WPVibe, a blog about WordPress, has been put up for sale on Flippa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16425\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpcandy/~3/T5U6z0mllSI/wpvibe-has-been-put-up-for-sale-on-flippa\";s: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:1897:\"

\"\"

As of today the WordPress blog WPVibe has been put up for sale via Flippa. The reserve price is set at $2,000 (or $10,000 to buy it now) and the listing itself will close in 29 days. All of the relevant stats and figures can be found on the Flippa listing.

WPVibe was started by Dre Armeda (of Sucuri Security CubicTwo) and Jonathan Dingman, both WordPress developers, in 2009 as an independent WordPress news and community blog. A noble endeavor, if I do say so myself. In regards to selling and moving on from WPVibe, Armeda said:

WPVibe was never considered something we were going to do for revenue. The thought for WPV was to make it a viable WordPress resource, and we’d like to see it live on and hopefully meet that potential. I’m running CubicTwo & Sucuri which are revenue streams for me, and Dingman works for Userplane, our time has become very limited.

We launched it at the end of 2009, C2 and Sucuri from my side came in early 2010. They’ve taken off and unfortunately I can’t give the needed attention to WPV for it to grow as we’d like.

Armeda also mentioned on Twitter that anyone interested in WPVibe can also contact him directly.

So who’s in the market for a WordPress blog like WPVibe’s? Or, if you were starting a WordPress-centric blog today, what would you focus it on?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Mar 2011 22:02:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:\"WPCandy: WPCandy Podcast recording live on the stream at 7:00pm ET\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16418\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://feedproxy.google.com/~r/wpcandy/~3/eh2nChqUzgQ/wpcandy-podcast-live-on-2011-3-29\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:882:\"

\"\"

Tonight Brian and I will be recording episode 17 of the WPCandy Podcast, live on the WPCandy Stream. We’ll be talking about recent WordPress news and events, as usual, and taking any topics or questions for the chat as they come.

You can join us on the stream at 7:00pm ET, which is when we’ll start it up and record the podcast.

Feel free to toss your topics of choice into the comments below so we know what you’d like to discuss. We’ll see you at 7:00pm EST tonight!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Mar 2011 20:18:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPCandy: StudioPress releases Tapestry, its first Child Theme with Post Format support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16399\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpcandy/~3/cXn7WIALyYc/studiopress-releases-tapestry-its-first-child-theme-with-post-format-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2243:\"

\"\"

After the long-awaited release of WordPress 3.1 that introduced the much talked about Post Formats, StudioPress announced Tapestry last week, their latest Child Theme for Genesis. Tapestry adds support for all the available post formats, which will be ideal for anyone wanting to do down the Tumblr-style of blog, and comes in a nice blue-ish colour. From the announcement post:

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

Says Brian Gardner, who also goes on to mention in the comments:

Believe it or not, this theme has been done for a few months now – was waiting for WP 3.1 to come out and the right time to launch.

If you are interested in Tapestry and already a StudioPress customer, then you can grab a copy for just $24.95 or $79.95 if you need access to the Genesis Framework too. Take a look at the live demo, or you can visit the release post for more info.

This is one of only a few post format enabled themes to come out since the functionality was introduced in WordPress verison 3.1. What do you think of their implementation, and do you think we’ll see more post format-enabled themes soon?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Mar 2011 18:43: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:15:\"Mark McWilliams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:27:\"Joseph: Family History Tech\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://josephscott.org/?p=3783\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://josephscott.org/archives/2011/03/family-history-tech/\";s: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:\"

Family Tech | Technology tips for genealogists and family historians..

\n

Powered by WordPress, nice! Now if they could just ditch the captcha requirement for 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, 29 Mar 2011 15:28:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:69:\"Weblog Tools Collection: Google Summer of Code Opens, WordPress Ready\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9828\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/rx7PIPHazws/\";s: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:1096:\"

The Google Summer of Code 2011 application period has begun, and WordPress is accepting applications from eager students. There’s a lot of talent out there ready to shine, and the development team is excited to see what new and great things will be brought to the world of WordPress this year.

\n

For those interested in contributing to WordPress via Google’s program, the development team has posted some tips on submitting your application and a schedule outline.

\n

If you’re a student interested in WordPress development, send in your application today and show them what you can do.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Mar 2011 13:00:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:61:\"WPTavern: So Many Commercial Themes – So Many Theme Sorters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5203\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/8P_70_M0sCY/so-many-commercial-themes-so-many-theme-sorters\";s: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:2803:\"

I’m not sure if you noticed as much as I have but there seems to be a commercial theme sorter popping up on every corner. At least, that’s the impression I get as I’ve routinely been receiving emails lately from people letting me know about the launch of their theme sorter. The newest one to launch which has over 500 themes from 19 sellers listed with a goal to reach over 1,000 by this summer is called ThemeSorter. ThemeSorter provides different ways to browse through their listing such as color, specific niche, ratings, styles, etc.

\n

Talk about an easy business model. There are so many commercial themes being developed by established companies with brand new commercial theme businesses opening shop every week that it makes sense to create a directory of sorts to try and make sense of everything. The directory has to be easy to browse, contain affiliate links to their respective theme authors and hope people go through you to purchase the theme. Special deals from those sellers wouldn’t hurt either.

\n

The question I have about all these different theme sorters is which one will gain critical mass? That is, which one will end up having a community of people or users that rate and review themes similar to customers reviewing items that have purchased from Amazon? Which one will be the go-to place that has the largest and most legit listing? I’ve heard many people request that there be a place similar to the WordPress.org theme repository but for commercial themes and these theme sorters seem to fit the bill although they don’t contain any files to download. They are informative only.

\n

If nothing else, these commercial theme aggregation sites make for a good place to get inspiration or find out what the latest designs are from the commercial theme ecosystem surrounding WordPress. How many of you have actually used one of these sites to purchase a commercial theme?

\n\n\n

Related posts:

  1. Should The WordPress Support Forum Only Support Themes From The Theme Repository?
  2. \n
  3. The Mojo On MOJO Themes
  4. \n
  5. WordPress Support Forum And Themes
  6. \n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Mar 2011 09:20:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:66:\"WPCandy: WordPress Workspaces: Pippin Williamson’s standing desk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16364\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://feedproxy.google.com/~r/wpcandy/~3/Re3brhCbkes/pippin-williamsons-wordpress-workspace\";s: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:6090:\"

\"\"

We all work with WordPress professionals every day. Not in the traditional way, of course: we use Twitter, Facebook, and blogs to work virtually with one another. And that works great. But have you ever wondered what someone’s office looked like, the desk where they spend the bulk of their lives working? I know I have.

This week Pippin Williamson, freelance WordPress developer, will be showing us around his own WordPress Workspace.

About Pippin Williamson

Pippin was born and raised in central Kansas on a commercial apple orchard operated by his parents. The orchard serves as a source of constant inspiration, even now when Pippin lives three hours away. Now based in Lawrence, KS, Pippin works as a full time freelance web developer/designer that specializes in WordPress.

You can follow him on Twitter at @pippinspages and at his blog.

Now I’ll hand it off to Pippin, so he can walk us through his WordPress Workspace.

\"\"

\"\"

\"\"

\"\"

The numbers in the above images correlate to this list:

  1. Logitech Surround Sound speakers
  2. Just Mobile iPhone 4 Stand (phone used as camera)
  3. 24” widescreen HD monitor
  4. Connected Land web cam
  5. Apple Keyboard
  6. 17” Envision LCD
  7. Logitech G5 gaming mouse
  8. 2nd 24” Dell widescreen HD
  9. iPad 2 with blue SmartCover
  10. 15” Apple Cinema Display acting as dedicated wall clock, powered by 1st generation Mac Mini
  11. All sitting on hand made, solid rock maple standing desk

1. Logitech Surround Sound speakers

It is very rare for me to not have music blasting out of these while working. I swing back and forth from heavy metal, such as System of a Down and Static X to the epic movements of Hans Zimmer. They’re getting really old, but still do the job pretty well.

2. Just Mobile iPhone 4 Stand (phone used as camera)

One of my favorite purchases from ThinkGeek.com, this little stand keeps my iPhone clean, out of the way, and at the perfect angle for texting, reading, or what have you without ever lifting the phone.

3. 24” widescreen HD monitor

One of my two 24″ monitors, this one is my dedicated web browser (Chrome) screen.

4. Connected Land web cam

Outdated when compared to the cameras in my phone, laptop, and iPad, but it’s gets the job done, even if a little pixelated.

5. Apple Keyboard

I’ll never use another keyboard, unless it’s a newer version (or simply newer in terms of use) of this one.

6. 17” Envision LCD

A relic from several years ago, this 17″ baby holds my code editor (Notepad++) and sits right in the center of my desk for the perfect viewing angle when furiously typing away code.

7. Logitech G5 gaming mouse

It’s weighted. It has three levels of manually adjustable sensitivity. It has forward back buttons for tabbing through Notepad++ windows. And it’s awesome. Enough said.

8. 2nd 24” Dell widescreen HD

The newest addition to my screen collection, this is my Photoshop / FTP / Skype real estate.

9. iPad 2 with blue SmartCover

Brand spankin’ new, the iPad doesn’t serve a lot of purpose on my desk, except to act as a dedicated Pandora machine. And a damn nice one at that.

10. 15” Apple Cinema Display acting as dedicated wall clock, powered by 1st generation Mac Mini

While obscenely silly, this is one of my favorite aspects of my workspace. The monitor is really old, the Mac Mini is really, really old, but together they make one sweet clock. Toad, just below the screen, has sort of become my workspace’s mascot as well.

11. All sitting on hand made, solid rock maple standing desk

My pride and joy. I built the desk by hand when I was a junior in high school. It is built out of solid rock maple (and believe me, the wood is very aptly named) and weighs more than you’d like to know, but it is also solid enough to take the weight of a car. The stringers (support arms between the legs) are connected to the 4″ legs with hand-chiseled mortise-and-tenon joints. It all comes apart for easy transportation.

The computer

Custom built PC running Windows 7, dual video cards, 6-core AMD Phenom processor, 4 gigs of ram, and 300+ gigs internal storage with an additional 500 external.


That’s all folks!

And that’s Pippin Williamson’s WordPress Workspace. Would you like to be included in our series? Just shoot us a note and we’ll line you up to be next in our WordPress Workspaces series.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Mar 2011 02:36:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Pippin Williamson\";s: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:43:\"Matt: Nathan Myhrvold and Modernist Cuisine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2011/03/nathan-myhrvold-and-modernist-cuisine/\";s: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:6644:\"

\"\"Nathan Myhrvold, an interesting character I’ve following for a few years now, has been in the news lately for his co-authorship with Maxime Bilet and Chris Young of the new food bible Modernist Cuisine: The Art and Science of Cooking (Amazon link). (Peep that beautiful, 100% WordPress-powered site.) I pre-ordered it forever ago, a fact that may surprise friends who know how little I cook, but I do love food and I was as interested in the pictures and the result of a detail-oriented and science-driven obsession with quality that goes all the way down to the stochastic printing process as the articles/recipes .

\n

The books are, in a word, stunning. I’m probably a lifetime away from attempting a 30-hour burger, but last night I did try a sous-vide approach to a New York sirloin and it turned out amazing. (Though that photo probably won’t be in a future edition of Modernist Cuisine.) The fact I can barely scramble eggs but made a super-good steak might portend the apocalypse. I think sous-vide cooking is something that will appeal a lot to engineers or analytically minded folks because it’s a controlled process with predictable outcomes.

\n

Here are some interesting links and videos I’d recommend around Modernist Cuisine, sous-vide cooking, and Nathan Myhrvold himself:

\n\n

If you made it this far, two bonuses:

\n

At the EG Conference in 2007 I interviewed Nathan Myhrvold about the Dvorak keyboard layout, which I’ve used about 11 years now, and here’s that video:

\n

\n

Second, Mark Pearson of Pear Press (also associated with one of my other favorite authors John Medina) recommends the Pizza Nepoletana technique in volume 2 page 26 as an accessible dish, and the tip on decanting wine in a blender.

\n

Thanks to many friends for the links, and also for listening to me blather on about this for the past week or two. You may also be subject to more experiments in the future.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Mar 2011 00:25:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"WPTavern: Interview With Thord Daniel Hedengren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/4dRKpSSY9-w/interview-with-thord-daniel-hedengren\";s: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:12259:\"

How many of you are familiar with the name, Thord Daniel Hedengren? Thord is a veteran member of the WordPress community and over the past few years, we’ve seen him develop and release free themes, write a couple of books about WordPress and generally, just be a well rounded individual when it comes to the software. Those of us in the U.S. may not know him that well thanks to his location. Hopefully, this interview changes that.

\n

I’ve seen your name a number of times, especially during my short employment with Performancing.com. Can you give us a brief background as to who you are and where you call home?

\n

Home is where I am at the moment, which means the French Alps as I’m writing this. Most of the time it is Stockholm (capital of Sweden, Land of Kings), so we could call that my home.

\n

As for my background, well it started out with me not having enough money to print my magazine back in the 90s, so I figured I’d give this internet thing a go. I got started publishing sites (in Swedish) out of necessity, and from there on it became a slightly unhealthy obsession. I got tired of my Swedish website empire in 2005 and sold it off, started blogging about “new media” in English, and that kicked off a freelancing career, both as a writer for various blogs and online magazines and as a WordPress developer.

\n

Basically, I do what I want to do, wherever I want to do it. Isn’t the internet wonderful?

\n
\"thords

Thord's Personal Site

\n

What got you started and involved with theme creation with WordPress?

\n

I went from developing my own publishing software with my friends, to embracing open source. It all started with forum software actually, and the realization that open source was really rewarding as a publisher. That made me look to platforms such as WordPress, and I actually converted a fairly large website to 1.5, tagging everything with the Ultimate Tag Warrior plugin. It was pretty groundbreaking back then since the site wasn’t even remotely close to a blog.

\n

Every platform and system I’ve learned over the years has come out of necessity. I’m curious by nature, that helps, but I never dive into anything just for making a profit as a consultant or something like that. Those things usually follow by themselves anyway.

\n

What is the WordPress situation like in your part of the world? For example, do you have meetups local to your area?

\n

It’s been slow going in Sweden actually, we had the first WordCamp in Stockholm last Autumn, hosted by yours truly obviously, at a museum which was pretty cool. There are some photos in the Flickr group if you’re interested. Before that there have been some local meetups and such, but usually when we meet it’s not WordPress only, so to speak. We do have the #wpbar events, which I founded along with some like minded enthusiasts and agencies, but that’s basically an excuse to get together, talk WordPress, and drink beer courtesy of sponsors.

\n
\"wordcamp

WordCamp Stockholm 2010

\n

It’s getting better though, with unconferences popping up everywhere, and WordPress as such have a really strong position in Sweden. Maybe that’s why there’s been a lack of dedicated events – it’s ever present anyway.

\n

What are your thoughts on the state of themes in the WordPress ecosystem e.g. parent themes, frameworks, etc?

\n

Well, first of all, branding a theme as a “framework” to me is nothing more than trying to ride the hype. Seriously, every theme is a possible framework the way these things work, surely more or less suited, but I find the term misleading. I do approve of the way themes are going though, being designed with enhancements and build-upons in mind from the start.

\n

I think parent and child themes are great, and I hope that the wordpress.org theme directory will improve when it comes to listing these. It’s in the works already, and some child themes are listed (although they need to be branded more clearly) already, so I’m pretty happy with that.

\n

What I’m less than thrilled about is the “premium” themes. First of all, I think the word “premium” is misleading, “commercial” is a way better choice, because there’s certainly nothing “premium” about a lot of the $69 themes. You wouldn’t believe how many emails I get each month asking me if I can help them fix this or that theme they bought. There are some truly excellent commercial themes out there, and I wish the theme designers all the best, but this part of the theme ecosystem doesn’t appeal to me at all.

\n

Oh, and I hope the roll-out of commercial themes on wordpress.com will speed up, with some general submission process soon. This invite only structure leaves a bad taste in my mouth, but hopefully that’s just Automattic trying to make sure that everything works the way it should.

\n

Finally, I’m a big believer that themes should be GPL, and luckily the community agrees with me, at least officially.

\n

One of the first books you wrote and published was called Smashing WordPress – Beyond The Blog. Based on reports and feedback I read on Twitter, it was a smashing success. Can you tell us how the book came about and if it’s success will lead to a second edition?

\n

Smashing WordPress: Beyond the Blog, 2nd Edition will be published in April this year. There should be pre-orders and whatnot available on Amazon and other fine online retailers any day now. I’m really happy to have been able to do a second edition of the book, to WordPress 3.1 obviously but also because this one looks a lot better. As far as I know, Beyond the Blog was the first book in the Smashing book series, and the publisher have continued to improve the look and feel of the books.

\n

Oh, and it’ll be in full color this time around as well, which I’m happy with. Especially since I knew it from the start, which I didn’t when I wrote the first book. That’s why we were so shy on images in Beyond the Blog – full color wasn’t on the table until the end of the production.

\n

For more about my books, including the one I’m writing right now, check out http://tdh.me/books/ (shameless self promotion ends now).

\n

As for how it came to be, I wrote a blog post about WordPress as a CMS, which got some nice links and buzz. A while later my publisher (Wiley) emailed and asked if I wanted to write a book, and I said sure, sent an outline, and that was it basically. A few contracts Fedexed over the world, a small (compared to the ones I’m getting now at least) advance, and a truly hectic period of writing later, I could sit back knowing that I’d written my first book in English.

\n

Everything good that has happened to me in the last five years or so, professionally, have started with a blog post. That’s pretty cool.

\n

As I understand your latest entry into the print world is a new book entitled Smashing WordPress Themes. Can you provide us with a basic overview of what’s covered in this book?

\n

The idea with Smashing WordPress Themes: Making WordPress Beautiful is to teach the reader how to develop WordPress themes. As with Beyond the Blog, I’m starting at the basics, and build up with examples of sites you can do with WordPress, how you can solve the most common issues, and so on. Obviously the book covers things like template tags and conditional tags, but what I really think is the killer is how the reader can follow the development of several themes. My goal is to get the reader to understand the tools at hand, and I try to get the wheel’s spinning in his or her head. If the reader gets ideas for sites or themes when reading my Smashing WordPress books, I think I’ve succeeded.

\n
\"smashing

Smashing WordPress Themes Cover

\n

The table of contents, along with some other info about the book, is available here: http://tdh.me/books/smashing-wordpress-themes-making-wordpress-beautiful/

\n

If I were a beginner not only to using WordPress but also web development in general, do you think this book would be over my head?

\n

It might be. I usually say that if you know a bit of HTML and CSS, maybe can grasp PHP, then you can learn working with WordPress from both my books. It’s more a matter of your understanding of scripting languages (of the simpler kind) than how green you are. This one’s a tough one, I won’t tell you what an HTML tag is for example, so basic knowledge of that is necessary.

\n

The print world moves at the pace of a snail. While the book covers WordPress 3.0.1, is it still relevant with the release of WordPress 3.1?

\n

Sure is. Thankfully, the step from 3.0 to 3.1 wasn’t huge. I still get happy emails about the first edition of Smashing WordPress: Beyond the Blog, which definitely isn’t up to speed, so it’s not all about featuring the latest functions you can play with. Although that’s more fun, obviously.

\n

But yeah, it’s frustrating, this dead trees business! This isn’t the point and shoot of the web after all, which sometimes is a good thing, but not without its drawbacks when it comes to tech books.

\n

Last but not least, as a theme developer, I’ll provide you the opportunity to tell me what the future of themes are as we progress into 2011?

\n

I’m afraid the future is more commercial themes and fewer truly great free themes. This makes me sad, actually, because I think it is hurting the WordPress platform. I hope that child themeing will take off since that could mean more options for end users. Other than that, we’ll get more settings, themes will get more advanced, and hence often less optimized. I know I come across as negative here, but these things concern me. Overall the theme ecosystem and the WordPress community is in great shape and I’m happy to be a part of it. I’ll obviously do my part on the free front as well, with Notes Blog (http://notesblog.com) releases and minor stuff besides that. Hopefully others will do the same and we can get a healthy mixture of free and paid.

\n

I’ll stay free, by the way. That’s my way of giving back to the community.

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 17:46:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/28\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/70RclRgUOz4/\";s: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:1256:\"

New plugins

\n

Affiliate Links Manager helps you create friendly affiliate redirects and track them in Google Analytics.

\n

Onswipe makes it insanely easy to make your content look great on all touch devices, currently limited to iPads, but there will be more in the future.

\n

Updated plugins

\n

BackWPup allows you to backup your WordPress database, files, and more.

\n

jQuery Drop Down Mega Menu Widget allows you to quickly and easily create drop down mega menus from any WordPress custom menu.

\n

Yet Another Related Posts Plugin displays a list of related entries on your site and feeds based on a unique algorithm.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 13:00:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"WPTavern: WPCo.de New Site Dedicated To WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5194\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://feedproxy.google.com/~r/WordpressTavern/~3/dxWPeVDhpHQ/wpco-de-new-site-dedicated-to-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:443:\"

WP Code | Just another WordPress site. New site dedicated to WordPress launched by Andrew. He says the site will bring you news and tutorials as he learns the ins and outs of the software. Have to say, I’m a fan of the domain name. Consider adding WPCo.de to your feed reader.

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Mar 2011 12:15:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:31:\"Matt: Peplink Multi-WAN Routers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=37935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2011/03/peplink-review/\";s: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:10203:\"

I live and work on the internet, so when I have trouble connecting it really slows me down. About a year or so ago I started looking into multi-WAN routers that would, at least, support two internet connections and failover to the other one, and as a bonus maybe provide some speed benefits as well. Here’s the story of that journey.

\n

\n

After a ton of research I ended up with a Peplink, probably in part because their website is the best organized designed of the vendors I found. I’m very lucky to access to two great internet providers in my building: Webpass, a local ISP which provides symmetric 100 Mbps (albeit shared with neighbors), and Comcast with DOCSIS 3.0 support (they sometimes market it as Extreme 50) which provides around 50-60 Mbps. Because the combined speed was above 50 Mbps put me as a “mid-sized business” according to Peplink’s product line-up and I ended up with a Peplink Balance 390 (which seems to be the same as the 380 on their website).

\n

First on the Balance 390, which I’ve used about a year and a half: it’s a really solid product. It did everything that was promised including the failover, has been rock-solid, and the Peplink-delivered firmware updates have made the interface significantly better since I bought it in December 2009 especially for router-centric things I like to do like have the DHCP reservations and naming. (The interface is significantly better than what I’ve used on Linksys and D-link routers before.) The 390 only had one downside: it’s incredibly loud.

\n

Now as background I should caveat that I’m pretty sensitive to ambient noise, especially from computing devices. Over the years I’ve gone from 4 computers in my office to just a laptop I take with me, and when I moved one of the things I looked for was the closet with the ethernet patch panel and where all the connectivity came in was far away from where I’d work or sleep. I’ve stopped using devices before, like the Drobo, because they were too loud. (I think the Drobo still takes the cake.)

\n

But the “server closet” is actually the closet in my guest room slash TV room, so even though I was relatively shielded from the noise in there my guests were subjected to it, which was made worse because I had so much stuff in there the closet would get quite hot so I would usually leave the door cracked.

\n

Late last year I started minimizing everything in there to bring the noise, heat, and my electricity bill down. I went from a couple of switches daisy-chained together to a single 24-port D-Link. For network storage I’m a big fan of QNAP devices and have owned their 5, 6, and 8 drive versions. I had a TS-809U (rackmount, also really loud) I shipped off to be an off-site backup, retired the old 5-drive, and standardized on a (pretty quiet) TS-639 with 6 1TB drives in RAID6 so about 3.6TB usable. Finally I replaced old desktop machines and Linux servers I had accumulated over the years with a single beautiful Mac Mini. (Still planned is to replace old rackmount UPS with this much-quieter Cyberpower and some nifty liberators.)

\n

But I was still stuck with the Balance 390 providing the lifeline of connectivity to the house and sounding like a plane taking off. However after a post on Peplink’s bbPress-powered forums I decided to check out two of their new products, the Balance 30 and Balance 310, as I said:

\n

It looks like you guys have some new products that would be a little slower but adequete for my needs. I noticed on the comparisons that the 20/30 is a smaller and lighter than the 210/310, and they draw the same amount of power.

\n

They responded “The 20/30/210/310 are all completely quiet because they don’t have a fan!” Awesome, we’re in business. But how about performance? Since I’m in a unique position of having three of their products in front of me, and their website is a bit confusing, I decided to do some rough but real-world tests of each product and found a pretty counter-intuitive results.

\n

As a background for the following benchmarks, I upgraded each device to the latest firmware (5.2.2), unplugged everything from the network, and plugged my laptop directly into the LAN port of each router and ran some speed tests as suggested by Peplink themselves, which I found on this thread. Basically the tool just downloads some big files from Adobe, Apple, and Microsoft and tells you how long it took. The following table is the average of a few tests I ran for each while only having a single WAN link plugged in, then I tried some additional tests just on the Microsoft download paired with Comcast since that seemed to be the fastest possible, finally I plugged in both WAN links and kicked off multiple downloads at once and tried to observe the peak throughput. The absolute numbers aren’t as interesting, mostly the maximums. I basically wanted to test their assertion that “The ratings are derived from the actual performance (combination of sw and hw) and not limited by software.”

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Balance 30Balance 310Balance 390
\n
List Price
\n
\n
$395
\n
\n
$1,495
\n
\n
$1,995
\n
\n
Vendor-rated Throughput
\n
\n
50 Mbps
\n
\n
50 Mbps
\n
\n
170 Mbps
\n
\n
USB 3G modem support
\n
\n
Yes
\n
\n
No
\n
\n
Yes
\n
\n
Adobe Webpass
\n
\n
21.3 Mbps
\n
\n
37.1 Mbps
\n
\n
17.4 Mbps
\n
\n
Apple Webpass
\n
\n
22.1 Mbps
\n
\n
36.6 Mbps
\n
\n
18.7 Mbps
\n
\n
Microsoft Webpass
\n
\n
22.2 Mbps
\n
\n
41.3 Mbps
\n
\n
22.3 Mbps
\n
\n
Adobe Comcast
\n
\n
22.1 Mbps
\n
\n
42.6 Mbps
\n
\n
52.3 Mbps
\n
\n
Apple Comcast
\n
\n
21.6 Mbps
\n
\n
44.3 Mbps
\n
\n
46.7 Mbps
\n
\n
Microsoft Comcast
\n
\n
22.4 Mbps
\n
\n
46.9 Mbps
\n
\n
57.9 Mbps
\n
\n
Microsoft Comcast #2
\n
\n
31.3 Mbps
\n
\n
47.2 Mbps
\n
\n
57.3 Mbps
\n
\n
Observed CPU load
\n
\n
100%
\n
\n
100%
\n
\n
~35%
\n
\n
Comcast + Webpass Microsoft Download
\n
\n
90.16 Mbps
\n
\n
49.5 Mbps
\n
\n
116.2 Mbps
\n
\n

So the conclusions and things I discovered from these numbers:

\n
    \n
  1. The 390 is the most powerful, it was able to handle 116 Mbps with some room to spare.
  2. \n
  3. The 310 interface would freeze up and become completely unresponsive as the transfer got higher. Though it did better than the 30 on the single-WAN tests, it completely fell over on the dual-WAN test. The 30 stayed responsive even when the CPU pegged at 100%.
  4. \n
  5. The 30 has bonus unadvertised gigabit LAN ports (the 310 has 10/100 Mbps ports) which surprised me because it seems from their comparison chart that you only get gigabit LAN ports starting with the 380.
  6. \n
  7. The 30 was able to peak just under 100 Mbps combining the two connections, which is not that far away from the 390, which is 5 times the cost. And it crushed the 310 which is 4x the cost.
  8. \n
\n

Now as for the why of these numbers, I don’t know, maybe Peplink could comment. This test was pretty unscientific, but I was able to recreate over and over again that plugged into the Balance 30 I got double the performance at a quarter of the cost of the 310, something I ended up repeating over and over because it was very counter-intuitive to me. Perhaps the 20/30 are just newer generation products and the 210/310 line will catch up in their next refresh, or after they clear out their existing inventory.

\n

So in summary: Peplink is great, their 380 and above products are fantastic if you need the power and can put them someplace no one will hear them. The 210/310 is a rip-off and should be avoided. The Balance 30 performs above its ratings and I’d recommend it for anybody like me with multiple internet connections. The “Next Generation Broadband Ready” rating on the 210/310 appears to be incorrect.

\n

I’ve unplugged my 380 and now have my entire home network going through the Balance 30, and it’s as snappy as can be. One of these days I’ll play around with the 3G failover stuff. I can leave the door to my server closet closed now, and guests will sleep peacefully.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Mar 2011 00:45:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPCandy: WordPress Community Links: Gold star cookie edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16337\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpcandy/~3/9a4XMv_lHgI/gold-star-cookie-edition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7857:\"

\"\"

It’s time for another dose of community links, this time in delicious star cookie form. If you’re new to WPCandy, our Community Links roundups are ways for us to share link-worthy materials with you each week. We keep an eye out for interesting WordPress related blog posts, tutorials, and resource posts and hand deliver them to you. Why? Well, we just love you that much.

All the tasty links are just after the jump. As well as an explanation for the cookies.

First up we have blog posts. This week:

Next we have tutorials. Learn something:

Finally, we have resource posts. These might be worth bookmarking:

That’s it for this week’s community links. If you have a link you think should be in our weekly roundup, please do contact 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:\"Sun, 27 Mar 2011 00:10:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"WPTavern: WPWeekly Episode 110 – Everyone Wants A Jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/yEBQsmdf9_A/wpweekly-episode-110-%e2%80%93-everyone-wants-a-jetpack\";s: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:3352:\"

\"wordpressweekly1\"In this episode of WordPress Weekly, we discussed a large number of topics considering it’s been awhile since the last episode. I give you the lowdown on Jetpack, a new plugin bundle released by Automattic. We also talked about the road map for WordPress 3.2. I give you a pet peeve of mine for an anti spam plugin and last but not least, I give you a plugin suggestion to take quick linking to previously written content to the next level. Thanks to everyone who showed up for today’s show.

\n

Ad Copy:

\n

This episode of WordPress Weekly is sponsored by no one in particular but you can change that for episode 111 by visiting WPTavern.com/advertising and purchase a sponsorship of 3 episodes of WordPress Weekly.

\n

Stories Discussed:

\n

WPTavern Makes It Into The WordPress Dashboard
\nA Better Way To Link To Previous Content Via Insights
\nFixing PressThis On A Host Gator Account
\nPet Peeve – Akismet Configuration Link
\nRoad Map For WordPress 3.2
\nAutomattic Launches Jetpack
\nVideoPress Now Supports HTML 5 Video Playback

\n

WPWeekly Meta:

\n

Next Episode: Saturday, April 2nd 3P.M. Eastern

\n

Subscribe To WPWeekly Via Itunes: Click here to subscribe

\n

Length Of Episode: 1 Hour 2 Minutes

\n

Download The Show: WordPressWeeklyEpisode110.mp3

\n

Listen To Episode #110:
\n

\n\n\n

Related posts:

  1. WPWeekly Episode 109 – Interview With Lance Willett
  2. \n
  3. WPWeekly Episode 103 – Interview With Andrew Nacin
  4. \n
  5. WPWeekly Episode 104 – To P Or Not To p
  6. \n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Mar 2011 21:33:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 3/26\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9819\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/dfiZCFt6Wjs/\";s: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:1571:\"

\"\"

\n

ChaosTheory is a dark single-column theme with a minimal, techy feel.

\n

\"\"

\n

Ghostbird is a blue, beige, and red one-column theme for WordPress.

\n

\"\"

\n

Nelson is a fairly minimal design that should be easy enough to customize to your own liking.

\n

\"\"

\n

TwentyTen Five is a variation of the TwentyTen Theme with many modifications.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Mar 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: Hello To Those Reading From The Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5185\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://feedproxy.google.com/~r/WordpressTavern/~3/b2B0nyadCGc/hello-to-those-reading-from-the-dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2428:\"

First, let me start off by saying hello to everyone who has arrived to this post via the dashboard of their WordPress installation. Secondly, I’d like to personally thank Matt Mullenweg for not only adding WPTavern to the Planet WordPress Feed but for adding WPCandy as well. It’s funny because I remember in 2009 when WPTavern was just getting started, I wrote an article explaining why this site would never make it into the dashboard. Needless to say, my attitude and the times have changed.

\n
\"wptavern

We Finally Made It In!

\n

For those of you brand new to WPTavern.com, my name is Jeff Chandler and this is a site focused on all things WordPress. On top of that, we also cover BuddyPress, bbPress, any project under the Automattic umbrella. You can get a sense as to what this site is about via my About page but to make a long story short, this site exists as a place to find out what’s going on throughout the WordPress ecosystem. On this site, you’ll see interviews, links, quotes, and all sorts of content related to WordPress as well as Automattc. It’s a fan based website with no affiliation to WordPress or Automattic.

\n

There are three things I encourage you to do. The first is to register an account with the WPTavern forum which is used for support and general conversations about all things WordPress all the time. The second is to check out the WordPress Weekly podcast which is something I’m trying to get back into producing on a regular basis.

\n

Last but not least, the third thing I’d like you to do is introduce yourself to me.

\n\n\n

No related posts.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 23:41: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: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: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:79:\"WPCandy: WPZoom launches a redesign to their theme shop, plus new pricing model\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16295\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wpcandy/~3/UZ57L5X6GtA/wpzoom-launches-a-redesign-to-their-theme-shop-plus-new-pricing-model\";s: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:2479:\"

\"\"

Pavel Ciorici launched a new design of WPZoom yesterday, along with a few new features for WPZoom. The new look is nice, but the update came with other interesting features as well. Top of the list are new subscription options for themes, bonus themes when you purchase, an improved support section, and a new members area.

The new pricing model introduces memberships to WPZoom, which previously only offered individual theme purchases. Now memberships can be purchased for $199 plus $9/month for a standard membership, or $299 plus $19/month for a developer membership. Ciorici says both memberships will be guaranteed 1-3 themes per month. Individual themes can still be purchased for $69 or $149, standard and developer versions respectively.

Perhaps best of all, the new pricing structure includes a shiny new pricing page, which is worth a gander.

The new site was designed by Jonatan Flores, a web designer in Buenos Aires. The redesign comparison image is just after the jump.

Below you can see the old design compared next to the new design (full size is linked):

\"\"

This week must have some cosmic significance when it comes to site redesigns. We saw Gravity Forms redesign their site, Standard Theme launched a redesign, and now WPZoom. Does everyone know something about this week that I don’t?

What do you think of the redesign and the new features on the WPZoom site? Feel free to congratulate the WPZoom folks in the 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, 25 Mar 2011 21:37: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:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:86:\"WPCandy: BraveNewCode release Piggy, a mobile web app for tracking WP E-Commerce sales\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpcandy/~3/xc7BTxb_zJk/bravenewcode-released-piggy\";s: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:1857:\"

\"\"

BraveNewCode have recently released a new WordPress plugin called Piggy. Piggy is a plugin that works in conjunction with WP E-Commerce, a popular e-commerce plugin for WordPress, to display your sales information on iOS and Android devices. Piggy provides a web app that will work on both iOS and Android devices, and will allow you to track your sales and even receive push notifications when new sales are made. Piggy also provides sales forecasting, based on your past e-commerce sales.

Piggy is available from BraveNewCode for $39, and installs to your site just like any other WordPress plugin. Installing the app to your iPhone or Android is as simple as saving the website to your home screen, as they show in their demo video (embedded below). It appears Piggy works with WP E-Commerce 3.7 and higher.

BraveNewCode are the folks behind the popular WPtouch Pro, a mobile WordPress theme. Does anyone have experience with BraveNewCode’s products? If so, share your experiences for others to see in the comments.

Also check out their demo video, just after the jump.

This new web app seems pretty slick. We may need to update our must-have WordPress iPhone/iPad apps list.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Mar 2011 20:10: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:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Weblog Tools Collection: WordPress Updates Via Plugins?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9815\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/kLCFqtQ--W4/\";s: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:1570:\"

Two very interest WordPress plugins have debuted recently. Both are built by core WordPress developers, both offer a way to push specific updates to the WordPress core through a simple plugin as opposed to a full WordPress update, and they do it safely without modifying any core files.

\n\n

I must admit, the two are rather intriguing. Hotfix offers immediate fixes to certain bugs that may not be addressed until the next core update, while UI Labs offers a sneak peek at some of the upcoming design improvements. I especially like the fact that, unlike core updates, these plugins don’t modify the core files and can be deactivated at any time. Both plugins offer an incredibly safe and efficient way to obtain new bug fixes and design improvements.

\n

How do you feel about these two plugins, and what do you think about the concept of pushing core updates through plugins?

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Mar 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"WPTavern: GravityForms 1.5 Released – Tons Of New Stuff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=5177\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/qO-4TRC9mWg/gravityforms-1-5-released-tons-of-new-stuff\";s: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:3541:\"

\"gravityformsIt’s been awhile since I’ve seen an upgrade notice for Gravity Forms but alas, 1.5 is here. This new version incorporates a ton of new features and enhancements. Among the new features are:

\n

Multi-Page Forms – Using the new Page Break field you now have the ability split longer forms into multiple pages or steps. We have also integrated a visual paging status bar that can be used to show a progress bar or the steps involved in completing the form.

\n

Pricing Fields – Pricing Fields allow you to create quotes and order forms. It features integrated pricing calculations and is compatible with the Gravity Forms PayPal Add-On. Pricing Fields consist of a Product Field, Option Field, Quantity Field, Shipping Field, Donation Field and Total Field. They allow you to easily turn your form into an order form and collect payments when combined with the PayPal Add-On.

\n

Text Counter – A visual cue to show visitors the number of characters available for use on a text area.

\n

CSS Ready Classes – Easily create multi-column layouts using built in CSS classes. These keywords are custom CSS classes you add to the CSS Class Name option under the Advanced tab for each field.

\n

Default Notification – One of my favorite new additions will now automatically setup an admin notification that uses the WordPress Admin email as the Send To and includes all submitted form fields when a new form is created.

\n

There are a couple of other things added as well but you can check those out on the spiffy new GravityForms Website. I’ve been using Gravity Forms on WPTavern.com to handle my contact form for a few months now and I’m happy to say that it’s some of the best money I’ve spent. While I only use it for a contact form, the UI enables me to quickly and easily create a post submission form or edit my existing forms. So far, I’ve yet to see an alternate form solution that’s as elegant and easy to use as Gravity Forms.

\n

Kudos to the team on their newly designed website. One of the pain points regarding their old design was that it was difficult to locate the blog part of the site. Thankfully, they’ve fixed that by adding the blog link to the top of the new design.

\n\n\n

Related posts:

  1. Review Of GravityForms – Could Creating Forms Be Any More Kick Ass?
  2. \n
  3. No More Unlimited Support Or Upgrades For GravityForms After May 1st
  4. \n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Mar 2011 09:28: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: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:62:\"WPCandy: Beginner’s Guide: How to install WordPress manually\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=12979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpcandy/~3/oZP8fVRFab8/how-to-install-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:11270:\"

\"\"

There are a couple of ways to install WordPress, and you should do it in a way that works for you. Some hosts have “one-click” installs via applications that install WordPress without you getting your hands dirty. You can also install it manually with an FTP client or Shell access. We’re going to go the manual route with FTP in this tutorial for a couple of reasons:

Now hold your horses, we need to make sure you have the few tools and some information required to perform a manual install.

Tools needed for a manual install

Required information to perform an install

Alright, we’ve got our tools, so let’s get started.

Steps to install WordPress

Download the latest stable release

WordPress is an open source software that is constantly being improved upon by members of the community. The development goes on in the background so that end users only get stable versions on live installs. The most recent, most stable version is always on the WordPress.org download page. You should always be running the most recent release to protect your site and never be afraid of updates!

So head on over there and click the big blue button for the direct download of the zip file.

Create a database and user

You need to create your MySql database and username for the installation. The easiest way to do this is usually through your host’s cPanel, or hosting control center. Login to your account and look for a link called MySql, Databases, or something similar. There should be a guide similar to the pictures below that walk you through naming your database and creating a user.

\"CreateDBUser\"
\"CreateDatabase\"
\"Beginner\'s

After you name your database appropriately, you’ll also need to input a database host. Typically localhost is what you use, but not always. Some popular hosts use other names, and you can view them here, but certainly verify with your host the appropriate name.

When you create the user, remember to choose a good long password with upper and lowercase letters and some numbers too. Remember both the database name and user information, because we will need it for the next step.

Edit wp-config.php

In our WordPress download from earlier, there is a file included called wp-config-sample.php. We need to edit that file and rename it to wp-config.php. So open up wp-sample-config.php in your text editor, and let’s alter the following values.

/** The name of the database for WordPress */\ndefine(\'DB_NAME\', \'database_name_here\');\n\n/** MySQL database username */\ndefine(\'DB_USER\', \'username_here\');\n\n/** MySQL database password */\ndefine(\'DB_PASSWORD\', \'password_here\');\n\n/** MySQL hostname */\ndefine(\'DB_HOST\', \'localhost\');

Next we need to set up our secret keys. There are eight lines in a row that say “put your unique phrase here”. These are security keys that were introduced in WordPress 2.6 and enhanced in WordPress 2.7. Note that this is extremely important, and you should not slack off from using a proper security key!

WordPress has even made this task super easy for you with this secret key generator. Just go to the url and copy the code and replace the existing lines in your config file. This url randomizes the keys so they are unique every time the page is visited. Yes, they are supposed to be crazy long and full of weird stuff.

Once you finish with the edits, be sure to rename or copy this file as wp-config.php. If you don’t do this WordPress won’t think you did anything at all.

If you want to read all of the nitty gritty details of editing wp-config, check out the WordPress Codex page about it.

It’s time to upload our files!

Alright, pull up your FTP client and login. After you login, find the directory you want to load WordPress. If you want WordPress to be on the homepage of your site (which I recommend) it needs to go in the root folder. Depending on your host, the root folder may actually have its own place in your FTP connection. If you don’t put your files in the root, visitors will have to go to http://yourdomain.com/whatever-folder-you-want to see your WordPress site.

When you upload your files, you don’t upload the entire WordPress folder, but rather open the WordPress folder and upload each file and folder into the root or subdirectory depending on where you are installing it.

Run the install script

Let’s visit your new WordPress site! Go to http://yourdomain.com/wp-admin/install.php. If you didn’t upload WordPress in the root folder, then you need to insert that folder name, such as http://yourdomain.com/whatever-folder-you-want/wp-admin/install.php.

Now you will be greeted with the WordPress setup page. You need to input your site title, the admin username (I recommend NOT using admin!), a strong password (you can use the same one as you used for the database if it makes it easier), and your email that will be used for notification purposes. You can also choose whether you want your site to be indexed by search engines, which if the site is not for private purposes, you want to leave that checked.

Click “Install WordPress” and you should be done! You can visit your url where you installed it to check and see how it looks. Congratulations! You’ve successfully installed WordPress and it is time to make it awesome!

Did you recieve an error notification? Check out the most common errors and how to fix them.

Now what?

You will now be greeted by the default WordPress theme on your homepage. If you want to get familiar with the backend, go to http://yourdomain.com/wp-admin, login, and look around. As the administrator of your new website, you’ll spend a lot of time here.

With your new website, you may find it advantageous to have a local setup as well, and we can walk you through it. You may also want to enable WordPress Multisite if you run a network. But first, check out our resources to picking your first theme.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 04:51: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:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"Matt: Think Quarterly runs 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:21:\"http://ma.tt/?p=37932\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2011/03/think-quarterly-runs-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:115:\"

Think Quarterly, the new magazine from Google UK, runs 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 00:51: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:45:\"Dougal Campbell: Competitors “Taking Aim”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=42427\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dougal.gunters.org/blog/2011/03/24/competitors-taking-aim\";s: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:4459:\"
\"Gun

Open source CMS projects like WordPress, Drupal, and Joomla! provide web publishing tools that give users the freedom to modify the system and own their data in ways that proprietary systems don’t offer. BC Gurus, a consultancy specializing in Adobe’s Business Catalyst (a hosted turnkey web publishing product), “took aim” at Open Source CMS’s, kicking off a proposed series of articles with a video which upset many within the communities for those projects.

The original article, titled Business Catalyst Partners Take Aim at Joomla, Drupal, and WordPress, includes a video which shows two BC Gurus partners at a firing range, shooting guns at targets with Joomla, Drupal, and WordPress logos on them. It seems pretty obvious that they intended the video to be controversial, an attempt to create virality. They knew that “something that you might believe to be entirely ridiculous” would be passed around and drive up page views. And that worked — sort of. Apparently the response was strongly negative enough that BC Gurus have taken down the original video and replaced it with a message which states:

The right people, called the right people, who called the right people and told us to take the video down.

We respect ALL of those people, so this video is indefinitely offline.

I am currently out of the office on vacation, but will respond to all complaints next week.

Well, then! When you whack the hornet’s nest with a stick, sometimes you get stung. Not only did the link get passed around, but they garnered some really good responses, particularly from people at  Acquia, which is  a commercial arm for Drupal, much as Automattic is for WordPress. They made a blog post and response video which speaks for all three communities. Speaking for myself, I approve of this message:

It would have been really easy to respond in-kind with a video of somebody using a BC Gurus logo for target practice. But instead,  horncologne (who posted the YouTube video) took the high road, and show groups of people at conferences, supporting their projects, and using them to build solutions for clients. Very classy. I hope that clients looking for web site solutions will see this. Lots and lots of clients.

{photo CC licensed by-nc-sa Neo}
>
}
}
>
}

Posted from Duluth, Georgia, United States.

Related posts:

  1. WordPress and Drupal
  2. Drupal shop gives props to WordPress
  3. WordPress and Jabber, sitting in a tree…

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Mar 2011 23:09: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:6:\"Dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:53:\"WPTavern: How To Mimic The WPTavern Commenting System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5171\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/WordpressTavern/~3/aC8nQTmkuaY/how-to-mimic-the-wptavern-commenting-system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5910:\"

Over the past few days, I’ve had a couple of people ask me what plugins I use to accomplish my commenting system here on WPTavern.com. I’m not a fan of using a third party system so in no particular order, here are the plugins I use.

\n

Akismet – I’ve had no problems with Akismet taking care of spam comments on this site.

\n

Comment Quicktags Reloaded – This plugin provides the formatting buttons to the comment form.

\n

Filosofo Comments Preview – This plugin enables a live preview of the comment before it’s published.

\n

Subscribe To Comments – Enables users to checkmark a box to receive notifications of new comments

\n

WP Ajax Edit Comments – This is one of my favorite plugins because it provides a very easy way for visitors to edit their own comments. It also has built in support for After The Deadline meaning commenters can spell check before submission. It’s a commercial plugin but well worth the price.

\n

Secret Sauce:

\n

There is one particular feature of the WPTavern comment form that makes it a little unique. For each comment, there is a Reply link. When a visitor clicks this link, something like the following shows up: @Jeffro – The @ symbol as used by Twitter means you’re replying to someone specifically. The comment number is the unique comment ID and will link to the comment being replied to so the conversation is coherent. Last but not least the comment authors name is bolded.

\n

I have Kaspars Dambis to thank for adding this functionality to the site which was originally part of the WP Comment Remix plugin that won the WeblogToolsCollection plugin competition in 2008.

\n

Now here is where it gets tricky. This functionality is not part of a plugin but is code that has been added to my child themes functions.php file. I don’t know where you would add this code in your own theme to achieve the same functionality but if someone could use it as a starting point and create a plugin that just does this, that would be cool.

\n\n
/**\n * Custom comment meta. Adds a custom comment reply link.\n *\n * @since 0.2\n */\nfunction tavern_news_comment_meta( $meta ) {\n	return str_replace( \'</div>\', \' [tavern-comment-reply-link before=\" | \"]</div>\', $meta );\n}\n \n/**\n * Shortcode for displaying a comment reply link.  A better solution would be to find a \n * script that works within the WordPress comment system.\n *\n * @since 0.2\n */\nfunction tavern_news_comment_reply_shortcode( $attr ) {\n	$attr = shortcode_atts( array( \'before\' => \'\', \'after\' => \'\' ), $attr );\n \n	$out = $attr[\'before\'];\n \n	$out .= \"<script type=\\\"text/javascript\\\">\n		/* <![CDATA[ */\n		function addAuthor(\\$authorName, \\$commentId) {\n			var \\$author = \'@<a href=\\\"#comment-\' + \\$commentId + \'\\\" rel=\\\"reply\\\">\' + \\$authorName + \'</a> -\';\n			document.getElementById(\'comment\').value += \\$author;\n		}\n		function moveToComment() {\n			location.href  = \'#comment\'; document.getElementById(\'comment\').focus();\n		}\n		/* ]]> */\n		</script> \n		<script type=\\\"text/javascript\\\">\n		document.write(\'<a href=\\\"#comment\\\" onmouseup=\\\"moveToComment()\\\" onclick=\\\"addAuthor(\\\'\" . get_comment_author() . \"\\\', \\\'\" . get_comment_ID() . \"\\\');return false;\\\" class=\\\"reply\\\" rel=\\\"nofollow\\\" title=\\\"Automatically include a link to the original comment\\\">Reply</a>\');\n		</script>\";\n \n	$out .= $attr[\'after\'];\n \n	return $out;\n}
\n\n\n\n

Related posts:

  1. Please Adopt This Plugin – Comment Quicktags Reloaded
  2. \n
  3. Special WPTavern Only PluginBuddy Sale
  4. \n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Mar 2011 18:23:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPCandy: Oli Dale launches WPTurbo, a new WordPress auto blogging plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16272\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feedproxy.google.com/~r/wpcandy/~3/_3UY74-qkjs/oli-dale-launches-wpturbo\";s: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:2549:\"

\"\"

Oli Dale, a blogging WordPress colleague of ours at WPLift, has launched a new plugin and product this week called WPTurbo. WPTurbo is an auto blogging plugin, with the built in functionality to pull in content to your site from Amazon, eBay, IMDB, Twitter, YouTube, and over a dozen others. Basically if you have content out there and want it on your site, it looks like WPTurbo is made just for that.

Dale explains in his announcement post that he has been working on WPTurbo for some time now, and is happy to have it finally released to the public:

Things have been a bit quiet on WPLift over the last month, the reason is I have been working hard on finishing off a new premium WordPress plugin called WPTurbo. It’s actually been in development since last year – I have been working hard to get the website ready for launch and am pleased to announce it’s now live and ready to purchase.

Dale’s WPTurbo plugin costs $149, and of course you can do whatever you want with it once it’s yours.

Auto blogging plugins are a funny sort of thing. The way an auto blogging plugin works, is it pulls in content from other sites and automatically publishes them to your site. Plenty of legitimate uses come to mind. You could quickly populate a test site, or grab your own eBay listings and include them on your site. You could keep a backup copy of your tweets on your own blog (an idea I definitely support). Of course there are also a number of ways to use a plugin like this for evil, such as publishing someone else’s hard work to your own site. Dale’s work is still noteworthy despite the evil you could do with it, so I’ll just channel my inner  Uncle Ben and say: with great power comes great responsibility.

Help me out here: speak up in the comments if you use an auto blogging plugin, perhaps even Dale’s new WPTurbo, in a reputable way. These plugins deserve some honest 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 17:48:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 3/24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=9813\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/6Lva-dJknVA/\";s: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:2086:\"

New plugins

\n

Dynamic Content Widget will render content (such as pages and posts), using a template in your theme.

\n

SwiftDynamicThumbs prevents WordPress from generating thumbnails registered by themes and plugins, and generates them dynamically when required.

\n

UI Labs offers experimental WordPress admin UI features with the aim of building upon and enhancing the default WordPress User Interface. These are unofficial core UI experiments – who knows what could happen?

\n

Updated plugins

\n

BFT Autoresponder Lite is a sequential autoresponder which allows you to send automated email messages to users who subscribe to your mailing list.

\n

Category Listings outputs the most recent posts from the category of the post that is currently being displayed.

\n

Flexi Quote Rotator displays quotes, testimonials, or other rotating snippets of content.

\n

Front-end Editor enables “edit in place” functionality on your site.

\n

WPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Mar 2011 13:00:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"WPCandy: How to find WordPress themes, quickly and easily\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=15342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://feedproxy.google.com/~r/wpcandy/~3/uuu9EAdTtBE/how-to-find-wordpress-themes-quickly-and-easily\";s: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:7827:\"

\"\"

If you’re using WordPress, odds are you have started exploring the wonders that are WordPress themes. The right WordPress theme can make your blog pop, and while that won’t make or break your blog it might give you the inspiration to continue blogging and making a great site.

Sometimes it’s not easy to find the perfect WordPress theme. There are a lot of WordPress themes out there, but the perfect theme can at times seem like a needle in a haystack. To help you in your searching, we’ve put together the following guide to finding WordPress themes. If we’re missing a solid method, feel free to add your own tips in the comments.

The various methods we’ll be looking at are:

Browse the WordPress Theme Directory

\"\"

We’ve all said our piece about the state of WordPress themes in the free dot org directory at one point or another. While the designs of Theme Directory themes aren’t always top notch, there are a few gems to be found. Plus, you never know when the quality might improve.

How you browse the Theme Directory is up to you. You can browse themes straight from your WordPress Dashboard from the Appearance > Themes > Install screen. On that screen you can search for certain kinds of themes. If you would like to browse a bit more casually, I would recommend visiting the WordPress Theme Directory directly. Check out the most popular themes, browse by tag, or just page through those most recently added.

Visit your favorite commercial theme provider or marketplace

\"\"

Commercial theme shops are popular with good reason: people love quality work. By and large, the quality produced by professional theme designers and developers is top notch. So sometimes, depending on what you’re looking for, it’s best to stick to the quality and support you know and can count on. This won’t work out every time, but hey: when’s the last time you browsed through your favorite theme shop’s collection? It certainly couldn’t hurt.

Worth mentioning here are also theme marketplaces. They differ from what I call shops in that they offer themes from many different authors, rather than only a specific few. There aren’t as many marketplaces as there are shops: Theme Forest, Mojo Themes, Wonder Themes (when they are public), and Theme Garden are all marketplaces that may have what you are looking for.

On the topic of theme shops, WPCandy (and myself, actually) tend to be pretty neutral. There are plenty of folks out there doing awesome, awesome work. Which shops are your favorite, and which ones would you recommend others spend time searching through? Share with us in the comments.

Search for, and bookmark, collections of WordPress themes

Sometimes the easiest way to find WordPress themes is to let others do the work for you. There are a number of WordPress blogs out there (including our own, here) that take time tracking down WordPress themes for the sole purpose of collecting similar ones in a list for others. For instance, we have brought together a few collections recently:

You can see other collections within our Best Of section, or by heading straight to our Best WordPress Themes series. We’re not the only ones doing this, though. Oli Dale at WPLift has put together some pretty awesome lists over there too, which are easily some of my favorite lists around. One thing I would not recommend is simply searching for lists of WordPress themes online. You may end up finding themes that aren’t reputable, safe, or worth your time. In this case it’s very important to use trusted sources.

Do you have your own favorite sources for WordPress theme collection posts? Be sure to share them in the comments, particularly if you have assembled your own lists!

Use a tool to find your theme

\"\"

If you’re looking for a very specific type of theme, sometimes the normal searching methods won’t work. In those cases using the methods listed above will take a long time. Instead, try out a specialty theme search tool.

We built Theme Finder a few months back to solve just this problem for ourselves. Currently you can use it to search for themes by color, by layout, and by price. It currently holds over 600 high quality WordPress themes, with new ones added every month.

I would also recommend checking out ThemeSorter, another similar theme search engine that operates a bit differently than Theme Finder. QualiThemes is another solid resource that’s useful for finding themes by searching for keywords. Yellow Themes is another theme search engine worth trying out.


Hopefully you feel a bit more equipped to find WordPress themes than you were before. Did we miss a solid theme resource? Share your own tips for finding WordPress themes in the comments below.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Mar 2011 07:54:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPCandy: WordCamp Seattle 2011 tickets discounted due to generous sponsors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wpcandy.com/?p=16249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://feedproxy.google.com/~r/wpcandy/~3/RnASNhcwI_s/wordcamp-seattle-2011-tickets-discounted-due-to-generous-sponsors\";s: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:1156:\"

\"\"

Hey, remember WordCamp Seattle? We told you about it just the other day. It turns out that due to generous sponsors the event is now only $30, compared to the previous $40. So if your trip to Seattle was being held back due to that $10 (and you know who you are) you’re in luck.

Student tickets are now available as well, for $25. The only thing better than attending a WordCamp is doing so while saving money, amirite?

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 24 Mar 2011 07:08:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Ryan Imel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 04 Apr 2011 18:09:52 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 04 Apr 2011 18:00:13 GMT\";s:14:\"content-length\";s:6:\"202866\";s:4:\"x-nc\";s:11:\"HIT luv 139\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(545,0,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1301983792','no'),(546,0,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1301940592','no'),(1299,0,'_site_transient_timeout_browser_b9b67149893cf58ea98c6d61dc5cbb5c','1326379531','yes'),(1300,0,'_site_transient_browser_b9b67149893cf58ea98c6d61dc5cbb5c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"9.0.1\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1983,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1337371760','no'),(1984,0,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 May 2012 07:34: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: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:27:\"Matt Mullenweg on \"Akismet\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:33:\"uberdose on \"All in One SEO Pack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:29:\"Arne on \"Google XML Sitemaps\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Arne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"Takayuki Miyoshi on \"Contact Form 7\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:38:\"Brian Colinger on \"WordPress Importer\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18101@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"Michael Adams (mdawaffe) on \"Jetpack by WordPress.com\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"23862@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Michael Adams (mdawaffe)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:19:\"kikadev on \"gtrans\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/gtrans/#post-30417\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Sep 2011 11:48:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30417@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Make your website available to the world using Google Translate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"kikadev\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:42:\"Mike Challis on \"Fast Secure Contact Form\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/si-contact-form/#post-12636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Aug 2009 01:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12636@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:30:\"Alex Rabe on \"NextGEN Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"NextGEN Gallery is a fully integrated Image Gallery plugin for WordPress with dozens of options and features.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"John on \"Redirection\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/redirection/#post-2286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Sep 2007 04: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2286@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"John\";s: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:27:\"Joost de Valk on \"Sociable\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/sociable/#post-2865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Jan 2008 11:36: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2865@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Congrats for joining the leader in the sharing space of WordPress plugins. "Sociable" is totally FREE, has over 1,5 million downloads and is\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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: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:37:\"brianfreytag on \"Social Media 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:67:\"http://wordpress.org/extend/plugins/social-media-widget/#post-18183\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 May 2010 02:22:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18183@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"Adds links to all of your social media and sharing site profiles. Tons of icons come in 3 sizes, 4 icon styles, and 4 animations.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"brianfreytag\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"BraveNewCode Inc. on \"WPtouch\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPtouch: A simple, powerful and elegant mobile theme for your website.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:37:\"Jānis Elsts on \"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:66:\"http://wordpress.org/extend/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:41:\"2441@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"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:12:\"Jānis 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: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:26:\"Josh on \"Ultimate TinyMCE\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/ultimate-tinymce/#post-32088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Nov 2011 09:06:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"32088@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Description: Beef up your visual tinymce editor with a plethora of advanced options.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Josh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 18 May 2012 08:09:20 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:\"Fri, 18 May 2012 08:09:39 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 18 May 2012 07:34:39 +0000\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(543,0,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1301983792','no'),(544,0,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Mar 2011 15:57:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/?v=3.2-bleeding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WordPress Summer of Code 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/03/wordpress-summer-of-code-2011/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Mar 2011 15:57:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"GSoC\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1756\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:361:\"For the past several years, WordPress has been a proud participant in the Google Summer of Code program (aka GSoC). We’ve been accepted as a mentoring organization again this year, and are looking forward to working with a select handful of talented college students who are interested in developing for WordPress. Student applications are currently [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2993:\"

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

\n

GSoC Logistics:

\n\n

WordPress logistics:

\n\n

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

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

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

\n

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

\n

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

\n

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

\n

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

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

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

\n

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

\n

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

\n

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

\n

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

\n

By the Numbers

\n

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

\n

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

\n

We’re All in This Together

\n

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

\n

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

\n

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

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

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

\n

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

\n

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

\n

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

\n

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

\n

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

\n

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

\n

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

\n

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

\n
\n

WordPress 3.1 Release Candidate 4 is also now available.

\n

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

\n\n

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

\n\n

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

\n

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

\n

Download WordPress 3.1 RC4 or WordPress 3.0.5 now.

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

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

\n

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

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

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

\n

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

\n\n

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

\n

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

\n

Other fixes in RC3 include:

\n\n

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

\n\n

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

\n

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

\n

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

\n

Happy testing!

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

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

\n

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

\n

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

\n

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

\n

Select changes since RC1:

\n\n

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

\n\n

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

\n

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

\n

Download WordPress 3.1 RC 2

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2011/01/wordpress-3-1-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"3.0.4 Important Security Update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/news/2010/12/3-0-4-update/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/news/2010/12/3-0-4-update/#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, 29 Dec 2010 21:50: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=1641\";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:\"Version 3.0.4 of WordPress, available immediately through the update page in your dashboard or for download here, is a very important update to apply to your sites as soon as possible because it fixes a core security bug in our HTML sanitation library, called KSES. I would rate this release as “critical.” This issue affects [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1207:\"

Version 3.0.4 of WordPress, available immediately through the update page in your dashboard or for download here, is a very important update to apply to your sites as soon as possible because it fixes a core security bug in our HTML sanitation library, called KSES. I would rate this release as “critical.”

\n

This issue affects all versions of WordPress prior to 3.0.4, so if you are still on a 2.X release you need to update as well.

\n

I realize an update during the holidays is no fun, but this one is worth putting down the eggnog for. In the spirit of the holidays, consider helping your friends as well.

\n

If you are a security researcher, we’d appreciate you taking a look over this changeset as well to review our update. We’ve given it a lot of thought and review but since this is so core we want as many brains on it as possible. Thanks to Mauro Gentile and Jon Cave (duck_) who discovered and alerted us to these XSS vulnerabilities first.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2010/12/3-0-4-update/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:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Coming Up: Meet the Makers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/news/2010/12/coming-up-meet-the-makers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/news/2010/12/coming-up-meet-the-makers/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Dec 2010 20:34: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:8:\"category\";a:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1633\";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:374:\"I am often asked how decisions are made for WordPress, who’s involved in decision-making, and how the open source project is structured in general. WordPress is a meritocracy, meaning that anyone can get involved, and a combination of the quality of someone’s contributions and their level of interest/time commitment will determine how much influence they [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2899:\"

I am often asked how decisions are made for WordPress, who’s involved in decision-making, and how the open source project is structured in general. WordPress is a meritocracy, meaning that anyone can get involved, and a combination of the quality of someone’s contributions and their level of interest/time commitment will determine how much influence they have over decisions. Because these factors vary, we have several levels of contributors to the core WordPress application, ranging from full-time lead developers to casual one-patch contributors.

\n

I loved it when that Intel commercial in 2009 gave Ajay Bhatt, co-inventor of the USB, some recognition as a rock star of geekland (though I hated it that it wasn’t actually Ajay Bhatt, but an actor — way to kill the message, Intel).1 In WordPress-land, most people know who Matt Mullenweg is, but most of the other leaders and contributors are much less visible. Moving forward, I’m going to be posting profiles here of some of our more dedicated contributors.

\n

Why now? We’re coming up on the second annual WordPress core leadership meetup in January 2011, and we’re thinking we’ll hold a video town hall at some point during our time together. Between now and then the profiles I post will be of the core developers who will be at the meetup. After that, I’ll be branching out and posting about other contributors, including developers, designers, forum moderators, etc.

\n

I’ll post here in January when we have dates/times set for the video town hall. In the meantime, you can submit questions for us to answer then in the forum thread What Should 2011 Hold for WordPress?

\n

To get a sense of how all these people fit together and how decisions are made, you can check out the presentation I did at WordCamp Portland in October on How WordPress Decisions Get Made.

\n

1 – And how lame is it that Conan O’Brien’s interview with the real Ajay Bhatt is no longer available on the The Tonight Show’s website, and everyone’s embedded videos are blank? I found a copy of it here. And here’s the original Intel commercial if you were living under a rock and never saw it. \':)\'

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/news/2010/12/coming-up-meet-the-makers/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.1 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/2010/12/wordpress-3-1-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/2010/12/wordpress-3-1-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, 25 Dec 2010 23:59: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1606\";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:337:\"The first release candidate (RC1) for WordPress 3.1 is now available. An RC comes after the beta period and before final release. That means we think we’re done. We currently have no known issues or bugs to squash. But with tens of millions of users, a variety of configurations, and thousands of plugins, it’s possible [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2568:\"

The first release candidate (RC1) for WordPress 3.1 is now available.

\n

An RC comes after the beta period and before final release. That means we think we’re done. We currently have no known issues or bugs to squash. But with tens of millions of users, a variety of configurations, and thousands of plugins, it’s possible we’ve missed something. So if you haven’t tested WordPress 3.1 yet, now is the time! Please though, not on your live site unless you’re extra adventurous.

\n

Things to keep in mind:

\n\n

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

\n\n

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

\n

We released WordPress 3.1 Beta 1 on Thanksgiving, so it’s only fitting that the release candidate comes as a Christmas present. Happy holidays and happy testing!

\n

Download WordPress 3.1 RC 1

\n

If you’d like to know which levers to pull in your testing, check out a list of features in our Beta 1 post.

\n\";s: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/2010/12/wordpress-3-1-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 04 Apr 2011 18:09:51 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:\"Wed, 30 Mar 2011 15:57:54 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1972,0,'_transient_timeout_plugin_slugs','1337363974','no'),(1973,0,'_transient_plugin_slugs','a:10:{i:0;s:19:\"akismet/akismet.php\";i:1;s:53:\"facebook-comments-for-wordpress/facebook-comments.php\";i:2;s:9:\"hello.php\";i:3;s:39:\"mce-table-buttons/mce_table_buttons.php\";i:4;s:37:\"share-and-follow/share-and-follow.php\";i:5;s:23:\"tweetmeme/tweetmeme.php\";i:6;s:25:\"wp-cumulus/wp-cumulus.php\";i:7;s:39:\"wp-table-reloaded/wp-table-reloaded.php\";i:8;s:43:\"wp-native-dashboard/wp-native-dashboard.php\";i:9;s:19:\"wptouch/wptouch.php\";}','no'),(147,0,'_transient_random_seed','9d5b04ffc6fa36daff29ee30c7443ad1','yes'),(148,0,'akismet_available_servers','a:4:{s:12:\"72.233.69.89\";b:1;s:12:\"66.135.58.61\";b:1;s:12:\"66.135.58.62\";b:1;s:12:\"72.233.69.88\";b:1;}','yes'),(149,0,'akismet_connectivity_time','1298382924','yes'),(150,0,'recently_activated','a:0:{}','yes'),(209,0,'_transient_timeout_wporg_theme_feature_list','1298555996','no'),(210,0,'_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:14:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:5:\"green\";i:4;s:6:\"orange\";i:5;s:4:\"pink\";i:6;s:6:\"purple\";i:7;s:3:\"red\";i:8;s:6:\"silver\";i:9;s:3:\"tan\";i:10;s:5:\"white\";i:11;s:6:\"yellow\";i:12;s:4:\"dark\";i:13;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:13:{i:0;s:13:\"custom-colors\";i:1;s:13:\"custom-header\";i:2;s:17:\"custom-background\";i:3;s:11:\"custom-menu\";i:4;s:12:\"editor-style\";i:5;s:13:\"theme-options\";i:6;s:17:\"threaded-comments\";i:7;s:11:\"sticky-post\";i:8;s:12:\"microformats\";i:9;s:20:\"rtl-language-support\";i:10;s:17:\"translation-ready\";i:11;s:20:\"front-page-post-form\";i:12;s:10:\"buddypress\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','no'),(1126,0,'_site_transient_timeout_wporg_theme_feature_list','1323641959','yes'),(1127,0,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:18:{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:20:\"front-page-post-form\";i:10;s:19:\"full-width-template\";i:11;s:12:\"microformats\";i:12;s:12:\"post-formats\";i:13;s:20:\"rtl-language-support\";i:14;s:11:\"sticky-post\";i:15;s:13:\"theme-options\";i:16;s:17:\"threaded-comments\";i:17;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'),(222,0,'theme_mods_suffusion','a:1:{i:0;b:0;}','yes'),(224,0,'suffusion_options_field_titles','a:576:{s:18:\"suf_up_migrate_302\";s:44:\"Migrate settings from version 3.0.2 or lower\";s:18:\"suf_up_migrate_343\";s:44:\"Migrate settings from version 3.4.3 or lower\";s:18:\"suf_export_options\";s:45:\"Export options for use in other installations\";s:18:\"suf_import_options\";s:40:\"Import options from another installation\";s:16:\"suf_color_scheme\";s:12:\"Color Scheme\";s:22:\"suf_navt_skin_def_cust\";s:18:\"Default or custom?\";s:25:\"suf_navt_skin_settings_bg\";s:25:\"Navigation Bar Background\";s:32:\"suf_navt_skin_settings_bg_border\";s:21:\"Navigation Bar Border\";s:30:\"suf_navt_skin_settings_bg_font\";s:30:\"Navigation Bar Background Font\";s:22:\"suf_navt_skin_settings\";s:21:\"Navigation Menu Items\";s:29:\"suf_navt_skin_settings_border\";s:28:\"Navigation Menu Items Border\";s:27:\"suf_navt_skin_settings_font\";s:26:\"Navigation Menu Items Font\";s:28:\"suf_navt_skin_settings_hover\";s:28:\"Navigation Menu Items: Hover\";s:35:\"suf_navt_skin_settings_hover_border\";s:35:\"Navigation Menu Items: Hover Border\";s:33:\"suf_navt_skin_settings_hover_font\";s:33:\"Navigation Menu Items: Hover Font\";s:30:\"suf_navt_skin_settings_visited\";s:30:\"Navigation Menu Items: Visited\";s:37:\"suf_navt_skin_settings_visited_border\";s:37:\"Navigation Menu Items: Visited Border\";s:35:\"suf_navt_skin_settings_visited_font\";s:35:\"Navigation Menu Items: Visited Font\";s:25:\"suf_navt_skin_settings_hl\";s:34:\"Navigation Menu Items: Highlighted\";s:32:\"suf_navt_skin_settings_hl_border\";s:41:\"Navigation Menu Items: Highlighted Border\";s:30:\"suf_navt_skin_settings_hl_font\";s:39:\"Navigation Menu Items: Highlighted Font\";s:24:\"suf_header_style_setting\";s:43:\"Default styles or custom styles for header?\";s:23:\"suf_header_layout_style\";s:19:\"Header Layout Style\";s:21:\"suf_header_image_type\";s:28:\"Header Background Image Type\";s:27:\"suf_header_background_image\";s:23:\"Header Background Image\";s:28:\"suf_header_background_repeat\";s:30:\"Header Background Image Tiling\";s:30:\"suf_header_background_position\";s:32:\"Header Background Image Position\";s:32:\"suf_header_background_rot_folder\";s:37:\"Folder for Rotating Header background\";s:25:\"suf_header_gradient_style\";s:32:\"Header Background Gradient Style\";s:31:\"suf_header_gradient_start_color\";s:38:\"Header Background Gradient Start Color\";s:29:\"suf_header_gradient_end_color\";s:36:\"Header Background Gradient End Color\";s:24:\"suf_header_fg_image_type\";s:28:\"Header Foreground Image Type\";s:19:\"suf_header_fg_image\";s:23:\"Header Foreground Image\";s:20:\"suf_blog_title_color\";s:25:\"Blog Title / Header Color\";s:20:\"suf_blog_title_style\";s:30:\"Blog Title / Header Decoration\";s:26:\"suf_blog_title_hover_color\";s:31:\"Blog Title / Header Hover Color\";s:26:\"suf_blog_title_hover_style\";s:36:\"Blog Title / Header Hover Decoration\";s:26:\"suf_blog_description_color\";s:35:\"Blog Description / Sub-header Color\";s:20:\"suf_header_alignment\";s:29:\"Blog Title / Header Alignment\";s:24:\"suf_sub_header_alignment\";s:34:\"Description / Sub-Header Alignment\";s:33:\"suf_sub_header_vertical_alignment\";s:63:\"Description / Sub-Header Vertical Alignment, relative to header\";s:18:\"suf_wrapper_margin\";s:42:\"Empty Space Between Top of Page and Header\";s:17:\"suf_header_height\";s:26:\"Height of the Header image\";s:21:\"suf_nav_skin_def_cust\";s:18:\"Default or custom?\";s:24:\"suf_nav_skin_settings_bg\";s:25:\"Navigation Bar Background\";s:31:\"suf_nav_skin_settings_bg_border\";s:21:\"Navigation Bar Border\";s:29:\"suf_nav_skin_settings_bg_font\";s:30:\"Navigation Bar Background Font\";s:21:\"suf_nav_skin_settings\";s:21:\"Navigation Menu Items\";s:28:\"suf_nav_skin_settings_border\";s:28:\"Navigation Menu Items Border\";s:26:\"suf_nav_skin_settings_font\";s:26:\"Navigation Menu Items Font\";s:27:\"suf_nav_skin_settings_hover\";s:28:\"Navigation Menu Items: Hover\";s:34:\"suf_nav_skin_settings_hover_border\";s:35:\"Navigation Menu Items: Hover Border\";s:32:\"suf_nav_skin_settings_hover_font\";s:33:\"Navigation Menu Items: Hover Font\";s:29:\"suf_nav_skin_settings_visited\";s:30:\"Navigation Menu Items: Visited\";s:36:\"suf_nav_skin_settings_visited_border\";s:37:\"Navigation Menu Items: Visited Border\";s:34:\"suf_nav_skin_settings_visited_font\";s:35:\"Navigation Menu Items: Visited Font\";s:24:\"suf_nav_skin_settings_hl\";s:34:\"Navigation Menu Items: Highlighted\";s:31:\"suf_nav_skin_settings_hl_border\";s:41:\"Navigation Menu Items: Highlighted Border\";s:29:\"suf_nav_skin_settings_hl_font\";s:39:\"Navigation Menu Items: Highlighted Font\";s:22:\"suf_body_style_setting\";s:44:\"Default or custom backgrounds for main body?\";s:25:\"suf_body_background_color\";s:21:\"Body Background Color\";s:25:\"suf_body_background_image\";s:21:\"Body Background Image\";s:26:\"suf_body_background_repeat\";s:28:\"Body Background Image Tiling\";s:30:\"suf_body_background_attachment\";s:26:\"Background Image Scrolling\";s:28:\"suf_body_background_position\";s:25:\"Background Image Position\";s:29:\"suf_wrapper_settings_def_cust\";s:18:\"Default or custom?\";s:23:\"suf_wrapper_bg_settings\";s:23:\"Main Wrapper Background\";s:16:\"suf_show_shadows\";s:12:\"Show Shadows\";s:29:\"suf_post_bg_settings_def_cust\";s:18:\"Default or custom?\";s:20:\"suf_post_bg_settings\";s:15:\"Post Background\";s:27:\"suf_body_font_style_setting\";s:30:\"Default or custom font styles?\";s:20:\"suf_body_font_family\";s:9:\"Font Face\";s:14:\"suf_font_color\";s:10:\"Font Color\";s:14:\"suf_link_color\";s:10:\"Link Color\";s:14:\"suf_link_style\";s:15:\"Link Decoration\";s:22:\"suf_visited_link_color\";s:18:\"Visited Link Color\";s:22:\"suf_visited_link_style\";s:23:\"Visited Link Decoration\";s:20:\"suf_link_hover_color\";s:16:\"Link Hover Color\";s:20:\"suf_link_hover_style\";s:21:\"Link Hover Decoration\";s:17:\"suf_date_box_show\";s:14:\"Hide date box?\";s:30:\"suf_date_box_settings_def_cust\";s:18:\"Default or custom?\";s:21:\"suf_date_box_settings\";s:8:\"Date Box\";s:18:\"suf_date_box_mfont\";s:10:\"Month Font\";s:18:\"suf_date_box_dfont\";s:9:\"Date Font\";s:18:\"suf_date_box_yfont\";s:9:\"Year Font\";s:26:\"suf_emphasis_customization\";s:37:\"Default styles for emphasis elements?\";s:23:\"suf_download_font_color\";s:25:\"Download Block Font Color\";s:29:\"suf_download_background_color\";s:31:\"Download Block Background Color\";s:25:\"suf_download_border_color\";s:27:\"Download Block Border Color\";s:27:\"suf_announcement_font_color\";s:29:\"Announcement Block Font Color\";s:33:\"suf_announcement_background_color\";s:35:\"Announcement Block Background Color\";s:29:\"suf_announcement_border_color\";s:31:\"Announcement Block Border Color\";s:19:\"suf_note_font_color\";s:21:\"Note Block Font Color\";s:25:\"suf_note_background_color\";s:27:\"Note Block Background Color\";s:21:\"suf_note_border_color\";s:23:\"Note Block Border Color\";s:22:\"suf_warning_font_color\";s:24:\"Warning Block Font Color\";s:28:\"suf_warning_background_color\";s:30:\"Warning Block Background Color\";s:24:\"suf_warning_border_color\";s:26:\"Warning Block Border Color\";s:16:\"suf_favicon_path\";s:12:\"Favicon Path\";s:17:\"suf_navt_contents\";s:29:\"Set up the Top Navigation Bar\";s:18:\"suf_navt_bar_style\";s:24:\"Top Navigation Bar Style\";s:15:\"suf_navt_dd_pos\";s:23:\"Drop-down menu position\";s:18:\"suf_navt_item_type\";s:15:\"Menu Item Style\";s:14:\"suf_navt_delay\";s:20:\"Drop-down menu delay\";s:15:\"suf_navt_effect\";s:30:\"Fade effect for drop-down menu\";s:18:\"suf_navt_show_home\";s:17:\"Show \"Home\" page?\";s:18:\"suf_navt_home_text\";s:16:\"\"Home\" page text\";s:21:\"suf_navt_entity_order\";s:39:\"Order of entities in top navigation bar\";s:23:\"suf_navt_text_transform\";s:42:\"Text Transformation for Top Navigation Bar\";s:20:\"suf_navt_pages_style\";s:40:\"Page listing style in top Navigation Bar\";s:23:\"suf_navt_page_tab_title\";s:17:\"\"Pages\" tab title\";s:22:\"suf_navt_page_tab_link\";s:16:\"\"Pages\" tab link\";s:22:\"suf_navt_pages_all_sel\";s:41:\"Pages in Navigation Bar - All or Selected\";s:14:\"suf_navt_pages\";s:38:\"Select pages to show in Navigation Bar\";s:18:\"suf_navt_cat_style\";s:40:\"Category listing style in Navigation Bar\";s:22:\"suf_navt_cat_tab_title\";s:22:\"\"Categories\" tab title\";s:21:\"suf_navt_cat_tab_link\";s:21:\"\"Categories\" tab link\";s:21:\"suf_navt_cats_all_sel\";s:46:\"Categories in Navigation Bar - All or Selected\";s:13:\"suf_navt_cats\";s:43:\"Select categories to show in Navigation Bar\";s:20:\"suf_navt_links_style\";s:50:\"WordPress Link listing style in Top Navigation Bar\";s:24:\"suf_navt_links_tab_title\";s:17:\"\"Links\" tab title\";s:23:\"suf_navt_links_tab_link\";s:16:\"\"Links\" tab link\";s:22:\"suf_navt_links_all_sel\";s:41:\"Links in Navigation Bar - All or Selected\";s:14:\"suf_navt_links\";s:38:\"Select links to show in Navigation Bar\";s:22:\"suf_navt_menus_all_sel\";s:41:\"WP 3.0 Navigation Menus - All or Selected\";s:14:\"suf_navt_menus\";s:20:\"Select Menus to show\";s:16:\"suf_nav_contents\";s:31:\"Show / Hide Main Navigation Bar\";s:17:\"suf_nav_bar_style\";s:25:\"Main Navigation Bar Style\";s:17:\"suf_nav_item_type\";s:15:\"Menu Item Style\";s:13:\"suf_nav_delay\";s:20:\"Drop-down menu delay\";s:14:\"suf_nav_effect\";s:30:\"Fade effect for drop-down menu\";s:13:\"suf_show_home\";s:17:\"Show \"Home\" page?\";s:13:\"suf_home_text\";s:16:\"\"Home\" page text\";s:20:\"suf_nav_entity_order\";s:35:\"Order of entities in navigation bar\";s:22:\"suf_nav_text_transform\";s:38:\"Text Transformation for Navigation Bar\";s:19:\"suf_nav_pages_style\";s:36:\"Page listing style in Navigation Bar\";s:22:\"suf_nav_page_tab_title\";s:17:\"\"Pages\" tab title\";s:21:\"suf_nav_page_tab_link\";s:16:\"\"Pages\" tab link\";s:21:\"suf_nav_pages_all_sel\";s:41:\"Pages in Navigation Bar - All or Selected\";s:13:\"suf_nav_pages\";s:49:\"Select pages to include/exclude in Navigation Bar\";s:17:\"suf_nav_cat_style\";s:40:\"Category listing style in Navigation Bar\";s:21:\"suf_nav_cat_tab_title\";s:22:\"\"Categories\" tab title\";s:20:\"suf_nav_cat_tab_link\";s:21:\"\"Categories\" tab link\";s:20:\"suf_nav_cats_all_sel\";s:46:\"Categories in Navigation Bar - All or Selected\";s:12:\"suf_nav_cats\";s:43:\"Select categories to show in Navigation Bar\";s:19:\"suf_nav_links_style\";s:46:\"WordPress Link listing style in Navigation Bar\";s:23:\"suf_nav_links_tab_title\";s:17:\"\"Links\" tab title\";s:22:\"suf_nav_links_tab_link\";s:16:\"\"Links\" tab link\";s:21:\"suf_nav_links_all_sel\";s:41:\"Links in Navigation Bar - All or Selected\";s:13:\"suf_nav_links\";s:38:\"Select links to show in Navigation Bar\";s:21:\"suf_nav_menus_all_sel\";s:41:\"WP 3.0 Navigation Menus - All or Selected\";s:13:\"suf_nav_menus\";s:20:\"Select Menus to show\";s:29:\"suf_nav_exclude_in_breadcrumb\";s:28:\"Excluded pages in breadcrumb\";s:18:\"suf_nav_breadcrumb\";s:31:\"Breadcrumb Navigation for Pages\";s:24:\"suf_breadcrumb_separator\";s:20:\"Breadcrumb Separator\";s:21:\"suf_nav_strip_a_title\";s:51:\"\"Title\" attribute upon hovering over navigation bar\";s:23:\"suf_footer_layout_style\";s:19:\"Footer Layout Style\";s:15:\"suf_footer_left\";s:27:\"Text in left part of footer\";s:17:\"suf_footer_center\";s:30:\"Text in central part of footer\";s:16:\"suf_size_options\";s:42:\"Default sizes / margins for page elements?\";s:22:\"suf_wrapper_width_type\";s:15:\"Page Width Type\";s:22:\"suf_wrapper_width_flex\";s:13:\"Width of page\";s:26:\"suf_wrapper_width_flex_max\";s:13:\"Maximum width\";s:26:\"suf_wrapper_width_flex_min\";s:13:\"Minimum width\";s:24:\"suf_wrapper_width_preset\";s:18:\"Overall Page Width\";s:17:\"suf_wrapper_width\";s:27:\"Custom value for page width\";s:18:\"suf_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:14:\"suf_sb_1_width\";s:64:\"Custom component width - Custom value for width of first sidebar\";s:14:\"suf_sb_2_width\";s:65:\"Custom component width - Custom value for width of second sidebar\";s:22:\"suf_post_meta_position\";s:45:\"Position of meta information (including date)\";s:18:\"suf_post_show_cats\";s:26:\"Show Categories for posts?\";s:21:\"suf_post_show_comment\";s:29:\"Show Comments link for Posts?\";s:23:\"suf_post_show_posted_by\";s:27:\"Show \"Posted By\" for Posts?\";s:25:\"suf_post_posted_by_format\";s:18:\"\"Posted By\" format\";s:18:\"suf_post_show_tags\";s:20:\"Show Tags for posts?\";s:22:\"suf_page_meta_position\";s:45:\"Position of meta information (including date)\";s:21:\"suf_page_show_comment\";s:29:\"Show Comments link for Pages?\";s:23:\"suf_page_show_posted_by\";s:27:\"Show \"Posted By\" for Pages?\";s:25:\"suf_page_posted_by_format\";s:18:\"\"Posted By\" format\";s:17:\"suf_index_excerpt\";s:34:\"Layout Settings for the Front Page\";s:19:\"suf_index_fc_number\";s:42:\"Number of Full content posts on Front Page\";s:20:\"suf_category_excerpt\";s:30:\"Layout Settings for Categories\";s:22:\"suf_category_fc_number\";s:43:\"Number of Full content posts for Categories\";s:19:\"suf_archive_excerpt\";s:39:\"Layout Settings for Date-based Archives\";s:21:\"suf_archive_fc_number\";s:52:\"Number of Full content posts for date-based archives\";s:15:\"suf_tag_excerpt\";s:24:\"Layout Settings for Tags\";s:17:\"suf_tag_fc_number\";s:37:\"Number of Full content posts for Tags\";s:18:\"suf_search_excerpt\";s:34:\"Layout Settings for Search Results\";s:20:\"suf_search_fc_number\";s:47:\"Number of Full content posts for Search Results\";s:18:\"suf_author_excerpt\";s:35:\"Layout Settings for the Author Page\";s:20:\"suf_author_fc_number\";s:40:\"Number of Full content posts for Authors\";s:25:\"suf_excerpt_custom_length\";s:42:\"Number of words in auto-generated excerpts\";s:28:\"suf_excerpt_custom_more_text\";s:40:\"Replacement text for \"[...]\" in excerpts\";s:26:\"suf_show_excerpt_thumbnail\";s:28:\"Show thumbnails for excerpts\";s:26:\"suf_show_content_thumbnail\";s:32:\"Show thumbnails for full content\";s:20:\"suf_excerpt_img_pref\";s:22:\"Image preference order\";s:17:\"suf_excerpt_tt_zc\";s:21:\"Proportional resizing\";s:22:\"suf_excerpt_tt_quality\";s:23:\"Set compression quality\";s:31:\"suf_excerpt_thumbnail_alignment\";s:31:\"Thumbnail alignment in excerpts\";s:26:\"suf_excerpt_thumbnail_size\";s:26:\"Thumbnail size in excerpts\";s:34:\"suf_excerpt_thumbnail_custom_width\";s:25:\"Custom width of thumbnail\";s:35:\"suf_excerpt_thumbnail_custom_height\";s:26:\"Custom height of thumbnail\";s:22:\"suf_excerpt_list_count\";s:40:\"Number of posts in \"Display List\" option\";s:22:\"suf_excerpt_list_style\";s:35:\"List style in \"Display List\" option\";s:25:\"suf_tile_excerpts_per_row\";s:52:\"Number of excerpts per row in \"Display Tiles\" option\";s:23:\"suf_tile_images_enabled\";s:32:\"Thumbnail container for excerpts\";s:25:\"suf_tile_image_box_height\";s:39:\"Thumbnail container height for excerpts\";s:24:\"suf_tile_title_alignment\";s:51:\"Display Tiles - Alignment of post title in Excerpts\";s:23:\"suf_featured_index_view\";s:19:\"Main (default) page\";s:26:\"suf_featured_category_view\";s:13:\"Category view\";s:21:\"suf_featured_tag_view\";s:8:\"Tag view\";s:24:\"suf_featured_author_view\";s:11:\"Author view\";s:24:\"suf_featured_search_view\";s:11:\"Search view\";s:22:\"suf_featured_time_view\";s:17:\"Time archive view\";s:26:\"suf_featured_pages_with_fc\";s:34:\"Static Pages with Featured Content\";s:22:\"suf_featured_num_posts\";s:15:\"Number of Posts\";s:23:\"suf_featured_show_dupes\";s:20:\"Show Duplicate Posts\";s:25:\"suf_featured_allow_sticky\";s:17:\"Show Sticky Posts\";s:24:\"suf_featured_show_latest\";s:18:\"Show Latest Posts?\";s:29:\"suf_featured_num_latest_posts\";s:22:\"Number of Latest Posts\";s:32:\"suf_featured_selected_categories\";s:17:\"Select Categories\";s:27:\"suf_featured_selected_pages\";s:12:\"Select Pages\";s:27:\"suf_featured_selected_posts\";s:13:\"Posts to show\";s:26:\"suf_featured_selected_tags\";s:12:\"Tags to show\";s:21:\"suf_featured_use_lite\";s:35:\"Use \"Lite\" version of JQuery Cycle?\";s:21:\"suf_featured_img_pref\";s:22:\"Image preference order\";s:15:\"suf_featured_fx\";s:35:\"Featured Posts - Transition Effects\";s:17:\"suf_featured_sync\";s:38:\"Featured Posts - Image synchronization\";s:21:\"suf_featured_interval\";s:43:\"Featured Posts - Time for each post display\";s:29:\"suf_featured_transition_speed\";s:42:\"Featured Posts - Transition speed for post\";s:19:\"suf_featured_height\";s:36:\"Height of the Featured Posts section\";s:24:\"suf_featured_show_border\";s:28:\"Featured Posts - Show Border\";s:23:\"suf_featured_image_size\";s:30:\"Image size in featured content\";s:31:\"suf_featured_image_custom_width\";s:30:\"Custom width of featured image\";s:32:\"suf_featured_image_custom_height\";s:31:\"Custom height of featured image\";s:15:\"suf_featured_zc\";s:21:\"Proportional resizing\";s:25:\"suf_featured_excerpt_type\";s:29:\"Featured Posts - Display Text\";s:29:\"suf_featured_excerpt_position\";s:33:\"Featured Posts - Position of Text\";s:26:\"suf_featured_excerpt_width\";s:13:\"Width of Text\";s:29:\"suf_featured_excerpt_bg_color\";s:38:\"Featured Posts - Text background color\";s:31:\"suf_featured_excerpt_font_color\";s:32:\"Featured Posts - Text font color\";s:31:\"suf_featured_excerpt_link_color\";s:32:\"Featured Posts - Link font color\";s:18:\"suf_featured_pager\";s:27:\"Featured Posts - Post Index\";s:23:\"suf_featured_controller\";s:50:\"Featured Posts - Pause, Previous and Next Controls\";s:19:\"suf_pagination_type\";s:37:\"Options for paged navigation of posts\";s:20:\"suf_pagination_index\";s:30:\"Numbered Listing - Page x of y\";s:24:\"suf_pagination_prev_next\";s:42:\"Numbered Listing - Previous and Next links\";s:23:\"suf_pagination_show_all\";s:44:\"Numbered Listing - Show all pages in listing\";s:20:\"suf_cpagination_type\";s:40:\"Options for paged navigation of comments\";s:21:\"suf_cpagination_index\";s:42:\"Numbered Listing of Comments - Page x of y\";s:25:\"suf_cpagination_prev_next\";s:54:\"Numbered Listing of Comments - Previous and Next links\";s:24:\"suf_cpagination_show_all\";s:64:\"Numbered Listing of Comments - Show all comment pages in listing\";s:24:\"suf_show_rounded_corners\";s:20:\"Use Rounded Corners?\";s:17:\"suf_sidebar_count\";s:13:\"Default Views\";s:22:\"suf_blog_sidebar_count\";s:9:\"Blog Page\";s:26:\"suf_category_sidebar_count\";s:14:\"Category Views\";s:21:\"suf_tag_sidebar_count\";s:9:\"Tag Views\";s:24:\"suf_author_sidebar_count\";s:12:\"Author Views\";s:22:\"suf_date_sidebar_count\";s:13:\"Date Archives\";s:24:\"suf_search_sidebar_count\";s:14:\"Search Results\";s:22:\"suf_jq_masonry_enabled\";s:19:\"Use JQuery Masonry?\";s:17:\"suf_wa_tbrh_style\";s:44:\"Style of \"Top Bar Right Widgets\" widget area\";s:19:\"suf_header_for_trbh\";s:56:\"Title styling of widgets in \"Top Bar Right Widgets\" area\";s:21:\"suf_wa_tbrh_open_text\";s:25:\"Sliding Panel \"Open\" text\";s:22:\"suf_wa_tbrh_close_text\";s:26:\"Sliding Panel \"Close\" text\";s:19:\"suf_wa_tbrh_columns\";s:34:\"Columns in \"Top Bar Right Widgets\"\";s:23:\"suf_wa_tbrh_panel_color\";s:19:\"Sliding Panel Color\";s:30:\"suf_wa_tbrh_panel_border_color\";s:20:\"Sliding Panel Border\";s:28:\"suf_wa_tbrh_panel_font_color\";s:24:\"Sliding Panel Font Color\";s:15:\"suf_wah_columns\";s:31:\"Columns in Widgets Above Header\";s:15:\"suf_wih_columns\";s:28:\"Columns in Widgets in Header\";s:13:\"suf_wih_width\";s:30:\"Width of Widget Area in Header\";s:20:\"suf_wah_layout_style\";s:28:\"Layout Style for widget area\";s:15:\"suf_show_search\";s:50:\"Show Search in Widget Area on right side of header\";s:21:\"suf_sidebar_alignment\";s:25:\"Position of First Sidebar\";s:16:\"suf_wa_sb1_style\";s:22:\"Style of first sidebar\";s:25:\"suf_sidebar_1_def_widgets\";s:33:\"Default widgets for first sidebar\";s:17:\"suf_sidebar_1_dnd\";s:31:\"Drag-and-Drop for First Sidebar\";s:21:\"suf_sidebar_1_expcoll\";s:43:\"Expand / Collapse for First Sidebar Widgets\";s:18:\"suf_sidebar_header\";s:22:\"Sidebar Widgets Titles\";s:25:\"suf_sb_font_style_setting\";s:42:\"Default or custom font styles for sidebar?\";s:17:\"suf_sb_font_color\";s:18:\"Sidebar Font Color\";s:17:\"suf_sb_link_color\";s:18:\"Sidebar Link Color\";s:17:\"suf_sb_link_style\";s:23:\"Sidebar Link Decoration\";s:25:\"suf_sb_visited_link_color\";s:26:\"Sidebar Visited Link Color\";s:25:\"suf_sb_visited_link_style\";s:31:\"Sidebar Visited Link Decoration\";s:23:\"suf_sb_link_hover_color\";s:24:\"Sidebar Link Hover Color\";s:23:\"suf_sb_link_hover_style\";s:29:\"Sidebar Link Hover Decoration\";s:17:\"suf_wa_sb1b_style\";s:28:\"Style of lower first sidebar\";s:23:\"suf_sidebar_2_alignment\";s:26:\"Position of Second Sidebar\";s:16:\"suf_wa_sb2_style\";s:23:\"Style of second sidebar\";s:17:\"suf_sidebar_2_dnd\";s:32:\"Drag-and-Drop for Second Sidebar\";s:21:\"suf_sidebar_2_expcoll\";s:44:\"Expand / Collapse for Second Sidebar Widgets\";s:17:\"suf_wa_sb2b_style\";s:29:\"Style of lower second sidebar\";s:16:\"suf_wa_wst_style\";s:27:\"Style of wide sidebar (Top)\";s:16:\"suf_wa_wsb_style\";s:30:\"Style of wide sidebar (Bottom)\";s:36:\"suf_widget_area_below_header_enabled\";s:32:\"Enable Widget Area Below Header?\";s:36:\"suf_widget_area_below_header_columns\";s:35:\"Columns in Widget Area Below Header\";s:17:\"suf_wa_wabh_style\";s:33:\"Style of widget area below header\";s:35:\"suf_header_for_widgets_below_header\";s:38:\"Title styling for widgets below header\";s:27:\"suf_wabh_font_style_setting\";s:59:\"Default or custom font styles for widget area below header?\";s:19:\"suf_wabh_font_color\";s:39:\"Font Color for Widget Area Below Header\";s:19:\"suf_wabh_link_color\";s:39:\"Link Color for Widget Area Below Header\";s:19:\"suf_wabh_link_style\";s:44:\"Link Decoration for Widget Area Below Header\";s:27:\"suf_wabh_visited_link_color\";s:47:\"Visited Link Color for Widget Area Below Header\";s:27:\"suf_wabh_visited_link_style\";s:52:\"Visited Link Decoration for Widget Area Below Header\";s:25:\"suf_wabh_link_hover_color\";s:45:\"Link Hover Color for Widget Area Below Header\";s:25:\"suf_wabh_link_hover_style\";s:50:\"Link Hover Decoration for Widget Area Below Header\";s:36:\"suf_widget_area_above_footer_enabled\";s:32:\"Enable Widget Area Above Footer?\";s:36:\"suf_widget_area_above_footer_columns\";s:35:\"Columns in Widget Area Above Footer\";s:17:\"suf_wa_waaf_style\";s:33:\"Style of widget area above footer\";s:35:\"suf_header_for_widgets_above_footer\";s:38:\"Title styling for widgets above footer\";s:27:\"suf_waaf_font_style_setting\";s:59:\"Default or custom font styles for widget area above footer?\";s:19:\"suf_waaf_font_color\";s:39:\"Font Color for Widget Area Above Footer\";s:19:\"suf_waaf_link_color\";s:39:\"Link Color for Widget Area Above Footer\";s:19:\"suf_waaf_link_style\";s:44:\"Link Decoration for Widget Area Above Footer\";s:27:\"suf_waaf_visited_link_color\";s:47:\"Visited Link Color for Widget Area Above Footer\";s:27:\"suf_waaf_visited_link_style\";s:52:\"Visited Link Decoration for Widget Area Above Footer\";s:25:\"suf_waaf_link_hover_color\";s:45:\"Link Hover Color for Widget Area Above Footer\";s:25:\"suf_waaf_link_hover_style\";s:50:\"Link Hover Decoration for Widget Area Above Footer\";s:18:\"suf_adhoc1_columns\";s:22:\"Columns in Widget area\";s:18:\"suf_adhoc2_columns\";s:22:\"Columns in Widget area\";s:18:\"suf_adhoc3_columns\";s:22:\"Columns in Widget area\";s:18:\"suf_adhoc4_columns\";s:22:\"Columns in Widget area\";s:18:\"suf_adhoc5_columns\";s:22:\"Columns in Widget area\";s:17:\"suf_sbtab_enabled\";s:22:\"Enable Tabbed Sidebar?\";s:19:\"suf_sbtab_alignment\";s:27:\"Alignment of Tabbed Sidebar\";s:17:\"suf_sbtab_widgets\";s:26:\"Contents of Tabbed Sidebar\";s:22:\"suf_sbtab_widget_order\";s:31:\"Order of tabs in Tabbed Sidebar\";s:26:\"suf_sbtab_categories_title\";s:33:\"Tabbed Sidebar - Categories Title\";s:33:\"suf_sbtab_categories_hierarchical\";s:48:\"Tabbed Sidebar - List categories hierarchically?\";s:31:\"suf_sbtab_categories_post_count\";s:51:\"Tabbed Sidebar - Show post count for each category?\";s:24:\"suf_sbtab_archives_title\";s:31:\"Tabbed Sidebar - Archives Title\";s:23:\"suf_sbtab_archives_type\";s:33:\"Tabbed Sidebar - Archive grouping\";s:28:\"suf_sbtab_archives_list_type\";s:34:\"Tabbed Sidebar - Archive list type\";s:29:\"suf_sbtab_archives_post_count\";s:50:\"Tabbed Sidebar - Show post count for each archive?\";s:21:\"suf_sbtab_Links_title\";s:28:\"Tabbed Sidebar - Links Title\";s:20:\"suf_sbtab_meta_title\";s:27:\"Tabbed Sidebar - Meta Title\";s:21:\"suf_sbtab_pages_title\";s:28:\"Tabbed Sidebar - Pages Title\";s:31:\"suf_sbtab_recent_comments_title\";s:38:\"Tabbed Sidebar - Recent Comments Title\";s:28:\"suf_sbtab_recent_posts_title\";s:35:\"Tabbed Sidebar - Recent Posts Title\";s:22:\"suf_sbtab_search_title\";s:29:\"Tabbed Sidebar - Search Title\";s:25:\"suf_sbtab_tag_cloud_title\";s:32:\"Tabbed Sidebar - Tag Cloud Title\";s:28:\"suf_sbtab_custom_tab_1_title\";s:35:\"Tabbed Sidebar - Custom Tab 1 Title\";s:31:\"suf_sbtab_custom_tab_1_contents\";s:38:\"Tabbed Sidebar - Custom Tab 1 Contents\";s:28:\"suf_sbtab_custom_tab_2_title\";s:35:\"Tabbed Sidebar - Custom Tab 2 Title\";s:31:\"suf_sbtab_custom_tab_2_contents\";s:38:\"Tabbed Sidebar - Custom Tab 2 Contents\";s:28:\"suf_sbtab_custom_tab_3_title\";s:35:\"Tabbed Sidebar - Custom Tab 3 Title\";s:31:\"suf_sbtab_custom_tab_3_contents\";s:38:\"Tabbed Sidebar - Custom Tab 3 Contents\";s:28:\"suf_sbtab_custom_tab_4_title\";s:35:\"Tabbed Sidebar - Custom Tab 4 Title\";s:31:\"suf_sbtab_custom_tab_4_contents\";s:38:\"Tabbed Sidebar - Custom Tab 4 Contents\";s:28:\"suf_sbtab_custom_tab_5_title\";s:35:\"Tabbed Sidebar - Custom Tab 5 Title\";s:31:\"suf_sbtab_custom_tab_5_contents\";s:38:\"Tabbed Sidebar - Custom Tab 5 Contents\";s:28:\"suf_sbtab_custom_tab_6_title\";s:35:\"Tabbed Sidebar - Custom Tab 6 Title\";s:31:\"suf_sbtab_custom_tab_6_contents\";s:38:\"Tabbed Sidebar - Custom Tab 6 Contents\";s:28:\"suf_sbtab_custom_tab_7_title\";s:35:\"Tabbed Sidebar - Custom Tab 7 Title\";s:31:\"suf_sbtab_custom_tab_7_contents\";s:38:\"Tabbed Sidebar - Custom Tab 7 Contents\";s:28:\"suf_sbtab_custom_tab_8_title\";s:35:\"Tabbed Sidebar - Custom Tab 8 Title\";s:31:\"suf_sbtab_custom_tab_8_contents\";s:38:\"Tabbed Sidebar - Custom Tab 8 Contents\";s:28:\"suf_sbtab_custom_tab_9_title\";s:35:\"Tabbed Sidebar - Custom Tab 9 Title\";s:31:\"suf_sbtab_custom_tab_9_contents\";s:38:\"Tabbed Sidebar - Custom Tab 9 Contents\";s:29:\"suf_sbtab_custom_tab_10_title\";s:36:\"Tabbed Sidebar - Custom Tab 10 Title\";s:32:\"suf_sbtab_custom_tab_10_contents\";s:39:\"Tabbed Sidebar - Custom Tab 10 Contents\";s:21:\"suf_ie7_compatibility\";s:28:\"Force IE7 Compatibility View\";s:15:\"suf_seo_enabled\";s:34:\"Enable SEO settings for the theme?\";s:20:\"suf_seo_all_settings\";s:16:\"Select Meta tags\";s:19:\"suf_seo_title_style\";s:11:\"Title style\";s:23:\"suf_seo_title_separator\";s:15:\"Title Separator\";s:21:\"suf_seo_show_subtitle\";s:54:\"Blog description / subtitle in page title on home page\";s:21:\"suf_seo_show_page_num\";s:21:\"Page numbers in title\";s:24:\"suf_seo_meta_description\";s:25:\"Homepage Meta Description\";s:21:\"suf_seo_meta_keywords\";s:22:\"Homepage Meta Keywords\";s:29:\"suf_comments_disabled_all_sel\";s:43:\"Hide \"Comment form closed\" Message on Pages\";s:21:\"suf_comments_disabled\";s:50:\"Select pages to hide \"Comment form closed\" message\";s:35:\"suf_comments_disabled_msg_for_posts\";s:43:\"Hide \"Comment form closed\" Message on Posts\";s:19:\"suf_show_track_ping\";s:30:\"Show Trackbacks and Pingbacks?\";s:34:\"suf_show_hide_reply_link_for_pings\";s:43:\"Allow Replies for Trackbacks and Pingbacks?\";s:24:\"suf_comment_label_styles\";s:26:\"Comment form labels styles\";s:22:\"suf_comment_label_name\";s:18:\"Comment form: Name\";s:26:\"suf_comment_label_name_req\";s:27:\"Comment form: Name Required\";s:23:\"suf_comment_label_email\";s:19:\"Comment form: Email\";s:27:\"suf_comment_label_email_req\";s:28:\"Comment form: Email Required\";s:21:\"suf_comment_label_uri\";s:17:\"Comment form: URI\";s:30:\"suf_comment_label_your_comment\";s:26:\"Comment form: Your Comment\";s:18:\"suf_uprof_networks\";s:33:\"Select Additional Social Networks\";s:27:\"suf_uprof_post_info_enabled\";s:54:\"Show author information for individual posts and pages\";s:26:\"suf_uprof_post_info_header\";s:25:\"Author information header\";s:28:\"suf_uprof_post_info_gravatar\";s:15:\"Author Gravatar\";s:33:\"suf_uprof_post_info_gravatar_size\";s:13:\"Gravatar Size\";s:38:\"suf_uprof_post_info_gravatar_alignment\";s:18:\"Gravatar Alignment\";s:27:\"suf_uprof_post_info_content\";s:26:\"Author information content\";s:21:\"suf_analytics_enabled\";s:17:\"Enable Analytics?\";s:25:\"suf_custom_analytics_code\";s:37:\"Custom Google Analytics Tracking Code\";s:18:\"suf_openid_enabled\";s:22:\"Enable OpenID support?\";s:17:\"suf_openid_server\";s:13:\"OpenID Server\";s:19:\"suf_openid_delegate\";s:15:\"OpenID Delegate\";s:19:\"suf_custom_css_code\";s:13:\"Custom Styles\";s:21:\"suf_custom_css_link_1\";s:32:\"First Additional Stylesheet link\";s:21:\"suf_custom_css_link_2\";s:33:\"Second Additional Stylesheet link\";s:21:\"suf_custom_css_link_3\";s:32:\"Third Additional Stylesheet link\";s:19:\"suf_custom_php_file\";s:24:\"Custom PHP file location\";s:20:\"suf_custom_js_file_1\";s:30:\"First External JavaScript file\";s:20:\"suf_custom_js_file_2\";s:31:\"Second External JavaScript file\";s:20:\"suf_custom_js_file_3\";s:30:\"Third External JavaScript file\";s:20:\"suf_custom_header_js\";s:24:\"Custom Header JavaScript\";s:20:\"suf_custom_footer_js\";s:24:\"Custom Footer JavaScript\";s:30:\"suf_custom_default_rss_enabled\";s:21:\"Disable default feed?\";s:21:\"suf_custom_rss_feed_1\";s:36:\"Address of First Additional RSS Feed\";s:22:\"suf_custom_rss_title_1\";s:34:\"Title of First Additional RSS Feed\";s:21:\"suf_custom_rss_feed_2\";s:37:\"Address of Second Additional RSS Feed\";s:22:\"suf_custom_rss_title_2\";s:35:\"Title of Second Additional RSS Feed\";s:21:\"suf_custom_rss_feed_3\";s:36:\"Address of Third Additional RSS Feed\";s:22:\"suf_custom_rss_title_3\";s:34:\"Title of Third Additional RSS Feed\";s:22:\"suf_custom_atom_feed_1\";s:37:\"Address of First Additional Atom Feed\";s:23:\"suf_custom_atom_title_1\";s:35:\"Title of First Additional Atom Feed\";s:22:\"suf_custom_atom_feed_2\";s:38:\"Address of Second Additional Atom Feed\";s:23:\"suf_custom_atom_title_2\";s:36:\"Title of Second Additional Atom Feed\";s:22:\"suf_custom_atom_feed_3\";s:37:\"Address of Third Additional Atom Feed\";s:23:\"suf_custom_atom_title_3\";s:35:\"Title of Third Additional Atom Feed\";s:16:\"suf_js_in_footer\";s:28:\"Include JavaScript in Footer\";s:15:\"suf_autogen_css\";s:48:\"Auto-generate CSS file for customization options\";s:14:\"suf_minify_css\";s:20:\"Minify generated CSS\";s:17:\"suf_cache_unified\";s:22:\"Cache dynamic options?\";s:21:\"suf_style_inheritance\";s:15:\"Inherit styles?\";s:20:\"suf_mag_entity_order\";s:38:\"Order of entities in magazine template\";s:24:\"suf_mag_featured_enabled\";s:42:\"Enable Featured Posts on magazine template\";s:23:\"suf_mag_content_enabled\";s:48:\"Show main page content for the magazine template\";s:25:\"suf_mag_headlines_enabled\";s:40:\"Show headlines for the magazine template\";s:22:\"suf_mag_headline_title\";s:52:\"Magazine Template - Main Title for headlines section\";s:37:\"suf_mag_headline_main_title_alignment\";s:62:\"Magazine Template - Main title alignment for headlines section\";s:24:\"suf_mag_headlines_height\";s:46:\"Magazine template - Height of headline section\";s:38:\"suf_mag_headline_image_container_width\";s:47:\"Magazine template - Width of headline image box\";s:25:\"suf_mag_headline_img_pref\";s:22:\"Image preference order\";s:27:\"suf_mag_headline_image_size\";s:42:\"Magazine template - Headline image scaling\";s:36:\"suf_mag_headline_image_custom_height\";s:51:\"Magazine template - Custom Height of headline image\";s:35:\"suf_mag_headline_image_custom_width\";s:50:\"Magazine template - Custom Width of headline image\";s:19:\"suf_mag_headline_zc\";s:21:\"Proportional resizing\";s:27:\"suf_mag_headline_categories\";s:51:\"Magazine template - Select categories for headlines\";s:22:\"suf_mag_headline_limit\";s:19:\"Number of headlines\";s:24:\"suf_mag_excerpts_enabled\";s:50:\"Show an excerpts section for the magazine template\";s:22:\"suf_mag_excerpts_title\";s:51:\"Magazine Template - Main Title for excerpts section\";s:37:\"suf_mag_excerpts_main_title_alignment\";s:61:\"Magazine Template - Main title alignment for excerpts section\";s:22:\"suf_mag_total_excerpts\";s:46:\"Magazine Template - Maximum number of excerpts\";s:24:\"suf_mag_excerpts_per_row\";s:54:\"Magazine Template - Maximum Number of excerpts per row\";s:26:\"suf_mag_excerpt_categories\";s:50:\"Magazine template - Select categories for excerpts\";s:31:\"suf_mag_excerpts_images_enabled\";s:52:\"Magazine Template - Thumbnail container for excerpts\";s:33:\"suf_mag_excerpts_image_box_height\";s:59:\"Magazine Template - Thumbnail container height for excerpts\";s:24:\"suf_mag_excerpt_img_pref\";s:22:\"Image preference order\";s:26:\"suf_mag_excerpt_image_size\";s:51:\"Magazine template - Excerpt thumbnail image scaling\";s:35:\"suf_mag_excerpt_image_custom_height\";s:64:\"Magazine template - Custom height of thumbnail image in excerpts\";s:34:\"suf_mag_excerpt_image_custom_width\";s:63:\"Magazine template - Custom width of thumbnail image in excerpts\";s:18:\"suf_mag_excerpt_zc\";s:21:\"Proportional resizing\";s:31:\"suf_mag_excerpt_title_alignment\";s:55:\"Magazine template - Alignment of post title in Excerpts\";s:31:\"suf_mag_excerpt_full_story_text\";s:53:\"Magazine Template - Text for \"Full story\" in excerpts\";s:26:\"suf_mag_categories_enabled\";s:51:\"Show a categories section for the magazine template\";s:23:\"suf_mag_catblocks_title\";s:53:\"Magazine Template - Main Title for categories section\";s:38:\"suf_mag_catblocks_main_title_alignment\";s:63:\"Magazine Template - Main title alignment for categories section\";s:27:\"suf_mag_catblock_categories\";s:50:\"Magazine template - Select category blocks to show\";s:25:\"suf_mag_catblocks_per_row\";s:61:\"Magazine Template - Maximum Number of category blocks per row\";s:33:\"suf_mag_catblocks_title_alignment\";s:68:\"Magazine Template - Category title alignment for each Category Block\";s:32:\"suf_mag_catblocks_images_enabled\";s:46:\"Magazine Template - Images for category blocks\";s:34:\"suf_mag_catblocks_image_box_height\";s:62:\"Magazine Template - Image container height for category blocks\";s:30:\"suf_mag_catblocks_desc_enabled\";s:51:\"Magazine Template - Description for category blocks\";s:31:\"suf_mag_catblocks_posts_enabled\";s:51:\"Magazine Template - Latest posts in category blocks\";s:27:\"suf_mag_catblocks_num_posts\";s:62:\"Magazine Template - Maximum Number of posts in category blocks\";s:30:\"suf_mag_catblocks_see_all_text\";s:63:\"Magazine Template - Text for \"See all posts\" in category blocks\";s:28:\"suf_mag_catblocks_post_style\";s:57:\"Magazine Template - Post display style in category blocks\";s:15:\"suf_pop_excerpt\";s:48:\"Layout Settings for the \"Page of Posts\" template\";s:17:\"suf_pop_fc_number\";s:56:\"Number of Full content posts on \"Page of Posts\" template\";s:20:\"suf_cat_info_enabled\";s:29:\"Enable Category Introduction?\";s:26:\"suf_temp_cats_hierarchical\";s:31:\"List categories hierarchically?\";s:17:\"suf_temp_cats_rss\";s:33:\"Show RSS feeds for each category?\";s:24:\"suf_temp_cats_post_count\";s:34:\"Show post count for each category?\";s:20:\"suf_tag_info_enabled\";s:20:\"Show Tag Description\";s:23:\"suf_author_info_enabled\";s:27:\"Enable Author Introduction?\";s:23:\"suf_search_info_enabled\";s:27:\"Enable Search introduction?\";s:19:\"suf_image_show_exif\";s:18:\"Display EXIF data?\";s:21:\"suf_image_exif_pieces\";s:20:\"EXIF data to display\";s:18:\"suf_audio_att_type\";s:14:\"Audio template\";s:27:\"suf_audio_att_player_height\";s:17:\"Height of content\";s:26:\"suf_audio_att_player_width\";s:16:\"Width of content\";s:24:\"suf_application_att_type\";s:20:\"Application template\";s:32:\"suf_application_att_player_width\";s:16:\"Width of content\";s:17:\"suf_text_att_type\";s:13:\"Text template\";s:25:\"suf_text_att_player_width\";s:16:\"Width of content\";s:18:\"suf_video_att_type\";s:14:\"Video template\";s:27:\"suf_video_att_player_height\";s:17:\"Height of content\";s:26:\"suf_video_att_player_width\";s:16:\"Width of content\";s:20:\"suf_sitemap_contents\";s:19:\"Contents of Sitemap\";s:23:\"suf_sitemap_label_pages\";s:15:\"Label for Pages\";s:28:\"suf_sitemap_label_categories\";s:20:\"Label for Categories\";s:25:\"suf_sitemap_label_authors\";s:17:\"Label for Authors\";s:27:\"suf_sitemap_label_yarchives\";s:25:\"Label for Yearly Archives\";s:27:\"suf_sitemap_label_marchives\";s:26:\"Label for Monthly Archives\";s:27:\"suf_sitemap_label_warchives\";s:25:\"Label for Weekly Archives\";s:27:\"suf_sitemap_label_darchives\";s:24:\"Label for Daily Archives\";s:22:\"suf_sitemap_label_tags\";s:14:\"Label for Tags\";s:23:\"suf_sitemap_label_posts\";s:20:\"Label for Blog Posts\";s:24:\"suf_sitemap_entity_order\";s:28:\"Sequence of Sitemap Contents\";s:19:\"suf_ns_wabh_enabled\";s:32:\"Enable Widget Area Below Header?\";s:19:\"suf_ns_waaf_enabled\";s:32:\"Enable Widget Area Above Footer?\";s:25:\"suf_1l_wrapper_width_type\";s:15:\"Page Width Type\";s:25:\"suf_1l_wrapper_width_flex\";s:13:\"Width of page\";s:29:\"suf_1l_wrapper_width_flex_max\";s:13:\"Maximum width\";s:29:\"suf_1l_wrapper_width_flex_min\";s:13:\"Minimum width\";s:27:\"suf_1l_wrapper_width_preset\";s:18:\"Overall Page Width\";s:20:\"suf_1l_wrapper_width\";s:27:\"Custom value for page width\";s:21:\"suf_1l_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:17:\"suf_1l_sb_1_width\";s:58:\"Custom component width - Custom value for width of sidebar\";s:25:\"suf_1r_wrapper_width_type\";s:15:\"Page Width Type\";s:25:\"suf_1r_wrapper_width_flex\";s:13:\"Width of page\";s:29:\"suf_1r_wrapper_width_flex_max\";s:13:\"Maximum width\";s:29:\"suf_1r_wrapper_width_flex_min\";s:13:\"Minimum width\";s:27:\"suf_1r_wrapper_width_preset\";s:18:\"Overall Page Width\";s:20:\"suf_1r_wrapper_width\";s:27:\"Custom value for page width\";s:21:\"suf_1r_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:17:\"suf_1r_sb_1_width\";s:58:\"Custom component width - Custom value for width of sidebar\";s:27:\"suf_1l1r_wrapper_width_type\";s:15:\"Page Width Type\";s:27:\"suf_1l1r_wrapper_width_flex\";s:13:\"Width of page\";s:31:\"suf_1l1r_wrapper_width_flex_min\";s:13:\"Minimum width\";s:29:\"suf_1l1r_wrapper_width_preset\";s:18:\"Overall Page Width\";s:22:\"suf_1l1r_wrapper_width\";s:27:\"Custom value for page width\";s:23:\"suf_1l1r_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:19:\"suf_1l1r_sb_1_width\";s:63:\"Custom component width - Custom value for width of left sidebar\";s:19:\"suf_1l1r_sb_2_width\";s:64:\"Custom component width - Custom value for width of right sidebar\";s:25:\"suf_2l_wrapper_width_type\";s:15:\"Page Width Type\";s:25:\"suf_2l_wrapper_width_flex\";s:13:\"Width of page\";s:29:\"suf_2l_wrapper_width_flex_max\";s:13:\"Maximum width\";s:29:\"suf_2l_wrapper_width_flex_min\";s:13:\"Minimum width\";s:27:\"suf_2l_wrapper_width_preset\";s:18:\"Overall Page Width\";s:20:\"suf_2l_wrapper_width\";s:27:\"Custom value for page width\";s:21:\"suf_2l_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:17:\"suf_2l_sb_1_width\";s:64:\"Custom component width - Custom value for width of first sidebar\";s:17:\"suf_2l_sb_2_width\";s:65:\"Custom component width - Custom value for width of second sidebar\";s:25:\"suf_2r_wrapper_width_type\";s:15:\"Page Width Type\";s:25:\"suf_2r_wrapper_width_flex\";s:13:\"Width of page\";s:29:\"suf_2r_wrapper_width_flex_max\";s:13:\"Maximum width\";s:29:\"suf_2r_wrapper_width_flex_min\";s:13:\"Minimum width\";s:27:\"suf_2r_wrapper_width_preset\";s:18:\"Overall Page Width\";s:20:\"suf_2r_wrapper_width\";s:27:\"Custom value for page width\";s:21:\"suf_2r_main_col_width\";s:59:\"Custom component width - Custom value for main column width\";s:17:\"suf_2r_sb_1_width\";s:64:\"Custom component width - Custom value for width of first sidebar\";s:17:\"suf_2r_sb_2_width\";s:65:\"Custom component width - Custom value for width of second sidebar\";s:20:\"suf_nr_books_per_row\";s:23:\"Number of Books per row\";s:19:\"suf_nr_main_cover_w\";s:25:\"Width of book cover image\";s:19:\"suf_nr_main_cover_h\";s:26:\"Height of book cover image\";s:20:\"suf_nr_no_books_text\";s:40:\"Text if no books are found for a section\";s:16:\"suf_nr_lib_title\";s:21:\"Title of Library Page\";s:20:\"suf_nr_lib_curr_show\";s:31:\"Display Currently Reading Books\";s:21:\"suf_nr_lib_curr_title\";s:41:\"Section title for Currently Reading Books\";s:20:\"suf_nr_lib_curr_text\";s:40:\"Section text for Currently Reading Books\";s:22:\"suf_nr_lib_unread_show\";s:20:\"Display Unread Books\";s:23:\"suf_nr_lib_unread_title\";s:30:\"Section title for Unread Books\";s:22:\"suf_nr_lib_unread_text\";s:29:\"Section text for Unread Books\";s:25:\"suf_nr_lib_completed_show\";s:23:\"Display Completed Books\";s:26:\"suf_nr_lib_completed_title\";s:33:\"Section title for Completed Books\";s:25:\"suf_nr_lib_completed_text\";s:32:\"Section text for Completed Books\";s:16:\"suf_nr_lib_order\";s:17:\"Order of sections\";s:24:\"suf_nr_single_added_show\";s:55:\"Reading statistics: Show when book was added to library\";s:24:\"suf_nr_single_added_text\";s:56:\"Reading statistics: Tagline for when you added this book\";s:26:\"suf_nr_single_started_show\";s:57:\"Reading statistics: Show when you began reading this book\";s:26:\"suf_nr_single_started_text\";s:64:\"Reading statistics: Tagline for when you began reading this book\";s:27:\"suf_nr_single_finished_show\";s:60:\"Reading statistics: Show when you finished reading this book\";s:27:\"suf_nr_single_finished_text\";s:67:\"Reading statistics: Tagline for when you finished reading this book\";s:23:\"suf_nr_single_meta_show\";s:36:\"Show meta information about the book\";s:22:\"suf_nr_wid_search_show\";s:22:\"Display Library Search\";s:20:\"suf_nr_wid_curr_show\";s:31:\"Display Currently Reading Books\";s:21:\"suf_nr_wid_curr_title\";s:41:\"Section title for Currently Reading Books\";s:22:\"suf_nr_wid_unread_show\";s:20:\"Display Unread Books\";s:23:\"suf_nr_wid_unread_title\";s:30:\"Section title for Unread Books\";s:25:\"suf_nr_wid_completed_show\";s:23:\"Display Completed Books\";s:26:\"suf_nr_wid_completed_title\";s:33:\"Section title for Completed Books\";s:16:\"suf_nr_wid_order\";s:17:\"Order of sections\";s:13:\"suf_404_title\";s:21:\"Title of the 404 Page\";s:15:\"suf_404_content\";s:23:\"Content of the 404 Page\";s:13:\"theme-version\";s:5:\"3.7.7\";}','yes'),(225,0,'widget_suf-follow-twitter','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(226,0,'widget_suf-cat-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(227,0,'widget_suf-featured-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(228,0,'widget_suf-google-translator','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(229,0,'widget_suf-subscription','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(230,0,'suffusion_generated_css','/* 27 November 2011 6:40 PM */\r\n.page-template-1l-sidebar-php #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l-sidebar-php #container { padding-left: 275px; padding-right: 0px; }\r\n.page-template-1l-sidebar-php #main-col { width: 725px; }\r\n* html .page-template-1l-sidebar-php #main-col { w\\idth: 695px }\r\n.page-template-1l-sidebar-php #nav-top, .page-template-1l-sidebar-php #top-bar-right-spanel { width: 1000px; max-width: 1000px; min-width: 1000px; }\n.page-template-1l-sidebar-php #nav-top .col-control, .page-template-1l-sidebar-php #top-bar-right-spanel .col-control { width: 1000px }\r\n.page-template-1l-sidebar-php #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n.page-template-1l-sidebar-php #nav .col-control { width: 1000px }\n\r\n.page-template-1l-sidebar-php .postdata .category {\r\n max-width: 450px;\r\n}\r\n.page-template-1l-sidebar-php .tags {\r\n max-width: 450px;\r\n}\r\n.page-template-1l-sidebar-php #sidebar, .page-template-1l-sidebar-php #sidebar-b, .page-template-1l-sidebar-php #sidebar-shell-1 {\r\n width: 260px;\r\n}\r\n.page-template-1l-sidebar-php #sidebar.flattened, .page-template-1l-sidebar-php #sidebar-b.flattened {\r\n width: 258px;\r\n}\r\n.page-template-1l-sidebar-php #sidebar-shell-1 {\r\n margin-left: -100%;\r\n margin-right: 15px;\r\n left: auto;\r\n right: 275px;\r\n}\r\n.page-template-1l-sidebar-php #sidebar-2, .page-template-1l-sidebar-php #sidebar-2-b, .page-template-1l-sidebar-php #sidebar-shell-2, .page-template-1l-sidebar-php #sidebar-2.flattened, .page-template-1l-sidebar-php #sidebar-2-b.flattened {\r\n width: 0;\r\n}\r\n.page-template-1l-sidebar-php #sidebar-shell-2 {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-1l-sidebar-php #sidebar-container { width: 275px; }\r\n.page-template-1l-sidebar-php .sidebar-container-left { right: 275px; }\r\n.page-template-1l-sidebar-php .sidebar-container-right { margin-right: -275px; }\r\n.page-template-1l-sidebar-php .sidebar-container-left #sidebar-wrap { right: auto; }\r\n.page-template-1l-sidebar-php #wsidebar-top, .page-template-1l-sidebar-php #wsidebar-bottom { width: 273px; }\r\n.page-template-1l-sidebar-php #sidebar-wrap {\r\n width: 290px;\r\n left: auto;\r\n right: auto;\r\n}\r\n* html .page-template-1l-sidebar-php #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: auto;\r\n}\r\n.page-template-1l-sidebar-php .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n.page-template-1l-sidebar-php .sidebar-wrap-right {\r\n margin-right: -290px;\r\n}\r\n* html .page-template-1l-sidebar-php #sidebar, * html .page-template-1l-sidebar-php #sidebar-b, * html .page-template-1l-sidebar-php #sidebar-shell-1 {\r\n w\\idth: 252px;\r\n}\r\n* html .page-template-1l-sidebar-php #sidebar-shell-1 {\r\n}\r\n* html .page-template-1l-sidebar-php #sidebar-shell-2 {\r\n}\r\n* html .page-template-1l-sidebar-php #sidebar-container {\r\n w\\idth: 265px;\r\n}\r\n.page-template-1l-sidebar-php .tab-box {\r\n width: 260px;\r\n}\r\n.page-template-1r-sidebar-php #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1r-sidebar-php #container { padding-left: 0px; padding-right: 275px; }\r\n.page-template-1r-sidebar-php #main-col { width: 725px; }\r\n* html .page-template-1r-sidebar-php #main-col { w\\idth: 695px }\r\n.page-template-1r-sidebar-php #nav-top, .page-template-1r-sidebar-php #top-bar-right-spanel { width: 1000px; max-width: 1000px; min-width: 1000px; }\n.page-template-1r-sidebar-php #nav-top .col-control, .page-template-1r-sidebar-php #top-bar-right-spanel .col-control { width: 1000px }\r\n.page-template-1r-sidebar-php #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n.page-template-1r-sidebar-php #nav .col-control { width: 1000px }\n\r\n.page-template-1r-sidebar-php .postdata .category {\r\n max-width: 450px;\r\n}\r\n.page-template-1r-sidebar-php .tags {\r\n max-width: 450px;\r\n}\r\n.page-template-1r-sidebar-php #sidebar, .page-template-1r-sidebar-php #sidebar-b, .page-template-1r-sidebar-php #sidebar-shell-1 {\r\n width: 260px;\r\n}\r\n.page-template-1r-sidebar-php #sidebar.flattened, .page-template-1r-sidebar-php #sidebar-b.flattened {\r\n width: 258px;\r\n}\r\n.page-template-1r-sidebar-php #sidebar-shell-1 {\r\n margin-left: 15px;\r\n margin-right: -275px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-1r-sidebar-php #sidebar-2, .page-template-1r-sidebar-php #sidebar-2-b, .page-template-1r-sidebar-php #sidebar-shell-2, .page-template-1r-sidebar-php #sidebar-2.flattened, .page-template-1r-sidebar-php #sidebar-2-b.flattened {\r\n width: 0;\r\n}\r\n.page-template-1r-sidebar-php #sidebar-shell-2 {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-1r-sidebar-php #sidebar-container { width: 275px; }\r\n.page-template-1r-sidebar-php .sidebar-container-left { right: 275px; }\r\n.page-template-1r-sidebar-php .sidebar-container-right { margin-right: -275px; }\r\n.page-template-1r-sidebar-php .sidebar-container-left #sidebar-wrap { right: auto; }\r\n.page-template-1r-sidebar-php #wsidebar-top, .page-template-1r-sidebar-php #wsidebar-bottom { width: 273px; }\r\n.page-template-1r-sidebar-php #sidebar-wrap {\r\n width: 290px;\r\n left: auto;\r\n right: auto;\r\n}\r\n* html .page-template-1r-sidebar-php #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: auto;\r\n}\r\n.page-template-1r-sidebar-php .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n.page-template-1r-sidebar-php .sidebar-wrap-right {\r\n margin-right: -290px;\r\n}\r\n* html .page-template-1r-sidebar-php #sidebar, * html .page-template-1r-sidebar-php #sidebar-b, * html .page-template-1r-sidebar-php #sidebar-shell-1 {\r\n w\\idth: 252px;\r\n}\r\n* html .page-template-1r-sidebar-php #sidebar-shell-1 {\r\n}\r\n* html .page-template-1r-sidebar-php #sidebar-shell-2 {\r\n}\r\n* html .page-template-1r-sidebar-php #sidebar-container {\r\n w\\idth: 265px;\r\n}\r\n.page-template-1r-sidebar-php .tab-box {\r\n width: 260px;\r\n}\r\n.page-template-1l1r-sidebar-php #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-1l1r-sidebar-php #container { padding-left: 185px; padding-right: 185px; }\r\n.page-template-1l1r-sidebar-php #main-col { width: 630px; }\r\n* html .page-template-1l1r-sidebar-php #main-col { w\\idth: 600px }\r\n.page-template-1l1r-sidebar-php #nav-top, .page-template-1l1r-sidebar-php #top-bar-right-spanel { width: 1000px; max-width: 1000px; min-width: 1000px; }\n.page-template-1l1r-sidebar-php #nav-top .col-control, .page-template-1l1r-sidebar-php #top-bar-right-spanel .col-control { width: 1000px }\r\n.page-template-1l1r-sidebar-php #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n.page-template-1l1r-sidebar-php #nav .col-control { width: 1000px }\n\r\n.page-template-1l1r-sidebar-php .postdata .category {\r\n max-width: 355px;\r\n}\r\n.page-template-1l1r-sidebar-php .tags {\r\n max-width: 355px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar, .page-template-1l1r-sidebar-php #sidebar-b, .page-template-1l1r-sidebar-php #sidebar-shell-1 {\r\n width: 170px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar.flattened, .page-template-1l1r-sidebar-php #sidebar-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar-shell-1 {\r\n margin-left: 15px;\r\n margin-right: -185px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar-2, .page-template-1l1r-sidebar-php #sidebar-2-b, .page-template-1l1r-sidebar-php #sidebar-shell-2 {\r\n width: 170px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar-2.flattened, .page-template-1l1r-sidebar-php #sidebar-2-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar-shell-2 {\r\n margin-left: -100%;\r\n margin-right: 0px;\r\n left: auto;\r\n right: 185px;\r\n}\r\n.page-template-1l1r-sidebar-php #sidebar-container { width: 185px; }\r\n.page-template-1l1r-sidebar-php .sidebar-container-left { right: 185px; }\r\n.page-template-1l1r-sidebar-php .sidebar-container-right { margin-right: -185px; }\r\n.page-template-1l1r-sidebar-php .sidebar-container-left #sidebar-wrap { right: auto; }\r\n.page-template-1l1r-sidebar-php #wsidebar-top, .page-template-1l1r-sidebar-php #wsidebar-bottom { width: 353px; }\r\n.page-template-1l1r-sidebar-php #sidebar-wrap {\r\n width: 370px;\r\n left: auto;\r\n right: auto;\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: auto;\r\n}\r\n.page-template-1l1r-sidebar-php .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n.page-template-1l1r-sidebar-php .sidebar-wrap-right {\r\n margin-right: -370px;\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar, * html .page-template-1l1r-sidebar-php #sidebar-b, * html .page-template-1l1r-sidebar-php #sidebar-shell-1 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar-shell-1 {\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar-2, * html .page-template-1l1r-sidebar-php #sidebar-2-b, * html .page-template-1l1r-sidebar-php #sidebar-shell-2 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar-shell-2 {\r\n lef\\t: 200px;\r\n r\\ight: 185px;\r\n}\r\n* html .page-template-1l1r-sidebar-php #sidebar-container {\r\n w\\idth: 175px;\r\n}\r\n.page-template-1l1r-sidebar-php .tab-box {\r\n width: 170px;\r\n}\r\n.page-template-2l-sidebars-php #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2l-sidebars-php #container { padding-left: 370px; padding-right: 0px; }\r\n.page-template-2l-sidebars-php #main-col { width: 630px; }\r\n* html .page-template-2l-sidebars-php #main-col { w\\idth: 600px }\r\n.page-template-2l-sidebars-php #nav-top, .page-template-2l-sidebars-php #top-bar-right-spanel { width: 1000px; max-width: 1000px; min-width: 1000px; }\n.page-template-2l-sidebars-php #nav-top .col-control, .page-template-2l-sidebars-php #top-bar-right-spanel .col-control { width: 1000px }\r\n.page-template-2l-sidebars-php #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n.page-template-2l-sidebars-php #nav .col-control { width: 1000px }\n\r\n.page-template-2l-sidebars-php .postdata .category {\r\n max-width: 355px;\r\n}\r\n.page-template-2l-sidebars-php .tags {\r\n max-width: 355px;\r\n}\r\n.page-template-2l-sidebars-php #sidebar, .page-template-2l-sidebars-php #sidebar-b, .page-template-2l-sidebars-php #sidebar-shell-1 {\r\n width: 170px;\r\n}\r\n.page-template-2l-sidebars-php #sidebar.flattened, .page-template-2l-sidebars-php #sidebar-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-2l-sidebars-php #sidebar-shell-1 {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-2l-sidebars-php #sidebar-2, .page-template-2l-sidebars-php #sidebar-2-b, .page-template-2l-sidebars-php #sidebar-shell-2 {\r\n width: 170px;\r\n}\r\n.page-template-2l-sidebars-php #sidebar-2.flattened, .page-template-2l-sidebars-php #sidebar-2-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-2l-sidebars-php #sidebar-shell-2 {\r\n margin-left: 15px;\r\n margin-right: -185px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-2l-sidebars-php #sidebar-container { width: 370px; }\r\n.page-template-2l-sidebars-php .sidebar-container-left { right: 370px; }\r\n.page-template-2l-sidebars-php .sidebar-container-right { margin-right: -370px; }\r\n.page-template-2l-sidebars-php .sidebar-container-left #sidebar-wrap { right: auto; }\r\n.page-template-2l-sidebars-php #wsidebar-top, .page-template-2l-sidebars-php #wsidebar-bottom { width: 353px; }\r\n.page-template-2l-sidebars-php #sidebar-wrap {\r\n width: 370px;\r\n left: auto;\r\n right: 370px;\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: 200px;\r\n}\r\n.page-template-2l-sidebars-php .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n.page-template-2l-sidebars-php .sidebar-wrap-right {\r\n margin-right: -370px;\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar, * html .page-template-2l-sidebars-php #sidebar-b, * html .page-template-2l-sidebars-php #sidebar-shell-1 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar-shell-1 {\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar-2, * html .page-template-2l-sidebars-php #sidebar-2-b, * html .page-template-2l-sidebars-php #sidebar-shell-2 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar-shell-2 {\r\n}\r\n* html .page-template-2l-sidebars-php #sidebar-container {\r\n w\\idth: 360px;\r\n}\r\n.page-template-2l-sidebars-php .tab-box {\r\n width: 353px;\r\n}\r\n.page-template-2r-sidebars-php #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n.page-template-2r-sidebars-php #container { padding-left: 0px; padding-right: 370px; }\r\n.page-template-2r-sidebars-php #main-col { width: 630px; }\r\n* html .page-template-2r-sidebars-php #main-col { w\\idth: 600px }\r\n.page-template-2r-sidebars-php #nav-top, .page-template-2r-sidebars-php #top-bar-right-spanel { width: 1000px; max-width: 1000px; min-width: 1000px; }\n.page-template-2r-sidebars-php #nav-top .col-control, .page-template-2r-sidebars-php #top-bar-right-spanel .col-control { width: 1000px }\r\n.page-template-2r-sidebars-php #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n.page-template-2r-sidebars-php #nav .col-control { width: 1000px }\n\r\n.page-template-2r-sidebars-php .postdata .category {\r\n max-width: 355px;\r\n}\r\n.page-template-2r-sidebars-php .tags {\r\n max-width: 355px;\r\n}\r\n.page-template-2r-sidebars-php #sidebar, .page-template-2r-sidebars-php #sidebar-b, .page-template-2r-sidebars-php #sidebar-shell-1 {\r\n width: 170px;\r\n}\r\n.page-template-2r-sidebars-php #sidebar.flattened, .page-template-2r-sidebars-php #sidebar-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-2r-sidebars-php #sidebar-shell-1 {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-2r-sidebars-php #sidebar-2, .page-template-2r-sidebars-php #sidebar-2-b, .page-template-2r-sidebars-php #sidebar-shell-2 {\r\n width: 170px;\r\n}\r\n.page-template-2r-sidebars-php #sidebar-2.flattened, .page-template-2r-sidebars-php #sidebar-2-b.flattened {\r\n width: 168px;\r\n}\r\n.page-template-2r-sidebars-php #sidebar-shell-2 {\r\n margin-left: -185px;\r\n margin-right: 15px;\r\n left: auto;\r\n right: auto;\r\n}\r\n.page-template-2r-sidebars-php #sidebar-container { width: 370px; }\r\n.page-template-2r-sidebars-php .sidebar-container-left { right: 370px; }\r\n.page-template-2r-sidebars-php .sidebar-container-right { margin-right: -370px; }\r\n.page-template-2r-sidebars-php .sidebar-container-left #sidebar-wrap { right: auto; }\r\n.page-template-2r-sidebars-php #wsidebar-top, .page-template-2r-sidebars-php #wsidebar-bottom { width: 353px; }\r\n.page-template-2r-sidebars-php #sidebar-wrap {\r\n width: 370px;\r\n left: auto;\r\n right: auto;\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: auto;\r\n}\r\n.page-template-2r-sidebars-php .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n.page-template-2r-sidebars-php .sidebar-wrap-right {\r\n margin-right: -370px;\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar, * html .page-template-2r-sidebars-php #sidebar-b, * html .page-template-2r-sidebars-php #sidebar-shell-1 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar-shell-1 {\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar-2, * html .page-template-2r-sidebars-php #sidebar-2-b, * html .page-template-2r-sidebars-php #sidebar-shell-2 {\r\n w\\idth: 162px;\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar-shell-2 {\r\n}\r\n* html .page-template-2r-sidebars-php #sidebar-container {\r\n w\\idth: 360px;\r\n}\r\n.page-template-2r-sidebars-php .tab-box {\r\n width: 353px;\r\n}\r\n #wrapper { width: 1000px; max-width: 1000px; min-width: 1000px; }\n\r\n #container { padding-left: 0px; padding-right: 275px; }\r\n #main-col { width: 725px; }\r\n* html #main-col { w\\idth: 695px }\r\n #nav-top, #top-bar-right-spanel { width: 1000px; max-width: 1000px; min-width: 1000px; }\n #nav-top .col-control, #top-bar-right-spanel .col-control { width: 1000px }\r\n #widgets-above-header .col-control { width: 1000px; max-width: 1000px; min-width: 1000px; }\n #nav .col-control { width: 1000px }\n\r\n .postdata .category {\r\n max-width: 450px;\r\n}\r\n .tags {\r\n max-width: 450px;\r\n}\r\n #sidebar, #sidebar-b, #sidebar-shell-1 {\r\n width: 260px;\r\n}\r\n #sidebar.flattened, #sidebar-b.flattened {\r\n width: 258px;\r\n}\r\n #sidebar-shell-1 {\r\n margin-left: 15px;\r\n margin-right: -275px;\r\n left: auto;\r\n right: auto;\r\n}\r\n #sidebar-2, #sidebar-2-b, #sidebar-shell-2, #sidebar-2.flattened, #sidebar-2-b.flattened {\r\n width: 0;\r\n}\r\n #sidebar-shell-2 {\r\n margin-left: 0px;\r\n margin-right: 0px;\r\n left: auto;\r\n right: auto;\r\n}\r\n #sidebar-container { width: 275px; }\r\n .sidebar-container-left { right: 275px; }\r\n .sidebar-container-right { margin-right: -275px; }\r\n .sidebar-container-left #sidebar-wrap { right: auto; }\r\n #wsidebar-top, #wsidebar-bottom { width: 273px; }\r\n #sidebar-wrap {\r\n width: 290px;\r\n left: auto;\r\n right: auto;\r\n}\r\n* html #sidebar-wrap {\r\n lef\\t: auto;\r\n righ\\t: auto;\r\n}\r\n .sidebar-wrap-left {\r\n margin-left: -100%;\r\n}\r\n .sidebar-wrap-right {\r\n margin-right: -290px;\r\n}\r\n* html #sidebar, * html #sidebar-b, * html #sidebar-shell-1 {\r\n w\\idth: 252px;\r\n}\r\n* html #sidebar-shell-1 {\r\n}\r\n* html #sidebar-shell-2 {\r\n}\r\n* html #sidebar-container {\r\n w\\idth: 265px;\r\n}\r\n .tab-box {\r\n width: 260px;\r\n}\r\n.page-template-no-sidebars-php #container { padding-left: 0; padding-right: 0; }\r\n.page-template-no-sidebars-php .entry img { max-width: 99%; }\r\n.page-template-no-sidebars-php .wp-caption { max-width: 99%; }\r\n.page-template-no-sidebars-php .entry .wp-caption img { max-width: 100%; }\r\n.page-template-no-sidebars-php #main-col { width: 100%; }\r\n.suf-mag-headlines {\r\n padding-left: 225px;\r\n}\r\n.suf-mag-headline-photo-box { width: 225px; right: 225px; }\r\n.suf-mag-headline-block { width: 100%; }\r\n* html .suf-mag-headline-block { w\\idth: 100%; }\r\n.suf-mag-headlines { height: 250px }\r\ncol.suf-mag-excerpt { width: 33%; }\r\n.suf-mag-excerpt-image {\r\n height: 100px;\r\n}\r\ncol.suf-mag-category { width: 33%; }\r\n.suf-mag-category-image {\r\n width: 221px;\r\n height: 100px;\r\n}\r\n* html .suf-mag-category-image { w\\idth: 218px; }\r\nh2.suf-mag-category-title { text-align: center; }\r\n.suf-mag-categories th { text-align: center; }\r\n.suf-mag-excerpts th { text-align: center; }\r\nh2.suf-mag-excerpt-title { text-align: center; }\r\nh2.suf-mag-headlines-title { text-align: center; }\r\n.search-results .post .date { display: none; }\r\n.search-results .title-container { padding-left: 0; padding-right: 0; }\r\n.search-results .post .title { padding-left: 0; }\r\n\r\n.postdata .category{ float: left; }\r\n.post .postdata .comments { float: right; }\r\n.tags { float: right; text-align: right; }\r\n.post span.author { float: left; padding-right: 10px; }\r\ndiv.page .postdata .comments { float: right; }\r\ndiv.page span.author { float: left; padding-right: 10px; }\r\n\r\n.format-aside h1.posttitle, .format-aside h2.posttitle, .post.format-aside .date { display: none; }\r\n.format-aside .title-container { padding-left: 0; }\r\n\r\n.format-aside .postdata .category{ float: left; }\r\n.post.format-aside .postdata .comments { float: right; }\r\n.format-aside .tags { float: right; text-align: right; }\r\n.format-aside .permalink { float: left; text-align: left; }\r\n.post.format-aside span.author { float: left; padding-right: 10px; }\r\n\r\n.format-gallery .postdata .category{ float: left; }\r\n.post.format-gallery .postdata .comments { float: right; }\r\n.format-gallery .tags { float: right; text-align: right; }\r\n.format-gallery .permalink { float: left; text-align: left; }\r\n.post.format-gallery span.author { float: left; padding-right: 10px; }\r\n\r\n.format-link .postdata .category{ float: left; }\r\n.post.format-link .postdata .comments { float: right; }\r\n.format-link .tags { float: right; text-align: right; }\r\n.format-link .permalink { float: left; text-align: left; }\r\n.post.format-link span.author { float: left; padding-right: 10px; }\r\n\r\n.format-image .postdata .category{ float: left; }\r\n.post.format-image .postdata .comments { float: right; }\r\n.format-image .tags { float: right; text-align: right; }\r\n.format-image .permalink { float: left; text-align: left; }\r\n.post.format-image span.author { float: left; padding-right: 10px; }\r\n\r\n.format-quote h1.posttitle, .format-quote h2.posttitle, .post.format-quote .date { display: none; }\r\n.format-quote .title-container { padding-left: 0; }\r\n\r\n.format-quote .postdata .category{ float: left; }\r\n.post.format-quote .postdata .comments { float: right; }\r\n.format-quote .tags { float: right; text-align: right; }\r\n.format-quote .permalink { float: left; text-align: left; }\r\n.post.format-quote span.author { float: left; padding-right: 10px; }\r\n\r\n.format-status h1.posttitle, .format-status h2.posttitle, .post.format-status .date { display: none; }\r\n.format-status .title-container { padding-left: 0; }\r\n\r\n.format-status .postdata .category{ float: left; }\r\n.post.format-status .postdata .comments { float: right; }\r\n.format-status .tags { float: right; text-align: right; }\r\n.format-status .permalink { float: left; text-align: left; }\r\n.post.format-status span.author { float: left; padding-right: 10px; }\r\n\r\n.format-video .postdata .category{ float: left; }\r\n.post.format-video .postdata .comments { float: right; }\r\n.format-video .tags { float: right; text-align: right; }\r\n.format-video .permalink { float: left; text-align: left; }\r\n.post.format-video span.author { float: left; padding-right: 10px; }\r\n\r\n.format-audio .postdata .category{ float: left; }\r\n.post.format-audio .postdata .comments { float: right; }\r\n.format-audio .tags { float: right; text-align: right; }\r\n.format-audio .permalink { float: left; text-align: left; }\r\n.post.format-audio span.author { float: left; padding-right: 10px; }\r\n\r\n.format-chat .postdata .category{ float: left; }\r\n.post.format-chat .postdata .comments { float: right; }\r\n.format-chat .tags { float: right; text-align: right; }\r\n.format-chat .permalink { float: left; text-align: left; }\r\n.post.format-chat span.author { float: left; padding-right: 10px; }\r\n\r\n.blogtitle { float: left; text-align: left; }\r\n.description { float: right; text-align: right; }\r\n#slider, #sliderContent { height: 250px; }\r\n#featured-posts .left, #featured-posts .right { height: 250px; width: 250px !important; }\r\n.sliderImage { height: 250px; }\r\n#sliderPager.top-left, #sliderPager.top-right, #sliderPager.top-center { bottom: 210px; position: absolute; }\r\n#sliderControl.over { bottom: 125px; }\r\n.sliderImage div { background-color: #222222; color: #FFFFFF; }\r\n.sliderImage div a { color: #FFFFFF; }\r\n#featured-posts { border-width: 1px; border-style: solid; }\r\n#ad-hoc-1 .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #ad-hoc-1 .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n#ad-hoc-2 .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #ad-hoc-2 .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n#ad-hoc-3 .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #ad-hoc-3 .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n#ad-hoc-4 .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #ad-hoc-4 .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n#ad-hoc-5 .suf-widget { width: 100%; display: inline-block; margin: 5px 0 5px 0; }\r\n* html #ad-hoc-5 .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n* html table.suf-tiles { w\\idth: 700px }\r\ncol.suf-tile { width: 33%; }\r\n.suf-tile-image { height: 100px; }\r\nh2.suf-tile-title { text-align: left; }\r\n#nav-top, #top-bar-right-spanel { margin: 0 auto; }\r\n#nav ul { text-transform: capitalize; }\r\n#nav-top ul { text-transform: capitalize; float: left; }\r\n#widgets-above-header { width: auto; }\r\n#widgets-above-header .suf-widget { width: 100%; margin: 5px 0 5px 0; }\r\n* html #widgets-above-header .suf-widget { ma\\rgin: 5px 0px 5px 0px; }\r\n#nav { margin: 0 auto; width: 100%; }\r\ndiv.booklisting img, div.bookentry img { width: 108px; height: 160px; }\r\ndiv.bookentry .stats { width: 142px; }\r\ndiv.bookentry .review { width: 537px; }\r\n* html div.bookentry .review { w\\idth: 517px; }\r\ncol.nr-shelf-slot { width: 25%; }\r\ndiv.post.format-aside .entry-container { padding-left: 0; padding-right: 0; }\r\ndiv.post.format-gallery .entry-container { padding-left: 0; padding-right: 0; }\r\ndiv.post.format-link .entry-container { padding-left: 0; padding-right: 0; }\r\ndiv.post.format-image .entry-container { padding-left: 0; padding-right: 0; }\r\ndiv.post.format-quote .entry-container { padding-left: 0; padding-right: 0; }\r\ndiv.post.format-status .entry-container { padding-left: 0; padding-right: 0; }\r\ndiv.post.format-video .entry-container { padding-left: 0; padding-right: 0; }\r\ndiv.post.format-audio .entry-container { padding-left: 0; padding-right: 0; }\r\ndiv.post.format-chat .entry-container { padding-left: 0; padding-right: 0; }\r\n.attachment object.audio { width: 300px; height: 30px; }\r\n.attachment object.application { width: 300px; }\r\n.attachment object.text { width: 300px; }\r\n.attachment object.video { width: 300px; height: 225px; }\r\n.author-info img.avatar { float: left; padding: 5px; }\r\n.suf-mosaic-thumb-container { margin-left: 50px; margin-right: 50px; }\r\n.sidebar-container-left #sidebar-shell-1 { float: left; margin-left: 0; margin-right: 15px; right: auto; }\r\n.sidebar-container-left #sidebar-shell-2 { float: left; margin-left: 0; margin-right: 15px; right: auto;}\r\n.sidebar-container-right #sidebar-shell-1 { float: right; margin-right: 0; margin-left: 15px; right: auto; left: auto; }\r\n.sidebar-container-right #sidebar-shell-2 { float: right; margin-right: 0; margin-left: 15px; right: auto; left: auto;}\r\n.sidebar-wrap-right #sidebar-shell-1 { float: right; margin-left: 0; margin-right: 0;}\r\n.sidebar-wrap-right #sidebar-shell-2 { float: right; margin-right: 15px; margin-left: 0;}\r\n.sidebar-wrap-left #sidebar-shell-1 { float: left; margin-left: 0; margin-right: 0;}\r\n.sidebar-wrap-left #sidebar-shell-2 { float: left; margin-left: 15px; margin-right: 0;}\r\n.sidebar-container-left #sidebar-wrap { margin-left: 0; margin-right: 0; left: auto; right: auto; }\r\n.sidebar-container-right #sidebar-wrap { margin-left: 0; margin-right: 0; left: auto; right: auto; }\r\n#sidebar-container .tab-box { margin-left: 0; margin-right: 0; }\r\n#sidebar-container.sidebar-container-left { margin-left: -100%; }\r\n.sidebar-container-left .tab-box { float: left; }\r\n.sidebar-container-right .tab-box { float: right; }\r\n* html #sidebar-container #sidebar-shell-1, * html #sidebar-container #sidebar-shell-2 { lef\\t: auto; r\\ight: auto; }\r\n* html .sidebar-container-left #sidebar-wrap, * html .sidebar-container-right #sidebar-wrap { lef\\t: auto; r\\ight: auto; }\r\n.postdata .category .icon, .postdata .author .icon, .postdata .tags .icon, .postdata .permalink .icon, .postdata .comments .icon, .postdata .edit .icon, .postdata .line-date .icon,\r\n.previous-entries .icon, .next-entries .icon, .post-nav .previous .icon, .post-nav .next .icon, h3.comments .icon, #reply-title .icon, input.inside, .exif-button .icon,\r\n.bookdata .edit .icon, .bookdata .manage .icon, .page-nav-left a, .page-nav-right a, .mosaic-page-nav-right a, .mosaic-page-nav-left a, .mosaic-overlay a span,\r\n.meta-pullout .category .icon, .meta-pullout .author .icon, .meta-pullout .tags .icon, .meta-pullout .permalink .icon, .meta-pullout .comments .icon, .meta-pullout .edit .icon, .meta-pullout .pullout-date .icon { background-image: url(http://ddec22.asso.fr/innove/wp-content/themes/magazine-basic/images/iconset-2.png); }\r\n.postdata .author .icon,.meta-pullout .author .icon,.postdata .line-date .icon,.meta-pullout .pullout-date .icon,.postdata .category .icon,.meta-pullout .category .icon,.postdata .tags .icon,.meta-pullout .tags .icon,.postdata .permalink .icon,.meta-pullout .permalink .icon,.postdata .comments .icon,.meta-pullout .comments .icon,.postdata .edit .icon,.meta-pullout .edit .icon { display: inline-block; }\n.gallery-container { padding-right: 266px }.gallery-contents { width: 250px }.gallery-contents.left { left: -266px }.gallery-contents.right { margin-right: -266px }','yes'),(231,0,'_transient_timeout_feed_4687f0956eaf65afab421dc902fc20ca','1298602481','no'),(232,0,'_transient_feed_4687f0956eaf65afab421dc902fc20ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Aquoid Themes » Theme 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://www.aquoid.com/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:21:\"The Home of Suffusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Feb 2011 17:33:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.0.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.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:59:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-7/#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, 22 Feb 2011 17:33:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:59:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-7/\";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:402:\"Version 3.7.7 was released earlier today. This release mostly has bug fixes for 3.7.5. The following are the changes: I have included a workaround for a rather weird critical bug affecting some installations. The symptoms of the bug are that the header in the options page loads up, then nothing happens. I tracked it down [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:1396:\"

Version 3.7.7 was released earlier today. This release mostly has bug fixes for 3.7.5. The following are the changes:

\n
    \n
  1. I have included a workaround for a rather weird critical bug affecting some installations. The symptoms of the bug are that the header in the options page loads up, then nothing happens. I tracked it down to a bug due to those installations failing to load the jquery.cookie.js file. What makes this bug weird is that the file is there, yet accessing it returns a 404 error. What makes the bug (and the fix) weirder is that if I yank that file and put its contents in another place, the bug resolves itself.
  2. \n
  3. There was a bug that wasn’t updating the options CSS if you had set it to be auto-generated. This has been addressed.
  4. \n
  5. Resized images were not being generated in the default settings. If, however, you saved options on, say, the Featured Content page, the images would show up fine. I have fixed this issue.
  6. \n
  7. I have added basic post-format support without any special treatment, so as to be ready for WP 3.1. Further handling of post formats will be done in subsequent releases.
  8. \n
  9. Another fix is for folks on PHP 4.x. There was a call to a feature (instanceof) that came up in PHP 5, so people on PHP 4 were getting a critical error.
  10. \n
\n

Hope this takes care of the issues with 3.7.5.

\n\";s: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:64:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-7/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:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-5/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Feb 2011 17:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:59:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-5/\";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:393:\"Version 3.7.5 was approved earlier today. I know that the beta releases were for 3.7.4, however 3.7.4 didn’t pass the approvals required by the Review Team, so I had to release 3.7.5. This is quite a big release with lots of changes. However, unlike other big releases this has more to do with code housekeeping [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:17020:\"

Version 3.7.5 was approved earlier today. I know that the beta releases were for 3.7.4, however 3.7.4 didn’t pass the approvals required by the Review Team, so I had to release 3.7.5. This is quite a big release with lots of changes. However, unlike other big releases this has more to do with code housekeeping rather than brand new functionality. Before you read further, here is a warning:

\n

This release changes the whole look of the code behind the scenes. It has been beta-tested, but bugs always come up. In case this release critically breaks some functionality, please downgrade to the previous version and log a bug on the support forum. You can download the old version, then replace the contents of your wp-content/themes/suffusion folder with the unzipped suffusion folder that you get from the downloaded file.

\n

Without much ado, here is the change list:

\n
    \n
  1. Code Housekeeping \n
      \n
    1. Switch to native WordPress APIs
      I have removed a lot of custom or third party code from a lot of areas and started using native WordPress areas. Here are the changes:\n
        \n
      1. \n

        Settings API
        One of the 2 biggest changes this release is a nice looking backend. For this I moved to the Settings API that WordPress provides. This was a huge and high impact change, because I had to decommission a tried and tested options engine in favour of something that has not been implemented by anyone on such a large scale. All uses of the Settings API on the web are for simple cases where you require only one options page. Anything more complex makes developers pick up a custom approach, or an approach that only superficially uses the Settings API.
        I can thump my chest here as the first theme with such a complex back-end to utilize the Settings API in all its glory. The only place where the API is not used is in the Custom Types section, which only partly uses the API. I will port it over in a subsequent release – for now it is not critical.

        \n
      2. \n
      3. \n

        No TimThumb
        This is the second big change, and potentially more high impact than the first. TimThumb, though popular has some security holes, particularly with its old versions. Recently the WP review team started cracking down on themes relying solely on TimThumb. I introduced TimThumb into the mix more than a year back, but I had also introduced support for the native post thumbnail functionality of WP almost as soon as it was introduced. This helped me avoid the axe. With this release Suffusion bids adieu to TimThumb.
        I have put together a resizing algorithm based on a method suggested by a contributor on WordPress Trac. I had to modify it a good bit to make it work the way I wanted and so that it did not break how your existing images looked.

        \n
      4. \n
      5. \n

        No “file open” operations
        Again, the WP review team has been cracking its whip to get file open operations removed. As a result I have had to think out of the box to make code behave to my liking. I have had to replace inbuilt CURL calls with the WP HTTP API, and where this really posed a challenge was regarding storing of the generated CSS and storing the resized file for the image resizing.

        \n
      6. \n
      \n
    2. \n
    3. Use of more modern functions
      A few functions have been deprecated by the WP development team. I have replaced all such functions with their new variants:\n
        \n
      1. get_bloginfo(\'wpurl\')site_url()
      2. \n
      3. get_bloginfo(\'template_url\')get_template_directory_uri()
      4. \n
      5. \n

        get_bloginfo(\'url\'), bloginfo(\'url\')get_template_directory_uri() 

        \n
      6. \n
      \n
    4. \n
    5. \n

      Removal of backwards compatibility
      As stated in a previous post, WordPress 3.0 has been out for more than 8 months now and version 3.1 is almost upon us. So if you haven’t upgraded your WP installation now is the time to do it. This latest release of Suffusion will not work on anything older than 2.9. I have removed function/class existence checks for all these versions:

      \n
        \n
      1. 3.0.x – get_template_part, comment_form, wp_nav_menu, wp_login_form, get_nav_menu_locations, wp_get_nav_menus, register_post_type, register_taxonomy, post_type_exists and register_nav_menu
      2. \n
      3. 2.9.x – add_theme_support, get_the_post_thumbnail
      4. \n
      5. 2.8.x – class WP_Widget
      6. \n
      \n
    6. \n
    7. Function names are now more consistent. All functions within Suffusion are either prefixed with suffusion or suf.
    8. \n
    \n
  2. \n
  3. Feature Changes \n
      \n
    1. Reorganized the Options Menu (again)
      Trust me – I did not want to do this. Suffusion started out with one link under the Appearance section of the admin page. I then pulled it out to give Suffusion its own menu when I introduced Custom Post Type support. I initially had horizontal tabs at the top and vertical tabs within each page, but I switched it out when the page got sluggish.
      This change consumed a lot of my development time in what was already an intensive exercise. But I believe I got it right this time:\n
        \n
      1. New Menu Position (aka Older Menu Position)
        \"3.7.4-options-1\"
      2. \n
      3. New Tab Design
        \"3.7.4-options-2\"
      4. \n
      5. Moved items
        There has been some upheaval in the options sections. Notably:\n
          \n
        1. Introduction – This is the same as the Introduction section of the old options
        2. \n
        3. Theme Skinning – Earlier you had a tab called Theme Skinning under Visual Effects. Theme Skinning is now a section of its own and deals almost explicitly with setting up the colors of various components (aka “skinning”). All former individual sub-sections under the old Theme Skinning are now tabs under the new Theme Skinning. For example you have Body Background, Main Wrapper etc.
          The main purpose of this split was to avoid Suhosin-related issues. You can click on the “Notes” button near the section title as shown above for more information.
        4. \n
        5. Visual Effects Other Graphical Elements – This has mostly the remainder of the items of the former Visual Effects section. In addition it has picked up items from the former Blog Features that dealt with graphical aspects, like Featured Content, Post and Page Bylines, layout options etc. You can click on the “Notes” button near the section title as shown above for more information.
        6. \n
        7. Sidebars and Widgets Sidebar Configuration – This is the same as the former Sidebars and Widgets section, except for the fact that the Static Tabbed Sidebar has been moved from the former Blog Features page to here.
        8. \n
        9. Blog Features Back-end Settings – This is a heavily stripped down version of the former Blog Features. Most of the older options have moved to Other Graphical Elements. You can click on the “Notes” button near the section title as shown above for more information.
        10. \n
        11. Templates – This is the same as the old versions.
        12. \n
        13. Custom Types – This is the same as the old versions.
        14. \n
        \n
      6. \n
      \n
    2. \n
    3. No Translations
      Translations are no longer a part of the core theme. They have all been moved to the translations page. Additionally, at no impact to you the translation text domain has changed from “suf_theme” to “suffusion”.
    4. \n
    5. Changes to Default Settings
      Some changes were required to the default settings to make it pass the review process, and some others were needed for ease of use.
    6. \n
        \n
      1. JQuery Masonry is switched off by default instead of being switched on.
      2. \n
      3. By default both navigation menus are switched off. This was one change I did not want to make, however I did so to avoid a lengthy back and forth exchange.
      4. \n
      \n
    7. Made the blog title use h1/h2 tags instead of div tags.
    8. \n
    9. I have renamed the classes category-info and tag-info to info-category and info-tag respectively. This is to avoid weird styling issues if you have a category or a tag named info. Please make note of this if you have used Custom Styles for these elements.
    10. \n
    11. Goodbye Marvin!
      For those familiar with lore, Marvin the Paranoid Android used to reassure you not to panic. Unfortunately, since the photo of Marvin was not GPL’ed, I had to remove him from the introductory screen (though I had provided the appropriate credits to Buena Vista).
    12. \n
    \n
  4. \n
  5. New Features \n
      \n
    1. Sidebar Control
      There is a new capability to control the number of sidebars on different views like the blog, category, tag, date archive and search. For example you can now have 2 sidebars across your site, but only one sidebar on the blog page. Check the settings under Sidebar Configuration → Sidebar Layout. All in all the ability to manage sidebars for specific pages/views has improved from previous versions, and in the next release or two you should have something very flexible. I might write up an article on how to effectively tweak sidebars shortly – let’s see.
    2. \n
    3. You can now upload an image directly from the options pages instead of entering a URL. Of course, entering a URL works too.
    4. \n
    5. New Notifiers
      Added the following notifiers:\n
        \n
      1. New versions – Tells you when a new version is available and points you to the release notes. The reason for this is that some people complained about frequent updates (though old-timers will note that I have significantly slowed down) – this is for them to check out what the latest version has, so that they can make an informed decision about upgrading.
      2. \n
      3. Translations – If you are using WP in a language other than Americanized English, you are pointed to the right locations to pick up the correct translations.
      4. \n
      5. BuddyPress – If you are using BP, this provides you information about making Suffusion work with it.
      6. \n
      \n
    6. \n
    7. Added options to control the “Posted By” format. See Other Graphical Elements → Post and Page Bylines for more information.
    8. \n
    9. Added better WPML integration. There are texts that you set in the back-end, like the labels for your comment forms etc. I have added WPML support for them, so that you can translate those strings in the back-end.
    10. \n
    11. Added zoom-crop capability (aka proportional resizing) for images in featured content, magazine headlines and magazine excerpts. See the respective sections for setup options.
    12. \n
    13. There is dual JQuery UI support, for version 1.7.3 (WP 3.0.x) and 1.8.7 (WP 3.1.x).
    14. \n
    15. You can now control the number of headlines you want to display in the headlines section of the Magazine template.
    16. \n
    17. There are a couple of new filters: suffusion_author_information and suffusion_category_information. They can be used by you to tweak the information that appears at the top of the Author page and the Category pages.
    18. \n
    19. There is a new option to force compatibility mode in IE8. You will find the option in Back-end Settings → SEO / Meta Settings.
    20. \n
    21. There are a couple of options more dealing with the generated CSS. You can choose to cache the generated CSS, include it directly in the HTML, include it via a link etc.
    22. \n
    \n
  6. \n
  7. Bug Fixes \n
      \n
    1. There was a bug earlier that was causing the title set through Suffusion’s SEO to clash with the title set by different SEO plugins. This should now be fine.
    2. \n
    3. In the Magazine template if you were displaying headlines, the first headline was not being selected by default. This has now been fixed.
    4. \n
    5. The $post variable was getting overwritten if the Ad Hoc Widgets were used to display things like featured posts or category blocks.
    6. \n
    7. I have fixed a bug where if you looked at a page in BP you would see an incorrect HTML title.
    8. \n
    9. I have included what is hopefully a patch for a WP problem (not a Suffusion problem) affecting a very small percentage of users. With the bug kicking in, users were unable to reliably see the child pages for a given page in the breadcrumb because WP fails to provide the ancestry relationships properly.
    10. \n
    11. I have also included a patch for a NEXTGen Gallery bug. I have often expressed my dislike for this plugin thanks to a variety of reasons. In this case including the fix at my end seems to be a much easier thing to do than wait for the NGG guys to put it in. The fix deals with viewing NGG, when used with themes employing max-width and min-width on IE8 without compatibility mode.
    12. \n
    \n
  8. \n
  9. Removed Options
    I have decided that I will periodically do a review of redundant options in the theme and cull them. Options that have much better plugin-based alternatives and options that have significant maintenance overhead will be removed.
    \n
      \n
    1. Compression options for JS, CSS and the site as a whole have been removed. Sorry, but those serve very limited functionality and are incapable of generating compressed content for files from external plugins. If you are looking to do any of these, you can try using W3 Total Cache or some similar plugin. The only compression-specific option introduced is to minify the generated CSS into 1 line, so that you don’t add hundreds of lines into your source code – just one long line will be present.
    2. \n
    3. Removed the option to load JQuery via CDN. This was becoming extremely ungainly. If you want to use CDN versions, please use a plugin.
    4. \n
    \n
  10. \n
\n

I do understand that this is a pretty big release. So if you have upgraded and something has broken badly, please do not hesitate to downgrade (and report the problem on the Support Forum). This isn’t meant to alarm you, for most code-related issues can be fixed and I have taken a lot of care to keep the code good. This is just to assuage your concerns that if something goes wrong, it makes best sense to follow the advice on the introductory page of the options: Don’t Panic.

\n\";s: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:64:\"http://www.aquoid.com/news/2011/02/suffusion-version-3-7-5/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s: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:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Dec 2010 15:47:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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://www.aquoid.com/news/?p=966\";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:405:\"Version 3.7.3 is another security patch that was released yesterday. The following are the changes: Apparently there was a problem with my checked in code in 3.7.2, so the site optimization check for CSS files didn’t go through correctly. This has now been corrected. I fixed a problem where the edit link for pages was [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:432:\"

Version 3.7.3 is another security patch that was released yesterday. The following are the changes:

\n
    \n
  1. Apparently there was a problem with my checked in code in 3.7.2, so the site optimization check for CSS files didn’t go through correctly. This has now been corrected.
  2. \n
  3. I fixed a problem where the edit link for pages was not clickable.
  4. \n
\n

You are strongly encouraged to do this upgrade.

\n\";s: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:64:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"31\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.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:59:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-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:68:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-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, 16 Dec 2010 14:51: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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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://www.aquoid.com/news/?p=962\";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:415:\"For once this is an important security patch, hence I made this release by disrupting my regular theme development. Here are the changes: Added some security checks to ensure that the site optimization activities would take only CSS files for compression/zipping. Fixed a bug with the byline pullout in IE7, where the pullout was lying [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:763:\"

For once this is an important security patch, hence I made this release by disrupting my regular theme development. Here are the changes:

\n
    \n
  1. Added some security checks to ensure that the site optimization activities would take only CSS files for compression/zipping.
  2. \n
  3. Fixed a bug with the byline pullout in IE7, where the pullout was lying over the content.
  4. \n
  5. Fixed a bug with the SEO settings where if the theme’s SEO was disabled, it was not printing any title.
  6. \n
  7. Changed a Twitter icon file name to have only lower case characters, so that it works with all operating systems
  8. \n
\n

I encourage you to download this patch. For now the translations are in the theme. I will remove them from the next version.

\n\";s: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:64:\"http://www.aquoid.com/news/2010/12/suffusion-version-3-7-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:2:\"11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.7.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:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-7-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:68:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-7-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Nov 2010 17:14:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-7-1/\";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:430:\"Suffusion Version 3.7.1 was released earlier today. These are the key changes in this version: New Features There were a handful of new features in this release Pullout-style Bylines I added a new way to display page and post byline information (the byline information comprises of “Posted By”, “Category”, “Tag” etc). You can now display [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:10766:\"

Suffusion Version 3.7.1 was released earlier today. These are the key changes in this version:

\n
    \n
  1. New Features
    There were a handful of new features in this release\n
      \n
    1. Pullout-style Bylines
      I added a new way to display page and post byline information (the byline information comprises of “Posted By”, “Category”, “Tag” etc). You can now display the information as a “pullout” instead of in the corners. Here is a snapshot of how this looks:
      \"pullout-date\"
      For the Minima skin the pullouts are enabled by default. If you don’t like it, or if you like it enough to enable it for other skins, go to Blog Features → Post and Page Bylines → Position of Meta Information (including date) and pick how you want to show it.
      Note that with this you can now display the publishing date of the post for the Minima skin, which was earlier not possible without a hack.
    2. \n
    3. New Attachment Template
      Suffusion earlier used to default to a generic attachment page. In this release there is a special attachment template that displays an apt icon for the type of attachment you have. I have made this functionality extremely flexible. For example if your attachment is an audio file, you can set the attachment page to display an embedded player to play the file. If your attachment is an image file you can choose to show EXIF data for the image.
      In addition, you can define your own handling functions for different mime types. There are functions existing for the basic mime types: suffusion_image_attachment (for image attachments), suffusion_audio_attachment (for audio attachments), suffusion_video_attachment (for video attachments), suffusion_text_attachment (for text attachments) and suffusion_application_attachment (for application attachments). You could define other functions in your child theme like suffusion_vnd_ms_powerpoint_attachment (for Microsoft PowerPoint attachments).
      You can control the settings from Templates → Attachment.
    4. \n
    5. JQuery Masonry
      JQuery Masonry is a very interesting add-on that I had been wanting to add for a while now. This release I finally was able to get it in. This add-on automatically adjusts layout for floated elements. So you will not see fewer empty spaces in the horizontal widget areas (Widget Area Below Header etc), when the widgets are of different heights.
    6. \n
    7. New Filter Hooks
      A lot of new filter hooks were added for better child theme support:\n
        \n
      1. suffusion_can_display_top_navigation
      2. \n
      3. suffusion_can_display_main_navigation
      4. \n
      5. suffusion_can_display_sliding_panel
      6. \n
      7. suffusion_can_display_left_sidebars
      8. \n
      9. suffusion_can_display_right_sidebars
      10. \n
      11. suffusion_can_display_widgets_above_header
      12. \n
      13. suffusion_can_display_widget_area_below_header
      14. \n
      15. suffusion_can_display_widget_area_above_footer
      16. \n
      17. suffusion_can_display_open_header
      18. \n
      19. suffusion_can_display_closed_header
      20. \n
      21. suffusion_can_display_breadcrumb_navigation
      22. \n
      23. suffusion_can_display_hierarchical_navigation
      24. \n
      \n

      If you are using a child theme, you can hook in your custom functions through these and prevent a particular widget area from being displayed.

    8. \n
    \n
  2. \n
  3. Changed Functionality
    This is mostly technical mumbo-jumbo, so you can skip this section if you are not interested.
    \n
      \n
    1. Selective removal of backward compatibility
      I have removed the following as per my previous announcement:\n
        \n
      1. function_exists checks for functions such as register_sidebar and dynamic_sidebar. These functions have existed since version 2.2 of WP and hence a function_exists check for these was overkill.
      2. \n
      3. Some other checks using function_exists have been removed, where very old WP functions were being checked for existence.
      4. \n
      5. A call to automatic_feed_links has been removed. This was a weird requirement, since the replacement for this function has only been available since WP 3.0, so for backward compatibility up to 2.9, I had to fall back on an older approach!
      6. \n
      \n
    2. \n
    3. Replacement with new functions
      The following functions from older versions of WP have been replaced with better/new variants, as per Theme Review recommendations:\n
        \n
      1. get_option("home")home_url()
      2. \n
      3. bloginfo("template_directory")get_template_directory_uri()
      4. \n
      5. bloginfo("stylesheet_directory")get_stylesheet_directory_uri()
      6. \n
      7. get_bloginfo("rss2_url")get_feed_link("rss2")
      8. \n
      \n
    4. \n
    5. CSS Optimization
      I have dome a good bit of CSS optimization by using a generic class for sidebars. I will be doing further optimizations to reduce CSS size in the next few releases.
    6. \n
    \n
  4. \n
  5. Bug Fixes\n
      \n
    1. The biggest bug fix for this release was for one that was causing the Double Right Sidebar layout to position the sidebars outside the content.
    2. \n
    3. Thanks to a tip from one user on the support forum, I managed to fix an unexpected bug with the Google Translator widget not working. That has now been fixed and it works as expected.
    4. \n
    5. There was a bug due to which disabling Suffusion’s SEO settings was not working for document titles. This has been fixed.
    6. \n
    7. There are a couple of rendering rendering issues on WebKit-based browsers (Safari and Chrome) that have been fixed. The first was a gap of 2 pixels between the bottom of the navigation bar items and the lower border of the navigation bars. The second was where setting the CSS max-width and min-width parameters with a fixed width layout was causing issues.
    8. \n
    9. Under some settings the navigation bar was not stretching across the width of the wrapper. This too has been fixed.
    10. \n
    11. The HTML attribute “height” has been removed from image HTML tags. This makes sure that the aspect ratio is preserved if you have a large image and it is being scaled down to fit into the dimensions of your content so that it doesn’t overflow.
    12. \n
    13. Another minor bug fix was where the home page wasn’t getting highlighted if it was a text link.
    14. \n
    15. Under certain rare cases there was a debug message showing up saying “Call-time pass-by-reference has been deprecated”. One such case was when the WP-United plugin was being used. I put in some code so that this wouldn’t happen, so hopefully this bug is now fixed.
    16. \n
    \n
  6. \n
\n

Now for some upcoming changes. Note that these changes are quite high impact, however they haven’t been made yet.

\n
    \n
  1. Removal of TimThumb Support
    TimThumb is the most widely used open-source PHP-based image resizing script available. But for various reasons the script doesn’t find favour with the WP theme approvers. Their requirement is that if your theme is not backwards compatible you MUST use WP’s native “post_thumbnail” feature. That would have been fine in the normal course of things, except that this is a fairly half-baked feature in WP at present. It has several shortcomings:\n
      \n
    1. It doesn’t apply to custom fields. So you cannot use it to have one thumbnail for an excerpt, a different thumbnail for the same post in the featured post section and yet another picture in the main content.
    2. \n
    3. It is not dynamic. In other words, images of a particular size are generated when a post is saved, but if you were to demand an image of a different size, you would have to first register that size, then fetch the generated image. This is a double-edged shortcoming, though. It prevents users from specifying any size they want and filling up the WP installation’s folder with all the generated images.
    4. \n
    5. Not being dynamic presents another challenge. Existing posts in your blog will not work without being modified specifically to work with the post_thumbnail functionality. That is a real pain.
    6. \n
    \n

    Nonetheless, this is something that has to be fixed, because the theme reviewers are planning to completely outlaw TimThumb in a few weeks. I am working on some alternatives, so hopefully I will have something by the next release.

  2. \n
  3. Moving Translations out of the Core Theme
    Suffusion has translations in 23 different languages at the time of writing this post. Though this means the theme has an excellent user base, it also means that the zipped theme file I upload to the repository is around 400KB larger than it could have been.
    So I am going to keep the translation files separate from the main theme. That would require you to download the translation that you need explicitly from this site. Luckily the translations don’t change very often, so this is mostly an infrequent annoyance. Version 3.7.1 had some translation-related changes, so I am expecting translators to post their updates. Once they do so, I will distribute them here so that you can make the update as appropriate.
  4. \n
\n

That’s it for this release. Keep watching this space for the two main items I wrote about above.

\n\";s: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:64:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-7-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:2:\"41\";s: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:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.6.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-9/#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, 11 Nov 2010 17:02:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:5:\"Menus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Suffusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-9/\";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:415:\"Before I begin about this release, I would first like to apologize to all people whose layouts broke due to the last release. As it turns out I had not tested certain configurations involving the static Tabbed Sidebar, which resulted in all people using this feature having their sites become train-wrecks. Disabling the Tabbed Sidebar [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:4892:\"

Before I begin about this release, I would first like to apologize to all people whose layouts broke due to the last release. As it turns out I had not tested certain configurations involving the static Tabbed Sidebar, which resulted in all people using this feature having their sites become train-wrecks. Disabling the Tabbed Sidebar would have fixed the issue for all affected people, but there was no way you as a user could have known that.

\n

Anyway, this release is a bug-fix release and there are no new features. Here are the fixes:

\n
    \n
  1. Layout bugs\n
      \n
    1. The biggest issue – wonky layouts upon activation of the Tabbed Sidebar – has been fixed. There is one exception – if you are using IE6 (yes, that fossil) and you have the Tabbed Sidebar on and your Tabbed Sidebar is on the left side and you have at least one sidebar on the left site, then your left sidebar will render incorrectly on IE6 (only on IE6). I spent some time trying to figure this out, but gave up because I had to get this release out early and this particular combination has an extremely low probability of occurring. Otherwise I have hopefully resolved all issues on all browsers regarding this mishap.
    2. \n
    3. The Widget Area Below Header was not spanning the full width of the wrapper and was showing a blank space on the side.
    4. \n
    5. The Widget Area Above Footer was overlapping the right sidebar if the sidebar was longer than the content.
    6. \n
    7. The No Sidebars template was showing up with empty space on the side.
    8. \n
    9. In the “Tiles” layout excerpt images were becoming very tiny because the widths were computing incorrectly.
    10. \n
    \n
  2. \n
  3. If you had defined more than one WP 3.0 Menu, each menu item was getting repeated multiple times in the navigation bar. This has been fixed too.
  4. \n
  5. There was a bug that was preventing the post footer from appearing in the archive view (front page, category, date archive, tag etc). So if you had Tags or “Posted By” at the bottom of a post, that wasn’t being displayed. This now works.
  6. \n
  7. There was a very old bug where the excerpt title in the “Tiles” layout where the header of excerpts wasn’t reading the alignment setting correctly. Instead it was borrowing the alignment of Magazine excerpts.
  8. \n
\n

One point I would like to highlight – often when you upgrade your theme it apparently breaks your layout, while in truth there is nothing wrong with it. In such cases try out a few very simple things. First and foremost, clean out your browser’s cache and reload your page. Second, if you have a caching plugin make sure that you rebuild its cache, otherwise it will serve content that is not current.

\n

I also thought I should highlight what some known issues are. There are 2, actually, both of which are JavaScript-related:

\n
    \n
  1. At some point in the last 3 releases the Google Translator widget stopped working. I have no idea why, since I haven’t changed anything there. If you were looking for this feature to work I encourage you to look for some free plugin to help you there.
  2. \n
  3. At some point in the last few months the Fade / delay effect on the navigation menu stopped working. Again, I have no idea why. Since this is a very low impact issue I didn’t spend an excruciating amount of time trying to resolve this.
  4. \n
\n

Another aspect I wanted to highlight was regarding my comment in my previous post, about “Rolled up menus”. A few users had difficulty understanding the concept, so I thought I will explain it here. To create a new dummy node:

\n
    \n
  1. Go to Appearance → Menus and open up your menu.
  2. \n
  3. Create a new menu item using a Custom Link.\n
      \n
    1. For the URL specify #. Make sure you delete the “http://” that sits there by default
    2. \n
    3. For the Label put in whatever you want to name your root node.
    4. \n
    5. Add to Menu
    6. \n
    \n
  4. \n
  5. Once added, move this item to the top of the list.
  6. \n
  7. Now, indent every other item under this top item. This way each other node is a child of your newly created root. Remember to indent – this is important.
  8. \n
  9. That’s it. Since you have set the URL to be “#” Suffusion knows that it shouldn’t open any page for it. All other items are listed as children of this new node.
  10. \n
\n

That’s it for this release. I am hoping this will smooth over the rough edges of 3.6.8. I will keep subsequent releases smaller in scope, though, quite frankly I don’t foresee anything being so large in scope.

\n

Over the next few weeks I will focus on building a proper plugin for Suffusion and BP compatibility, assuming that the support queue for 3.6.9 isn’t huge.

\n\";s: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:64:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-9/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"30\";s: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:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.6.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.aquoid.com/news/2010/11/suffusion-version-3-6-8/\";s: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:68:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-8/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Nov 2010 06:07:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:59:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-8/\";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:393:\"After what seems like ages, here is a new version of Suffusion. As already mentioned, this has been a very very code-intensive release because of the nature of the changes. These are the main changes in this release: New Features The following were added in this release: Fluid Width – By far the biggest change [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:6575:\"

After what seems like ages, here is a new version of Suffusion. As already mentioned, this has been a very very code-intensive release because of the nature of the changes.

\n

These are the main changes in this release:

\n
    \n
  1. New Features
    The following were added in this release:\n
      \n
    1. Fluid Width – By far the biggest change in Suffusion since the inclusion of options in the very second release. This change required me to overhaul the HTML structure of the theme and always put the content before the sidebars, then do massive amounts of testing. While I put in every bit of effort required to get this working as per expectations, if you find something that is not working as you expect, please let me know. I will be very happy to fix it.
    2. \n
    3. Improved Menus – In any other release this would have been the prima donna. But as it stands, this has been relegated to second position. Now you have even better control of your navigation menus, in terms of the number of options you can pick from:\n
        \n
      1. Include all, ignoring next option
      2. \n
      3. Include selections from the next option
      4. \n
      5. Exclude all, ignoring next option (New)
      6. \n
      7. Exclude selections from the next option (New)
      8. \n
      \n

      The new options can be better understood in context of some major code reengineering. Earlier I had a very comprehensive menu-building code, that worked very intuitively. This behavior was different from WP’s default behavior. However the old code created an insane number of queries, particularly if your menu was big.
      In this release I have removed all my self-created code and resorted to using WP’s inbuilt functions – wp_list_pages, wp_list_categories, wp_list_bookmarks and wp_nav_menu. his significantly reduces the number of queries and the load on your server.
      As a tip, if you want to completely remove pages/categories/links from your menu, use the “Exclude all, ignoring next option” setting instead of “Include selections from the next option”. This is much more optimal in terms of code.

    4. \n
    5. You can now get rid of the HTML title that shows up when you hover over your navigation menu. Visit Blog Features → Main Navigation Bar Setup → “Title” attribute upon hovering over navigation bar.
    6. \n
    7. There was no styling available for the HTML elements legend and fieldset. CSS declarations have been added for them.
    8. \n
    \n
  2. \n
  3. Removed Features
    The following features have been removed:\n
      \n
    1. I have removed the “rolled-up” setting for WP 3.0 menus as it is redundant. If you want to create a rolled-up menu you can automatically create a base node in the menu and add the rest of your menu under it.
    2. \n
    3. I have also removed the option to not use body_class WP function to generate classes for your body. This removal was essential because the body_class function is essential to the style setup for the theme.
    4. \n
    \n
  4. \n
  5. Bug Fixes
    The following bugs were fixed:\n
      \n
    1. A fix has been included for a severe bug that was causing page templates to max out at a width of 600px. The bug was caused by incorrectly applying filters to the sidebars and templates.
    2. \n
    3. The following navigation menu-related bugs have been fixed:\n
        \n
      1. Selected navigation bar items (Pages, Categories and WP 3.0 menus) were not getting highlighted in the Minima skin.
      2. \n
      3. Selected navigation bar items for WP 3.0 menus were not getting highlighted across any skin.
      4. \n
      5. The values set for highlighting in Visual Effects → Theme Skinning were not being accurately reflected.
      6. \n
      \n
    4. \n
    5. The following BuddyPress-related bugs have been fixed:\n
        \n
      1. In various BP screens, if something was selected from a drop-down list (like filters, or sort criteria), nothing was happening. The correct AJAX calls for this have been included.
      2. \n
      3. The Create Profile and Edit Profile pages in BP were not rendering properly. This has been fixed.
      4. \n
      5. Messages in the inbox etc. were not being styled properly. This has been addressed.
      6. \n
      \n
    6. \n
    7. There was a bug in the List Layout style, which was offsetting the posts by 1 if all posts were not being displayed. In other words, the top post was not being displayed, and if there were  N+1 posts in all and each page was to display N posts, the second page was showing an error. This has been rectified.
    8. \n
    9. Links in featured content were not getting the right color. Again, this has been fixed.
    10. \n
    11. There was an error in the charset syntax in header.php, style.php and rounded-corners.php. This wasn’t impacting anything as such, but it has been rectified nonetheless.
    12. \n
    13. In the options pages if you put in 0 as a value for some dimensions it wasn’t being read correctly. I have changed the code to handle this.
    14. \n
    \n
  6. \n
  7. Changes\n
      \n
    1. The comments section has been revamped to look better and to facilitate better styling. There is now a custom callback function invoked from there.
    2. \n
    3. As per the theme review guidelines I had to change the credit link at the bottom. It now just links to the Suffusion home page and not my home page.
    4. \n
    5. Somewhat whimsically I have changed the default font from Arial to Trebuchet. You can however switch back to Trebuchet if you want, from the Visual Effects → Body Font Customization options.
    6. \n
    7. You now will not see any version tag appended to JS files included by the theme.
    8. \n
    9. The Spanish and French translations have been updated. Thanks to David for his modifications of the French translation!
    10. \n
    \n
  8. \n
\n

I will soon update the Suffusion BP Pack so that you can make use of the new changes to the core theme. I will keep you posted.

\n\";s: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:64:\"http://www.aquoid.com/news/2010/11/suffusion-version-3-6-8/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"37\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.6.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://www.aquoid.com/news/2010/09/suffusion-version-3-6-6/\";s: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:68:\"http://www.aquoid.com/news/2010/09/suffusion-version-3-6-6/#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, 10 Sep 2010 22:50: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:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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://www.aquoid.com/news/?p=800\";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:407:\"Version 3.6.6 of Suffusion was approved today. Here are the major changes in this version: New Features Finally a very frequently demanded feature has made its way into the theme. Visit Visual Effects → Theme Skinning. Guess what? You can now skin the Navigation Bars! The navigation bars are way too complex to handle purely [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:4610:\"

Version 3.6.6 of Suffusion was approved today. Here are the major changes in this version:

\n
    \n
  1. New Features
  2. \n
      \n
    1. Finally a very frequently demanded feature has made its way into the theme. Visit Visual Effects → Theme Skinning. Guess what? You can now skin the Navigation Bars! The navigation bars are way too complex to handle purely by CSS, hence there is a small chance I might have missed something. If so, please report it on the Support Forum.
    2. \n
    3. A few new filters have been added. See point #3 in the previous post: there are new filters for suffusion_filter_template_prefixes and suffusion_filter_template_sidebars. In addition there is a new filter for suffusion_set_title. This will help you control the title on specific pages of your site. For example look at my personal site. The page title is “Eloi and Morlocks” for most pages, yet the home page says “Sayontan Sinha’s home page”.
    4. \n
    5. There is a new template for building an HTML sitemap of your site. There are a lot of configuration options available, which you can check out from Templates → Sitemap.
    6. \n
    7. You can now change the order of entities on your Magazine template. Take a look at Templates → Magazine to see how. I will introduce an ability to order things within excerpts etc in a later release.
    8. \n
    9. You can also position the footer better now – either inside the wrapper or outside. See Visual Effects → Footer Customization for options.
    10. \n
    11. The “Author Information” section (Blog Features → User Profiles) was either visible for both, pages and posts, or invisible for both. I have added the capability to show it for either pages or for posts.
    12. \n
    13. I have also added extra security checks in the back-end by putting in check_admin_referer and check_ajax_referer calls to validate nonce values on options pages. This doesn’t impact users directly, but it adds an extra security layer.
    14. \n
    15. There is a new translation for Traditional Chinese (zh_TW). Thanks to Sh2153!
    16. \n
    \n
  3. Bug Fixes
  4. \n
      \n
    1. There was a problem with the auto-generated CSS file not being accessible in Multi-site installations or when zipping was switched off. I have fixed this.
    2. \n
    3. There was a problem with the “transparency” feature in Visual Effects → Theme Skinning. Earlier setting a transparency value would make all the included elements translucent. This was because I was using the CSS opacity attribute. I have switched the code to use RGBA instead of opacity and it at least works as expected for compliant browsers (Firefox, Chrome, Opera, Safari). I did try to fix it for IE using filters, but I couldn’t get it to work. I might introduce a hack for IE later. In any case, the functionality was broken in IE earlier as well, so you are not losing out on anything.
    4. \n
    \n
  5. Changes
  6. \n
      \n
    1. Users will probably love this. The buttons on the options page are not at the bottom any more! And they are not at the top either! After a good bit of thinking I figured out a really smart way to position the buttons in a place that was always accessible, and didn’t require me to change much code. I present to you the new-look buttons:

      \n

      \"save-options\"

      \n

      You can drag the button window to any other place on your screen, and it always floats in position. So even if you scroll up or down you will see the buttons. I do plan to shorten the lengthy options pages in a release soon. It has been on my agenda for a while now.

    2. \n
    3. Given the number of widget areas and their customization options, I pulled up the Sidebars and Widget Areas option and the Widget Styles option and created a new main menu option called Sidebars and Widgets.
    4. \n
    5. The German translations have been updated for version 3.6.5.
    6. \n
    \n
\n

Hope you enjoy this release.

\n\";s: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:64:\"http://www.aquoid.com/news/2010/09/suffusion-version-3-6-6/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.6.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2010/08/suffusion-version-3-6-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2010/08/suffusion-version-3-6-5/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Aug 2010 22:02: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:1:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:59:\"http://www.aquoid.com/news/2010/08/suffusion-version-3-6-5/\";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:404:\"It has been brought to my attention that an old problem with corrupted download files from the WP site has cropped up again. If you are seeing a message saying that the “Theme is broken” or if you get a “white screen of death” upon activating the theme, follow the instructions here. Version 3.6.5 of [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:5842:\"

It has been brought to my attention that an old problem with corrupted download files from the WP site has cropped up again. If you are seeing a message saying that the “Theme is broken” or if you get a “white screen of death” upon activating the theme, follow the instructions here.

\n

Version 3.6.5 of Suffusion went live today. Actually first 3.6.4 went live, then some users pointed out a rather serious flaw, then I immediately patched it. The theme approvers, who have really improved their approval process a few notches up approved it rather quickly too. The following are a part of this release:

\n
    \n
  1. New Features:
    One of the key focus areas of this release was server load reduction. The overall list of additions is as follows:\n
      \n
    1. There is an option to not include the generated CSS code in your page header. Instead the CSS gets written to a file and that file is linked in the page. This is good news for SEO. The bad news is that it needs some tweaks and some trial and error to get to work properly, like changing of the .htaccess file, or making use of Suffusion’s internal compression techniques etc. You can try enabling the option from Blog Features → Site Optimization → Auto-generate CSS file for customization options.
    2. \n
    3. In addition now all the options can be cached in the database. Earlier I was storing only the saved options in the database and leaving aside the default options. The downside of the older approach was that as my options page got massive, the memory footprint of the front-end pages started increasing. This will reduce memory footprint by at least 2MB – a significant reduction. You can control the settings here: Blog Features → Site Optimization → Cache dynamic options.
    4. \n
    5. Judging by the massive outrage on the support forum due to a change in the featured content behavior, I have added an option to let you include duplicate content from the featured content section on your main page as well. Control the settings from Blog Features → Featured Content.
    6. \n
    7. I have added options to include posts by post id or by tag in the featured content. Control the settings from Blog Features → Featured Content.
    8. \n
    9. I have also enhanced the Search results page to show the search term at the top. Additionally now there is a search form included on the search results page, along with an ability to highlight the matches.
    10. \n
    11. A user on the WP forum pointed out that if your posts were in multiple pages (in an archive view), subsequent pages didn’t show the page number in the title. I have addressed this. The page number is now appended to the title if you are on the second page or higher. Additionally the blog sub-title is a part of the page title on the home page or on the front page.
    12. \n
    13. I have added “nonce” checks to the admin pages to ensure better security.
    14. \n
    15. There is a new Turkish translation, thanks to Metin Selçuk.
    16. \n
    \n
  2. \n
  3. Bug Fixes:\n
      \n
    1. If you were using Suffusion’s inbuilt compression techniques, the page would fail XHTML validation. I thought that I had fixed it last time, however that was not the case. It is now truly fixed, I hope!
    2. \n
    3. In case of archive views with no posts (e.g. nothing found in the search results page) there was no content displayed. This has been fixed.
    4. \n
    5. While working at a furious pace to support some of the review criteria at WP I had broken backwards compatibility for menus. If you were on a WP version older than 2.9 you would have seen a fatal error. I have rectified this. Of all the bugs I have had to fix, I am sorry about this one most, because I am normally very good with backwards compatibility.
    6. \n
    7. There was another backwards-compatibility issue, but this time with PHP. There was a call to memory_get_usage, which is not available in really old versions of PHP (< 4.3.2) and is available with partial support in other versions of PHP. I have fixed this too.
    8. \n
    9. I have fixed a bug that was preventing child theme CSS from loading correctly. Note that if you have Suffusion’s GZIP compression disabled, child themes need to have all stylesheets explicitly invoked. In other words, not only the base style.css, but all the skin-specific CSS files have to be added.
    10. \n
    11. There was a bug introduced in the comments section, where a CSS element was being declared twice. I have fixed this issue.
    12. \n
    \n
  4. \n
  5. Changes:\n
      \n
    1. Again, there are minor stylesheet tweaks to the Minima skin
    2. \n
    3. As a part of some code housekeeping I have enqueued the stylesheets for the admin pages.
    4. \n
    5. I have also replaced the call to get_bloginfo(\'name\') in the header with get_bloginfo(\'name\', \'display\') so that plugins that apply filters to the blog title work in tandem with the theme.
    6. \n
    7. I have restyled the blockquote element so that it looks a bit better.
    8. \n
    9. There are updates to the German (Du and Sie), Norwegian, Swedish, Dutch, Danish, Polish and French translations. Thanks, translators!
    10. \n
    \n
  6. \n
\n

On a side note, I have closed the “Feature Requests” section of the support forum. As the theme grows in complexity and popularity, the support forum has been swirling out of control and I had to draw the line somewhere. Since the Feature Requests section saw a lot of traffic and a lot of requests for features that I simply am not in a position to provide, I have closed off that section of the forum.

\n\";s: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:64:\"http://www.aquoid.com/news/2010/08/suffusion-version-3-6-5/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:56:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Suffusion Version 3.6.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://www.aquoid.com/news/2010/08/suffusion-version-3-6-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://www.aquoid.com/news/2010/08/suffusion-version-3-6-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Aug 2010 18:29: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:6:{i:0;a:5:{s:4:\"data\";s:14:\"Theme 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:14:\"Ad Hoc Widgets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Shortcodes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Suffusion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"Tag Cloud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.aquoid.com/news/?p=744\";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:402:\"After a lot of delays and innumerable back-and-forth exchanges, a version of Suffusion has finally been approved – 3.6.3. This is essentially a combination of a large number of features and fixes, from release 3.5.8 through 3.6.3. If you look at the Change Log.txt file in the theme folder you will get an idea about [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Sayontan\";s: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:8462:\"

After a lot of delays and innumerable back-and-forth exchanges, a version of Suffusion has finally been approved – 3.6.3. This is essentially a combination of a large number of features and fixes, from release 3.5.8 through 3.6.3. If you look at the Change Log.txt file in the theme folder you will get an idea about how big the changes actually are:

\n
    \n
  1. Bug Fixes
    There were quite a few bug fixes, actually:\n
      \n
    1. Fixed a bug that was displaying the “Comment form closed” message even if the settings were done to hide them. The slow approvals mean that questions get asked hundreds of times on the forum – this happened to be the top question over the last month.
    2. \n
    3. Fixed a minor problem with the style resets that I introduced in 3.5.6. This particular bug was causing Gallery items to spill over into a new line.
    4. \n
    5. The “Page of Posts” template was showing a NOTICE message with WordPress debugging turned on. I have fixed this.
    6. \n
    7. In my zeal to optimize code I had removed a bit too much in the “Now Reading” library page. The page was throwing up an error – that has now been fixed.
    8. \n
    9. Fixed a bug in the suffusion-tag-cloud short code. This was assigning an incorrect value to the number parameter.
      Note: You can use this short code in a text widget to display a tag cloud. It gives you a lot more control in terms of the number of tags you want to show and the sizes you want to set for each.
    10. \n
    11. Fixed a bug in the Custom Post Types section that was not saving post types with the correct index.
    12. \n
    13. Fixed a bug that was causing single quote characters in the post title to cause invalid markup.
    14. \n
    15. Fixed a bug in the “No Sidebars” template where the maximum width of the image was being set incorrectly.
    16. \n
    17. An incorrect control switch was being used to determine if custom font settings were to be used. This has been fixed.
      Note: If your fonts suddenly seem to have changed, go to Visual Effects → Body Font Settings and select “Custom Styles” for the first option and save.
    18. \n
    19. Fixed a couple of XHTML validation bugs. The first would occur if you have a gradient image selected for the header, and the second would occur if you had opted to use compression (GZip or minification) on the CSS files.
    20. \n
    \n
  2. \n
  3. New Features
    There were tons of new features added.\n
      \n
    1. New Widget Areas
      There are nine new widget areas. Technically there are five, but the fifth is a special kind:\n
        \n
      1. Widgets Above Header – This is in response to requests to be able to display ads above the header.
      2. \n
      3. Header Widgets – This, again, is in response to requests to be able to use the blank space near the blog header.
      4. \n
      5. Wide Sidebar (Top) – This is widget area that sits above both your sidebars if your sidebars are on the same side. Otherwise this is not shown. It is as wide as both your sidebars combined.
      6. \n
      7. Wide Sidebar (Bottom) – This is widget area that sits below both your sidebars if your sidebars are on the same side. Otherwise this is not shown. It is as wide as both your sidebars combined.
      8. \n
      9. Ad Hoc Widgets 1 to 5 – This is something new and quite interesting. There are 5 new widget areas called Ad Hoc Widgets 1, … Ad Hoc Widgets 5. You can add any widgets you please there. You can then invoke these widget areas from within your posts or pages, if you want. You have short codes to do this: \n
        [suffusion-widgets id=\'3\']
        \n

        You can use any number from 1 to 5 for the id.

        \n
      10. \n
      \n
    2. \n
    3. As stated above, the short code to display ad hoc widgets, suffusion-widgets is new.
    4. \n
    5. There is a new page template for logging in, called “Log In”. You can use this template to create a login page for users. Mind you, this doesn’t tie up with the Meta Widget directly. You have to explicitly provide the link to users to log in.
    6. \n
    7. You can now customize the labels on your Comment form. Head over to Blog Features → Comment Settings to do so.
    8. \n
    9. There is a new Polish translation, thanks to Robert Maculewicz!
    10. \n
    11. JavaScript files are now added to the bottom of the page by default. You can change this by going to Blog Features → Site Optimization.
    12. \n
    13. Added capability to display text in multiple columns using short codes [suffusion-multic] and [suffusion-column]
    14. \n
    15. Added translation support for child themes.
    16. \n
    17. Added support for assigning menus to locations in the Appearance → Menus section of the admin panel. This comes with a change of behavior: if you assign a menu to the Top Navigation Bar and the Top Navigation Bar is hidden, it will still show up. Additionally if a menu is not assigned to a navigation bar in the Navigation Bar Setup options, but is assigned through the Menu administration page, the menu will show up.
    18. \n
    \n
  4. \n
  5. Modifications
    Some of the existing functionality has changed:\n
      \n
    1. Code Optimization
      This is yet another release where I have reworked the back-end. The impact this time, though, is not severe. I had noticed, as had quite a few users that the options panel had become quite sluggish. Of course, when you are looking at 400+ options loaded from a 6000 line file into JavaScript memory you are bound to have performance impacts. So I did a subtle split of the options menu and prevented it all from adding to the JS footprint. Earlier you had this:
      \"Previous

      Previous Look


      You now have this:
      \"New

      New Look


      I have essentially moved all the horizontal tabs into the side menu. The back-end is now noticeably quicker than what it was in the previous releases.
    2. \n
    3. I made minor CSS changes to the Minima skin. I will continue to tweak the style sheet in minor ways till I am convinced it looks good.
    4. \n
    5. I have switched off the “Comment form closed” message by default. Users who wanted to see the message will need to revisit the settings in Blog Features → Comment Settings.
    6. \n
    7. Code Housekeeping:\n
        \n
      1. Replaced occurrences of include(TEMPLATEPATH . \'/searchform.php\') with get_search_form(). This is as per the new approval process and it improves child theme support.
      2. \n
      3. Replaced occurrences of file includes with get_template_part(). This is as per the new approval process and it improves child theme support w.e.f. WP 3.0.
      4. \n
      5. Removed support for comments from WP versions older than 2.7. Suffusion anyway has been relying on at least 2.8 for widgets since a long time, so this code was redundant.
      6. \n
      7. Added call to new function comment_form() in comments.php. This is as per the new approval process, though it is quite counter-intuitive. I had to leave the old code in place, because there are still users who use WP 2.9 and for them the new function will not work.
      8. \n
      9. Moved licensing information to style.css file. This doesn’t impact you as an end-user.
      10. \n
      11. Enqueued all JavaScript file inclusions.
      12. \n
      \n
    8. \n
    9. Updated Brazilian Portuguese translation, thanks to Alcides Soares!
    10. \n
    11. Changed behavior to exclude posts from the static Featured Content section in the rest of the content on a page.
    12. \n
    \n
  6. \n
\n

Hope you like this combined multi-release.

\n\";s: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:64:\"http://www.aquoid.com/news/2010/08/suffusion-version-3-6-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"30\";s: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:56:\"http://www.aquoid.com/news/category/theme-releases/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:4:\"date\";s:29:\"Thu, 24 Feb 2011 14:54:40 GMT\";s:6:\"server\";s:6:\"Apache\";s:10:\"x-pingback\";s:37:\"http://www.aquoid.com/news/xmlrpc.php\";s:4:\"etag\";s:34:\"\"6df78dc652889f2dabd37b99db5997aa\"\";s:13:\"last-modified\";s:29:\"Tue, 22 Feb 2011 17:33:41 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(233,0,'_transient_timeout_feed_mod_4687f0956eaf65afab421dc902fc20ca','1298602482','no'),(234,0,'_transient_feed_mod_4687f0956eaf65afab421dc902fc20ca','1298559282','no'),(235,0,'suffusion_options','a:11:{s:16:\"suf_color_scheme\";s:17:\"light-theme-green\";s:21:\"suf_ie7_compatibility\";s:8:\"no-force\";s:15:\"suf_seo_enabled\";s:7:\"enabled\";s:20:\"suf_seo_all_settings\";s:0:\"\";s:19:\"suf_seo_title_style\";s:9:\"page-blog\";s:23:\"suf_seo_title_separator\";s:2:\"»\";s:21:\"suf_seo_show_subtitle\";s:4:\"hide\";s:21:\"suf_seo_show_page_num\";s:4:\"show\";s:24:\"suf_seo_meta_description\";s:0:\"\";s:21:\"suf_seo_meta_keywords\";s:0:\"\";s:16:\"last-set-section\";s:15:\"theme-selection\";}','yes'),(240,0,'theme_mods_platform','a:1:{i:0;b:0;}','yes'),(242,0,'pagelines_template_map','a:8:{s:6:\"header\";a:4:{s:4:\"hook\";s:16:\"pagelines_header\";s:4:\"name\";s:11:\"Site Header\";s:6:\"markup\";s:7:\"content\";s:8:\"sections\";a:2:{i:0;s:17:\"PageLinesBranding\";i:1;s:12:\"PageLinesNav\";}}s:6:\"footer\";a:4:{s:4:\"hook\";s:16:\"pagelines_footer\";s:4:\"name\";s:11:\"Site Footer\";s:6:\"markup\";s:7:\"content\";s:8:\"sections\";a:1:{i:0;s:17:\"PageLinesFootCols\";}}s:9:\"templates\";a:4:{s:4:\"hook\";s:18:\"pagelines_template\";s:4:\"name\";s:14:\"Page Templates\";s:6:\"markup\";s:7:\"content\";s:9:\"templates\";a:9:{s:7:\"default\";a:2:{s:4:\"name\";s:12:\"Default Page\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}}s:5:\"posts\";a:2:{s:4:\"name\";s:11:\"Posts Pages\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}}i:404;a:2:{s:4:\"name\";s:14:\"404 Error Page\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesNoPosts\";}}s:6:\"single\";a:2:{s:4:\"name\";s:16:\"Single Post Page\";s:8:\"sections\";a:1:{i:0;s:16:\"PageLinesContent\";}}s:5:\"alpha\";a:3:{s:4:\"name\";s:12:\"Feature Page\";s:8:\"sections\";a:3:{i:0;s:17:\"PageLinesFeatures\";i:1;s:14:\"PageLinesBoxes\";i:2;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";}s:4:\"beta\";a:3:{s:4:\"name\";s:13:\"Carousel Page\";s:8:\"sections\";a:2:{i:0;s:17:\"PageLinesCarousel\";i:1;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";}s:5:\"gamma\";a:3:{s:4:\"name\";s:8:\"Box Page\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesHighlight\";i:1;s:16:\"PageLinesSoapbox\";i:2;s:14:\"PageLinesBoxes\";}s:7:\"version\";s:3:\"pro\";}s:5:\"delta\";a:3:{s:4:\"name\";s:14:\"Highlight Page\";s:8:\"sections\";a:2:{i:0;s:18:\"PageLinesHighlight\";i:1;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";}s:7:\"epsilon\";a:3:{s:4:\"name\";s:11:\"Banner Page\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesHighlight\";i:1;s:16:\"PageLinesBanners\";i:2;s:16:\"PageLinesContent\";}s:7:\"version\";s:3:\"pro\";}}}s:4:\"main\";a:4:{s:4:\"hook\";s:14:\"pagelines_main\";s:4:\"name\";s:17:\"Text Content Area\";s:6:\"markup\";s:4:\"copy\";s:9:\"templates\";a:3:{s:7:\"default\";a:2:{s:4:\"name\";s:17:\"Page Content Area\";s:8:\"sections\";a:2:{i:0;s:17:\"PageLinesPostLoop\";i:1;s:17:\"PageLinesComments\";}}s:5:\"posts\";a:2:{s:4:\"name\";s:23:\"Posts Page Content Area\";s:8:\"sections\";a:3:{i:0;s:18:\"PageLinesPostsInfo\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:19:\"PageLinesPagination\";}}s:6:\"single\";a:2:{s:4:\"name\";s:24:\"Single Post Content Area\";s:8:\"sections\";a:5:{i:0;s:16:\"PageLinesPostNav\";i:1;s:17:\"PageLinesPostLoop\";i:2;s:17:\"PageLinesShareBar\";i:3;s:17:\"PageLinesComments\";i:4;s:19:\"PageLinesPagination\";}}}}s:8:\"morefoot\";a:5:{s:4:\"name\";s:13:\"Morefoot Area\";s:4:\"hook\";s:18:\"pagelines_morefoot\";s:6:\"markup\";s:7:\"content\";s:7:\"version\";s:3:\"pro\";s:8:\"sections\";a:2:{i:0;s:17:\"PageLinesMorefoot\";i:1;s:19:\"PageLinesTwitterBar\";}}s:8:\"sidebar1\";a:4:{s:4:\"name\";s:9:\"Sidebar 1\";s:4:\"hook\";s:18:\"pagelines_sidebar1\";s:6:\"markup\";s:4:\"copy\";s:8:\"sections\";a:1:{i:0;s:14:\"PrimarySidebar\";}}s:8:\"sidebar2\";a:4:{s:4:\"name\";s:9:\"Sidebar 2\";s:4:\"hook\";s:18:\"pagelines_sidebar2\";s:6:\"markup\";s:4:\"copy\";s:8:\"sections\";a:1:{i:0;s:16:\"SecondarySidebar\";}}s:12:\"sidebar_wrap\";a:5:{s:4:\"name\";s:12:\"Sidebar Wrap\";s:4:\"hook\";s:22:\"pagelines_sidebar_wrap\";s:6:\"markup\";s:4:\"copy\";s:7:\"version\";s:3:\"pro\";s:8:\"sections\";a:0:{}}}','yes'),(249,0,'theme_mods_motion','a:1:{i:0;b:0;}','yes'),(258,0,'theme_mods_graphene','a:1:{i:0;b:0;}','yes'),(264,0,'theme_mods_easel','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";s:0:\"\";}','yes'),(253,0,'theme_mods_magazine-basic','a:1:{i:0;b:0;}','yes'),(254,0,'magazine-basic','a:22:{s:10:\"site_width\";s:3:\"800\";s:14:\"sidebar_width1\";s:3:\"180\";s:14:\"sidebar_width2\";s:3:\"180\";s:16:\"sidebar_location\";s:1:\"5\";s:13:\"logo_location\";s:2:\"fl\";s:8:\"tag_line\";s:1:\"1\";s:10:\"user_login\";s:1:\"1\";s:11:\"post_layout\";s:1:\"3\";s:10:\"dates_cats\";s:2:\"on\";s:11:\"dates_posts\";s:2:\"on\";s:12:\"authors_cats\";s:2:\"on\";s:13:\"authors_posts\";s:2:\"on\";s:12:\"number_posts\";s:1:\"6\";s:15:\"excerpt_content\";i:1;s:11:\"excerpt_one\";s:2:\"55\";s:11:\"excerpt_two\";s:2:\"45\";s:13:\"excerpt_three\";s:2:\"30\";s:3:\"seo\";s:1:\"1\";s:9:\"header_ad\";s:0:\"\";s:12:\"latest_story\";s:2:\"on\";s:11:\"dates_index\";s:2:\"on\";s:13:\"authors_index\";s:2:\"on\";}','yes'),(255,0,'pbt_content_width','352','yes'),(259,0,'graphene_dbversion','1','yes'),(260,0,'widget_graphene-twitter','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(261,0,'graphene_settings','a:69:{s:10:\"slider_cat\";s:0:\"\";s:16:\"slider_postcount\";s:0:\"\";s:10:\"slider_img\";s:14:\"featured_image\";s:20:\"slider_display_style\";s:17:\"thumbnail-excerpt\";s:13:\"slider_imgurl\";s:0:\"\";s:13:\"slider_height\";s:0:\"\";s:12:\"slider_speed\";s:0:\"\";s:15:\"slider_position\";b:0;s:14:\"slider_disable\";b:0;s:20:\"frontpage_posts_cats\";a:0:{}s:15:\"custom_feed_url\";s:0:\"\";s:14:\"hide_feed_icon\";b:0;s:12:\"show_adsense\";b:0;s:12:\"adsense_code\";s:0:\"\";s:22:\"adsense_show_frontpage\";b:0;s:12:\"show_addthis\";b:0;s:17:\"show_addthis_page\";b:0;s:12:\"addthis_code\";s:0:\"\";s:7:\"show_ga\";b:0;s:7:\"ga_code\";s:0:\"\";s:16:\"alt_home_sidebar\";b:0;s:21:\"alt_home_footerwidget\";b:0;s:20:\"enable_header_widget\";b:0;s:7:\"show_cc\";b:0;s:9:\"copy_text\";s:0:\"\";s:14:\"hide_copyright\";b:0;s:12:\"light_header\";b:0;s:15:\"link_header_img\";b:0;s:19:\"featured_img_header\";b:0;s:21:\"use_random_header_img\";b:0;s:12:\"hide_top_bar\";b:0;s:19:\"search_box_location\";s:7:\"top_bar\";s:11:\"column_mode\";s:12:\"two-col-left\";s:18:\"posts_show_excerpt\";b:0;s:16:\"hide_post_author\";b:0;s:17:\"post_date_display\";s:12:\"icon_no_year\";s:22:\"hide_post_commentcount\";b:0;s:13:\"hide_post_cat\";b:0;s:14:\"hide_post_tags\";b:0;s:16:\"show_post_avatar\";b:0;s:16:\"show_post_author\";b:0;s:17:\"show_excerpt_more\";b:0;s:19:\"footerwidget_column\";s:0:\"\";s:23:\"alt_footerwidget_column\";b:0;s:19:\"navmenu_child_width\";s:0:\"\";s:22:\"header_title_font_type\";s:0:\"\";s:22:\"header_title_font_size\";s:0:\"\";s:28:\"header_title_font_lineheight\";s:0:\"\";s:24:\"header_title_font_weight\";s:0:\"\";s:23:\"header_title_font_style\";s:0:\"\";s:21:\"header_desc_font_type\";s:0:\"\";s:21:\"header_desc_font_size\";s:0:\"\";s:27:\"header_desc_font_lineheight\";s:0:\"\";s:23:\"header_desc_font_weight\";s:0:\"\";s:22:\"header_desc_font_style\";s:0:\"\";s:17:\"content_font_type\";s:0:\"\";s:17:\"content_font_size\";s:0:\"\";s:23:\"content_font_lineheight\";s:0:\"\";s:19:\"content_font_colour\";s:0:\"\";s:18:\"link_colour_normal\";s:0:\"\";s:19:\"link_colour_visited\";s:0:\"\";s:17:\"link_colour_hover\";s:0:\"\";s:22:\"link_decoration_normal\";s:0:\"\";s:21:\"link_decoration_hover\";s:0:\"\";s:16:\"hide_allowedtags\";b:0;s:27:\"custom_site_title_frontpage\";s:0:\"\";s:25:\"custom_site_title_content\";s:0:\"\";s:11:\"favicon_url\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";}','yes'),(265,0,'easel-options','a:52:{s:24:\"disable_jquery_menu_code\";b:0;s:21:\"disable_scroll_to_top\";b:0;s:19:\"enable_avatar_trick\";b:1;s:22:\"disable_default_design\";b:0;s:20:\"disable_comment_note\";b:0;s:26:\"enable_numbered_pagination\";b:1;s:26:\"disable_comment_javascript\";b:0;s:25:\"enable_post_thumbnail_rss\";b:1;s:19:\"disable_page_titles\";b:0;s:19:\"disable_post_titles\";b:0;s:20:\"enable_post_calendar\";b:1;s:27:\"enable_post_author_gravatar\";b:0;s:27:\"disable_categories_in_posts\";b:0;s:21:\"disable_tags_in_posts\";b:0;s:28:\"disable_author_info_in_posts\";b:0;s:26:\"disable_date_info_in_posts\";b:0;s:15:\"home_post_count\";s:1:\"5\";s:19:\"disable_footer_text\";b:0;s:23:\"disable_default_menubar\";b:0;s:24:\"enable_search_in_menubar\";b:0;s:21:\"enable_rss_in_menubar\";b:1;s:16:\"avatar_directory\";s:4:\"none\";s:24:\"enable_debug_footer_code\";b:0;s:24:\"disable_blog_on_homepage\";b:0;s:27:\"enable_comments_on_homepage\";b:0;s:19:\"enable_addon_comics\";b:0;s:24:\"enable_addon_membersonly\";b:0;s:19:\"non_members_message\";s:35:\"There is members only content here.\";s:21:\"enable_addon_showcase\";b:0;s:23:\"enable_addon_playingnow\";b:0;s:28:\"enable_addon_showcase_slider\";b:0;s:22:\"enable_addon_commpress\";b:0;s:25:\"enable_addon_page_options\";b:0;s:25:\"custom_image_header_width\";s:3:\"980\";s:26:\"custom_image_header_height\";s:3:\"100\";s:14:\"copyright_name\";s:0:\"\";s:13:\"copyright_url\";s:0:\"\";s:23:\"facebook_like_blog_post\";b:0;s:13:\"facebook_meta\";b:0;s:24:\"display_archive_as_links\";b:0;s:21:\"archive_display_order\";s:4:\"DESC\";s:6:\"layout\";s:2:\"3c\";s:6:\"scheme\";s:7:\"default\";s:33:\"enable_wprewrite_posttype_control\";b:0;s:29:\"force_active_connection_close\";b:0;s:25:\"enable_addon_easel_slider\";b:1;s:21:\"display_comic_on_home\";b:1;s:26:\"display_comic_post_on_home\";b:1;s:20:\"menubar_social_icons\";b:0;s:22:\"menubar_social_twitter\";s:0:\"\";s:23:\"menubar_social_facebook\";s:0:\"\";s:18:\"enable_breadcrumbs\";b:0;}','yes'),(266,0,'widget_easel_calendar_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(267,0,'widget_widget_easel_classic_bookmark','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(268,0,'widget_easel_control_panel_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(269,0,'widget_easel_menubar_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(270,0,'widget_easel_random_post_link_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(271,0,'widget_easel_scheduled_posts_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(272,0,'widget_easel_google_translate_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1001,0,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1322774829','yes'),(1002,0,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"2477\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"1672\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"1488\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1249\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1237\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1202\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:3:\"881\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:3:\"809\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:3:\"778\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:3:\"758\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:3:\"739\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"686\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:3:\"675\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"600\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"530\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"517\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"445\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"443\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"439\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"430\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"428\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"400\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:3:\"389\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"379\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"373\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"355\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"354\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"354\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"350\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"345\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"345\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"340\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"328\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"318\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"312\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"309\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"301\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"289\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"289\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"283\";}}','yes'),(278,0,'uninstall_plugins','a:2:{i:0;b:0;s:53:\"facebook-comments-for-wordpress/facebook-comments.php\";s:17:\"fbComments_uninit\";}','yes'),(279,0,'fbComments_appId','','yes'),(280,0,'fbComments_appSecret','','yes'),(281,0,'fbComments_accessToken','','yes'),(282,0,'fbComments_xid','C50QuayQQM6iK61','yes'),(283,0,'fbComments_includeFbJs','1','yes'),(284,0,'fbComments_includeFbJsOldWay','','yes'),(285,0,'fbComments_includeFbmlLangAttr','1','yes'),(286,0,'fbComments_includeOpenGraphLangAttr','1','yes'),(287,0,'fbComments_includeOpenGraphMeta','1','yes'),(288,0,'fbComments_includeFbComments','1','yes'),(289,0,'fbComments_hideWpComments','','yes'),(290,0,'fbComments_combineCommentCounts','1','yes'),(291,0,'fbComments_notify','1','yes'),(292,0,'fbComments_language','en_US','yes'),(293,0,'fbComments_displayTitle','1','yes'),(294,0,'fbComments_title','Facebook comments:','yes'),(295,0,'fbComments_numPosts','10','yes'),(296,0,'fbComments_width','500','yes'),(297,0,'fbComments_displayLocation','before','yes'),(298,0,'fbComments_displayPagesOrPosts','posts','yes'),(299,0,'fbComments_publishToWall','1','yes'),(300,0,'fbComments_reverseOrder','','yes'),(301,0,'fbComments_hideFbLikeButton','','yes'),(302,0,'fbComments_containerCss','margin: 20px 0;','yes'),(303,0,'fbComments_titleCss','margin-bottom: 15px; font-size: 140%; font-weight: bold; border-bottom: 2px solid #000; padding-bottom: 5px;','yes'),(304,0,'fbComments_darkSite','','yes'),(305,0,'fbComments_noBox','','yes'),(306,0,'fbComments_displayAppIdWarning','','yes'),(308,0,'tm_where','before','yes'),(309,0,'tm_rss_where','before','yes'),(310,0,'tm_source','','yes'),(311,0,'tm_style','float: right; margin-left: 10px;','yes'),(312,0,'tm_version','large','yes'),(313,0,'tm_display_page','1','yes'),(314,0,'tm_display_front','1','yes'),(315,0,'tm_display_rss','1','yes'),(316,0,'tm_ping','on','yes'),(317,0,'tm_hashtags','on','yes'),(318,0,'tm_enable','yes','yes'),(319,0,'twitter_where','before','yes'),(320,0,'twitter_rss_where','before','yes'),(321,0,'twitter_style','float: right; margin-left: 10px;','yes'),(322,0,'twitter_version','large','yes'),(323,0,'twitter_display_page','1','yes'),(324,0,'twitter_display_front','1','yes'),(325,0,'twitter_enable','no','yes'),(326,0,'twitter_lang','en','yes'),(328,0,'ShareAndFollowAdminOptions','a:365:{s:7:\"cdn-key\";s:0:\"\";s:3:\"cdn\";a:1:{s:10:\"status_txt\";s:4:\"FAIL\";}s:8:\"icon_set\";s:7:\"default\";s:11:\"top_padding\";s:0:\"\";s:13:\"print_support\";s:4:\"true\";s:9:\"rss_style\";s:7:\"rss_url\";s:5:\"nujij\";s:0:\"\";s:16:\"nujij_share_text\";s:14:\"Share on nuJIJ\";s:16:\"nujij_popup_text\";s:32:\"Share this BLOG : TITLE on nuJIJ\";s:8:\"bookmark\";s:0:\"\";s:19:\"bookmark_share_text\";s:19:\"Bookmark in Browser\";s:19:\"bookmark_popup_text\";s:26:\"Bookmark this BLOG : TITLE\";s:6:\"sphinn\";s:0:\"\";s:17:\"sphinn_share_text\";s:20:\"Share this on sphinn\";s:17:\"sphinn_popup_text\";s:33:\"Share this BLOG : TITLE on sphinn\";s:11:\"show_header\";s:4:\"true\";s:15:\"follow_location\";s:5:\"right\";s:16:\"background_color\";s:6:\"878787\";s:12:\"border_color\";s:3:\"fff\";s:12:\"follow_color\";s:3:\"000\";s:15:\"extra_print_css\";s:0:\"\";s:7:\"content\";s:0:\"\";s:19:\"twitter_text_suffix\";s:0:\"\";s:21:\"width_of_page_minimum\";s:0:\"\";s:9:\"extra_css\";s:0:\"\";s:20:\"excluded_share_pages\";s:0:\"\";s:10:\"list_style\";s:8:\"iconOnly\";s:4:\"size\";s:2:\"32\";s:7:\"spacing\";s:1:\"3\";s:11:\"add_content\";s:4:\"true\";s:10:\"add_follow\";s:4:\"true\";s:7:\"add_css\";s:5:\"false\";s:8:\"post_rss\";s:3:\"yes\";s:8:\"facebook\";s:3:\"yes\";s:7:\"twitter\";s:3:\"yes\";s:7:\"stumble\";s:3:\"yes\";s:4:\"digg\";s:3:\"yes\";s:6:\"reddit\";s:3:\"yes\";s:5:\"hyves\";s:0:\"\";s:9:\"delicious\";s:3:\"yes\";s:5:\"print\";s:0:\"\";s:5:\"orkut\";s:0:\"\";s:7:\"myspace\";s:0:\"\";s:11:\"google_buzz\";s:0:\"\";s:10:\"yahoo_buzz\";s:0:\"\";s:15:\"yahoo_buzz_link\";s:0:\"\";s:16:\"google_buzz_link\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:16:\"dailymotion_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:15:\"foursquare_link\";s:0:\"\";s:14:\"vkontakte_link\";s:0:\"\";s:10:\"plaxo_link\";s:0:\"\";s:12:\"coconex_link\";s:0:\"\";s:12:\"gowalla_link\";s:0:\"\";s:9:\"xing_link\";s:0:\"\";s:14:\"twitter_suffix\";s:0:\"\";s:10:\"vimeo_link\";s:0:\"\";s:17:\"distance_from_top\";s:3:\"100\";s:19:\"follow_list_spacing\";s:2:\"10\";s:9:\"vkontakte\";s:0:\"\";s:4:\"mixx\";s:0:\"\";s:5:\"email\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:10:\"email_link\";s:0:\"\";s:10:\"email_body\";s:0:\"\";s:13:\"facebook_link\";s:0:\"\";s:12:\"twitter_link\";s:0:\"\";s:12:\"stumble_link\";s:0:\"\";s:9:\"digg_link\";s:0:\"\";s:11:\"reddit_link\";s:0:\"\";s:10:\"hyves_link\";s:0:\"\";s:14:\"delicious_link\";s:0:\"\";s:10:\"orkut_link\";s:0:\"\";s:12:\"myspace_link\";s:0:\"\";s:8:\"rss_link\";s:0:\"\";s:15:\"newsletter_link\";s:0:\"\";s:17:\"follow_newsletter\";s:0:\"\";s:5:\"cssid\";i:1;s:15:\"add_follow_text\";s:4:\"true\";s:10:\"word_value\";s:6:\"follow\";s:13:\"theme_support\";s:4:\"none\";s:17:\"follow_list_style\";s:8:\"iconOnly\";s:15:\"follow_facebook\";s:0:\"\";s:14:\"follow_twitter\";s:0:\"\";s:14:\"follow_stumble\";s:0:\"\";s:11:\"follow_digg\";s:0:\"\";s:13:\"follow_reddit\";s:0:\"\";s:12:\"follow_hyves\";s:0:\"\";s:16:\"follow_delicious\";s:0:\"\";s:12:\"follow_orkut\";s:0:\"\";s:14:\"follow_myspace\";s:0:\"\";s:13:\"follow_lastfm\";s:0:\"\";s:13:\"follow_flickr\";s:0:\"\";s:6:\"lastfm\";s:0:\"\";s:18:\"follow_google_buzz\";s:0:\"\";s:15:\"follow_linkedin\";s:0:\"\";s:13:\"follow_tumblr\";s:0:\"\";s:11:\"follow_yelp\";s:0:\"\";s:12:\"follow_xfire\";s:0:\"\";s:17:\"follow_yahoo_buzz\";s:0:\"\";s:16:\"follow_vkontakte\";s:0:\"\";s:12:\"follow_plaxo\";s:0:\"\";s:14:\"follow_gowalla\";s:0:\"\";s:11:\"follow_xing\";s:0:\"\";s:20:\"twitter_text_default\";s:0:\"\";s:18:\"follow_dailymotion\";s:0:\"\";s:17:\"follow_soundcloud\";s:0:\"\";s:12:\"follow_vimeo\";s:0:\"\";s:14:\"follow_coconex\";s:0:\"\";s:10:\"follow_rss\";s:3:\"yes\";s:14:\"follow_youtube\";s:0:\"\";s:8:\"tab_size\";s:2:\"24\";s:10:\"css_images\";s:2:\"no\";s:7:\"wp_post\";s:3:\"yes\";s:7:\"wp_page\";s:3:\"yes\";s:7:\"wp_home\";s:3:\"yes\";s:10:\"wp_archive\";s:3:\"yes\";s:9:\"wp_author\";s:3:\"yes\";s:6:\"bit_ly\";s:0:\"\";s:11:\"bit_ly_code\";s:0:\"\";s:17:\"follow_foursquare\";s:0:\"\";s:12:\"twitter_text\";s:5:\"clean\";s:14:\"add_image_link\";s:4:\"true\";s:13:\"default_email\";s:0:\"\";s:9:\"word_text\";s:7:\"follow:\";s:19:\"default_email_image\";s:0:\"\";s:15:\"author_defaults\";s:7:\"authors\";s:14:\"logo_image_url\";s:0:\"\";s:12:\"homepage_img\";s:4:\"logo\";s:18:\"homepage_image_url\";s:0:\"\";s:11:\"archive_img\";s:4:\"logo\";s:17:\"archive_image_url\";s:0:\"\";s:14:\"page_image_url\";s:0:\"\";s:14:\"post_image_url\";s:0:\"\";s:8:\"page_img\";s:4:\"logo\";s:8:\"post_img\";s:8:\"gravatar\";s:10:\"share_text\";s:6:\"share:\";s:5:\"share\";s:2:\"no\";s:11:\"lastfm_link\";s:0:\"\";s:11:\"flickr_link\";s:0:\"\";s:13:\"linkedin_link\";s:0:\"\";s:10:\"xfire_link\";s:0:\"\";s:9:\"yelp_link\";s:0:\"\";s:22:\"background_transparent\";s:2:\"no\";s:18:\"border_transparent\";s:2:\"no\";s:12:\"youtube_link\";s:0:\"\";s:18:\"css_print_excludes\";s:32:\"#menu, #navigation, #navi, .menu\";s:16:\"follow_posterous\";s:0:\"\";s:9:\"follow_ya\";s:0:\"\";s:14:\"posterous_link\";s:0:\"\";s:7:\"ya_link\";s:0:\"\";s:17:\"css_follow_images\";s:2:\"no\";s:19:\"posterous_link_text\";s:19:\"Check my phone feed\";s:17:\"follow_feedburner\";s:0:\"\";s:15:\"feedburner_link\";s:0:\"\";s:10:\"technorati\";s:0:\"\";s:21:\"technorati_share_text\";s:19:\"Share on technorati\";s:21:\"technorati_popup_text\";s:37:\"Share this BLOG : TITLE on technorati\";s:4:\"xing\";s:0:\"\";s:15:\"xing_share_text\";s:13:\"Share on xing\";s:15:\"xing_popup_text\";s:31:\"Share this BLOG : TITLE on xing\";s:12:\"ya_link_text\";s:15:\"Connect with me\";s:17:\"follow_slideshare\";s:0:\"\";s:20:\"slideshare_link_text\";s:20:\"See my presentations\";s:15:\"slideshare_link\";s:0:\"\";s:16:\"follow_wordpress\";s:0:\"\";s:19:\"wordpress_link_text\";s:15:\"Me on wordpress\";s:14:\"wordpress_link\";s:0:\"\";s:14:\"follow_technet\";s:0:\"\";s:17:\"technet_link_text\";s:18:\"My technical items\";s:12:\"technet_link\";s:0:\"\";s:14:\"follow_squidoo\";s:0:\"\";s:17:\"squidoo_link_text\";s:19:\"Check me on Squidoo\";s:12:\"squidoo_link\";s:0:\"\";s:12:\"follow_plurk\";s:0:\"\";s:15:\"plurk_link_text\";s:24:\"Connect with me on Plurk\";s:10:\"plurk_link\";s:0:\"\";s:13:\"follow_meetup\";s:0:\"\";s:16:\"meetup_link_text\";s:19:\"Come to the Meeting\";s:11:\"meetup_link\";s:0:\"\";s:14:\"follow_getglue\";s:0:\"\";s:17:\"getglue_link_text\";s:22:\"Wanna see my stickers?\";s:12:\"getglue_link\";s:0:\"\";s:11:\"follow_ning\";s:0:\"\";s:14:\"ning_link_text\";s:22:\"Wanna see my stickers?\";s:9:\"ning_link\";s:0:\"\";s:11:\"follow_bebo\";s:0:\"\";s:14:\"bebo_link_text\";s:15:\"Find me on Bebo\";s:9:\"bebo_link\";s:0:\"\";s:12:\"follow_faves\";s:0:\"\";s:15:\"faves_link_text\";s:12:\"See my Faves\";s:10:\"faves_link\";s:0:\"\";s:15:\"follow_identica\";s:0:\"\";s:18:\"identica_link_text\";s:28:\"Connect with me on identi.ca\";s:13:\"identica_link\";s:0:\"\";s:15:\"follow_bandcamp\";s:0:\"\";s:17:\"follow_deviantart\";s:0:\"\";s:11:\"follow_imdb\";s:0:\"\";s:13:\"follow_itunes\";s:0:\"\";s:12:\"follow_moddb\";s:0:\"\";s:13:\"follow_picasa\";s:0:\"\";s:13:\"follow_sphinn\";s:0:\"\";s:13:\"bandcamp_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:9:\"imdb_link\";s:0:\"\";s:11:\"itunes_link\";s:0:\"\";s:10:\"moddb_link\";s:0:\"\";s:11:\"picasa_link\";s:0:\"\";s:11:\"sphinn_link\";s:0:\"\";s:4:\"bebo\";s:0:\"\";s:15:\"bebo_share_text\";s:13:\"Share on bebo\";s:15:\"bebo_popup_text\";s:31:\"Share this BLOG : TITLE on bebo\";s:8:\"identica\";s:0:\"\";s:19:\"identica_share_text\";s:17:\"Share on identica\";s:19:\"identica_popup_text\";s:35:\"Share this BLOG : TITLE on identica\";s:5:\"dzone\";s:0:\"\";s:16:\"dzone_share_text\";s:14:\"Share on dzone\";s:16:\"dzone_popup_text\";s:32:\"Share this BLOG : TITLE on dzone\";s:4:\"fark\";s:0:\"\";s:15:\"fark_share_text\";s:13:\"Share on fark\";s:15:\"fark_popup_text\";s:31:\"Share this BLOG : TITLE on fark\";s:5:\"faves\";s:0:\"\";s:16:\"faves_share_text\";s:14:\"Share on faves\";s:16:\"faves_popup_text\";s:32:\"Share this BLOG : TITLE on faves\";s:9:\"linkagogo\";s:0:\"\";s:20:\"linkagogo_share_text\";s:18:\"Share on linkagogo\";s:20:\"linkagogo_popup_text\";s:36:\"Share this BLOG : TITLE on linkagogo\";s:6:\"mrwong\";s:0:\"\";s:17:\"mrwong_share_text\";s:15:\"Share on mrwong\";s:17:\"mrwong_popup_text\";s:33:\"Share this BLOG : TITLE on mrwong\";s:8:\"netvibes\";s:0:\"\";s:19:\"netvibes_share_text\";s:17:\"Share on netvibes\";s:19:\"netvibes_popup_text\";s:35:\"Share this BLOG : TITLE on netvibes\";s:10:\"friendfeed\";s:0:\"\";s:21:\"friendfeed_share_text\";s:19:\"Share on FriendFeed\";s:21:\"friendfeed_popup_text\";s:37:\"Share this BLOG : TITLE on FriendFeed\";s:15:\"friendfeed_ning\";s:0:\"\";s:20:\"friendfeed_link_text\";s:14:\"Check my feeds\";s:15:\"friendfeed_link\";s:0:\"\";s:17:\"follow_friendfeed\";s:0:\"\";s:25:\"wpsc_top_of_products_page\";s:2:\"no\";s:31:\"wpsc_product_before_description\";s:2:\"no\";s:30:\"wpsc_product_addon_after_descr\";s:2:\"no\";s:12:\"follow_email\";s:0:\"\";s:15:\"email_link_text\";s:18:\"Sign up for emails\";s:21:\"excluded_follow_pages\";s:0:\"\";s:11:\"follow_page\";s:3:\"yes\";s:11:\"follow_post\";s:3:\"yes\";s:14:\"follow_archive\";s:3:\"yes\";s:11:\"follow_home\";s:3:\"yes\";s:13:\"follow_author\";s:3:\"yes\";s:20:\"vkontakte_share_text\";s:18:\"Share on vkontakte\";s:15:\"mixx_share_text\";s:10:\"Mixx it up\";s:19:\"linkedin_share_text\";s:17:\"Share on Linkedin\";s:19:\"facebook_share_text\";s:21:\"Recommend on Facebook\";s:18:\"twitter_share_text\";s:14:\"Tweet about it\";s:17:\"tumblr_share_text\";s:9:\"Tumblr it\";s:18:\"stumble_share_text\";s:20:\"Share with Stumblers\";s:15:\"digg_share_text\";s:14:\"Digg this post\";s:17:\"reddit_share_text\";s:16:\"share via Reddit\";s:16:\"hyves_share_text\";s:12:\"Tip on Hyves\";s:20:\"delicious_share_text\";s:21:\"Bookmark on Delicious\";s:16:\"orkut_share_text\";s:14:\"Share on Orkut\";s:18:\"myspace_share_text\";s:17:\"Share via MySpace\";s:18:\"facebook_link_text\";s:25:\"Become my Facebook friend\";s:17:\"twitter_link_text\";s:13:\"Tweet with me\";s:16:\"tumblr_link_text\";s:16:\"Read my Tumbles.\";s:15:\"xfire_link_text\";s:17:\"Come on a mission\";s:17:\"stumble_link_text\";s:18:\"Follow my Stumbles\";s:15:\"hyves_link_text\";s:25:\"Become my friend on Hyves\";s:15:\"orkut_link_text\";s:20:\"Become Orkut Buddies\";s:17:\"myspace_link_text\";s:25:\"Become a myspace follower\";s:20:\"foursquare_link_text\";s:23:\"Follow me on FourSquare\";s:20:\"soundcloud_link_text\";s:18:\"Listen to my music\";s:20:\"feedburner_link_text\";s:12:\"Stay updated\";s:17:\"coconex_link_text\";s:15:\"Connect with us\";s:15:\"plaxo_link_text\";s:20:\"Join my address book\";s:19:\"vkontakte_link_text\";s:14:\"Become Friends\";s:17:\"gowalla_link_text\";s:17:\"Follow my actions\";s:14:\"xing_link_text\";s:15:\"Connect with us\";s:16:\"sphinn_link_text\";s:13:\"Read my posts\";s:16:\"itunes_link_text\";s:12:\"Listen to me\";s:20:\"deviantart_link_text\";s:14:\"See my artwork\";s:15:\"moddb_link_text\";s:14:\"Gamer? my mods\";s:16:\"picasa_link_text\";s:15:\"See my pictures\";s:18:\"bandcamp_link_text\";s:18:\"Listen to the band\";s:14:\"imdb_link_text\";s:15:\"Read my reviews\";s:19:\"delicious_link_text\";s:16:\"See what I share\";s:14:\"digg_link_text\";s:13:\"Digg my stuff\";s:15:\"vimeo_link_text\";s:15:\"Watch my videos\";s:21:\"dailymotion_link_text\";s:18:\"Tune to my channel\";s:21:\"yahoo_buzz_share_text\";s:10:\"Buzz it up\";s:22:\"google_buzz_share_text\";s:10:\"Buzz it up\";s:20:\"yahoo_buzz_link_text\";s:9:\"Follow me\";s:16:\"lastfm_link_text\";s:14:\"Check my tunes\";s:21:\"google_buzz_link_text\";s:21:\"Join my conversations\";s:18:\"linkedin_link_text\";s:15:\"Connect with me\";s:14:\"yelp_link_text\";s:12:\"Read reviews\";s:16:\"flickr_link_text\";s:13:\"See my photos\";s:20:\"newsletter_link_text\";s:19:\"Join the newsletter\";s:13:\"rss_link_text\";s:3:\"RSS\";s:16:\"email_share_text\";s:13:\"Tell a friend\";s:15:\"email_body_text\";s:40:\"here is a link to a site I really like. \";s:17:\"youtube_link_text\";s:31:\"Subscribe to my YouTube Channel\";s:19:\"post_rss_share_text\";s:38:\"Subscribe to the comments on this post\";s:16:\"print_share_text\";s:15:\"Print for later\";s:15:\"mixx_popup_text\";s:31:\"Share this BLOG : TITLE on Mixx\";s:19:\"linkedin_popup_text\";s:35:\"Share this BLOG : TITLE on Linkedin\";s:19:\"facebook_popup_text\";s:39:\"Recommend this BLOG : TITLE on Facebook\";s:18:\"stumble_popup_text\";s:38:\"Share this BLOG : TITLE with Stumblers\";s:18:\"twitter_popup_text\";s:34:\"Tweet this BLOG : TITLE on Twitter\";s:17:\"tumblr_popup_text\";s:26:\"Tumblr. this BLOG : TITLE \";s:20:\"delicious_popup_text\";s:39:\"Bookmark this BLOG : TITLE on Delicious\";s:20:\"vkontakte_popup_text\";s:36:\"Share this BLOG : TITLE on vkontakte\";s:15:\"digg_popup_text\";s:22:\"Digg this BLOG : TITLE\";s:17:\"reddit_popup_text\";s:33:\"Share this BLOG : TITLE on Reddit\";s:16:\"hyves_popup_text\";s:30:\"Tip this BLOG : TITLE on Hyves\";s:16:\"orkut_popup_text\";s:32:\"Share this BLOG : TITLE on Orkut\";s:18:\"myspace_popup_text\";s:35:\"Share this BLOG : TITLE via MySpace\";s:19:\"post_rss_popup_text\";s:33:\"Follow this BLOG : TITLE comments\";s:16:\"print_popup_text\";s:41:\"Print this BLOG : TITLE for reading later\";s:16:\"email_popup_text\";s:38:\"Tell a friend about this BLOG : TITLE \";s:22:\"google_buzz_popup_text\";s:26:\"Buzz up this BLOG : TITLE \";s:21:\"yahoo_buzz_popup_text\";s:26:\"Buzz up this BLOG : TITLE \";s:18:\"blogger_popup_text\";s:34:\"Share this BLOG : TITLE on Blogger\";s:7:\"blogger\";s:0:\"\";s:14:\"follow_blogger\";s:0:\"\";s:18:\"blogger_share_text\";s:10:\"Blog this!\";s:12:\"blogger_link\";s:0:\"\";s:17:\"blogger_link_text\";s:20:\"Follow me on Blogger\";s:12:\"like_topleft\";s:2:\"no\";s:13:\"like_topright\";s:2:\"no\";s:11:\"like_bottom\";s:2:\"no\";s:10:\"like_style\";s:9:\"box_count\";s:10:\"like_width\";s:2:\"65\";s:10:\"like_faces\";s:5:\"false\";s:9:\"like_verb\";s:4:\"like\";s:10:\"like_color\";s:5:\"light\";s:9:\"like_font\";s:5:\"arial\";s:13:\"bit_ly_domain\";s:0:\"\";s:13:\"tweet_topleft\";s:2:\"no\";s:14:\"tweet_topright\";s:2:\"no\";s:12:\"tweet_bottom\";s:2:\"no\";s:11:\"tweet_width\";s:2:\"65\";s:11:\"tweet_style\";s:8:\"vertical\";s:31:\"tweet_wpsc_top_of_products_page\";s:0:\"\";s:37:\"tweet_wpsc_product_before_description\";s:0:\"\";s:36:\"tweet_wpsc_product_addon_after_descr\";s:0:\"\";s:30:\"like_wpsc_top_of_products_page\";s:0:\"\";s:36:\"like_wpsc_product_before_description\";s:0:\"\";s:35:\"like_wpsc_product_addon_after_descr\";s:0:\"\";s:9:\"posterous\";s:0:\"\";s:20:\"posterous_share_text\";s:18:\"Share on Posterous\";s:20:\"posterous_popup_text\";s:36:\"Share this BLOG : TITLE on Posterous\";s:9:\"tweet_via\";s:0:\"\";s:13:\"stumble_style\";s:1:\"5\";s:15:\"stumble_topleft\";s:0:\"\";s:16:\"stumble_topright\";s:0:\"\";s:14:\"stumble_bottom\";s:0:\"\";s:33:\"stumble_wpsc_top_of_products_page\";s:0:\"\";s:39:\"stumble_wpsc_product_before_description\";s:0:\"\";s:38:\"stumble_wpsc_product_addon_after_descr\";s:0:\"\";}','yes'),(329,0,'widget_share-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(330,0,'widget_follow-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(553,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1301983793','no'),(554,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1301940593','no'),(890,0,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1805,0,'_transient_timeout_feed_2fb9572e3d6a42f680e36370936a57ae','1335565314','no'),(1806,0,'_transient_feed_2fb9572e3d6a42f680e36370936a57ae','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:281:\"\n \n \n \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:27:\"http://www.w3.org/2005/Atom\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"WordPress Francophone : 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:8:\"subtitle\";a:1:{i:0;a:5:{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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://www.wordpress-fr.net/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:3:{i:0;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:35:\"http://www.wordpress-fr.net/planet/\";}}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:54:\"http://feeds.feedburner.com/WordpressFrancophonePlanet\";}}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: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:7:\"updated\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"2012-04-27T12:00:14Z\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Author\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:5:\"entry\";a:18:{i:0;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"L\'écho des plugins WordPress : RPS Blog Info\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://www.li-an.fr/wpplugins/plugins/rps-blog-info/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:52:\"http://www.li-an.fr/wpplugins/plugins/rps-blog-info/\";}}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:25:\"2012-04-27T10:00:00+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:1614:\"

Afficher des informations sur vos pages, fichiers médias joints et blogs dans la barre d’administration

\n\n

RPS B rajoute dans la barre d’administration – visible dans l’administration et dans le thème – les numéros d’ID de vos pages et billets, des fichiers médias joints s’ils s’ouvrent dans leur page propre et du site dans le cas d’une installation WP multiple. En passant la souris dessus, vous pouvez obtenir des informations complémentaires – date de mise à jour, auteur, statut…

\n\n

Affichage

\n\n

\"\"

\n\n

\"\"

\n\n- site du plugin: http://wordpress.org/extend/plugins/rps-blog-info/
\n- compatibilité à ce jour: WP 3.3 > WP 3.3.2
\n- version testée: 1.0\n
\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WordPress Channel : Smart Theme, un thème premium WordPress en HTML5 / CSS3\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://feedproxy.google.com/~r/WordpressChannel/~3/9aHciIV2lc4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:63:\"http://feedproxy.google.com/~r/WordpressChannel/~3/9aHciIV2lc4/\";}}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:25:\"2012-04-26T13:00:30+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:3746:\"

Smart Theme est la nouvelle création pour WordPress signée Marie Faubert dont nous avions récemment présenté le thème Acrobate. Une fois de plus, les dernières tendances technologiques en matière de développement Web sont à l’honneur : HTML5 / CSS3, jQuery et plus.

\n

Aperçu

\n
\"Capture

Smart Theme est entièrement personnalisable

\n

 Fonctionnalités

\n

Voici la liste des fonctionnalités proposées, des technologiques comme on les aime :

\n\n

La liste complète est disponible sur le lien de démonstration de la miniature d’aperçu.

\n

Obtenir Smart Theme

\n

Smart Theme est disponible au prix exceptionnel de 15 $ au lieu de 20 $ pour les lecteurs de WordPress Channel, profitez-en !

\nNote: There is a file embedded within this post, please visit this post to download the file.\n

J’apprécie tout particulièrement les thèmes de Marie pour 2 choses : le choix de technologies modernes et l’originalité. Vous ne trouverez pas ce type de thème ailleurs ! Rendez-vous sur son site pour une seconde démo de Smart Theme et vous faire ainsi une idée des possibilités offertes.

\n
\n \n
\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"GeekPress : Afficher le nombre de requêtes SQL et le temps de chargement d’une page WordPress\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://www.geekpress.fr/wordpress/astuce/nombre-requetes-sql-temps-chargement-page-wordpress-1153/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:98:\"http://www.geekpress.fr/wordpress/astuce/nombre-requetes-sql-temps-chargement-page-wordpress-1153/\";}}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:25:\"2012-04-26T09:00:24+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:145:\"Cette astuce permet d\'afficher le nombre de requêtes SQL et le temps de chargement d\'une page. Indispensable pendant les phases d\'optimisation !\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"4h18 : Pourquoi je blogue, par Robin\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"http://4h18.com/2012/04/pourquoi-je-blogue-par-robin/?utm_source=rss&utm_medium=mailchimp&utm_campaign=fluxrss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:118:\"http://4h18.com/2012/04/pourquoi-je-blogue-par-robin/?utm_source=rss&utm_medium=mailchimp&utm_campaign=fluxrss\";}}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:25:\"2012-04-24T13:00:47+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:421:\"

Pourquoi je blogue, par Robin

Robin, jeune blogueur, tout du moins de part son expérience, vous parle de ses motivations de blogueurs. Il parle aussi de pubcontact.com.

4h18

\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WordPress Francophone : L’Hebdo WordPress : Livre blanc – Android – BuddyPress\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/7u0rllGnLvY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:67:\"http://feedproxy.google.com/~r/WordpressFrancophone/~3/7u0rllGnLvY/\";}}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:25:\"2012-04-24T07:57:59+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:4990:\"

Un livre blanc sur les CMS

\n

Smile vient de publier un livre blanc sur les CMS et leur popularité auprès de divers publics. WordPress est en très bonne place. ITespresso s’en fait l’écho.

\n

Migration des sites wordpress.org vers nginx

\n

Les sites de la sphère wordpress.org ont été en partie migré sur nginx. Ce moteur semble mieux tenir la charge qu’Apache.

\n

WordPress pour Android 2.1 beta 1

\n

Le développement de la version pour Android continue. C’est une version beta de la 2.1 qui arrive dans les bacs. Essayez là.

\n

1 000 000 de BuddyPress

\n

BuddyPress, l’extension sociale de WordPress vient de dépasser son millionième téléchargement.

\n

WordPress 3.3.2 en détail

\n

WordPress 3.3.2 est sortie en fin de semaine dernière apportant une douzaine de corrections. Fredzone apporte quelques explications sur cette mise à jour.

\n

Un guide pour l’API HTTP

\n

WPtuts+ propose un nouveau guide expliquant cette fois le module de mise à jour automatique des extensions.

\n

Apprendre à installer et gérer un site WordPress

\n

Jonathan Buttigieg vient de mettre au point une formation permettant l’apprentissage de la création d’un site web sous WordPress. Elle se destine à tout public.

\n

Insérer une légende sous une images

\n

La légende sous une image est une possibilité qui est offerte dans WordPress depuis bien longtemps. Voici donc une piqûre de rappel pour celles et ceux qui n’auraient pas encore saisie les subtilités de cette fonctionnalité.

\n

Une sélection de 30 thèmes

\n

WPlift.com dévoile une sélection de 30 thèmes aussi bien premiums que gratuits.

\n

Comment créer des pages d’attentes

\n

WPBeginner indique quelques clés pour se créer soi-même des pages d’attente pour un site à venir… pour faire patienter les internautes.

\n

10 thèmes qu’on ne peut croire qu’ils soient gratuits !

\n

S’il y avait 10 thèmes qu’on vous dirait qu’ils sont gratuits et que vous ne le croiriez pas, ce pourraient ceux là

\n

 Modifier le showcase de Twenty Eleven

\n

Lorelle explique comment modifier la page d’accueil de Twenty Eleven pour l’animer un peu…

\n
\n \n
\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"SEOMix : URL et Référencement naturel\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://www.seomix.fr/url-referencement-naturel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:47:\"http://www.seomix.fr/url-referencement-naturel/\";}}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:25:\"2012-04-24T05:00:42+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:1531:\"
\"URLs
Quelle structure d\'URL mettre en place pour optimiser son référencement ? Il n\'y a pas de formule miracle en SEO, mais de bonnes pratiques à utiliser pour les adresses web.\n

Article original : URL et Référencement naturel.

\n

Debut du contenu : En référencement naturel, l\'optimisation des URL peut être déterminante. Mais quelle est la meilleure façon de concevoir vos adresse web ? Il n\'y a malheureusement pas de formule miracle, mais plutôt un ensemble de bonnes pratiques à mettre en place, comme l\'explique ce guide. Différence entre URL et Slug Avant d\'entrer dans le vif du sujet, une définition s\'impose : la différence entre une URL et un Slug. L\'URL (\"Uniform Resource Locator\") est l\'intégralité de l\'adresse web d\'un contenu. Par exemple : http://www.seomix.fr/15-minutes-seo-cms-seocamp/ Le Slug est l\'identifiant d\'un contenu. Autrement dit, il s\'agit de la dernière partie d\'une URL. Dans [...]


\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WordPress Tuto : Le widget GD Star Rating\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress-tuto.fr/le-widget-gd-star-rating-1782\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:54:\"http://wordpress-tuto.fr/le-widget-gd-star-rating-1782\";}}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:25:\"2012-04-21T00:00:08+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:344:\"Ce widget n’est pas des plus intuitifs, voici un tout petit tuto avec ce que j’en ai compris. Cela étoffe encore un peu ma petite collection d’articles sur Gd Star Rating. Gd Star Rating est livré avec 3 widgets par défaut Gd Blog Rating : permet d’afficher la note générale des évaluations exprimées sur le [...]\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Insidedaweb : WP e-Commerce 3.8.8, Version Finale\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"http://www.insidedaweb.com/wordpress-seo/wp-e-commerce/wp-e-commerce-3-8-8-version-finale/?utm_source=rss&utm_medium=rss&utm_campaign=wp-e-commerce-3-8-8-version-finale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:176:\"http://www.insidedaweb.com/wordpress-seo/wp-e-commerce/wp-e-commerce-3-8-8-version-finale/?utm_source=rss&utm_medium=rss&utm_campaign=wp-e-commerce-3-8-8-version-finale\";}}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:25:\"2012-04-19T07:56:27+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:85:\"La nouvelle version de WP e-Commerce, 3.8.8, est encore plus intégrée à WordPress.\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"2803.fr : Désactiver et enlever les flux RSS dans wordpress\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://www.vingthuitzerotrois.fr/wordpress/desactiver-enlever-les-flux-rss-dans-wordpress-14507/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:96:\"http://www.vingthuitzerotrois.fr/wordpress/desactiver-enlever-les-flux-rss-dans-wordpress-14507/\";}}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:25:\"2012-04-16T09:38:43+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:2567:\"

Certains sites internet ne nécessitent pas de flux RSS et il peut être utile de désactiver les flux RSS générés automatiquement par WordPress.

Voici deux bouts de codes à coller dans votre fichier functions.php, le premier va désactiver les flux RSS et le second va enlever l’affichage automatique du lien vers le flux dans la page de l’article ou autre.

\n/*pour désactiver les flux dans wordpress */\nfunction fb_disable_feed() {\n	wp_die( __(\'Pas de flux disponible, vous pouvez visiter notre <a href="\'. get_bloginfo(\'url\') .\'">home</a>!\') );\n}\nadd_action(\'do_feed\', \'fb_disable_feed\', 1);\nadd_action(\'do_feed_rdf\', \'fb_disable_feed\', 1);\nadd_action(\'do_feed_rss\', \'fb_disable_feed\', 1);\nadd_action(\'do_feed_rss2\', \'fb_disable_feed\', 1);\nadd_action(\'do_feed_atom\', \'fb_disable_feed\', 1);\n
\n/*pour ne plus afficher automatiquement les liens vers flux */\nremove_action( \'wp_head\', \'feed_links_extra\', 3 ); // Display the links to the extra feeds such as category feeds\nremove_action( \'wp_head\', \'feed_links\', 2 ); // Display the links to the general feeds: Post and Comment Feed\nremove_action( \'wp_head\', \'rsd_link\' ); // Display the link to the Really Simple Discovery service endpoint, EditURI link\nremove_action( \'wp_head\', \'wlwmanifest_link\' ); // Display the link to the Windows Live Writer manifest file.\nremove_action( \'wp_head\', \'index_rel_link\' ); // index link\nremove_action( \'wp_head\', \'parent_post_rel_link\', 10, 0 ); // prev link\nremove_action( \'wp_head\', \'start_post_rel_link\', 10, 0 ); // start link\nremove_action( \'wp_head\', \'adjacent_posts_rel_link\', 10, 0 ); // Display relational links for the posts adjacent to the current post.\nremove_action( \'wp_head\', \'wp_generator\' ); // Display the XHTML generator that is generated on the wp_head hook, WP version\n
Vous venez de lire la version freemium de l\'article, la version premium (avec les médias) est ici : Désactiver et enlever les flux RSS dans wordpress
N\'hésitez pas à suivre le compte Twitter et la page Facebook
Copyright © 2005-2010 2803 MEDIA
\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Lumière de Lune : Trouver ses plugins pour WordPress\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://www.lumieredelune.com/encrelune/trouver-ses-plugins-pour-wordpress,2012,04\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:81:\"http://www.lumieredelune.com/encrelune/trouver-ses-plugins-pour-wordpress,2012,04\";}}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:25:\"2012-04-06T01:15:40+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:420:\"Une des questions les plus fréquemment posées sur le forum de support WordPress est « comment je peux faire ça » ? Et la réponse rapide est « cherche dans les plugins ». Le répertoire des plugins WordPress En réalité, comme le répertoire des plugins de wordpress, (accessible via « Extension / Ajouter ») est basiquement en anglais, il faut avoir [...]\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Geekeries : Organiser l’espace rédactionnel de WordPress\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://www.geekeries.fr/wordpress/extensions/organiser-lespace-redactionnel-de-wordpress-18862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:94:\"http://www.geekeries.fr/wordpress/extensions/organiser-lespace-redactionnel-de-wordpress-18862\";}}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:25:\"2012-04-03T19:39:49+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:2175:\"

Cette extension a été présentée dans une des éditions de la Newsletter WordPress. Inscrivez-vous pour en découvrir d’autre.

\n
\n

Tabify Edit Screen est une extension vous permettant de mieux organiser votre espace rédactionnel sous WordPress. Une fois l’extension activée, vous devez vous rendre dans ses options pour y activer les onglets.

\n

En effet, l’extension vous permet de gérer les différents modules de WordPress tels que l’éditeur, les catégories, les mots-clefs, les options de discussions et l’ensemble des modules ajoutés par vos différentes extensions, comme le fait WordPress SEO par exemple.

\n

Étonnant, mais vraiment pratique. Dans les options de l’extension vous retrouverez l’ensemble de vos Customs Posts Types, toujours sous forme d’onglets. Vous pouvez alors en créer plusieurs, les renommer et y greffer vos différents modules d’un simple glisser/déposer. Un onglet “Autres” peut facilement vous aider à greffer les modules secondaires.

\n

On connaissait déjà l’extension “Third Column” qui permet d’utiliser votre page d’édition sur trois colonnes. À compléter de toute urgence avec Tabify Edit Screen.

\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"The Loop : [Avant première] WordPress 3.4 – Nouveauté cachée\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"http://the-loop.fr/exclusif-wordpress-3-4-nouveaute-cachee/?utm_source=rss&utm_medium=rss&utm_campaign=exclusif-wordpress-3-4-nouveaute-cachee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:150:\"http://the-loop.fr/exclusif-wordpress-3-4-nouveaute-cachee/?utm_source=rss&utm_medium=rss&utm_campaign=exclusif-wordpress-3-4-nouveaute-cachee\";}}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:25:\"2012-04-01T15:13:25+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:3990:\"

\"\"Exclusivité TheLoop !

\n

Alors que la version 3.4 de WordPress va bientôt passer en beta, The Loop a réussi à obtenir une capture de ce qui va être inclus par défaut dans les plugins dans cette nouvelle version de notre système favori. Préparez vous à être surpris, les développeurs du core ont été particulièrement discret à ce propos, pour ne pas gâcher l’effet de découverte, mais nous savons ici combien vous êtes tous avides de connaitre tous les secrets de WordPress !

\n

Vous saviez peut-être que TwentyTwelve ne sera mis à jour que dans la version 3.5 de WordPress, suite à quelques retards, mais saviez-vous qu’un nouveau plugin sera aux côté de Akismet et Hello Dolly à partir de la version 3.4 ? Cette information nous a été révélée grâce à quelques indiscrétions d’un des contributeurs français du core WordPress (dont nous tairons le nom bien évidemment pour protéger son anonymat).

\n

Que fait donc cette nouvelle extension ? D’après ce qui nous a été confié, elle modifie radicalement votre façon d’administrer votre site : les développeurs trouvent l’interface actuelle trop triste et fade, ils se sont donc chargé de créer une interface qui, de par ses couleurs vives et vivantes, de par vos enceintes enjouées, vous rendra accro. Cela a été tellement efficace pour eux, qu’ils ont décidés de l’inclure dans dans votre installation favorite.

\n

Mais assez d’explications, je vous sens impatient ! Découvrez en plus ci-dessous.

\n

La nouvelle extension WordPress 3.4 en exclu

\n\n

Curieux, nous nous sommes mis à la recherche d’indices sur le site de WordPress, et au coeur de la nuit nous avons découvert l’extension en question, déjà disponible sur l’entend officiel ! Comme nous aimons partager, je vous invite à la télécharger et à l’installer tout de suite, c’est une petite révolution qui vous attends ! Car oui, celle-ci est compatible avec la version 3.3.1 que nous utilisons actuellement.

\n

Pour les plus impatients, voici une capture d’écran de la transformation spectaculaire de l’administration après l’activation de l’extension sur votre site ! Je pense vraiment que vous n’en reviendrez pas.

\n

N’hésitez pas à nous faire vos retours sur votre expérience avec cette nouveauté, qui je l’espère vous aura enthousiasmé autant que nous !

\n
\n
Cette extension a été testée et garantie sans faille de sécurité par Boiteaweb.fr
\n

Ces articles peuvent également vous intéresser : :

    \n
  1. Ajouter une taille d’image au gestionnaire de médias WordPress
  2. \n

Article original [Avant première] WordPress 3.4 – Nouveauté cachée publié sur The Loop par Julio Potier

\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Homo Sapiens Internetus : Nouveaux paramètres de confidentialités Google\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://feedproxy.google.com/~r/HomoSapiensInternetus/~3/IyL66flVQ-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:68:\"http://feedproxy.google.com/~r/HomoSapiensInternetus/~3/IyL66flVQ-4/\";}}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:25:\"2012-02-02T23:43:28+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Blog Tool Box : Sortie de WordPress 3.3\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://blogtoolbox.fr/sortie-de-wordpress-3-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:46:\"http://blogtoolbox.fr/sortie-de-wordpress-3-3/\";}}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:25:\"2011-12-13T01:48:24+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:1397:\"

Une petite brève pour signaler la sortie de WordPress 3.3, 6 mois après la sortie de la version 3.2. Vous pouvez dès à présent télécharger cette nouvelle version en français.

\n

Sans entrer dans les détails, on notera pour cette version le nouvel uploader de médias par glisser/déposer, la refonte du menu de navigation dans l’administration et une nouvelle barre d’outils, l’amélioration du système de rédaction à plusieurs auteurs, l’amélioration du fonctionnement de WordPress sur tablettes, etc.

\n

Ci-dessous, la vidéo de présentation de WordPress 3.3 :

\n

\n

Comme d’habitude, avant toute mise à jour, même mineure, n’oubliez pas de faire une sauvegarde de votre blog.

\n

Plus d’information sur le blog officiel de WordPress : WordPress 3.3 « Sonny » ou en français sur WordPress Francophone.

\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Lashon : Rapports différents de Google Analytics et revenus Adsense, statistiques décalées\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://lashon.fr/outils-internet/rapports-differents-google-analytics-revenus-adsense-statistiques/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:99:\"http://lashon.fr/outils-internet/rapports-differents-google-analytics-revenus-adsense-statistiques/\";}}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:25:\"2011-12-05T08:30:23+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:729:\"Entrons dans les méandres de Google et les secrets des rapports entre les statistiques de Google Analytics et des revenus Adsense. Je tenterai d\'expliquer pourquoi il existe une si grande différence entre les statistiques délivrés par Adsense et Analytic. On parlera aussi de ce que coûte un site web à long terme et de ce qu\'il peut vous apporter. Des régies publicitaires et des trucs statistiques. Comprendre les outils Google, ce qui est recensé, ce qui est pénalisé, comment ça marche. Infos, vidéos, différences. Lire la suite \";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Fran6art : WordCamp Paris 2011 et 2 places à gagner !\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://feedproxy.google.com/~r/Fran6artLeBlog/~3/Y3acoKt_HlA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:61:\"http://feedproxy.google.com/~r/Fran6artLeBlog/~3/Y3acoKt_HlA/\";}}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:25:\"2011-11-14T09:44:43+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:2908:\"

Je ne sais pas si vous avez vu passer la news, mais il y a un WordCamp la semaine prochaine, le vendredi 25 Novembre, à Paris, et c’est un WordCamp nouvelle formule puisqu’il est proposé sous forme de conférences. Nouveau format et pendant la semaine pour essayer d’attirer les professionnels, alors que le barcamp du samedi cible plus les utilisateurs. D’ailleurs, le barcamp existera quand même, et comme chaque année, sera probablement reconduit en avril/mai 2012.

\n

Si je vous parle du WordCamp c’est avant tout pour vous mettre au courant, parce que c’est une bonne opportunité pour aller plus loin dans le monde de WordPress avec de bonnes conférences mais aussi pour rencontrer pas mal de monde issus du ce monde. Je vais, personnellement, y faire une conférence dans la matinée sur “l’art (difficile) de vendre des thèmes WordPress“. Je vais y parler de l’expérience acquise depuis la création du projet Peaxl, mais je vais aussi étendre le sujet à ce qu’il faut savoir et bien comprendre quand on veut vendre des thèmes WordPress.

\n

Autre raison pour laquelle je vous parle du WordCamp, c’est également parce que Peaxl vous propose de gagner 2 places pour l’événement. Pour participer, rien de plus simple, vous allez sur l’article en question sur le site de Peaxl, et vous cliquez sur le bouton Twitter qui va envoyer un message sur votre timeline et ainsi votre participation sera prise en compte.

\n

J’espère que vous serez nombreux à participer et que vous serez nombreux à venir au WordCamp, c’est vraiment un événement à ne pas manquer ! \";-)\"

\n\"\"
\n \n
\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Here With Me : Quelques outils CLI pour WordPress\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://www.herewithme.fr/2011/09/18/quelques-outils-cli-pour-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:71:\"http://www.herewithme.fr/2011/09/18/quelques-outils-cli-pour-wordpress/\";}}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:25:\"2011-09-18T13:41:21+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:750:\"

Je continue mon expérimentation de Github en partageant sur un dépôt 2 scripts pour WordPress.

\n

https://github.com/herewithme/wordpress-cli-tools

\n

Ces 2 scripts peuvent être exécuter en mode CLI, c’est-à-dire en ligne de commande, ils permettent de régénérer les miniatures de WordPress, et de modifier l’ensemble des liens vers les images de WordPress vers leur page attachment associé.

\n

Par ailleurs, je vais progressivement passer tous les plugins open-source que je propose vers Github à la place des dépôts SVN/Redmine. En espérant que cela augmente le nombre de feedbacks et de patchs associés.

\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:68:\"\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:27:\"http://www.w3.org/2005/Atom\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Webinventif : [Wordpress] iTypo: thème WordPress gratuit\";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:2:\"id\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.webinventif.fr/itypo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:9:\"alternate\";s:4:\"href\";s:32:\"http://www.webinventif.fr/itypo/\";}}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:25:\"2011-01-01T15:36:24+00: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: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:1:{s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"name\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"anonymous\";s:7:\"attribs\";a:0:{}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:5477:\"

Après 1 an sans rien avoir écrit sur ce blog (bouhhhh), je fais mon retour en vous proposant un joli thème WordPress, le 1er que je distribue publiquement et gratuitement évidement. D\'ailleurs si les retours sont bons, ça sera peut-être le début d\'une série plus ou moins longue.

\n

iTypo est donc un thème WordPress simple et léger. A la base, je cherchais un thème pour un petit projet personnel qui soit assez épuré et léger pour mettre le contenu du blog en avant. Après de nombreuses recherches dans la jungle des thèmes WordPress, rien ne me convenait, et comme j\'avais une idée très précise de ce que je voulais, j\'ai fini par le faire moi-même ... l\'histoire classique de la naissance d\'un thème en somme \";)\"

\n

Il est évidement \"Widgets ready\", compatible WordPress 3.0+, disponible en 4 coloris et 6 langues, convient parfaitement pour un blog perso ou un mini blog \"à la Tumblr\" et est absolument gratuit. \";)\"

\n

\"pres1\"

\n

Telecharger le thème gratuitement

\n

iTypo est sous license GPL , vous pouvez l\'utiliser gratuitement pour vos projets sans restrictions

\n

\"capture-complete-300x740\"

\n\n

Features

\n\n

Captures

\n

\"commentaires-300x894\"
\n(Commentaires)

\n

\"avec-thumb-wide-300x823\"
\n(Avec miniatures larges)

\n

\"capture-complet-fullpost-300x1932\"
\n(Accueil avec les billets complets)

\n

\"options-page-300x192\"
\n(Page d\'options)

\n

\"upload-logo-300x202\"
\n(Page d\'upload de logo)

\n

A noter que même si il fonctionne sous IE6 et supérieur, certains effets CSS3 ne seront pas pris en charge (typographie personnalisée, ombres, inclinaisons, ...)

\n

Voilà, en espérant qu\'il plaira à certains d\'entre vous ! Comme je le distribue gratuitement, il serait fairplay de laisser les crédits du footer \";)\"

\"\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:4:\"type\";s:4:\"html\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:26:\"wordpressfrancophoneplanet\";}}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:9:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"7nX/WrT5D+p9t5CF3TN6CvhLrJ0\";s:13:\"last-modified\";s:29:\"Fri, 27 Apr 2012 10:00:15 GMT\";s:4:\"date\";s:29:\"Fri, 27 Apr 2012 10:21:54 GMT\";s:7:\"expires\";s:29:\"Fri, 27 Apr 2012 10:21:54 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1956,0,'_site_transient_timeout_browser_ece83a06a01ae7f5c9cd0ef86a415685','1337882367','yes'),(1957,0,'_site_transient_browser_ece83a06a01ae7f5c9cd0ef86a415685','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"12.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"12\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1579,0,'_site_transient_timeout_browser_680139a1bf20f889fb41dcb2efc44413','1331907830','yes'),(1580,0,'_site_transient_browser_680139a1bf20f889fb41dcb2efc44413','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"11.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1885,0,'initial_db_version','18226','yes'),(1097,0,'theme_mods_ddecinnoveBleuJaune','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:24;}}','yes'),(776,0,'box-sets_children','a:0:{}','yes'),(649,0,'_transient_timeout_feed_mod_4cd9ef0e1bc06d56fa418944572590ff','1307483189','no'),(650,0,'_transient_feed_mod_4cd9ef0e1bc06d56fa418944572590ff','1307439989','no'),(732,0,'_site_transient_timeout_browser_d71efdf624e8fb48b56344ec4c8c1fc5','1310715747','yes'),(733,0,'_site_transient_browser_d71efdf624e8fb48b56344ec4c8c1fc5','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"12.0.742.112\";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:\"12\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(850,0,'wpcumulus_widget','a:14:{s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"200\";s:6:\"tcolor\";s:6:\"333333\";s:7:\"tcolor2\";s:6:\"333333\";s:7:\"hicolor\";s:6:\"000000\";s:7:\"bgcolor\";s:6:\"ffffff\";s:5:\"speed\";s:3:\"100\";s:5:\"trans\";s:0:\"\";s:5:\"distr\";s:4:\"true\";s:4:\"args\";s:0:\"\";s:8:\"compmode\";s:5:\"false\";s:10:\"showwptags\";s:4:\"true\";s:4:\"mode\";s:4:\"tags\";s:5:\"title\";s:11:\"On en parle\";}','yes'),(851,0,'wp_table_reloaded_options','a:22:{s:17:\"installed_version\";s:5:\"1.9.2\";s:15:\"plugin_language\";s:4:\"auto\";s:27:\"uninstall_upon_deactivation\";b:0;s:17:\"show_exit_warning\";b:1;s:17:\"growing_textareas\";b:1;s:28:\"use_datatables_on_table_list\";b:1;s:25:\"add_target_blank_to_links\";b:0;s:18:\"enable_tablesorter\";b:1;s:18:\"tablesorter_script\";s:10:\"datatables\";s:15:\"use_default_css\";b:1;s:14:\"use_custom_css\";b:1;s:10:\"custom_css\";s:0:\"\";s:13:\"enable_search\";b:1;s:22:\"admin_menu_parent_page\";s:9:\"tools.php\";s:18:\"user_access_plugin\";s:6:\"author\";s:26:\"user_access_plugin_options\";s:6:\"author\";s:24:\"frontend_edit_table_link\";b:1;s:12:\"install_time\";i:1322417103;s:15:\"show_donate_nag\";b:1;s:20:\"show_welcome_message\";i:1;s:14:\"update_message\";a:0:{}s:7:\"last_id\";i:3;}','yes'),(852,0,'wp_table_reloaded_tables','a:3:{i:1;s:24:\"wp_table_reloaded_data_1\";i:2;s:24:\"wp_table_reloaded_data_2\";i:3;s:24:\"wp_table_reloaded_data_3\";}','yes'),(713,0,'_transient_timeout_feed_mod_d950ac908b0378083985588f0f8949ac','1310154063','no'),(714,0,'_transient_feed_mod_d950ac908b0378083985588f0f8949ac','1310110863','no'),(711,0,'_transient_timeout_feed_d950ac908b0378083985588f0f8949ac','1310154063','no'),(1833,0,'_site_transient_timeout_browser_723dcf60abca877bc7e193859d95dc3f','1336137395','yes'),(1152,0,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1338290244;s:7:\"checked\";a:12:{s:19:\"ddecinnoveBleuJaune\";s:3:\"1.0\";s:20:\"ddecinnoveBleuJaune2\";s:3:\"1.0\";s:20:\"ddecinnovebleuJaune3\";s:3:\"1.0\";s:20:\"ddecinnovebleujaune5\";s:3:\"1.0\";s:5:\"easel\";s:5:\"2.0.7\";s:8:\"graphene\";s:5:\"1.5.5\";s:14:\"magazine-basic\";s:5:\"2.7.3\";s:6:\"motion\";s:5:\"1.1.6\";s:8:\"platform\";s:5:\"1.3.9\";s:9:\"suffusion\";s:5:\"3.9.2\";s:12:\"twentyeleven\";s:3:\"1.2\";s:9:\"twentyten\";s:3:\"1.2\";}s:8:\"response\";a:6:{s:8:\"graphene\";a:3:{s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:43:\"http://wordpress.org/extend/themes/graphene\";s:7:\"package\";s:62:\"http://wordpress.org/extend/themes/download/graphene.1.7.1.zip\";}s:14:\"magazine-basic\";a:3:{s:11:\"new_version\";s:5:\"2.7.7\";s:3:\"url\";s:49:\"http://wordpress.org/extend/themes/magazine-basic\";s:7:\"package\";s:68:\"http://wordpress.org/extend/themes/download/magazine-basic.2.7.7.zip\";}s:8:\"platform\";a:3:{s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:43:\"http://wordpress.org/extend/themes/platform\";s:7:\"package\";s:62:\"http://wordpress.org/extend/themes/download/platform.1.4.2.zip\";}s:9:\"suffusion\";a:3:{s:11:\"new_version\";s:5:\"4.2.0\";s:3:\"url\";s:44:\"http://wordpress.org/extend/themes/suffusion\";s:7:\"package\";s:63:\"http://wordpress.org/extend/themes/download/suffusion.4.2.0.zip\";}s:12:\"twentyeleven\";a:3:{s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:47:\"http://wordpress.org/extend/themes/twentyeleven\";s:7:\"package\";s:64:\"http://wordpress.org/extend/themes/download/twentyeleven.1.3.zip\";}s:9:\"twentyten\";a:3:{s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:44:\"http://wordpress.org/extend/themes/twentyten\";s:7:\"package\";s:61:\"http://wordpress.org/extend/themes/download/twentyten.1.3.zip\";}}}','yes'),(1886,0,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:49:\"http://fr.wordpress.org/wordpress-3.3.2-fr_FR.zip\";s:6:\"locale\";s:5:\"fr_FR\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:49:\"http://fr.wordpress.org/wordpress-3.3.2-fr_FR.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"3.3.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.2\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":9:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:40:\"http://wordpress.org/wordpress-3.3.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:40:\"http://wordpress.org/wordpress-3.3.2.zip\";s:10:\"no_content\";s:51:\"http://wordpress.org/wordpress-3.3.2-no-content.zip\";s:11:\"new_bundled\";s:52:\"http://wordpress.org/wordpress-3.3.2-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"3.3.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.2\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1338290242;s:15:\"version_checked\";s:5:\"3.3.2\";}','yes'),(1,0,'siteurl','http://ddec22.asso.fr/innove/','yes'),(2,0,'blogname','L'actualité des établissements','yes'),(3,0,'blogdescription','dans les médias','yes'),(5,0,'admin_email','postmaster@ddec22.asso.fr','yes'),(37,0,'home','http://ddec22.asso.fr/innove/','yes'),(44,0,'recently_edited','a:5:{i:0;s:85:\"/homez.50/ddecI/www/innove/wp-content/plugins/mce-table-buttons/mce_table_buttons.php\";i:2;s:75:\"/homez.50/ddecI/www/innove/wp-content/themes/ddecinnove/library/options.php\";i:3;s:69:\"/homez.50/ddecI/www/innove/wp-content/themes/ddecinnove/functions.php\";i:4;s:65:\"/homez.50/ddecI/www/innove/wp-content/themes/ddecinnove/style.css\";i:5;s:65:\"/homez.50/ddecI/www/innove/wp-content/plugins/akismet/akismet.php\";}','no'),(89,0,'timezone_string','Europe/Paris','yes'),(114,0,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:28:\"http://ddec22.asso.fr/innove\";s:4:\"link\";s:104:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://ddec22.asso.fr/innove/\";s:3:\"url\";s:137:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://ddec22.asso.fr/innove/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:35:\"http://www.wordpress-fr.net/planet/\";s:3:\"url\";s:55:\"http://feeds2.feedburner.com/WordpressFrancophonePlanet\";s:5:\"title\";s:14:\"Blog WordPress\";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:35:\"http://www.wordpress-fr.net/planet/\";s:3:\"url\";s:55:\"http://feeds2.feedburner.com/WordpressFrancophonePlanet\";s:5:\"title\";s:46:\"Autres actualités de WordPress (en français)\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(241,0,'pagelines-settings','a:75:{s:13:\"theme_version\";s:0:\"\";s:11:\"selectedtab\";s:1:\"3\";s:10:\"just_saved\";s:1:\"1\";s:21:\"pagelines_custom_logo\";s:74:\"http://ddec22.asso.fr/innove/wp-content/uploads/2011/11/logoDDECpetit.jpeg\";s:17:\"pagelines_favicon\";s:90:\"http://ddec22.asso.fr/innove/wp-content/themes/platform/admin/images/favicon-pagelines.ico\";s:11:\"twittername\";s:0:\"\";s:19:\"pagelines_touchicon\";s:0:\"\";s:24:\"pagelines_callout_header\";s:0:\"\";s:27:\"pagelines_callout_subheader\";s:0:\"\";s:23:\"pagelines_callout_image\";s:82:\"http://ddec22.asso.fr/innove/wp-content/themes/platform/images/callout_default.png\";s:22:\"pagelines_callout_link\";s:20:\"http://pagelines.com\";s:6:\"layout\";a:9:{s:12:\"saved_layout\";s:16:\"one-sidebar-left\";s:9:\"last_edit\";s:17:\"one-sidebar-right\";s:13:\"content_width\";s:4:\"1024\";s:9:\"fullwidth\";a:2:{s:16:\"maincolumn_width\";s:3:\"960\";s:20:\"primarysidebar_width\";s:1:\"0\";}s:17:\"one-sidebar-right\";a:2:{s:16:\"maincolumn_width\";s:3:\"798\";s:20:\"primarysidebar_width\";s:3:\"226\";}s:16:\"one-sidebar-left\";a:2:{s:16:\"maincolumn_width\";s:3:\"640\";s:20:\"primarysidebar_width\";s:3:\"320\";}s:17:\"two-sidebar-right\";a:2:{s:16:\"maincolumn_width\";s:3:\"480\";s:20:\"primarysidebar_width\";s:3:\"240\";}s:16:\"two-sidebar-left\";a:2:{s:16:\"maincolumn_width\";s:3:\"480\";s:20:\"primarysidebar_width\";s:3:\"240\";}s:18:\"two-sidebar-center\";a:2:{s:16:\"maincolumn_width\";s:3:\"480\";s:20:\"primarysidebar_width\";s:3:\"240\";}}s:6:\"bodybg\";s:7:\"#6b666b\";s:6:\"pagebg\";s:7:\"#FFFFFF\";s:13:\"border_layout\";s:7:\"#E9E9E9\";s:25:\"page_background_image_url\";s:0:\"\";s:28:\"page_background_image_repeat\";s:0:\"\";s:30:\"page_background_image_pos_vert\";s:0:\"\";s:29:\"page_background_image_pos_hor\";s:0:\"\";s:11:\"headercolor\";s:7:\"#696369\";s:12:\"text_primary\";s:7:\"#000000\";s:14:\"text_secondary\";s:7:\"#AFAFAF\";s:13:\"text_tertiary\";s:7:\"#777777\";s:9:\"linkcolor\";s:7:\"#225E9B\";s:15:\"linkcolor_hover\";s:7:\"#0F457C\";s:17:\"box_color_primary\";s:7:\"#F7F7F7\";s:14:\"border_primary\";s:7:\"#E9E9E9\";s:21:\"border_primary_shadow\";s:7:\"#DDDDDD\";s:24:\"border_primary_highlight\";s:7:\"#FFFFFF\";s:17:\"text_shadow_color\";s:7:\"#FFFFFF\";s:19:\"box_color_secondary\";s:7:\"#F1F1F1\";s:16:\"border_secondary\";s:7:\"#DDDDDD\";s:23:\"border_secondary_shadow\";s:7:\"#CCCCCC\";s:18:\"box_color_tertiary\";s:7:\"#E1E1E1\";s:15:\"border_tertiary\";s:7:\"#CCCCCC\";s:22:\"border_tertiary_shadow\";s:7:\"#999999\";s:11:\"footer_text\";s:7:\"#999999\";s:16:\"footer_highlight\";s:7:\"#FFFFFF\";s:24:\"footer_text_shadow_color\";s:7:\"#000000\";s:12:\"type_headers\";a:7:{s:4:\"font\";s:7:\"georgia\";s:4:\"kern\";s:6:\"0.00em\";s:9:\"transform\";s:4:\"none\";s:7:\"variant\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:5:\"style\";s:6:\"normal\";s:9:\"selectors\";s:0:\"\";}s:12:\"type_primary\";a:7:{s:4:\"font\";s:7:\"georgia\";s:4:\"kern\";s:6:\"0.00em\";s:9:\"transform\";s:4:\"none\";s:7:\"variant\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:5:\"style\";s:6:\"normal\";s:9:\"selectors\";s:0:\"\";}s:14:\"type_secondary\";a:7:{s:4:\"font\";s:13:\"lucida_grande\";s:4:\"kern\";s:6:\"0.10em\";s:9:\"transform\";s:9:\"uppercase\";s:7:\"variant\";s:6:\"normal\";s:6:\"weight\";s:6:\"normal\";s:5:\"style\";s:6:\"normal\";s:9:\"selectors\";s:0:\"\";}s:14:\"typekit_script\";s:0:\"\";s:7:\"rsslink\";s:2:\"on\";s:12:\"facebooklink\";s:0:\"\";s:11:\"twitterlink\";s:0:\"\";s:12:\"linkedinlink\";s:0:\"\";s:11:\"youtubelink\";s:0:\"\";s:16:\"drop_down_shadow\";s:2:\"on\";s:16:\"drop_down_arrows\";s:2:\"on\";s:17:\"posts_page_layout\";s:0:\"\";s:10:\"thumb_blog\";s:2:\"on\";s:14:\"thumb_category\";s:2:\"on\";s:13:\"thumb_archive\";s:2:\"on\";s:10:\"thumb_clip\";s:2:\"on\";s:13:\"byline_author\";s:2:\"on\";s:11:\"byline_date\";s:2:\"on\";s:15:\"byline_comments\";s:2:\"on\";s:12:\"excerpt_blog\";s:2:\"on\";s:14:\"excerpt_search\";s:2:\"on\";s:16:\"excerpt_category\";s:2:\"on\";s:15:\"excerpt_archive\";s:2:\"on\";s:23:\"post_footer_social_text\";s:56:\"If you enjoyed this article, please consider sharing it!\";s:14:\"share_facebook\";s:2:\"on\";s:13:\"share_twitter\";s:2:\"on\";s:15:\"share_delicious\";s:2:\"on\";s:12:\"share_reddit\";s:2:\"on\";s:11:\"footer_more\";s:180:\"Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.\";s:12:\"footer_terms\";s:40:\"© 2011 L\'actualité des établissements\";s:14:\"box_col_number\";s:1:\"3\";s:9:\"box_items\";s:1:\"5\";s:14:\"box_thumb_size\";s:2:\"64\";s:15:\"box_default_tax\";s:13:\"default-boxes\";s:12:\"partner_link\";s:0:\"\";s:13:\"footerscripts\";s:0:\"\";}','yes'),(223,0,'suffusion_unified_options','a:730:{s:16:\"suf_color_scheme\";s:17:\"light-theme-green\";s:11:\"suf_iconset\";s:9:\"iconset-2\";s:24:\"suf_little_icons_enabled\";s:49:\"author,date,category,tags,permalink,comments,edit\";s:22:\"suf_navt_skin_def_cust\";s:5:\"theme\";s:25:\"suf_navt_skin_settings_bg\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:32:\"suf_navt_skin_settings_bg_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:30:\"suf_navt_skin_settings_bg_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:22:\"suf_navt_skin_settings\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:29:\"suf_navt_skin_settings_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:27:\"suf_navt_skin_settings_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:28:\"suf_navt_skin_settings_hover\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:35:\"suf_navt_skin_settings_hover_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:33:\"suf_navt_skin_settings_hover_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:30:\"suf_navt_skin_settings_visited\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:37:\"suf_navt_skin_settings_visited_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:35:\"suf_navt_skin_settings_visited_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:25:\"suf_navt_skin_settings_hl\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:32:\"suf_navt_skin_settings_hl_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:30:\"suf_navt_skin_settings_hl_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:24:\"suf_header_style_setting\";s:5:\"theme\";s:21:\"suf_header_image_type\";s:5:\"image\";s:27:\"suf_header_background_image\";s:0:\"\";s:28:\"suf_header_background_repeat\";s:6:\"repeat\";s:30:\"suf_header_background_position\";s:8:\"top left\";s:32:\"suf_header_background_rot_folder\";s:0:\"\";s:25:\"suf_header_gradient_style\";s:8:\"top-down\";s:31:\"suf_header_gradient_start_color\";s:6:\"FFFFFF\";s:29:\"suf_header_gradient_end_color\";s:6:\"000000\";s:24:\"suf_header_fg_image_type\";s:4:\"text\";s:19:\"suf_header_fg_image\";s:0:\"\";s:20:\"suf_blog_title_color\";s:7:\"#000000\";s:20:\"suf_blog_title_style\";s:4:\"none\";s:26:\"suf_blog_title_hover_color\";s:7:\"#528f6c\";s:26:\"suf_blog_title_hover_style\";s:4:\"none\";s:26:\"suf_blog_description_color\";s:7:\"#000000\";s:18:\"suf_wrapper_margin\";s:2:\"20\";s:17:\"suf_header_height\";s:2:\"55\";s:21:\"suf_nav_skin_def_cust\";s:5:\"theme\";s:24:\"suf_nav_skin_settings_bg\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:31:\"suf_nav_skin_settings_bg_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#ffffff\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:29:\"suf_nav_skin_settings_bg_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:21:\"suf_nav_skin_settings\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:28:\"suf_nav_skin_settings_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:26:\"suf_nav_skin_settings_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:27:\"suf_nav_skin_settings_hover\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:34:\"suf_nav_skin_settings_hover_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:32:\"suf_nav_skin_settings_hover_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:29:\"suf_nav_skin_settings_visited\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:36:\"suf_nav_skin_settings_visited_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:34:\"suf_nav_skin_settings_visited_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:24:\"suf_nav_skin_settings_hl\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:31:\"suf_nav_skin_settings_hl_border\";a:4:{s:3:\"top\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:5:\"right\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}s:6:\"bottom\";a:5:{s:9:\"colortype\";s:6:\"custom\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:1;s:17:\"border-width-type\";s:2:\"px\";}s:4:\"left\";a:5:{s:9:\"colortype\";s:11:\"transparent\";s:5:\"color\";s:7:\"#cccccc\";s:5:\"style\";s:4:\"none\";s:12:\"border-width\";i:0;s:17:\"border-width-type\";s:2:\"px\";}}s:29:\"suf_nav_skin_settings_hl_font\";a:7:{s:5:\"color\";s:7:\"#444444\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:22:\"suf_body_style_setting\";s:5:\"theme\";s:25:\"suf_body_background_color\";s:7:\"#444444\";s:25:\"suf_body_background_image\";s:0:\"\";s:26:\"suf_body_background_repeat\";s:6:\"repeat\";s:30:\"suf_body_background_attachment\";s:6:\"scroll\";s:28:\"suf_body_background_position\";s:8:\"top left\";s:29:\"suf_wrapper_settings_def_cust\";s:5:\"theme\";s:23:\"suf_wrapper_bg_settings\";a:7:{s:5:\"color\";s:7:\"#edf3e6\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:16:\"suf_show_shadows\";s:4:\"hide\";s:29:\"suf_post_bg_settings_def_cust\";s:5:\"theme\";s:20:\"suf_post_bg_settings\";a:7:{s:5:\"color\";s:7:\"#ffffff\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:6:\"custom\";}s:27:\"suf_body_font_style_setting\";s:5:\"theme\";s:20:\"suf_body_font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:14:\"suf_font_color\";s:7:\"#000000\";s:14:\"suf_link_color\";s:7:\"#528f6c\";s:14:\"suf_link_style\";s:4:\"none\";s:22:\"suf_visited_link_color\";s:7:\"#528f6c\";s:22:\"suf_visited_link_style\";s:4:\"none\";s:20:\"suf_link_hover_color\";s:7:\"#528f6c\";s:20:\"suf_link_hover_style\";s:9:\"underline\";s:27:\"suf_main_font_style_setting\";s:0:\"\";s:18:\"suf_main_font_size\";a:2:{s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:28:\"suf_title_font_style_setting\";s:0:\"\";s:19:\"suf_post_title_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"28\";s:14:\"font-size-type\";s:2:\"px\";}s:24:\"suf_post_title_link_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"28\";s:14:\"font-size-type\";s:2:\"px\";}s:30:\"suf_post_title_link_hover_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"28\";s:14:\"font-size-type\";s:2:\"px\";}s:23:\"suf_header_font_setting\";s:0:\"\";s:16:\"suf_post_h1_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"28\";s:14:\"font-size-type\";s:2:\"px\";}s:16:\"suf_post_h2_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"26\";s:14:\"font-size-type\";s:2:\"px\";}s:16:\"suf_post_h3_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"23\";s:14:\"font-size-type\";s:2:\"px\";}s:16:\"suf_post_h4_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"21\";s:14:\"font-size-type\";s:2:\"px\";}s:16:\"suf_post_h5_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"19\";s:14:\"font-size-type\";s:2:\"px\";}s:16:\"suf_post_h6_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"16\";s:14:\"font-size-type\";s:2:\"px\";}s:24:\"suf_comment_font_setting\";s:0:\"\";s:23:\"suf_comment_header_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"16\";s:14:\"font-size-type\";s:2:\"px\";}s:21:\"suf_comment_body_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"14\";s:14:\"font-size-type\";s:2:\"px\";}s:23:\"suf_footer_font_setting\";s:0:\"\";s:20:\"suf_footer_text_font\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"28\";s:14:\"font-size-type\";s:2:\"px\";}s:20:\"suf_footer_link_font\";a:5:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";}s:26:\"suf_footer_link_hover_font\";a:5:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";}s:23:\"suf_drop_cap_post_views\";s:0:\"\";s:25:\"suf_drop_cap_post_formats\";s:0:\"\";s:17:\"suf_date_box_show\";s:11:\"hide-search\";s:30:\"suf_date_box_settings_def_cust\";s:5:\"theme\";s:21:\"suf_date_box_settings\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:5:\"image\";s:0:\"\";s:5:\"trans\";s:1:\"0\";s:8:\"position\";s:8:\"top left\";s:6:\"repeat\";s:6:\"repeat\";s:10:\"attachment\";s:6:\"scroll\";s:9:\"colortype\";s:11:\"transparent\";}s:18:\"suf_date_box_mfont\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"50\";s:14:\"font-size-type\";s:1:\"%\";}s:18:\"suf_date_box_dfont\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:3:\"100\";s:14:\"font-size-type\";s:1:\"%\";}s:18:\"suf_date_box_yfont\";a:7:{s:5:\"color\";s:7:\"#FFFFFF\";s:9:\"font-face\";s:28:\"Arial, Helvetica, sans-serif\";s:11:\"font-weight\";s:6:\"normal\";s:10:\"font-style\";s:6:\"normal\";s:12:\"font-variant\";s:6:\"normal\";s:9:\"font-size\";s:2:\"50\";s:14:\"font-size-type\";s:1:\"%\";}s:26:\"suf_emphasis_customization\";s:5:\"theme\";s:23:\"suf_download_font_color\";s:7:\"#000000\";s:29:\"suf_download_background_color\";s:7:\"#bbe7f9\";s:25:\"suf_download_border_color\";s:7:\"#0000ff\";s:27:\"suf_announcement_font_color\";s:7:\"#000000\";s:33:\"suf_announcement_background_color\";s:7:\"#b8f9d5\";s:29:\"suf_announcement_border_color\";s:7:\"#088c43\";s:19:\"suf_note_font_color\";s:7:\"#000000\";s:25:\"suf_note_background_color\";s:7:\"#f9f6a7\";s:21:\"suf_note_border_color\";s:7:\"#e7d605\";s:22:\"suf_warning_font_color\";s:7:\"#000000\";s:28:\"suf_warning_background_color\";s:7:\"#ffdbea\";s:24:\"suf_warning_border_color\";s:7:\"#ff0000\";s:16:\"suf_favicon_path\";s:0:\"\";s:17:\"suf_navt_contents\";s:4:\"hide\";s:18:\"suf_navt_bar_style\";s:5:\"align\";s:15:\"suf_navt_dd_pos\";s:4:\"left\";s:18:\"suf_navt_item_type\";s:3:\"tab\";s:14:\"suf_navt_delay\";s:3:\"500\";s:15:\"suf_navt_effect\";s:4:\"fade\";s:18:\"suf_navt_show_home\";s:4:\"none\";s:18:\"suf_navt_home_text\";s:4:\"Home\";s:21:\"suf_navt_entity_order\";a:3:{s:5:\"pages\";s:5:\"Pages\";s:10:\"categories\";s:10:\"Categories\";s:5:\"links\";s:5:\"Links\";}s:23:\"suf_navt_text_transform\";s:10:\"capitalize\";s:20:\"suf_navt_pages_style\";s:9:\"rolled-up\";s:23:\"suf_navt_page_tab_title\";s:5:\"Pages\";s:22:\"suf_navt_page_tab_link\";s:0:\"\";s:22:\"suf_navt_pages_all_sel\";s:11:\"exclude-all\";s:14:\"suf_navt_pages\";s:0:\"\";s:18:\"suf_navt_cat_style\";s:9:\"rolled-up\";s:22:\"suf_navt_cat_tab_title\";s:10:\"Categories\";s:21:\"suf_navt_cat_tab_link\";s:0:\"\";s:21:\"suf_navt_cats_all_sel\";s:11:\"exclude-all\";s:13:\"suf_navt_cats\";s:0:\"\";s:20:\"suf_navt_links_style\";s:9:\"rolled-up\";s:24:\"suf_navt_links_tab_title\";s:5:\"Links\";s:23:\"suf_navt_links_tab_link\";s:0:\"\";s:22:\"suf_navt_links_all_sel\";s:8:\"selected\";s:14:\"suf_navt_links\";s:0:\"\";s:22:\"suf_navt_menus_all_sel\";s:8:\"selected\";s:14:\"suf_navt_menus\";s:0:\"\";s:23:\"suf_header_layout_style\";s:8:\"in-align\";s:20:\"suf_header_alignment\";s:4:\"left\";s:24:\"suf_sub_header_alignment\";s:5:\"right\";s:33:\"suf_sub_header_vertical_alignment\";s:9:\"same-line\";s:16:\"suf_nav_contents\";s:5:\"pages\";s:17:\"suf_nav_bar_style\";s:5:\"align\";s:14:\"suf_nav_dd_pos\";s:4:\"left\";s:17:\"suf_nav_item_type\";s:3:\"tab\";s:13:\"suf_nav_delay\";s:3:\"500\";s:14:\"suf_nav_effect\";s:4:\"fade\";s:13:\"suf_show_home\";s:4:\"none\";s:13:\"suf_home_text\";s:4:\"Home\";s:20:\"suf_nav_entity_order\";a:3:{s:5:\"pages\";s:5:\"Pages\";s:10:\"categories\";s:10:\"Categories\";s:5:\"links\";s:5:\"Links\";}s:22:\"suf_nav_text_transform\";s:10:\"capitalize\";s:19:\"suf_nav_pages_style\";s:9:\"rolled-up\";s:22:\"suf_nav_page_tab_title\";s:5:\"Pages\";s:21:\"suf_nav_page_tab_link\";s:0:\"\";s:21:\"suf_nav_pages_all_sel\";s:11:\"exclude-all\";s:13:\"suf_nav_pages\";s:0:\"\";s:17:\"suf_nav_cat_style\";s:9:\"rolled-up\";s:21:\"suf_nav_cat_tab_title\";s:10:\"Categories\";s:20:\"suf_nav_cat_tab_link\";s:0:\"\";s:20:\"suf_nav_cats_all_sel\";s:11:\"exclude-all\";s:12:\"suf_nav_cats\";s:0:\"\";s:19:\"suf_nav_links_style\";s:9:\"rolled-up\";s:23:\"suf_nav_links_tab_title\";s:5:\"Links\";s:22:\"suf_nav_links_tab_link\";s:0:\"\";s:21:\"suf_nav_links_all_sel\";s:8:\"selected\";s:13:\"suf_nav_links\";s:0:\"\";s:21:\"suf_nav_menus_all_sel\";s:8:\"selected\";s:13:\"suf_nav_menus\";s:0:\"\";s:21:\"suf_nav_strip_a_title\";s:4:\"hide\";s:23:\"suf_footer_layout_style\";s:8:\"in-align\";s:15:\"suf_footer_left\";s:92:\"© 2011 L'actualité des établissements\";s:17:\"suf_footer_center\";s:0:\"\";s:16:\"suf_size_options\";s:6:\"custom\";s:22:\"suf_wrapper_width_type\";s:5:\"fixed\";s:22:\"suf_wrapper_width_flex\";i:75;s:26:\"suf_wrapper_width_flex_max\";s:4:\"1200\";s:26:\"suf_wrapper_width_flex_min\";s:3:\"600\";s:24:\"suf_wrapper_width_preset\";s:4:\"1000\";s:17:\"suf_wrapper_width\";s:4:\"1000\";s:18:\"suf_main_col_width\";s:3:\"725\";s:14:\"suf_sb_1_width\";s:3:\"260\";s:14:\"suf_sb_2_width\";s:3:\"260\";s:22:\"suf_post_meta_position\";s:7:\"corners\";s:18:\"suf_post_show_perm\";s:10:\"show-tleft\";s:29:\"suf_post_with_title_show_perm\";s:4:\"hide\";s:18:\"suf_post_show_cats\";s:4:\"show\";s:21:\"suf_post_show_comment\";s:4:\"show\";s:23:\"suf_post_show_posted_by\";s:4:\"show\";s:25:\"suf_post_posted_by_format\";s:5:\"by-at\";s:18:\"suf_post_show_tags\";s:4:\"show\";s:22:\"suf_page_meta_position\";s:7:\"corners\";s:21:\"suf_page_show_comment\";s:4:\"show\";s:23:\"suf_page_show_posted_by\";s:4:\"show\";s:25:\"suf_page_posted_by_format\";s:5:\"by-at\";s:25:\"suf_post_aside_show_title\";s:4:\"hide\";s:28:\"suf_post_aside_meta_position\";s:7:\"corners\";s:24:\"suf_post_aside_show_perm\";s:10:\"show-tleft\";s:33:\"suf_post_aside_no_title_show_perm\";s:4:\"show\";s:24:\"suf_post_aside_show_cats\";s:4:\"show\";s:27:\"suf_post_aside_show_comment\";s:4:\"show\";s:29:\"suf_post_aside_show_posted_by\";s:4:\"show\";s:31:\"suf_post_aside_posted_by_format\";s:5:\"by-at\";s:24:\"suf_post_aside_show_tags\";s:4:\"show\";s:27:\"suf_post_gallery_show_title\";s:4:\"show\";s:30:\"suf_post_gallery_meta_position\";s:7:\"corners\";s:26:\"suf_post_gallery_show_perm\";s:10:\"show-tleft\";s:37:\"suf_post_gallery_with_title_show_perm\";s:4:\"hide\";s:26:\"suf_post_gallery_show_cats\";s:4:\"show\";s:29:\"suf_post_gallery_show_comment\";s:4:\"show\";s:31:\"suf_post_gallery_show_posted_by\";s:4:\"show\";s:33:\"suf_post_gallery_posted_by_format\";s:5:\"by-at\";s:26:\"suf_post_gallery_show_tags\";s:4:\"show\";s:26:\"suf_gallery_format_disable\";s:0:\"\";s:30:\"suf_gallery_format_thumb_count\";i:6;s:39:\"suf_gallery_format_thumb_panel_position\";s:5:\"right\";s:36:\"suf_gallery_format_thumb_panel_width\";s:3:\"250\";s:34:\"suf_gallery_format_thumbnail_width\";s:2:\"96\";s:35:\"suf_gallery_format_thumbnail_height\";s:2:\"96\";s:21:\"suf_gallery_format_zc\";s:1:\"1\";s:33:\"suf_gallery_random_thumbs_disable\";s:0:\"\";s:24:\"suf_post_link_show_title\";s:4:\"show\";s:27:\"suf_post_link_meta_position\";s:7:\"corners\";s:23:\"suf_post_link_show_perm\";s:10:\"show-tleft\";s:34:\"suf_post_link_with_title_show_perm\";s:4:\"hide\";s:23:\"suf_post_link_show_cats\";s:4:\"show\";s:26:\"suf_post_link_show_comment\";s:4:\"show\";s:28:\"suf_post_link_show_posted_by\";s:4:\"show\";s:30:\"suf_post_link_posted_by_format\";s:5:\"by-at\";s:23:\"suf_post_link_show_tags\";s:4:\"show\";s:25:\"suf_post_image_show_title\";s:4:\"show\";s:28:\"suf_post_image_meta_position\";s:7:\"corners\";s:24:\"suf_post_image_show_perm\";s:10:\"show-tleft\";s:35:\"suf_post_image_with_title_show_perm\";s:4:\"hide\";s:24:\"suf_post_image_show_cats\";s:4:\"show\";s:27:\"suf_post_image_show_comment\";s:4:\"show\";s:29:\"suf_post_image_show_posted_by\";s:4:\"show\";s:31:\"suf_post_image_posted_by_format\";s:5:\"by-at\";s:24:\"suf_post_image_show_tags\";s:4:\"show\";s:25:\"suf_post_quote_show_title\";s:4:\"hide\";s:28:\"suf_post_quote_meta_position\";s:7:\"corners\";s:24:\"suf_post_quote_show_perm\";s:10:\"show-tleft\";s:35:\"suf_post_quote_with_title_show_perm\";s:4:\"show\";s:24:\"suf_post_quote_show_cats\";s:4:\"show\";s:27:\"suf_post_quote_show_comment\";s:4:\"show\";s:29:\"suf_post_quote_show_posted_by\";s:4:\"show\";s:31:\"suf_post_quote_posted_by_format\";s:5:\"by-at\";s:24:\"suf_post_quote_show_tags\";s:4:\"show\";s:26:\"suf_post_status_show_title\";s:4:\"hide\";s:29:\"suf_post_status_meta_position\";s:7:\"corners\";s:25:\"suf_post_status_show_perm\";s:10:\"show-tleft\";s:34:\"suf_post_status_no_title_show_perm\";s:4:\"show\";s:25:\"suf_post_status_show_cats\";s:4:\"show\";s:28:\"suf_post_status_show_comment\";s:4:\"show\";s:30:\"suf_post_status_show_posted_by\";s:4:\"show\";s:32:\"suf_post_status_posted_by_format\";s:5:\"by-at\";s:25:\"suf_post_status_show_tags\";s:4:\"show\";s:25:\"suf_post_video_show_title\";s:4:\"show\";s:28:\"suf_post_video_meta_position\";s:7:\"corners\";s:24:\"suf_post_video_show_perm\";s:10:\"show-tleft\";s:35:\"suf_post_video_with_title_show_perm\";s:4:\"hide\";s:24:\"suf_post_video_show_cats\";s:4:\"show\";s:27:\"suf_post_video_show_comment\";s:4:\"show\";s:29:\"suf_post_video_show_posted_by\";s:4:\"show\";s:31:\"suf_post_video_posted_by_format\";s:5:\"by-at\";s:24:\"suf_post_video_show_tags\";s:4:\"show\";s:25:\"suf_post_audio_show_title\";s:4:\"show\";s:26:\"suf_enable_audio_shortcode\";s:0:\"\";s:28:\"suf_post_audio_meta_position\";s:7:\"corners\";s:24:\"suf_post_audio_show_perm\";s:10:\"show-tleft\";s:35:\"suf_post_audio_with_title_show_perm\";s:4:\"hide\";s:24:\"suf_post_audio_show_cats\";s:4:\"show\";s:27:\"suf_post_audio_show_comment\";s:4:\"show\";s:29:\"suf_post_audio_show_posted_by\";s:4:\"show\";s:31:\"suf_post_audio_posted_by_format\";s:5:\"by-at\";s:24:\"suf_post_audio_show_tags\";s:4:\"show\";s:24:\"suf_post_chat_show_title\";s:4:\"show\";s:27:\"suf_post_chat_meta_position\";s:7:\"corners\";s:23:\"suf_post_chat_show_perm\";s:10:\"show-tleft\";s:34:\"suf_post_chat_with_title_show_perm\";s:4:\"hide\";s:23:\"suf_post_chat_show_cats\";s:4:\"show\";s:26:\"suf_post_chat_show_comment\";s:4:\"show\";s:28:\"suf_post_chat_show_posted_by\";s:4:\"show\";s:30:\"suf_post_chat_posted_by_format\";s:5:\"by-at\";s:23:\"suf_post_chat_show_tags\";s:4:\"show\";s:17:\"suf_index_excerpt\";s:7:\"content\";s:19:\"suf_index_fc_number\";s:1:\"0\";s:20:\"suf_category_excerpt\";s:7:\"content\";s:22:\"suf_category_fc_number\";s:1:\"0\";s:19:\"suf_archive_excerpt\";s:7:\"content\";s:21:\"suf_archive_fc_number\";s:1:\"0\";s:15:\"suf_tag_excerpt\";s:7:\"content\";s:17:\"suf_tag_fc_number\";s:1:\"0\";s:18:\"suf_search_excerpt\";s:7:\"content\";s:20:\"suf_search_fc_number\";s:1:\"0\";s:18:\"suf_author_excerpt\";s:7:\"content\";s:20:\"suf_author_fc_number\";s:1:\"0\";s:22:\"suf_fc_view_first_only\";s:5:\"first\";s:25:\"suf_excerpt_custom_length\";s:2:\"55\";s:28:\"suf_excerpt_custom_more_text\";s:5:\"[...]\";s:26:\"suf_show_excerpt_thumbnail\";s:4:\"show\";s:26:\"suf_show_content_thumbnail\";s:4:\"show\";s:20:\"suf_excerpt_img_pref\";a:5:{s:6:\"native\";s:28:\"Native WP 3.0 featured image\";s:12:\"custom-thumb\";s:46:\"Image specified through custom thumbnail field\";s:10:\"attachment\";s:26:\"Image attached to the post\";s:8:\"embedded\";s:20:\"Embedded URL in post\";s:15:\"custom-featured\";s:51:\"Image specified through custom Featured Image field\";}s:17:\"suf_excerpt_tt_zc\";s:1:\"1\";s:22:\"suf_excerpt_tt_quality\";i:75;s:31:\"suf_excerpt_thumbnail_alignment\";s:4:\"left\";s:26:\"suf_excerpt_thumbnail_size\";s:9:\"thumbnail\";s:34:\"suf_excerpt_thumbnail_custom_width\";s:3:\"200\";s:35:\"suf_excerpt_thumbnail_custom_height\";s:3:\"200\";s:22:\"suf_excerpt_list_count\";s:3:\"all\";s:22:\"suf_excerpt_list_style\";s:2:\"ul\";s:25:\"suf_tile_excerpts_per_row\";s:1:\"3\";s:23:\"suf_tile_images_enabled\";s:4:\"show\";s:25:\"suf_tile_image_box_height\";s:3:\"100\";s:23:\"suf_tile_image_settings\";s:7:\"inherit\";s:17:\"suf_tile_img_pref\";a:5:{s:6:\"native\";s:28:\"Native WP 3.0 featured image\";s:12:\"custom-thumb\";s:46:\"Image specified through custom thumbnail field\";s:10:\"attachment\";s:26:\"Image attached to the post\";s:8:\"embedded\";s:20:\"Embedded URL in post\";s:15:\"custom-featured\";s:51:\"Image specified through custom Featured Image field\";}s:19:\"suf_tile_image_size\";s:7:\"excerpt\";s:28:\"suf_tile_image_custom_height\";s:3:\"200\";s:27:\"suf_tile_image_custom_width\";s:3:\"200\";s:11:\"suf_tile_zc\";s:7:\"default\";s:24:\"suf_tile_title_alignment\";s:4:\"left\";s:31:\"suf_tile_layout_bylines_enabled\";s:4:\"show\";s:33:\"suf_tile_layout_bylines_post_date\";s:4:\"show\";s:33:\"suf_tile_layout_bylines_posted_by\";s:4:\"show\";s:34:\"suf_tile_layout_bylines_categories\";s:4:\"show\";s:28:\"suf_tile_layout_bylines_tags\";s:4:\"show\";s:32:\"suf_tile_layout_bylines_comments\";s:4:\"show\";s:34:\"suf_tile_layout_bylines_permalinks\";s:4:\"show\";s:26:\"suf_mosaic_thumbnail_width\";s:2:\"96\";s:27:\"suf_mosaic_thumbnail_height\";s:2:\"96\";s:13:\"suf_mosaic_zc\";s:1:\"1\";s:24:\"suf_mosaic_constrain_row\";s:7:\"padding\";s:31:\"suf_mosaic_constrain_by_padding\";s:2:\"50\";s:29:\"suf_mosaic_constrain_by_count\";i:5;s:15:\"suf_mosaic_zoom\";s:4:\"zoom\";s:23:\"suf_mosaic_zoom_library\";s:8:\"fancybox\";s:21:\"suf_mosaic_show_title\";s:4:\"hide\";s:23:\"suf_featured_index_view\";s:8:\"disabled\";s:26:\"suf_featured_category_view\";s:8:\"disabled\";s:21:\"suf_featured_tag_view\";s:8:\"disabled\";s:24:\"suf_featured_author_view\";s:8:\"disabled\";s:24:\"suf_featured_search_view\";s:8:\"disabled\";s:22:\"suf_featured_time_view\";s:8:\"disabled\";s:28:\"suf_featured_view_first_only\";s:5:\"first\";s:22:\"suf_featured_num_posts\";s:2:\"10\";s:23:\"suf_featured_show_dupes\";s:4:\"hide\";s:25:\"suf_featured_allow_sticky\";s:4:\"show\";s:24:\"suf_featured_show_latest\";s:4:\"hide\";s:29:\"suf_featured_num_latest_posts\";i:5;s:27:\"suf_featured_selected_posts\";s:0:\"\";s:26:\"suf_featured_selected_tags\";s:0:\"\";s:21:\"suf_featured_img_pref\";a:5:{s:15:\"custom-featured\";s:51:\"Image specified through custom Featured Image field\";s:6:\"native\";s:28:\"Native WP 3.0 featured image\";s:12:\"custom-thumb\";s:46:\"Image specified through custom thumbnail field\";s:10:\"attachment\";s:26:\"Image attached to the post\";s:8:\"embedded\";s:20:\"Embedded URL in post\";}s:15:\"suf_featured_fx\";s:4:\"fade\";s:17:\"suf_featured_sync\";s:1:\"0\";s:21:\"suf_featured_interval\";s:4:\"4000\";s:29:\"suf_featured_transition_speed\";s:4:\"1000\";s:19:\"suf_featured_height\";s:3:\"250\";s:24:\"suf_featured_show_border\";s:4:\"show\";s:23:\"suf_featured_image_size\";s:4:\"full\";s:31:\"suf_featured_image_custom_width\";s:3:\"200\";s:32:\"suf_featured_image_custom_height\";s:3:\"200\";s:15:\"suf_featured_zc\";s:7:\"default\";s:22:\"suf_featured_stretch_w\";s:0:\"\";s:25:\"suf_featured_excerpt_type\";s:13:\"title-excerpt\";s:29:\"suf_featured_excerpt_position\";s:6:\"rotate\";s:26:\"suf_featured_center_slides\";s:0:\"\";s:26:\"suf_featured_excerpt_width\";s:3:\"250\";s:29:\"suf_featured_excerpt_bg_color\";s:6:\"222222\";s:31:\"suf_featured_excerpt_font_color\";s:6:\"FFFFFF\";s:31:\"suf_featured_excerpt_link_color\";s:6:\"FFFFFF\";s:18:\"suf_featured_pager\";s:4:\"show\";s:23:\"suf_featured_controller\";s:4:\"hide\";s:18:\"suf_nav_breadcrumb\";s:10:\"breadcrumb\";s:23:\"suf_show_breadcrumbs_in\";s:0:\"\";s:16:\"suf_show_home_in\";s:0:\"\";s:29:\"suf_nav_exclude_in_breadcrumb\";s:4:\"hide\";s:24:\"suf_breadcrumb_separator\";s:7:\"»\";s:19:\"suf_pagination_type\";s:7:\"old-new\";s:20:\"suf_pagination_index\";s:4:\"show\";s:24:\"suf_pagination_prev_next\";s:4:\"show\";s:23:\"suf_pagination_show_all\";s:4:\"dots\";s:25:\"suf_prev_next_above_below\";s:5:\"below\";s:24:\"suf_prev_next_categories\";s:8:\"restrict\";s:20:\"suf_cpagination_type\";s:7:\"old-new\";s:21:\"suf_cpagination_index\";s:4:\"show\";s:25:\"suf_cpagination_prev_next\";s:4:\"show\";s:24:\"suf_cpagination_show_all\";s:4:\"dots\";s:24:\"suf_show_rounded_corners\";s:4:\"show\";s:20:\"suf_fix_aspect_ratio\";s:8:\"preserve\";s:17:\"suf_sidebar_count\";s:1:\"1\";s:22:\"suf_blog_sidebar_count\";s:7:\"default\";s:26:\"suf_category_sidebar_count\";s:7:\"default\";s:21:\"suf_tag_sidebar_count\";s:7:\"default\";s:24:\"suf_author_sidebar_count\";s:7:\"default\";s:22:\"suf_date_sidebar_count\";s:7:\"default\";s:24:\"suf_search_sidebar_count\";s:7:\"default\";s:22:\"suf_jq_masonry_enabled\";s:8:\"disabled\";s:17:\"suf_wa_tbrh_style\";s:4:\"tiny\";s:19:\"suf_header_for_trbh\";s:5:\"plain\";s:21:\"suf_wa_tbrh_open_text\";s:4:\"Open\";s:22:\"suf_wa_tbrh_close_text\";s:5:\"Close\";s:19:\"suf_wa_tbrh_columns\";s:1:\"3\";s:23:\"suf_wa_tbrh_panel_color\";s:7:\"#040D0F\";s:30:\"suf_wa_tbrh_panel_border_color\";s:7:\"#222222\";s:28:\"suf_wa_tbrh_panel_font_color\";s:7:\"#AAAAAA\";s:15:\"suf_wah_columns\";s:1:\"1\";s:20:\"suf_wah_layout_style\";s:10:\"full-align\";s:15:\"suf_wih_columns\";s:1:\"1\";s:13:\"suf_wih_width\";s:3:\"300\";s:15:\"suf_show_search\";s:4:\"show\";s:21:\"suf_sidebar_alignment\";s:5:\"right\";s:16:\"suf_wa_sb1_style\";s:5:\"boxed\";s:25:\"suf_sidebar_1_def_widgets\";s:4:\"show\";s:17:\"suf_sidebar_1_dnd\";s:8:\"disabled\";s:21:\"suf_sidebar_1_expcoll\";s:7:\"enabled\";s:18:\"suf_sidebar_header\";s:5:\"plain\";s:25:\"suf_sb_font_style_setting\";s:5:\"theme\";s:17:\"suf_sb_font_color\";s:7:\"#666666\";s:17:\"suf_sb_link_color\";s:7:\"#000000\";s:17:\"suf_sb_link_style\";s:4:\"none\";s:25:\"suf_sb_visited_link_color\";s:7:\"#000000\";s:25:\"suf_sb_visited_link_style\";s:4:\"none\";s:23:\"suf_sb_link_hover_color\";s:7:\"#528f6c\";s:23:\"suf_sb_link_hover_style\";s:9:\"underline\";s:17:\"suf_wa_sb1b_style\";s:5:\"boxed\";s:23:\"suf_sidebar_2_alignment\";s:5:\"right\";s:16:\"suf_wa_sb2_style\";s:5:\"boxed\";s:17:\"suf_sidebar_2_dnd\";s:8:\"disabled\";s:21:\"suf_sidebar_2_expcoll\";s:7:\"enabled\";s:17:\"suf_wa_sb2b_style\";s:5:\"boxed\";s:16:\"suf_wa_wst_style\";s:5:\"boxed\";s:16:\"suf_wa_wsb_style\";s:5:\"boxed\";s:36:\"suf_widget_area_below_header_enabled\";s:8:\"disabled\";s:36:\"suf_widget_area_below_header_columns\";s:1:\"1\";s:17:\"suf_wa_wabh_style\";s:5:\"boxed\";s:35:\"suf_header_for_widgets_below_header\";s:5:\"plain\";s:27:\"suf_wabh_font_style_setting\";s:5:\"theme\";s:19:\"suf_wabh_font_color\";s:7:\"#000000\";s:19:\"suf_wabh_link_color\";s:7:\"#000000\";s:19:\"suf_wabh_link_style\";s:4:\"none\";s:27:\"suf_wabh_visited_link_color\";s:7:\"#000000\";s:27:\"suf_wabh_visited_link_style\";s:4:\"none\";s:25:\"suf_wabh_link_hover_color\";s:7:\"#528f6c\";s:25:\"suf_wabh_link_hover_style\";s:9:\"underline\";s:36:\"suf_widget_area_above_footer_enabled\";s:8:\"disabled\";s:36:\"suf_widget_area_above_footer_columns\";s:1:\"1\";s:17:\"suf_wa_waaf_style\";s:5:\"boxed\";s:35:\"suf_header_for_widgets_above_footer\";s:5:\"plain\";s:27:\"suf_waaf_font_style_setting\";s:5:\"theme\";s:19:\"suf_waaf_font_color\";s:7:\"#000000\";s:19:\"suf_waaf_link_color\";s:7:\"#000000\";s:19:\"suf_waaf_link_style\";s:4:\"none\";s:27:\"suf_waaf_visited_link_color\";s:7:\"#000000\";s:27:\"suf_waaf_visited_link_style\";s:4:\"none\";s:25:\"suf_waaf_link_hover_color\";s:7:\"#528f6c\";s:25:\"suf_waaf_link_hover_style\";s:9:\"underline\";s:18:\"suf_adhoc1_columns\";s:1:\"1\";s:18:\"suf_adhoc2_columns\";s:1:\"1\";s:18:\"suf_adhoc3_columns\";s:1:\"1\";s:18:\"suf_adhoc4_columns\";s:1:\"1\";s:18:\"suf_adhoc5_columns\";s:1:\"1\";s:17:\"suf_sbtab_enabled\";s:8:\"disabled\";s:19:\"suf_sbtab_alignment\";s:5:\"right\";s:17:\"suf_sbtab_widgets\";s:0:\"\";s:22:\"suf_sbtab_widget_order\";a:19:{s:8:\"archives\";s:8:\"Archives\";s:10:\"categories\";s:10:\"Categories\";s:5:\"Links\";s:5:\"Links\";s:4:\"meta\";s:4:\"Meta\";s:5:\"pages\";s:5:\"Pages\";s:15:\"recent_comments\";s:15:\"Recent Comments\";s:12:\"recent_posts\";s:12:\"Recent Posts\";s:6:\"search\";s:6:\"Search\";s:9:\"tag_cloud\";s:9:\"Tag Cloud\";s:12:\"custom_tab_1\";s:12:\"Custom Tab 1\";s:12:\"custom_tab_2\";s:12:\"Custom Tab 2\";s:12:\"custom_tab_3\";s:12:\"Custom Tab 3\";s:12:\"custom_tab_4\";s:12:\"Custom Tab 4\";s:12:\"custom_tab_5\";s:12:\"Custom Tab 5\";s:12:\"custom_tab_6\";s:12:\"Custom Tab 6\";s:12:\"custom_tab_7\";s:12:\"Custom Tab 7\";s:12:\"custom_tab_8\";s:12:\"Custom Tab 8\";s:12:\"custom_tab_9\";s:12:\"Custom Tab 9\";s:13:\"custom_tab_10\";s:13:\"Custom Tab 10\";}s:26:\"suf_sbtab_categories_title\";s:10:\"Categories\";s:33:\"suf_sbtab_categories_hierarchical\";s:12:\"hierarchical\";s:31:\"suf_sbtab_categories_post_count\";s:4:\"hide\";s:24:\"suf_sbtab_archives_title\";s:8:\"Archives\";s:23:\"suf_sbtab_archives_type\";s:7:\"monthly\";s:28:\"suf_sbtab_archives_list_type\";s:4:\"html\";s:29:\"suf_sbtab_archives_post_count\";s:4:\"hide\";s:21:\"suf_sbtab_Links_title\";s:5:\"Links\";s:20:\"suf_sbtab_meta_title\";s:4:\"Meta\";s:21:\"suf_sbtab_pages_title\";s:5:\"Pages\";s:31:\"suf_sbtab_recent_comments_title\";s:15:\"Recent Comments\";s:28:\"suf_sbtab_recent_posts_title\";s:12:\"Recent Posts\";s:22:\"suf_sbtab_search_title\";s:6:\"Search\";s:25:\"suf_sbtab_tag_cloud_title\";s:9:\"Tag Cloud\";s:28:\"suf_sbtab_custom_tab_1_title\";s:12:\"Custom Tab 1\";s:31:\"suf_sbtab_custom_tab_1_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_2_title\";s:12:\"Custom Tab 2\";s:31:\"suf_sbtab_custom_tab_2_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_3_title\";s:12:\"Custom Tab 3\";s:31:\"suf_sbtab_custom_tab_3_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_4_title\";s:12:\"Custom Tab 4\";s:31:\"suf_sbtab_custom_tab_4_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_5_title\";s:12:\"Custom Tab 5\";s:31:\"suf_sbtab_custom_tab_5_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_6_title\";s:12:\"Custom Tab 6\";s:31:\"suf_sbtab_custom_tab_6_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_7_title\";s:12:\"Custom Tab 7\";s:31:\"suf_sbtab_custom_tab_7_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_8_title\";s:12:\"Custom Tab 8\";s:31:\"suf_sbtab_custom_tab_8_contents\";s:0:\"\";s:28:\"suf_sbtab_custom_tab_9_title\";s:12:\"Custom Tab 9\";s:31:\"suf_sbtab_custom_tab_9_contents\";s:0:\"\";s:29:\"suf_sbtab_custom_tab_10_title\";s:13:\"Custom Tab 10\";s:32:\"suf_sbtab_custom_tab_10_contents\";s:0:\"\";s:21:\"suf_ie7_compatibility\";s:8:\"no-force\";s:15:\"suf_seo_enabled\";s:7:\"enabled\";s:20:\"suf_seo_all_settings\";s:0:\"\";s:19:\"suf_seo_title_style\";s:9:\"page-blog\";s:23:\"suf_seo_title_separator\";s:2:\"»\";s:21:\"suf_seo_show_subtitle\";s:4:\"hide\";s:21:\"suf_seo_show_page_num\";s:4:\"show\";s:24:\"suf_seo_meta_description\";s:0:\"\";s:21:\"suf_seo_meta_keywords\";s:0:\"\";s:29:\"suf_comments_disabled_all_sel\";s:3:\"all\";s:35:\"suf_comments_disabled_msg_for_posts\";s:4:\"show\";s:19:\"suf_show_track_ping\";s:4:\"show\";s:34:\"suf_show_hide_reply_link_for_pings\";s:8:\"disallow\";s:24:\"suf_comment_display_type\";s:5:\"plain\";s:24:\"suf_comment_label_styles\";s:5:\"plain\";s:22:\"suf_comment_label_name\";s:4:\"Name\";s:26:\"suf_comment_label_name_req\";s:10:\"(required)\";s:23:\"suf_comment_label_email\";s:6:\"E-mail\";s:27:\"suf_comment_label_email_req\";s:10:\"(required)\";s:21:\"suf_comment_label_uri\";s:3:\"URI\";s:30:\"suf_comment_label_your_comment\";s:12:\"Your Comment\";s:26:\"suf_comment_show_html_tags\";s:4:\"show\";s:18:\"suf_uprof_networks\";s:0:\"\";s:27:\"suf_uprof_post_info_enabled\";s:4:\"hide\";s:26:\"suf_uprof_post_info_header\";s:22:\"[suffusion-the-author]\";s:28:\"suf_uprof_post_info_gravatar\";s:4:\"show\";s:33:\"suf_uprof_post_info_gravatar_size\";s:2:\"64\";s:38:\"suf_uprof_post_info_gravatar_alignment\";s:4:\"left\";s:27:\"suf_uprof_post_info_content\";s:44:\"[suffusion-the-author display=\'description\']\";s:21:\"suf_analytics_enabled\";s:11:\"not-enabled\";s:25:\"suf_custom_analytics_code\";s:0:\"\";s:18:\"suf_openid_enabled\";s:11:\"not-enabled\";s:17:\"suf_openid_server\";s:0:\"\";s:19:\"suf_openid_delegate\";s:0:\"\";s:19:\"suf_custom_css_code\";s:0:\"\";s:21:\"suf_custom_css_link_1\";s:0:\"\";s:21:\"suf_custom_css_link_2\";s:0:\"\";s:21:\"suf_custom_css_link_3\";s:0:\"\";s:19:\"suf_custom_php_file\";s:0:\"\";s:20:\"suf_custom_js_file_1\";s:0:\"\";s:20:\"suf_custom_js_file_2\";s:0:\"\";s:20:\"suf_custom_js_file_3\";s:0:\"\";s:20:\"suf_custom_header_js\";s:0:\"\";s:20:\"suf_custom_footer_js\";s:0:\"\";s:30:\"suf_custom_default_rss_enabled\";s:7:\"enabled\";s:21:\"suf_custom_rss_feed_1\";s:0:\"\";s:22:\"suf_custom_rss_title_1\";s:0:\"\";s:21:\"suf_custom_rss_feed_2\";s:0:\"\";s:22:\"suf_custom_rss_title_2\";s:0:\"\";s:21:\"suf_custom_rss_feed_3\";s:0:\"\";s:22:\"suf_custom_rss_title_3\";s:0:\"\";s:22:\"suf_custom_atom_feed_1\";s:0:\"\";s:23:\"suf_custom_atom_title_1\";s:0:\"\";s:22:\"suf_custom_atom_feed_2\";s:0:\"\";s:23:\"suf_custom_atom_title_2\";s:0:\"\";s:22:\"suf_custom_atom_feed_3\";s:0:\"\";s:23:\"suf_custom_atom_title_3\";s:0:\"\";s:15:\"suf_autogen_css\";s:7:\"autogen\";s:14:\"suf_minify_css\";s:9:\"no-minify\";s:17:\"suf_cache_unified\";s:5:\"cache\";s:21:\"suf_featured_use_lite\";s:7:\"regular\";s:21:\"suf_style_inheritance\";s:10:\"everything\";s:26:\"suf_magazine_sidebar_count\";s:7:\"default\";s:20:\"suf_mag_entity_order\";a:3:{s:9:\"headlines\";s:9:\"Headlines\";s:8:\"excerpts\";s:8:\"Excerpts\";s:10:\"categories\";s:10:\"Categories\";}s:24:\"suf_mag_featured_enabled\";s:7:\"enabled\";s:23:\"suf_mag_content_enabled\";s:4:\"hide\";s:25:\"suf_mag_headlines_enabled\";s:4:\"show\";s:22:\"suf_mag_headline_title\";s:9:\"Headlines\";s:37:\"suf_mag_headline_main_title_alignment\";s:6:\"center\";s:24:\"suf_mag_headlines_height\";s:3:\"250\";s:38:\"suf_mag_headline_image_container_width\";s:3:\"225\";s:25:\"suf_mag_headline_img_pref\";a:5:{s:6:\"native\";s:28:\"Native WP 3.0 featured image\";s:12:\"custom-thumb\";s:46:\"Image specified through custom thumbnail field\";s:10:\"attachment\";s:26:\"Image attached to the post\";s:8:\"embedded\";s:20:\"Embedded URL in post\";s:15:\"custom-featured\";s:51:\"Image specified through custom Featured Image field\";}s:27:\"suf_mag_headline_image_size\";s:7:\"excerpt\";s:36:\"suf_mag_headline_image_custom_height\";s:3:\"200\";s:35:\"suf_mag_headline_image_custom_width\";s:3:\"200\";s:19:\"suf_mag_headline_zc\";s:7:\"default\";s:22:\"suf_mag_headline_limit\";i:10;s:24:\"suf_mag_excerpts_enabled\";s:4:\"show\";s:22:\"suf_mag_excerpts_title\";s:17:\"Other Big Stories\";s:37:\"suf_mag_excerpts_main_title_alignment\";s:6:\"center\";s:22:\"suf_mag_total_excerpts\";s:2:\"10\";s:24:\"suf_mag_excerpts_per_row\";s:1:\"3\";s:31:\"suf_mag_excerpts_images_enabled\";s:4:\"show\";s:33:\"suf_mag_excerpts_image_box_height\";s:3:\"100\";s:24:\"suf_mag_excerpt_img_pref\";a:5:{s:6:\"native\";s:28:\"Native WP 3.0 featured image\";s:12:\"custom-thumb\";s:46:\"Image specified through custom thumbnail field\";s:10:\"attachment\";s:26:\"Image attached to the post\";s:8:\"embedded\";s:20:\"Embedded URL in post\";s:15:\"custom-featured\";s:51:\"Image specified through custom Featured Image field\";}s:26:\"suf_mag_excerpt_image_size\";s:7:\"excerpt\";s:35:\"suf_mag_excerpt_image_custom_height\";s:3:\"200\";s:34:\"suf_mag_excerpt_image_custom_width\";s:3:\"200\";s:18:\"suf_mag_excerpt_zc\";s:7:\"default\";s:31:\"suf_mag_excerpt_title_alignment\";s:6:\"center\";s:31:\"suf_mag_excerpt_full_story_text\";s:10:\"Full Story\";s:31:\"suf_mag_excerpt_bylines_enabled\";s:4:\"show\";s:33:\"suf_mag_excerpt_bylines_post_date\";s:4:\"show\";s:33:\"suf_mag_excerpt_bylines_posted_by\";s:4:\"show\";s:34:\"suf_mag_excerpt_bylines_categories\";s:4:\"show\";s:28:\"suf_mag_excerpt_bylines_tags\";s:4:\"show\";s:32:\"suf_mag_excerpt_bylines_comments\";s:4:\"show\";s:34:\"suf_mag_excerpt_bylines_permalinks\";s:4:\"show\";s:26:\"suf_mag_categories_enabled\";s:4:\"show\";s:23:\"suf_mag_catblocks_title\";s:13:\"Other Stories\";s:38:\"suf_mag_catblocks_main_title_alignment\";s:6:\"center\";s:25:\"suf_mag_catblocks_per_row\";s:1:\"3\";s:33:\"suf_mag_catblocks_title_alignment\";s:6:\"center\";s:32:\"suf_mag_catblocks_images_enabled\";s:4:\"hide\";s:34:\"suf_mag_catblocks_image_box_height\";s:3:\"100\";s:30:\"suf_mag_catblocks_desc_enabled\";s:4:\"hide\";s:31:\"suf_mag_catblocks_posts_enabled\";s:4:\"show\";s:27:\"suf_mag_catblocks_num_posts\";s:1:\"5\";s:30:\"suf_mag_catblocks_see_all_text\";s:13:\"See all posts\";s:28:\"suf_mag_catblocks_post_style\";s:17:\"thumbnail-excerpt\";s:32:\"suf_mag_catblocks_thumbnail_size\";s:2:\"32\";s:32:\"suf_mag_catblocks_excerpt_length\";s:2:\"15\";s:15:\"suf_pop_excerpt\";s:7:\"content\";s:17:\"suf_pop_fc_number\";s:1:\"0\";s:20:\"suf_cat_info_enabled\";s:11:\"not-enabled\";s:26:\"suf_temp_cats_hierarchical\";s:12:\"hierarchical\";s:17:\"suf_temp_cats_rss\";s:4:\"show\";s:24:\"suf_temp_cats_post_count\";s:4:\"hide\";s:20:\"suf_tag_info_enabled\";s:11:\"not-enabled\";s:23:\"suf_author_info_enabled\";s:7:\"enabled\";s:23:\"suf_search_info_enabled\";s:7:\"enabled\";s:18:\"suf_image_comments\";s:0:\"\";s:20:\"suf_image_show_sizes\";s:4:\"hide\";s:19:\"suf_image_show_exif\";s:4:\"hide\";s:21:\"suf_image_exif_pieces\";s:0:\"\";s:18:\"suf_audio_comments\";s:0:\"\";s:18:\"suf_audio_att_type\";s:4:\"link\";s:27:\"suf_audio_att_player_height\";s:2:\"30\";s:26:\"suf_audio_att_player_width\";s:3:\"300\";s:24:\"suf_application_comments\";s:0:\"\";s:24:\"suf_application_att_type\";s:4:\"link\";s:32:\"suf_application_att_player_width\";s:3:\"300\";s:17:\"suf_text_comments\";s:0:\"\";s:17:\"suf_text_att_type\";s:4:\"link\";s:25:\"suf_text_att_player_width\";s:3:\"300\";s:18:\"suf_video_comments\";s:0:\"\";s:18:\"suf_video_att_type\";s:4:\"link\";s:27:\"suf_video_att_player_height\";s:3:\"225\";s:26:\"suf_video_att_player_width\";s:3:\"300\";s:20:\"suf_sitemap_contents\";s:0:\"\";s:23:\"suf_sitemap_label_pages\";s:5:\"Pages\";s:28:\"suf_sitemap_label_categories\";s:10:\"Categories\";s:25:\"suf_sitemap_label_authors\";s:7:\"Authors\";s:27:\"suf_sitemap_label_yarchives\";s:15:\"Yearly Archives\";s:27:\"suf_sitemap_label_marchives\";s:16:\"Monthly Archives\";s:27:\"suf_sitemap_label_warchives\";s:15:\"Weekly Archives\";s:27:\"suf_sitemap_label_darchives\";s:14:\"Daily Archives\";s:22:\"suf_sitemap_label_tags\";s:4:\"Tags\";s:23:\"suf_sitemap_label_posts\";s:10:\"Blog Posts\";s:24:\"suf_sitemap_entity_order\";a:9:{s:5:\"pages\";s:5:\"Pages\";s:10:\"categories\";s:10:\"Categories\";s:7:\"authors\";s:7:\"Authors\";s:5:\"years\";s:15:\"Yearly Archives\";s:6:\"months\";s:16:\"Monthly Archives\";s:5:\"weeks\";s:15:\"Weekly Archives\";s:4:\"days\";s:14:\"Daily Archives\";s:9:\"tag-cloud\";s:4:\"Tags\";s:5:\"posts\";s:10:\"Blog Posts\";}s:19:\"suf_ns_wabh_enabled\";s:7:\"enabled\";s:19:\"suf_ns_waaf_enabled\";s:7:\"enabled\";s:25:\"suf_1l_wrapper_width_type\";s:5:\"fixed\";s:25:\"suf_1l_wrapper_width_flex\";i:75;s:29:\"suf_1l_wrapper_width_flex_max\";s:4:\"1200\";s:29:\"suf_1l_wrapper_width_flex_min\";s:3:\"600\";s:27:\"suf_1l_wrapper_width_preset\";s:4:\"1000\";s:20:\"suf_1l_wrapper_width\";s:4:\"1000\";s:21:\"suf_1l_main_col_width\";s:3:\"725\";s:17:\"suf_1l_sb_1_width\";s:3:\"260\";s:25:\"suf_1r_wrapper_width_type\";s:5:\"fixed\";s:25:\"suf_1r_wrapper_width_flex\";i:75;s:29:\"suf_1r_wrapper_width_flex_max\";s:4:\"1200\";s:29:\"suf_1r_wrapper_width_flex_min\";s:3:\"600\";s:27:\"suf_1r_wrapper_width_preset\";s:4:\"1000\";s:20:\"suf_1r_wrapper_width\";s:4:\"1000\";s:21:\"suf_1r_main_col_width\";s:3:\"725\";s:17:\"suf_1r_sb_1_width\";s:3:\"260\";s:27:\"suf_1l1r_wrapper_width_type\";s:5:\"fixed\";s:27:\"suf_1l1r_wrapper_width_flex\";i:75;s:31:\"suf_1l1r_wrapper_width_flex_min\";s:3:\"600\";s:29:\"suf_1l1r_wrapper_width_preset\";s:4:\"1000\";s:22:\"suf_1l1r_wrapper_width\";s:4:\"1000\";s:23:\"suf_1l1r_main_col_width\";s:3:\"725\";s:19:\"suf_1l1r_sb_1_width\";s:3:\"260\";s:19:\"suf_1l1r_sb_2_width\";s:3:\"260\";s:25:\"suf_2l_wrapper_width_type\";s:5:\"fixed\";s:25:\"suf_2l_wrapper_width_flex\";i:75;s:29:\"suf_2l_wrapper_width_flex_max\";s:4:\"1200\";s:29:\"suf_2l_wrapper_width_flex_min\";s:3:\"600\";s:27:\"suf_2l_wrapper_width_preset\";s:4:\"1000\";s:20:\"suf_2l_wrapper_width\";s:4:\"1000\";s:21:\"suf_2l_main_col_width\";s:3:\"725\";s:17:\"suf_2l_sb_1_width\";s:3:\"260\";s:17:\"suf_2l_sb_2_width\";s:3:\"260\";s:25:\"suf_2r_wrapper_width_type\";s:5:\"fixed\";s:25:\"suf_2r_wrapper_width_flex\";i:75;s:29:\"suf_2r_wrapper_width_flex_max\";s:4:\"1200\";s:29:\"suf_2r_wrapper_width_flex_min\";s:3:\"600\";s:27:\"suf_2r_wrapper_width_preset\";s:4:\"1000\";s:20:\"suf_2r_wrapper_width\";s:4:\"1000\";s:21:\"suf_2r_main_col_width\";s:3:\"725\";s:17:\"suf_2r_sb_1_width\";s:3:\"260\";s:17:\"suf_2r_sb_2_width\";s:3:\"260\";s:20:\"suf_nr_books_per_row\";s:1:\"4\";s:19:\"suf_nr_main_cover_w\";s:3:\"108\";s:19:\"suf_nr_main_cover_h\";s:3:\"160\";s:20:\"suf_nr_no_books_text\";s:4:\"None\";s:16:\"suf_nr_lib_title\";s:7:\"Library\";s:20:\"suf_nr_lib_curr_show\";s:4:\"show\";s:21:\"suf_nr_lib_curr_title\";s:17:\"Currently Reading\";s:20:\"suf_nr_lib_curr_text\";s:0:\"\";s:22:\"suf_nr_lib_unread_show\";s:4:\"show\";s:23:\"suf_nr_lib_unread_title\";s:7:\"Up Next\";s:22:\"suf_nr_lib_unread_text\";s:0:\"\";s:25:\"suf_nr_lib_completed_show\";s:4:\"show\";s:26:\"suf_nr_lib_completed_title\";s:16:\"Finished Reading\";s:25:\"suf_nr_lib_completed_text\";s:0:\"\";s:16:\"suf_nr_lib_order\";a:3:{s:7:\"current\";s:17:\"Currently Reading\";s:6:\"unread\";s:12:\"Not Yet Read\";s:9:\"completed\";s:9:\"Completed\";}s:24:\"suf_nr_single_added_show\";s:4:\"show\";s:24:\"suf_nr_single_added_text\";s:10:\"Added on: \";s:26:\"suf_nr_single_started_show\";s:4:\"show\";s:26:\"suf_nr_single_started_text\";s:9:\"Started: \";s:27:\"suf_nr_single_finished_show\";s:4:\"show\";s:27:\"suf_nr_single_finished_text\";s:10:\"Finished: \";s:23:\"suf_nr_single_meta_show\";s:4:\"show\";s:22:\"suf_nr_wid_search_show\";s:6:\"bottom\";s:20:\"suf_nr_wid_curr_show\";s:4:\"show\";s:21:\"suf_nr_wid_curr_title\";s:17:\"Currently Reading\";s:22:\"suf_nr_wid_unread_show\";s:4:\"show\";s:23:\"suf_nr_wid_unread_title\";s:7:\"Up Next\";s:25:\"suf_nr_wid_completed_show\";s:4:\"show\";s:26:\"suf_nr_wid_completed_title\";s:16:\"Finished Reading\";s:16:\"suf_nr_wid_order\";a:3:{s:7:\"current\";s:17:\"Currently Reading\";s:6:\"unread\";s:12:\"Not Yet Read\";s:9:\"completed\";s:9:\"Completed\";}s:13:\"suf_404_title\";s:21:\"Error 404 - Not Found\";s:15:\"suf_404_content\";s:56:\"Sorry, the page that you are looking for does not exist.\";s:25:\"suffusion_options_version\";s:5:\"3.9.2\";}','yes'),(331,0,'ShareAndFollowCSS','a:3:{s:5:\"cssid\";i:1;s:6:\"screen\";s:2870:\".socialwrap li.icon_text a img, .socialwrap li.iconOnly a img, .followwrap li.icon_text a img, .followwrap li.iconOnly a img{border-width:0 !important;background-color:none;}#follow.right {width:32px;position:fixed; right:0; top:100px;background-color:#878787;padding:10px 0;font-family:impact,charcoal,arial, helvetica,sans-serif;-moz-border-radius-topleft: 5px;-webkit-border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border:2px solid #fff;border-right-width:0}#follow.right ul {padding:0; margin:0; list-style-type:none !important;font-size:24px;color:black;}\n.phat span {display:inline;}\nul.row li {float:left;list-style-type:none;}\nli.iconOnly a span.head {display:none}\nli.icon_text a {padding-left:0;margin-right:3px}\nli.text_only a {background-image:none !important;padding-left:0;}\nli.text_only a img {display:none;}\nli.icon_text a span{background-image:none !important;padding-left:0 !important; }\nli.iconOnly a span.head {display:none}\nul.socialwrap li {margin:0 3px 3px 0 !important;}\nul.socialwrap li a {text-decoration:none;}ul.row li {float:left;line-height:auto !important;}\nul.row li a img {padding:0}.size16 li a,.size24 li a,.size32 li a, .size48 li a, .size60 li a {display:block}ul.socialwrap {list-style-type:none !important;margin:0; padding:0;text-indent:0 !important;}\nul.socialwrap li {list-style-type:none !important;background-image:none;padding:0;list-style-image:none !important;}\nul.followwrap {list-style-type:none !important;margin:0; padding:0}\nul.followwrap li {margin-right:3px;margin-bottom:3px;list-style-type:none !important;}\n.shareinpost {clear:both;padding-top:px}.shareinpost ul.socialwrap {list-style-type:none !important;margin:0 !important; padding:0 !important}\n.shareinpost ul.socialwrap li {padding-left:0 !important;background-image:none !important;margin-left:0 !important;list-style-type:none !important;text-indent:0 !important}\n.socialwrap li.icon_text a img, .socialwrap li.iconOnly a img{border-width:0}ul.followrap li {list-style-type:none;list-style-image:none !important;}\ndiv.clean {clear:left;}\ndiv.display_none {display:none;}\n\";s:5:\"print\";s:320:\"body {background: white;font-size: 12pt;color:black;}\r\n * {background-image:none;}\r\n #wrapper, #content {width: auto;margin: 0 5%;padding: 0;border: 0;float: none !important;color: black;background: transparent none;}\r\n a { text-decoration : underline; color : #0000ff; }\n\";}','yes'),(712,0,'_transient_feed_d950ac908b0378083985588f0f8949ac','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:68:\"link:http://ddec22.asso.fr/innove// - 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:105:\"http://www.google.com/search?ie=utf-8&q=link:http://ddec22.asso.fr/innove//&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:101:\"Your search - link:http://ddec22.asso.fr/innove// - 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:7:{s:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Fri, 08 Jul 2011 07:41:02 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";s:143:\"PREF=ID=71f858f940eed726:FF=0:TM=1310110862:LM=1310110862:S=7E3t2UgE8ZEYvS7y; expires=Sun, 07-Jul-2013 07:41:02 GMT; path=/; domain=.google.com\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(778,0,'pl_dynamic_version','1.3.9','yes'),(1153,0,'current_theme','ddecinnovebleujaune5','yes'),(899,0,'_site_transient_timeout_browser_6adc5df79a6303510a708d3f48963b39','1323334402','yes'),(900,0,'_site_transient_browser_6adc5df79a6303510a708d3f48963b39','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:3:\"8.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"6\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(741,0,'auth_salt','2.I;=*}G*sORAh-_70V9GLar3LL|}x*INo#Oc WZL>{emrg@oMqX-,6y,5`1RhPr9<[:2;W+[.Ma{id7yhevz*qUkA}^','yes'),(1208,0,'_site_transient_browser_d865ca795b415258670605a156cf3db4','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:3:\"9.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"6\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(745,0,'nonce_salt','d>nkI!]e`#0WzAXMG;to }D+g&4YEtL!4i5U!,V7;cb$Gf3DSD y`:A17R3<-US7','yes'),(1807,0,'_transient_timeout_feed_mod_2fb9572e3d6a42f680e36370936a57ae','1335565314','no'),(1808,0,'_transient_feed_mod_2fb9572e3d6a42f680e36370936a57ae','1335522114','no'),(1991,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1337371761','no'),(1992,0,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 May 2012 07:44:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"pixeline on \"issuupress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/issuupress/#post-37900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 13:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37900@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Displays your Issuu catalog of PDF files in your wordpress posts/pages using a shortcode.\nYou can restrict the list to a specific tag.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"pixeline\";s: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:56:\"Inigo Gonzalez on \"TheCartPress eCommerce Shopping Cart\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/thecartpress/#post-22110\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Nov 2010 14:15:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"22110@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Native eCommerce integration & interaction with WordPress. Flexibility & Scalability.\nIdeal for merchants, themes constructors and developers.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Inigo Gonzalez\";s: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:27:\"TIgor4eg on \"Video Onclick\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/video-onclick/#post-28921\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 01 Aug 2011 12:53: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28921@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"This plugin inserts youtube video code when clicked on Play button. This reduces load time on pages with many 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:8:\"TIgor4eg\";s: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:\"AndyWalpole on \"Affiliate Hoover\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/affiliate-hoover/#post-37737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 16:04: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37737@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Parses feeds into posts as supplied by affiliate marketing companies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"AndyWalpole\";s: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:41:\"codestyling on \"Codestyling Localization\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/codestyling-localization/#post-6939\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Sep 2008 16:11:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"6939@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"You can manage and edit all gettext translation files (*.po/*.mo) directly out of WordPress Admin Center without any need of an external editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"codestyling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Peter Hofman on \"BuddyStream\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/buddystream/#post-18529\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jun 2010 08:28: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:42:\"18529@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"BuddyStream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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 Hofman\";s: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:48:\"chris57100 on \"Wordpress Uploaded Files Cleaner\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/extend/plugins/wordpress-uploaded-files-cleaner/#post-37876\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 19:56:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37876@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"This plugin will help you to identify unused media files and move them in a dedicated folder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"chris57100\";s: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:29:\"marco.rucci on \"Certify Post\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/certified-post/#post-37357\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 May 2012 09:42: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37357@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Create strong evidence of intellectual property of your posts and show it to your viewers.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"marco.rucci\";s: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:32:\"attosoft on \"Auto ThickBox Plus\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/auto-thickbox-plus/#post-29738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Aug 2011 07:19:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"29738@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Overlays linked image, inline, iFrame and AJAX content on the page in simple & fast effects. (improved version of Auto Thickbox plugin)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"attosoft\";s: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:55:\"Go-Gadget-Blog on \"Weather and Weather Forecast 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:83:\"http://wordpress.org/extend/plugins/weather-and-weather-forecast-widget/#post-24646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Feb 2011 07:28:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24646@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Get the most beautiful weather info on your WordPress site using Weather Underground or Worldweatheronline!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Go-Gadget-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:\"\";}}}}}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:25:\"ichurakov on \"Contact Me\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/ajax-contact-me/#post-34790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Feb 2012 18:03: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:42:\"34790@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Contact Me is an elegant and light AJAX contact form. Activate the plugin and insert simple short code [contactme] into posts/pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"ichurakov\";s: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:30:\"plhwin on \"友荐推荐工具\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/extend/plugins/ujian/#post-34689\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 08 Feb 2012 03:03:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"34689@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"友荐是一款基于社会化的智能推荐工具,只需添加一行代码,即可为您的网站添加站内智能推荐功能,当用户浏览\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"plhwin\";s: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:49:\"Julio Potier (Juliobox) on \"BAW Post Views Count\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/extend/plugins/baw-post-views-count/#post-34879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 13 Feb 2012 22:58:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"34879@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"This plugin counts views for post and pages, shortcodes [post_view] & [most_view] are available, also a widget "Most Viewed Posts" is.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Julio Potier (Juliobox)\";s: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:41:\"gregsaint on \"Feedback Unlocked Download\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/extend/plugins/feedback-unlocked-download/#post-36974\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 22 Apr 2012 06:23:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"36974@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"This is a shortcode plugin that allows you to add a basic feedback form that users\nmust fill out before they can access a link.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"gregsaint\";s: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:32:\"pomspot on \"[GWA] AutoResponder\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/autoresponder-gwa/#post-6094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 25 Jun 2008 15:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"6094@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"A plugin to add an AutoResponder and Double Opt-in Mail List Builder to your weblog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"pomspot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 18 May 2012 08:09:20 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:\"Fri, 18 May 2012 08:19:48 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Fri, 18 May 2012 07:44:48 +0000\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1813,0,'_site_transient_timeout_browser_40f5c04c54958ba0460a64081f29a468','1336130030','yes'),(1814,0,'_site_transient_browser_40f5c04c54958ba0460a64081f29a468','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"11.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1817,0,'_site_transient_timeout_browser_62c202f958afd02b9ec1c93626c49389','1336133956','yes'),(1818,0,'_site_transient_browser_62c202f958afd02b9ec1c93626c49389','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:6:\"10.0.1\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1819,0,'_site_transient_timeout_browser_9f3579ef2c1b677e478ea6ad9268d2d8','1336135136','yes'),(1820,0,'_site_transient_browser_9f3579ef2c1b677e478ea6ad9268d2d8','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:11:\"17.0.963.79\";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:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1821,0,'_site_transient_timeout_browser_6255e915dd23a020448214919d3c206d','1336135141','yes'),(1822,0,'_site_transient_browser_6255e915dd23a020448214919d3c206d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"12.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1823,0,'_site_transient_timeout_browser_87d14fe2515d7d4892c711cb2bcea6b7','1336135167','yes'),(1824,0,'_site_transient_browser_87d14fe2515d7d4892c711cb2bcea6b7','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"9.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'),(1825,0,'_site_transient_timeout_browser_5486180191225e1781a8dd29dc388384','1336135187','yes'),(1826,0,'_site_transient_browser_5486180191225e1781a8dd29dc388384','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:3:\"9.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'),(1827,0,'_site_transient_timeout_browser_d67d3fcee5180b462696395abba69d1f','1336135203','yes'),(1828,0,'_site_transient_browser_d67d3fcee5180b462696395abba69d1f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"6.0.2\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(1989,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1337371760','no'),(1990,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1337328560','no'),(1997,0,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1337371765','no'),(1998,0,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','

Erreur RSS : A feed could not be found at http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://ddec22.asso.fr/innove/

','no'),(1987,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1337371760','no'),(1988,0,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/extend/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 May 2012 08:01: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"pixeline on \"issuupress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/issuupress/#post-37900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 13:53:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37900@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Displays your Issuu catalog of PDF files in your wordpress posts/pages using a shortcode.\nYou can restrict the list to a specific tag.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"pixeline\";s: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:26:\"zslabs on \"WP jQuery Plus\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/wp-jquery-plus/#post-37925\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 00:27:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37925@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Loads jQuery from Google using the exact jQuery version as your current WordPress install while still maintaining backwards comptability for the core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"zslabs\";s: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:37:\"bderstine on \"BizzarTech Photobucket\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/extend/plugins/bizzartech-photobucket-slideshowthumbnails/#post-37839\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 02:10:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37839@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Providing slideshows and thumbnail viewer functionality for Photobucket album rss feeds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"bderstine\";s: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:39:\"kpgraham on \"MU Manage Comments Plugin\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/mu-manage-comments-plugin/#post-37914\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 16: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37914@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Lists on one page unmoderated and spam comments for all MU blogs for moderation.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"kpgraham\";s: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:35:\"AlbertBiermann on \"Contact Form 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:63:\"http://wordpress.org/extend/plugins/contact-form-wp/#post-37773\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 May 2012 17:51:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37773@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Simple and secure PHP Contact Form for your wordpress site. Translated in more than 25 languages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"AlbertBiermann\";s: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:39:\"coderguy on \"Sitewide Google Analytics\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/sitewide-google-analytics/#post-37885\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 23:59: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37885@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"This plugin adds Google Analytics tracking code to all WordPress pages. In network/multisite mode, this tracking code \nwill be the same on all sites.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"coderguy\";s: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:50:\"thepauleh@gmail.com on \"Massive Sitemap Generator\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/massive-sitemap-generator/#post-37903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 14:49:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37903@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"Create sitemaps for websites that have over 50,000 pages and posts to be indexed by Google Webmaster Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"thepauleh@gmail.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:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"bquade on \"BQ Musical Notes\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/bq-musical-notes/#post-37874\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 18:25:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37874@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"Converts musical notes that use 'b' for flat and '#' for sharp into professional looking notes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"bquade\";s: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:27:\"bobbingwide on \"cookie-cat\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/cookie-cat/#post-37812\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 16:58: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37812@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Assist compliance with UK cookie law/EU cookie directive by listing the cookies your website uses using the [cookies] shortcode. depends on oik.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"bobbingwide\";s: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:48:\"chris57100 on \"Wordpress Uploaded Files Cleaner\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.org/extend/plugins/wordpress-uploaded-files-cleaner/#post-37876\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 19:56:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37876@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"This plugin will help you to identify unused media files and move them in a dedicated folder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"chris57100\";s: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:31:\"bimaljr on \"Kwayy HTML Sitemap\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/kwayy-html-sitemap/#post-37872\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 17:45:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37872@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Kwayy HTML Sitemap Generator plugin Generates simple HTML Sitemap (not XML) based on your Posts, Pages and Custom Post Types.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"bimaljr\";s: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:31:\"valentinalisch on \"db-redirect\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/db-redirect/#post-37882\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 21:28: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37882@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Simple plugIn to redirect mobile browsers.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"valentinalisch\";s: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:34:\"Flaming Tarball on \"Storify Embed\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/storify-embed/#post-37848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 11:04:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"37848@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Easily embed Storify streams into 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:15:\"Flaming Tarball\";s: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:39:\"Eric McNiece on \"EMC2 Popup Disclaimer\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/emc2-popup-disclaimer/#post-36307\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 31 Mar 2012 22:50:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"36307@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"EMC2 Popup Disclaimer places a specified post into a lightbox and adds buttons so that your visitors must click through to agree to your terms!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Eric McNiece\";s: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:22:\"myflashlab on \"WP API\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/wp-api/#post-37687\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2012 08:14: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:42:\"37687@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Wordpress api in JSON format\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"myflashlab\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:48:\"http://wordpress.org/extend/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 18 May 2012 08:09:20 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, 17 May 2012 13:53:19 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1985,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1337371760','no'),(1986,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1337328560','no'),(849,0,'wpcumulus_options','a:13:{s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"300\";s:6:\"tcolor\";s:6:\"ffffff\";s:7:\"tcolor2\";s:6:\"ffffff\";s:7:\"hicolor\";s:6:\"ffffff\";s:7:\"bgcolor\";s:6:\"333333\";s:5:\"speed\";s:3:\"100\";s:5:\"trans\";s:0:\"\";s:5:\"distr\";s:4:\"true\";s:4:\"args\";s:0:\"\";s:8:\"compmode\";s:0:\"\";s:10:\"showwptags\";s:4:\"true\";s:4:\"mode\";s:4:\"both\";}','yes'),(1207,0,'_site_transient_timeout_browser_d865ca795b415258670605a156cf3db4','1324834001','yes'),(857,0,'widget_suf-flickr','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(858,0,'widget_suf-users','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(859,0,'widget_suf-child-pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(860,0,'wp_table_reloaded_data_1','a:8:{s:2:\"id\";s:1:\"1\";s:4:\"name\";s:8:\"Essai T1\";s:11:\"description\";s:44:\"Essai de tableau à insérer dans un article\";s:10:\"visibility\";a:2:{s:4:\"rows\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:7:\"columns\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}}s:4:\"data\";a:5:{i:0;a:5:{i:0;s:9:\"Bourbriac\";i:1;s:11:\"Saint Briac\";i:2;s:274:\"\\\"\\\"\";i:3;s:0:\"\";i:4;s:0:\"\";}i:1;a:5:{i:0;s:10:\"Coëtmieux\";i:1;s:21:\"Sainte Jeanne d’Arc\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}i:2;a:5:{i:0;s:8:\"Guingamp\";i:1;s:15:\"Saint Léonard\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}i:3;a:5:{i:0;s:9:\"Hillion\r\n\";i:1;s:11:\"Saint René\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}i:4;a:5:{i:0;s:15:\"Kermaria-Sulard\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}}s:7:\"options\";a:19:{s:12:\"first_row_th\";b:1;s:19:\"print_name_position\";s:5:\"above\";s:26:\"print_description_position\";s:5:\"below\";s:18:\"cache_table_output\";b:1;s:16:\"custom_css_class\";s:0:\"\";s:15:\"use_tablesorter\";b:1;s:15:\"datatables_sort\";b:1;s:19:\"datatables_paginate\";b:1;s:27:\"datatables_paginate_entries\";i:10;s:23:\"datatables_lengthchange\";b:1;s:17:\"datatables_filter\";b:1;s:15:\"datatables_info\";b:1;s:25:\"datatables_customcommands\";s:0:\"\";s:22:\"alternating_row_colors\";b:0;s:9:\"row_hover\";b:0;s:12:\"table_footer\";b:0;s:10:\"print_name\";b:0;s:17:\"print_description\";b:0;s:21:\"datatables_tabletools\";b:0;}s:13:\"last_modified\";s:19:\"2011-11-27 19:33:20\";s:14:\"last_editor_id\";s:1:\"1\";}','yes'),(862,0,'_transient_timeout_wp_table_reloaded_table_output_1','1322505735','no'),(863,0,'_transient_wp_table_reloaded_table_output_1','\n\n\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n
BourbriacSaint Briac\"\"
CoëtmieuxSainte Jeanne d’Arc
GuingampSaint Léonard
Hillion
\r\n
Saint René
Kermaria-Sulard
\n','no'),(1887,0,'can_compress_scripts','1','yes'),(1888,0,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1338290242;s:7:\"checked\";a:10:{s:19:\"akismet/akismet.php\";s:5:\"2.5.6\";s:53:\"facebook-comments-for-wordpress/facebook-comments.php\";s:5:\"3.1.3\";s:9:\"hello.php\";s:3:\"1.6\";s:39:\"mce-table-buttons/mce_table_buttons.php\";s:3:\"1.5\";s:37:\"share-and-follow/share-and-follow.php\";s:6:\"1.54.1\";s:23:\"tweetmeme/tweetmeme.php\";s:3:\"2.3\";s:25:\"wp-cumulus/wp-cumulus.php\";s:4:\"1.23\";s:39:\"wp-table-reloaded/wp-table-reloaded.php\";s:5:\"1.9.3\";s:43:\"wp-native-dashboard/wp-native-dashboard.php\";s:5:\"1.3.6\";s:19:\"wptouch/wptouch.php\";s:6:\"1.9.40\";}s:8:\"response\";a:1:{s:43:\"wp-native-dashboard/wp-native-dashboard.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:4:\"8952\";s:4:\"slug\";s:19:\"wp-native-dashboard\";s:11:\"new_version\";s:5:\"1.3.8\";s:3:\"url\";s:56:\"http://wordpress.org/extend/plugins/wp-native-dashboard/\";s:7:\"package\";s:67:\"http://downloads.wordpress.org/plugin/wp-native-dashboard.1.3.8.zip\";}}}','yes'),(929,0,'wp_table_reloaded_data_2','a:8:{s:2:\"id\";s:1:\"2\";s:4:\"name\";s:16:\"site des écoles\";s:11:\"description\";s:40:\"tableau regroupant les sites des écoles\";s:10:\"visibility\";a:2:{s:4:\"rows\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:7:\"columns\";a:3:{i:0;b:0;i:1;b:0;i:2;b:0;}}s:4:\"data\";a:5:{i:0;a:3:{i:0;s:16:\"Nom de l\\\'école\";i:1;s:7:\"Commune\";i:2;s:4:\"lien\";}i:1;a:3:{i:0;s:26:\"Ecole Sainte Jeanne D\\\'Arc\";i:1;s:7:\"Trévé\";i:2;s:33:\"http://www.stejeannedarctreve.fr/\";}i:2;a:3:{i:0;s:16:\"Ecole Anne Leroy\";i:1;s:7:\"Bégard\";i:2;s:30:\"http://ecoleanneleroy.free.fr/\";}i:3;a:3:{i:0;s:25:\"Ecole Notre Dame des Noé\";i:1;s:5:\"Binic\";i:2;s:38:\"http://www.ec-sudgoelo.org/nddn-binic/\";}i:4;a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}}s:7:\"options\";a:19:{s:22:\"alternating_row_colors\";b:1;s:9:\"row_hover\";b:1;s:12:\"first_row_th\";b:1;s:19:\"print_name_position\";s:5:\"above\";s:26:\"print_description_position\";s:5:\"below\";s:18:\"cache_table_output\";b:1;s:16:\"custom_css_class\";s:0:\"\";s:15:\"use_tablesorter\";b:1;s:15:\"datatables_sort\";b:1;s:19:\"datatables_paginate\";b:1;s:27:\"datatables_paginate_entries\";i:10;s:23:\"datatables_lengthchange\";b:1;s:17:\"datatables_filter\";b:1;s:15:\"datatables_info\";b:1;s:25:\"datatables_customcommands\";s:0:\"\";s:12:\"table_footer\";b:0;s:10:\"print_name\";b:0;s:17:\"print_description\";b:0;s:21:\"datatables_tabletools\";b:0;}s:13:\"last_modified\";s:19:\"2011-12-01 13:59:40\";s:14:\"last_editor_id\";s:1:\"2\";}','yes'),(938,0,'theme_mods_ddecinnove','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:14;}}','yes'),(939,0,'widget_vmenuwidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(940,0,'widget_loginwidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(941,0,'theme_show_in_menu','a:51:{i:75;i:1;i:74;i:1;i:76;i:1;i:77;i:1;i:78;i:1;i:81;i:1;i:2;i:1;i:82;i:1;i:89;i:1;i:90;i:1;i:91;i:1;i:92;i:1;i:93;i:1;i:150;i:1;i:151;i:1;i:152;i:1;i:153;i:1;i:156;i:1;i:155;i:1;i:158;i:1;i:157;i:1;i:160;i:1;i:159;i:1;i:162;i:1;i:161;i:1;i:169;i:1;i:168;i:1;i:170;i:1;i:172;i:1;i:171;i:1;i:179;i:1;i:178;i:1;i:181;i:1;i:180;i:1;i:196;i:1;i:197;i:1;i:199;i:1;i:200;i:1;i:201;i:1;i:203;i:1;i:224;i:1;i:223;i:1;i:227;i:1;i:226;i:1;i:237;i:1;i:239;i:1;i:240;i:1;i:300;i:1;i:299;i:1;i:302;i:1;i:301;i:1;}','yes'),(942,0,'theme_show_as_separator','a:51:{i:75;i:0;i:74;i:0;i:76;i:0;i:77;i:0;i:78;i:0;i:81;i:0;i:2;i:0;i:82;i:0;i:89;i:0;i:90;i:0;i:91;i:0;i:92;i:0;i:93;i:0;i:150;i:0;i:151;i:0;i:152;i:0;i:153;i:0;i:156;i:0;i:155;i:0;i:158;i:0;i:157;i:0;i:160;i:0;i:159;i:0;i:162;i:0;i:161;i:0;i:169;i:0;i:168;i:0;i:170;i:0;i:172;i:0;i:171;i:0;i:179;i:0;i:178;i:0;i:181;i:0;i:180;i:0;i:196;i:0;i:197;i:0;i:199;i:0;i:200;i:0;i:201;i:0;i:203;i:0;i:224;i:0;i:223;i:0;i:227;i:0;i:226;i:0;i:237;i:0;i:239;i:0;i:240;i:0;i:300;i:0;i:299;i:0;i:302;i:0;i:301;i:0;}','yes'),(943,0,'theme_title_in_menu','a:51:{i:75;s:0:\"\";i:74;s:0:\"\";i:76;s:0:\"\";i:77;s:0:\"\";i:78;s:0:\"\";i:81;s:0:\"\";i:2;s:0:\"\";i:82;s:0:\"\";i:89;s:0:\"\";i:90;s:0:\"\";i:91;s:0:\"\";i:92;s:0:\"\";i:93;s:0:\"\";i:150;s:0:\"\";i:151;s:0:\"\";i:152;s:0:\"\";i:153;s:0:\"\";i:156;s:0:\"\";i:155;s:0:\"\";i:158;s:0:\"\";i:157;s:0:\"\";i:160;s:0:\"\";i:159;s:0:\"\";i:162;s:0:\"\";i:161;s:0:\"\";i:169;s:0:\"\";i:168;s:0:\"\";i:170;s:0:\"\";i:172;s:0:\"\";i:171;s:0:\"\";i:179;s:0:\"\";i:178;s:0:\"\";i:181;s:0:\"\";i:180;s:0:\"\";i:196;s:0:\"\";i:197;s:0:\"\";i:199;s:0:\"\";i:200;s:0:\"\";i:201;s:0:\"\";i:203;s:0:\"\";i:224;s:0:\"\";i:223;s:0:\"\";i:227;s:0:\"\";i:226;s:0:\"\";i:237;s:0:\"\";i:239;s:0:\"\";i:240;s:0:\"\";i:300;s:0:\"\";i:299;s:0:\"\";i:302;s:0:\"\";i:301;s:0:\"\";}','yes'),(944,0,'theme_show_page_title','a:51:{i:75;i:1;i:74;i:1;i:76;i:1;i:77;i:1;i:78;i:1;i:81;i:1;i:2;i:0;i:82;i:1;i:89;i:1;i:90;i:1;i:91;i:1;i:92;i:0;i:93;i:0;i:150;i:0;i:151;i:0;i:152;i:0;i:153;i:0;i:156;i:1;i:155;i:1;i:158;i:1;i:157;i:1;i:160;i:1;i:159;i:1;i:162;i:1;i:161;i:1;i:169;i:1;i:168;i:1;i:170;i:1;i:172;i:1;i:171;i:1;i:179;i:1;i:178;i:1;i:181;i:1;i:180;i:1;i:196;i:0;i:197;i:0;i:199;i:0;i:200;i:0;i:201;i:0;i:203;i:0;i:224;i:1;i:223;i:1;i:227;i:1;i:226;i:1;i:237;i:1;i:239;i:1;i:240;i:0;i:300;i:1;i:299;i:1;i:302;i:1;i:301;i:1;}','yes'),(951,0,'theme_widget_styles','a:9:{s:10:\"wp-cumulus\";s:7:\"default\";s:14:\"recent-posts-2\";s:5:\"block\";s:13:\"loginwidget-2\";s:5:\"block\";s:11:\"tag_cloud-2\";s:7:\"default\";s:6:\"text-2\";s:7:\"default\";s:7:\"links-3\";s:7:\"default\";s:7:\"links-2\";s:7:\"default\";s:7:\"links-4\";s:5:\"block\";s:8:\"search-2\";s:5:\"block\";}','yes'),(1132,0,'theme_mods_ddecinnoveBleuJaune2','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:35;}}','yes'),(958,0,'theme_mods_ddecinnove1','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:14;}}','yes'),(959,0,'theme_header_show_headline','1','yes'),(960,0,'theme_header_show_slogan','1','yes'),(961,0,'theme_menu_showHome','0','yes'),(962,0,'theme_menu_homeCaption','Home','yes'),(963,0,'theme_menu_highlight_active_categories','1','yes'),(964,0,'theme_menu_trim_title','1','yes'),(965,0,'theme_menu_trim_len','45','yes'),(966,0,'theme_submenu_trim_len','40','yes'),(967,0,'theme_menu_source','Pages','yes'),(968,0,'theme_home_top_posts_navigation','0','yes'),(969,0,'theme_top_posts_navigation','0','yes'),(970,0,'theme_bottom_posts_navigation','0','yes'),(971,0,'theme_top_single_navigation','0','yes'),(972,0,'theme_bottom_single_navigation','0','yes'),(973,0,'theme_single_navigation_trim_title','1','yes'),(974,0,'theme_single_navigation_trim_len','80','yes'),(975,0,'theme_metadata_use_featured_image_as_thumbnail','1','yes'),(976,0,'theme_metadata_thumbnail_auto','0','yes'),(977,0,'theme_metadata_thumbnail_width','100','yes'),(978,0,'theme_metadata_thumbnail_height','100','yes'),(979,0,'theme_metadata_excerpt_auto','0','yes'),(980,0,'theme_metadata_excerpt_words','40','yes'),(981,0,'theme_metadata_excerpt_min_remainder','5','yes'),(982,0,'theme_metadata_excerpt_use_tag_filter','0','yes'),(983,0,'theme_metadata_excerpt_allowed_tags','a, abbr, blockquote, b, cite, pre, code, em, label, i, p, strong, ul, ol, li, h1, h2, h3, h4, h5, h6, object, param, embed','yes'),(984,0,'theme_show_random_posts_on_404_page','0','yes'),(985,0,'theme_show_random_posts_title_on_404_page','Random posts','yes'),(986,0,'theme_show_tags_on_404_page','0','yes'),(987,0,'theme_show_tags_title_on_404_page','Tag Cloud','yes'),(988,0,'theme_comment_use_smilies','0','yes'),(989,0,'theme_sidebars_style_default','block','yes'),(990,0,'theme_sidebars_style_secondary','block','yes'),(991,0,'theme_sidebars_style_top','block','yes'),(992,0,'theme_sidebars_style_bottom','block','yes'),(993,0,'theme_sidebars_style_footer','simple','yes'),(994,0,'theme_footer_content','Ddec 22 - Tous droits réservés - Hébergement OVH','yes'),(995,0,'theme_ad_code_1','','yes'),(996,0,'theme_ad_code_2','','yes'),(997,0,'theme_ad_code_3','','yes'),(998,0,'theme_ad_code_4','','yes'),(999,0,'theme_ad_code_5','','yes'),(1000,0,'theme_show_post_title','a:78:{i:98;i:1;i:94;i:1;i:100;i:1;i:101;i:1;i:102;i:1;i:103;i:1;i:104;i:1;i:105;i:1;i:106;i:1;i:107;i:1;i:108;i:1;i:109;i:1;i:110;i:1;i:111;i:1;i:112;i:1;i:113;i:1;i:114;i:1;i:115;i:1;i:116;i:1;i:120;i:1;i:119;i:1;i:130;i:1;i:131;i:1;i:132;i:1;i:136;i:1;i:134;i:1;i:138;i:1;i:144;i:1;i:142;i:1;i:146;i:1;i:10;i:1;i:147;i:1;i:148;i:1;i:185;i:1;i:184;i:1;i:202;i:1;i:205;i:1;i:204;i:1;i:206;i:1;i:208;i:1;i:210;i:1;i:213;i:1;i:215;i:1;i:216;i:1;i:218;i:1;i:220;i:1;i:221;i:1;i:233;i:1;i:229;i:1;i:238;i:1;i:258;i:1;i:250;i:1;i:261;i:1;i:256;i:1;i:263;i:1;i:251;i:1;i:264;i:1;i:254;i:1;i:269;i:1;i:259;i:1;i:270;i:1;i:271;i:1;i:272;i:1;i:273;i:1;i:275;i:1;i:276;i:1;i:278;i:1;i:281;i:1;i:283;i:1;i:285;i:1;i:286;i:1;i:288;i:1;i:289;i:1;i:290;i:1;i:296;i:1;i:297;i:1;i:298;i:1;i:262;i:1;}','yes'),(1004,0,'wp_table_reloaded_data_3','a:8:{s:2:\"id\";s:1:\"3\";s:4:\"name\";s:13:\"classespresse\";s:11:\"description\";s:21:\"Entrer la Description\";s:10:\"visibility\";a:2:{s:4:\"rows\";a:2:{i:0;b:0;i:1;b:0;}s:7:\"columns\";a:2:{i:0;b:0;i:1;b:0;}}s:4:\"data\";a:2:{i:0;a:2:{i:0;s:1251:\"Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l’inspection d’académie, le Clémi (Centre de liaison de l’enseignement et des médias d’information) la direction départementale de l’enseignement catholique, Ouest-France et Le Télégramme.\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité, à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement, transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.\r\nParrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l’actualité, traiter l’information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l’opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d’Ouest-France et du Télégramme le 24 mai 2012.\";i:1;s:744:\"\\\"\\\"\r\n\\\"\\\"\";}i:1;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:7:\"options\";a:19:{s:22:\"alternating_row_colors\";b:1;s:12:\"first_row_th\";b:1;s:19:\"print_name_position\";s:5:\"above\";s:26:\"print_description_position\";s:5:\"below\";s:18:\"cache_table_output\";b:1;s:16:\"custom_css_class\";s:0:\"\";s:15:\"use_tablesorter\";b:1;s:15:\"datatables_sort\";b:1;s:19:\"datatables_paginate\";b:1;s:27:\"datatables_paginate_entries\";i:10;s:23:\"datatables_lengthchange\";b:1;s:17:\"datatables_filter\";b:1;s:15:\"datatables_info\";b:1;s:25:\"datatables_customcommands\";s:0:\"\";s:9:\"row_hover\";b:0;s:12:\"table_footer\";b:0;s:10:\"print_name\";b:0;s:17:\"print_description\";b:0;s:21:\"datatables_tabletools\";b:0;}s:13:\"last_modified\";s:19:\"2011-12-01 19:38:04\";s:14:\"last_editor_id\";s:1:\"1\";}','yes'),(1005,0,'_transient_timeout_wp_table_reloaded_table_output_3','1322851131','no'),(1006,0,'_transient_wp_table_reloaded_table_output_3','\n\n\n \n \n \n\n\n \n \n \n\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l’inspection d’académie, le Clémi (Centre de liaison de l’enseignement et des médias d’information) la direction départementale de l’enseignement catholique, Ouest-France et Le Télégramme.
\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité, à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement, transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.
\r\nParrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l’actualité, traiter l’information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l’opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d’Ouest-France et du Télégramme le 24 mai 2012.
\r\nsrc=\"http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/Capture-d’écran-2011-12-01-à-19.20.25.jpg\" alt=\"\" title=\"Capture d’écran 2011-12-01 à 19.20.25\" width=\"447\" height=\"46\" class=\"alignright size-full wp-image-97\" />
\r\n\"\"
\n','no'),(1829,0,'_site_transient_timeout_browser_96114696862f0e55672eee1f6f58fa88','1336136808','yes'),(1830,0,'_site_transient_browser_96114696862f0e55672eee1f6f58fa88','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"12.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1831,0,'_site_transient_timeout_browser_b34a7733308080541d69e6fab22fc2f6','1336136980','yes'),(1832,0,'_site_transient_browser_b34a7733308080541d69e6fab22fc2f6','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'),(1834,0,'_site_transient_browser_723dcf60abca877bc7e193859d95dc3f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:3:\"6.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:1;s:8:\"insecure\";b:0;}','yes'),(1993,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1337371761','no'),(1994,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1337328561','no'),(1995,0,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1337371761','no'),(1996,0,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','

Plus populaire

\n
Ultimate TinyMCE
 (Installer)\n

Description: Beef up your visual tinymce editor with a plethora of advanced options.

\n

Nouvelles extensions

\n
Sitewide Google Analytics
 (Installer)\n

This plugin adds Google Analytics tracking code to all WordPress pages. In network/multisite mode, this tracking code \nwill be the same on all sites.

\n

Mises à jour récentes

\n
Feedback Unlocked Download
 (Installer)\n

This is a shortcode plugin that allows you to add a basic feedback form that users\nmust fill out before they can access a link.

\n','no'),(1140,0,'category_children','a:3:{i:1;a:2:{i:0;i:21;i:1;i:28;}i:4;a:1:{i:0;i:33;}i:36;a:2:{i:0;i:37;i:1;i:38;}}','yes'),(1151,0,'theme_mods_ddecinnovebleuJaune3','a:1:{i:0;b:0;}','yes'),(1154,0,'theme_mods_ddecinnovebleujaune5','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:35;}}','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=652 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(3,2,'_edit_lock','1336228552:1'),(4,10,'_edit_last','1'),(5,10,'_edit_lock','1323624888:1'),(8,13,'the_box_icon','http://ddec22.asso.fr/innove/wp-content/themes/platform/images/fbox1.png'),(9,14,'the_box_icon','http://ddec22.asso.fr/innove/wp-content/themes/platform/images/fbox2.png'),(10,15,'the_box_icon','http://ddec22.asso.fr/innove/wp-content/themes/platform/images/fbox3.png'),(11,16,'_wp_attached_file','2011/11/logoDDECpetit.jpeg'),(12,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"50\";s:6:\"height\";s:2:\"91\";s:14:\"hwstring_small\";s:22:\"height=\'91\' width=\'50\'\";s:4:\"file\";s:26:\"2011/11/logoDDECpetit.jpeg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(13,18,'_edit_last','1'),(14,18,'_edit_lock','1325775170:2'),(15,19,'_wp_attached_file','2011/11/sacrecoeur.jpg'),(16,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"230\";s:6:\"height\";s:2:\"89\";s:14:\"hwstring_small\";s:23:\"height=\'49\' width=\'128\'\";s:4:\"file\";s:22:\"2011/11/sacrecoeur.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"sacrecoeur-150x89.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"89\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(22,24,'_edit_lock','1322744004:2'),(21,24,'_edit_last','1'),(607,295,'_edit_last','6'),(608,295,'_edit_lock','1335533315:6'),(649,313,'enclosure','http://ddec22.asso.fr/innove/wp-content/uploads/2012/05/20120522-211614.mov\n1450624\nvideo/quicktime\n'),(351,171,'_edit_last','1'),(68,40,'_wp_attached_file','2011/11/Capture-d’écran-2011-11-30-à-18.45.14.jpg'),(242,134,'_edit_last','1'),(243,134,'_edit_lock','1323543857:1'),(511,211,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"133\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:32:\"2011/12/adele-e1323886577777.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"adele-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"adele-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(510,211,'_wp_attached_file','2011/12/adele-e1323886577777.jpg'),(67,39,'_edit_lock','1322764205:1'),(350,168,'_edit_lock','1323626681:1'),(501,198,'_wp_attached_file','2011/11/accueil.jpg'),(502,198,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"411\";s:6:\"height\";s:3:\"271\";s:14:\"hwstring_small\";s:23:\"height=\'84\' width=\'128\'\";s:4:\"file\";s:19:\"2011/11/accueil.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"accueil-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"accueil-300x197.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"197\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(66,39,'_edit_last','1'),(69,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"321\";s:6:\"height\";s:3:\"420\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'73\'\";s:4:\"file\";s:53:\"2011/11/Capture-d’écran-2011-11-30-à-18.45.14.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:53:\"Capture-d’écran-2011-11-30-à-18.45.14-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:53:\"Capture-d’écran-2011-11-30-à-18.45.14-229x300.jpg\";s:5:\"width\";s:3:\"229\";s:6:\"height\";s:3:\"300\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:53:\"Capture-d’écran-2011-11-30-à-18.45.14-321x198.jpg\";s:5:\"width\";s:3:\"321\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(571,254,'_edit_lock','1335532255:4'),(570,254,'_edit_last','4'),(124,85,'_wp_attached_file','2011/11/logoddec.jpg'),(651,315,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"482\";s:6:\"height\";s:3:\"360\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:27:\"2012/05/20120522-212423.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"20120522-212423-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"20120522-212423-300x224.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"224\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(650,315,'_wp_attached_file','2012/05/20120522-212423.jpg'),(574,256,'_edit_last','11'),(575,256,'_edit_lock','1335532474:11'),(573,257,'_wp_attachment_metadata','a:0:{}'),(572,257,'_wp_attached_file','2012/04/Sans-titre-1.bmp'),(349,168,'_wp_page_template','default'),(114,2,'_edit_last','1'),(125,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"185\";s:6:\"height\";s:3:\"334\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'53\'\";s:4:\"file\";s:20:\"2011/11/logoddec.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"logoddec-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"logoddec-166x300.jpg\";s:5:\"width\";s:3:\"166\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(126,86,'_wp_attached_file','2011/11/logoddec1.jpg'),(127,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"185\";s:6:\"height\";s:3:\"334\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'53\'\";s:4:\"file\";s:21:\"2011/11/logoddec1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"logoddec1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"logoddec1-166x300.jpg\";s:5:\"width\";s:3:\"166\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(128,87,'_wp_attached_file','2011/11/logoDDECpetit2.jpeg'),(129,87,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"55\";s:6:\"height\";s:3:\"100\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'52\'\";s:4:\"file\";s:27:\"2011/11/logoDDECpetit2.jpeg\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(130,88,'_wp_attached_file','2011/11/logo_ec.jpg'),(131,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"4161\";s:6:\"height\";s:4:\"2509\";s:14:\"hwstring_small\";s:23:\"height=\'77\' width=\'128\'\";s:4:\"file\";s:19:\"2011/11/logo_ec.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"logo_ec-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"logo_ec-300x180.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"180\";}s:5:\"large\";a:3:{s:4:\"file\";s:20:\"logo_ec-1024x617.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"617\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(132,94,'_edit_last','1'),(133,94,'_edit_lock','1324229357:1'),(134,95,'_wp_attached_file','2011/12/Capture-d’écran-2011-12-01-à-19.18.50.jpg'),(135,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"171\";s:6:\"height\";s:2:\"53\";s:14:\"hwstring_small\";s:23:\"height=\'39\' width=\'128\'\";s:4:\"file\";s:55:\"2011/12/Capture-d’écran-2011-12-01-à-19.18.50.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:54:\"Capture-d’écran-2011-12-01-à-19.18.50-150x53.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"53\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(136,96,'_wp_attached_file','2011/12/Capture-d’écran-2011-12-01-à-19.20.25.jpg'),(137,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"447\";s:6:\"height\";s:2:\"46\";s:14:\"hwstring_small\";s:23:\"height=\'13\' width=\'128\'\";s:4:\"file\";s:55:\"2011/12/Capture-d’écran-2011-12-01-à-19.20.25.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:54:\"Capture-d’écran-2011-12-01-à-19.20.25-150x46.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"46\";}s:6:\"medium\";a:3:{s:4:\"file\";s:54:\"Capture-d’écran-2011-12-01-à-19.20.25-300x30.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"30\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(138,97,'_wp_attached_file','2011/12/Capture-d’écran-2011-12-01-à-19.20.25.jpg'),(139,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"447\";s:6:\"height\";s:2:\"46\";s:14:\"hwstring_small\";s:23:\"height=\'13\' width=\'128\'\";s:4:\"file\";s:53:\"2011/12/Capture-d’écran-2011-12-01-à-19.20.25.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:52:\"Capture-d’écran-2011-12-01-à-19.20.25-150x46.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"46\";}s:6:\"medium\";a:3:{s:4:\"file\";s:52:\"Capture-d’écran-2011-12-01-à-19.20.25-300x30.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"30\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(647,312,'_wp_attachment_metadata','a:0:{}'),(646,312,'_wp_attached_file','2012/05/20120522-211614.mov'),(644,311,'_wp_attached_file','2012/05/00bandeannonce.mp4'),(645,311,'_wp_attachment_metadata','a:0:{}'),(641,250,'_wp_trash_meta_time','1336228936'),(640,250,'_wp_trash_meta_status','publish'),(639,256,'_wp_trash_meta_time','1336228936'),(638,256,'_wp_trash_meta_status','publish'),(636,295,'_wp_trash_meta_status','draft'),(634,304,'_menu_item_url',''),(633,304,'_menu_item_xfn',''),(566,250,'_edit_last','9'),(567,250,'_edit_lock','1335533719:9'),(512,211,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"533\";s:4:\"file\";s:9:\"adele.jpg\";}s:18:\"full-1323886577777\";a:3:{s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"266\";s:4:\"file\";s:24:\"adele-e1323886567507.jpg\";}}'),(244,135,'_wp_attached_file','2011/12/train.jpg'),(245,135,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"274\";s:6:\"height\";s:3:\"184\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:17:\"2011/12/train.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"train-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(352,171,'_wp_page_template','default'),(514,212,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"100\";s:6:\"height\";s:3:\"133\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:35:\"2011/12/P1030174-e1323886759635.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"P1030174-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"P1030174-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-FS4\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1305885566\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.5\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";}}'),(513,212,'_wp_attached_file','2011/12/P1030174-e1323886759635.jpg'),(268,142,'_edit_last','1'),(269,142,'_edit_lock','1323624957:1'),(270,143,'_wp_attached_file','2011/12/comenius.jpg'),(271,143,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"180\";s:14:\"hwstring_small\";s:23:\"height=\'82\' width=\'128\'\";s:4:\"file\";s:20:\"2011/12/comenius.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"comenius-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(280,149,'_wp_attached_file','2011/11/capsur.jpg'),(281,149,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"163\";s:6:\"height\";s:3:\"378\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'41\'\";s:4:\"file\";s:18:\"2011/11/capsur.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"capsur-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"capsur-129x300.jpg\";s:5:\"width\";s:3:\"129\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(632,304,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(631,304,'_menu_item_target',''),(630,304,'_menu_item_object','page'),(629,304,'_menu_item_object_id','299'),(628,304,'_menu_item_menu_item_parent','0'),(627,304,'_menu_item_type','post_type'),(637,295,'_wp_trash_meta_time','1336228936'),(291,155,'_edit_last','1'),(292,155,'_wp_page_template','default'),(293,155,'_edit_lock','1324231547:1'),(294,157,'_edit_last','1'),(295,157,'_wp_page_template','default'),(296,157,'_edit_lock','1323626429:1'),(297,159,'_edit_last','1'),(298,159,'_wp_page_template','default'),(299,159,'_edit_lock','1323626448:1'),(300,161,'_edit_last','1'),(301,161,'_edit_lock','1325776101:2'),(302,161,'_wp_page_template','default'),(504,204,'_edit_last','1'),(505,204,'_edit_lock','1323887273:1'),(497,194,'_menu_item_url',''),(496,194,'_menu_item_xfn',''),(495,194,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(348,168,'_edit_last','1'),(353,171,'_edit_lock','1323626702:1'),(625,303,'_menu_item_url',''),(624,303,'_menu_item_xfn',''),(623,303,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(622,303,'_menu_item_target',''),(621,303,'_menu_item_object','page'),(620,303,'_menu_item_object_id','301'),(619,303,'_menu_item_menu_item_parent','0'),(618,303,'_menu_item_type','post_type'),(617,301,'_edit_lock','1336228487:1'),(616,301,'_wp_page_template','default'),(615,301,'_edit_last','1'),(614,299,'_wp_page_template','default'),(613,299,'_edit_lock','1336228397:1'),(612,299,'_edit_last','1'),(494,194,'_menu_item_target',''),(493,194,'_menu_item_object','page'),(492,194,'_menu_item_object_id','178'),(491,194,'_menu_item_menu_item_parent','192'),(490,194,'_menu_item_type','post_type'),(390,178,'_edit_last','1'),(488,193,'_menu_item_url',''),(487,193,'_menu_item_xfn',''),(486,193,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(485,193,'_menu_item_target',''),(484,193,'_menu_item_object','page'),(391,178,'_edit_lock','1323626911:1'),(392,178,'_wp_page_template','default'),(393,180,'_edit_last','1'),(394,180,'_edit_lock','1323626933:1'),(395,180,'_wp_page_template','default'),(483,193,'_menu_item_object_id','180'),(482,193,'_menu_item_menu_item_parent','192'),(481,193,'_menu_item_type','post_type'),(479,192,'_menu_item_url',''),(478,192,'_menu_item_xfn',''),(415,184,'_edit_lock','1323631302:1'),(477,192,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(476,192,'_menu_item_target',''),(475,192,'_menu_item_object','page'),(474,192,'_menu_item_object_id','171'),(473,192,'_menu_item_menu_item_parent','225'),(472,192,'_menu_item_type','post_type'),(414,184,'_edit_last','1'),(418,186,'_menu_item_type','taxonomy'),(419,186,'_menu_item_menu_item_parent','225'),(420,186,'_menu_item_object_id','3'),(421,186,'_menu_item_object','category'),(422,186,'_menu_item_target',''),(423,186,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(424,186,'_menu_item_xfn',''),(425,186,'_menu_item_url',''),(427,187,'_menu_item_type','taxonomy'),(428,187,'_menu_item_menu_item_parent','225'),(429,187,'_menu_item_object_id','4'),(430,187,'_menu_item_object','category'),(431,187,'_menu_item_target',''),(432,187,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(433,187,'_menu_item_xfn',''),(434,187,'_menu_item_url',''),(436,188,'_menu_item_type','taxonomy'),(437,188,'_menu_item_menu_item_parent','187'),(438,188,'_menu_item_object_id','33'),(439,188,'_menu_item_object','category'),(440,188,'_menu_item_target',''),(441,188,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(442,188,'_menu_item_xfn',''),(443,188,'_menu_item_url',''),(445,189,'_menu_item_type','taxonomy'),(446,189,'_menu_item_menu_item_parent','225'),(447,189,'_menu_item_object_id','1'),(448,189,'_menu_item_object','category'),(449,189,'_menu_item_target',''),(450,189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(451,189,'_menu_item_xfn',''),(452,189,'_menu_item_url',''),(454,190,'_menu_item_type','taxonomy'),(455,190,'_menu_item_menu_item_parent','189'),(456,190,'_menu_item_object_id','28'),(457,190,'_menu_item_object','category'),(458,190,'_menu_item_target',''),(459,190,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(460,190,'_menu_item_xfn',''),(461,190,'_menu_item_url',''),(463,191,'_menu_item_type','post_type'),(464,191,'_menu_item_menu_item_parent','0'),(465,191,'_menu_item_object_id','2'),(466,191,'_menu_item_object','page'),(467,191,'_menu_item_target',''),(468,191,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(469,191,'_menu_item_xfn',''),(470,191,'_menu_item_url',''),(515,212,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"400\";s:4:\"file\";s:12:\"P1030174.jpg\";}s:18:\"full-1323886759635\";a:3:{s:5:\"width\";s:3:\"200\";s:6:\"height\";s:3:\"266\";s:4:\"file\";s:27:\"P1030174-e1323886748639.jpg\";}}'),(522,223,'_edit_last','1'),(523,223,'_edit_lock','1324229443:1'),(524,223,'_wp_page_template','default'),(525,225,'_menu_item_type','post_type'),(526,225,'_menu_item_menu_item_parent','0'),(527,225,'_menu_item_object_id','223'),(528,225,'_menu_item_object','page'),(529,225,'_menu_item_target',''),(530,225,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(531,225,'_menu_item_xfn',''),(532,225,'_menu_item_url',''),(534,226,'_edit_last','1'),(535,226,'_wp_page_template','default'),(536,226,'_edit_lock','1324231727:1'),(537,228,'_menu_item_type','post_type'),(538,228,'_menu_item_menu_item_parent','0'),(539,228,'_menu_item_object_id','226'),(540,228,'_menu_item_object','page'),(541,228,'_menu_item_target',''),(542,228,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(543,228,'_menu_item_xfn',''),(544,228,'_menu_item_url',''),(546,229,'_edit_last','1'),(547,229,'_edit_lock','1324231650:1'),(548,230,'_wp_attached_file','2011/12/albumtreve.jpg'),(549,230,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"185\";s:6:\"height\";s:3:\"119\";s:14:\"hwstring_small\";s:23:\"height=\'82\' width=\'128\'\";s:4:\"file\";s:22:\"2011/12/albumtreve.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"albumtreve-150x119.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"119\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(550,231,'_wp_attached_file','2011/12/blogpleumeur-e1324230655910.jpg'),(551,231,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"80\";s:14:\"hwstring_small\";s:23:\"height=\'68\' width=\'128\'\";s:4:\"file\";s:39:\"2011/12/blogpleumeur-e1324230655910.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"blogpleumeur-150x97.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"97\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(552,232,'_wp_attached_file','2011/12/albumtreve1-e1324230605678.jpg'),(553,232,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"96\";s:14:\"hwstring_small\";s:23:\"height=\'81\' width=\'128\'\";s:4:\"file\";s:38:\"2011/12/albumtreve1-e1324230605678.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"albumtreve1-150x119.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"119\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(554,232,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:3:\"185\";s:6:\"height\";s:3:\"119\";s:4:\"file\";s:15:\"albumtreve1.jpg\";}}'),(555,231,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:3:\"181\";s:6:\"height\";s:2:\"97\";s:4:\"file\";s:16:\"blogpleumeur.jpg\";}}'),(557,235,'_wp_attached_file','2011/12/Capture-d’écran-2011-12-18-à-18.57.49-e1324231331113.jpg'),(558,235,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"241\";s:6:\"height\";s:3:\"350\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'66\'\";s:4:\"file\";s:68:\"2011/12/Capture-d’écran-2011-12-18-à-18.57.49-e1324231331113.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:53:\"Capture-d’écran-2011-12-18-à-18.57.49-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:53:\"Capture-d’écran-2011-12-18-à-18.57.49-207x300.jpg\";s:5:\"width\";s:3:\"207\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(559,235,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:3:\"381\";s:6:\"height\";s:3:\"552\";s:4:\"file\";s:45:\"Capture-d’écran-2011-12-18-à-18.57.49.jpg\";}s:18:\"full-1324231331113\";a:3:{s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"362\";s:4:\"file\";s:60:\"Capture-d’écran-2011-12-18-à-18.57.49-e1324231230856.jpg\";}}'),(560,236,'_wp_attached_file','2011/12/Capture-d’écran-2011-12-18-à-18.58.03-e1324231404571.jpg'),(561,236,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"251\";s:6:\"height\";s:3:\"350\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'68\'\";s:4:\"file\";s:68:\"2011/12/Capture-d’écran-2011-12-18-à-18.58.03-e1324231404571.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(596,250,'enclosure','http://ddec22.asso.fr/innove/wp-content/uploads/2012/04/Kalimba.mp3\r\n8414449\r\naudio/mpeg\r\n'),(562,236,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:3:\"395\";s:6:\"height\";s:3:\"550\";s:4:\"file\";s:45:\"Capture-d’écran-2011-12-18-à-18.58.03.jpg\";}s:18:\"full-1324231390850\";a:3:{s:5:\"width\";s:3:\"250\";s:6:\"height\";s:3:\"348\";s:4:\"file\";s:60:\"Capture-d’écran-2011-12-18-à-18.58.03-e1324231274238.jpg\";}}'),(563,234,'_edit_last','1'),(564,234,'_edit_lock','1324231478:1'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=317 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 (2,1,'2011-11-17 16:56:41','2011-11-17 16:56:41','

\"\"

\r\n

\r\nCet espace présente l\'actualité des établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.\r\n\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','publish','open','open','','about','','','2011-12-18 19:18:42','2011-12-18 18:18:42','',0,'http://ddec22.asso.fr/innove//?page_id=2',0,'page','',0),(18,1,'2011-11-27 19:17:18','2011-11-27 18:17:18','
\r\n\r\n\"\"Les élèves de 3è du lycée Sacré Coeur à Saint-Brieuc, vont mener cette année un projet sur le thème du handicap. Dans le cadre des cours de technologie, ils vont essayer de trouver des solutions techniques par rapport à des situations de handicap. L’intervention d’un ergothérapeute de l’Association des Paralysés de France leur a permis  de réaliser ce que vit au quotidien une personne dans un fauteuil roulant. Un partenariat avec le Centre Hélio Marin est également au programme de ce projet.\r\n\r\n
\r\n \r\n\r\n ','Un projet au service du handicap','','publish','closed','open','','un-projet-au-service-du-handicap','','','2011-11-30 19:04:55','2011-11-30 18:04:55','',0,'http://ddec22.asso.fr/innove/?p=18',0,'post','',0),(10,1,'2011-11-19 12:18:36','2011-11-19 11:18:36','Une fois par mois environ,  pendant une heure et demie, l’école Jean Leduger à Plérin Saint Laurent accueille des tout-petits (âgés entre 0 et 3 ans) pour une première découverte de l’école. Ils sont accompagnés soit de leurs parents soit de leurs assistantes maternelles. Les petites têtes blondes  peuvent réaliser une petite activité, profiter de la cour, prendre un petit goûter et écouter une belle histoire.\r\n\r\n ','L’école Jean Leduger ouvre ses portes aux tout-petits…','','publish','closed','open','','l%e2%80%99ecole-jean-leduger-ouvre-ses-portes-aux-tout-petits%e2%80%a6','','','2011-12-11 18:34:44','2011-12-11 17:34:44','',0,'http://ddec22.asso.fr/innove/?p=10',0,'post','',0),(11,1,'2011-11-19 12:17:21','2011-11-19 11:17:21','Une fois par mois environ,  pendant une heure et demie, l’école Jean Leduger à Plérin Saint Laurent accueille des tout-petits (âgés entre 0 et 3 ans) pour une première découverte de l’école. Ils sont accompagnés soit de leurs parents soit de leurs assistantes maternelles. Les petites têtes blondes  peuvent réaliser une petite activité, profiter de la cour, prendre un petit goûter et écouter une belle histoire.\n\n ','L’école Jean Leduger ouvre ses portes aux tout-petits…','','inherit','closed','open','','10-revision','','','2011-11-19 12:17:21','2011-11-19 11:17:21','',10,'http://ddec22.asso.fr/innove/?p=11',0,'revision','',0),(12,1,'2011-11-19 12:19:45','2011-11-19 11:19:45','Une fois par mois environ,  pendant une heure et demie, l’école Jean Leduger à Plérin Saint Laurent accueille des tout-petits (âgés entre 0 et 3 ans) pour une première découverte de l’école. Ils sont accompagnés soit de leurs parents soit de leurs assistantes maternelles. Les petites têtes blondes  peuvent réaliser une petite activité, profiter de la cour, prendre un petit goûter et écouter une belle histoire.\n\n ','L’école Jean Leduger ouvre ses portes aux tout-petits…','','inherit','closed','open','','10-autosave','','','2011-11-19 12:19:45','2011-11-19 11:19:45','',10,'http://ddec22.asso.fr/innove/?p=12',0,'revision','',0),(13,1,'2011-11-19 12:20:34','2011-11-19 11:20:34','Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim.','Rock The Web!','','publish','closed','open','','rock-the-web','','','2011-11-19 12:20:34','2011-11-19 11:20:34','',0,'http://ddec22.asso.fr/innove/?boxes=rock-the-web',0,'boxes','',0),(14,1,'2011-11-19 12:20:38','2011-11-19 11:20:38','Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in.','PageLines Framework','','publish','closed','open','','pagelines-framework','','','2011-11-19 12:20:38','2011-11-19 11:20:38','',0,'http://ddec22.asso.fr/innove/?boxes=pagelines-framework',0,'boxes','',0),(15,1,'2011-11-19 12:20:42','2011-11-19 11:20:42','In voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur occaecat cupidatat non proident, in culpas officia deserunt.','Drag&Drop Design','','publish','closed','open','','dragdrop-design','','','2011-11-19 12:20:42','2011-11-19 11:20:42','',0,'http://ddec22.asso.fr/innove/?boxes=dragdrop-design',0,'boxes','',0),(16,1,'2011-11-19 12:23:16','2011-11-19 11:23:16','','PageLines- logoDDECpetit.jpeg','','inherit','closed','open','','pagelines-logoddecpetit-jpeg','','','2011-11-19 12:23:16','2011-11-19 11:23:16','',0,'',0,'attachment','image/jpeg',0),(19,1,'2011-11-27 19:15:24','2011-11-27 18:15:24','','sacrecoeur','','inherit','closed','open','','sacrecoeur','','','2011-11-27 19:15:24','2011-11-27 18:15:24','',18,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/11/sacrecoeur.jpg',0,'attachment','image/jpeg',0),(20,1,'2011-11-27 19:11:41','2011-11-27 18:11:41','
\n\nLes élèves de 3è du lycée Sacré Coeur à Saint-Brieuc, vont mener cette année un projet sur le thème du handicap. Dans le cadre des cours de technologie, ils vont essayer de trouver des solutions techniques par rapport à des situations de handicap. L’intervention d’un ergothérapeute de l’Association des Paralysés de France leur a permis  de réaliser ce que vit au quotidien une personne dans un fauteuil roulant. Un partenariat avec le Centre Hélio Marin est également au programme de ce projet.\n\n
\n \n\n ','Un projet au service du handicap','','inherit','closed','open','','18-revision','','','2011-11-27 19:11:41','2011-11-27 18:11:41','',18,'http://ddec22.asso.fr/innove/?p=20',0,'revision','',0),(21,2,'2012-01-05 15:53:52','2012-01-05 14:53:52','
\n\n\"\"Les élèves de 3è du lycée Sacré Coeur à Saint-Brieuc, vont mener cette année un projet sur le thème du handicap. Dans le cadre des cours de technologie, ils vont essayer de trouver des solutions techniques par rapport à des situations de handicap. L’intervention d’un ergothérapeute de l’Association des Paralysés de France leur a permis  de réaliser ce que vit au quotidien une personne dans un fauteuil roulant. Un partenariat avec le Centre Hélio Marin est également au programme de ce projet.\n\n
\n \n\n ','Un projet au service du handicap','','inherit','closed','open','','18-autosave','','','2012-01-05 15:53:52','2012-01-05 14:53:52','',18,'http://ddec22.asso.fr/innove/?p=21',0,'revision','',0),(22,1,'2011-11-27 19:17:18','2011-11-27 18:17:18','
\r\n\r\nLes élèves de 3è du lycée Sacré Coeur à Saint-Brieuc, vont mener cette année un projet sur le thème du handicap. Dans le cadre des cours de technologie, ils vont essayer de trouver des solutions techniques par rapport à des situations de handicap. L’intervention d’un ergothérapeute de l’Association des Paralysés de France leur a permis  de réaliser ce que vit au quotidien une personne dans un fauteuil roulant. Un partenariat avec le Centre Hélio Marin est également au programme de ce projet.\r\n\r\n
\r\n \r\n\r\n ','Un projet au service du handicap','','inherit','closed','open','','18-revision-2','','','2011-11-27 19:17:18','2011-11-27 18:17:18','',18,'http://ddec22.asso.fr/innove/?p=22',0,'revision','',0),(24,1,'2011-11-27 19:27:06','2011-11-27 18:27:06','Quand deux professeurs de sciences physiques se rencontrent au Forum des Enseignants innovants du Café Pédagogique de Dax (2009) et de Lyon (2010), ils se parlent d’évaluation. Chacun de leur côté, l’un, Pascal Bihouée, enseignant au collège Sainte-Marie, à Saint-Brieuc, l’autre, Pascal Cherbuin, enseignant dans un lycée à Corbeil Essonnes, ont exploré l’évaluation par compétences.  Leurs démarches différentes aboutissent aux mêmes résultats : la prolifération des données, à défaut d\'un outil fiable de traitement et d\'exploitation, est un frein majeur au développement de ce type de pratiques. Ils en ont donc conclu qu’un logiciel d’analyse simple et adaptable pouvait présenter un intérêt pour leurs collègues. Ce système, composé à partir des éléments du socle commun, est de pouvoir s’adapter aux spécificités des disciplines, et même des enseignants, selon les choix et les priorités pédagogiques qu’ils voudront définir. Un outil que Microsoft France Education a présenté la semaine dernière à Issy-les-Moulinea\r\n\r\n \r\n\r\n ','Une aide informatique à l\'évaluation','','publish','closed','open','','une-aide-informatique-a-levaluation','','','2011-11-27 19:27:06','2011-11-27 18:27:06','',0,'http://ddec22.asso.fr/innove/?p=24',0,'post','',0),(25,1,'2011-11-27 19:26:09','2011-11-27 18:26:09','Quand deux professeurs de sciences physiques se rencontrent au Forum des Enseignants innovants du Café Pédagogique de Dax (2009) et de Lyon (2010), ils se parlent d’évaluation. Chacun de leur côté, l’un, Pascal Bihouée, enseignant au collège Sainte-Marie, à Saint-Brieuc, l’autre, Pascal Cherbuin, enseignant dans un lycée à Corbeil Essonnes, ont exploré l’évaluation par compétences.  Leurs démarches différentes aboutissent aux mêmes résultats : la prolifération des données, à défaut d\'un outil fiable de traitement et d\'exploitation, est un frein majeur au développement de ce type de pratiques. Ils en ont donc conclu qu’un logiciel d’analyse simple et adaptable pouvait présenter un intérêt pour leurs collègues. Ce système, composé à partir des éléments du socle commun, est de pouvoir s’adapter aux spécificités des disciplines, et même des enseignants, selon les choix et les priorités pédagogiques qu’ils voudront définir. Un outil que Microsoft France Education a présenté la semaine dernière à Issy-les-Moulinea\n\n \n\n ','Une aide informatique à l\'évaluation','','inherit','closed','open','','24-revision','','','2011-11-27 19:26:09','2011-11-27 18:26:09','',24,'http://ddec22.asso.fr/innove/?p=25',0,'revision','',0),(34,1,'2011-11-27 19:19:26','2011-11-27 18:19:26','
\r\n\r\nLes élèves de 3è du lycée Sacré Coeur à Saint-Brieuc, vont mener cette année un projet sur le thème du handicap. \"\"Dans le cadre des cours de technologie, ils vont essayer de trouver des solutions techniques par rapport à des situations de handicap. L’intervention d’un ergothérapeute de l’Association des Paralysés de France leur a permis  de réaliser ce que vit au quotidien une personne dans un fauteuil roulant. Un partenariat avec le Centre Hélio Marin est également au programme de ce projet.\r\n\r\n
\r\n \r\n\r\n ','Un projet au service du handicap','','inherit','closed','open','','18-revision-3','','','2011-11-27 19:19:26','2011-11-27 18:19:26','',18,'http://ddec22.asso.fr/innove/?p=34',0,'revision','',0),(35,1,'2011-11-27 19:56:07','2011-11-27 18:56:07','
\r\n\r\nLes élèves de 3è du lycée Sacré Coeur à Saint-Brieuc, vont mener cette année un projet sur le thème du handicap. Dans le cadre\"\" des cours de technologie, ils vont essayer de trouver des solutions techniques par rapport à des situations de handicap. L’intervention d’un ergothérapeute de l’Association des Paralysés de France leur a permis  de réaliser ce que vit au quotidien une personne dans un fauteuil roulant. Un partenariat avec le Centre Hélio Marin est également au programme de ce projet.\r\n\r\n
\r\n \r\n\r\n ','Un projet au service du handicap','','inherit','closed','open','','18-revision-4','','','2011-11-27 19:56:07','2011-11-27 18:56:07','',18,'http://ddec22.asso.fr/innove/?p=35',0,'revision','',0),(130,1,'2011-12-01 19:56:31','2011-12-01 18:56:31','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\r\n\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-19','','','2011-12-01 19:56:31','2011-12-01 18:56:31','',94,'http://ddec22.asso.fr/innove/?p=130',0,'revision','',0),(39,1,'2011-11-30 18:59:12','2011-11-30 17:59:12','\"\"\"À la manière de Robert Doisneau\" : les élèves de l\'école Saint Jeanne d\'Arc de Trévé ont travaillé sur l\'image numérique en noir et blanc. Le résultat a été rassemblé dans un album numérique consultable en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr/instantsdevie. Il a été réalisé par leur enseignante dans le cadre d\'une formation continue.\r\n\r\n \r\n\r\n ','Albums numériques','','publish','closed','open','','albums-numeriques','','','2011-11-30 19:02:07','2011-11-30 18:02:07','',0,'http://ddec22.asso.fr/innove/?p=39',0,'post','',0),(40,1,'2011-11-30 18:54:42','2011-11-30 17:54:42','','Capture d’écran 2011-11-30 à 18.45.14','','inherit','closed','open','','capture-d%e2%80%99ecran-2011-11-30-a-18-45-14','','','2011-11-30 18:54:42','2011-11-30 17:54:42','',39,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/11/Capture-d’écran-2011-11-30-à-18.45.14.jpg',0,'attachment','image/jpeg',0),(41,1,'2011-11-30 18:58:31','2011-11-30 17:58:31','\"A la manière de Robert Doisneau\" : les élèves de l\'école Saint Jeanne d\'Arc de Trévé ont \"\"travaillé sur l\'image numérique en noir et blanc. Le résultat est rassemblé dans un album numérique consultable en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr/instantsdevie. Il a été réalisé par leur enseignante dans le cadre d\'une formation continue.\n\n \n\n ','Albums numériques','','inherit','closed','open','','39-revision','','','2011-11-30 18:58:31','2011-11-30 17:58:31','',39,'http://ddec22.asso.fr/innove/?p=41',0,'revision','',0),(42,1,'2011-11-30 18:59:12','2011-11-30 17:59:12','\"A la manière de Robert Doisneau\" : les élèves de l\'école Saint Jeanne d\'Arc de Trévé ont \"\"travaillé sur l\'image numérique en noir et blanc. Le résultat est rassemblé dans un album numérique consultable en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr/instantsdevie. Il a été réalisé par leur enseignante dans le cadre d\'une formation continue.\r\n\r\n \r\n\r\n ','Albums numériques','','inherit','closed','open','','39-revision-2','','','2011-11-30 18:59:12','2011-11-30 17:59:12','',39,'http://ddec22.asso.fr/innove/?p=42',0,'revision','',0),(43,1,'2011-11-30 18:59:49','2011-11-30 17:59:49','\"A la manière de Robert Doisneau\" : les élèves de l\'école Saint Jeanne d\'Arc de Trévé ont \"\"travaillé sur l\'image numérique en noir et blanc. Le résultat a été rassemblé dans un album numérique consultable en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr/instantsdevie. Il a été réalisé par leur enseignante dans le cadre d\'une formation continue.\r\n\r\n \r\n\r\n ','Albums numériques','','inherit','closed','open','','39-revision-3','','','2011-11-30 18:59:49','2011-11-30 17:59:49','',39,'http://ddec22.asso.fr/innove/?p=43',0,'revision','',0),(44,2,'2011-12-01 14:23:03','2011-12-01 13:23:03','\"\"\"À la manière de Robert Doisneau\" : les élèves de l\'école Saint Jeanne d\'Arc de Trévé ont travaillé sur l\'image numérique en noir et blanc. Le résultat a été rassemblé dans un album numérique consultable en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr/instantsdevie. Il a été réalisé par leur enseignante dans le cadre d\'une formation continue.\n\n \n\n ','Albums numériques','','inherit','closed','open','','39-autosave','','','2011-12-01 14:23:03','2011-12-01 13:23:03','',39,'http://ddec22.asso.fr/innove/?p=44',0,'revision','',0),(45,1,'2011-11-27 19:56:42','2011-11-27 18:56:42','
\r\n\r\nLes élèves de 3è du lycée Sacré Coeur à Saint-Brieuc, vont mener cette année un projet sur le thème du handicap. Dans le cadre\"\" des cours de technologie, ils vont essayer de trouver des solutions techniques par rapport à des situations de handicap. L’intervention d’un ergothérapeute de l’Association des Paralysés de France leur a permis  de réaliser ce que vit au quotidien une personne dans un fauteuil roulant. Un partenariat avec le Centre Hélio Marin est également au programme de ce projet.\r\n\r\n
\r\n \r\n\r\n ','Un projet au service du handicap','','inherit','closed','open','','18-revision-5','','','2011-11-27 19:56:42','2011-11-27 18:56:42','',18,'http://ddec22.asso.fr/innove/?p=45',0,'revision','',0),(261,11,'2012-04-27 14:53:13','2012-04-27 12:53:13','\"\"','La formation sur Word Press','','inherit','closed','closed','','256-revision','','','2012-04-27 14:53:13','2012-04-27 12:53:13','',256,'http://ddec22.asso.fr/innove/?p=261',0,'revision','',0),(262,9,'2012-04-27 15:37:27','2012-04-27 13:37:27','Kalimba Après une virée de près de 3/4 d’heures, les poneys ont été récupérés et reconduits au bercail.\r\n\r\nOuest-France\r\n\r\n\"Après\r\n\r\nouest fran\r\n\r\nBande annonce\r\n\r\n \r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-autosave','','','2012-04-27 15:37:27','2012-04-27 13:37:27','',250,'http://ddec22.asso.fr/innove/?p=262',0,'revision','',0),(254,4,'2012-04-27 14:55:29','2012-04-27 12:55:29',' \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\nDans le cadre du projet musical de l\'école Saint-Maurice de Plédran, les élèves de CP et CE 1  ont reçu la visite de Christophe Peloil, violoniste du groupe les Tri Yann, durant la journée de jeudi 22 mars. Cet artiste a présenté et joué de différents instruments : violon,guitare, saxophone,flûte irlandaise, bombarde... Beaucoup des questions de la part des élèves. une projection d\'un concert de Tri Yann et quelques airs traditionnels joués par Christophe ont clôturé ce temps très apprécié par tous.\r\n\r\n \r\n\r\n\r\n\r\n\r\n ','Un musicien du groupe Tri Yann','','publish','closed','closed','','254','','','2012-04-27 15:10:53','2012-04-27 13:10:53','',0,'http://ddec22.asso.fr/innove/?p=254',0,'post','',0),(304,1,'2012-05-05 16:34:02','2012-05-05 14:34:02',' ','','','publish','closed','closed','','304','','','2012-05-05 16:34:02','2012-05-05 14:34:02','',0,'http://ddec22.asso.fr/innove/?p=304',13,'nav_menu_item','',0),(303,1,'2012-05-05 16:34:02','2012-05-05 14:34:02',' ','','','publish','closed','closed','','303','','','2012-05-05 16:34:02','2012-05-05 14:34:02','',0,'http://ddec22.asso.fr/innove/?p=303',12,'nav_menu_item','',0),(258,9,'2012-04-27 14:52:23','2012-04-27 12:52:23','\"\"voici une information importante :\n\n \n\n ','bonjour à tous','','inherit','closed','closed','','250-revision','','','2012-04-27 14:52:23','2012-04-27 12:52:23','',250,'http://ddec22.asso.fr/innove/?p=258',0,'revision','',0),(256,11,'2012-04-27 14:53:52','2012-04-27 12:53:52','\"\"\r\n\r\nQuelqu\'un en doute ?? allez voir là','La formation sur Word Press','','trash','closed','closed','','la-formation-sur-word-press','','','2012-05-05 16:42:16','2012-05-05 14:42:16','',0,'http://ddec22.asso.fr/innove/?p=256',0,'post','',0),(257,9,'2012-04-27 14:51:16','2012-04-27 12:51:16','','Sans titre 1','','inherit','closed','closed','','sans-titre-1','','','2012-04-27 14:51:16','2012-04-27 12:51:16','',250,'http://ddec22.asso.fr/innove/wp-content/uploads/2012/04/Sans-titre-1.bmp',0,'attachment','image/bmp',0),(268,11,'2012-04-27 15:15:36','2012-04-27 13:15:36','\"\"\n\nQuelqu\'un en doute ?? allez voir là','La formation sur Word Press','','inherit','closed','closed','','256-autosave','','','2012-04-27 15:15:36','2012-04-27 13:15:36','',256,'http://ddec22.asso.fr/innove/?p=268',0,'revision','',0),(81,1,'2011-02-22 10:27:29','2011-02-22 10:27:29','Ceci est un exemple de page WordPress. Vous pouvez l"éditer pour mettre de l"information vous concernant, ou concernant votre site afin que les internautes sache d"où vous venez. Vous pouvez créer autant que vous voulez de pages ou de sous-pages (comme celle-ci) et gérer vos contenus dans WordPress.','A propos','','inherit','closed','open','','2-revision','','','2011-02-22 10:27:29','2011-02-22 10:27:29','',2,'http://ddec22.asso.fr/innove/?p=81',0,'revision','',0),(82,1,'2011-12-01 16:05:33','2011-12-01 15:05:33','Ceci est un exemple de page WordPress. Vous pouvez l\"éditer pour mettre de l\"information vous concernant, ou concernant votre site afin que les internautes sache d\"où vous venez. Vous pouvez créer autant que vous voulez de pages ou de sous-pages (comme celle-ci) et gérer vos contenus dans WordPress.','Accueil','','inherit','closed','open','','2-revision-2','','','2011-12-01 16:05:33','2011-12-01 15:05:33','',2,'http://ddec22.asso.fr/innove/?p=82',0,'revision','',0),(198,1,'2011-12-11 19:46:41','2011-12-11 18:46:41','','accueil','','inherit','open','closed','','accueil-2','','','2011-12-11 19:46:41','2011-12-11 18:46:41','',2,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/11/accueil.jpg',0,'attachment','image/jpeg',0),(196,1,'2011-12-11 18:43:27','2011-12-11 17:43:27','

\"\"Cet espace présente l\'actualité des établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.

\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','inherit','open','closed','','2-revision-12','','','2011-12-11 18:43:27','2011-12-11 17:43:27','',2,'http://ddec22.asso.fr/innove/?p=196',0,'revision','',0),(84,1,'2011-12-11 19:48:41','2011-12-11 18:48:41','

\"\"

\n

\n

Cet espace présente l\'actualité des établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.

\n\"\"\n\n \n\n \n\n \n\n \n\n \n\n \n\n ','Accueil','','inherit','closed','open','','2-autosave','','','2011-12-11 19:48:41','2011-12-11 18:48:41','',2,'http://ddec22.asso.fr/innove/?p=84',0,'revision','',0),(85,1,'2011-12-01 16:10:38','2011-12-01 15:10:38','','logoddec','','inherit','closed','open','','logoddec','','','2011-12-01 16:10:38','2011-12-01 15:10:38','',2,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/11/logoddec.jpg',0,'attachment','image/jpeg',0),(86,1,'2011-12-01 16:11:22','2011-12-01 15:11:22','','logoddec','','inherit','closed','open','','logoddec-2','','','2011-12-01 16:11:22','2011-12-01 15:11:22','',2,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/11/logoddec1.jpg',0,'attachment','image/jpeg',0),(87,1,'2011-12-01 16:12:09','2011-12-01 15:12:09','','logoDDECpetit2','','inherit','closed','open','','logoddecpetit2','','','2011-12-01 16:12:09','2011-12-01 15:12:09','',2,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/11/logoDDECpetit2.jpeg',0,'attachment','image/jpeg',0),(149,1,'2011-12-11 18:40:01','2011-12-11 17:40:01','','capsur','','inherit','open','closed','','capsur','','','2011-12-11 18:40:01','2011-12-11 17:40:01','',2,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/11/capsur.jpg',0,'attachment','image/jpeg',0),(88,1,'2011-12-01 16:13:16','2011-12-01 15:13:16','','logo_ec','','inherit','closed','open','','logo_ec','','','2011-12-01 16:13:16','2011-12-01 15:13:16','',2,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/11/logo_ec.jpg',0,'attachment','image/jpeg',0),(89,1,'2011-12-01 16:05:53','2011-12-01 15:05:53','Ceci est un exemple de page WordPress. Vous pouvez l\"éditer pour mettre de l\"information vous concernant, ou concernant votre site afin que les internautes sache d\"où vous venez. Vous pouvez créer autant que vous voulez de pages ou de sous-pages (comme celle-ci) et gérer vos contenus dans WordPress.','Accueil','','inherit','closed','open','','2-revision-3','','','2011-12-01 16:05:53','2011-12-01 15:05:53','',2,'http://ddec22.asso.fr/innove/?p=89',0,'revision','',0),(90,1,'2011-12-01 16:26:21','2011-12-01 15:26:21','Présentation de l\'actualité dans les établissements scolaires de l\'enseignement catholique des Côtes d\'Armor.\"\"\r\n\r\n\"\"\r\n\r\n ','Accueil','','inherit','closed','open','','2-revision-4','','','2011-12-01 16:26:21','2011-12-01 15:26:21','',2,'http://ddec22.asso.fr/innove/?p=90',0,'revision','',0),(150,1,'2011-12-01 17:16:37','2011-12-01 16:16:37','Présentation de l\'actualité dans les établissements scolaires de l\'enseignement catholique des Côtes d\'Armor.\"\"\r\n\r\n\"\"\r\n\r\n ','Accueil','','inherit','open','closed','','2-revision-8','','','2011-12-01 17:16:37','2011-12-01 16:16:37','',2,'http://ddec22.asso.fr/innove/?p=150',0,'revision','',0),(91,1,'2011-12-01 16:26:35','2011-12-01 15:26:35','Présentation de l\'actualité dans les établissements scolaires de l\'enseignement catholique des Côtes d\'Armor.\"\"\r\n\r\n\"\"\r\n\r\n ','Accueil','','inherit','closed','open','','2-revision-5','','','2011-12-01 16:26:35','2011-12-01 15:26:35','',2,'http://ddec22.asso.fr/innove/?p=91',0,'revision','',0),(92,1,'2011-12-01 16:30:29','2011-12-01 15:30:29','Présentation de l\'actualité dans les établissements scolaires de l\'enseignement catholique des Côtes d\'Armor.\"\"\r\n\r\n\"\"\r\n\r\n ','Accueil','','inherit','closed','open','','2-revision-6','','','2011-12-01 16:30:29','2011-12-01 15:30:29','',2,'http://ddec22.asso.fr/innove/?p=92',0,'revision','',0),(93,1,'2011-12-01 17:06:54','2011-12-01 16:06:54','Présentation de l\'actualité dans les établissements scolaires de l\'enseignement catholique des Côtes d\'Armor.\"\"\r\n\r\n\"\"\r\n\r\n ','Accueil','','inherit','closed','open','','2-revision-7','','','2011-12-01 17:06:54','2011-12-01 16:06:54','',2,'http://ddec22.asso.fr/innove/?p=93',0,'revision','',0),(94,1,'2011-12-01 19:25:50','2011-12-01 18:25:50','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\"\"
Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"
\r\n \r\n\r\n ','Classes presse','','publish','closed','closed','','classes-presse','','','2011-12-18 18:29:16','2011-12-18 17:29:16','',0,'http://ddec22.asso.fr/innove/?p=94',0,'post','',0),(95,1,'2011-12-01 19:19:45','2011-12-01 18:19:45','','Capture d’écran 2011-12-01 à 19.18.50','','inherit','closed','closed','','capture-d%e2%80%99e%cc%81cran-2011-12-01-a%cc%80-19-18-50','','','2011-12-01 19:19:45','2011-12-01 18:19:45','',94,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/Capture-d’écran-2011-12-01-à-19.18.50.jpg',0,'attachment','image/jpeg',0),(96,1,'2011-12-01 19:20:50','2011-12-01 18:20:50','','Capture d’écran 2011-12-01 à 19.20.25','','inherit','closed','closed','','capture-d%e2%80%99e%cc%81cran-2011-12-01-a%cc%80-19-20-25','','','2011-12-01 19:20:50','2011-12-01 18:20:50','',94,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/Capture-d’écran-2011-12-01-à-19.20.25.jpg',0,'attachment','image/jpeg',0),(97,1,'2011-12-01 19:23:10','2011-12-01 18:23:10','','Capture d’écran 2011-12-01 à 19.20.25','','inherit','closed','closed','','capture-d%e2%80%99ecran-2011-12-01-a-19-20-25','','','2011-12-01 19:23:10','2011-12-01 18:23:10','',94,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/Capture-d’écran-2011-12-01-à-19.20.25.jpg',0,'attachment','image/jpeg',0),(98,1,'2011-12-01 19:25:07','2011-12-01 18:25:07','Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\nLe thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.\nParrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\n\n \n\n\"\"\n\n \n\n ','Classes presse','','inherit','closed','closed','','94-revision','','','2011-12-01 19:25:07','2011-12-01 18:25:07','',94,'http://ddec22.asso.fr/innove/?p=98',0,'revision','',0),(101,1,'2011-12-01 19:32:29','2011-12-01 18:32:29','Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes\"\" Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.\r\nParrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-3','','','2011-12-01 19:32:29','2011-12-01 18:32:29','',94,'http://ddec22.asso.fr/innove/?p=101',0,'revision','',0),(99,1,'2011-12-18 18:28:14','2011-12-18 17:28:14','\n\n\n\n\n\n\n\n\n\n\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme. \"\"\"\"
\n
\n \n\n ','Classes presse','','inherit','closed','closed','','94-autosave','','','2011-12-18 18:28:14','2011-12-18 17:28:14','',94,'http://ddec22.asso.fr/innove/?p=99',0,'revision','',0),(100,1,'2011-12-01 19:25:50','2011-12-01 18:25:50','Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.\r\nParrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\r\n\r\n\"\"\r\n\r\n\"\"\r\n\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-2','','','2011-12-01 19:25:50','2011-12-01 18:25:50','',94,'http://ddec22.asso.fr/innove/?p=100',0,'revision','',0),(107,1,'2011-12-01 19:46:16','2011-12-01 18:46:16','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\"\"
Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-9','','','2011-12-01 19:46:16','2011-12-01 18:46:16','',94,'http://ddec22.asso.fr/innove/?p=107',0,'revision','',0),(104,1,'2011-12-01 19:38:36','2011-12-01 18:38:36','[table id=3 /]','Classes presse','','inherit','closed','closed','','94-revision-6','','','2011-12-01 19:38:36','2011-12-01 18:38:36','',94,'http://ddec22.asso.fr/innove/?p=104',0,'revision','',0),(102,1,'2011-12-01 19:33:17','2011-12-01 18:33:17','Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes\"\" Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction \"\"départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.\r\nParrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-4','','','2011-12-01 19:33:17','2011-12-01 18:33:17','',94,'http://ddec22.asso.fr/innove/?p=102',0,'revision','',0),(103,1,'2011-12-01 19:33:40','2011-12-01 18:33:40','Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes\"\" Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il \"\"soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.\r\nParrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-5','','','2011-12-01 19:33:40','2011-12-01 18:33:40','',94,'http://ddec22.asso.fr/innove/?p=103',0,'revision','',0),(108,1,'2011-12-01 19:47:42','2011-12-01 18:47:42','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\r\n\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-10','','','2011-12-01 19:47:42','2011-12-01 18:47:42','',94,'http://ddec22.asso.fr/innove/?p=108',0,'revision','',0),(105,1,'2011-12-01 19:44:49','2011-12-01 18:44:49','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\"\"
Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-7','','','2011-12-01 19:44:49','2011-12-01 18:44:49','',94,'http://ddec22.asso.fr/innove/?p=105',0,'revision','',0),(106,1,'2011-12-01 19:45:52','2011-12-01 18:45:52','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\"\"
Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-8','','','2011-12-01 19:45:52','2011-12-01 18:45:52','',94,'http://ddec22.asso.fr/innove/?p=106',0,'revision','',0),(109,1,'2011-12-01 19:48:23','2011-12-01 18:48:23','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\r\n\r\n\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-11','','','2011-12-01 19:48:23','2011-12-01 18:48:23','',94,'http://ddec22.asso.fr/innove/?p=109',0,'revision','',0),(110,1,'2011-12-01 19:49:09','2011-12-01 18:49:09','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\r\n\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-12','','','2011-12-01 19:49:09','2011-12-01 18:49:09','',94,'http://ddec22.asso.fr/innove/?p=110',0,'revision','',0),(111,1,'2011-12-01 19:49:47','2011-12-01 18:49:47','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\"\"\r\n\r\n \r\n\r\n 
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-13','','','2011-12-01 19:49:47','2011-12-01 18:49:47','',94,'http://ddec22.asso.fr/innove/?p=111',0,'revision','',0),(112,1,'2011-12-01 19:50:03','2011-12-01 18:50:03','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\"\" \r\n\r\n 
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-14','','','2011-12-01 19:50:03','2011-12-01 18:50:03','',94,'http://ddec22.asso.fr/innove/?p=112',0,'revision','',0),(113,1,'2011-12-01 19:51:23','2011-12-01 18:51:23','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\r\n\r\n \r\n\r\n\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-15','','','2011-12-01 19:51:23','2011-12-01 18:51:23','',94,'http://ddec22.asso.fr/innove/?p=113',0,'revision','',0),(114,1,'2011-12-01 19:54:04','2011-12-01 18:54:04','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\" \r\n\r\n\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-16','','','2011-12-01 19:54:04','2011-12-01 18:54:04','',94,'http://ddec22.asso.fr/innove/?p=114',0,'revision','',0),(115,1,'2011-12-01 19:56:06','2011-12-01 18:56:06','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\r\n\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-17','','','2011-12-01 19:56:06','2011-12-01 18:56:06','',94,'http://ddec22.asso.fr/innove/?p=115',0,'revision','',0),(116,1,'2011-12-01 19:56:19','2011-12-01 18:56:19','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-18','','','2011-12-01 19:56:19','2011-12-01 18:56:19','',94,'http://ddec22.asso.fr/innove/?p=116',0,'revision','',0),(220,1,'2011-12-10 19:52:11','2011-12-10 18:52:11','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.\r\n\r\nLe thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-22','','','2011-12-10 19:52:11','2011-12-10 18:52:11','',94,'http://ddec22.asso.fr/innove/?p=220',0,'revision','',0),(308,1,'2012-04-27 15:14:34','2012-04-27 13:14:34','\"\"\r\n\r\nQuelqu\'un en doute ?? allez voir là','La formation sur Word Press','','inherit','closed','closed','','256-revision-5','','','2012-04-27 15:14:34','2012-04-27 13:14:34','',256,'http://ddec22.asso.fr/innove/?p=308',0,'revision','',0),(131,1,'2011-12-10 19:49:11','2011-12-10 18:49:11','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-20','','','2011-12-10 19:49:11','2011-12-10 18:49:11','',94,'http://ddec22.asso.fr/innove/?p=131',0,'revision','',0),(132,1,'2011-12-10 19:51:52','2011-12-10 18:51:52','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme.Le thème « Des énergies », choisi cette année est un sujet d’actualité,  à la fois familier et novateur qui interroge notre quotidien mais aussi l’avenir à travers un questionnement qu’il soit culturel, social, économique, scientifique, technologique… Il invite également à une réflexion citoyenne et peut-être à l’engagement,  transformant ainsi notre rapport au monde, à la vie en bouleversant les modes de production et de consommation.Parrainées par un journaliste professionnel, les classes participantes apprennent à décrypter l\'actualité, traiter l\'information, la hiérarchiser. Ils reçoivent pour cela gratuitement le journal pendant toute la durée de l\'opération. Ils sont aussi appelés à rédiger des articles. Les meilleurs articles seront publiés dans un supplément d\'Ouest-France et du Télégramme le 24 mai 2012.\"\"\"\"
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-21','','','2011-12-10 19:51:52','2011-12-10 18:51:52','',94,'http://ddec22.asso.fr/innove/?p=132',0,'revision','',0),(221,1,'2011-12-18 18:28:34','2011-12-18 17:28:34','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Six collèges de l’Enseignement Catholique des Côtes d’Armor participent cette année à l’opération Classes Presse menée conjointement par le conseil général, l\'inspection d\'académie, le Clémi (Centre de liaison de l\'enseignement et des médias d\'information) la direction départementale de l\'enseignement catholique, Ouest-France et Le Télégramme. \"\"\"\"
\r\n
\r\n \r\n\r\n ','Classes presse','','inherit','closed','closed','','94-revision-23','','','2011-12-18 18:28:34','2011-12-18 17:28:34','',94,'http://ddec22.asso.fr/innove/?p=221',0,'revision','',0),(134,1,'2011-12-10 20:03:05','2011-12-10 19:03:05','\"\"A l’occasion de l’opération « TER de Polars 2011 » et des 15 ans du salon « Noir sur la ville » de Lamballe, les élèves de 6è et 5è des classes SEGPA du collège Jean XXIII de Quintin, vont laisser libre cours à leur imagination  et écrire leur polar.\r\n\r\nLors d’une sortie, ils ont assisté à un spectacle à la Passerelle à Saint-Brieuc, puis ont pris le train pour se rendre sur les lieux du crime. Ils ont ainsi découvert les coulisses de la gare, mais ils se sont également familiarisés avec les contraintes du voyage en termes de sécurité, d’autonomie et d’orientation. Cette sortie pédagogique est le point de départ d’un travail pluridisciplinaire sur la découverte des métiers du rail, du spectacle et de l’écriture d’un roman.\r\n\r\n \r\n\r\n \r\n\r\n ','Des mots sur des rails','','publish','open','closed','','des-mots-sur-des-rails','','','2011-12-10 20:04:14','2011-12-10 19:04:14','',0,'http://ddec22.asso.fr/innove/?p=134',0,'post','',0),(135,1,'2011-12-10 20:01:35','2011-12-10 19:01:35','','train','','inherit','open','closed','','train','','','2011-12-10 20:01:35','2011-12-10 19:01:35','',134,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/train.jpg',0,'attachment','image/jpeg',0),(136,1,'2011-12-10 20:02:19','2011-12-10 19:02:19','\"\"A l’occasion de l’opération « TER de Polars 2011 » et des 15 ans du salon « Noir sur la ville » de Lamballe, les élèves de 6è et 5è des classes SEGPA du collège Jean XXIII de Quintin, vont laisser libre cours à leur imagination  et écrire leur polar. Lors d’une sortie, ils ont assisté à un spectacle à la Passerelle à Saint-Brieuc, puis ont pris le train pour se rendre sur les lieux du crime. Ils ont ainsi découvert les coulisses de la gare, mais ils se sont également familiarisés avec les contraintes du voyage en termes de sécurité, d’autonomie et d’orientation. Cette sortie pédagogique est le point de départ d’un travail pluridisciplinaire sur la découverte des métiers du rail, du spectacle et de l’écriture d’un roman.\n\n \n\n ','Des mots sur des rails','','inherit','open','closed','','134-revision','','','2011-12-10 20:02:19','2011-12-10 19:02:19','',134,'http://ddec22.asso.fr/innove/?p=136',0,'revision','',0),(137,1,'2011-12-10 20:05:19','2011-12-10 19:05:19','\"\"A l’occasion de l’opération « TER de Polars 2011 » et des 15 ans du salon « Noir sur la ville » de Lamballe, les élèves de 6è et 5è des classes SEGPA du collège Jean XXIII de Quintin, vont laisser libre cours à leur imagination  et écrire leur polar.\n\nLors d’une sortie, ils ont assisté à un spectacle à la Passerelle à Saint-Brieuc, puis ont pris le train pour se rendre sur les lieux du crime. Ils ont ainsi découvert les coulisses de la gare, mais ils se sont également familiarisés avec les contraintes du voyage en termes de sécurité, d’autonomie et d’orientation. Cette sortie pédagogique est le point de départ d’un travail pluridisciplinaire sur la découverte des métiers du rail, du spectacle et de l’écriture d’un roman.\n\n \n\n \n\n ','Des mots sur des rails','','inherit','open','closed','','134-autosave','','','2011-12-10 20:05:19','2011-12-10 19:05:19','',134,'http://ddec22.asso.fr/innove/?p=137',0,'revision','',0),(138,1,'2011-12-10 20:03:05','2011-12-10 19:03:05','\"\"A l’occasion de l’opération « TER de Polars 2011 » et des 15 ans du salon « Noir sur la ville » de Lamballe, les élèves de 6è et 5è des classes SEGPA du collège Jean XXIII de Quintin, vont laisser libre cours à leur imagination  et écrire leur polar. Lors d’une sortie, ils ont assisté à un spectacle à la Passerelle à Saint-Brieuc, puis ont pris le train pour se rendre sur les lieux du crime. Ils ont ainsi découvert les coulisses de la gare, mais ils se sont également familiarisés avec les contraintes du voyage en termes de sécurité, d’autonomie et d’orientation. Cette sortie pédagogique est le point de départ d’un travail pluridisciplinaire sur la découverte des métiers du rail, du spectacle et de l’écriture d’un roman.\r\n\r\n \r\n\r\n ','Des mots sur des rails','','inherit','open','closed','','134-revision-2','','','2011-12-10 20:03:05','2011-12-10 19:03:05','',134,'http://ddec22.asso.fr/innove/?p=138',0,'revision','',0),(142,1,'2011-12-11 18:31:06','2011-12-11 17:31:06','

\"\"Dans le cadre d’un projet Comenius, les collégiens paimpolais ont apporté leur contribution à l‘élaboration d’une exposition itinérante intitulée : « L’eau que tu protèges aujourd’hui est celle que tu boiras demain ».

\r\n

Cinq établissements scolaires issus de divers pays : La Belgique, l’Espagne, la Finlande et la France ont proposé à leurs élèves d’appréhender le sujet en l’illustrant de différentes façons. L’objectif de ce projet est de former les jeunes à la citoyenneté et de favoriser les échanges internationaux. Les productions des élèves seront prochainement exposées au Parlement européen.

\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Un projet européen citoyen au collège Saint Joseph de Paimpol.','','publish','open','closed','','un-projet-europeen-citoyen-au-college-saint-joseph-de-paimpol','','','2011-12-11 18:35:56','2011-12-11 17:35:56','',0,'http://ddec22.asso.fr/innove/?p=142',0,'post','',0),(143,1,'2011-12-11 18:30:24','2011-12-11 17:30:24','','comenius','','inherit','open','closed','','comenius','','','2011-12-11 18:30:24','2011-12-11 17:30:24','',142,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/comenius.jpg',0,'attachment','image/jpeg',0),(144,1,'2011-12-11 18:29:38','2011-12-11 17:29:38','

Dans le cadre d’un projet Comenius, les collégiens paimpolais ont apporté leur contribution à l‘élaboration d’une exposition itinérante intitulée : « L’eau que tu protèges aujourd’hui est celle que tu boiras demain ».

\n

Cinq établissements scolaires issus de divers pays : La Belgique, l’Espagne, la Finlande et la France ont proposé à leurs élèves d’appréhender le sujet en l’illustrant de différentes façons. L’objectif de ce projet est de former les jeunes à la citoyenneté et de favoriser les échanges internationaux. Les productions des élèves seront prochainement exposées au Parlement européen.

\n \n\n \n\n \n\n ','Un projet européen citoyen au collège Saint Joseph de Paimpol.','','inherit','open','closed','','142-revision','','','2011-12-11 18:29:38','2011-12-11 17:29:38','',142,'http://ddec22.asso.fr/innove/?p=144',0,'revision','',0),(229,1,'2011-12-18 18:59:09','2011-12-18 17:59:09','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Près de la moitié des écoles primaires de l\'enseignement catholique des Côtes d\'Armor est présente sur la toile. Les derniers en date sont ceux de Saint-Aaron, Trévé, Langourla, Pleumeur-Gautier et  Rostrenen.\"\"
Les sites s\'enrichissent avec des liens vers des blogs de classes (Pleumeur Gautier) ou avec des albums numériques consultables en ligne (Trévé)\"\"
\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Sites web d\'écoles','','publish','closed','closed','','sites-web-decoles','','','2011-12-18 19:07:28','2011-12-18 18:07:28','',0,'http://ddec22.asso.fr/innove/?p=229',0,'post','',0),(146,1,'2011-11-19 12:18:36','2011-11-19 11:18:36','Une fois par mois environ,  pendant une heure et demie, l’école Jean Leduger à Plérin Saint Laurent accueille des tout-petits (âgés entre 0 et 3 ans) pour une première découverte de l’école. Ils sont accompagnés soit de leurs parents soit de leurs assistantes maternelles. Les petites têtes blondes  peuvent réaliser une petite activité, profiter de la cour, prendre un petit goûter et écouter une belle histoire.\r\n\r\n ','L’école Jean Leduger ouvre ses portes aux tout-petits…','','inherit','open','closed','','10-revision-2','','','2011-11-19 12:18:36','2011-11-19 11:18:36','',10,'http://ddec22.asso.fr/innove/?p=146',0,'revision','',0),(147,1,'2011-12-11 18:33:38','2011-12-11 17:33:38','Une fois par mois environ,  pendant une heure et demie, l’école Jean Leduger à Plérin Saint Laurent accueille des tout-petits (âgés entre 0 et 3 ans) pour une première découverte de l’école. Ils sont accompagnés soit de leurs parents soit de leurs assistantes maternelles. Les petites têtes blondes  peuvent réaliser une petite activité, profiter de la cour, prendre un petit goûter et écouter une belle histoire.\r\n\r\n ','L’école Jean Leduger ouvre ses portes aux tout-petits…','','inherit','open','closed','','10-revision-3','','','2011-12-11 18:33:38','2011-12-11 17:33:38','',10,'http://ddec22.asso.fr/innove/?p=147',0,'revision','',0),(148,1,'2011-12-11 18:31:06','2011-12-11 17:31:06','

\"\"Dans le cadre d’un projet Comenius, les collégiens paimpolais ont apporté leur contribution à l‘élaboration d’une exposition itinérante intitulée : « L’eau que tu protèges aujourd’hui est celle que tu boiras demain ».

\r\n

Cinq établissements scolaires issus de divers pays : La Belgique, l’Espagne, la Finlande et la France ont proposé à leurs élèves d’appréhender le sujet en l’illustrant de différentes façons. L’objectif de ce projet est de former les jeunes à la citoyenneté et de favoriser les échanges internationaux. Les productions des élèves seront prochainement exposées au Parlement européen.

\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Un projet européen citoyen au collège Saint Joseph de Paimpol.','','inherit','open','closed','','142-revision-2','','','2011-12-11 18:31:06','2011-12-11 17:31:06','',142,'http://ddec22.asso.fr/innove/?p=148',0,'revision','',0),(151,1,'2011-12-11 18:40:43','2011-12-11 17:40:43','\"\"Cet espace présente de l\'actualité dans les établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','inherit','open','closed','','2-revision-9','','','2011-12-11 18:40:43','2011-12-11 17:40:43','',2,'http://ddec22.asso.fr/innove/?p=151',0,'revision','',0),(152,1,'2011-12-11 18:42:43','2011-12-11 17:42:43','

\"\"Cet espace présente  l\'actualité dans les établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.

\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','inherit','open','closed','','2-revision-10','','','2011-12-11 18:42:43','2011-12-11 17:42:43','',2,'http://ddec22.asso.fr/innove/?p=152',0,'revision','',0),(153,1,'2011-12-11 18:43:09','2011-12-11 17:43:09','

\"\"Cet espace présente l\'actualité dans les établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.

\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','inherit','open','closed','','2-revision-11','','','2011-12-11 18:43:09','2011-12-11 17:43:09','',2,'http://ddec22.asso.fr/innove/?p=153',0,'revision','',0),(155,1,'2011-12-11 19:00:11','2011-12-11 18:00:11','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"\"\"\"
\n
','Écoles','','publish','open','closed','','ecoles','','','2011-12-18 19:05:46','2011-12-18 18:05:46','',0,'http://ddec22.asso.fr/innove/?page_id=155',0,'page','',0),(156,1,'2011-12-11 18:59:39','2011-12-11 17:59:39','','Brouillon auto','','inherit','open','closed','','155-revision','','','2011-12-11 18:59:39','2011-12-11 17:59:39','',155,'http://ddec22.asso.fr/innove/?p=156',0,'revision','',0),(157,1,'2011-12-11 20:00:28','2011-12-11 18:00:28','Les répétitions de Choeur de collèges 2012. Au programme, de la danse et des chants interprétés par les collégiens de l\'enseignement catholique des Côtes d\'Armor. Ici en pleine répétition, à quelques heures de la soirée officielle !

\"20120522-212423.jpg\"','Collèges','','publish','open','closed','','colleges','','','2012-05-22 21:24:36','2012-05-22 19:24:36','',0,'http://ddec22.asso.fr/innove/?page_id=157',0,'page','',0),(158,1,'2011-12-11 19:00:19','2011-12-11 18:00:19','','Brouillon auto','','inherit','open','closed','','157-revision','','','2011-12-11 19:00:19','2011-12-11 18:00:19','',157,'http://ddec22.asso.fr/innove/?p=158',0,'revision','',0),(159,1,'2011-12-11 19:00:47','2011-12-11 18:00:47','','Lycées','','publish','open','closed','','lycees','','','2011-12-11 19:00:47','2011-12-11 18:00:47','',0,'http://ddec22.asso.fr/innove/?page_id=159',0,'page','',0),(160,1,'2011-12-11 19:00:35','2011-12-11 18:00:35','','Brouillon auto','','inherit','open','closed','','159-revision','','','2011-12-11 19:00:35','2011-12-11 18:00:35','',159,'http://ddec22.asso.fr/innove/?p=160',0,'revision','',0),(161,1,'2011-12-11 19:01:10','2011-12-11 18:01:10','','Maternelles','','publish','open','closed','','maternelles','','','2011-12-11 19:01:10','2011-12-11 18:01:10','',155,'http://ddec22.asso.fr/innove/?page_id=161',0,'page','',0),(162,1,'2011-12-11 19:01:06','2011-12-11 18:01:06','','Maternelles','','inherit','open','closed','','161-revision','','','2011-12-11 19:01:06','2011-12-11 18:01:06','',161,'http://ddec22.asso.fr/innove/?p=162',0,'revision','',0),(168,1,'2011-12-11 19:04:32','2011-12-11 18:04:32','','Lycées professionnels','','publish','open','closed','','lycees-professionnels','','','2011-12-11 19:04:40','2011-12-11 18:04:40','',159,'http://ddec22.asso.fr/innove/?page_id=168',0,'page','',0),(169,1,'2011-12-11 19:04:14','2011-12-11 18:04:14','','Brouillon auto','','inherit','open','closed','','168-revision','','','2011-12-11 19:04:14','2011-12-11 18:04:14','',168,'http://ddec22.asso.fr/innove/?p=169',0,'revision','',0),(170,1,'2011-12-11 19:04:32','2011-12-11 18:04:32','','Lycées professionnels','','inherit','open','closed','','168-revision-2','','','2011-12-11 19:04:32','2011-12-11 18:04:32','',168,'http://ddec22.asso.fr/innove/?p=170',0,'revision','',0),(171,1,'2011-12-11 19:05:01','2011-12-11 18:05:01','','Enseignement supérieur','','publish','open','closed','','enseignement-superieur','','','2011-12-11 19:05:01','2011-12-11 18:05:01','',0,'http://ddec22.asso.fr/innove/?page_id=171',0,'page','',0),(172,1,'2011-12-11 19:04:45','2011-12-11 18:04:45','','Brouillon auto','','inherit','open','closed','','171-revision','','','2011-12-11 19:04:45','2011-12-11 18:04:45','',171,'http://ddec22.asso.fr/innove/?p=172',0,'revision','',0),(309,1,'2012-04-27 15:35:17','2012-04-27 13:35:17','Kalimba Après une virée de près de 3/4 d’heures, les poneys ont été récupérés et reconduits au bercail.\r\n\r\nOuest-France\r\n\r\n\"Après\r\n\r\nouest france\r\n\r\n \r\n\r\n<a href="\" target=\"_blank\">CHAT\r\n\r\nBande annonce\r\n\r\n \r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-revision-11','','','2012-04-27 15:35:17','2012-04-27 13:35:17','',250,'http://ddec22.asso.fr/innove/?p=309',0,'revision','',0),(178,1,'2011-12-11 19:08:30','2011-12-11 18:08:30','','Isupec','','publish','open','closed','','isupec','','','2011-12-11 19:08:30','2011-12-11 18:08:30','',171,'http://ddec22.asso.fr/innove/?page_id=178',0,'page','',0),(179,1,'2011-12-11 19:08:26','2011-12-11 18:08:26','','Isupec','','inherit','open','closed','','178-revision','','','2011-12-11 19:08:26','2011-12-11 18:08:26','',178,'http://ddec22.asso.fr/innove/?p=179',0,'revision','',0),(180,1,'2011-12-11 19:08:52','2011-12-11 18:08:52','','Isfec','','publish','open','closed','','isfec','','','2011-12-11 19:08:52','2011-12-11 18:08:52','',171,'http://ddec22.asso.fr/innove/?page_id=180',0,'page','',0),(181,1,'2011-12-11 19:08:47','2011-12-11 18:08:47','','Isfec','','inherit','open','closed','','180-revision','','','2011-12-11 19:08:47','2011-12-11 18:08:47','',180,'http://ddec22.asso.fr/innove/?p=181',0,'revision','',0),(194,1,'2011-12-11 19:19:35','2011-12-11 18:19:35',' ','','','publish','open','closed','','194','','','2012-05-05 16:34:02','2012-05-05 14:34:02','',171,'http://ddec22.asso.fr/innove/?p=194',10,'nav_menu_item','',0),(193,1,'2011-12-11 19:19:35','2011-12-11 18:19:35',' ','','','publish','open','closed','','193','','','2012-05-05 16:34:02','2012-05-05 14:34:02','',171,'http://ddec22.asso.fr/innove/?p=193',9,'nav_menu_item','',0),(192,1,'2011-12-11 19:19:35','2011-12-11 18:19:35',' ','','','publish','open','closed','','192','','','2012-05-05 16:34:01','2012-05-05 14:34:01','',0,'http://ddec22.asso.fr/innove/?p=192',8,'nav_menu_item','',0),(184,1,'2011-12-11 19:15:22','2011-12-11 18:15:22','

Les lycéens du Sacré Cœur, à Saint-Brieuc, ont rencontré Pöleth Wadbled, sociologue, spécialiste des migrations, et fille d’émigrés Polonais, dans le cadre de leur travail de préparation à la semaine de solidarité internationale. Au cours de l’exposé du panorama historique des migrations en Bretagne, ils ont découvert, étonnés, que les Celtes, ont été dans les années 3 000  av. J.C les immigrés de l’époque.

\r\n ','L’historique des migrations en Bretagne','','publish','open','closed','','l%e2%80%99historique-des-migrations-en-bretagne','','','2011-12-11 20:21:38','2011-12-11 19:21:38','',0,'http://ddec22.asso.fr/innove/?p=184',0,'post','',0),(185,1,'2011-12-11 19:14:53','2011-12-11 18:14:53','

Les lycéens du Sacré Cœur, à Saint-Brieuc, ont rencontré Pöleth Wadbled, sociologue, spécialiste des migrations, et fille d’émigrés Polonais, dans le cadre de leur travail de préparation à la semaine de solidarité internationale. Au cours de l’exposé du panorama historique des migrations en Bretagne, ils ont découvert, étonnés, que les Celtes, ont été dans les années 3 000  av. J.C les immigrés de l’époque.

\n ','L’historique des migrations en Bretagne','','inherit','open','closed','','184-revision','','','2011-12-11 19:14:53','2011-12-11 18:14:53','',184,'http://ddec22.asso.fr/innove/?p=185',0,'revision','',0),(186,1,'2011-12-11 19:17:47','2011-12-11 18:17:47',' ','','','publish','open','closed','','186','','','2012-05-05 16:34:01','2012-05-05 14:34:01','',0,'http://ddec22.asso.fr/innove/?p=186',5,'nav_menu_item','',0),(187,1,'2011-12-11 19:17:47','2011-12-11 18:17:47',' ','','','publish','open','closed','','187','','','2012-05-05 16:34:01','2012-05-05 14:34:01','',0,'http://ddec22.asso.fr/innove/?p=187',6,'nav_menu_item','',0),(188,1,'2011-12-11 19:17:48','2011-12-11 18:17:48',' ','','','publish','open','closed','','188','','','2012-05-05 16:34:01','2012-05-05 14:34:01','',4,'http://ddec22.asso.fr/innove/?p=188',7,'nav_menu_item','',0),(189,1,'2011-12-11 19:17:47','2011-12-11 18:17:47',' ','','','publish','open','closed','','189','','','2012-05-05 16:34:01','2012-05-05 14:34:01','',0,'http://ddec22.asso.fr/innove/?p=189',3,'nav_menu_item','',0),(190,1,'2011-12-11 19:17:47','2011-12-11 18:17:47',' ','','','publish','open','closed','','190','','','2012-05-05 16:34:01','2012-05-05 14:34:01','',1,'http://ddec22.asso.fr/innove/?p=190',4,'nav_menu_item','',0),(191,1,'2011-12-11 19:17:47','2011-12-11 18:17:47','Cet espace présente l’actualité des établissements scolaires de l’enseignement catholique des Côtes d’Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d’acquérir les connaissances et les compétences du socle commun.\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','','','publish','open','closed','','191','','','2012-05-05 16:34:01','2012-05-05 14:34:01','',0,'http://ddec22.asso.fr/innove/?p=191',1,'nav_menu_item','',0),(197,1,'2011-12-11 19:42:24','2011-12-11 18:42:24','

\"\"Cet espace présente l\'actualité des établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.

\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','inherit','open','closed','','2-revision-13','','','2011-12-11 19:42:24','2011-12-11 18:42:24','',2,'http://ddec22.asso.fr/innove/?p=197',0,'revision','',0),(199,1,'2011-12-11 19:43:15','2011-12-11 18:43:15','

\"\"

\r\n

\r\n

\r\n

\r\n

Cet espace présente l\'actualité des établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.

\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','inherit','open','closed','','2-revision-14','','','2011-12-11 19:43:15','2011-12-11 18:43:15','',2,'http://ddec22.asso.fr/innove/?p=199',0,'revision','',0),(200,1,'2011-12-11 19:47:08','2011-12-11 18:47:08','

\"\"

\r\n

\r\n

\r\n

\r\n

Cet espace présente l\'actualité des établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.

\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','inherit','open','closed','','2-revision-15','','','2011-12-11 19:47:08','2011-12-11 18:47:08','',2,'http://ddec22.asso.fr/innove/?p=200',0,'revision','',0),(201,1,'2011-12-11 19:47:37','2011-12-11 18:47:37','

\"\"

\r\n

\r\n

Cet espace présente l\'actualité des établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.

\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','inherit','open','closed','','2-revision-16','','','2011-12-11 19:47:37','2011-12-11 18:47:37','',2,'http://ddec22.asso.fr/innove/?p=201',0,'revision','',0),(202,1,'2011-12-11 19:15:22','2011-12-11 18:15:22','

Les lycéens du Sacré Cœur, à Saint-Brieuc, ont rencontré Pöleth Wadbled, sociologue, spécialiste des migrations, et fille d’émigrés Polonais, dans le cadre de leur travail de préparation à la semaine de solidarité internationale. Au cours de l’exposé du panorama historique des migrations en Bretagne, ils ont découvert, étonnés, que les Celtes, ont été dans les années 3 000  av. J.C les immigrés de l’époque.

\r\n ','L’historique des migrations en Bretagne','','inherit','closed','closed','','184-revision-2','','','2011-12-11 19:15:22','2011-12-11 18:15:22','',184,'http://ddec22.asso.fr/innove/?p=202',0,'revision','',0),(203,1,'2011-12-11 19:50:16','2011-12-11 18:50:16','

\"\"

\r\n

\r\n

Cet espace présente l\'actualité des établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.

\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','inherit','closed','closed','','2-revision-17','','','2011-12-11 19:50:16','2011-12-11 18:50:16','',2,'http://ddec22.asso.fr/innove/?p=203',0,'revision','',0),(204,1,'2011-12-14 19:09:32','2011-12-14 18:09:32','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"\"
\"\"
\r\nAu cours d\'un stage de formation continue pour l\'utilisation pédagogique du matériel ENR, l\'équipe enseignante de l\'école de Trévé a consacré du temps à la création d\'albums numériques.\r\n\r\nTrois albums ont été finalisés. Ils ont été alimentés par des travaux d\'élèves (photos, textes et dessins). Les trois albums sont en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr.\r\n\r\nIls ont été construits à l\'aide du logiciel gratuit Didapages. http://www.didasystem.com/index.php?page=logiciels\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Albums numériques à Trévé','','publish','closed','closed','','204','','','2011-12-14 19:27:52','2011-12-14 18:27:52','',0,'http://ddec22.asso.fr/innove/?p=204',0,'post','',0),(205,1,'2011-12-14 19:09:08','2011-12-14 18:09:08','http://www.didasystem.com/index.php?page=logicielsAu cours d\'un stage de formation continue pour l\'utilisation pédagogique du matériel ENR, l\'équipe ensignante de l\'école de Trévé a consacré du temps à la création d\'albums numériques.\n\nTrois albums ont été finalisés. Ils ont été alimentés par des travaux d\'élèves (photos, textes et dessins). Les trois albums sont en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr. Ils ont été construits à l\'aide du logiciel gratuit Didapage. http://www.didasystem.com/index.php?page=logiciels\n\n \n\n \n\n \n\n \n\n \n\n ','','','inherit','closed','closed','','204-revision','','','2011-12-14 19:09:08','2011-12-14 18:09:08','',204,'http://ddec22.asso.fr/innove/?p=205',0,'revision','',0),(206,1,'2011-12-14 19:09:32','2011-12-14 18:09:32','http://www.didasystem.com/index.php?page=logicielsAu cours d\'un stage de formation continue pour l\'utilisation pédagogique du matériel ENR, l\'équipe ensignante de l\'école de Trévé a consacré du temps à la création d\'albums numériques.\r\n\r\nTrois albums ont été finalisés. Ils ont été alimentés par des travaux d\'élèves (photos, textes et dessins). Les trois albums sont en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr. Ils ont été construits à l\'aide du logiciel gratuit Didapage. http://www.didasystem.com/index.php?page=logiciels\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','','','inherit','closed','closed','','204-revision-2','','','2011-12-14 19:09:32','2011-12-14 18:09:32','',204,'http://ddec22.asso.fr/innove/?p=206',0,'revision','',0),(313,1,'2012-05-22 21:16:34','2012-05-22 19:16:34','','','','publish','closed','closed','','313','','','2012-05-22 21:16:34','2012-05-22 19:16:34','',0,'http://ddec22.asso.fr/innove/?p=313',0,'post','',0),(306,1,'2012-05-05 16:33:36','2012-05-05 14:33:36','','Pédagogie second degré','','inherit','closed','closed','','301-revision-2','','','2012-05-05 16:33:36','2012-05-05 14:33:36','',301,'http://ddec22.asso.fr/innove/?p=306',0,'revision','',0),(250,9,'2012-04-27 14:52:51','2012-04-27 12:52:51','Kalimba Après une virée de près de 3/4 d’heures, les poneys ont été récupérés et reconduits au bercail.\r\n\r\nOuest-France\r\n\r\n\"Après\r\n\r\nouest france\r\n\r\n \r\n\r\n<a href="\" target=\"_blank\">CHAT\r\n\r\nBande annonce\r\n\r\n \r\n\r\n \r\n\r\n ','bonjour à tous','','trash','closed','closed','','bonjour-a-tous','','','2012-05-05 16:42:16','2012-05-05 14:42:16','',0,'http://ddec22.asso.fr/innove/?p=250',0,'post','',0),(208,1,'2011-12-14 19:10:35','2011-12-14 18:10:35','http://www.didasystem.com/index.php?page=logicielsAu cours d\'un stage de formation continue pour l\'utilisation pédagogique du matériel ENR, l\'équipe ensignante de l\'école de Trévé a consacré du temps à la création d\'albums numériques.\r\n\r\nTrois albums ont été finalisés. Ils ont été alimentés par des travaux d\'élèves (photos, textes et dessins). Les trois albums sont en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr. Ils ont été construits à l\'aide du logiciel gratuit Didapage. http://www.didasystem.com/index.php?page=logiciels\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Albums numériques à Trévé','','inherit','closed','closed','','204-revision-3','','','2011-12-14 19:10:35','2011-12-14 18:10:35','',204,'http://ddec22.asso.fr/innove/?p=208',0,'revision','',0),(209,1,'2011-12-14 19:23:51','2011-12-14 18:23:51','\n\n\n\n\n\n\n\n\n
\"\"
\"\"
\nAu cours d\'un stage de formation continue pour l\'utilisation pédagogique du matériel ENR, l\'équipe enseignante de l\'école de Trévé a consacré du temps à la création d\'albums numériques.\n\nTrois albums ont été finalisés. Ils ont été alimentés par des travaux d\'élèves (photos, textes et dessins). Les trois albums sont en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr.\n\nIls ont été construits à l\'aide du logiciel gratuit Didapages. http://www.didasystem.com/index.php?page=logiciels\n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n ','Albums numériques à Trévé','','inherit','closed','closed','','204-autosave','','','2011-12-14 19:23:51','2011-12-14 18:23:51','',204,'http://ddec22.asso.fr/innove/?p=209',0,'revision','',0),(210,1,'2011-12-14 19:11:43','2011-12-14 18:11:43','http://www.didasystem.com/index.php?page=logicielsAu cours d\'un stage de formation continue pour l\'utilisation pédagogique du matériel ENR, l\'équipe ensignante de l\'école de Trévé a consacré du temps à la création d\'albums numériques.\r\n\r\nTrois albums ont été finalisés. Ils ont été alimentés par des travaux d\'élèves (photos, textes et dessins). Les trois albums sont en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr. Ils ont été construits à l\'aide du logiciel gratuit Didapages. http://www.didasystem.com/index.php?page=logiciels\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Albums numériques à Trévé','','inherit','closed','closed','','204-revision-4','','','2011-12-14 19:11:43','2011-12-14 18:11:43','',204,'http://ddec22.asso.fr/innove/?p=210',0,'revision','',0),(211,1,'2011-12-14 19:15:16','2011-12-14 18:15:16','','adele','','inherit','closed','closed','','adele','','','2011-12-14 19:15:16','2011-12-14 18:15:16','',204,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/adele.jpg',0,'attachment','image/jpeg',0),(212,1,'2011-12-14 19:18:48','2011-12-14 18:18:48','','P1030174','','inherit','closed','closed','','p1030174','','','2011-12-14 19:18:48','2011-12-14 18:18:48','',204,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/P1030174.jpg',0,'attachment','image/jpeg',0),(213,1,'2011-12-14 19:13:03','2011-12-14 18:13:03','http://www.didasystem.com/index.php?page=logicielsAu cours d\'un stage de formation continue pour l\'utilisation pédagogique du matériel ENR, l\'équipe ensignante de l\'école de Trévé a consacré du temps à la création d\'albums numériques.\r\n\r\nTrois albums ont été finalisés. Ils ont été alimentés par des travaux d\'élèves (photos, textes et dessins). Les trois albums sont en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr. Ils ont été construits à l\'aide du logiciel gratuit Didapages. http://www.didasystem.com/index.php?page=logiciels\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Albums numériques à Trévé','','inherit','closed','closed','','204-revision-5','','','2011-12-14 19:13:03','2011-12-14 18:13:03','',204,'http://ddec22.asso.fr/innove/?p=213',0,'revision','',0),(215,1,'2011-12-14 19:20:19','2011-12-14 18:20:19','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"\"
\"\"
\r\nAu cours d\'un stage de formation continue pour l\'utilisation pédagogique du matériel ENR, l\'équipe ensignante de l\'école de Trévé a consacré du temps à la création d\'albums numériques.\r\n\r\nTrois albums ont été finalisés. Ils ont été alimentés par des travaux d\'élèves (photos, textes et dessins). Les trois albums sont en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr.\r\n\r\nIls ont été construits à l\'aide du logiciel gratuit Didapages. http://www.didasystem.com/index.php?page=logiciels\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Albums numériques à Trévé','','inherit','closed','closed','','204-revision-6','','','2011-12-14 19:20:19','2011-12-14 18:20:19','',204,'http://ddec22.asso.fr/innove/?p=215',0,'revision','',0),(216,1,'2011-12-14 19:22:48','2011-12-14 18:22:48','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"\"
\"\"
\r\nAu cours d\'un stage de formation continue pour l\'utilisation pédagogique du matériel ENR, l\'équipe enseignante de l\'école de Trévé a consacré du temps à la création d\'albums numériques.\r\n\r\nTrois albums ont été finalisés. Ils ont été alimentés par des travaux d\'élèves (photos, textes et dessins). Les trois albums sont en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr.\r\n\r\nIls ont été construits à l\'aide du logiciel gratuit Didapages. http://www.didasystem.com/index.php?page=logiciels\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Albums numériques à Trévé','','inherit','closed','closed','','204-revision-7','','','2011-12-14 19:22:48','2011-12-14 18:22:48','',204,'http://ddec22.asso.fr/innove/?p=216',0,'revision','',0),(307,1,'2012-04-27 15:28:35','2012-04-27 13:28:35','L\'école de Saint-Alban travaille avec des rubans. Les enfants s\'éclatent et la maîtresse passe son temps à défaire les noeuds.','','','inherit','closed','closed','','295-revision','','','2012-04-27 15:28:35','2012-04-27 13:28:35','',295,'http://ddec22.asso.fr/innove/?p=307',0,'revision','',0),(218,1,'2011-12-14 19:26:00','2011-12-14 18:26:00','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"\"
\"\"
\r\nAu cours d\'un stage de formation continue pour l\'utilisation pédagogique du matériel ENR, l\'équipe enseignante de l\'école de Trévé a consacré du temps à la création d\'albums numériques.\r\n\r\nTrois albums ont été finalisés. Ils ont été alimentés par des travaux d\'élèves (photos, textes et dessins). Les trois albums sont en ligne à partir du site de l\'école : http://www.stejeannedarctreve.fr.\r\n\r\nIls ont été construits à l\'aide du logiciel gratuit Didapages. http://www.didasystem.com/index.php?page=logiciels\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Albums numériques à Trévé','','inherit','closed','closed','','204-revision-8','','','2011-12-14 19:26:00','2011-12-14 18:26:00','',204,'http://ddec22.asso.fr/innove/?p=218',0,'revision','',0),(223,1,'2011-12-18 18:30:42','2011-12-18 17:30:42','','Dans la presse','','publish','closed','closed','','dans-la-presse','','','2011-12-18 18:30:42','2011-12-18 17:30:42','',0,'http://ddec22.asso.fr/innove/?page_id=223',0,'page','',0),(224,1,'2011-12-18 18:30:36','2011-12-18 17:30:36','','Dans la presse','','inherit','closed','closed','','223-revision','','','2011-12-18 18:30:36','2011-12-18 17:30:36','',223,'http://ddec22.asso.fr/innove/?p=224',0,'revision','',0),(225,1,'2011-12-18 18:31:35','2011-12-18 17:31:35',' ','','','publish','closed','closed','','225','','','2012-05-05 16:34:01','2012-05-05 14:34:01','',0,'http://ddec22.asso.fr/innove/?p=225',2,'nav_menu_item','',0),(226,1,'2011-12-18 18:32:04','2011-12-18 17:32:04','\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\"\"\"\"
\n
','Zoom sur...','','publish','closed','closed','','zoom-sur','','','2011-12-18 19:08:46','2011-12-18 18:08:46','',0,'http://ddec22.asso.fr/innove/?page_id=226',0,'page','',0),(227,1,'2011-12-18 18:31:50','2011-12-18 17:31:50','','Brouillon auto','','inherit','closed','closed','','226-revision','','','2011-12-18 18:31:50','2011-12-18 17:31:50','',226,'http://ddec22.asso.fr/innove/?p=227',0,'revision','',0),(228,1,'2011-12-18 18:32:53','2011-12-18 17:32:53',' ','','','publish','closed','closed','','228','','','2012-05-05 16:34:02','2012-05-05 14:34:02','',0,'http://ddec22.asso.fr/innove/?p=228',11,'nav_menu_item','',0),(230,1,'2011-12-18 18:48:32','2011-12-18 17:48:32','','albumtreve','','inherit','closed','closed','','albumtreve','','','2011-12-18 18:48:32','2011-12-18 17:48:32','',229,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/albumtreve.jpg',0,'attachment','image/jpeg',0),(231,1,'2011-12-18 18:49:07','2011-12-18 17:49:07','','blogpleumeur','','inherit','closed','closed','','blogpleumeur','','','2011-12-18 18:49:07','2011-12-18 17:49:07','',229,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/blogpleumeur.jpg',0,'attachment','image/jpeg',0),(232,1,'2011-12-18 18:49:20','2011-12-18 17:49:20','','albumtreve','','inherit','closed','closed','','albumtreve-2','','','2011-12-18 18:49:20','2011-12-18 17:49:20','',229,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/albumtreve1.jpg',0,'attachment','image/jpeg',0),(233,1,'2011-12-18 18:54:39','2011-12-18 17:54:39','\n\n\n\n\n\n\n\n\n\n\n
Près de la moitié des écoles primaires de l\'enseignement catholique des Côtes d\'Armor est présente sur la toile. Les derniers en date sont ceux de Saint-Aaron, Trévé, Langourla, Pleumeur-Gautier et  Rostrenen.\"\"
Les sites s\'enrichissent avec des liens vers des blogs de classes (Pleumeur Gautier) ou avec des albums numériques consultables en ligne (Trévé)\"\"
\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n ','Sites web d\"écoles','','inherit','closed','closed','','229-revision','','','2011-12-18 18:54:39','2011-12-18 17:54:39','',229,'http://ddec22.asso.fr/innove/?p=233',0,'revision','',0),(234,1,'2011-12-18 19:04:37','0000-00-00 00:00:00','\n\n\n\n\n\n\n\n\n\n\n
\"\"\"\"
\n
','','','draft','closed','closed','','','','','2011-12-18 19:04:37','2011-12-18 18:04:37','',0,'http://ddec22.asso.fr/innove/?page_id=234',0,'page','',0),(235,1,'2011-12-18 19:00:11','2011-12-18 18:00:11','','Capture d’écran 2011-12-18 à 18.57.49','','inherit','closed','closed','','capture-d%e2%80%99ecran-2011-12-18-a-18-57-49','','','2011-12-18 19:00:11','2011-12-18 18:00:11','',234,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/Capture-d’écran-2011-12-18-à-18.57.49.jpg',0,'attachment','image/jpeg',0),(236,1,'2011-12-18 19:01:02','2011-12-18 18:01:02','','Capture d’écran 2011-12-18 à 18.58.03','','inherit','closed','closed','','capture-d%e2%80%99ecran-2011-12-18-a-18-58-03','','','2011-12-18 19:01:02','2011-12-18 18:01:02','',234,'http://ddec22.asso.fr/innove/wp-content/uploads/2011/12/Capture-d’écran-2011-12-18-à-18.58.03.jpg',0,'attachment','image/jpeg',0),(237,1,'2011-12-11 19:00:11','2011-12-11 18:00:11','','Écoles','','inherit','closed','closed','','155-revision-2','','','2011-12-11 19:00:11','2011-12-11 18:00:11','',155,'http://ddec22.asso.fr/innove/?p=237',0,'revision','',0),(238,1,'2011-12-18 18:59:09','2011-12-18 17:59:09','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Près de la moitié des écoles primaires de l\'enseignement catholique des Côtes d\'Armor est présente sur la toile. Les derniers en date sont ceux de Saint-Aaron, Trévé, Langourla, Pleumeur-Gautier et  Rostrenen.\"\"
Les sites s\'enrichissent avec des liens vers des blogs de classes (Pleumeur Gautier) ou avec des albums numériques consultables en ligne (Trévé)\"\"
\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Sites web d\"écoles','','inherit','closed','closed','','229-revision-2','','','2011-12-18 18:59:09','2011-12-18 17:59:09','',229,'http://ddec22.asso.fr/innove/?p=238',0,'revision','',0),(239,1,'2011-12-18 18:32:04','2011-12-18 17:32:04','','Zoom sur...','','inherit','closed','closed','','226-revision-2','','','2011-12-18 18:32:04','2011-12-18 17:32:04','',226,'http://ddec22.asso.fr/innove/?p=239',0,'revision','',0),(240,1,'2011-12-14 18:59:17','2011-12-14 17:59:17','

\"\"

\r\n

\r\nCet espace présente l\'actualité des établissements scolaires de l\'enseignement catholique des Côtes d\'Armor. Il fait part des projets pédagogiques menés avec les élèves dans la perspective d\'acquérir les connaissances et les compétences du socle commun.\r\n\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n ','Accueil','','inherit','closed','closed','','2-revision-18','','','2011-12-14 18:59:17','2011-12-14 17:59:17','',2,'http://ddec22.asso.fr/innove/?p=240',0,'revision','',0),(299,1,'2012-05-05 16:33:16','2012-05-05 14:33:16','','Pédagogie 1er degré','','publish','closed','closed','','pedagogie-1er-degre','','','2012-05-05 16:33:16','2012-05-05 14:33:16','',0,'http://ddec22.asso.fr/innove/?page_id=299',0,'page','',0),(295,6,'2012-04-27 15:28:35','2012-04-27 13:28:35','L\'école de Saint-Alban travaille avec des rubans. Les enfants s\'éclatent et la maîtresse passe son temps à défaire les noeuds.','','','trash','closed','closed','','295','','','2012-05-05 16:42:16','2012-05-05 14:42:16','',0,'http://ddec22.asso.fr/innove/?p=295',0,'post','',0),(264,4,'2012-04-27 14:54:38','2012-04-27 12:54:38','Un musicien du groupe Tri Yann à l\'école Saint-Maurice\n\n \n\n\n\n\n\n\n\n\n\n
\n\n\n\n\n\n\n\n\n\n
\n\n\n\n\n\n\n
\n
\n
\nDans le cadre du projet musical de l\'école Saint-Maurice de Plédran, les élèves de CP et CE 1  ont reçu la visite de Christophe Peloil, violoniste du groupe les Tri Yann, durant la journée de jeudi 22 mars. Cet artiste a présenté et joué de différents instruments : violon,guitare, saxophone,flûte irlandaise, bombarde... Beaucoup des questions de la part des élèves. une projection d\'un concert de Tri Yann et quelques airs traditionnels joués par Christophe ont cloturé ce temps\n\n\n\n\n ','','','inherit','closed','closed','','254-revision','','','2012-04-27 14:54:38','2012-04-27 12:54:38','',254,'http://ddec22.asso.fr/innove/?p=264',0,'revision','',0),(270,9,'2012-04-27 14:52:51','2012-04-27 12:52:51','\"\"voici une information importante :\r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-revision-2','','','2012-04-27 14:52:51','2012-04-27 12:52:51','',250,'http://ddec22.asso.fr/innove/?p=270',0,'revision','',0),(272,11,'2012-04-27 14:53:52','2012-04-27 12:53:52','\"\"','La formation sur Word Press','','inherit','closed','closed','','256-revision-2','','','2012-04-27 14:53:52','2012-04-27 12:53:52','',256,'http://ddec22.asso.fr/innove/?p=272',0,'revision','',0),(302,1,'2012-05-05 16:33:22','2012-05-05 14:33:22','','Brouillon auto','','inherit','closed','closed','','301-revision','','','2012-05-05 16:33:22','2012-05-05 14:33:22','',301,'http://ddec22.asso.fr/innove/?p=302',0,'revision','',0),(275,9,'2012-04-27 14:59:43','2012-04-27 12:59:43',' \r\n\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\nvoici une information importante :\r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-revision-3','','','2012-04-27 14:59:43','2012-04-27 12:59:43','',250,'http://ddec22.asso.fr/innove/?p=275',0,'revision','',0),(276,9,'2012-04-27 15:01:57','2012-04-27 13:01:57','Après une virée de près de 3/4 d’heures, les poneys ont été récupérés et reconduits au bercail.\r\n\r\nOuest-France\r\n\r\n\"Après\r\n\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\nvoici une information importante :\r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-revision-4','','','2012-04-27 15:01:57','2012-04-27 13:01:57','',250,'http://ddec22.asso.fr/innove/?p=276',0,'revision','',0),(301,1,'2012-05-05 16:33:36','2012-05-05 14:33:36','','Pédagogie sd degré','','publish','closed','closed','','pedagogie-second-degre','','','2012-05-05 16:34:47','2012-05-05 14:34:47','',0,'http://ddec22.asso.fr/innove/?page_id=301',0,'page','',0),(278,4,'2012-04-27 14:55:29','2012-04-27 12:55:29','Un musicien du groupe Tri Yann\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\nDans le cadre du projet musical de l\'école Saint-Maurice de Plédran, les élèves de CP et CE 1  ont reçu la visite de Christophe Peloil, violoniste du groupe les Tri Yann, durant la journée de jeudi 22 mars. Cet artiste a présenté et joué de différents instruments : violon,guitare, saxophone,flûte irlandaise, bombarde... Beaucoup des questions de la part des élèves. une projection d\'un concert de Tri Yann et quelques airs traditionnels joués par Christophe ont clôturé ce temps très apprécié par tous.\r\n\r\n\r\n\r\n\r\n ','','','inherit','closed','closed','','254-revision-2','','','2012-04-27 14:55:29','2012-04-27 12:55:29','',254,'http://ddec22.asso.fr/innove/?p=278',0,'revision','',0),(279,4,'2012-04-27 15:15:03','2012-04-27 13:15:03',' \n\n\n\n\n\n\n\n\n\n
\n\n\n\n\n\n\n\n\n\n
\n
\nDans le cadre du projet musical de l\'école Saint-Maurice de Plédran, les élèves de CP et CE 1  ont reçu la visite de Christophe Peloil, violoniste du groupe les Tri Yann, durant la journée de jeudi 22 mars. Cet artiste a présenté et joué de différents instruments : violon, guitare, saxophone, flûte irlandaise, bombarde... Beaucoup des questions de la part des élèves. une projection d\'un concert de Tri Yann et quelques airs traditionnels joués par Christophe ont clôturé ce temps très apprécié par tous.\n\n \n\n\n\n\n ','Un musicien du groupe Tri Yann','','inherit','closed','closed','','254-autosave','','','2012-04-27 15:15:03','2012-04-27 13:15:03','',254,'http://ddec22.asso.fr/innove/?p=279',0,'revision','',0),(281,11,'2012-04-27 15:00:36','2012-04-27 13:00:36','\"\"','La formation sur Word Press','','inherit','closed','closed','','256-revision-3','','','2012-04-27 15:00:36','2012-04-27 13:00:36','',256,'http://ddec22.asso.fr/innove/?p=281',0,'revision','',0),(283,4,'2012-04-27 15:04:25','2012-04-27 13:04:25',' \r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n
\r\n
\r\nDans le cadre du projet musical de l\'école Saint-Maurice de Plédran, les élèves de CP et CE 1  ont reçu la visite de Christophe Peloil, violoniste du groupe les Tri Yann, durant la journée de jeudi 22 mars. Cet artiste a présenté et joué de différents instruments : violon,guitare, saxophone,flûte irlandaise, bombarde... Beaucoup des questions de la part des élèves. une projection d\'un concert de Tri Yann et quelques airs traditionnels joués par Christophe ont clôturé ce temps très apprécié par tous.\r\n\r\n\r\n\r\n\r\n ','Un musicien du groupe Tri Yann','','inherit','closed','closed','','254-revision-3','','','2012-04-27 15:04:25','2012-04-27 13:04:25','',254,'http://ddec22.asso.fr/innove/?p=283',0,'revision','',0),(285,9,'2012-04-27 15:03:45','2012-04-27 13:03:45','Après une virée de près de 3/4 d’heures, les poneys ont été récupérés et reconduits au bercail.\r\n\r\nOuest-France\r\n\r\n\"Après\r\n\r\nouest france\r\n\r\n \r\n\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\nvoici une information importante :\r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-revision-5','','','2012-04-27 15:03:45','2012-04-27 13:03:45','',250,'http://ddec22.asso.fr/innove/?p=285',0,'revision','',0),(296,9,'2012-04-27 15:21:14','2012-04-27 13:21:14','Kalimba Après une virée de près de 3/4 d’heures, les poneys ont été récupérés et reconduits au bercail.\r\n\r\nOuest-France\r\n\r\n\"Après\r\n\r\nouest france\r\n\r\n \r\n\r\nBande annonce\r\n\r\n \r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-revision-8','','','2012-04-27 15:21:14','2012-04-27 13:21:14','',250,'http://ddec22.asso.fr/innove/?p=296',0,'revision','',0),(288,11,'2012-04-27 15:07:19','2012-04-27 13:07:19','\"\"\r\n\r\nClaire','La formation sur Word Press','','inherit','closed','closed','','256-revision-4','','','2012-04-27 15:07:19','2012-04-27 13:07:19','',256,'http://ddec22.asso.fr/innove/?p=288',0,'revision','',0),(289,9,'2012-04-27 15:14:00','2012-04-27 13:14:00','Kalimba Après une virée de près de 3/4 d’heures, les poneys ont été récupérés et reconduits au bercail.\r\n\r\nOuest-France\r\n\r\n\"Après\r\n\r\nouest france\r\n\r\n \r\n\r\n\"\"\r\n\r\n \r\n\r\n \r\n\r\nvoici une information importante :\r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-revision-6','','','2012-04-27 15:14:00','2012-04-27 13:14:00','',250,'http://ddec22.asso.fr/innove/?p=289',0,'revision','',0),(290,9,'2012-04-27 15:21:01','2012-04-27 13:21:01','Kalimba Après une virée de près de 3/4 d’heures, les poneys ont été récupérés et reconduits au bercail.\r\n\r\nOuest-France\r\n\r\n\"Après\r\n\r\nouest france\r\n\r\n \r\n\r\nBande annonce\r\n\r\n \r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-revision-7','','','2012-04-27 15:21:01','2012-04-27 13:21:01','',250,'http://ddec22.asso.fr/innove/?p=290',0,'revision','',0),(300,1,'2012-05-05 16:33:01','2012-05-05 14:33:01','','Pédagogie 1er degré','','inherit','closed','closed','','299-revision','','','2012-05-05 16:33:01','2012-05-05 14:33:01','',299,'http://ddec22.asso.fr/innove/?p=300',0,'revision','',0),(297,9,'2012-04-27 15:30:37','2012-04-27 13:30:37','Kalimba Après une virée de près de 3/4 d’heures, les poneys ont été récupérés et reconduits au bercail.\r\n\r\nOuest-France\r\n\r\n\"Après\r\n\r\nouest france\r\n\r\n \r\n\r\nCHAT\r\n\r\nBande annonce\r\n\r\n \r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-revision-9','','','2012-04-27 15:30:37','2012-04-27 13:30:37','',250,'http://ddec22.asso.fr/innove/?p=297',0,'revision','',0),(298,9,'2012-04-27 15:30:39','2012-04-27 13:30:39','Kalimba Après une virée de près de 3/4 d’heures, les poneys ont été récupérés et reconduits au bercail.\r\n\r\nOuest-France\r\n\r\n\"Après\r\n\r\nouest france\r\n\r\n \r\n\r\nCHAT\r\n\r\nBande annonce\r\n\r\n \r\n\r\n \r\n\r\n ','bonjour à tous','','inherit','closed','closed','','250-revision-10','','','2012-04-27 15:30:39','2012-04-27 13:30:39','',250,'http://ddec22.asso.fr/innove/?p=298',0,'revision','',0),(311,1,'2012-05-17 20:01:24','2012-05-17 18:01:24','','00bandeannonce','','inherit','closed','closed','','00bandeannonce','','','2012-05-17 20:01:24','2012-05-17 18:01:24','',0,'http://ddec22.asso.fr/innove/wp-content/uploads/2012/05/00bandeannonce.mp4',0,'attachment','video/mp4',0),(312,1,'2012-05-22 21:16:30','2012-05-22 19:16:30','','20120522-211614.mov','','inherit','closed','closed','','20120522-211614-mov','','','2012-05-22 21:16:30','2012-05-22 19:16:30','',313,'http://ddec22.asso.fr/innove/wp-content/uploads/2012/05/20120522-211614.mov',0,'attachment','video/mp4',0),(314,1,'2012-05-22 21:16:34','2012-05-22 19:16:34','','Brouillon auto','','inherit','closed','closed','','313-revision','','','2012-05-22 21:16:34','2012-05-22 19:16:34','',313,'http://ddec22.asso.fr/innove/?p=314',0,'revision','',0),(315,1,'2012-05-22 21:24:28','2012-05-22 19:24:28','','20120522-212423.jpg','','inherit','closed','closed','','20120522-212423-jpg','','','2012-05-22 21:24:28','2012-05-22 19:24:28','',157,'http://ddec22.asso.fr/innove/wp-content/uploads/2012/05/20120522-212423.jpg',0,'attachment','image/jpeg',0),(316,1,'2011-12-11 19:00:28','2011-12-11 18:00:28','','Collèges','','inherit','closed','closed','','157-revision-2','','','2011-12-11 19:00:28','2011-12-11 18:00:28','',157,'http://ddec22.asso.fr/innove/?p=316',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 (142,3,0),(9,2,0),(10,30,0),(204,11,0),(8,2,0),(142,32,0),(10,2,0),(10,1,0),(10,5,0),(10,6,0),(13,7,0),(14,7,0),(15,7,0),(18,8,0),(18,4,0),(18,9,0),(18,10,0),(24,11,0),(24,3,0),(24,10,0),(24,12,0),(24,13,0),(24,14,0),(256,1,0),(204,18,0),(204,30,0),(204,17,0),(39,1,0),(39,17,0),(39,18,0),(256,47,0),(250,46,0),(94,3,0),(94,22,0),(254,1,0),(250,1,0),(134,12,0),(134,3,0),(134,4,0),(134,27,0),(134,28,0),(134,29,0),(142,33,0),(11,2,0),(194,38,0),(204,1,0),(193,38,0),(192,38,0),(184,35,0),(184,4,0),(184,36,0),(184,37,0),(191,38,0),(189,38,0),(190,38,0),(186,38,0),(187,38,0),(188,38,0),(225,38,0),(228,38,0),(229,1,0),(229,42,0),(229,17,0),(229,43,0),(229,44,0),(229,45,0),(254,49,0),(295,1,0),(303,38,0),(304,38,0),(313,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) 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=51 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,6),(2,2,'link_category','',0,4),(3,3,'category','',0,4),(4,4,'category','',0,3),(5,5,'post_tag','',0,1),(6,6,'post_tag','',0,1),(7,7,'box-sets','',0,3),(8,4,'post_tag','',0,1),(9,8,'post_tag','',0,1),(10,9,'post_tag','',0,2),(11,10,'post_tag','',0,2),(12,3,'post_tag','',0,2),(13,11,'post_tag','',0,1),(14,12,'post_tag','',0,1),(35,33,'category','',4,1),(17,15,'post_tag','',0,3),(18,16,'post_tag','',0,2),(47,43,'post_tag','',0,0),(46,42,'post_tag','',0,0),(22,20,'post_tag','',0,1),(23,21,'category','',1,0),(24,22,'post_tag','',0,0),(25,23,'post_tag','',0,0),(27,25,'post_tag','',0,1),(28,26,'post_tag','',0,1),(29,27,'post_tag','',0,1),(30,28,'category','',1,2),(39,36,'category','',0,0),(32,30,'post_tag','',0,1),(33,31,'post_tag','',0,1),(36,34,'post_tag','',0,1),(37,33,'post_tag','',0,1),(38,35,'nav_menu','',0,13),(40,37,'category','',36,0),(41,38,'category','',36,0),(42,39,'post_tag','',0,1),(43,1,'post_tag','',0,1),(44,40,'post_tag','',0,1),(45,41,'post_tag','',0,1),(48,44,'post_tag','',0,0),(49,45,'post_tag','',0,1),(50,46,'post_tag','',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=47 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,'Écoles','ecoe',0),(2,'Liens','liens',0),(3,'Collèges','col',0),(4,'Lycées','lyc',0),(5,'Plérin','plerin',0),(6,'Maternelles','maternelle',0),(7,'default-boxes','default-boxes',0),(8,'Handicap','handicap',0),(9,'Saint-Brieuc','saint-brieuc',0),(10,'Tice','tice',0),(11,'Sainte-Marie','sainte-marie',0),(12,'Évaluation','evaluation',0),(33,'Lycées professionnels','lycees-professionnels',0),(15,'Trévé','treve',0),(16,'ENR','enr',0),(42,'choucroute','choucroute',0),(20,'Classes presse','classes-presse',0),(21,'Cycle 1','cycle-1',0),(22,'Trans\'arts','transart',0),(23,'Collèges','college',0),(25,'Segpa','segpa',0),(26,'Enseignements adaptés','enseignements-adaptes',0),(27,'Quintin','quintin',0),(28,'Maternelles','mat',0),(36,'Enseignement supérieur','enseignement-superieur',0),(30,'Europe','europe',0),(31,'Projets Coménius','projets-comenius',0),(34,'Sacré-Coeur','sacre-coeur',0),(35,'Menu des catégories','menu-des-categories',0),(37,'Isupec','isupec',0),(38,'Isfec','isfec',0),(39,'Albums numériques','albums-numeriques',0),(40,'Rostrenen','rostrenen',0),(41,'Pleumeur Gautier','pleumeur-gautier',0),(43,'formation','formation',0),(44,'langue orale','langue-orale',0),(45,'musique','musique',0),(46,'projet','projet',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=211 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',''),(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,'aim',''),(10,1,'yim',''),(11,1,'jabber',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(13,1,'wp_user_level','10'),(14,1,'wp_dashboard_quick_press_last_post_id','305'),(15,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:88:\"dashboard_right_now,dashboard_recent_comments,dashboard_incoming_links,dashboard_plugins\";s:4:\"side\";s:83:\"dashboard_quick_press,dashboard_recent_drafts,dashboard_primary,dashboard_secondary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(16,1,'screen_layout_dashboard','2'),(17,1,'closedpostboxes_dashboard','a:0:{}'),(18,1,'metaboxhidden_dashboard','a:2:{i:0;s:17:\"dashboard_primary\";i:1;s:19:\"dashboard_secondary\";}'),(20,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\";}'),(21,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(23,1,'wp_user-settings','m5=o&m6=o&m7=o&m8=o&m1=o&m0=o&m2=o&m3=o&m4=o&align=left&editor=tinymce&imgsize=full&m9=o&hidetb=1'),(24,1,'wp_user-settings-time','1323886816'),(25,1,'show_admin_bar_front','true'),(27,1,'meta-box-order_settings_page_wp-native-dashboard','a:2:{s:4:\"side\";s:0:\"\";s:6:\"normal\";s:92:\"wp-native-dashboard-acl,wp-native-dashboard-installed-i18n,wp-native-dashboard-download-i18n\";}'),(3,1,'nickname','admin'),(19,1,'wp_native_dashboard_language','fr_FR'),(28,2,'first_name','Christian'),(29,2,'last_name','Jézégou'),(30,2,'nickname','admin2'),(31,2,'description',''),(32,2,'rich_editing','true'),(33,2,'comment_shortcuts','false'),(34,2,'admin_color','fresh'),(35,2,'use_ssl','0'),(36,2,'show_admin_bar_front','true'),(38,2,'aim',''),(39,2,'yim',''),(40,2,'jabber',''),(41,2,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(42,2,'wp_user_level','10'),(43,2,'wp_native_dashboard_language','fr_FR'),(44,2,'wp_dashboard_quick_press_last_post_id','241'),(45,1,'closedpostboxes_post','a:0:{}'),(46,1,'metaboxhidden_post','a:7:{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\";}'),(47,1,'nav_menu_recently_edited','35'),(53,3,'first_name','Laurent'),(49,2,'wp_user-settings','hidetb=1&editor=tinymce'),(50,2,'wp_user-settings-time','1322733615'),(51,1,'closedpostboxes_page','a:1:{i:0;s:13:\"pageparentdiv\";}'),(52,1,'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\";}'),(54,3,'last_name','Mercier'),(55,3,'nickname','admin3'),(56,3,'description',''),(57,3,'rich_editing','true'),(58,3,'comment_shortcuts','false'),(59,3,'admin_color','fresh'),(60,3,'use_ssl','0'),(61,3,'show_admin_bar_front','true'),(63,3,'aim',''),(64,3,'yim',''),(65,3,'jabber',''),(66,3,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(67,3,'wp_user_level','10'),(68,3,'wp_native_dashboard_language','fr_FR'),(69,3,'wp_dashboard_quick_press_last_post_id','123'),(70,4,'first_name',''),(71,4,'last_name',''),(72,4,'nickname','chantal'),(73,4,'description',''),(74,4,'rich_editing','true'),(75,4,'comment_shortcuts','false'),(76,4,'admin_color','fresh'),(77,4,'use_ssl','0'),(78,4,'show_admin_bar_front','true'),(80,4,'aim',''),(81,4,'yim',''),(82,4,'jabber',''),(83,4,'wp_capabilities','a:1:{s:6:\"author\";s:1:\"1\";}'),(84,4,'wp_user_level','2'),(85,5,'first_name',''),(86,5,'last_name',''),(87,5,'nickname','sylvie'),(88,5,'description',''),(89,5,'rich_editing','true'),(90,5,'comment_shortcuts','false'),(91,5,'admin_color','fresh'),(92,5,'use_ssl','0'),(93,5,'show_admin_bar_front','true'),(95,5,'aim',''),(96,5,'yim',''),(97,5,'jabber',''),(98,5,'wp_capabilities','a:1:{s:6:\"editor\";s:1:\"1\";}'),(99,5,'wp_user_level','7'),(100,6,'first_name',''),(101,6,'last_name',''),(102,6,'nickname','marielaure'),(103,6,'description',''),(104,6,'rich_editing','true'),(105,6,'comment_shortcuts','false'),(106,6,'admin_color','fresh'),(107,6,'use_ssl','0'),(108,6,'show_admin_bar_front','true'),(110,6,'aim',''),(111,6,'yim',''),(112,6,'jabber',''),(113,6,'wp_capabilities','a:1:{s:6:\"author\";s:1:\"1\";}'),(114,6,'wp_user_level','2'),(115,7,'first_name',''),(116,7,'last_name',''),(117,7,'nickname','patrice'),(118,7,'description',''),(119,7,'rich_editing','true'),(120,7,'comment_shortcuts','false'),(121,7,'admin_color','fresh'),(122,7,'use_ssl','0'),(123,7,'show_admin_bar_front','true'),(125,7,'aim',''),(126,7,'yim',''),(127,7,'jabber',''),(128,7,'wp_capabilities','a:1:{s:6:\"author\";s:1:\"1\";}'),(129,7,'wp_user_level','2'),(130,8,'first_name',''),(131,8,'last_name',''),(132,8,'nickname','annemarie'),(133,8,'description',''),(134,8,'rich_editing','true'),(135,8,'comment_shortcuts','false'),(136,8,'admin_color','fresh'),(137,8,'use_ssl','0'),(138,8,'show_admin_bar_front','true'),(140,8,'aim',''),(141,8,'yim',''),(142,8,'jabber',''),(143,8,'wp_capabilities','a:1:{s:6:\"author\";s:1:\"1\";}'),(144,8,'wp_user_level','2'),(145,9,'first_name',''),(146,9,'last_name',''),(147,9,'nickname','claire'),(148,9,'description',''),(149,9,'rich_editing','true'),(150,9,'comment_shortcuts','false'),(151,9,'admin_color','fresh'),(152,9,'use_ssl','0'),(153,9,'show_admin_bar_front','true'),(155,9,'aim',''),(156,9,'yim',''),(157,9,'jabber',''),(158,9,'wp_capabilities','a:1:{s:6:\"author\";s:1:\"1\";}'),(159,9,'wp_user_level','2'),(160,4,'wp_native_dashboard_language','fr_FR'),(161,4,'wp_dashboard_quick_press_last_post_id','244'),(162,7,'wp_native_dashboard_language','fr_FR'),(163,7,'wp_dashboard_quick_press_last_post_id','245'),(164,10,'first_name',''),(165,10,'last_name',''),(166,10,'nickname','thibaut'),(167,10,'description',''),(168,10,'rich_editing','true'),(169,10,'comment_shortcuts','false'),(170,10,'admin_color','fresh'),(171,10,'use_ssl','0'),(172,10,'show_admin_bar_front','true'),(174,10,'aim',''),(175,10,'yim',''),(176,10,'jabber',''),(177,10,'wp_capabilities','a:1:{s:6:\"author\";s:1:\"1\";}'),(178,10,'wp_user_level','2'),(179,11,'first_name',''),(180,11,'last_name',''),(181,11,'nickname','isabelle'),(182,11,'description',''),(183,11,'rich_editing','true'),(184,11,'comment_shortcuts','false'),(185,11,'admin_color','fresh'),(186,11,'use_ssl','0'),(187,11,'show_admin_bar_front','true'),(210,1,'dismissed_wp_pointers','wp330_toolbar'),(189,11,'aim',''),(190,11,'yim',''),(191,11,'jabber',''),(192,11,'wp_capabilities','a:1:{s:6:\"author\";s:1:\"1\";}'),(193,11,'wp_user_level','2'),(194,5,'wp_native_dashboard_language','fr_FR'),(195,5,'wp_dashboard_quick_press_last_post_id','247'),(196,9,'wp_native_dashboard_language','fr_FR'),(197,9,'wp_dashboard_quick_press_last_post_id','248'),(198,11,'wp_native_dashboard_language','fr_FR'),(199,6,'wp_native_dashboard_language','fr_FR'),(200,6,'wp_dashboard_quick_press_last_post_id','249'),(201,5,'closedpostboxes_post','a:0:{}'),(202,5,'metaboxhidden_post','a:5:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:7:\"slugdiv\";}'),(203,9,'wp_user-settings','editor=tinymce'),(204,9,'wp_user-settings-time','1335531579'),(205,11,'wp_user-settings','editor=tinymce&m0=o'),(206,11,'wp_user-settings-time','1335531659'),(207,11,'wp_dashboard_quick_press_last_post_id','280'),(208,6,'wp_user-settings','m0=o'),(209,6,'wp_user-settings-time','1335532614'); /*!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=12 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,'admin','$P$BxG9BzfEz1Wc3ozQOovgJerNeyqYjb0','admin','ddec22.a-larhant@ecbretagne.org','','2011-11-17 16:56:41','',0,'admin'),(2,'admin2','$P$BQ5QK.vGPLSor7hcGQE/DxUQLPeGPC.','admin2','christian.jezegou@orange.fr','','2011-11-19 11:05:03','',0,'admin2'),(3,'admin3','$P$BDrAT0hzCbaykr8KuUKcwNVFF6ggar0','admin3','ddec22.l-mercier@ecbretagne.org','','2011-12-02 10:46:01','',0,'admin3'),(4,'chantal','$P$BWpcNz3laI4i7wp/sIwXM0mdDpXmrx.','chantal','ddec22.c-alanet@ecbretagne.org','','2012-04-27 10:09:53','',0,'chantal'),(5,'sylvie','$P$BOgdmNMWNXpLqWLoE5QQQeEmT./PHO1','sylvie','ddec22.s-cottenceau@ecbretagne.org','','2012-04-27 10:10:46','',0,'sylvie'),(6,'marielaure','$P$BVCP17KwMfjEZaKeT77CoTlOO9JWDQ.','marielaure','ddec22.ml-plesse@ecbretagne.org','','2012-04-27 10:12:10','',0,'marielaure'),(7,'patrice','$P$BpsHCVgwAw9NM9k.6ZltqeLltr0HwS1','patrice','ddec22.p-potier@ecbretagne.org','','2012-04-27 10:13:08','',0,'patrice'),(8,'annemarie','$P$B1tzzPXDoW4cH4m37xRLSh1seeLKf61','annemarie','ddec22.am-gorsky@ecbretagne.org','','2012-04-27 10:15:12','',0,'annemarie'),(9,'claire','$P$BcEGMMqBFR/w6ifDWoTbnQUxvw1oZy/','claire','ddec22.c-valdenaire@ecbretagne.org','','2012-04-27 10:16:01','',0,'claire'),(10,'thibaut','$P$BkvZwyk2Y4RHkeJvP3t8RgZgzOIWeC.','thibaut','ddec22.t-lebolloch@ecbretagne.org','','2012-04-27 12:09:35','',0,'thibaut'),(11,'isabelle','$P$BZO3bdgrrLProOWSbHWgHZ/QEtkTwP1','isabelle','ddec22.i-caroff@ecbretagne.org','','2012-04-27 12:13:57','',0,'isabelle'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!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 2012-05-29 13:40:38