PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
stadlercattaneo
-- MySQL dump 10.13 Distrib 5.1.68, for unknown-linux-gnu (x86_64) -- -- Host: localhost Database: dosgrou_stadler -- ------------------------------------------------------ -- Server version 5.1.68-cll /*!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 `sc_commentmeta` -- DROP TABLE IF EXISTS `sc_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_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=45 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_commentmeta` -- LOCK TABLES `sc_commentmeta` WRITE; /*!40000 ALTER TABLE `sc_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_comments` -- DROP TABLE IF EXISTS `sc_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=54 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_comments` -- LOCK TABLES `sc_comments` WRITE; /*!40000 ALTER TABLE `sc_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_cu3er__defaults` -- DROP TABLE IF EXISTS `sc_cu3er__defaults`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_cu3er__defaults` ( `id` int(11) NOT NULL AUTO_INCREMENT, `slideshow_id` int(11) NOT NULL, `duration` varchar(50) DEFAULT NULL, `color` varchar(20) DEFAULT NULL, `caption` varchar(255) DEFAULT NULL, `link` varchar(255) DEFAULT NULL, `target` varchar(20) DEFAULT NULL, `heading` text, `paragraph` text, `dlink` varchar(255) DEFAULT NULL, `dtarget` varchar(20) DEFAULT NULL, `type` varchar(5) DEFAULT NULL, `columns` int(11) DEFAULT NULL, `rows` int(11) DEFAULT NULL, `type2d` varchar(50) DEFAULT NULL, `flipAngle` int(11) DEFAULT NULL, `flipOrder` int(11) DEFAULT NULL, `flipShader` varchar(50) DEFAULT NULL, `flipOrderFromCenter` varchar(20) DEFAULT NULL, `flipDirection` varchar(50) DEFAULT NULL, `flipColor` varchar(30) DEFAULT NULL, `flipBoxDepth` varchar(50) DEFAULT NULL, `flipDepth` varchar(50) DEFAULT NULL, `flipEasing` varchar(50) DEFAULT NULL, `flipDuration` varchar(50) DEFAULT NULL, `flipDelay` varchar(50) DEFAULT NULL, `flipDelayRandomize` varchar(50) DEFAULT NULL, `align_pos` varchar(5) DEFAULT NULL, `fit` varchar(255) DEFAULT NULL, `x` varchar(50) DEFAULT NULL, `y` varchar(50) DEFAULT NULL, `scaleX` varchar(50) DEFAULT NULL, `scaleY` varchar(50) DEFAULT NULL, `salign_pos` varchar(5) DEFAULT NULL, `sx` varchar(50) DEFAULT NULL, `sy` varchar(50) DEFAULT NULL, `swidth` varchar(50) DEFAULT NULL, `sheight` varchar(50) DEFAULT NULL, `corner_TL` varchar(50) DEFAULT NULL, `corner_TR` varchar(50) DEFAULT NULL, `corner_BL` varchar(50) DEFAULT NULL, `corner_BR` varchar(50) DEFAULT NULL, `thumb_width` varchar(50) DEFAULT NULL, `thumb_height` varchar(50) DEFAULT NULL, `transparent` varchar(15) DEFAULT NULL, `seo_show_image` varchar(5) NOT NULL DEFAULT '', `seo_show_heading` varchar(5) NOT NULL DEFAULT '', `seo_show_paragraph` varchar(5) NOT NULL DEFAULT '', `seo_show_caption` varchar(5) NOT NULL DEFAULT '', `use_post_images` varchar(5) NOT NULL DEFAULT '', `posts_count` int(11) NOT NULL DEFAULT '4', `posts_fit` varchar(255) NOT NULL DEFAULT 'dafault', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_cu3er__defaults` -- LOCK TABLES `sc_cu3er__defaults` WRITE; /*!40000 ALTER TABLE `sc_cu3er__defaults` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_cu3er__defaults` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_cu3er__settings` -- DROP TABLE IF EXISTS `sc_cu3er__settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_cu3er__settings` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cu3er_location` varchar(255) DEFAULT NULL, `licence` varchar(255) DEFAULT NULL, `licence1` varchar(255) DEFAULT NULL, `licence2` varchar(255) DEFAULT NULL, `licence3` varchar(255) DEFAULT NULL, `licence4` varchar(255) DEFAULT NULL, `js_location` varchar(255) DEFAULT NULL, `js_player_location` varchar(255) DEFAULT NULL, `version` varchar(10) NOT NULL DEFAULT '0.36', `branding` enum('no','yes') NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_cu3er__settings` -- LOCK TABLES `sc_cu3er__settings` WRITE; /*!40000 ALTER TABLE `sc_cu3er__settings` DISABLE KEYS */; INSERT INTO `sc_cu3er__settings` VALUES (1,NULL,NULL,NULL,NULL,NULL,NULL,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/wpcu3er/jquery.cu3er.js','http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/wpcu3er/jquery.cu3er.player.js','0.36','no'); /*!40000 ALTER TABLE `sc_cu3er__settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_cu3er__slides` -- DROP TABLE IF EXISTS `sc_cu3er__slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_cu3er__slides` ( `id` int(11) NOT NULL AUTO_INCREMENT, `slideshow_id` int(11) NOT NULL, `duration` varchar(50) DEFAULT NULL, `color` varchar(20) DEFAULT NULL, `caption` varchar(255) DEFAULT NULL, `link` varchar(255) DEFAULT NULL, `target` varchar(20) DEFAULT NULL, `heading` text, `paragraph` text, `dlink` varchar(255) DEFAULT NULL, `dtarget` varchar(20) DEFAULT NULL, `type` varchar(5) DEFAULT NULL, `columns` int(11) DEFAULT NULL, `rows` int(11) DEFAULT NULL, `type2d` varchar(50) DEFAULT NULL, `flipAngle` int(11) DEFAULT NULL, `flipOrder` int(11) DEFAULT NULL, `flipShader` varchar(50) DEFAULT NULL, `flipOrderFromCenter` varchar(20) DEFAULT NULL, `flipDirection` varchar(50) DEFAULT NULL, `flipColor` varchar(30) DEFAULT NULL, `flipBoxDepth` varchar(50) DEFAULT NULL, `flipDepth` varchar(50) DEFAULT NULL, `flipEasing` varchar(50) DEFAULT NULL, `flipDuration` varchar(50) DEFAULT NULL, `flipDelay` varchar(50) DEFAULT NULL, `flipDelayRandomize` varchar(50) DEFAULT NULL, `position` int(11) NOT NULL, `image` varchar(255) DEFAULT NULL, `align_pos` varchar(255) DEFAULT NULL, `fit` varchar(255) DEFAULT NULL, `x` varchar(50) DEFAULT NULL, `y` varchar(50) DEFAULT NULL, `scaleX` varchar(50) DEFAULT NULL, `scaleY` varchar(50) DEFAULT NULL, `transparent` varchar(15) DEFAULT NULL, `use_image` enum('yes','no') NOT NULL DEFAULT 'yes', `seo_show_image` varchar(5) NOT NULL DEFAULT '', `seo_show_heading` varchar(5) NOT NULL DEFAULT '', `seo_show_paragraph` varchar(5) NOT NULL DEFAULT '', `seo_show_caption` varchar(5) NOT NULL DEFAULT '', `seo_text` text, `seo_img_alt` text, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_cu3er__slides` -- LOCK TABLES `sc_cu3er__slides` WRITE; /*!40000 ALTER TABLE `sc_cu3er__slides` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_cu3er__slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_cu3er__slideshows` -- DROP TABLE IF EXISTS `sc_cu3er__slideshows`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_cu3er__slideshows` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `width` int(11) NOT NULL, `width_type` enum('px','%') NOT NULL DEFAULT 'px', `height` int(11) NOT NULL, `height_type` enum('px','%') NOT NULL DEFAULT 'px', `background` varchar(20) NOT NULL, `images_folder` varchar(255) NOT NULL, `fonts_folder` varchar(255) NOT NULL, `content` text NOT NULL, `xml_location` varchar(255) NOT NULL, `bg_image` varchar(255) DEFAULT NULL, `bg_align_to` varchar(10) DEFAULT NULL, `bg_align_pos` varchar(10) DEFAULT NULL, `bg_x` varchar(50) DEFAULT NULL, `bg_y` varchar(50) DEFAULT NULL, `bg_scaleX` varchar(50) DEFAULT NULL, `bg_scaleY` varchar(50) DEFAULT NULL, `bg_use_image` varchar(15) DEFAULT NULL, `backgroundType` varchar(20) DEFAULT NULL, `sdw_show` varchar(20) DEFAULT NULL, `sdw_use_image` varchar(20) DEFAULT NULL, `sdw_color` varchar(20) DEFAULT NULL, `sdw_alpha` varchar(50) DEFAULT NULL, `sdw_blur` varchar(50) DEFAULT NULL, `sdw_corner_tl` varchar(30) DEFAULT NULL, `sdw_corner_tr` varchar(30) DEFAULT NULL, `sdw_corner_bl` varchar(30) DEFAULT NULL, `sdw_corner_br` varchar(30) DEFAULT NULL, `sdw_image` varchar(255) DEFAULT NULL, `pr_image` varchar(255) DEFAULT NULL, `pr_align_to` varchar(20) DEFAULT NULL, `pr_align_pos` varchar(20) DEFAULT NULL, `pr_x` varchar(50) DEFAULT NULL, `pr_y` varchar(50) DEFAULT NULL, `pr_scaleX` varchar(50) DEFAULT NULL, `pr_scaleY` varchar(50) DEFAULT NULL, `pr_loader_direction` varchar(20) DEFAULT NULL, `pr_alpha_loader` varchar(15) DEFAULT NULL, `pr_alpha_bg` varchar(15) DEFAULT NULL, `pr_tint_loader` varchar(15) DEFAULT NULL, `pr_tint_bg` varchar(15) DEFAULT NULL, `pr_width` varchar(15) DEFAULT NULL, `pr_height` varchar(15) DEFAULT NULL, `modified` datetime DEFAULT NULL, `force_js` enum('no','yes') NOT NULL DEFAULT 'no', `force_js3d` enum('no','yes') NOT NULL DEFAULT 'no', `responsive` enum('yes','no') NOT NULL DEFAULT 'yes', `br_align_to` varchar(20) DEFAULT NULL, `br_align_pos` varchar(20) DEFAULT NULL, `br_x` varchar(20) DEFAULT NULL, `br_y` varchar(20) DEFAULT NULL, `project_location` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_cu3er__slideshows` -- LOCK TABLES `sc_cu3er__slideshows` WRITE; /*!40000 ALTER TABLE `sc_cu3er__slideshows` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_cu3er__slideshows` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_layerslider` -- DROP TABLE IF EXISTS `sc_layerslider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_layerslider` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(100) NOT NULL, `data` mediumtext NOT NULL, `date_c` int(10) NOT NULL, `date_m` int(11) NOT NULL, `flag_hidden` tinyint(1) NOT NULL DEFAULT '0', `flag_deleted` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_layerslider` -- LOCK TABLES `sc_layerslider` WRITE; /*!40000 ALTER TABLE `sc_layerslider` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_layerslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_links` -- DROP TABLE IF EXISTS `sc_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_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 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_links` -- LOCK TABLES `sc_links` WRITE; /*!40000 ALTER TABLE `sc_links` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_options` -- DROP TABLE IF EXISTS `sc_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=833 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_options` -- LOCK TABLES `sc_options` WRITE; /*!40000 ALTER TABLE `sc_options` DISABLE KEYS */; INSERT INTO `sc_options` VALUES (1,'siteurl','http://sandbox.dos-group.com/stadlercattaneo','yes'),(2,'blogname','Stadler Cattaneo','yes'),(3,'blogdescription','Un nuovo sito targato WordPress','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','moise.scalzo@dos-group.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','closed','yes'),(20,'default_pingback_flag','','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','j F Y','yes'),(23,'time_format','G:i','yes'),(24,'links_updated_date_format','j F Y G:i','yes'),(25,'links_recently_updated_prepend','<em>','yes'),(26,'links_recently_updated_append','</em>','yes'),(27,'links_recently_updated_time','120','yes'),(28,'comment_moderation','','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%postname%/','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:6:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:37:\"post-types-order/post-types-order.php\";i:2;s:23:\"revslider/revslider.php\";i:3;s:45:\"simple-page-ordering/simple-page-ordering.php\";i:4;s:55:\"woocommerce-all-in-one-seo-pack/all-in-one-seo-pack.php\";i:5;s:19:\"wpcu3er/wpcu3er.php\";}','yes'),(36,'home','http://sandbox.dos-group.com/stadlercattaneo','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:113:\"/home/dosgrou/public_html/sandbox/stadlercattaneo/wp-content/themes/Karma/theme-template-part-slider-jquery-2.php\";i:2;s:104:\"/home/dosgrou/public_html/sandbox/stadlercattaneo/wp-content/themes/Karma/template-homepage-jquery-2.php\";i:3;s:83:\"/home/dosgrou/public_html/sandbox/stadlercattaneo/wp-content/themes/Karma/style.css\";i:4;s:95:\"/home/dosgrou/public_html/sandbox/stadlercattaneo/wp-content/themes/Karma-Child-Theme/style.css\";i:5;s:104:\"/home/dosgrou/public_html/sandbox/stadlercattaneo/wp-content/themes/Karma/framework/custom-metaboxes.php\";}','no'),(44,'template','Karma','yes'),(45,'stylesheet','Karma-Child-Theme','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','26692','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','0','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:3:{i:2;a:3:{s:5:\"title\";s:18:\"Stadler - Cattaneo\";s:4:\"text\";s:312:\"<h6>Studio legale e notarile Stadler - Cattaneo</h6>\r\n<p>Corso San Gottardo 3<br />\r\nCasella postale 1342<br />\r\n6830 Chiasso</p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tr>\r\n<td width=\"20%\">Telefono:</td>\r\n<td>091 682 86 82</td>\r\n</tr>\r\n<tr>\r\n<td>Fax:</td>\r\n<td>091 682 84 40</td>\r\n</tr>\r\n</table>\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:8:\"CONTATTI\";s:4:\"text\";s:305:\"<h6>membri OATi studio legale e notarile</h6>\r\n<p>Corso San Gottardo 3<br />\r\nCasella postale 1342<br />\r\n6830 Chiasso</p>\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tr>\r\n<td width=\"20%\">Telefono:</td>\r\n<td>091 682 86 82</td>\r\n</tr>\r\n<tr>\r\n<td>Fax:</td>\r\n<td>091 682 84 40</td>\r\n</tr>\r\n</table>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:2:{s:19:\"wpcu3er/wpcu3er.php\";s:23:\"cu3er__action_uninstall\";s:27:\"LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),(86,'timezone_string','Europe/Rome','yes'),(88,'page_on_front','1319','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','26691','yes'),(92,'sc_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'),(93,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:5:\"CERCA\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:16:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:1:{i:0;s:10:\"nav_menu-2\";}s:9:\"sidebar-7\";a:1:{i:0;s:13:\"show_recent-2\";}s:9:\"sidebar-8\";a:1:{i:0;s:6:\"text-3\";}s:9:\"sidebar-9\";a:1:{i:0;s:8:\"search-2\";}s:10:\"sidebar-10\";a:0:{}s:10:\"sidebar-11\";a:0:{}s:10:\"sidebar-12\";a:0:{}s:10:\"sidebar-13\";a:0:{}s:10:\"sidebar-14\";a:1:{i:0;s:6:\"text-2\";}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:5:{i:1409243238;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:1409243245;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1409244220;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1409250600;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'),(547,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:26:\"moise.scalzo@dos-group.com\";s:7:\"version\";s:5:\"3.8.4\";s:9:\"timestamp\";i:1407415495;}','yes'),(808,'_site_transient_timeout_theme_roots','1421059566','yes'),(809,'_site_transient_theme_roots','a:3:{s:17:\"Karma-Child-Theme\";s:7:\"/themes\";s:5:\"Karma\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";}','yes'),(810,'_site_transient_timeout_browser_5c55dd0374d143d36857e7cd944440b3','1421662568','yes'),(814,'_transient_timeout_feed_mod_9cfd33c416d281bf0fde7cb560b35536','1421100971','no'),(815,'_transient_feed_mod_9cfd33c416d281bf0fde7cb560b35536','1421057771','no'),(816,'can_compress_scripts','1','yes'),(817,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1421100977','no'),(818,'_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:49:\"\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:26:\"https://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:\"Thu, 18 Dec 2014 18:57: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/?v=4.2-alpha-31151\";s:7:\"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:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.1 “Dinah”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2014/12/dinah/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2014/12/dinah/#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, 18 Dec 2014 18:35:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=3386\";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:360:\"Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, 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: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:24551:\"<p>Version 4.1 of WordPress, named “Dinah” in honor of jazz singer <a href=\"http://wikipedia.org/wiki/Dinah_Washington\">Dinah Washington</a>, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style.</p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Fifteen</h2>\n<p><img class=\"aligncenter size-large wp-image-3389\" src=\"https://wordpress.org/news/files/2014/12/2015-laptop-1024x533.png\" alt=\"2015-laptop\" width=\"692\" height=\"360\" /></p>\n<h3>Our newest default theme, Twenty Fifteen, is a blog-focused theme designed for clarity.</h3>\n<p><img class=\"alignright wp-image-3426 size-medium\" src=\"https://wordpress.org/news/files/2014/12/2015-phones-languages-small-300x250.png\" alt=\"\" width=\"300\" height=\"250\" />Twenty Fifteen has flawless language support, with help from <a href=\"https://www.google.com/get/noto/\">Google’s Noto font family</a>.</p>\n<p>The straightforward typography is readable on any screen size.</p>\n<p>Your content always takes center stage, whether viewed on a phone, tablet, laptop, or desktop computer.</p>\n<hr />\n<h2 style=\"text-align: center\">Distraction-free writing</h2>\n<p><img class=\"aligncenter size-large wp-image-3392\" src=\"https://wordpress.org/news/files/2014/12/dfw-screen-1024x614.png\" alt=\"dfw-screen\" width=\"692\" height=\"415\" /></p>\n<h3 style=\"text-align: center\"><em>Just write.</em></h3>\n<p>Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on <strong>distraction-free writing mode</strong>. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.</p>\n<hr />\n<h2 style=\"text-align: center\">The Finer Points</h2>\n<h5><strong><img class=\"alignleft wp-image-3405\" src=\"https://wordpress.org/news/files/2014/12/icon-language2.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Choose a language</h5>\n<p>Right now, WordPress 4.1 is already translated into over forty languages, with more always in progress. You can switch to any translation on the General Settings screen.</p>\n<h5><strong><img class=\"alignleft wp-image-3406\" src=\"https://wordpress.org/news/files/2014/12/icon-logout1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Log out everywhere</h5>\n<p>If you’ve ever worried you forgot to sign out from a shared computer, you can now go to your profile and log out everywhere.</p>\n<h5><strong><img class=\"alignleft wp-image-3407\" src=\"https://wordpress.org/news/files/2014/12/icon-vine1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Vine embeds</h5>\n<p>Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the <a href=\"https://codex.wordpress.org/Embeds\">full list</a> of supported embeds.</p>\n<h5><strong><img class=\"alignleft wp-image-3408\" src=\"https://wordpress.org/news/files/2014/12/icon-recommended1.png\" alt=\"\" width=\"80\" height=\"80\" /></strong>Plugin recommendations</h5>\n<p>The plugin installer suggests plugins for you to try. Recommendations are based on the plugins you and other users have installed.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<h5>Complex Queries</h5>\n<p>Metadata, date, and term queries now support advanced conditional logic, like nested clauses and multiple operators — <code>A AND ( B OR C )</code>.</p>\n<h5>Customizer API</h5>\n<p>The customizer now supports conditionally showing panels and sections based on the page being previewed.</p>\n<h5><code><title></code> tags in themes</h5>\n<p><code>add_theme_support( \'title-tag\' )</code> tells WordPress to handle the complexities of document titles.</p>\n<h5>Developer Reference</h5>\n<p>Continued improvements to inline code documentation have made the <a href=\"https://developer.wordpress.org/reference/\">developer reference</a> more complete than ever.</p>\n<hr />\n<h2 style=\"text-align: center\">The Choir</h2>\n<p>This release was led by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, with the help of these awesome folks. Check out some of their profiles while listening to Dinah Washington on the music service of your choice:</p>\n<a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akumria\">akumria</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/momo360modena\">Amaury Balmer</a>, <a href=\"https://profiles.wordpress.org/amruta123b\">Amruta Bhosale</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">antpb</a>, <a href=\"https://profiles.wordpress.org/arippberger\">arippberger</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/bainternet\">Bainternet</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/briandichiara\">Brian DiChiara</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/bswatson\">Brian Watson</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/captaintheme\">Captain Theme</a>, <a href=\"https://profiles.wordpress.org/hiwhatsup\">Carlos</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/ccprice\">ccprice</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/aprea\">Chris Aprea</a>, <a href=\"https://profiles.wordpress.org/chrisbliss18\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/jazzs3quence\">Chris Reynolds</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/cfoellmann\">Christian Foellmann</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/cyclometh\">Corey Snow</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/curtjen\">curtjen</a>, <a href=\"https://profiles.wordpress.org/colorful-tones\">Damon Cook</a>, <a href=\"https://profiles.wordpress.org/dancameron\">Dan Cameron</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/convissor\">Daniel Convissor</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davidjlaietta\">David Laietta</a>, <a href=\"https://profiles.wordpress.org/technical_mastermind\">David Wood</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/dcavins\">dcavins</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/wedi\">Dirk Weise</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dominikschwind-1\">Dominik Schwind</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"https://profiles.wordpress.org/dustinhartzler\">Dustin Hartzler</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ew_holmes\">Eric Holmes</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Lewis</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/florianziegler\">florianziegler</a>, <a href=\"https://profiles.wordpress.org/hereswhatidid\">Gabe Shackle</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/babbardel\">George Olaru</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hardy101\">hardy101</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/heshiming\">heshiming</a>, <a href=\"https://profiles.wordpress.org/honeysilvas\">honeysilvas</a>, <a href=\"https://profiles.wordpress.org/hugodelgado\">hugodelgado</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/ianmjones\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivankristianto\">Ivan Kristianto</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jaimieolmstead\">jaimieolmstead</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">janhenckens</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/jarednova\">jarednova</a>, <a href=\"https://profiles.wordpress.org/jeanyoungkim\">jeanyoungkim</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeherve\">Jeremy Herve</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johneckman\">John Eckman</a>, <a href=\"https://profiles.wordpress.org/johnrom\">johnrom</a>, <a href=\"https://profiles.wordpress.org/johnstonphilip\">johnstonphilip</a>, <a href=\"https://profiles.wordpress.org/jb510\">Jon Brown</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/julien731\">Julien Liabeuf</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kamelkev\">kamelkev</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kdoran\">Kiko Doran</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kosvrouvas\">Kostas Vrouvas</a>, <a href=\"https://profiles.wordpress.org/kraftner\">kraftner</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/ideag\">Liuiza Arunas</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/latz\">Lutz Schroer</a>, <a href=\"https://profiles.wordpress.org/manoz69\">Manoz69</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/marcosf\">Marco Schmoecker</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/landakram\">Mark Hudnall</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/senff\">Mark Senff</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattkeys\">mattkeys</a>, <a href=\"https://profiles.wordpress.org/mlteal\">Maura Teal</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/merty\">Mert Yazicioglu</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/smashcut\">Michael Pick</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/chellycat\">Michelle Langston</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/studionashvegas\">Mitch Canter (studionashvegas)</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mvd7793\">mvd7793</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nobleclem\">nobleclem</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/p_enrique\">p_enrique</a>, <a href=\"https://profiles.wordpress.org/pushplaybang\">Paul</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/peterchester\">Peter Chester</a>, <a href=\"https://profiles.wordpress.org/donutz\">Peter J. Herrel</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/phpmypython\">phpmypython</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/psycleuk\">psycleuk</a>, <a href=\"https://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"https://profiles.wordpress.org/quietnic\">quietnic</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/richardmtl\">Richard Archambault</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sakinshrestha\">Sakin Shrestha</a>, <a href=\"https://profiles.wordpress.org/samhotchkiss\">Sam Hotchkiss</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/skaeser\">skaeser</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/socki03\">socki03</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/tacoverdo\">TacoVerdo</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie</a>, <a href=\"https://profiles.wordpress.org/tareq1988\">Tareq Hasan</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/ipm-frommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kruss</a>, <a href=\"https://profiles.wordpress.org/tschutter\">Tobias Schutter</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tmtrademark\">Toby McKes</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/transom\">transom</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/nobinobi\">Yuta Sekine</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p>There were 283 contributors to this release, again a new high.</p>\n<p>If you want to help out or follow along, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n<p>Thanks for choosing WordPress. Happy holidays and see you next year for version 4.2!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2014/12/dinah/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.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:69:\"https://wordpress.org/news/2014/12/wordpress-4-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:78:\"https://wordpress.org/news/2014/12/wordpress-4-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:\"Thu, 18 Dec 2014 02:22: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3411\";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:429:\"The next release candidate for WordPress 4.1 is now available for testing. Seventy changes have gone in since the first release candidate. With no known issues left, we plan to release 4.1 tomorrow, December 18. To test, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the release candidate here (zip). If you’d like to learn more 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:15:\"John Blackbourn\";s: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:1465:\"<p>The next release candidate for WordPress 4.1 is now available for testing.</p>\n<p><a href=\"https://core.trac.wordpress.org/log/trunk?rev=30961&stop_rev=30827\">Seventy changes</a> have gone in since the <a href=\"https://wordpress.org/news/2014/12/wordpress-4-1-release-candidate/\">first release candidate</a>. With no known issues left, we plan to release 4.1 tomorrow, December 18.</p>\n<p>To test, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.1-RC3.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the updated About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and also check out <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Plugin authors:</strong> Remember to test your plugins against 4.1, and if they’re compatible, make sure they are marked as tested up to 4.1. Be sure to follow along the core development blog; we’ve been posting <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers for 4.1</a> as always.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://wordpress.org/news/2014/12/wordpress-4-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:2;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.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:67:\"https://wordpress.org/news/2014/12/wordpress-4-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:76:\"https://wordpress.org/news/2014/12/wordpress-4-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:\"Thu, 11 Dec 2014 11:52: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: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:3:\"4.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3375\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The release candidate for WordPress 4.1 is now available. We’ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"John Blackbourn\";s: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:2301:\"<p>The release candidate for WordPress 4.1 is now available.</p>\n<p>We’ve made a lot of refinements over the last few weeks. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.1 on Tuesday, December 16, but we need your help to get there. If you haven’t tested 4.1 yet, now is the time! (Please though, not on your live site unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.1 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.1-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.1, visit the About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) or check out the <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">beta announcement</a>.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.1 and update your plugin’s <em>Tested up to</em> version in the readme to 4.1 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/4-1-dev-notes/\">notes for developers</a> for 4.1. (For example: if you’ve written a child theme for Twenty Fifteen, some of the new pagination functions have been renamed for clarity.)</p>\n<p><em>Testing four point one</em><br />\n<em>Why are we up at this hour?</em><br />\n<em>Code is poetry</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2014/12/wordpress-4-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:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.0.1 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2014/11/wordpress-4-0-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:60:\"https://wordpress.org/news/2014/11/wordpress-4-0-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, 20 Nov 2014 18:55:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=3363\";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:345:\"WordPress 4.0.1 is now available. This is a critical security release for all previous versions and we strongly encourage you to update your sites immediately. Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:3395:\"<p>WordPress 4.0.1 is now available. This is a <strong>critical security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 4.0.1 within the next few hours. If you are still on WordPress 3.9.2, 3.8.4, or 3.7.4, you will be updated to 3.9.3, 3.8.5, or 3.7.5 to keep everything secure. (We don’t support older versions, so please update to 4.0.1 for the latest and greatest.)</p>\n<p>WordPress versions 3.9.2 and earlier are affected by a critical cross-site scripting vulnerability, which could enable anonymous users to compromise a site. This was reported by <a href=\"http://klikki.fi/\">Jouko Pynnonen</a>. This issue does not affect version 4.0, but version 4.0.1 does address these eight security issues:</p>\n<ul>\n<li>Three cross-site scripting issues that a contributor or author could use to compromise a site. Discovered by <a href=\"http://joncave.co.uk/\">Jon Cave</a>, <a href=\"http://www.miqrogroove.com/\">Robert Chapin</a>, and <a href=\"https://johnblackbourn.com/\">John Blackbourn</a> of the WordPress security team.</li>\n<li>A cross-site request forgery that could be used to trick a user into changing their password.</li>\n<li>An issue that could lead to a denial of service when passwords are checked. Reported by <a href=\"http://www.behindthefirewalls.com/\">Javier Nieto Arevalo</a> and <a href=\"http://www.devconsole.info/\">Andres Rojas Guerrero</a>.</li>\n<li>Additional protections for server-side request forgery attacks when WordPress makes HTTP requests. Reported by Ben Bidner (vortfu).</li>\n<li>An extremely unlikely hash collision could allow a user’s account to be compromised, that also required that they haven’t logged in since 2008 (I wish I were kidding). Reported by <a href=\"http://david.dw-perspective.org.uk\">David Anderson</a>.</li>\n<li>WordPress now invalidates the links in a password reset email if the user remembers their password, logs in, and changes their email address. Reported separately by <a href=\"https://twitter.com/MomenBassel\">Momen Bassel</a>, <a href=\"http://c0dehouse.blogspot.in/\">Tanoy Bose</a>, and <a href=\"https://managewp.com/\">Bojan Slavković of ManageWP</a>.</li>\n</ul>\n<p>Version 4.0.1 also fixes 23 bugs with 4.0, and we’ve made two hardening changes, including better validation of EXIF data we are extracting from uploaded photos. Reported by <a href=\"http://www.securesolutions.no/\">Chris Andrè Dale</a>.</p>\n<p>We appreciated the <a href=\"https://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.0.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.0?rev=30475&stop_rev=29710\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.0.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p><em>Already testing WordPress 4.1? The second beta is now available (<a href=\"https://wordpress.org/wordpress-4.1-beta2.zip\">zip</a>) and it contains these security fixes. For more on 4.1, see <a href=\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\">the beta 1 announcement post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/11/wordpress-4-0-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.1 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Nov 2014 22:35: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:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3352\";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:346:\"Welcome, everyone, to WordPress 4.1 Beta 1! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"John Blackbourn\";s: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:3409:\"<p>Welcome, everyone, to WordPress 4.1 Beta 1!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.1, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-4.1-beta1.zip\">download the beta here</a> (zip).</p>\n<p>WordPress 4.1 is due for release next month, so we need your help with testing. Here are some highlights of what to test:</p>\n<ul>\n<li>Our beautiful new default theme, <a href=\"https://make.wordpress.org/core/2014/09/09/twenty-fifteen/\">Twenty Fifteen</a>. It’s a clean, mobile-first, blog-focused theme designed through simplicity.</li>\n<li>A new <a href=\"https://make.wordpress.org/core/2014/11/11/focus-v2-demo-video/\">distraction-free writing mode for the editor</a>. It’s enabled by default for beta, and we’d love feedback on it.</li>\n<li>The ability to automatically install new language packs right from the General Settings screen (available as long as your site’s filesystem is writable).</li>\n<li>A new inline formatting toolbar for images embedded into posts.</li>\n</ul>\n<p>There have been a lot of changes for developers to test as well:</p>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2014/10/20/update-on-query-improvements-in-4-1/\">Improvements to meta, date, comment, and taxonomy queries</a>, including complex (nested, multiple relation) queries; and querying comment types (<a href=\"https://core.trac.wordpress.org/ticket/12668\">#12668</a>).</li>\n<li>A single term shared across multiple taxonomies is now split into two when updated. For more, <a href=\"https://make.wordpress.org/core/2014/11/12/an-update-on-the-taxonomy-roadmap/\">see this post</a>, <a href=\"https://core.trac.wordpress.org/ticket/5809\">#5809</a>, and <a href=\"https://core.trac.wordpress.org/ticket/30335\">#30335</a>.</li>\n<li>A new and better way for <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">themes to handle title tags</a>.</li>\n<li>Several <a href=\"https://make.wordpress.org/core/2014/10/27/toward-a-complete-javascript-api-for-the-customizer/\">improvements to the Customizer API</a>, including contextual panels and sections, and JavaScript templates for controls.</li>\n</ul>\n<p>If you want a more in-depth view of what changes have made it into 4.1, <a href=\"https://make.wordpress.org/core/tag/week-in-core/\">check out the weekly review posts</a> on the main development blog.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.1\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>Twenty Fifteen theme</em><br />\n<em> The beautiful face which hides</em><br />\n<em> Many improvements</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2014/11/wordpress-4-1-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Watch WordCamp San Francisco Livestream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/news/2014/10/wcsf-livestream/\";s: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:\"https://wordpress.org/news/2014/10/wcsf-livestream/#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, 24 Oct 2014 20:18: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:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s: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=3341\";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:381:\"WordCamp San Francisco is the official annual WordPress conference, gathering the community every year since 2006. This is the time when Matt Mullenweg addresses the community in his annual State of the Word presentation – a recap of the year in WordPress and giving us a glimpse into its future. This year the speaker lineup is stellar. There will be talks by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Nikolay Bachiyski\";s: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:1975:\"<p><a title=\"2014 edition\" href=\"http://2014.sf.wordcamp.org\">WordCamp San Francisco</a> is the official annual WordPress conference, gathering the community every year <a title=\"An old website for a WordPress long time ago\" href=\"http://2006.sf.wordcamp.org\">since 2006</a>. This is the time when Matt Mullenweg addresses the community in his annual <a href=\"http://wordpress.tv/?s=state+of+the+word\">State of the Word</a> presentation – a recap of the year in WordPress and giving us a glimpse into its future.</p>\n<p>This year the speaker lineup is stellar. There will be talks by three of the lead WordPress developers: <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-andrew-nacin\">Andrew Nacin</a>, <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-helen-hou-sandi\">Helen Hou-Sandí</a>, and <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-mark-jaquith\">Mark Jaquith</a>. We’re also looking forward to speakers like <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jenny-lawson\">Jenny Lawson</a>, also known as The Bloggess, and <a href=\"http://2014.sf.wordcamp.org/speaker/chris-lema/\">Chris Lema</a>. If you’re at all interested in the web, you will appreciate the appearance of <a href=\"http://2014.sf.wordcamp.org/speakers/#wcorg-speaker-jeff-veen\">Jeff Veen</a> – one of the creators of Google Analytics and co-founder of Typekit.</p>\n<p>Even though San Francisco is far far away for most of you, you can still be part of the fun and watch all presentations in real-time via livestream:</p>\n<p><a href=\"http://2014.sf.wordcamp.org/tickets/\">Get a livestream ticket and watch all talks from WordCamp San Francisco live</a></p>\n<p>If you hurry, you can get one of the special livestream tickets, including a WordCamp San Francisco 2104 t-shirt. You can find all the technical details and start times <a href=\"http://2014.sf.wordcamp.org/live-stream/\">at the WordCamp San Francisco website</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/10/wcsf-livestream/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 4.0 “Benny”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2014/09/benny/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wordpress.org/news/2014/09/benny/#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, 04 Sep 2014 17:05: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: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=3296\";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:370:\"Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader Benny Goodman, is available for download or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:23564:\"<p>Version 4.0 of WordPress, named “Benny” in honor of jazz clarinetist and bandleader <a href=\"http://en.wikipedia.org/wiki/Benny_Goodman\">Benny Goodman</a>, is available <a href=\"https://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. While 4.0 is just another number for us after 3.9 and before 4.1, we feel we’ve put a little extra polish into it. This release brings you a smoother writing and management experience we think you’ll enjoy.</p>\n<div id=\"v-bUdzKMro-1\" class=\"video-player\"><embed id=\"v-bUdzKMro-1-video\" src=\"https://v0.wordpress.com/player.swf?v=1.03&guid=bUdzKMro&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 4.0 "Benny"\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<hr />\n<h2 style=\"text-align: center\">Manage your media with style</h2>\n<p><img class=\"alignnone size-full wp-image-3316\" src=\"https://wordpress.org/news/files/2014/09/media.jpg\" alt=\"Media Library\" width=\"1000\" height=\"586\" />Explore your uploads in a beautiful, endless grid. A new details preview makes viewing and editing any amount of media in sequence a snap.</p>\n<hr />\n<h2 style=\"text-align: center\">Working with embeds has never been easier</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3296-1\" width=\"632\" height=\"445\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/embed.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/embed.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/embed.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.0/embed.mp4\">//s.w.org/images/core/4.0/embed.mp4</a></video></div>\n<p>Paste in a YouTube URL on a new line, and watch it magically become an embedded video. Now try it with a tweet. Oh yeah — embedding has become a visual experience. The editor shows a true preview of your embedded content, saving you time and giving you confidence.</p>\n<p>We’ve expanded the services supported by default, too — you can embed videos from CollegeHumor, playlists from YouTube, and talks from TED. <a href=\"https://codex.wordpress.org/Embeds\">Check out all of the embeds</a> that WordPress supports.</p>\n<hr />\n<h2 style=\"text-align: center\">Focus on your content</h2>\n<div style=\"width: 632px; \" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-3296-2\" width=\"632\" height=\"356\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.0/focus.mp4?_=2\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.0/focus.webm?_=2\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.0/focus.ogv?_=2\" /><a href=\"//s.w.org/images/core/4.0/focus.mp4\">//s.w.org/images/core/4.0/focus.mp4</a></video></div>\n<p>Writing and editing is smoother and more immersive with an editor that expands to fit your content as you write, and keeps the formatting tools available at all times.</p>\n<hr />\n<h2 style=\"text-align: center\">Finding the right plugin</h2>\n<p><img class=\"aligncenter size-large wp-image-3309\" src=\"https://wordpress.org/news/files/2014/09/add-plugin1-1024x600.png\" alt=\"Add plugins\" width=\"692\" height=\"405\" /></p>\n<p>There are more than 30,000 free and open source plugins in the WordPress plugin directory. WordPress 4.0 makes it easier to find the right one for your needs, with new metrics, improved search, and a more visual browsing experience.</p>\n<hr />\n<h2 style=\"text-align: center\">The Ensemble</h2>\n<p>This release was led by <a href=\"http://helenhousandi.com\">Helen Hou-Sandí</a>, with the help of these fine individuals. There are 275 contributors with props in this release, a new high. Pull up some Benny Goodman on your music service of choice, as a bandleader or in one of his turns as a classical clarinetist, and check out some of their profiles:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/alexanderrohmann\">Alexander Rohmann</a>, <a href=\"https://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"https://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"https://profiles.wordpress.org/amit\">Amit Gupta</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrezrv\">Andres Villarreal</a>, <a href=\"https://profiles.wordpress.org/zamfeer\">Andrew Mowe</a>, <a href=\"https://profiles.wordpress.org/sumobi\">Andrew Munro (sumobi)</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/arnee\">arnee</a>, <a href=\"https://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"https://profiles.wordpress.org/camdensegal\">Camden Segal</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/mackensen\">Charles Fulton</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrico\">ChriCo</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/chrisl27\">chrisl27</a>, <a href=\"https://profiles.wordpress.org/caxelsson\">Christian Axelsson</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/boda1982\">Christopher Spires</a>, <a href=\"https://profiles.wordpress.org/clifgriffin\">Clifton Griffin</a>, <a href=\"https://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"https://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/ghost1227\">Dan Griffiths</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/danielhuesken\">Daniel Husken</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dkotter\">Darin Kotter</a>, <a href=\"https://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dnaber-de\">David Naber</a>, <a href=\"https://profiles.wordpress.org/davidthemachine\">DavidTheMachine</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donncha\">Donncha O Caoimh</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustyn\">Dustyn Doyle</a>, <a href=\"https://profiles.wordpress.org/eddiemoya\">Eddie Moya</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/edwin-at-studiojoyocom\">Edwin Siebel</a>, <a href=\"https://profiles.wordpress.org/ehg\">ehg</a>, <a href=\"https://profiles.wordpress.org/tmeister\">Enrique Chavez</a>, <a href=\"https://profiles.wordpress.org/erayalakese\">erayalakese</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"https://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/garhdez\">garhdez</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/gauravmittal1995\">gauravmittal1995</a>, <a href=\"https://profiles.wordpress.org/gavra\">Gavrisimo</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"https://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/harrym\">harrym</a>, <a href=\"https://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"https://profiles.wordpress.org/hinnerk\">Hinnerk Altenburg</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/iljoja\">iljoja</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/issuu\">issuu</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"https://profiles.wordpress.org/jacobdubail\">Jacob Dubail</a>, <a href=\"https://profiles.wordpress.org/janhenkg\">JanHenkG</a>, <a href=\"https://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/jwenerd\">Jared Wenerd</a>, <a href=\"https://profiles.wordpress.org/jaza613\">Jaza613</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (jerrysarcastic)</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jesper800\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jessepollak\">Jesse Pollak</a>, <a href=\"https://profiles.wordpress.org/jgadbois\">jgadbois</a>, <a href=\"https://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnzanussi\">John Zanussi</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/softmodeling\">Jordi Cabot</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/tai\">JOTAKI Taisuke</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kapeels\">kapeels</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"https://profiles.wordpress.org/lritter\">lritter</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"https://profiles.wordpress.org/funkatronic\">Manny Fleurmond</a>, <a href=\"https://profiles.wordpress.org/targz-1\">Manuel Schmalstieg</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"https://profiles.wordpress.org/mattheweppelsheimer\">Matthew Eppelsheimer</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/meekyhwang\">meekyhwang</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/midxcat\">midxcat</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeyarce\">Mikey Arce</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/m_uysl\">Mustafa Uysal</a>, <a href=\"https://profiles.wordpress.org/muvimotv\">MuViMoTV</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/namibia\">Namibia</a>, <a href=\"https://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"https://profiles.wordpress.org/nd987\">nd987</a>, <a href=\"https://profiles.wordpress.org/neil_pie\">Neil Pie</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/schoenwaldnils\">Nils Schonwald</a>, <a href=\"https://profiles.wordpress.org/ninos-ego\">Ninos</a>, <a href=\"https://profiles.wordpress.org/nvwd\">Nowell VanHoesen</a>, <a href=\"https://profiles.wordpress.org/compute\">Patrick Hesselberg</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pdclark\">Paul Clark</a>, <a href=\"https://profiles.wordpress.org/paulschreiber\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philipjohn\">Philip John</a>, <a href=\"https://profiles.wordpress.org/senlin\">Piet Bos</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/purzlbaum\">purzlbaum</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"https://profiles.wordpress.org/rob1n\">rob1n</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/harmr\">RobertHarm</a>, <a href=\"https://profiles.wordpress.org/rohan013\">Rohan Rawat</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sathishn\">Sathish Nagarajan</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"https://profiles.wordpress.org/sergejmueller\">Sergej Muller</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shanebp\">shanebp</a>, <a href=\"https://profiles.wordpress.org/sharonaustin\">Sharon Austin</a>, <a href=\"https://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"https://profiles.wordpress.org/simonp303\">Simon Pollard</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/slobodanmanic\">Slobodan Manic</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"https://profiles.wordpress.org/sphoid\">sphoid</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stompweb\">Steven Jones</a>, <a href=\"https://profiles.wordpress.org/strangerstudios\">strangerstudios</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/t4k1s\">t4k1s</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/taylorde\">Taylor Dewey</a>, <a href=\"https://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Kruss</a>, <a href=\"https://profiles.wordpress.org/codenameeli\">Tim \'Eli\' Dalbey</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"https://profiles.wordpress.org/torresga\">torresga</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/treyhunner\">treyhunner</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"https://profiles.wordpress.org/vlajos\">vlajos</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/winterdev\">winterDev</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, and <a href=\"https://profiles.wordpress.org/zoerooney\">Zoe Rooney</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video, and Helen with <a href=\"http://adriansandi.com\">Adrián Sandí</a> for the music.</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.1!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/news/2014/09/benny/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.0 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:67:\"https://wordpress.org/news/2014/08/wordpress-4-0-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:76:\"https://wordpress.org/news/2014/08/wordpress-4-0-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:\"Wed, 27 Aug 2014 12:20:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3287\";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 first release candidate for WordPress 4.0 is now available! In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the Beta 1 announcement post for more details on those features. We hope to ship WordPress 4.0 next week, but we need your help to get there. If you […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Helen Hou-Sandi\";s: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:2134:\"<p>The first release candidate for WordPress 4.0 is now available!</p>\n<p>In RC 1, we’ve made refinements to what we’ve been working on for this release. Check out the <a href=\"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">Beta 1 announcement post</a> for more details on those features. We hope to ship WordPress 4.0 <em>next week</em>, but we need your help to get there. If you haven’t tested 4.0 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.0 RC1, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.0-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 4.0, visit the awesome About screen in your dashboard (<strong><img src=\"https://i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar).</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 4.0 and update your plugin’s <em>Tested up to</em> version in the readme to 4.0 before next week. If you find compatibility problems, please be sure to post any issues to the support forums so we can figure those out before the final release. You also may want to <a href=\"https://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/\">give your plugin an icon</a>, which we launched last week and will appear in the dashboard along with banners.</p>\n<p><em>It is almost time</em><br />\n<em> For the 4.0 release</em><br />\n<em> And its awesomeness</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.0 Beta 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:56:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-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:65:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-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:\"Fri, 15 Aug 2014 05:06: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3280\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"The fourth and likely final beta for WordPress 4.0 is now available. We’ve made more than 250 changes in the past month, including: Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes. Better handling of small screens in the media library modals. A separate bulk selection mode […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Helen Hou-Sandi\";s: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:2003:\"<p>The fourth and likely final beta for WordPress 4.0 is now available. We’ve made <a href=\"https://core.trac.wordpress.org/log?rev=29496&stop_rev=29229&limit=300\">more than 250 changes</a> in the past month, including:</p>\n<ul>\n<li>Further improvements to the editor scrolling experience, especially when it comes to the second column of boxes.</li>\n<li>Better handling of small screens in the media library modals.</li>\n<li>A separate bulk selection mode for the media library grid view.</li>\n<li>Improvements to the installation language selector.</li>\n<li>Visual tweaks to plugin details and customizer panels.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for a release this month, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href=\"https://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">the Beta 1 announcement post</a> for what to look out for.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 4.0 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 4.0.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.0, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.0-beta4.zip\">download the beta here</a> (zip).</p>\n<p><em>We are working hard</em><br />\n<em>To finish up 4.0<br />\n</em><em>Will you help us too?</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://wordpress.org/news/2014/08/wordpress-4-0-beta-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:\"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:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 3.9.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2014/08/wordpress-3-9-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:60:\"https://wordpress.org/news/2014/08/wordpress-3-9-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, 06 Aug 2014 19:04: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: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=3269\";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:377:\"WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately. This release fixes a possible denial of service issue in PHP’s XML processing, reported by Nir Goldshlager of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the 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: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:2353:\"<p>WordPress 3.9.2 is now available as a security release for all previous versions. We strongly encourage you to update your sites immediately.</p>\n<p>This release fixes a possible denial of service issue in PHP’s XML processing, reported by <a href=\"https://twitter.com/nirgoldshlager\">Nir Goldshlager</a> of the Salesforce.com Product Security Team. It was fixed by Michael Adams and Andrew Nacin of the WordPress security team and David Rothstein of the <a href=\"https://www.drupal.org/SA-CORE-2014-004\">Drupal security team</a>. This is the first time our two projects have coordinated joint security releases.</p>\n<p>WordPress 3.9.2 also contains other security changes:</p>\n<ul>\n<li>Fixes a possible but unlikely code execution when processing widgets (WordPress is not affected by default), discovered by <a href=\"http://www.buayacorp.com/\">Alex Concha</a> of the WordPress security team.</li>\n<li>Prevents information disclosure via XML entity attacks in the external GetID3 library, reported by <a href=\"http://onsec.ru/en/\">Ivan Novikov</a> of ONSec.</li>\n<li>Adds protections against brute attacks against CSRF tokens, reported by <a href=\"http://systemoverlord.com/\">David Tomaschik</a> of the Google Security Team.</li>\n<li>Contains some additional security hardening, like preventing cross-site scripting that could be triggered only by administrators.</li>\n</ul>\n<p>We appreciated responsible disclosure of these issues directly to our security team. For more information, see the <a href=\"https://codex.wordpress.org/Version_3.9.2\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?stop_rev=29383&rev=29411\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 3.9.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now”.</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.9.2 within 12 hours. (If you are still on WordPress 3.8.3 or 3.7.3, you will also be updated to 3.8.4 or 3.7.4. We don’t support older versions, so please update to 3.9.2 for the latest and greatest.)</p>\n<p>Already testing WordPress 4.0? The third beta is <a href=\"https://wordpress.org/wordpress-4.0-beta3.zip\">now available</a> (zip) and it contains these security fixes.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2014/08/wordpress-3-9-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://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:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 12 Jan 2015 10:16:14 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:37:\"https://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 18 Dec 2014 18:57:51 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140113162436\";}','no'),(819,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1421100977','no'),(820,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1421057777','no'),(821,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1421100979','no'),(822,'_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:57:\"WPTavern: BuddyPress 2.2 Beta 1 Now Available for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37060\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/buddypress-2-2-beta-1-now-available-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2509:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png\" rel=\"prettyphoto[37060]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/09/buddypress-logo-blue.png?resize=839%2C398\" alt=\"buddypress-logo-blue\" class=\"aligncenter size-full wp-image-30655\" /></a></p>\n<p>Over the weekend, BuddyPress project lead John James Jacoby announced that <a href=\"https://buddypress.org/2015/01/buddypress-2-2-beta-1/\" target=\"_blank\">2.2 beta 1</a> is ready for testing. The upcoming release has been in development since last September. Jacoby’s campaign for six months of BuddyPress, bbPress, and GlotPress development was <a href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\" target=\"_blank\">fully funded</a> in mid-December, allowing him to spend more time on the project in 2015.</p>\n<p>So far, the 2.2 milestone has <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.2\" target=\"_blank\">127 resolved tickets</a>, which include enhancements and fixes across all components. Jacoby outlined the most significant changes that require more testing ahead of the official release:</p>\n<ul>\n<li><a href=\"http://wptavern.com/buddypress-2-2-on-track-to-provide-a-basic-member-type-api\" target=\"_blank\">Member types</a> will allow developers to register different types of users, i.e. ‘teacher’ vs. ‘student’.</li>\n<li>Post type activities will allow developers to <a href=\"http://wptavern.com/buddypress-2-2-to-add-custom-post-type-support-to-the-activity-stream\" target=\"_blank\">connect custom post types to activity stream items</a>.</li>\n<li>Numerous improvements to the Legacy template pack</li>\n<li>Several new query API’s (based on WordPress improvements) for retrieving more specific results</li>\n<li>Continued cache enhancements, particularly for multi-site and multi-network WordPress configurations</li>\n<li>Tons of under-the-hood improvements</li>\n<li>Increased coverage of inline code documentation, actions, and filters</li>\n</ul>\n<p>Now is good time for BuddyPress site administrators and plugin and theme developers to start testing their extensions against the beta. You can download the zip file for 2.2 beta 1 from the <a href=\"https://buddypress.org/2015/01/buddypress-2-2-beta-1/\" target=\"_blank\">release announcement</a>. The plugin’s core development team is aiming to get the official 2.2 release out to users by the end of January.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Jan 2015 05:31:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Thirty One\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44592\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://ma.tt/2015/01/thirty-one/\";s: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:3042:\"<p>The first year of my thirties was both incredibly challenging and incredibly rewarding. I started a new decade and <a href=\"http://ma.tt/2014/01/toni-automattic-ceo/\">a new role as CEO</a> at the same time, and at Automattic we grew to over 300 people and <a href=\"http://ma.tt/2014/05/new-funding-for-automattic/\">raised money for the first time in a while</a>, both of which I couldn’t have predicted five or even two years ago.</p>\n<p>My big takeaway from the year was the importance of habits and small actions for accomplishing big things. To be productive I don’t need any fancy setups or project management software, just a well-groomed todo list and a pomodoro timer. This year on my birthday I find myself in Egypt which is an awe-inspiring place in many ways, but most striking to me has been the enduring beauty of craftsmanship with access to only the simplest of tools.</p>\n<p>In running, which I started this past summer while in Italy, I was able <a href=\"http://ma.tt/2014/10/run-better/\">to slow down to go further and without injury</a>, and ended up putting in about 140 miles which took my fitness to be better than it’s been so far in my adult life. At least half of those miles were with friends and you can’t underestimate the importance of friends in helping you overcome mental blocks. (Also flew 425k miles in 2014, a new record. You can run anywhere and with minimal equipment — it’s a great way to explore a city.)</p>\n<p>Reading and writing, two of the activities still most important to me, benefitted from a “just do it” philosophy of putting one foot in front of the other. I <a href=\"http://ma.tt/2014/10/streak/\">published more words</a> on ma.tt than any year since 2007, and I find blogging one of the most rewarding pastimes in my life. It was also a year of not trying to be all business all the time: I started reading fiction regularly after a decade away and letting the topics here drift wherever my interest is at the moment. Last year I talked about balance, and I think this is what drove many of the accomplishments I’m looking back on fondly now.</p>\n<p>I’m proud of how 2014 went, and I hope to build on that foundation to be a better person and reach even more ambitious milestones in the year to come. Here’s to slowing down to go further, and tackling big tasks with friends.</p>\n<p>Previously: <a href=\"http://ma.tt/2003/01/bday/\">19</a>, <a href=\"http://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"http://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"http://ma.tt/2006/01/matt-22/\">22</a>, <a href=\"http://ma.tt/2007/01/twenty-three/\">23</a>, <a href=\"http://ma.tt/2008/01/twenty-four/\">24</a>, <a href=\"http://ma.tt/2009/01/twenty-five/\">25</a>, <a href=\"http://ma.tt/2010/01/twenty-six/\">26</a>, <a href=\"http://ma.tt/2011/01/twenty-seven/\">27</a>, <a href=\"http://ma.tt/2012/01/twenty-eight/\">28</a>, and <a href=\"http://ma.tt/2013/01/twenty-nine/\">29</a>, <a href=\"http://ma.tt/2014/01/matt-3-0/\">30</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Jan 2015 04:26: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: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:25:\"Matt: NFL is a Non-Profit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44285\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://ma.tt/2015/01/nfl-is-a-non-profit/\";s: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:283:\"<p>Did you know the NFL is a non-profit? Slate says <a href=\"http://www.slate.com/articles/business/moneybox/2014/09/the_nfl_should_lose_its_tax_exempt_status_the_league_is_not_a_nonprofit.html\">the NFL should lose its tax-exempt status: The league is not a “nonprofit.”</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jan 2015 18:12: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: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:18:\"Matt: PGP Tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://ma.tt/2015/01/pgp-tutorial/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"<p>Speaking <a href=\"http://ma.tt/2014/12/donate-to-gnupg/\">of PGP</a> and <a href=\"http://ma.tt/?p=44577\">security</a>, this self-described<a href=\"http://notes.jerzygangi.com/the-best-pgp-tutorial-for-mac-os-x-ever/\">best PGP tutorial for Mac OS X, ever</a> actually lives up to the promise. Check it out, makes encrypting and decrypting things on the fly super easy.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Jan 2015 00:26: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: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:84:\"WPTavern: Duplicate and Merge Posts: A New Editorial Plugin for WordPress Publishers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/duplicate-and-merge-posts-a-new-editorial-plugin-for-wordpress-publishers\";s: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:4489:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/duplicate-merge.jpg\" rel=\"prettyphoto[37018]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/duplicate-merge.jpg?resize=772%2C330\" alt=\"duplicate-merge\" class=\"aligncenter size-full wp-image-37020\" /></a></p>\n<p>WordPress sites with multiple users often run into challenges when attempting to work on the same content. Larger publications require more robust editorial tools for efficient collaboration between administrators, editors, contributors, and authors, who often need to jump in on the same post.</p>\n<p><a href=\"https://wordpress.org/plugins/duplicate-and-merge-posts/\" target=\"_blank\">Duplicate and Merge Posts</a> is a plugin that offers a new take on WordPress drafts. This editorial tool makes it possible to clone a live post, edit it, and then merge back the updated copy into the original post. It’s a essentially a far more simplified version of the <a href=\"http://wptavern.com/introducing-wordpress-post-forking-version-control-for-writers\" target=\"_blank\">Post Forking plugin</a> in that it offers fewer capabilities. Duplicate and Merge Posts is intended for the following workflow:</p>\n<p><strong>Original Post</strong> -> <strong>Clone</strong> -> <strong>Edit</strong> -> <strong>Merge back to Original Post</strong></p>\n<p>The plugin was created by WordPress developer <a href=\"https://twitter.com/DavidWells\" target=\"_blank\">David Wells</a> as part of a client project with <a href=\"http://exygy.com/\" target=\"_blank\">Exygy</a>. “We built it for a ‘Fortune 10′ company for them to manage an internal documentation platform they have running on WordPress and figured the rest of the WordPress community would benefit from the plugin as well,” he said.</p>\n<p>Duplicate and Merge Posts works with both posts and pages. When activated, you’ll find a new “Duplicate and Edit” button at the top of the post on the front end, as well as in the post edit screen.</p>\n<p>The plugin’s settings screen allows you to set different editorial capabilities based on user role. For example, you might only allow administrators and editors to merge changes back into posts. The buttons shown in the post editor are limited to the user’s capabilities and allow for the following:</p>\n<ul>\n<li>View side-by-side differences</li>\n<li>Submit update for review</li>\n<li>Merge back into the original post</li>\n<li>Save as a new post</li>\n</ul>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/duplicate-merge-post.jpg\" rel=\"prettyphoto[37018]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/duplicate-merge-post.jpg?resize=1025%2C523\" alt=\"duplicate-merge-post\" class=\"aligncenter size-full wp-image-37024\" /></a></p>\n<p>Users with merge capabilities will receive an email notification when a post has edits ready for review. The plugin allows you to see all of the changes side-by-side for quick comparison.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/duplicate-merge-side-by-side.jpg\" rel=\"prettyphoto[37018]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/duplicate-merge-side-by-side.jpg?resize=1025%2C523\" alt=\"duplicate-merge-side-by-side\" class=\"aligncenter size-full wp-image-37025\" /></a></p>\n<p>The primary use case for the Duplicate and Merge plugin is likely to be multi-author publications. However, it’s flexible enough to enable more creative uses, such as turning your site into a wiki or allowing visitors to submit fixes for typos. The basic ability to clone posts can also be useful for sites using WordPress as a CMS with many pages that are similar in content.</p>\n<p>After testing Duplicate and Merge, I found that it works as advertised. This tool has the potential to improve your editorial workflow without creating additional confusion for contributors. It has a natural workflow that allows a publication team to get more eyes on the content before pushing edits live.</p>\n<p>You can download <a href=\"https://wordpress.org/plugins/duplicate-and-merge-posts/\" target=\"_blank\">Duplicate and Merge</a> from WordPress.org. It’s also available for contributions on <a href=\"https://github.com/Exygy/duplicate-and-merge-posts\" target=\"_blank\">GitHub</a>. If you want to see the plugin in action before installing it, check out the video below to tour its features.</p>\n<p><span class=\"embed-youtube\"></span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 20:02:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:39:\"WPTavern: AcademiaThemes One Year Later\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=37011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wptavern.com/academiathemes-one-year-later\";s: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:2636:\"<p>When Dumitru Brinzan launched <a title=\"http://www.academiathemes.com/\" href=\"http://www.academiathemes.com/\">AcademiaThemes</a> in <a title=\"http://wptavern.com/academiathemes-wordpress-themes-specifically-for-academia\" href=\"http://wptavern.com/academiathemes-wordpress-themes-specifically-for-academia\">early 2014</a>, he did so with the goal of providing high quality themes for the education sector. With one year under his belt, I reached out to Brinzan to find out how the business is doing. The first year was rough, thanks in large part to <a title=\"http://moz.com/google-algorithm-change\" href=\"http://moz.com/google-algorithm-change\">algorithm changes</a> implemented by Google to its search engine in early 2014.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/01/AcademiaThemesUniversityTheme.jpg\" rel=\"prettyphoto[37011]\"><img class=\"aligncenter size-full wp-image-14054\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/01/AcademiaThemesUniversityTheme.jpg?resize=983%2C536\" alt=\"Academia Themes University Theme\" /></a></p>\n<p>The updates negatively impacted a majority of AcademiaThemes affiliates, “Many of our affiliates simply lost all of their traffic, so we lost basically all sales generated by them, which is an important source of revenue for new shops.” With affiliates having a hard time getting search engine traffic, Brinzan is finding it difficult to get new traffic to his site, “Now with almost all of the main affiliates out of the picture, it’s become incredibly hard to get traffic to our shop.”</p>\n<p>Despite a significant loss in traffic and affiliate revenue, Brinzan will continue to operate the site. In fact, he’s opened a new theme shop called <a title=\"http://www.energythemes.com/\" href=\"http://www.energythemes.com/\">EnergyThemes</a> aimed at the fitness market. EnergyThemes is the third theme company he owns that’s aimed at a specific niche. In addition to AcademiaThemes, he operates <a href=\"http://www.premiumwp.com/go/hermes-themes\" target=\"_blank\" rel=\"nofollow\">HermesThemes</a> which offers themes for hotels.</p>\n<h2>The Achilles’ Heel of Affiliate Programs</h2>\n<p>I’ve never owned a WordPress theme shop, but I understand how important affiliate programs are. They provide free advertising while helping to generate sales. I never realized updates to Google’s search engine could drastically reduce affiliate revenue and traffic if sites perform poorly based on those updates. This is an important thing to consider if you’re thinking about utilizing an affiliate program.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 11:50:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:67:\"WPTavern: 5 WordPress Initiatives That Didn’t Make it Out of 2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36477\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/5-wordpress-initiatives-that-didnt-make-it-out-of-2014\";s: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:7788:\"<p>Throughout the course of a year, several new ideas, products, and businesses are launched in the WordPress ecosystem. However, not all of them are destined for success. Here are five WordPress initiatives launched in 2014 that didn’t make the cut.</p>\n<h2>WPKindness</h2>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/WPKindnesslogo.jpg\" rel=\"prettyphoto[36477]\"><img class=\"aligncenter size-full wp-image-16049\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/02/WPKindnesslogo.jpg?resize=542%2C140\" alt=\"WP Kindness Logo\" /></a></p>\n<p>Launched <a title=\"http://wptavern.com/new-site-highlights-acts-of-kindness-in-the-wordpress-community\" href=\"http://wptavern.com/new-site-highlights-acts-of-kindness-in-the-wordpress-community\">in early</a> 2014 and created by Ryan Bell,<a title=\"http://wpkindness.com/\" href=\"http://wpkindness.com/\"> WPKindness</a> shared acts of kindness that have taken place throughout the WordPress community. The site used a combination of <a href=\"http://headwaythemes.com/\">Headway</a>, <a href=\"http://www.gravityforms.com/\">Gravity Forms</a>, <a href=\"http://wp-types.com/\">Toolset</a> and <a title=\"http://www.wordpress.org\" href=\"http://www.wordpress.org\">WordPress,</a> allowing visitors to submit reports. At the time, I was concerned with a section within the site’s terms of service that explained affiliate links might be used in reports where companies are mentioned, “You understand wpkindness.com might use an affiliate link to the company you are submitting about.“ The concern is a moot point as the site is offline.</p>\n<h2>WPCollab</h2>\n<p>Fresh out of WordCamp Norway, Slobodan Manic created a <a title=\"http://make.wpcollab.co/\" href=\"http://make.wpcollab.co/\">WordPress collaboration group</a> with the idea that working together creates more opportunities to learn. The first task for the group was to create a WordPress plugin and submit it to the directory. Their first plugin, <a title=\"https://wordpress.org/plugins/hello-emoji/\" href=\"https://wordpress.org/plugins/hello-emoji/\">Hello Emoji,</a> successfully made it to the directory and was created by <strong>five people</strong> from <strong>four different continents</strong> in a <strong>two week</strong> time period.</p>\n<p>While WPCollab showed promise, <a title=\"http://make.wpcollab.co/2014/06/26/wpcollab-future/\" href=\"http://make.wpcollab.co/2014/06/26/wpcollab-future/\">the lack of focus and the inability to manage several contributors</a> from across the world caused the project to lose momentum.</p>\n<h2>Feuilles</h2>\n<p>When <a title=\"http://wptavern.com/feuilles-app-aims-to-replace-editorially-offers-publishing-to-github-wordpress-and-dropbox\" href=\"http://wptavern.com/feuilles-app-aims-to-replace-editorially-offers-publishing-to-github-wordpress-and-dropbox\">Editorially closed its</a> doors in May of 2014, it took all of its cool writing collaboration tools with it. A new project called <a title=\"https://feuill.es/\" href=\"https://feuill.es/\">Feuilles</a> picked up where Editorially left off with an app that provided some of the features Editorially users loved most.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/Feuilles.jpg\" rel=\"prettyphoto[36477]\"><img class=\"aligncenter size-full wp-image-23799\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/Feuilles.jpg?resize=962%2C509\" alt=\"Feuilles\" /></a></p>\n<p>Feuilles allowed users to publish to Github, WordPress.com, and Dropbox at the same time. <a href=\"https://twitter.com/alexduloz\" target=\"_blank\">Alex Duloz,</a> one of the project’s creators, aimed to make Feuilles a language/device agnostic CMS with in-house publishing. Unfortunately, the project never made it that far and the website devoted to the project fails to redirect properly.</p>\n<h2>WP School</h2>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/WpSchoolFrontPage.jpg\" rel=\"prettyphoto[36477]\"><img class=\"aligncenter size-full wp-image-14202\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/WpSchoolFrontPage.jpg?resize=928%2C452\" alt=\"WpSchoolFrontPage\" /></a></p>\n<p>Created by Pooria Asteraky, <a title=\"http://www.wpschool.org/\" href=\"http://www.wpschool.org/\">WP School</a> launched with the goal of bringing WordPress education to the masses. Classified as a (<strong>MOOC</strong>) or massive open online course, the site was dedicated to offering WordPress education and online courses in a variety of languages for people to use across the world. In order to get off the ground, Asteraky created a <a title=\"https://www.indiegogo.com/projects/wordpress-school-mooc\" href=\"https://www.indiegogo.com/projects/wordpress-school-mooc\">crowdfunding campaign</a> asking for $25K. The campaign ended with only $1,087 pledged. With a severe lack of funding, WP School never made it out of the gate.</p>\n<h2>Netropolitan</h2>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/netropolitan.jpg\" rel=\"prettyphoto[36477]\"><img class=\"aligncenter size-full wp-image-30802\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/09/netropolitan.jpg?resize=1025%2C640\" alt=\"netropolitan\" /></a></p>\n<p><a title=\"http://netropolitan.info/\" href=\"http://netropolitan.info/\">Netropolitan</a> also known as the “Facebook for Rich People” <a title=\"http://wptavern.com/netropolitan-facebook-for-rich-people-is-powered-by-wordpress-and-buddypress\" href=\"http://wptavern.com/netropolitan-facebook-for-rich-people-is-powered-by-wordpress-and-buddypress\">launched in late 2014</a>. The site used WordPress and BuddyPress to provide a social network for those who had nothing better to do with $9K. After paying a $9K entrance fee, it cost $3K a year to continue membership. Netropolitan was featured on <a href=\"http://www.cnn.com/2014/09/16/tech/social-media/netropolitan-social-media/\" target=\"_blank\">CNN</a> and other major news outlets across the globe.</p>\n<p>When <a title=\"http://www.vice.com/read/this-guy-is-creating-a-facebook-for-rich-people-917\" href=\"http://www.vice.com/read/this-guy-is-creating-a-facebook-for-rich-people-917\">Vice asked the site’s creator </a>James Touchi-Peters, why he created the site, he responded, “This whole thing started because when I was traveling in my work, I wanted to get in on a social event where basically I could meet people like myself.” There must not be a lot of people like him because the service recently closed. Touch-Peters left the site online with the following message:</p>\n<blockquote><p>It is with a sad heart that I report that the Netropolitan Club has been closed. In the end, there was not sufficient interest in our service among the targeted demographic to operate it as a going concern. (That said, I am happy to report that all paid members received full refunds.)</p>\n<p>I personally would like to thank all those involved in this enterprise – employees, contractors, publicists, et.al. – as well as the paying members who took a chance on an unprecedented business model. I also would like to thank both the public and the worldwide media for their relatively intense interest, whether positive or negative. (It’s not often that Jimmy Fallon tells jokes about your business on ‘The Tonight Show’.)</p>\n<p>Thanks again, one and all. I’ll see you at the concert hall</p></blockquote>\n<h2>There’s Likely More Than 5</h2>\n<p>There are likely several more products, ideas, and businesses outside of what we covered on the Tavern, that launched in 2014, but shut down before 2015 arrived. Keep an eye on the Tavern as there are several things that launched that are doing well and in the next few weeks, we’ll update you on how they’re doing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 10:09: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:13:\"Jeff Chandler\";s: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:42:\"WPTavern: The Geeky Tech Behind WordSesh 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:28:\"http://wptavern.com/?p=37001\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/the-geeky-tech-behind-wordsesh-3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2756:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/WordSesh3FeaturedImage.png\" rel=\"prettyphoto[37001]\"><img class=\"aligncenter size-full wp-image-32961\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/11/WordSesh3FeaturedImage.png?resize=650%2C266\" alt=\"WordSesh 3 Featured Image\" /></a></p>\n<p>WordSesh 3 attracted <a title=\"http://wptavern.com/wordsesh-3-attracts-3000-unique-viewers-from-89-countries\" href=\"http://wptavern.com/wordsesh-3-attracts-3000-unique-viewers-from-89-countries\">more than 3,000 unique viewers from 89 countries</a>. This equates to nearly three times the amount of people who attended <a title=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\" href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\">WordCamp Europe 2014</a>. With so many people interacting with the <a title=\"http://wordsesh.org/\" href=\"http://wordsesh.org/\">WordSesh site</a> and 24 hours of live video sessions, it’s imperative that a webhost be able to deliver great performance. For the third annual event, <a title=\"http://scottbasgaard.com/\" href=\"http://scottbasgaard.com/\">Scott Basgaard</a> partnered with <a title=\"http://blog.siteground.com/hosting-wordsesh-2014/\" href=\"http://blog.siteground.com/hosting-wordsesh-2014/\">SiteGround</a>.</p>\n<p>In a <a title=\"http://blog.siteground.com/hosting-wordsesh-2014/\" href=\"http://blog.siteground.com/hosting-wordsesh-2014/\">post published on the company blog</a>, SiteGround employee Hristo Pandjarov explains how they were able to hand the traffic load and keep the site online. The post is filled with geeky terminology and provides a glimpse into what it takes to host a mission critical site. The company used Linux Containers, built redundant infrastructure from the start, utilized dynamic caching, and more.</p>\n<blockquote><p>Since we didn’t want to risk any downtime with WordSesh, we opted for a hosting technology that we love for its almost unlimited ability to scale on the fly without downtime – the Linux containers. Using containers gave us the peace of mind that no matter what happens we will be able to add more resources both vertically and horizontally to each part of the infrastructure we built for WordSesh. At any moment, we had people on duty ready to add more resources or face any other potential issues.</p></blockquote>\n<p>Although I don’t understand many of the technologies involved, the end result is that the WordSesh 3 site stayed online throughout the entire event. I didn’t encounter any errors or experience problems watching sessions live. If you experienced problems accessing the WordSesh site during the event, let us know in the comments.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 09:50:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:97:\"WPTavern: WordPress 4.2 Will Automatically Enable Pretty Permalinks for New Sites on Installation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36867\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wptavern.com/wordpress-4-2-will-automatically-enable-pretty-permalinks-for-new-sites-on-installation\";s: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:2506:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/links.jpg\" rel=\"prettyphoto[36867]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/links.jpg?resize=1024%2C508\" alt=\"photo credit: gordon2208 - cc\" class=\"size-full wp-image-36986\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/gordon2208/4987669000/\">gordon2208</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p><a href=\"http://codex.wordpress.org/Changelog/1.0\" target=\"_blank\">WordPress 1.0</a> introduced search engine friendly permalinks using mod_rewrite. Setting your site to use pretty permalinks is usually one of the first things that administrators do after installation.</p>\n<p>WordPress 4.2 will add a new function that will <a href=\"https://core.trac.wordpress.org/changeset/31089\" target=\"_blank\">automatically enable pretty permalinks</a>, if the server supports it, at the time of installation. This means that in most cases you’ll never be greeted with ugly permalinks again.</p>\n<p>The new function is the result of a <a href=\"https://core.trac.wordpress.org/ticket/6481\" target=\"_blank\">ticket</a> that was originally opened seven years ago. In the upcoming release, pretty permalinks will be enabled if WordPress can verify that they work. It will cycle through the various permalink formats, and if they all fail to work, WordPress will fall back to ugly permalinks.</p>\n<p>By default, WordPress will set the following permalink structure for a new site, if possible, using mod_rewrite or nginx rewriting: <code>/%year%/%monthnum%/%day%/%postname%/</code></p>\n<p>Under configurations without rewrites enabled, it will set <code>/index.php/%year%/%monthnum%/%day%/%postname%/</code> for <a href=\"http://codex.wordpress.org/Using_Permalinks#PATHINFO:_.22Almost_Pretty.22\" target=\"_blank\">PATHINFO</a> (“Almost Pretty”) permalinks.</p>\n<p><a href=\"https://profiles.wordpress.org/ericlewis\" target=\"_blank\">Eric Lewis</a>, a contributor on the ticket, <a href=\"https://wordpress.slack.com/archives/core/p1419636021003661\" target=\"_blank\">commented</a> on the upcoming change, “Delivering pretty permalinks by default seems in line with a bunch of core philosophies – great out-of-the-box, design for the majority, simplicity, clean, lean and mean.”</p>\n<p>If you frequently create new WordPress sites or development sites, the automatically enabled pretty permalinks in 4.2 should save you a step in the setup process.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 06:11: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:117:\"WPTavern: Plugin Authors: How to Avoid Download Prompts Associated with Screenshots on the WordPress Plugin Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://wptavern.com/plugin-authors-how-to-avoid-download-prompts-associated-with-screenshots-on-the-wordpress-plugin-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2599:\"<p>If you’ve ever <a title=\"https://wordpress.org/plugins/woocommerce/screenshots/\" href=\"https://wordpress.org/plugins/woocommerce/screenshots/\">clicked on a screenshot</a> in the WordPress plugin directory and received a download prompt, you’re not the only one. In fact, it’s a widespread issue that affects a number of plugins. <a title=\"http://wptavern.com/dear-wordpress-plugin-developer-please-add-screenshots\" href=\"http://wptavern.com/dear-wordpress-plugin-developer-please-add-screenshots\">Screenshots are important</a> as they help with troubleshooting, previewing features, and give users a sense of what to expect when it’s activated. But if you can’t see important details, they’re a moot point.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/PluginScreenshotDownloadPrompt.png\" rel=\"prettyphoto[36949]\"><img class=\"size-full wp-image-36950\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/PluginScreenshotDownloadPrompt.png?resize=609%2C406\" alt=\"Plugin Screenshot Download Prompt\" /></a>Plugin Screenshot Download Prompt\n<p>Mika Epstein, who reviews plugins before they’re added to the directory, <a title=\"https://make.wordpress.org/plugins/2014/03/20/plugin-screenshots-downloading/\" href=\"https://make.wordpress.org/plugins/2014/03/20/plugin-screenshots-downloading/\">wrote about the issue</a> in early 2014. The prompt appears for images that use the incorrect <a title=\"http://en.wikipedia.org/wiki/Internet_media_type\" href=\"http://en.wikipedia.org/wiki/Internet_media_type\">MIME Type</a>. Otto explains how to set the correct MIME Type using TortiseSVN on Windows or where to look if you use a different SVN client.</p>\n<blockquote><p>On Windows, using TortoiseSVN, you can right click the screenshot file, and select the TortoiseSVN->Properties menu. There you will find the svn:mime-type property, probably incorrectly set to “application/octet-stream”. Change that to the proper mime type of “image/png” or “image/jpg” accordingly. Afterwards, commit the change.</p>\n<p>If you prefer command line SVN:<br />\n<code>svn propset svn:mime-type image/png screenshot-1.png<br />\nsvn commit<br />\n</code><br />\nOr similar. If somebody uses a different SVN client, look for “properties” and then the svn:mime-type property.</p></blockquote>\n<p>Once the changes are made, upload them to the plugin directory. They’ll take effect once the directory is synchronized. It’s a simple change that vastly improves the effectiveness and user experience of viewing screenshots.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 01:19: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:13:\"Jeff Chandler\";s: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:25:\"Matt: Easy Security Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://ma.tt/2015/01/easy-security-guide/\";s: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:422:\"<p>There’s a simple, unattributed site called <a href=\"http://www.decentsecurity.com/\">Decent Security which has very nice common-sense but effective advice on security</a>. I believe it’s from the same person as behind <a href=\"https://twitter.com/swiftonsecurity\">the Infosec Taylor Swift account</a>. It’s refreshing like <a href=\"https://www.schneier.com/\">reading Bruce Schnier’s blog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jan 2015 00:40: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: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:47:\"WPTavern: WPWeekly Episode 176 – Farewell Kim\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=36934&preview_id=36934\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wpweekly-episode-176-farewell-kim\";s: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:1643:\"<p>This special episode of WordPress Weekly doesn’t have any news or plugin picks of the week. Instead, it’s dedicated to the <a href=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\" title=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\" title=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\" title=\"http://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">late Kim Parsell</a>.</p>\n<p>I describe the experience of January 2nd where Brian Layman and I drive to Kim Parsell’s house to check on her. After telling the story, I share a couple of funny memories I have of Kim, like the time I called her #wpgrandma. Near the end of the show, we discuss the outpouring of support from the WordPress community and <a href=\"http://wpmom.org/about-kim-parsell/\" title=\"http://wpmom.org/about-kim-parsell/\">a special memorial page</a> created by Suzette Franck.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 14th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #176:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jan 2015 22:43: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:13:\"Jeff Chandler\";s: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:82:\"WPTavern: Access Monitor Plugin Tests WordPress Sites for Accessibility Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/access-monitor-plugin-tests-wordpress-sites-for-accessibility-compliance\";s: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:6151:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/access-monitor.jpg\" rel=\"prettyphoto[36903]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/access-monitor.jpg?resize=772%2C250\" alt=\"access-monitor\" class=\"aligncenter size-full wp-image-36914\" /></a></p>\n<p>Web accessibility guideline are constantly in flux, making it difficult for site administrators to keep pace. Even if you have a decent grasp on the basics, changes to your theme, plugins, and content can introduce new accessibility issues that you didn’t anticipate. <a href=\"http://www.w3.org/WAI/bcase/pol\" target=\"_blank\">Legal requirements</a> may soon put publishers under the gun for accessibility compliance.</p>\n<p>Plugin developer and WordPress Accessibility team member <a href=\"https://www.joedolson.com/\" target=\"_blank\">Joe Dolson</a> has just released a tool that will help the average WordPress site administrator to identify and tackle accessibility issues with the help of automated testing. <a href=\"https://wordpress.org/plugins/access-monitor/\" title=\"Access Monitor\" target=\"_blank\">Access Monitor</a>, now available on WordPress.org, is a plugin that runs accessibility tests on both the front and back ends of your site, powered by the new <a href=\"http://tenon.io/\" target=\"_blank\">Tenon.io</a> API.</p>\n<p>Tenon is an automated accessibility testing service developed by <a href=\"http://www.karlgroves.com/\" target=\"_blank\">Karl Groves</a>. It’s designed to make accessibility testing less painful for developers. Groves has taken the “API first” route in order to create flexibility for developers interested in building tools for content management systems, browser extensions, IDE plugins, etc.</p>\n<p>Access Monitor is the first plugin to use the Tenon API for testing WordPress sites in the admin. It generates a report that identifies each issue, where it’s found, and who is affected by it. With that knowledge you can work on improving your site’s overall accessibility. Here is an example of results for a single page:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/a11y-single-page-results.png\" rel=\"prettyphoto[36903]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/a11y-single-page-results.png?resize=813%2C864\" alt=\"a11y-single-page-results\" class=\"aligncenter size-full wp-image-36924\" /></a></p>\n<p>Accessibility reports generated by the plugin are configurable and can return results for multiple pages at once.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/a11y-multiple-page-report.png\" rel=\"prettyphoto[36903]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/a11y-multiple-page-report.png?resize=1025%2C769\" alt=\"a11y-multiple-page-report\" class=\"aligncenter size-full wp-image-36927\" /></a></p>\n<p>Access Monitor includes the following features in its automated testing:</p>\n<ul>\n<li>Run a one-time test or schedule a test to be run on a weekly or monthly basis.</li>\n<li>All tests run through the system are saved for later review and comparison so you can track the performance of a page or a test over time.</li>\n<li>Duplicate issues are filtered out from the display. If an accessibility issue appears on multiple pages, it will only be shown the first time it’s identified.</li>\n<li>Re-run any test from the Accessibility Reports screen at any time, which creates a new test on the same pages and using the same test parameters.</li>\n<li>Test the page you’re viewing in the admin, using a link in the admin bar labeled ‘A11y Check.’</li>\n</ul>\n<h3>What Does Access Monitor Test?</h3>\n<p>It’s important to note that a perfect score from Access Monitor doesn’t necessarily mean that the theme you’re using meets WordPress accessibility guidelines or that your site is perfectly accessible. Dolson notes that the plugin only tests issues that are machine-testable, which means that it cannot detect keyboard issues, color contrast, etc.</p>\n<p>Access monitor incorporates the current 72 tests outlined by the <a href=\"http://www.tenon.io/documentation/what-tenon-tests.php\" target=\"_blank\">WCAG criterion</a> for accessibility best practices. This includes items such non-text content, focus order, images of text, and the ability to resize text. Tenon plans to add 43 new tests in the first quarter of 2015.</p>\n<p>To get an idea of how the testing works without installing the plugin, you can run your site through the <a href=\"http://tenon.io/\" target=\"_blank\">Tenon.io</a> testing tool. Having the Access Monitor plugin on hand is useful for when you want to test multiple pages, schedule tests, and keep records in order to monitor your site’s accessibility performance.</p>\n<p>The WordPress Accessibility Team, of which Dolson is a member, is mobilizing in 2015 to carry out a plan of action that would <a href=\"http://wptavern.com/wordpress-accessibility-team-is-mobilizing-to-make-accessibility-required-for-wordpress-org-themes\" target=\"_blank\">make accessibility required for all themes hosted on WordPress.org</a>. The team has a number of hurdles that it will have to overcome in order to get this approved by the Theme Review team, including further education for theme developers.</p>\n<p>Automated accessibility testing for WordPress is an important first step towards making users and developers more aware of accessibility best practices. With high quality automated tests like these, there’s no excuse for being completely in the dark about your site’s accessibility issues. Dolson’s new tool puts the knowledge of accessibility experts into the hands of the average WordPress user, who is capable of implementing many of the text content-related recommendations.</p>\n<p>If you want to see how your site measures up with current web accessibility guidelines, download <a href=\"https://wordpress.org/plugins/access-monitor/\" target=\"_blank\">Access Monitor</a> from WordPress.org. The <a href=\"http://tenon.io/register.php\" target=\"_blank\">Tenon.io API key</a> is free to anyone who signs up.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jan 2015 22:26: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"WPTavern: Show Support for Free Speech with the Je Suis Charlie Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/show-support-for-free-speech-with-the-je-suis-charlie-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3767:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/je-suis-charlie.png\" rel=\"prettyphoto[36865]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/je-suis-charlie.png?resize=772%2C350\" alt=\"je-suis-charlie\" class=\"aligncenter size-full wp-image-36878\" /></a></p>\n<p>This week the world mourns with Parisians following yesterday’s terrorist attack at the headquarters of satirical newspaper <a href=\"http://www.charliehebdo.fr/index.html\" target=\"_blank\">Charlie Hebdo</a>. Masked gunmen, claiming to be Yemeni al-Qaida, killed 12 people, including eight journalists and two police officers. The attackers targeted Charlie Hebdo’s daily editorial meeting, in protest of the publication’s controversial satirical depictions of religious figures.</p>\n<p>In light of the tragedy, French WordPress developer <a href=\"http://boiteaweb.fr/\" target=\"_blank\">Julio Potier</a> released a new plugin in support of the #jesuischarlie hashtag created to show solidarity with victims of the attack. The <a href=\"https://wordpress.org/plugins/je-suis-charlie/\" target=\"_blank\">Je Suis Charlie plugin</a> adds a black ribbon to the top right or left of your site.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/jesuischarlie.png\" rel=\"prettyphoto[36865]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/jesuischarlie.png?resize=929%2C693\" alt=\"jesuischarlie\" class=\"aligncenter size-full wp-image-36886\" /></a></p>\n<p>The banner links to the <a href=\"http://twitter.com/#jesuischarlie\" target=\"_blank\">#jesuischarlie Twitter hashtag</a>, which supporters are using to advocate for freedom of expression.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p>You can kill journalists, cartoonists. You can\'t kill the freedom of the press. You have only made their message stronger. <a href=\"https://twitter.com/hashtag/JeSuisCharlie?src=hash\">#JeSuisCharlie</a></p>\n<p>— Emily Koch (@EmilyKoch22) <a href=\"https://twitter.com/EmilyKoch22/status/552812847651377153\">January 7, 2015</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/hashtag/Freedomofthepress?src=hash\">#Freedomofthepress</a> cannot be killed. <a href=\"https://twitter.com/hashtag/FreedomOfSpeech?src=hash\">#FreedomOfSpeech</a> cannot be suppressed. We are journalists, we will not be silenced. <a href=\"https://twitter.com/hashtag/JeSuisCharlie?src=hash\">#JeSuisCharlie</a></p>\n<p>— Marika Kataja-Lian (@katajalian) <a href=\"https://twitter.com/katajalian/status/552825744284712960\">January 7, 2015</a></p></blockquote>\n<p></p>\n<p>You can see a live demo of the plugin on <a href=\"http://boiteaweb.fr/\" target=\"_blank\">Potier’s website</a>. In just one day, the plugin has already been downloaded more than 700 times.</p>\n<p>Since WordPress is one of the most powerful vehicles for free speech on the web, Potier decided to use his plugin development skills to create a way for WordPress users to show their support. “I did it to show my support for Charlie Hebdo, for all the families of the casualties, for all people involved in this tragedy,” he said.</p>\n<p>Potier believes that the banner means more than simply showing support for victims but is also a rallying cry in support of freedom of speech. “Saying ‘I am Charlie’ means that nobody can shut the mouth of the freedom of expression,” he said.</p>\n<p>“I am also Charlie; we are all Charlie. Terrorists, you killed 12 people, but you can’t kill all of us, you can’t even try. You thought you could kill this freedom by taking down this newspaper? Instead, you raise a country with its beloved friends, all over the world.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jan 2015 19:55: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:106:\"Post Status: Yoast Google Analytics plugin introduces stats dashboards, with lessons learned along the way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=7305\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/yoasts-google-analytics-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6046:\"<p>I look at my website stats a lot, but I typically just want a really brief snapshot to give me an idea of what’s happening <em>right now</em> on my website. I run both Jetpack’s WordPress.com Stats module and Google Analytics on this site, but I actually view the WordPress.com Stats many times more than Google Analytics, because they are right there in my dashboard.</p>\n<h3>New Analytics dashboards by Yoast</h3>\n<p>With the update to <a href=\"https://yoast.com/wordpress/plugins/#analytics\">Yoast’s Google Analytics plugin</a>, I can now get a similarly quick glance with either plugin.</p>\n<p><img class=\"aligncenter size-large wp-image-7307\" src=\"https://poststatus.com/wp-content/uploads/2015/01/yoast-analytics-dashboard-752x419.png\" alt=\"yoast-analytics-dashboard\" width=\"752\" height=\"419\" /></p>\n<p><img class=\"aligncenter size-large wp-image-7306\" src=\"https://poststatus.com/wp-content/uploads/2015/01/yoast-analytics-reports-dashboard-752x423.png\" alt=\"yoast-analytics-reports-dashboard\" width=\"752\" height=\"423\" /></p>\n<p>The new dashboards in Yoast’s plugin are nice, but definitely are what I’d consider a first iteration. It’s not a replacement dashboard for WordPress.com’s stats, yet.</p>\n<p>For one, the dashboard is only pulling in stats once per day, so it’s not exactly a <em>right now</em> sort of thing. When I look at stats, it’s often to see how a recently published article is “trending” and I usually care most about the current day’s numbers. Additionally, the basic stats only show Sessions and Bounce Rate. I rely heavily on seeing referrals and clicks out of my site.</p>\n<p>But that’s what early versions of new features are about. And the Yoast team has definitely learned a lot while rolling out these new dashboards.</p>\n<h3>Lessons learned with new features</h3>\n<p>I have had a notice on my site’s admin for a few weeks now, telling me that Google Analytics by Yoast can’t authenticate. I’ve re-authenticated a dozen times, but the notice has persisted. Thankfully, my stats were being tracked still, but I had no idea where that error was coming from.</p>\n<p>This morning, I finally decided it was time to investigate, and I learned that this problem persists across many <a href=\"https://wordpress.org/support/topic/failed-to-fetch-the-new-data-from-google-analytics-please-reauthenticate-on-the/\">sites where this plugin is installed</a>. I also had a pending update for the plugin in my dashboard, and the update message claimed to fix the issue. For me and others, it seems to have done so; at least so that the notice only appears on the actual analytics pages and not site-wide (which was incredibly annoying).</p>\n<p>So, what went wrong? Well, I talked to Joost de Valk, Founder of Yoast, and he filled me in on the backstory.</p>\n<p>Google Analytics are fetched via a WordPress cron job, and Yoast tells me that the lack of reliability (a common sentiment amongst plugin developers) of WordPress cron jobs can cause the plugin to think it needs re-authentication. Though he tells me there were a few other issues involved as well.</p>\n<p>Now that the feature is a few weeks old, the plugin is only fetching data from Google once per day. That’s after they received a message from Google though. At first, they were grabbing the data live, and in a matter of hours they were far beyond the APIs limits.</p>\n<p>Joost said to me, <span class=\"pullquote alignright\">“We learned a lot in that week.”</span> They had a number of releases in quick succession attempting to squash the issues pinging Google’s API. This included an update to using the newer <a href=\"https://developers.google.com/accounts/docs/OAuth2\">OAuth 2.0</a> instead of 1.0 — which they had successfully used until the update.</p>\n<h3>Releasing plugins at scale</h3>\n<p>I have no idea what it’s like to release code at a scale that Yoast is doing. They have increased their development team from one person (Joost) to five people in a pretty short amount of time; and that team is learning.</p>\n<p>That may not be a great excuse for causing issues with millions; but in my opinion it’s understandable, and it’s obvious to me their team is working hard to ship better products (which are basically all free for most people). I think as the team matures and lessons are learned, we’ll see better and better releases from Yoast — not that their current slate isn’t already the best on the market, proven by the fact that it seems everyone uses them.</p>\n<p>Automattic (with Jetpack) may be the only team in the WordPress ecosystem that knows what it’s like to create a plugin to scale like Yoast’s. And Automattic just surpassed 300 people. Yoast’s team, in total, is fifteen people. I’ve heard a decent amount of grumbling from the WordPress community about Yoast’s frequent — and sometimes seemingly flippant — update procedures. These grumbles may be warranted. At the same time, I think we can all extend a little grace in times like these. Scaling is hard, and many large or growing WordPress companies can attest to. I think Joost de Valk cares about his products and the role he plays in the WordPress ecosystem as much as just about anyone, and I’m pretty pleased with the direction they are taking their plugins.</p>\n<p>The updates to Google Analytics don’t seem like a whole lot right now — with a couple of new charts — but I think it has potential to be a great way to get a snapshot of site activity in the future.</p>\n<p>One thing is for sure: this plugin may have started as a simple way to embed Google Analytics code, but it’s evolving to be much more than that. Not everyone will care to keep using it as it evolves — and will opt for a simpler solution — but I think most users will welcome the changes and the new features. I certainly like the potential.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jan 2015 17:04:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"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: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:62:\"WPTavern: Advanced WordPress Facebook Group Milestones in 2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36846\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wptavern.com/advanced-wordpress-facebook-group-milestones-in-2014\";s: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:6519:\"<p>For the <a title=\"https://www.facebook.com/groups/advancedwp/\" href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress</a> group on Facebook, 2014 was a great year. The group added key admins Joost de Valk and Danny van Kooten to cover the European time zone. It took two and a half years to reach 7,500 members, but after <a title=\"http://wptavern.com/a-facebook-group-dedicated-to-advanced-wordpress-topics\" href=\"http://wptavern.com/a-facebook-group-dedicated-to-advanced-wordpress-topics\">highlighting the group</a> on the Tavern, membership skyrocketed from 7,500 members to more than 10,000.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/AdvancedWordPressFacebookGroupFeaturedImage.png\" rel=\"prettyphoto[36846]\"><img class=\"size-full wp-image-36848\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/AdvancedWordPressFacebookGroupFeaturedImage.png?resize=854%2C270\" alt=\"Advanced WordPress Facebook Group Header\" /></a>Advanced WordPress Facebook Group 11K Members Strong\n<p>Matt Cromwell, who administers the group, <a title=\"https://wordimpress.com/epic-posts-advanced-wordpress-2014/\" href=\"https://wordimpress.com/epic-posts-advanced-wordpress-2014/\">highlights notable threads</a> throughout the year. My favorite item from the list is when Matt Mullenweg joined the group and participated in an <a title=\"http://wptavern.com/matt-mullenweg-hosts-impromptu-qa-session-on-facebook\" href=\"http://wptavern.com/matt-mullenweg-hosts-impromptu-qa-session-on-facebook\">unscheduled Q&A session</a>. In the thread, Mullenweg answered every question, including my own; Do you ever eat food that doesn’t look like it belongs in an art gallery? Like a Big Mac or something. His response:</p>\n<blockquote><p>I had McDonald’s as recently as Sunday, just a few days ago. I just don’t usually post it to my blog. McDonald’s I’m a chicken McNugget guy, though I’m curious about their new jalapeño burger. Burger King it’s always a Whopper. Growing up in Texas I have a soft spot for Whataburger and Sonic, I think In-n-Out is overrated but usually tasty, and I’ve been really enjoying Five Guys when I come across one.</p>\n<p>I will always be happy with fried chicken from Popeyes or KFC, though the former has better biscuits and I grew up just a few blocks away from one. When Automattic had an office in the Mission in SF there was a KFC on the opposite corner and I’d often sneak over there for lunch or a late snack when I was in the office till odd hours.</p></blockquote>\n<p>The group is an excellent place to have discussions, but <a title=\"http://wptavern.com/a-facebook-group-dedicated-to-advanced-wordpress-topics#comment-57154\" href=\"http://wptavern.com/a-facebook-group-dedicated-to-advanced-wordpress-topics#comment-57154\">the things that bothered</a> me in 2014 still exist. It’s hard to find posts using Facebook’s search feature because it sucks. There are a lot of threads where people ask for general tech support either with a theme or plugin. Although the group’s title says it’s about Advanced WordPress, it really doesn’t have a central identity and according to Cromwell, it may never have one.</p>\n<blockquote><p>The name itself seems to cause confusion or lack clarity. Some are attracted to the group expecting seriously “Advanced” material. Others come to the group because they are learning and wanting to become advanced. Others see “Advanced” and think: “Perfect, I’ll go ask the experts how to fix all my problems.” With 11k+ members now, it’s hard to conceive of this group as having any kind of central identity.</p></blockquote>\n<p>With over 11K members, Advanced WordPress has splintered into several smaller groups. Doing a search for WordPress groups on Facebook shows the following results:</p>\n<ul>\n<li><a title=\"https://www.facebook.com/groups/wordpresssec/?ref=br_rs\" href=\"https://www.facebook.com/groups/wordpresssec/?ref=br_rs\">WordPress Security</a> 1,697 Members</li>\n<li><a title=\"https://www.facebook.com/groups/wordpressspeedup/?ref=br_rs\" href=\"https://www.facebook.com/groups/wordpressspeedup/?ref=br_rs\">WordPress Speed Up</a> 576 Members</li>\n<li><a title=\"https://www.facebook.com/groups/wphosting/?ref=br_rs\" href=\"https://www.facebook.com/groups/wphosting/?ref=br_rs\">WordPress Hosting</a> 869 Members</li>\n<li><a title=\"https://www.facebook.com/groups/IntermediateWordPress/?ref=br_rs\" href=\"https://www.facebook.com/groups/IntermediateWordPress/?ref=br_rs\">Intermediate WordPress</a> 4,640 Members</li>\n<li><a title=\"https://www.facebook.com/groups/wp.business.group/?ref=br_rs\" href=\"https://www.facebook.com/groups/wp.business.group/?ref=br_rs\">WordPress Business</a> 202 Members</li>\n<li><a title=\"https://www.facebook.com/groups/wpsecure/?ref=br_rs\" href=\"https://www.facebook.com/groups/wpsecure/?ref=br_rs\">WordPress Secure</a> – Advanced WordPress Security Group 283 Members</li>\n<li><a title=\"https://www.facebook.com/groups/advanced.woocommerce/?ref=br_rs\" href=\"https://www.facebook.com/groups/advanced.woocommerce/?ref=br_rs\">Advanced WooCommerce</a> – 581 Members</li>\n</ul>\n<p>Each group on Facebook is like a silo with its own members and conversations. I can’t help but wonder how awesome it would be if a centralized discussion platform such as a forum, played host to all of these discussions. However, a Facebook group does have a few key benefits, such as focusing the topic of discussion and eliminating distractions from other groups. It’s also easy to pull people into a conversation by adding their name to a response.</p>\n<p>I still don’t think Facebook is a great platform for conversations surrounding WordPress. It lacks the ability to style posts, browse archives, and easily browse topics. It’s also a <a title=\"http://en.wikipedia.org/wiki/Closed_platform\" href=\"http://en.wikipedia.org/wiki/Closed_platform\">walled garden</a> and if Facebook decides to remove the feature or shuts down, a lot of great knowledge will be lost forever. However, with so many people on Facebook and the convenience of quickly participating in a conversation, I can see why a lot of people are happy to use it.</p>\n<p>How many of you would like to see an open discussion platform dedicated to WordPress topics that everyone can participate in? Is there a WordPress sub-community or watering hole that doesn’t exist that you’d like to see created?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Jan 2015 00:04:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:94:\"WPTavern: WordPress For Android Version 3.5 Embraces Google’s New Material Design Principles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36774\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/wordpress-for-android-version-3-5-embraces-googles-new-material-design-principles\";s: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:4010:\"<p>WordPress for Android is starting 2015 with a big update. <a href=\"https://apps.wordpress.org/2015/01/07/wordpress-for-android-version-3-5/\" target=\"_blank\">Version 3.5</a> was released today, introducing major changes to the app’s overall design. This release follows Google’s new <a href=\"http://www.google.com/design/spec/material-design/introduction.html\" target=\"_blank\">Material design principles</a>, which was created to unify the experience of apps across platforms and devices. The design spec includes basic tenets for the various aspects of app design, including animation, layouts, patterns, and usability.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/material-design.png\" rel=\"prettyphoto[36774]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/material-design.png?resize=1025%2C369\" alt=\"material-design\" class=\"aligncenter size-full wp-image-36815\" /></a></p>\n<p>Google’s goal with Material design is to “create a visual language that synthesizes classic principles of good design with the innovation and possibility of technology and science.” To that end, Material design incorporates three guiding principles:</p>\n<ul>\n<li>Material is the metaphor</li>\n<li>Bold, graphic, intentional</li>\n<li>Motion provides meaning</li>\n</ul>\n<p>The WordPress for Android app interface now embraces these principles with new Lollipop components and styling. With the exception of a few features, such as ripple animations, these enhancements should also work for pre-Lollipop devices. You can see the changes most clearly when checking out the designs of the individual posts, the app menu, notifications, and post editor screens.</p>\n\n<a href=\"http://wptavern.com/wordpress-for-android-version-3-5-embraces-googles-new-material-design-principles/wp-for-android-2\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/wp-for-android.png?fit=300%2C300\" class=\"attachment-medium\" alt=\"wp-for-android\" /></a>\n<a href=\"http://wptavern.com/wordpress-for-android-version-3-5-embraces-googles-new-material-design-principles/wp-for-android-menu\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/wp-for-android-menu.png?fit=300%2C300\" class=\"attachment-medium\" alt=\"wp-for-android-menu\" /></a>\n<a href=\"http://wptavern.com/wordpress-for-android-version-3-5-embraces-googles-new-material-design-principles/wp-for-android-compose\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/wp-for-android-compose.png?fit=300%2C300\" class=\"attachment-medium\" alt=\"wp-for-android-compose\" /></a>\n\n<p>Another major change in version 3.5 is the addition of auto completion for mentions in comments. If you use the “@” symbol while typing, the app can now match blog member usernames, displayed via a popover.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/mentions-autocomplete.png\" rel=\"prettyphoto[36774]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/mentions-autocomplete.png?resize=285%2C500\" alt=\"mentions-autocomplete\" class=\"alignright size-large wp-image-36832\" /></a>Auto completion is also integrated into the reader and notifications. It makes it easy for blog authors to interact more directly with readers in the comments. Participants in blog conversations can stay in the loop via the app’s notifications. Auto completion for mentions is a major update that should deepen the level of interaction on blogs and help keep users better connected.</p>\n<p>The design changes in this version may come as a surprise to many users, but they make the app feel like a native part of the device. The additions make the app feel cleaner and more intuitive for mobile publishing. <a href=\"https://play.google.com/store/apps/details?id=org.wordpress.android\" target=\"_blank\">WordPress for Android version 3.5</a> is now available in the Google Play store. Update your app today to take advantage of all the new features and fixes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jan 2015 22:57:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:95:\"WPTavern: Better Search Replace: A New Plugin for Updating URLs and Text in WordPress Databases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36741\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://wptavern.com/better-search-replace-a-new-plugin-for-updating-urls-and-text-in-wordpress-databases\";s: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:4372:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/find-replace.png\" rel=\"prettyphoto[36741]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/find-replace.png?resize=1024%2C471\" alt=\"photo credit: Bunches and Bits {Karina} - cc\" class=\"size-full wp-image-36777\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/bunchesandbits/4106216129/\">Bunches and Bits {Karina}</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>When migrating a WordPress site to a new domain, you’ll have to update every instance of the site’s URL in the database. Some developers prefer to use tools like <a href=\"http://wp-cli.org/\" target=\"_blank\">WP-CLI</a> or <a href=\"https://wordpress.org/plugins/wp-migrate-db/\" target=\"_blank\">WP Migrate DB</a> to handle this, while others opt for a general database search and replace plugin with a UI in the WordPress admin.</p>\n<p><a href=\"https://wordpress.org/plugins/better-search-replace/\" target=\"_blank\">Search and Replace</a> is an old plugin, with nearly a million downloads, that can be used to update URLs and text in the database. I used this plugin successfully for a number of years, but it went without any updates for long time. It has since come under new ownership, although the screenshots demonstrate just how long ago the plugin was released.</p>\n<p><a href=\"https://wordpress.org/plugins/better-search-replace/\" target=\"_blank\">Better Search Replace</a> is a new take on database search and replace plugins. It was heavily based on <a href=\"https://interconnectit.com/products/search-and-replace-for-wordpress-databases/\" target=\"_blank\">Interconnect/It’s open source Search Replace DB script</a> that performs replacement actions without damaging PHP serialized strings or objects. I’ve used this script a number of times with success, although it’s not as convenient as a plugin. The Better Search Replace plugin packages it up using native WordPress database functions and adds a friendly UI.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/better-search-replace-screenshot.png\" rel=\"prettyphoto[36741]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/better-search-replace-screenshot.png?resize=1025%2C613\" alt=\"better-search-replace-screenshot\" class=\"aligncenter size-full wp-image-36795\" /></a></p>\n<p>The plugin merges the best features from older plugins and the Interconnect/It script to support the following capabilities:</p>\n<ul>\n<li>Serialization support for all tables</li>\n<li>The ability to select specific tables</li>\n<li>The ability to run a “dry run” to see how many fields will be updated</li>\n<li>No server requirements aside from a running installation of WordPress</li>\n</ul>\n<p>Since searching and replacing in the database is a sensitive action to perform, the “dry run” feature gives you a good idea of what you can expect before pulling the trigger. Even with the option of performing a dry run, you will undoubtedly want to have a backup of your database created before touching it.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/better-search-replace-dry-run.png\" rel=\"prettyphoto[36741]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/better-search-replace-dry-run.png?resize=1025%2C594\" alt=\"better-search-replace-dry-run\" class=\"aligncenter size-full wp-image-36797\" /></a></p>\n<p>Migrations aren’t the only reason for this type of plugin. Perhaps you’ve renamed your company or product line and need to replace all instances throughout your website. This plugin makes it safe and easy to perform the replacements directly within the WordPress admin. I tested it on a development site and found that it is fast and works exactly as advertised.</p>\n<p>Better Search Replace was created by Matt Shaw, author of the <a href=\"http://wptavern.com/free-revisr-plugin-offers-git-management-for-wordpress\" target=\"_blank\">Revisr plugin</a> that allows developers to synchronize WordPress with a remote Git repository. If you’re a long-time fan of the Interconnect/It script, you’ll find that this plugin is even easier to use. You can find <a href=\"https://wordpress.org/plugins/better-search-replace/\" target=\"_blank\">Better Search Replace on WordPress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jan 2015 21:19:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:96:\"WPTavern: Happy Joe to Host WP Boot Camp January 23: A Free Training Event for Military Veterans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/happy-joe-to-host-wp-boot-camp-january-23-a-free-training-event-for-military-veterans\";s: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:1827:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/wp-boot-camp.png\" rel=\"prettyphoto[36751]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/wp-boot-camp.png?resize=1025%2C479\" alt=\"wp-boot-camp\" class=\"aligncenter size-full wp-image-36755\" /></a></p>\n<p><a href=\"http://www.happyjoe.org/\" target=\"_blank\">Happy Joe </a>is launching its first planned <a href=\"http://www.happyjoe.org/wp-bootcamp-for-military-veterans/\" target=\"_blank\">WP Boot Camp</a> in San Antonio, TX on January 23, 2015. The non-profit organization <a href=\"http://wptavern.com/happy-joe-uses-wordpress-to-train-and-help-veterans-find-careers-in-web-technology\" target=\"_blank\">helps US military veterans re-enter the workforce</a> through training in WordPress and the web technology industry in general. Happy Joe was started by former service member <a href=\"http://www.jamesdalman.com/\" target=\"_blank\">James Dalman</a>, who will be presenting at the first WP Boot Camp, along with other WordPress professionals.</p>\n<p>The three hour event will give military veterans and their spouses an opportunity to learn, network, and gain access to free resources and online training. Dahlman plans to assist attendees in setting up an online resume website using WordPress as a first step towards entering the web technology industry.</p>\n<p>WP Boot Camp is free of charge to anyone with a valid military ID, thanks to event sponsors iThemes, Automattic, WP Site Care, and WebTegrity. The event will be held at <a href=\"http://www.geekdom.com/san-antonio\" target=\"_blank\">Geekdom San Antonio</a>, the largest collaborative co-working space in Texas. However, it is limited to 30 attendees, so those planning to attend must <a href=\"http://www.happyjoe.org/wp-bootcamp-for-military-veterans/\" target=\"_blank\">RSVP</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jan 2015 19:00:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:27:\"Matt: WP.com Year in 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/01/wp-com-year-in-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:192:\"<p>There’s a <a href=\"https://en.blog.wordpress.com/2015/01/06/2014-in-review/\">great write-up of the human side of WordPress.com’s 2014 as well as some impressive numbers</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jan 2015 18:53: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: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:32:\"Post Status: The ABCs of the web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=7300\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/web-abcs/\";s: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:3244:\"<p>I wanted to change my primary URL, and also setup HTTPS on my new VPS.</p>\n<p>So, I bought an SSL cert that required I add a TXT record to get a verification email. The domain was new so I needed Google MX records added to receive the new email. Ah, but I also changed the DNS provider where I put those records. Thankfully, the TTL for new records was short and I got squared away so I could submit a CSR and get the SSL. I had to make sure to choose a CDN provider to support SSL too, and it happened to be the same place that handles my DNS now. This service also GZIP compresses as much as it can.</p>\n<p>The domain is square now so I SSH’d into my new VPS to set a few things straight. For one, I needed to edit the MySQL DB with WP-CLI to search and replace the new URL. But I accidentally forgot to exclude the GUIDs so my RSS went haywire.</p>\n<p>My VC is kinda jacked for deployment purposes, though I’m learning to handle dependencies and repo management with a JSON file via Composer. But I’ll still need to deploy my Git repo with something like Dploy.io. For now I had to cowboy up and SCP some new stuff to the server, since it doesn’t have (bad practice) FTP. Then I noticed I screwed something up, so I used Vi to edit it live, like a madman.</p>\n<p>My new CDN provider not only delivers but also caches HTML, CSS, and JS. That’s on top of what JS-based Grunt does on the theme side, where my front-end JS is concatenated and minified, and my Sass is pre-processed to CSS. Grunt is also managed with a JSON config file, where I can do these things and more: like linting, combing, .pot generation, and auto-prefixing my Sass. I can even generate RTL-specific CSS if I need to. I’m told that hardly scratches the surface still.</p>\n<p>In order to do these things, I work locally with VVV, so these scripts can run. That lets met setup custom LEMP stacks to my heart’s content, stored in a www folder. I can even do auto-site generation with one of many custom shell scripts, though you have to watch out if the project structure isn’t the same as yours. VVV supports WP-CLI too, so that’s nice.</p>\n<p>Now the live site is HTTPS instead of HTTP, and because of new tools and modern browsers (that support stuff like SPDY and SVG) my website has fewer HTTP requests, and weighs less than a single MB.</p>\n<p>Also, I better not forget to 301 the old URLs to the new URLs with the domain change; that’s easy with nginx and will help me keep my SEO.</p>\n<p>Of course, these things are happening while building my site with my CMS of choice, which is also the one largely considered the easiest to work with: WP. And I’m <a title=\"A new look and a new domain\" href=\"https://poststatus.com/new-look-new-domain/\">not even close to done</a>. I have so much to learn, APIs to explore, and mistakes to make.</p>\n<hr />\n<p>The moral of this silly story, is that building and maintaining websites is still pretty complicated. In fact, I think it may be more complicated than ever. I always feel like a kid learning his ABCs, but that shouldn’t stop us. Don’t get intimidated. Dig in. Eventually we learn to string a few sentences together, or even a story.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jan 2015 18:16:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:40:\"Post Status: A new look and a new domain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=7287\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/new-look-new-domain/\";s: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:12091:\"<p>Last night I launched version 3 of Post Status. The site design was about a year and a half old and in the first two iterations I never put too much thought into it as much as just trying to get something out the door as soon as possible. This time, I tried to build something that could be a foundation for a while.</p>\n<p>I’m going to try and walk you through much of my thought processes. Hopefully it gives you insight to what I’ve been up to, as well as perhaps point you to a new resource or two. And if you have advice for me, I’ll take it.</p>\n<h3>The new design starts with a name</h3>\n<p>I never really expected Post Status to be my business, but now it is. I realized that some early decisions were mistakes — like not having the .com for the domain. Poststat.us was a fun domain hack and the .com wasn’t available, but it was also a branding issue. The site’s name is Post Status, not PostStat.us or poststat.us or whatever else. That’s always been hard to shake.</p>\n<p>A few days ago <a href=\"https://twitter.com/greg_wallace/status/551229639104794625\">Greg Wallace pointed me</a> to a Flippa auction for the poststatus.com domain. I was both pleased and annoyed. I tried — in the past year or so — to contact the owner privately multiple times and never got a response, even with a direct offer of cash. Nevertheless, I <a href=\"https://flippa.com/3484788-13-years-aged-huge-industry-development-potential-exact-match-domain\">bid on the domain</a> and even got the seller to give me a buy it now option so I could guarantee the domain. It was $800, but I think I got plenty of value in the transaction. All of that happened just yesterday.</p>\n<h3>HTTPS everywhere</h3>\n<p>Another important thing to me was making the entire site utilize HTTPS. I’ll need it for the eCommerce memberships anyway, and it’s a good practice and even <a href=\"https://thethemefoundry.com/blog/ssl-everywhere/\">has speed benefits</a>. Post Status is now on a custom VPS product that I’m working on with <a href=\"http://siteground.com\">SiteGround</a>.</p>\n<p>The site is on a LEMP stack, and utilizes a variation of their <a href=\"https://www.getclouder.com/\">GetClouder</a> product. DNS, CDN, and additional caching elements are provided through <a href=\"https://www.cloudflare.com\">Cloudflare</a> Pro, which took me a while to settle on. The SSL certification is from <a href=\"https://www.digicert.com/\">DigiCert</a>, which had great reviews.</p>\n<p>I’m really excited about using nginx as well as being able to take advantage of SPDY. My site is now more secure, faster, more customizable, and ready for the future. Meanwhile, I was able to knock out two redirects (for the new domain and from HTTP to HTTPS) in one go.</p>\n<h3>New logo</h3>\n<p>The logo featured above is probably not finalized, but it’s about where I want it to be. I sketched out logo drafts for months and <a href=\"http://sara-cannon.com/\">Sara Cannon</a> helped me put the first version into Illustrator. The one shown in the featured image is a bit thicker than the original, since the thinner one is tough to scale at small sizes.</p>\n<p>I’ll probably be tweaking this with the help of someone less like a bull in a china shop within Illustrator as I am, to get it cleaned up and <em>swag-ready</em> (oh yeah!). Either way, I’m happy to finally have a logo for this project, and I think it represents both the brand and the nature of the site pretty well.</p>\n<h3>New theme</h3>\n<p>The part of the site I’m most excited about is the new theme design. I’ve had this concept in mind for months, but didn’t really execute the latter half (aka 90% of it) until the last couple of weeks.</p>\n<p>In general, finding things based on topic and search should be a lot better, and the reading experience is more focused than ever. I went one column on article pages — something I’ve wanted to do for a while. And I went to a two-column format for archives, minus the latest article that sits in a featured spot on the home page.</p>\n<p>The development is based off of <a href=\"http://underscores.me\">Underscores</a>, which I’ve grown to love. I’m using Sass for the preprocessor, though with a different structure than base Underscores. Though I’m no longer using <a href=\"http://themehybrid.com/hybrid-core\">Hybrid Core</a> (I still love it), I am using Get The Image from it to wrangle some default featured images on legacy archives.</p>\n<p>One thing you may notice is the icons. Everything is SVG, using <a href=\"https://useiconic.com/\">Iconic</a>. Iconic makes using SVG super simple. I just insert the SVG of choice with an image tag and the Iconic JS (that’s minified in my primary JS via Grunt) actually changes the image tag to inline SVG. Iconic also has small, medium, and large versions of each icon, which will be pretty cool for some of the larger ones I intend to use for other landing and member page templates. One thing I don’t like is the FOUI (flash of unstyled icon — I just made that up) when I load the page. Hopefully that gets cached and doesn’t happen often, but I sometimes see it working locally.</p>\n<p>The call to action for memberships on the homepage is also something I debated a lot. I’m excited about how it came together, mostly because that section will also be the member dashboard for folks once they’re logged in; so the CTAs shouldn’t be too obnoxious for those that follow them.</p>\n<p>This design is super alpha and I’m very willing to receive feedback of what you like and hate. I have a lot of known issues too. The bottom half of article pages have a ton of work to do. The footer doesn’t exist yet. And I have to build out templates for new sections of the website.</p>\n<h3>Typography</h3>\n<p>Part of the new theme is new typography. I have stayed with <a href=\"http://typography.com\">Typography.com</a>‘s delivery service — mostly because I am just too in love with Gotham Rounded for my titles.</p>\n<p>I do have some performance concerns, as <a href=\"https://www.tollmanz.com/typography-coms-cssom-blocking-font-loader/\">Zack Tollman outlines</a>, but I have reduced the font’s package size considerably — from 9 fonts to 6, and they are smaller sets as well.</p>\n<p>I’m still using Gotham Rounded for the logo, buttons, and for main headers and titles. It’s just so pretty. But I’m only using a single weight, since the use is quite controlled.</p>\n<p>I’m also using a single weight (light italic) of Sentinel, an incredible slab serif, for archive titles, taglines, and pullquotes. Sentinel is replacing four weights of Archer. I thought about not using any serif, but I think Sentinel is worth it.</p>\n<p>The body font is the biggest change. I’ve gone from Gotham Rounded to Gotham Narrow. It’s a more traditional sans-serif, and I think it’s both slightly more serious and slightly more readable. I toyed with the idea of listing (but not hosting) a series of sans-serifs for body, to gain speed improvements by downloading the best available local fonts from the reader; but I discovered I’m too picky for that. That said, the four weights I’m using of Gotham Narrow are lighter than Gotham Rounded was.</p>\n<h3>Performance</h3>\n<p>Performance has been a primary concern throughout the redesign. I’m trying really hard to consider whether I need things.</p>\n<p><span class=\"pullquote alignright\"><br />\nOne takeaway is that performance is a multi-faceted, challenging endeavor that spans design, development, and infrastructure.</span> All in all, Post Status is way faster now.</p>\n<p>Some of that is hardware, with nginx on a VPS and SPDY support with HTTPS. But the theme is faster too. I’m using no images unless they are in a post. I’m not using an icon font, but instead using SVG. I’m using Grunt to concatenate and minify various theme scripts. Fonts are still a burden, but one I decided was worth it.</p>\n<p>And then there are plugins. Oh, plugins.</p>\n<p>Wrangling Jetpack has been tough. I’m probably screwing up some features on the site, but I’m basically dequeuing everything Jetpack spits out. However, I’m confident I’ll be able to wrangle Jetpack okay, as I’m really only going to use Related Posts and Sharing as front-facing features; and though neither is shown here today, both are manageable without Jetpack’s styles and scripts.</p>\n<p>Gravity Forms is another one I still have to wrangle. A simple newsletter signup form (a single email field) is causing four stylesheets and two Javascript files to be loaded on every page. That can’t happen, so I have some work to do there.</p>\n<p>Generally, finding, dequeuing, and enqueuing styles and scripts from plugins is just annoying. I totally understand why folks tend to just not bother. I would love to see product makers start offering guides on how users can responsibly enqueue such things on their own.</p>\n<p>Especially with something like forms, I don’t want to remove a script that prevents the form from working properly. But I <em>do</em> want to remove pointless stylesheets that don’t matter at all to my simple forms. I don’t mean to pick on Gravity Forms, as I freaking love Gravity Forms. I just want to figure out how to make complex plugins more performant. Every http request matters, you know?</p>\n<p>All in all, every page load is under pretty well under 1MB uncached, and making between 25-50 requests. I’d like to keep it that way, and really I’d like to make sure full page loads are under 1 second always, and usually under 500ms. I have a lot of work to do!</p>\n<h3>So much left to do</h3>\n<p>Today is an early Alpha of the new site. I’ll walk you through some of what’s left or still in progress:</p>\n<p>Deployments. My deployment method for this site is terrible. I spent a lot of time learning about Composer (will have posts on that) and I may use it, but either way I’ve got work to do on proper repo management and deployments. This is especially the case since I’m trying to both manage the site’s private repo as well as share the theme and functionality plugin as their own repos for others to use, see, and contribute to.</p>\n<p>Memberships and membership functionality still have a long way to go. I’m using <a href=\"http://www.woothemes.com/woocommerce/\">WooCommerce</a>, Subscriptions by <a href=\"http://prospress.com/\">Prospress</a> and (most likely) a product that’s in Alpha/Beta from <a href=\"http://www.skyverge.com/\">SkyVerge</a> for content restriction and other member features. I’m using the Mailchimp API to create a custom email to send to members with new private content; that’s been fun to learn.</p>\n<p>I’ve created two new content types (Notes and Resources) that are going to be members only. Notes are like the old links, but now a members only blog and newsletter. Resources will be mostly members only with some free stuff, and will be evergreen informational content. Then I’m creating a Profiles content type to create static pages for people and companies (think Crunchbase for WordPress), as well as a cross-relational tool for posts about those folks.</p>\n<p><span class=\"pullquote alignleft\">The goal with the new Post Status is to provide useful and informative free content for everyone, but go above and beyond for members.</span> I’m working hard to make that content accessible, digestible, high quality, and trim enough for busy WordPress professionals.</p>\n<p>Okay, this is way more than you needed to know. If you read all that, you are my ideal customer.</p>\n<p>I can’t wait until I can show you guys the rest of the site! I’m having a blast spending all of my working time on my own project. It’s a professional euphoria I’ve never known until now.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jan 2015 16:11: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: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: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:76:\"Post Status: Website micro services provider, Elto, is shutting down for now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=7258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/elto-shutting-down-temporarily/\";s: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:4615:\"<p><a href=\"http://elto.com\">Elto</a>, formerly Tweaky, is a micro services provider, for lack of a better term. They started with $25 tweaks, which until they <a href=\"http://www.elto.com/blog/well-be-back/\">shut down services today</a>, worked it’s way to a $199 minimum.</p>\n<p>WordPress is a high focus vertical for Elto’s, and I presume it’s their largest as well. Elto is one of several such providers of micro services like this; others still running are <a href=\"https://codeable.io/\">Codeable</a> and <a href=\"http://studio.envato.com/\">Envato Studio</a> (formerly Microlancer). These are besides the longstanding generic types (with rather poor reputations, in my opinion) such as oDesk and Elance.</p>\n<p>I have always kept track of Elto, as I started referring folks to them from my own contact form for small projects, in order to narrow the leads I was getting. When I got the email today from Ned Dwyer, Elto’s founder, I went to my dashboard to see how many folks had used my referral and what those services were:<br />\n<img src=\"https://poststatus.com/wp-content/uploads/2014/12/elto-services-752x261.png\" alt=\"elto-services\" width=\"752\" height=\"261\" class=\"aligncenter size-large wp-image-7273\" /></p>\n<p>In the time I was referring folks to Elto, I sent them nearly $2,000 in business and got a 25% referral fee. That’s not a lot; more interesting is that of these referrals, there was an 8.5 / 10 satisfaction rate. I wouldn’t say that’s outstanding, but it’s not bad either. It’s probably better or close to the satisfaction of more traditional web services providers.</p>\n<p>I emailed Ned to see if he could offer any more insight into this decision. He responded with the following:</p>\n<blockquote><p>\nIt was something we thought long and hard about before making this change.</p>\n<p>The challenge is that the current model was working well – customers rate us on average 8.7 out of 10, thousands of new customers every month etc – but it wasn’t delivering the kinds of results we wanted. This will become clearer when we launch the new version.</p>\n<p>While we could have kept going with this model while working on the next version in the background, the current model has significant customer support challenges. This puts a burden on our team to maintain the current app and customer base which draws resources away from us working on what’s important.</p>\n<p>We have the full support of our team and investors in making these changes and we’re excited about what’s next.</p></blockquote>\n<p>So it appears that this is a temporary stop for Elto. I’m sure — with investors to answer to — rising support challenges makes change inevitable.</p>\n<p>I’ve always liked the idea of companies like Elto from a developer standpoint. As long as the company values the developers they are mediating for, it can be a nice way for junior developers or just folks that don’t want to interact with clients much to be able to get work. It can also be a way to fill in the gaps in someone’s own freelance work.</p>\n<p>I’m not sure what the next version of Elto will look like, but it seems they’re aiming to be more in the product business and less in the service business.</p>\n<p>From what I can gather, they raised at least a seed round in 2012, <a href=\"http://thenextweb.com/insider/2012/07/17/99design-founders-invest-460000-in-tweaky-a-marketplace-for-minor-website-customizations/\">reported at $460,000</a>, and perhaps <a href=\"http://www.startupsmart.com.au/growth/growth-strategy/introducing-elto-tweaky-founder-shares-about-their-major-pivot-brand-change-and-latest-investment-round/2014020311615.html\">another round in 2013</a> from Blackbird Ventures.</p>\n<p>I guess my primary takeaway from a change like this is that even when companies are productizing services, doing work for cheap isn’t easy. Support struggles, maintaining customer expectations, managing developers — it’s all tough. I am curious if Codeable and other what I’d call “progressive” members of this style market can relate to Elto’s struggles, or if they have somehow managed to get past those.</p>\n<p>For some additional reading on Elto’s journey, Ned’s post about <a href=\"http://www.elto.com/blog/lessons-weve-learned-from-2-years-of-running-elto/\">what they learned in their first two years</a> was insightful. He also hints they considered a pause even then; so I guess today shouldn’t be too much of a surprise.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 23:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:39:\"Post Status: WordPress 4.1, “Dinah”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=7245\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/wordpress-4-1-dinah/\";s: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:7094:\"<p><img src=\"https://poststatus.com/wp-content/uploads/2014/12/wordpress-4-1-752x300.jpg\" alt=\"wordpress-4-1\" width=\"627\" height=\"250\" class=\"aligncenter size-large wp-image-7247\" /><br />\nWordPress 4.1, “Dinah”, <a href=\"https://wordpress.org/news/2014/12/dinah/\">has just been released</a>. WordPress 4.1 is the result of months of work and includes a number of excellent new features.</p>\n<p>WordPress 4.1 was led by <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, who did an outstanding job. Two hundred and eighty three contributors were part of WordPress 4.1, which Matt Mullenweg states is a new high.</p>\n<p>Here are some of the new features.</p>\n<h3>Persistent Distraction-free Writing</h3>\n<p>I must begin with the new persistent Distraction-free Writing feature, as I’m using it to write this very post. We’ve had Distraction-free Writing since 2011, with the <a href=\"https://wordpress.org/news/2011/07/gershwin/\">release of WordPress 3.2</a>. However, it’s always been a single-experience decision. You hit the button to enter distraction free mode, and you utilize it for a single writing session.<span id=\"more-7245\"></span></p>\n<p>Now, the button itself is persistent, and the experience of writing distraction free doesn’t enter a new screen, but rather fade away the distractions of the default editor.</p>\n<p>https://cloudup.com/cqbFU6CSqm2</p>\n<p>The left admin seamlessly floats away, as do the metaboxes to the right of and below the editor. The editor itself remains, versus using a modified editor like before.</p>\n<p>When you update to WordPress 4.1, you are triggered with a note about Distraction-free Writing, and now that it’s a decision you only have to make once, I think this feature will finally get the broad use it deserves. It really is much more pleasant to write without everything else around you, to be lost in your thoughts as they make their way to the editor.</p>\n<h3>Twenty Fifteen theme</h3>\n<p>https://cloudup.com/cgjoFpPJvYk</p>\n<p>The Twenty Fifteen theme is the finest work I’ve seen yet of the default theme team. A blogging, and personal, theme — Twenty Fifteen is simple, with beautiful typography, and capable of showcasing blog posts of any format with poise.</p>\n<p>Twenty Fifteen comes in six base color schemes: default (light), dark, yellow, ping, purple, and blue. It also supports WordPress’ background and header image features, and allows you to customize colors from your base selection; Twenty Fifteen can be as quirky as you are.</p>\n<p>https://cloudup.com/cFEI4yyaDmU</p>\n<p>Here’s a link to the <a href=\"http://twentyfifteendemo.wordpress.com/\">default theme demo</a>, as well as it’s <a href=\"https://wordpress.org/themes/twentyfifteen\">new page on WordPress.org</a>.</p>\n<h3>Dozens of languages, available any time</h3>\n<p>https://cloudup.com/ckbOnTY71Gq</p>\n<p>WordPress has made tremendous progress for non-English speaking users in the past few releases. With WordPress 4.0, you could choose a language on installation, whereas before it required many more steps. Now the team has gone a step further, so that language can be changed at any time, right from WordPress’ general settings page.</p>\n<p>Given that <a href=\"https://poststatus.com/understand-wordpress-internationalization-translation/\">a third of WordPress installs are non-English</a> (and if I recall correctly half of new downloads are non-English now), this change further reduces the barrier of language in publishing software, and is an excellent move for the progression of the platform across the world.</p>\n<h3>Recommended plugins</h3>\n<p>https://cloudup.com/cQi9LX744H8</p>\n<p>I believe recommended plugins is probably the most controversial feature in WordPress 4.1, though it is not without precedent. “Featured” themes have been in the WordPress dashboard for a while now. But with a tab for recommended plugins, now users can see plugin recommendations based on plugins already installed and plugins other sites have installed.</p>\n<p>Recommended plugins are replacing the former popular plugins tab, and is mostly a change in the underlying API for showing the plugins themselves. Since it’s not a manual recommendation, I think this is a good change, and will more accurately help folks find relevant plugins than just listing the most popular plugins in the directory.</p>\n<h3>New template tags and theming tools</h3>\n<p>I’m really looking forward to using some of the new template tags introduced in WordPress 4.1.</p>\n<p>My favorite is <code>get_the_archive_title()</code>. Themers out there all know about the big blob of conditionals in most theme archive templates to spit out the right string based on which archive template it is. Now, there’s a function for that, and it’s fully filterable to boot.</p>\n<p>Descriptions of the new title functions, some new pagination functions, and some particularly nice body class assignment enhancements are well described on <a href=\"https://make.wordpress.org/core/2014/12/04/new-template-tags-in-4-1/\">this Make WordPress post</a> by Konstantin Obenland. There’s also a post about adding theme support to <a href=\"https://make.wordpress.org/core/2014/10/29/title-tags-in-4-1/\">let WordPress handle title tags</a>, which is a handy thing.</p>\n<h3>Log out from anywhere</h3>\n<p>A relatively small but nice security feature is the new ability to log out of all installs from a single location. WordPress uses cookies to keep you logged into your install for a period of time. Well, if you ever leave yourself logged in on a computer you don’t trust, you can now log out of all instances easily, from your profile page on an install.</p>\n<p>There is a new button that says “Log Out of All Other Sessions,” and also tells you if you are logged in at more than one location.</p>\n<h3>More improvements to queries</h3>\n<p>I love how much progress has been made on the WordPress query tools in the last couple of years. WordPress 4.1 introduces the ability for a nested query syntax, which makes more complex queries possible for <code>WP_Tax_Query</code>, <code>WP_Date_Query</code>, and <code>WP_Meta_Query</code>. I don’t often call out single individual’s work on something, but Boone Georges <a href=\"https://core.trac.wordpress.org/ticket/29822\">really</a> <a href=\"https://core.trac.wordpress.org/ticket/29738\">slayed</a> <a href=\"https://core.trac.wordpress.org/ticket/29642\">it</a> with the nested queries work. He wrote about it <a href=\"http://teleogistic.net/2014/12/wordpress-4-1-and-me/\">on his blog in detail</a>.</p>\n<h3>More under the hood</h3>\n<p>WordPress 4.1 includes many other under the hood features you should check out on the <a href=\"http://codex.wordpress.org/Version_4.1\">Codex page about the release</a>.</p>\n<h3>More excellent progress for WordPress</h3>\n<p>WordPress is better than ever, and hundreds (or thousands) of people make it so. Great job everyone. Now, go download WordPress 4.1.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 23:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:38:\"Post Status: Let’s WordSesh together\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=7232\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://poststatus.com/lets-wordsesh-together/\";s: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:1513:\"<p><img class=\"aligncenter size-large wp-image-7233\" src=\"https://poststatus.com/wp-content/uploads/2014/12/wordsesh-3-752x317.png\" alt=\"wordsesh-3\" width=\"627\" height=\"264\" /></p>\n<p>This weekend, <a href=\"http://wordsesh.org/\">WordSesh</a> 3 will begin. WordSesh is 24 straight hours of live streamed presentations and discussions from a variety of intelligent folks in the WordPress world.</p>\n<p>It starts at 0:00 UTC Saturday, which really means 7:00 p.m. Eastern time on Friday for those of us in America. It’ll run through Saturday evening.</p>\n<p>The <a href=\"http://wordsesh.org/#schedule\">lineup</a> for WordSesh is as good as any WordCamp, and the chat around the past events has been fantastic. Scott Basgaard and his team of volunteers do a great job.</p>\n<p>I’ll be on a WordPress news roundtable at the tail end of WordSesh. On Friday, I’m going to have some news that will help explain my radio silence of late, and will probably spice up the conversation I’m to have with Jeff Chandler (of WP Tavern), Dre Armeda and Brad Williams (of DradCast) and Doc Pop (of Torquemag). I hope you’ll watch.</p>\n<p>Check out all the information on the <a href=\"http://wordsesh.org/\">WordSesh</a> website, follow <a href=\"https://twitter.com/wordsesh\">@WordSesh</a> on Twitter, and RSVP if you’d like to attend. There are already over 600 people signed up. It’s completely free and community supported. I love this event and I’m glad to see it happen again.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 23:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"Post Status: Matt Mullenweg’s 2014 State of the Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=7213\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/matt-mullenwegs-2014-state-word/\";s: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:11832:\"<p><img class=\"aligncenter size-large wp-image-7215\" src=\"https://poststatus.com/wp-content/uploads/2014/10/mullenweg-752x564.jpg\" alt=\"mullenweg\" width=\"627\" height=\"470\" /></p>\n<blockquote><p>“Oh, my name is Matt Mullenweg by the way. Nice to meet you.”</p></blockquote>\n<p>After the WordPress co-founder welcomed the largest WordCamp San Francisco audience ever, he introduced himself and began this year’s State of the Word — the annual talk where he provides insight of the last year of WordPress and inspiration for the future.</p>\n<p><em>edit</em>: The video is now available:</p>\n<div class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<a href=\"http://videos.videopress.com/GmPDhkyi/135_3_dvd.mp4\">http://videos.videopress.com/GmPDhkyi/135_3_dvd.mp4</a></div>\n<p><a href=\"http://wordpress.tv/2014/10/26/matt-mullenweg-the-state-of-the-word-2014/\">Or watch on WordPress.tv</a></p>\n<h3>The last WCSF as we know it</h3>\n<p>WordCamp San Francisco has been here in Mission Bay for 7 years, and it’s the last year here. Next year, things are going to change. There will be a WordCamp US (Matt notes it’s a working title) that will be modeled similarly to WordCamp Europe. The name, location and date are yet to be determined.</p>\n<h3>The annual WordPress survey</h3>\n<p>This year there were over 33,000 responses to the annual WordPress survey.</p>\n<p>Only 23% of the survey respondents were from the United States — a 6% increase of international respondents. And for the first time ever, non-English downloads surpassed English downloads. This change is much due to the new internationalization tools in WordPress core itself.</p>\n<p>A quarter of the respondents now make their living fully off of WordPress — 7,539 people from the survey pool. Matt estimates those people alone make up for more than a billion dollars of economic impact.</p>\n<p>Of those people surveyed, they have between half a million and a million currently active websites they own or have developed. And 91% of those sites took less than 200 hours to make.</p>\n<h3>5 releases since the last WCSF</h3>\n<p><img class=\"aligncenter size-large wp-image-7218\" src=\"https://poststatus.com/wp-content/uploads/2014/10/contributors-752x560.jpg\" alt=\"contributors\" width=\"627\" height=\"466\" /></p>\n<p>Since last summer and the last WCSF, we’ve had five major releases of WordPress. Matt spent some time going over some of the features we’ve gained.</p>\n<p>From WordPress 3.6 to WordPress 4.0, WordPress has evolved an enormous amount in a short amount of time. It’s better on mobile; has a better user experience; is more performant; is easier to use for both developers and end users; and is the best publishing tool in the world.</p>\n<p>There have been seven release leads in that time:</p>\n<ul>\n<li>Jon Cave</li>\n<li>Andrew Nacin</li>\n<li>Helen Hou-Sandi</li>\n<li>Mark Jaquith</li>\n<li>Dion Hulse</li>\n<li>Mike Schroder</li>\n<li>Aaron Campbell</li>\n</ul>\n<p>Additionally, Matt highlighted another 8 significant contributors and five new committers to the WordPress project.</p>\n<p>In these five releases, there have been 785 contributors to the project. And Matt also highlights John Blackbourn — the WordPress 4.1 release lead, which will soon enter beta.</p>\n<h3>Two Drupal growth</h3>\n<p>Since last summer, WordPress has grown “two Drupal marketshares.”</p>\n<p>There have been 684 theme additions to the repository this year — a 36% increase year over year. There are now 2,781 themes in the repo.</p>\n<h3>iOS and Android</h3>\n<p>There have been two updates for Android, five for iOS, and we abandoned older platforms to focus on a better user experience. “Sorry, both of the Windows phone users,” he joked.</p>\n<p>Matt notes that there are now more mobile phones than humans on earth, and that this will continue to be a huge priority.</p>\n<h3>Developer.WordPress.org</h3>\n<p>Noted in the last WCSF State of the Word, <a href=\"http://developer.wordpress.org\">developer.wordpress.org</a> is now live. A little later that hoped, he noted, but it’s a huge achievement and improvement for WordPress documentation.</p>\n<h3>Community</h3>\n<p>There are over 100 meetup and WordCamp organizers here at WordCamp San Francisco. Matt asked them all to stand, with a personal thanks to their commitment to a difficult, but rewarding task.</p>\n<h3>Internationalization</h3>\n<p>We have a long way to go with Internationalization, but Matt highlights some of the progress and promise for the future, including the advancement of language packs that plugin and theme developers will be able to take advantage of.</p>\n<p>Soon — with the release of WordPress 4.1 — Matt announced that the WordPress plugin and theme directories will be fully localized, making it more accessible and fully translated for non-English speakers.</p>\n<p>“The discovery process [of themes and plugins] is prohibitive” unless we make it a priority to offer the same discovery features that are in English to other languages.</p>\n<blockquote><p>“We have the potential — thanks to the web — for WordPress to be a truly global experience.”</p></blockquote>\n<h3>Better WordPress.org stats</h3>\n<p>Matt is promising a better offering of statistics for WordPress theme and plugin providers — a task that’s being worked on right now by the .org team.</p>\n<p>These are numbers people have long wanted and are very difficult to get. This is a very welcome change.</p>\n<h3>Adoption of new releases</h3>\n<p>Matt says only 25% of users are on the latest install, WordPress 4.0. While he notes that it’s far better than it was in the past, we still have a lot of improvement we can make.</p>\n<p>And he goes into the importance of removing versions from the conversation in software. Users should not know or care the version of their software. They should only know that it works.</p>\n<p>“Our vision is that we’re like Chrome. … And the hosts have helped pioneer this.” But WordPress itself will eventually move to such a model; this is a thing that is controversial, but I believe it is an essential and inevitable evolution.</p>\n<p>Matt asked how many people had been hacked — and even in a room full of professionals — it was a lot of people. This is why updates are important, as updated WordPress installs are much safer.</p>\n<h3>Relationship with PHP</h3>\n<p>Matt spent some time talking about WordPress support for more modern versions of PHP.</p>\n<p>WordPress is notorious for being a poor supporter of modern PHP. But that’s ready to change.</p>\n<blockquote><p>“We’re going to start working with hosts to get everyone on PHP 5.5 or above.”</p></blockquote>\n<h3>The Twenty Fifteen theme</h3>\n<p>Matt is excited about Twenty Fifteen, this coming year’s default theme. He notes this is our fifth year with a new default theme, and it’s the same number of years that Kubrick was the only default theme. A massive success.</p>\n<h3>WordPress and Github</h3>\n<p>Matt Mullenweg says that starting this year, you can submit a pull request to WordPress on Github, “and that will not go into a black hole.”</p>\n<p>He asked how many people are using Github, and nearly everyone raised their hand. This removes a barrier to contributing to WordPress, and is a huge improvement.</p>\n<p>He also says that all development of the WordPress mobile apps is now on Github. It’s also worth noting that much of Automattic’s internal projects, like Jetpack, are run on Github.</p>\n<h3>Community communication with Slack</h3>\n<p>For the first time in 11 years, WordPress is leaving IRC for primary organization communication. We’re going to try a tool called <a href=\"http://slack.com\">Slack</a>, built by a company in San Francisco started by the former founder of Flickr. Slack has taken over communication in remote teams, from my experience, and will be excellent.</p>\n<p>Slack will also help us make use of integrations and notifications. Right after the talk, <a href=\"http://chat.wordpress.org\">chat.wordpress.org</a> will lead any WordPress.org user to a method for using Slack for communication.</p>\n<p>This is a huge partnership, and as someone that uses Slack daily, I’m incredibly excited. I’m sure there could be pushback for using a paid tool for this, but it’s certainly and interesting experiment and I’m excited to see what happens.</p>\n<p>It appears clear to me that contributing to WordPress will now be easier than ever.</p>\n<h3>Five for the future</h3>\n<p>Matt talked about his controversial blog post about the concept of <a href=\"http://ma.tt/2014/09/five-for-the-future/\">Five for the future</a>, something <a title=\"Contribution as culture\" href=\"https://poststatus.com/contribution-culture/\">I also opined about</a>.</p>\n<p>Matt highlighted three companies: Gravity Forms, WPMUDev, and Automattic are all now contributing 5%. Of course he notes others are doing it as well, but wanted to highlight those that have committed to doing it publicly.</p>\n<p>Matt discussed a number of ways people can contribute, and that folks can attend sessions to learn how to contribute both here at WCSF and at most other WordCamp events.</p>\n<blockquote><p>“A contributor, by the way, is a title that no one can give you except yourself.”</p></blockquote>\n<p>He called it an altruistic mentality of contribution.</p>\n<h3>The JSON REST API</h3>\n<blockquote><p>“Who’s excited about the REST API?”</p></blockquote>\n<p>Nearly everyone responded with enthusiasm. Matt talks about how WordPress.com has had a similar API for years now, and what they’ve learned, and how much potential there will be for the core version, and the importance for marrying the .com API and the .org API as they each approach 2.0.</p>\n<p>Matt wants us to re-think “the WordPress engine” as a kernel that can a hub for building all sorts of things that are more capable to be fit into a proper architecture for the case at hand versus “shoehorning” existing WordPress features to areas that aren’t really meant for it.</p>\n<blockquote><p>“Maybe what we need isn’t a way for theming the WP admin; maybe what we need is a way for 1,000 WP admins to be built.”</p></blockquote>\n<p>And for those admins to be able to fork each other, learn from one another, and create better and catered publishing experiences catered to specific use cases.</p>\n<p>We can expect the core WordPress JSON API in 2015.</p>\n<h3>The continuing importance of WordPress and mobile.</h3>\n<p>Matt discussed how important mobile is to the future of the web, and therefore WordPress. “They are winning,” he says about the phones, and says how phones are more available and evolving every year. “They’re getting bigger and bigger,” and the interfaces and methods for interacting with our phones are evolving as well.</p>\n<p>Matt believes that WordPress can play a central role in the further evolution of mobile applications and the mobile web. As the power of mobile devices gets better, Matt believes that the web will become a bigger part of the mobile experience than it is now — when the conversation seems to be completely centered around apps.</p>\n<blockquote><p>“This is one of the ways that we can be truly global.”</p></blockquote>\n<h3>Wrapping up</h3>\n<p>To democratize publishing, is the mission of WordPress.</p>\n<p>WordPress is a community, Matt states, and accessibility from a language, device, and any other point of view is critical to the mission of WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 23:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:87:\"Post Status: Postmatic wants to revitalize your WordPress email, starting with 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7197\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://poststatus.com/postmatic-wordpress-email/\";s: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:4912:\"<p><img class=\"aligncenter size-large wp-image-7200\" src=\"https://poststatus.com/wp-content/uploads/2014/10/postmatic-752x307.gif\" alt=\"postmatic\" width=\"627\" height=\"255\" /></p>\n<p><a href=\"http://gopostmatic.com/\">Postmatic</a> is a new WordPress plugin that I think is quite promising. It’s aim is to eventually change the way you utilize WordPress email in many ways, but its comment functionality is what intrigued me immediately.</p>\n<p>Postmatic currently allows users to subscribe to comments and posts by email; but what sets it apart is that it enables <em>reply by email</em> functionality as well. That’s something that has been high on my list of wants for a WordPress plugin for a long time, and I wanted it without switching to a third party system like Disqus.</p>\n<p>All in all — aside from enabling replies by email — the current feature set is quite similar to Jetpack’s Subscriptions module. Postmatic has widgets for post subscriptions and will send subscribers new posts and allow them to get emailed comment notifications as well.</p>\n<p></p>\n<p>I asked Jason Lemieux, a co-founder of Postmatic, if they were considering a way to import from Jetpack or otherwise integrate with it, and they are. They’re working now to make it so that your old posts using Jetpack’s subscription module for comment notifications will still work, and your new posts will use Postmatic.</p>\n<p>I had a pretty thorough conversation with Jason and got to see Postmatic in action. For a free plugin especially, the functionality is quite impressive. I tested subscribing to comments, replying by email, and opting into subscriptions, and it is all very smooth. Here’s a sample reply notification to my email.<span id=\"more-7197\"></span></p>\n<div id=\"attachment_7201\" class=\"wp-caption aligncenter\"><img class=\"wp-image-7201 size-large\" src=\"https://poststatus.com/wp-content/uploads/2014/10/postmatic-email-752x816.gif\" alt=\"postmatic-email\" width=\"627\" height=\"680\" /><p class=\"wp-caption-text\">Sample Postmatic notification email</p></div>\n<p>Postmatic is already in beta with their API as well. With a little legwork, you can utilize Postmatic for a variety of custom use cases. I know I’d love to play with it to see if I could create email campaigns for custom post types or multiple lists. They also intend to monetize the plugin via a few avenues — including ensuring mail delivery and functionality add-ons.</p>\n<p>Postmatic — available for <a href=\"https://wordpress.org/plugins/postmatic/\">download on WordPress.org</a> — is and will remain completely free. At some point they’ll exit beta and they will offer paid delivery of outgoing mail for larger sites. They understand the limitations of sending email through your own server and are using Mailgun to ensure delivery. They also have an extensive — and for now private — list of features they aim to introduce to Postmatic.</p>\n<p>The product is definitely version 1.0. Advanced list management, and more advanced campaign delivery is still not ready. But I was impressed by how good of a 1.0 Postmatic is, and how much effort Jason and his business parter, Dylan Kuhn, have clearly invested heavily into the product. For instance, subscriber importing is already possible, so you could move to Postmatic for post delivery right away. They <a href=\"http://gopostmatic.com/setup/\">have videos show how to do that and more</a> already available.</p>\n<p>They tell me as well that Postmatic is in very early stages. Right now they are working on more advanced template building and other features to help tame your WordPress emails. I think they definitely have other services like <a href=\"http://jetpack.me\">Jetpack’s</a> Subscriptions and <a title=\"WYSIJA is now MailPoet\" href=\"https://poststatus.com/wysija-now-mailpoet/\">MailPoet</a> in their sights.</p>\n<p>I think WordPress email is ripe for disruption. Imagine, currently, all the ways users can get emails from a website, with little continuity: WordPress itself, Mailchimp or other newsletter provider, Jetpack / WordPress.com, eCommerce solutions, form solutions. Each of these sends email and each has their own quirks, look and feel, and otherwise.</p>\n<p>I’d love to see a service like <a href=\"http://gopostmatic.com/\">Postmatic</a> help tame WordPress email as a whole, and offer a more seamless experience for my website visitors that receive email from me.</p>\n<p>In the short term, I doubt any service will be able to do this perfectly. But I think as WordPress sites send more and more mail, continuity in this arena will be very important. I know, for me, as I prepare to enable <a title=\"The future of Post Status\" href=\"https://poststatus.com/radical/\">club memberships on Post Status</a>, it’s top of my mind to provide a quality email experience to my members.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 23:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:78:\"Post Status: LoopConf: A new WordPress conference that’s only for developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7188\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/loopconf-new-wordpress-conference-thats-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3300:\"<p> </p>\n<p><img class=\"aligncenter size-large wp-image-7191\" src=\"https://poststatus.com/wp-content/uploads/2014/10/loopconf1-752x295.png\" alt=\"loopconf\" width=\"627\" height=\"245\" /></p>\n<p>Early May 2015 will be the first ever <a href=\"http://loopconf.io/\">LoopConf</a>, a WordPress conference that’s geared solely toward developers. Ryan Sullivan, the owner of <a href=\"http://wpsitecare.com\">WP Site Care</a>, is hosting the conference that is to be held in Las Vegas.</p>\n<p>LoopConf describes itself like this:</p>\n<blockquote><p>LoopConf is the greatest conference ever created for WordPress developers. LoopConf came about as we heard technically-minded folks talk about wanting to get together and dive deep into advanced engineering and development topics. We’ve assembled an amazing group of speakers to get this inaugural event started off on the right foot, and we’re excited to share our excitement and passion for WordPress with all of you in an exciting two-day event. We hope that you join us to celebrate the software we love, enjoy each other’s company, and learn from one another.</p></blockquote>\n<p>There are already six speakers confirmed:</p>\n<ul>\n<li><a href=\"http://nacin.com\">Andrew Nacin</a>: WordPress lead developer, works at Audrey Capital</li>\n<li><a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a>: Lead developer of WordPress 4.0, works at 10up</li>\n<li><a href=\"http://ghost.org\">John O’Nolan</a>: Founder of Ghost and former WordPress contributor</li>\n<li><a href=\"http://www.balkhis.com/about/\">Syed Balkhi</a>: Owner of Awesome Motive, the parent company for WP Beginner, List 25, OptinMonster, and others</li>\n<li><a href=\"http://jennmoney.biz/\">Jenn Schiffer</a>: Open web engineer at Bocoup</li>\n<li><a href=\"http://yoast.com\">Joost de Valk</a>: owner of Yoast and maker of the WordPress SEO plugin, amongst others</li>\n</ul>\n<p>The initial speaker line-up is pretty fantastic. I’d love to learn more from each one of them.</p>\n<p>LoopConf is not a WordCamp or associated with the WordPress foundation. It’s an independent WordPress conference, and Ryan says it’s the first in-person developer only WordPress conference he knows of. Most WordCamps are very catered to a diverse audience.</p>\n<p>This could be a good way for people to have more developer centric conversations. I’m certainly interested to see how it goes, and would like to make it myself. They are seeking sponsors and speaker submissions now. I don’t know how much the tickets will be exactly, but Ryan tells me he hopes for LoopConf to have a prestige and quality similar to An Event Apart events, but for WordPress — so I imagine the tickets won’t be cheap.</p>\n<p>As the WordPress conference ecosystem continues to blossom, I’m sure this isn’t the only one we’ll see like this. Non-WordCamp, niche events like <a href=\"http://pressnomics.com\">PressNomics</a> helped lead the way for those that are happening now, and I think generally it’s been good to have a diverse array of options for people to attend and learn from one another.</p>\n<p>You can keep up with <a href=\"http://twitter.com/loopconf\">@LoopConf</a> on Twitter or <a href=\"http://loopconf.io\">via the website</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 23:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:70:\"Post Status: 5 years into business, Pagely is growing faster than ever\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=7174\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/pagely-growth-wordpress-hosting/\";s: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:9862:\"<p><img class=\"aligncenter size-full wp-image-7177\" src=\"https://poststatus.com/wp-content/uploads/2014/10/pagely.png\" alt=\"pagely\" width=\"640\" height=\"220\" /></p>\n<p><a href=\"http://pagely.com\">Pagely</a> is celebrating their fifth year of business right now. They have just launched their newly designed website (<em>note to early readers</em>: it’s in process of launching at this moment, so some links may not work until later today) to reflect some of the ways they’ve changed over the years. They are also growing, rapidly.</p>\n<p>The new website is a complete rebrand. They’ve tweaked their logo many times over the years, but they’ve completely changed it now. It’s much more modern and can be used in a variety of ways.</p>\n<p>The new website is flat, geometric, modern, and as sassy as ever (like with their <a href=\"https://pagely.com/about-us/investors/\">Investors page</a> they are quite proud of). In all, the redesign attempts to showcase happy customers and what makes them different.</p>\n<p><a href=\"https://poststatus.com/pagely-growth-wordpress-hosting/pagely-new-homepage/\" rel=\"attachment wp-att-7181\"><img class=\"aligncenter size-large wp-image-7181\" src=\"https://poststatus.com/wp-content/uploads/2014/10/pagely-new-homepage-752x547.png\" alt=\"pagely-new-homepage\" width=\"627\" height=\"456\" /></a></p>\n<p>They are introducing <a href=\"https://pagely.com/ambassadors/\">brand ambassadors</a> — a kind of super testimonial — that includes names you’ll surely recognize from the WordPress community.</p>\n<p>Additionally, they are giving other managed hosts a bit of a sting with what they call <a href=\"https://pagely.com/turnthepage/\">#turnthepage</a>, a dedicated page to highlight that they don’t charge for pageviews, something that most managed WordPress hosting companies do.<span id=\"more-7174\"></span></p>\n<p>Pagely has implemented the new branding and design elements across most of their platform, including their Support sub-site.</p>\n<p><img class=\"aligncenter size-large wp-image-7176\" src=\"https://poststatus.com/wp-content/uploads/2014/10/support-pagely-752x491.png\" alt=\"support-pagely\" width=\"627\" height=\"409\" /></p>\n<p>In addition to branding and a web redesign, Pagely is attempting to showcase that they were first to market with managed WordPress hosting, but also that they are best in class. The strategy — and particularly their recent all-in <a title=\"Pagely has new plans, a new dashboard, and a new Amazon Web Services infrastructure\" href=\"https://poststatus.com/pagely-wordpress-hosting-amazon/\">move to being an AWS-based service</a> — appear to be working.</p>\n<h3>Record growth</h3>\n<p>I discussed the Pagely redesign and their recent growth with Joshua Strebel, Pagely co-founder and CEO. He told me that they’ve seen an enormous amount of growth this year.</p>\n<p>Revenue is up 28% in the last month alone and between 40-45% quarter over quarter. This means that Pagely is on pace to more than double in size between this summer and next.</p>\n<p>To some this may seem a surprise, but it’s part of some slow and steady investments Pagely has made in recent years.</p>\n<p>They certainly did not scale at the pace of other players in the market — most notably <a href=\"http://wpengine.com\">WP Engine</a>. They also (as noted above with the Investors page) have bootstrapped their company from the beginning.</p>\n<p>Noone knows exactly how big Pagely is today, and that’s part of what you get with their owners. Though I’m told they are “more than 10 people but fewer than 50.”</p>\n<p><img class=\"aligncenter size-large wp-image-6550\" src=\"https://poststatus.com/wp-content/uploads/2014/05/pagely-team-752x378.jpg\" alt=\"pagely-team\" width=\"627\" height=\"315\" /></p>\n<p>The Strebel’s (on the left of the picture above) own the company — only sharing equity with some key employees — and they are proud of their independence.</p>\n<p>It’s nearly impossible to be a Pagely customer without feeling the presence of Josh and Sally Strebel’s own personalities. And while Josh is an opinionated figure in the WordPress community, Pagely customers seem quite happy with that.</p>\n<h3>Managed host customer satisfaction</h3>\n<p>Steven Gliebe started a new project recently called <a href=\"http://hostingreviews.io/\">HostingReviews.io</a>, a website that attempts to collect non-biased reviews from social media about various hosting solutions. Pagely has a 94% happiness rating according to HostingReviews.io — matched only by <a href=\"http://getflywheel.com\">Flywheel’s</a> 95% rating.</p>\n<p>I like Steven’s project because he is not using affiliates at all with this project, an aspect that spoils most hosting review websites. Here’s a breakdown of some others:</p>\n<p><a href=\"https://poststatus.com/pagely-growth-wordpress-hosting/hosting-reviews-io/\" rel=\"attachment wp-att-7175\"><img class=\"aligncenter size-large wp-image-7175\" src=\"https://poststatus.com/wp-content/uploads/2014/10/hosting-reviews-io-752x757.png\" alt=\"hosting-reviews-io\" width=\"627\" height=\"631\" /></a></p>\n<p> </p>\n<h3>Changes in managed WordPress hosting markets</h3>\n<p>It’s been an interesting time to analyze the managed WordPress hosting market. For one, the term “managed WordPress hosting” is here to stay. Nearly every large player — including the likes of GoDaddy, Bluehost, Dreamhost, and more — offer a managed WordPress hosting product.</p>\n<p>The differences between these large company products and the original smaller players — players like Pagely, WP Engine, Pressable, and later entrants like Flywheel, Siteground, and Pantheon — are beyond the name of the product. You really have to dig into each service and business model to get a full grasp of how they are unique.</p>\n<p>And this is really hard.</p>\n<p>For one, you can find positive and negative things about every host in the world. But also, these companies are often targeting different audiences. For instance, GoDaddy and the other large hosts pretty clearly want the smaller website audience, but to upsell them with a more WordPress-specific package. And that’s fine; they can offer some great functionality for that.</p>\n<p>But Pagely, Pantheon, and some others are going after bigger fish; and they are marketing themselves appropriately.</p>\n<h3>Going after WordPress.com VIP</h3>\n<p><a href=\"http://vip.wordpress.com/\">WordPress.com VIP</a> is the king of the big-WordPress mountain. They have the promise of infinite scale and excellent reliability. It’s Automattic’s own product and an excellent business model for them.</p>\n<p>They are able to charge big companies big dollars (relative to other WordPress hosting, not compared to some enterprise software these companies are used to) to get the assurance that their website is hosted safely and reliably.</p>\n<p>WordPress.com <a href=\"http://vip.wordpress.com/stats/\">serves billions of pageviews every month</a>. It’s simply a massive platform and a comfortable place for companies to take their WordPress hosting needs.</p>\n<p>Pagely wants to be an alternative to WordPress.com VIP. They see themselves as a viable and attractive alternative. For one, they’ll tell you that you can run anything on Pagely; whereas WordPress VIP has a restricted ecosystem that involves approved-only plugins and stringent code reviews for any custom code, that often requires one of their VIP service partners to perform the work.</p>\n<blockquote><p>VIP is a great service. However it is no longer the only service capable of serving clients at scale. We are winning more of those high-caliber clients that need the extra flexibility our stack offers.</p>\n<p>– Joshua Strebel, Pagely CEO</p></blockquote>\n<p>Pagely and others seeking the high end market are still relatively early on in their efforts; WordPress.com VIP is a behemoth in that market.</p>\n<h3>A changing tide</h3>\n<p>I’ve noticed — and I’m sure some of you have too — a change in tide of WordPress managed hosting. This year has no doubt been a very tough one for some managed hosts.</p>\n<p>It’s been painful to see customers that were once happy with their service — to the point of being huge brand ambassadors themselves — to quietly leaving and moving on to something else, now with warranted skepticism.</p>\n<p>Personally, I try to stay pretty host-agnostic. It is a very difficult market to say anything about, due to its incredibly competitive nature. However, I think it’s obvious that Pagely — accompanied by the likes of <a href=\"http://siteground.com\">SiteGround</a> and <a href=\"http://getpantheon.com\">Pantheon</a> — is on the rise while some of the other early entrants to WordPress managed hosting are struggling to consistently deliver on their promises.</p>\n<p>However, with new-found popularity and fast growth, Pagely too can be susceptible to some of the same growing pains of their competition. But they say they’re ready for it.</p>\n<p>They’ve invested heavily in AWS and put all their technology chips in Amazon’s basket. And they assure me that they have been hiring some of the best support techs and engineers in the business. Additionally, they tell me that because they aren’t investing a ton of money into marketing, their customer influx is more natural and less likely to strain more linear growth levels.</p>\n<p>Time will tell if <a href=\"http://pagely.com\">Pagely</a> is ready to scale with players that have more money and resources than they do, but they’re definitely excited about the recent growth, the new brand and website, their brand ambassadors, and the challenges ahead.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 23:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"Post Status: Is WordPress right for eCommerce?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://poststatus.com/?p=7165\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://poststatus.com/wordpress-right-ecommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11014:\"<p><img class=\"aligncenter size-large wp-image-7170\" src=\"https://poststatus.com/wp-content/uploads/2014/10/wordpress-ecommerce-discussion-752x352.jpg\" alt=\"wordpress-ecommerce-discussion\" width=\"627\" height=\"293\" /></p>\n<p>I’m going to take a leaf out of <a href=\"http://www.chrislema.com/\">Chris Lema’s</a> book right now to answer whether WordPress should be used for eCommerce: <strong>It depends</strong>.</p>\n<p>There are camps of thought that think WordPress isn’t right for eCommerce, and there are people that think it’s the only way to go. Having worked with and used several different eCommerce platforms (both hosted and self-hosted), I’ve definitely developed the mindset that there are use cases for each. WordPress can be the right choice in a lot of circumstances, but not all.</p>\n<h3>Hosted vs. self-hosted</h3>\n<p>If you’re not sure about the major differences between hosted vs self hosted platforms, I recommend reading <em>Patrick Rauland’s</em> <a href=\"http://speakinginbytes.com/2014/08/hosted-vs-self-hosted-e-commerce/\">overview of the major differences</a>. WordPress eCommerce usually falls under self-hosted eCommerce (I don’t count WordPress.com since it uses external eCommerce solutions). Forbes also <a href=\"http://www.forbes.com/sites/allbusiness/2014/09/26/which-e-commerce-platform-is-the-best-choice-for-your-online-store/\">recently wrote about this</a>, though I don’t necessarily agree with their conclusions.</p>\n<p>The <a href=\"http://www.practicalecommerce.com/articles/70101-When-to-Avoid-WordPress-Ecommerce\">typical viewpoint</a> is that WordPress plugins like WooCommerce or Easy Digital Downloads are great for small stores or people that just want to quickly and easily sell a few items, while hosted platforms like Shopify and Bigcommerce are for “serious” stores.</p>\n<p>This viewpoint is actually pretty backwards, not to mention the fact that the number of items is a poor way of determining which platform you should use.</p>\n<h3 id=\"give-each-its-due\">Give each its due</h3>\n<p>Is WordPress the best platform on which to build apps? I don’t always think so, but it <strong>could be</strong>. Is it always a good choice for eCommerce? Nope. However, it’s the <strong>right one</strong> for lots of stores, and it’s the <strong>wrong one</strong> for lots of stores.</p>\n<p>There are a few major strengths and weaknesses of both WordPress and hosted solutions. I’ve worked most with <a href=\"http://www.woothemes.com/woocommerce/\">WooCommerce</a>, <a href=\"http://easydigitaldownloads.com/\">Easy Digital Downloads</a>, and <a href=\"http://www.shopify.com/\">Shopify</a>, but have tried lots of other eCommerce solutions for comparison. Some of the knocks against WordPress aren’t valid, but we should note that some are.</p>\n<h3>WordPress eCommerce weaknesses</h3>\n<p>Everyone loves to talk about how easy certain WordPress plugins are to use. When you compare WordPress plugins to something like Shopify, this just <strong>isn’t true</strong>. They may be easy to use for people that are familiar with WordPress, but not for the average user who wants to start selling online with no experience.</p>\n<p>WordPress requires a domain name purchase, hosting setup, installation, plugin installation and setup, theme installation and setup, blah blah blah, you get the drift. With hosted solutions, you don’t worry about this (though solutions like <a href=\"http://evermo.re/\">Evermore</a> — which was <a title=\"Evermore, hosted WordPress with power and ease of use\" href=\"https://poststatus.com/evermore-interview/\">covered by Post Status</a> when it launched — make this interesting). You pay your monthly bill, and you’re handed a store website – you just pick the name and get rolling. You can start adding products right away, and then you might get into changing your theme or other setup.<span id=\"more-7165\"></span></p>\n<div id=\"attachment_7167\" class=\"wp-caption alignright\"><img class=\"wp-image-7167 size-medium\" src=\"https://poststatus.com/wp-content/uploads/2014/10/easy-300x258.jpg\" alt=\"easy\" width=\"300\" height=\"258\" /><p class=\"wp-caption-text\"><a href=\"https://c2.staticflickr.com/4/3181/3086827283_e9e762331c.jpg\">Image Credit</a></p></div>\n<p>Some of the site tweaks or setup with hosted solutions aren’t easy, but the learning curve for a solution like Shopify is far gentler than the learning curve for something like WooCommerce.</p>\n<p>There are also <strong>WP Cron</strong> issues for some sites, as it’s not a perfect system for scheduling actions, like recurring payments. It can work pretty well, but other platforms can make this far easier to implement and more reliable than Cron.</p>\n<p>WordPress store owners are also <strong>responsible</strong> for their own hosting, software updates, and security. For many site owners, these are huge responsibilities. Hosted solutions roll all of this into their package so that users don’t have to know how their website is powered. They just have to use it.</p>\n<p>Both WordPress and hosted solutions will scale, but there are considerations with WordPress that users need to be aware of. Database issues (like backups or memory with massive amounts of customers and orders) should be addressed, hosting has to be optimized, and plugins need to scale with the site. With a hosted solution, none of this is your problem as a user.</p>\n<h3>WordPress eCommerce strengths</h3>\n<p>Bearing these weaknesses in mind, it’s a bit crazy to me that WordPress is sometimes referred to as the “easy solution” or the right tool for “small stores”. It’s not. In many cases, it’s like bringing a tank to the eCommerce playground.</p>\n<p>So what does WordPress do well?</p>\n<p>First, WordPress offers the most all-in-one website solution available. WordPress can offer the eCommerce aspects of the website, in addition to its many other CMS features. The ability to create a single, seamless CMS experience for a multi-purpose website makes it quite compelling and more budget-friendly than more “eCommerce first” platforms.</p>\n<p>Second, it’s optimized for <strong>SEO</strong>. Your content is crucial here, and WordPress is built for content. More importantly, if you’ve tried to blog on another platform, you know how painful it can be (don’t start with me Squarespace fans, that thing is difficult to use). WordPress doesn’t encourage you to avoid blogging to avoid headache: it’s built for <strong>complete websites</strong>, and is not simply focused on eCommerce.</p>\n<p>WordPress also contains functionality that you can’t always get with different platforms. There’s a massive selection of plugins, themes, and all sorts of solutions for WordPress that are readily available. Since it’s open source, it’s far easier to find ways to customize it when compared to closed platforms like Bigcommerce.</p>\n<p>Speaking of customizations, your ability to customize WordPress or plugins is <strong>far</strong> easier than with hosted solutions. There’s lots of functionality that can be achieved with WordPress that’s not even possible in hosted solutions. For example, developers have no control over the Shopify checkout process, but this can be entirely customized with WordPress.</p>\n<p>You can also usually find a plugin that will provide a “starting point” for a customization project. Even if you find a Shopify or Bigcommerce app that gets <em>close</em> to what you need, but not quite, you’ll need to create a completely custom solution anyway – there’s no “extending” there.</p>\n<p>Along with customization is the <strong>control over your environment</strong>. You can spin up your eCommerce site on something like Digital Ocean, and you’ve got control over the entire site, from server to theme.</p>\n<h3>Product type</h3>\n<p>The biggest difference for me between hosted solutions and self-hosted actually isn’t usability or scalability – it’s <strong>product type</strong>. Can almost every eCommerce platform sell tee shirts? Yes. Even EDD can do that, and it’s made for digital products.</p>\n<p>However, selling complex products becomes infinitely more difficult on hosted platforms, as you’re restricted to what the API offers for product changes, which isn’t always a lot. For example, if you’ve ever tried to add pricing changes for customization options in Shopify, you know that it literally takes some wizardry, black magic, and possibly bubble gum used as tape to do so.</p>\n<p>WordPress plugins make this far easier, because the entire platform is open, not just an API. Most eCommerce plugins have more than enough actions or filters to change products, product pages, checkout forms, or any other part of your site.</p>\n<h3>Recap</h3>\n<p>Hosted eCommerce solutions are typically easy to use, and can provide some customization options via apps or other add-on services. However, it’s like renting a house versus owning. With a rented house, you can’t go knocking down walls or completely remodeling – you’ve got to work inside of a framework you’re given. This is exactly how a hosted solution works.</p>\n<p>The benefit to this is that you absolve yourself of a lot of responsibility and worry. The entire experience is managed and supported, and is typically very easy to work with.</p>\n<p>However, WordPress eCommerce is like buying the house. You can do whatever you want – add-on, rebuild sections of the house, change layouts around, add tunnels to other houses, you name it. However, when the water heater blows up, it’s your responsibility.</p>\n<p>WordPress also affords the opportunity to sell complex products, such as measurement based products like corks by the pound, that simply can’t be sold on other platforms. The same ability to customize WordPress so thoroughly lets you customize the eCommerce plugin you’re using.</p>\n<p>You gain the flexibility that comes with the platform, as well as the benefits like tons of plugins, themes, a great content structure, and a consistently maintained and updated core solution. However, the Frankenstein site that you build is your baby, and yours alone – you need to host it, maintain it, and care for it.</p>\n<p>WordPress lets you create advanced functionality via plugins and customizations, but isn’t right for users looking for an easy, basic shop setup. If you want a move-in ready house or a beautiful rental, you should look at hosted solutions. If you’re willing to make your dream house from great bones and foundation, or you need to sell fairly complex products, then WordPress might be it for you. It’s not the “easy” solution, but it can be a great one.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 23:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Beka Rice\";s: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:36:\"Post Status: Contribution as culture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=7153\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://poststatus.com/contribution-culture/\";s: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:12488:\"<p><img class=\"aligncenter size-large wp-image-7157\" src=\"https://poststatus.com/wp-content/uploads/2014/10/five-percent-752x250.gif\" alt=\"five-percent\" width=\"627\" height=\"208\" /></p>\n<p><em>This post spends a lot of time analyzing and referencing two other blog posts. Excuse me for that, but also be sure to read both, as they are relevant for this post and also interesting in their own right.</em></p>\n<p>Matt Mullenweg wrote a blog post called <a href=\"http://ma.tt/2014/09/five-for-the-future/\">Five for the Future</a> yesterday that advocates his belief that WordPress-centric companies should aim to utilize 5% of their company resources toward contributing back to the project.</p>\n<p>He noted in the post that <a href=\"http://automattic.com\">Automattic</a> isn’t quite to this point, but that they are working on it, and describes why he believes it’s important. He closes with this:</p>\n<blockquote><p>It’s a big commitment, but I can’t think of a better long-term investment in the health of WordPress overall. <strong>I think it will look incredibly modest in hindsight.</strong> This ratio is probably the bare minimum for a sustainable ecosystem, avoiding the <a href=\"http://en.wikipedia.org/wiki/Tragedy_of_the_commons\">tragedy of the commons</a>. I think the 5% rule is one that all open source projects and companies should follow, at least if they want to be vibrant a decade from now.</p></blockquote>\n<p>This was followed up by one of the co-founders of one of the very hosting companies Matt partially referenced in his post — WP Engine’s Ben Metcalfe — who responded with a blog post of his own: <a href=\"http://benmetcalfe.com/blog/2014/09/wordpress-what-exactly-do-they-get-for-their-5/\">WordPress: What exactly do they get for their 5%?</a></p>\n<p>I think I was immediately thrown off by Ben’s post title, but so many times throughout reading it I was shocked at how he made assumptions of Matt’s intentions or missed what I would call “the point”.</p>\n<h3>5% is not a decree</h3>\n<p>Obviously, Matt is not speaking from the mountaintop with a proclamation of law. This is his recommendation — one that he believes will reward the firms that strive for it.</p>\n<p>I believe that the community has already shown us that those that invest into WordPress are rewarded from it. We improve our understanding of a foundational software of our careers, improve our skills, are more marketable, more attractive to employers, and create natural opportunities for developing industry relationships.</p>\n<p>How should 5% of “people” be defined? I’m pretty sure Matt would agree that 5% of people or 5% of revenue toward people doesn’t really matter to him; yet Ben makes a continuous sticking point about the cost of — and need for — engineers.</p>\n<p>Additionally, while Matt utilizes full-time employees, the same (or better) effect could be had with shared time from more employees.</p>\n<p>I’m not big into absolutes, so it’s important to remember that while I’m advocating that Matt’s recommendation of 5% time, I think it’s simply a good recommendation. This is a free economy and companies can do what they want. But I think in the current and long term, contribution will be key to greater corporate success for those that choose to do so.</p>\n<h3>What does 5% cost, and who does it require?</h3>\n<p><span id=\"more-7153\"></span></p>\n<blockquote><p>While Matt was careful to include numerous non-engineering roles companies could help with, ultimately what drives the open source project is source code contribution by software engineers. …</p>\n<p>A reasonable engineer in the US costs $100k/y, and if you factor in benefits <em>(tax funded health-care, anyone?)</em> and overheads you could easily be looking at $130k or more per person, per year. …</p>\n<p>A 200+ person web hosting company would need to hire 10 engineers to meet a 5% goal, requiring a budget of anything between $1MM-1.3MM+ per year. Those engineers probably need a manager – to mentor them, provide career development etc. Those 11 people also put pressure on human resources, finance, legal, facilities etc – probably equating to another person again. Now we’re talking probably more like $1.25-$1.5m annually.</p></blockquote>\n<p>First, I believe Ben has spent too much time in the world’s largest cities if he believes engineers cost $100,000 per year on average. In my experience (yes, I interview people myself), that’s not the case, and based on my decent view of the ecosystem it’s not an appropriate going rate — especially if the offer on the table is a particularly desirable position.</p>\n<p>More importantly, <strong>the project needs far more non-technical contributors</strong>. Ben’s assertion that “ultimately” software engineers drive the project is not true. Users drive the project. A technically savvy user-minded contributor can be a beacon of light to a group of software developers. And given the user-facing nature of WordPress itself, non-engineer contributors could drastically improve the less code-sexy parts of the WordPress ecosystem: project management, docs, training, testing, support, translation, etc.</p>\n<p>Additional to “core” contributions, WordCamps, plugins, themes, communities, and many other venues are outstanding places where contributors — yes, they’re still contributors! — can impact the overall project.</p>\n<p>Finally, as I noted above, I think companies could quite effectively contribute parts of employees’ time versus dedicated 100% time, which would also prevent the need to have dedicated managers for open source contributors.</p>\n<h3>Foundational software to your business</h3>\n<p>Ben spends a chunk of time saying that big companies like GoDaddy get a “get out of jail free card” and that obviously Matt wouldn’t expect they dedicate 5% of their thousands of employees.</p>\n<p>GoDaddy definitely benefits from WordPress and they also contribute to it; and no, they don’t contribute 5% I’m sure. But WordPress is not foundational to GoDaddy’s business. They have a dedicated sub-product for it, and they also have many contributors to it.</p>\n<p>WP Engine, and many others (including mine), are almost completely or completely reliant on WordPress as a platform. WordPress and its underlying technologies are foundational to our careers and businesses.</p>\n<p>It is simply a different story to compare a company that would continue on pretty much fine without WordPress and one that would have to seriously reconsider their entire business model.</p>\n<p>For example, let’s compare the scenario to a publisher. <a href=\"http://recode.net\">Re/code</a> is built on WordPress. They have a staff of 20+. Do they <em>completely rely</em> on WordPress for their website? Yes. For their business model? No. In their scenario, it makes sense for them — and could benefit them pretty directly — to allocate some time of some employees to WordPress, but if WordPress disappears they can and will migrate to a different platform.</p>\n<h3>Contributing to the full stack</h3>\n<p>It was questioned to me on Twitter, after my initial reaction to Ben’s post, whether I contribute 5% of my time to open source projects like PHP, MySQL, and other tools that WordPress relies on.</p>\n<p>This is a good question and point, but it does not cause me to stumble in my opinions. I believe open source contributions in general benefit the entire software stack.</p>\n<p>In my scenario, I can be more impactful on the WordPress project than others. But I believe contributions can take many shapes, in both directions.</p>\n<p>Some folks, like Daniel Bachhuber, greatly contribute to the project as a whole by supporting upstream projects like <a href=\"http://wp-cli.org\">WP CLI.</a></p>\n<p>Automattic is a fantastic example of a company that has both upstream and downstream contributions. They are active contributors to, employers of contributors or founders, or monetary sponsors to a huge number of downstream projects: WordPress, PHP, Nginx, jQuery, Elastic Search, Node, Socket.io, and probably a bunch I can’t think of or don’t know about. Additionally, they are a driving force behind dozens of upstream, open source themes and plugins.</p>\n<p><em>Edit: Matt <a href=\"https://twitter.com/photomatt/status/517270097355091968\">says in a Tweet</a> where Andrey Savchenko asked for clarification about PHP contributions that Automattic doesn’t actively contribute to PHP. Though I think I define contribution a bit more loosely than Matt does.</em></p>\n<p>Whether a company is contributing to their foundational piece of software, a downstream or upstream application, or on an adjacent aspect that leads to the betterment of the platform that is foundational to their business objectives, then I believe it will in turn be beneficial to their bottom line.</p>\n<h3>Contribution as culture</h3>\n<p>Contribution should not be considered an isolated cost, but an enabling investment.</p>\n<p>If I run a business that relies on a foundational piece of software like WordPress, then it benefits me greatly for my employees — no matter what role they play within the company — to be intimately familiar with that software.</p>\n<p>In my last job, I was tasked with guiding a transition of my company from developing mostly on a proprietary CMS to WordPress. I consistently preached the importance for everyone in the company to understand some fundamentals of WordPress itself. During my time there and since I’ve moved on, I’ve seen other members of that company learn the software, get involved in our local community, and even contribute back to WordPress itself; and both they and the company are better off for it.</p>\n<p>Whether an employee is in sales, customer service, design, development, management, or wherever else — every employee knowing your product is important. I firmly believe this. I would want anyone in an organization I’m part of to be able to discuss our product in detail and with confidence to anyone.</p>\n<p>When your company relies on a foundational piece of software — such as those we’re discussing in this post — that’s in effect part of your product. We are building products and services around and for WordPress. How important should it be that our company’s employees understand it?</p>\n<p>And how can they understand it better? By contributing of course!</p>\n<p>Have a new support rep? Show them the WordPress.org forums to get their feet wet. New designer or front-end developer? Have them sit in on default theme conversations or read through the Make UI blog. New sales person? Get them involved at your local meetup and WordCamp. This list can go on.</p>\n<p>Avenues for contribution are an incredible gateway for learning WordPress. Blogging about WordPress (another avenue of contribution) has greatly enabled me to be better at my job, and therefore made me significantly more valuable to the companies I’ve worked with.</p>\n<h3>Five for now</h3>\n<p>Matt called his post Five for the Future, and talked specifically about how a 5% investment by a company will ensure a greater future for WordPress and therefore said company. I disagree.</p>\n<p>Contributing now will benefit the company and its employees <em>right now</em>. And while both Matt and Ben focused on individuals within the company being targeted contributors, I think it’s much more beneficial to have a much larger percentage of a company contributing a portion of their time (even if small). I’d rather see 2 of 200 employees be full time contributors and then have 80 10% contributors than have 10 full time contributors.</p>\n<p>I think we’ve seen many, many examples of contributors (people and companies) reaping tangible and intangible benefits from when they contribute — whether that contribution is to the codebase or the community. Contributors in this ecosystem come out on top.</p>\n<p>Contributions are not an isolated cost or burden. Nor should their effects be limited to good faith investments to the sustainability of the ecosystem.</p>\n<p>Contributions benefit the bottom line, and they benefit the bottom line right now.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 23:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:84:\"Post Status: The anatomy of a security breach, and how to do good in a bad situation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/?p=7134\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://poststatus.com/ithemes-security-breach-and-disclosure/\";s: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:12133:\"<p><img class=\"aligncenter size-large wp-image-7139\" src=\"https://poststatus.com/wp-content/uploads/2014/09/ithemes-dark-752x226.jpg\" alt=\"ithemes-dark\" width=\"627\" height=\"188\" /></p>\n<p>On Tuesday, iThemes posted an announcement that they had <a href=\"http://ithemes.com/2014/09/23/important-security-update-for-all-customers/\">suffered from a security breach</a> of their website and servers. The attackers had reached the servers which stored customer information, including email addresses, IP addresses, full names, and yes, passwords.</p>\n<p>iThemes was quick to notify customers via their blog, social media, and their full customer email list about the breach. Approximately 60,000 users were affected. They warned that passwords were vulnerable. In <a href=\"http://ithemes.com/2014/09/25/update-2-security-update-for-ithemes-customers/\">the second update</a>, posted today, they gave more information about passwords, in response to many questions from users.</p>\n<p>It turns out that passwords were stored in plaintext on iThemes’ server. That is, obviously, very bad practice.</p>\n<blockquote>\n<h3>Why Would You Store Passwords in Plain Text?</h3>\n<p>This is how the membership software we started using in 2009 did it. There are a number of factors for this, none that will make much of a difference at this point or make anyone feel any better about it, myself included.</p>\n<p>Know that it’s not because we did not value your data. As an organization, we have been working on a very large migration process that has required us to interlink legacy systems with the latest technologies. Anyone that has ever gone through that process understands the complexities and challenges.</p>\n<p>Frankly put, it’s been something we identified as a potential risk and are working rapidly now to rectify this issue as fast as humanly possible.</p></blockquote>\n<p>It’s also worth noting that their customer database and iThemes.com users were affected, but customers that use their Sync product to manage their own websites were not. So if you use iThemes Sync, and utilized your site passwords to connect, those accounts and passwords were not part of this breach.</p>\n<h3>aMember and legacy membership platforms</h3>\n<p>The membership platform that Cory highlights in the update is a<a href=\"http://www.amember.com/\">Member</a>, a membership management system that’s been around for many years. aMember only introduced <a href=\"http://www.amember.com/p/2011/11/amember-pro-version-4-stable/\">encrypted passwords in version 4</a>, which was released in November of 2011.</p>\n<p>I discussed aMember and plaintext passwords with some other folks that have a significant history with the membership platform, and there are some significant problems that anyone using aMember have experienced.</p>\n<p>First, most folks heavily using aMember aren’t using it out of the box. At the time, most membership sites were doing significant customizations to aMember to achieve desired functionality. So when the v.4 update came out, it was a very difficult update procedure for people to take advantage of the features.</p>\n<p>iThemes would even tell you that their current version of membership software doesn’t look much like aMember at all.</p>\n<p>iThemes is also not the first to be hacked and their aMember passwords leaked. Tuts+ Premium <a href=\"http://marketblog.envato.com/general/tuts-premium-security/\">had the same issue in 2012</a>.</p>\n<p>I discussed aMember at length with <a href=\"http://twitter.com/pippinsplugins\">Pippin Williamson</a>. He has done a lot of work on his brother’s membership site, <a href=\"http://cgcookie.com/\">CGCookie</a>, which also used aMember until 2012, when he did a huge migration of tens of thousands of members to a new platform.</p>\n<p>At the time, Pippin notes that aMember did not disclose passwords were stored in plaintext, so CGCookie had no idea that their users were vulnerable until they learned of the Tuts+ hack, wherein they put a planned migration “into hyperdrive.”</p>\n<p>The problem with iThemes’ situation is that they knew of the plaintext passwords and didn’t address the obvious security vulnerability.</p>\n<p>All in all, the migration for CGCookie took months to perfect and significant juggling of priorities by their team.</p>\n<h3>Ticking time bomb</h3>\n<p>Speaking with Pippin, migrating from aMember was not an easy task. Paypal’s IPN handlers (a payment notification system) were tightly linked to aMember and preventing customer accounts from being disconnected from the membership site took weeks of engineering. Additionally, simply upgrading to the newer versions was also terrible.</p>\n<p>Many other WordPress companies have used aMember in the past as well, storing plaintext passwords just like iThemes today.</p>\n<p>So, aMember has definitely been a problem before now, but iThemes has absolutely slacked in their prioritization of the issue. Simply put, it’s inexcusable to put users into long term risk if you know their passwords are stored in plaintext.<span id=\"more-7134\"></span></p>\n<p>That said, we should consider the potential consequences — though it doesn’t make it excusable. Because iThemes doesn’t store credit card details, emails and names and passwords are about the worst things at risk. Still, a tiny percentage of the general population uses responsible passwords, so getting a list of names and emails and passwords is a treasure trove of information for third party (as in other websites like banks and email providers) to steal identities and break directly into user accounts.</p>\n<p>This should also be a significant lesson for any user to always use different passwords for every website where you keep an account. Tools like <a href=\"https://lastpass.com/\">LastPass</a> and <a href=\"https://agilebits.com/\">1Password</a> make account password management easy. Additionally, learn about <a href=\"http://en.wikipedia.org/wiki/Two-step_verification\">2-factor authentication</a> and use it whenever the service enables it.</p>\n<h3>Owning mistakes</h3>\n<p>This is clearly a horrible situation for iThemes to be in. Users have a right to be mad. In 2014 we should be able to expect that our passwords are encrypted, and that even if a server where our information is stored is hacked, that certain valuable details like credit cards or passwords are not exposed. Thankfully, iThemes doesn’t store credit card details, but those passwords should now be assumed stolen, and users have to pay that price.</p>\n<p>But where I have enormous respect for iThemes is how they have owned it. Especially in the update post, Cory Miller — iThemes’ founder and CEO — took ownership of the issue and told the full story of the breach.</p>\n<blockquote><p>I realize this will generate a lot of concern. Again, I am deeply sorry for this mistake and how it has affected you.</p>\n<p>Let me say: we have made mistakes in the past at iThemes … and as humans will make mistakes in the future. To make a promise otherwise would be absurd and misleading.</p>\n<p><strong>But my promise to you, our customers, is this</strong> … and it’s the same promise that I’ve held to since January 2008 when I started iThemes in my home:</p>\n<ol>\n<li><strong>We will identify mistakes as best we can.</strong> You have helped us with this and appreciate that accountability.</li>\n<li><strong>We will own up to our mistakes.</strong> Again, we’ve done this in the past, we did this yesterday and this post is another example of us living this value.</li>\n<li><strong>We will fix the mistake as fast as humanly possible.</strong> A number of priority issues have been unearthed, shone a hard light on, but we are working to resolve them.</li>\n<li><strong>We will learn and grow from it and be better for it and for you.</strong></li>\n</ol>\n<p>Additionally, as the founder and CEO, the leader of this company, I want you to know: <strong>the buck stops with me and me alone.</strong></p>\n<p>At the end of the day, I am responsible for our company, iThemes, and the work we do. I’ve often tried to defer credit for the great work we’ve done to our team, but as for the mistakes we make, that credit belongs solely to me.</p></blockquote>\n<p>Not every company that’s been breached can say the same. Even huge organizations (I’m thinking of Home Depot as the latest) have done a horrible job at responsible and honest disclosure to their customers.</p>\n<p>iThemes could have made this much more quiet and kept it from being a priority to their users or a big deal in WordPress news-land. But they didn’t. They owned it, they apologized, and they’ve been rewarded for that.</p>\n<p>In the comments of the security update post, users were appalled by the lack of responsibility on the security priorities, but the honesty paid off in the sense that users were verbally thankful for it so that they could accept the problem and deal with it, when the alternative was to be in the dark.</p>\n<p>While this breach has cost iThemes some credibility, and some trust, I believe those things are recoverable. Had they obfuscated the hack itself, my post and users reactions (had they found out) would be very different.</p>\n<h3>What iThemes is doing now</h3>\n<p>iThemes has learned a hard lesson this week, as many other companies have before them. Now they must react, and react strongly. In a situation like this, nothing should take priority over getting this issue fixed.</p>\n<p>Until they get their password storage issue fixed, they still are storing passwords in plaintext, even the new ones. Thankfully they’ve already updated password restrictions — which previously limited passwords to 20 characters — to now accept up to 255 characters. But storing them in plaintext means that they are still as vulnerable today as they were last week if someone gets into the server again. So they must be absolutely vigilant to protect their servers through this migration.</p>\n<h3>What we can all learn</h3>\n<p>Security is not a sexy industry. Too often we don’t consider it until it’s a problem. “Going on offense” should be our default when we consider security actions, but more often — even with some of the best companies and people in the tech space — we react to issues and aren’t appropriately proactive.</p>\n<p>That said, our job is not done either. All of us should consider our own security situation and how we can improve it. Especially if you have users of your own (and many of my readers do), consider that state of your own security, and make sure it’s a priority in your business.</p>\n<p>When we think about what pays the bills, it’s not security awareness and proactive security investments. But we should consider security breaches and vulnerabilities as risks that must be managed; meaning investment into security priorities should be a significant part of any business.</p>\n<p>iThemes, Envato, and WooThemes are all “big” businesses from a WordPress business perspective. Each of them has fought a website security battle. Envato and WooThemes before iThemes have recovered and maintained their users and the community’s trust. I think iThemes will too. But before you, or me, decide “it won’t happen to us”, consider that it can happen to anyone, and our investments into security measures and best practices are not only worthwhile, but the only responsible thing to do.</p>\n<p>And for users, use different passwords on every site. Use LastPass or 1Password. Enable 2-factor authentication. Be vigilant. Do not use the excuse that it’s too hard or a burden. What’s much more of a burden is dealing with a hacked email or bank account. Protect yourself and learn how to protect your accounts. It’s easy to adjust to and modern tools make it a much simpler task to manage.</p>\n<p>Let’s all — web professionals and users — learn with iThemes here, and do better.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 23:30:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Brian Krogsgard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:98:\"WPTavern: WordPress StackExchange Thrives in 2014 with 17 Million Page Views and 14K New Questions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36695\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wptavern.com/wordpress-stackexchange-thrives-in-2014-with-17-million-page-views-and-14k-new-questions\";s: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:10679:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/wpse.png\" rel=\"prettyphoto[36695]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/wpse.png?resize=746%2C363\" alt=\"wpse\" class=\"aligncenter size-full wp-image-36734\" /></a></p>\n<p>Last week, moderators from the <a href=\"http://wordpress.stackexchange.com/\" target=\"_blank\">WordPress Development StackExchange</a> (WPSE) posted a short summary of <a href=\"http://meta.wordpress.stackexchange.com/questions/3951/happy-new-year-how-about-some-stats/3952#3952\" target=\"_blank\">stats from 2014</a>, which demonstrate the remarkable growth and success of the community surrounding the site. This past year WPSE pulled in approximately 15,000 new users, bringing the total to 45,000.</p>\n<p>The site received a total of 17 million page views during 2014. Users submitted 14,000 new questions, and the site received 13,000 new answers.</p>\n<p>The question and answer model employed at the WordPress StackExchange may not be a perfect forumula, but it works. If you’re a developer looking for help, you’re far more likely to receive high quality answers on WPSE than on the official WordPress.org forums. On average, the two forums cater to different types of users.</p>\n<p>The <a href=\"http://stackexchange.com/\" target=\"_blank\">StackExchange</a> question and answer communities are expert communities by design. Right answers float to the top, based on votes from experts in the community, making it an efficient way to locate the most helpful answers.</p>\n<p>In more traditional forums, you’ll spend quite a bit of time weeding through useless, poor quality information to find what you’re looking for. Those who share their knowledge on StackExchange communities earn reputation points, which also helps users discern the quality of answers provided. Overall, it’s a tidy formula for engaging and rewarding expert advice.</p>\n<h3>The Culture of the WordPress StackExchange Community</h3>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/rarst-wpse.png\" rel=\"prettyphoto[36695]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/rarst-wpse.png?resize=300%2C199\" alt=\"rarst-wpse\" class=\"alignright size-medium wp-image-36731\" /></a>Each new StackExchange community passes through a beta period where it is required to demonstrate sustained activity around the topic. I spoke with <a href=\"http://www.rarst.net/\" target=\"_blank\">Andrey Savchenko</a>, better known online as <a href=\"https://twitter.com/rarst\" target=\"_blank\">@Rarst</a>, a moderator who has witnessed the evolution of WPSE from its early beta days to today. Browsing through questions on the site, there seem to be very few beginner inquiries, as compared to WordPress.org support. I asked Savchenko if the site purposely attracts a different crowd or if the questions are heavily moderated.</p>\n<p>“At 45,000+ registered users it would be hard for me to paint an average user in few strokes,” he said. “Out of more obvious quirks I would say is that WPSE seems more heavily European than WordPress’ usual.</p>\n<p>“It’s also a clearly for–developer resource in a primarily user–centric WordPress world, which doesn’t mean beginner development questions are unwelcome — they often make some of the best ones. But beginner user questions aren’t something we historically selected for.”</p>\n<p>While moderation is one of the key features in place in every StackExchange network, Rarst believes it’s not as heavy as one might imagine. “I think SE moderation is efficient rather than heavy. It is strict when it needs to be and intelligently flexible when not,” he said.</p>\n<p>Why do many WordPress users prefer getting help at WPSE as opposed to WordPress.org? Apart from the general difference in the user base, the WPSE community has a different mission and approach to answering questions.</p>\n<p>“WPSE is a unique case of a high profile WordPress site outside of the WordPress ethos. In a way, we are the other side of the coin — a corner for people who don’t click with mainline WordPress resources too well,” Rarst explained.</p>\n<p>“For StackExchange, the cultivation of knowledge is the primary mission, as the WordPress.org documentation and forums often feel like a neglected afterthought.” WPSE offers an alternative way to explore WordPress development questions, outside of the culture that exists on WordPress.org.</p>\n<h3>WPSE Thrives on an Organic, Self-Governing Organizational Structure</h3>\n<p>WPSE manages to maintain a cohesive community without instituting an overly strict governing body. All WPSE moderators are organically grown within the community. “People tend to choose their own level of social involvement; the system isn’t really opinionated about it,” Rarst said. “There are some chatty types, who are around on our meta site and in ‘The Loop’ chat room a lot. There are also plenty of high ranked people who keep to themselves and stay a complete mystery, apart from avatar and nickname.”</p>\n<p>When it comes to housekeeping, WPSE has a natural structure, which lends moderation capabilities to members with the most influence and participation. “The moderators tend to have a lot of pull in organizational issues, but they tend to be elected moderators because they already have that influence,” Rarst explained. “Position comes to those who have established themselves, not the other way around.”</p>\n<p>The overarching StackExchange mission has been key to the community’s success. The purpose of the 133 StackExchange communities is to enable users to ask questions and get answers without distraction. Unlike a traditional discussion forum, replies are heavily geared towards answers without a lot of chit-chat. “I think the focus with which Stack Exchange pursues their goals and their dedication to empowering people to contribute is what captures users on any topic,” Rarst said.</p>\n<p>Users are encouraged to follow a simple set of guidelines when asking questions. They are encouraged to keep questions tightly focused on the topic at hand and to avoid opinion-based questions that would generate a lengthy discussion.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/stackexchange-guidelines.png\" rel=\"prettyphoto[36695]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/stackexchange-guidelines.png?resize=548%2C321\" alt=\"stackexchange-guidelines\" class=\"aligncenter size-full wp-image-36713\" /></a></p>\n<p>In the early days, the site was more exploratory, and moderators were open to trying new things to see where it went. “These days we are more reserved — we learned what works well for us, what is our main identity,” Rarst said. “We had finally pushed through name change to ‘WordPress Development’ from ‘WordPress Answers’, which had temporarily and accidentally stuck.”</p>\n<p>They also learned what kind of content to turn away in order to keep the site working well. “The most prominent example is probably a much more stronger enforcement of questions specific to plugins and themes being out of scope for our general WordPress development focus,” Rarst said. This helps to keep the site more focused on how WordPress itself works, as opposed to getting overrun with support questions regarding third-party extensions.</p>\n<p>Over the years, moderators and participants have actively sought to <a href=\"http://meta.wordpress.stackexchange.com/questions/3697/our-wooes-and-future-of-platform-plugins-at-wpse\" target=\"_blank\">elicit feedback</a> in order to improve the experience at WPSE, on both the meta site and on <a href=\"http://www.reddit.com/r/Wordpress/comments/ljlsy/what_do_you_guys_think_of/\" target=\"_blank\">Reddit</a>. Discussion from these exchanges has helped shape the direction of the site to filter out questions that detract from the main mission.</p>\n<h3>What Makes WPSE a Good Place to Ask Questions?</h3>\n<p>WPSE stats show that the most voted new question in 2014 was, “<a href=\"http://wordpress.stackexchange.com/questions/131697/what-is-your-best-practice-to-execute-one-time-scripts\" target=\"_blank\">What is your best practice to execute one-time scripts?</a>” The most viewed new question was <a href=\"http://wordpress.stackexchange.com/q/141125/847\" target=\"_blank\">“Allow HTML in Excerpt</a>” with 8,300+ views.</p>\n<p>With a predominantly developer-oriented community, Rarst believes that the WPSE model is working because it attracts competent WordPress experts to participate. Like-minded users and moderators have cultivated a fertile soil for answers. “I consider answering questions an immense personal learning opportunity, but also I think as a resource it is important for WordPress knowledge infrastructure, which is starved for quality information,” Rarst said.</p>\n<p>The points-based reputation system also helps in motivating users to submit answers, although Rarst doesn’t attribute it to having played a large role in the site’s success. “I wouldn’t try to guess if points made Stack Exchange popular or was it other way around,” he said. “They definitely add a playful component to the experience, but the additional nature of ‘play’ is the key here — hardly anyone would participate for points alone in my opinion.”</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/stackexchange-points.png\" rel=\"prettyphoto[36695]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/stackexchange-points.png?resize=540%2C169\" alt=\"stackexchange-points\" class=\"aligncenter size-full wp-image-36712\" /></a></p>\n<p>The success is more likely attributed to the combination of dedicated and proven moderators, a focused mission, and a foundational question-and-answer format that simply works. Spend a few minutes sifting through questions on the site and you’ll undoubtedly have the opportunity to explore the inner workings of WordPress with knowledgeable, experienced respondents on hand.</p>\n<p>The growth of the site over the past year shows that WPSE is quickly becoming a popular, high quality resource for finding answers to WordPress-related questions. If you’re stuck, and you’ve already done your homework of googling and browsing other forums, WPSE is a solid option for getting real answers without all the extra fluff.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 22:00:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Matt: Rise of Bacon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://ma.tt/2015/01/rise-of-bacon/\";s: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:217:\"<p><a href=\"http://businessweek.com/articles/2014-10-06/bacon-why-americas-favorite-food-mania-happened\">This article on the amazing rise of bacon</a> was one of my favorite articles I read last year. About bacon.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2015 13:34:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:76:\"WPTavern: Control the Visibility of WordPress Widgets Based on Time and Date\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=35102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/control-the-visibility-of-wordpress-widgets-based-on-time-and-date\";s: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:3203:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/time.jpg\" rel=\"prettyphoto[35102]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/time.jpg?resize=1024%2C496\" alt=\"photo credit: Βethan - cc\" class=\"size-full wp-image-35409\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/beth19/4721798240/\">Βethan</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>The traditional use of widgets in WordPress is to set it and forget it. After placing and configuring a widget, it stays in the widgetized area until manually removed. Many plugins have extended widgets to add visibility settings that are based on the page or post where the widget appears. But what if you could also control widgets based on time and date?</p>\n<p>The new <a href=\"https://wordpress.org/plugins/widget-visibility-time-scheduler/\" target=\"_blank\">Widget Visibility Time Scheduler</a> plugin actually allows you to schedule the display of widgets down to the minute. The plugin, created by WordPress developer <a href=\"https://profiles.wordpress.org/hinjiriyo/\" target=\"_blank\">Martin Stehle</a>, adds time-based visibility settings to each widget’s configuration options.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/widget-visibility.png\" rel=\"prettyphoto[35102]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/12/widget-visibility.png?resize=446%2C485\" alt=\"widget-visibility\" class=\"aligncenter size-full wp-image-35115\" /></a></p>\n<p>Widget Visibility Time Scheduler was designed to work seamlessly with <a href=\"http://jetpack.me/support/widget-visibility/\" target=\"_blank\">Jetpack’s Widget Visibility module</a>, which allows you to limit widget display to certain pages. There is no conflict if your site is Jetpack-enabled and you can even use the two visibility options in combination with one another.</p>\n<p>The plugin is perfect for seasonal widgets, temporary sales/promotions, events, live chat buttons, and any other time/date-dependent content. One feature that might be useful to add is an indefinite option for the end time of the widget display. That would enable users to schedule future widgets and leave them in place indefinitely. Additionally, an option to set the widget display based on the day of the week could offer more flexibility.</p>\n<p>After testing the plugin, I can confirm that it works as advertised. If you try the plugin and you want to remove it at a later point in time, you’ll need to uncheck the widget visibility time scheduler box in each widget before you remove that plugin. This will ensure that none of its data remains in the database after you remove the plugin.</p>\n<p>Widget Visibility Time Scheduler is a handy addition to any site using WordPress as a CMS, an e-commerce platform, or even a blog. In combination with the Jetpack module, it offers full control over when and where your widgets are displayed. This is one you may want to favorite for the next time you need to use it. The plugin is available for <a href=\"https://wordpress.org/plugins/widget-visibility-time-scheduler/\" target=\"_blank\">download from WordPress.org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jan 2015 22:13:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Emil Uzelac Launches New WordPress Theme Review Service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36615\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wptavern.com/emil-uzelac-launches-new-wordpress-theme-review-service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4358:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/theme-review-service.png\" rel=\"prettyphoto[36615]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/theme-review-service.png?resize=300%2C231\" alt=\"theme-review-service\" class=\"alignright size-medium wp-image-36641\" /></a>Emil Uzelac’s new <a href=\"http://themereview.co/\" target=\"_blank\">WordPress Theme Review service</a> is the first of its kind. As a <a href=\"https://twitter.com/emiluzelac/status/545569135808483328\" target=\"_blank\">four-year veteran</a> of the WordPress.org Theme Review Team, he is uniquely qualified to operate a service that focuses on theme standards and quality control.</p>\n<p>Uzelac plans to assist developers with theme reviews for client projects, commercial themes, and free themes submitted to WordPress.org. The reviews are aimed not only at helping developers meet the latest WordPress theme guidelines but also at catching bugs before the product gains distribution. The service will also aim to give customers detailed feedback on performance and security.</p>\n<p>A preliminary review starts at $90 for the first hour. <strong>“You would be surprised how much one can find within an hour,”</strong> Uzelac told the Tavern.</p>\n<p>“The service will cover things like efficiency, performance, sanity, and the overall code quality,” he said. “It will also include UX improvements for both desktop and mobile devices. My goal is also to educate as well,” he said. Customers who use the service will receive suggestions for improvement, along with examples and support from Uzelac.</p>\n<p>“Look, no one wants to ship a theme with issues,” Uzelac said. “Everyone knows time constraints and the pressure to finish can introduce mistakes even the most seasoned developers miss. That’s completely normal. But frustrated end users quickly abandon themes they don’t understand or can’t fix.” As the original author of <a href=\"https://wordpress.org/themes/responsive\" target=\"_blank\">Responsive</a>, one of most popular themes of all time on WordPress.org, Uzelac knows the kind of quality and support required to build a strong user base.</p>\n<h3>The Need for Professional Theme Review</h3>\n<p>In the past, getting a theme through the rigorous review process for WordPress.org could take weeks. If you have errors that need to be fixed, your theme goes back into the queue to be reviewed again. Being able to make it through the first time with no issues is advantageous to developers who are hoping to release their themes to the public as soon as possible.</p>\n<p><a href=\"http://devrix.com/\" target=\"_blank\">Mario Peshev</a> recently touched on this topic when we interviewed him regarding his <a href=\"http://wptavern.com/devrix-and-emil-uzelac-team-up-to-produce-masonry-a-free-wordpress-theme\" target=\"_blank\">partnership with Uzelac to launch a theme for his company</a>. “There is no clear way to hire any of them for theme reviews or building a theme following the WordPress.org guidelines,” Peshev said, commenting on the lack of visibility of the WordPress Theme Review Team. “I assume that small and medium agencies would be willing to pay for professional reviews or getting themes built for any reason, which would support both parties,” he said.</p>\n<p>WordPress users are losing confidence in large commercial theme marketplaces that continue to sell products riddled with <a href=\"http://wptavern.com/why-wordpress-theme-developers-are-moving-functionality-into-plugins\" target=\"_blank\">bad practices</a> and <a href=\"http://wptavern.com/100000-wordpress-sites-compromised-using-the-slider-revolution-security-vulnerability\" target=\"_blank\">security vulnerabilities</a>. The community has a need for a service that can authoritatively address problems with WordPress themes and educate developers on best practices.</p>\n<p>Despite launching his <a href=\"http://themereview.co/\" target=\"_blank\">theme review service</a>, Uzelac plans to continue volunteering on the WordPress.org Theme Review Team for many years to come. “This is something I enjoy doing, even more than creating themes,” he said. If the service takes off, he plans to do it full-time and hopes to take on additional reviewers to grow the business.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jan 2015 18:34:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Matt: What’s in My Bag, 2014\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44570\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://ma.tt/2015/01/whats-in-my-bag-2014/\";s: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:6355:\"<p>As the start of a new year’s tradition, I’d like to take inventory of what I carry around in my backpack, which I have with me almost everywhere I go. I’m constantly iterating and changing what I carry around, so I hope it’s interesting to see this vignette of what I’ve found to be the best or most effective items to have with me all the time. With the things in this backpack I can be productive pretty much any place on the planet with a wifi or LTE connection.</p>\n<p><a href=\"http://i1.wp.com/ma.tt/files/2015/01/IMG_4001.jpg\"><img class=\"alignnone\" src=\"http://i1.wp.com/ma.tt/files/2015/01/IMG_4001.jpg?resize=604%2C453\" alt=\"\" /></a></p>\n<ol>\n<li><a href=\"http://www.amazon.com/Kensington-International-Travel-Adapter-K38120WW/dp/B00I3E1ENW/\">Kensington international adapter</a>, I like this one because it has two USB ports, but every adapter I’ve used seems a little janky.</li>\n<li><a title=\"Been putting a lot of miles on these.\" href=\"http://www.amazon.com/dp/B00DIOAM4Y/\">Plantronics BackBeat GO 2 with charging case</a>, as I mentioned <a href=\"http://ma.tt/2014/10/beats-studio-wireless-vs-samsung-level-over/\">in my headphones post</a>.</li>\n<li><a href=\"http://www.amazon.com/High-Resolution-Display-Adaptive-PagePress-Sensors/dp/B00IOYAM4I/\">Kindle Voyage</a>. Love love love.</li>\n<li>64gb USB stick.</li>\n<li>Lockpick set.</li>\n<li>Apple Thunderbolt / VGA adapter. (I can probably stop carrying this around.)</li>\n<li>Samsung Level Over, as I mentioned <a href=\"http://ma.tt/2014/10/beats-studio-wireless-vs-samsung-level-over/\">in my headphones post</a>.</li>\n<li>Macbook power adapter, and <a href=\"http://www.motorola.com/us/accessories-bluetooth-headsets/Moto-Hint/moto-hint-pdp.html\">Moto Hint bluetooth headset</a>.</li>\n<li>Audrey Hepburn deck of playing cards, and business card holder. The last few items <a href=\"http://www.cocooninnovations.com/grid.php\">are on a Gridit holder</a>, which I like but seems to drop items as I walk around.</li>\n<li><a href=\"http://www.amazon.com/Macally-Charger-iPhone-Mobile-Devices/dp/B003UATJ7C/\">Macally double USB charger</a>, which I like because the plug pivots, and it can charge an iPad at full speed.</li>\n<li>Thunderbolt to thunderbolt cable, which is great for transferring between computers, and <a href=\"http://www.amazon.com/Belkin-Rockstar-Multi-Headphone-Splitter/dp/B00475K64E/\">Belkin audio cable splitter</a>, with an old Beats cable wrapped around which I use with the Samsung headphones.</li>\n<li><a href=\"http://www.amazon.com/gp/product/B00LIS9EM8/\">Retractable HMDI cable</a>.</li>\n<li>Garmin chest strap heart rate monitor, for running.</li>\n<li>Miscellaneous retractable cables: Jawbone UP24 charger (not using the UP at the moment, just the Basis), 1/8th inch audio cable, ethernet CAT5e, USB mini type B.</li>\n<li><a title=\"Best sound, best comfort, but my ears get waxy when I wear them too much.\" href=\"http://pro.ultimateears.com/en-us/home/18-Pro\">Ultimate Ears 18 Pro Custom</a>, with a <a href=\"http://thisisground.com/collections/cordtaco\">gold cord taco</a>.</li>\n<li>Jetpack notebook for taking analog notes.</li>\n<li>Some <a href=\"http://www.amazon.com/Bag-Balm-Vermonts-Original-Moisturizing-Softening/dp/B001838FPA\">bag balm</a> in a little plastic holder, an <a href=\"http://www.amazon.com/Aveda-Blue-Oil-0-24-oz/dp/B0031KN9UE\">Aveda Blue Oil</a> that I find relaxing, and some Advil for when ouches happen.</li>\n<li><a href=\"https://www.amazon.com/gp/product/B007PTCFFW/\">TP-LINK TL-WR702N Wireless N150 Travel Router</a>, which works so-so.</li>\n<li>Chargers for the two watches.</li>\n<li><a href=\"http://www.amazon.com/gp/product/B00KINSDK8\">Mpow Streambot Mini Wireless Bluetooth 4.0 Audio Music Streaming Receiver Adapter</a>.</li>\n<li>Apple Magic Mouse, still the best.</li>\n<li>Moto X second generation, with walnut back and orange highlights.</li>\n<li>Not pictured, iPhone 6+, because it took the picture, space grey of course.</li>\n<li>Miscellaneous swag and trinkets, and a T-mobile SIM card.</li>\n<li>Maison Bonnet sunglasses and cleaning cloth.</li>\n<li><a href=\"http://www.amazon.com/Lamy-Pico-Pocket-Ballpoint-White/dp/B00439T9OM/\">Lamy Pico Pocket Ballpoint pen</a>.</li>\n<li>Brand new passport! No stamps in it yet. Unfortunately picture was taken when I was still in the mustache competition.</li>\n<li><a href=\"http://www.amazon.com/Basis-Peak-Ultimate-Fitness-Tracker/dp/B00GJG79LM\">Basis Peak watch</a>, which I like a lot overall.</li>\n<li><a href=\"http://www.amazon.com/Garmin-Forerunner-620-Black-Bundle/dp/B00FBYYC90\">Garmin Forerunner 620</a>, for quantifying running along with the chest strap in #13.</li>\n<li><a href=\"http://www.westoneaudio.com/index.php/products/hearing-protection/es49-custom-hearing-protection.html\">Westone ES49 custom earplugs</a>, for if I go to concerts or anyplace overly loud.</li>\n<li><a href=\"http://www.amazon.com/Bucky-Eye-Shades-Earplugs-Black/dp/B000FFSWAU/\">Bucky eye shades</a>, like an eye mask but has a curve so it doesn’t touch your eyes. I don’t use this often but when I do it’s a life-saver.</li>\n<li>Retina Macbook Pro, 15 inch, with a few stickers and the custom W light cut-out.</li>\n<li>The bag that holds everything pictured: <a href=\"http://www.hardgraft.com/products/oldschoolrucksack-heritage\">Old School Laptop Rucksack</a>. I wish it had a few more interior pockets for organizing things. It’s starting to get pretty worn, I probably need to treat the leather on the bottom.</li>\n<li>Not pictured: <a href=\"http://www.amazon.com/Incase-Speed-Charger-Lightning-Cable/dp/B00P7Y6M2Y/\">Incase dual USB 2.4 amp car charger</a>, a <a href=\"http://www.amazon.com/Belkin-Car-Vent-Mount-Smartphones/dp/B00O5JARCI/\">Belkin car mount</a>, and a retractable lightning cable. (They were in the car when I took this.)</li>\n</ol>\n<p><a href=\"http://i1.wp.com/ma.tt/files/2015/01/IMG_4001.jpg\"><img class=\"alignnone\" src=\"http://i1.wp.com/ma.tt/files/2015/01/IMG_4001.jpg?resize=604%2C453\" alt=\"\" /></a></p>\n<p>So if you add it all up, there are about 53 unique items I’m carrying around all the time. I’m curious how this total number changes over time as well. If you have any recommendations for a better, lighter, or more functional item than what I’m carrying please leave it in the comments!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jan 2015 17:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:65:\"WPTavern: Kim Parsell, Affectionately Known as #wpmom Passes Away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36618\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9532:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsell.png\" rel=\"prettyphoto[36618]\"><img class=\"size-full wp-image-36619\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsell.png?resize=655%2C418\" alt=\"WordCamp San Francisco 2014 By Sheri Bigelow\" /></a>WordCamp San Francisco 2014 By Sheri Bigelow\n<p>In the eight years I’ve covered the WordPress scene, <a title=\"http://web.archive.org/web/20120827003459/http://www.wptavern.com/forum/forum-lobby/1003-rip-dan-schulz.html\" href=\"http://web.archive.org/web/20120827003459/http://www.wptavern.com/forum/forum-lobby/1003-rip-dan-schulz.html\">only once</a> have I written about someone passing away. It’s with a heavy heart and great sadness to inform you that <a title=\"https://profiles.wordpress.org/kpdesign\" href=\"https://profiles.wordpress.org/kpdesign\">Kim Parsell</a> passed away last week at her home in Southern, Ohio. The cause of death is unknown and a small service is tentatively scheduled for this Saturday. There’s also a memorial type of event being planned for WordCamp Columbus, OH.</p>\n<h2>Kim Parsell The Photographer</h2>\n<p>Before getting actively involved in the WordPress project, she was an <a title=\"http://www.kpimages.net/index.php?x=browse&pagenum=1\" href=\"http://www.kpimages.net/index.php?x=browse&pagenum=1\">avid photographer</a>. Almost all of the photos she published were taken on her property in Southern, Ohio. She had an eye for nature’s beauty and showed the world through photography how beautiful Ohio is. Her photos are so good that I think she could have made a living selling them as prints.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParesellSpringtimeSunset.png\" rel=\"prettyphoto[36618]\"><img class=\"size-full wp-image-36620\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParesellSpringtimeSunset.png?resize=969%2C560\" alt=\"Springtime Sky by Kim Parsell\" /></a>Springtime Sky by Kim Parsell\n<h2>Kim Parsell The Contributor</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsellWordPressProfile.png\" rel=\"prettyphoto[36618]\"><img class=\"size-full wp-image-36626\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsellWordPressProfile.png?resize=963%2C459\" alt=\"Kim Parsell\'s WordPress.org Profile\" /></a>Kim Parsell’s WordPress.org Profile\n<p>In the past few years, Kim has worked on improving documentation in WordPress as a member of the docs team. She substantially contributed to the effort of adding <a title=\"https://make.wordpress.org/docs/inline-docs/\" href=\"https://make.wordpress.org/docs/inline-docs/\">inline documentation</a> to every hook in WordPress. Her contributions got her <a title=\"http://wordpress.tv/2014/10/26/matt-mullenweg-the-state-of-the-word-2014/\" href=\"http://wordpress.tv/2014/10/26/matt-mullenweg-the-state-of-the-word-2014/\">mentioned by Matt Mullenweg</a> (11:00 minute mark) during his State of the Word presentation at WordCamp San Francisco 2014. She’s contributed to every release of WordPress from 3.7 to 4.1.</p>\n<p>Being mentioned in the State of the Word is one of Kim’s best moments and it meant a lot to her. Sarah Pressler <a title=\"http://sarahpressler.com/time-ran-short/\" href=\"http://sarahpressler.com/time-ran-short/\">accurately describes</a> the jubilation felt by Kim, “Can you believe it? Me!!! In Matt’s talk! Me!? I…just …. I can’t believe it. Little ol’ me. An old lady up there on the screen with all the kids. It’s official, I really am #WPMom now.”</p>\n<h2>Kim Parsell The #wpmom</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsellDocsTeamMeetup.jpg\" rel=\"prettyphoto[36618]\"><img class=\"wp-image-36621 size-full\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsellDocsTeamMeetup.jpg?resize=750%2C460\" alt=\"The Docs Team Meetup in Cincinnati 2013 - Image Courtesy of <a title=\" /><a title=\" http:=\"></a>Kim Parsell With the Docs Team Meetup in Cincinnati 2013\n<p>Kim became known throughout the WordPress community as <a title=\"https://twitter.com/hashtag/wpmom\" href=\"https://twitter.com/hashtag/wpmom\">#wpmom,</a> a title she fully embraced. She had a way of giving people purpose, taking them under her wing, and showing compassion when it was needed most. As <a title=\"http://www.carriedils.com/for-you-kim/\" href=\"http://www.carriedils.com/for-you-kim/\">Carrie Dils explains</a>, “Folks jokingly call her <a href=\"https://twitter.com/hashtag/wpmom?src=hash\" target=\"_blank\">#wpmom</a>, but there’s a lot of truth there. She was very much like a mother figure, but never EVER in a condescending way.”</p>\n<p>In a <a title=\"http://www.carriedils.com/for-you-kim/#comment-68920\" href=\"http://www.carriedils.com/for-you-kim/#comment-68920\">comment</a> on the same post, Amanda describes exactly the type of person Kim was, “The greatest thing about Kim is that whether you’re standing at the back of the line or the front she would have walked her way down that line to let everyone know they were equally as important and that the only reason there’s a line is because everyone can’t be in the same place at once.”</p>\n<p>As <a title=\"http://onefinejay.com/2015/01/03/remembering-kim-parsell\" href=\"http://onefinejay.com/2015/01/03/remembering-kim-parsell\">Jayvie Canono found out</a>, Kim didn’t put up with bull crap from anyone and had no problem letting you know about it. It’s how she told people which made her unique, “She brought people together and had the salty, country-gal personality who would <em>not put up with your bull crap</em> and yet would never break one rule of etiquette in the process of letting you know.”</p>\n<h2>Kim Parsell The Person I Knew</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsellSunset.png\" rel=\"prettyphoto[36618]\"><img class=\"size-full wp-image-36624\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/01/KimParsellSunset.png?resize=1024%2C768\" alt=\"Sunset as Seen From Kim Parsell\'s Property\" /></a>Sunset as Seen From Kim Parsell’s Property\n<p>Kim referred to herself as “The little ol’ crazy lady at the top of a hill in Ohio.” She wasn’t crazy but rather, an independent, strong-willed woman who at times was stubborn. A hard worker, she spent a lot of time in rural Ohio alone, “<span class=\"ProfileHeaderCard-locationText u-dir\" dir=\"ltr\">Chillin’ on a dirt road.</span>” She routinely drove an hour and a half north to attend <a title=\"http://www.meetup.com/NEOWordPress/\" href=\"http://www.meetup.com/NEOWordPress/\">our WordPress meetup</a> because there wasn’t a person within 30 miles of her house who knows what WordPress is.</p>\n<p>When I started WordPress Weekly in 2009, she would often join me on each episode to provide the countdown before I hit the record button. She was occasionally a guest on the show as <a title=\"http://wptavern.com/wpweekly-episode-87-%E2%80%93-the-lost-episode\" href=\"http://wptavern.com/wpweekly-episode-87-%E2%80%93-the-lost-episode\">on episode 87</a>. After the show, she would stick around for a half hour to an hour to talk about whatever was on her mind. In many ways, the show offered her an opportunity to connect and speak to WordPress people every week. The show was the closest thing to a meetup she could regularly attend.</p>\n<a href=\"http://recordings.talkshoe.com/TC-34224/TS-317335.mp3\">http://recordings.talkshoe.com/TC-34224/TS-317335.mp3</a>\n<p>She lived in a rural area where her internet was capped at 1.5MB, but it didn’t stop her from contributing to WordPress. Despite living on top of a hill in Southern Ohio, often alone, she left a lasting impact on people across the world. She wasn’t much of a speaker but at WordCamp San Francisco 2014, she gave a presentation on WordPress documentation.</p>\n<p></p>\n<h2>Kim Parsell, You Are Missed</h2>\n<p>Kim, you’re missed by a lot of people, some of whom you’ve never met. That’s the kind of impact and legacy you’ve left us with. You’re an inspiration to become a better person and be more kind to those in the WordPress community. You opened your heart and soul to whoever needed help and ended every exchange with a smile. I will miss you friend, colleague, and fellow buckeye. My deepest condolences are with the Parsell family.</p>\n<p>If you have a lasting memory of Kim, please share it in the comments.</p>\n<p><strong>Related Reading:</strong></p>\n<ul>\n<li><a title=\"https://make.wordpress.org/docs/2015/01/05/rip-kim-parsell/\" href=\"https://make.wordpress.org/docs/2015/01/05/rip-kim-parsell/\">RIP Kim Parsell </a></li>\n<li><a title=\"http://sarahpressler.com/time-ran-short/\" href=\"http://sarahpressler.com/time-ran-short/\">For Kim. Because Time Ran Short.</a></li>\n<li><a title=\"http://www.carriedils.com/for-you-kim/\" href=\"http://www.carriedils.com/for-you-kim/\">For You, Kim</a></li>\n<li><a title=\"http://onefinejay.com/2015/01/03/remembering-kim-parsell\" href=\"http://onefinejay.com/2015/01/03/remembering-kim-parsell\">Remembering Kim Parsell</a></li>\n<li><a title=\"https://blog.dembowski.net/2015/thank-you-wpmom-for-everything/\" href=\"https://blog.dembowski.net/2015/thank-you-wpmom-for-everything/\">Thank you #wpmom for everything</a></li>\n<li><a title=\"http://werdswords.com/farewell-old-friend/\" href=\"http://werdswords.com/farewell-old-friend/\">Farewell old friend</a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Jan 2015 16:28:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:24:\"Matt: On API Correctness\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2015/01/on-api-correctness/\";s: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:174:\"<p>Developing an API is hard. <a href=\"https://developer.wordpress.com/2014/12/08/on-api-correctness/\">Here’s Automattician Demitrious Kelly On API Correctness</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Jan 2015 19:42: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Matt: Case for Distributed Teams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://ma.tt/2015/01/case-for-distributed-teams/\";s: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:209:\"<p>Avleen Vig wrote a great <a href=\"http://silverwraith.com/blog/2014/12/the-case-for-distributed-teams/\">case for distributed teams</a> that covers many of the high-level highlights I’d agree with.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Jan 2015 16:00:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:19:\"Matt: Jetpack Speed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44562\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://ma.tt/2015/01/jetpack-speed/\";s: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:1422:\"<p>Over on the BruteProtect blog they <a href=\"https://bruteprotect.com/the-jetpack-bloat-myth/\">have a look at the Jetpack Bloat Myth</a>, and find that counter-intuitively even though Jetpack has more comprehensive functionality it’s faster than using individual plugins to do the same things. There are economies of scale to Jetpack’s approach, and it doesn’t even include the impact of doing things more advanced and complex like Related Posts. There’s a reason why some <a href=\"http://wpengine.com/support/disallowed-plugins/\">web hosts like WP Engine ban most related post plugins but encourage the use of Jetpack</a>.</p>\n<p>The performance of the plugin code, though still faster, is still a small difference when compared to the benefit of offloading certain tasks like image resizing, related posts, stats, video transcoding, and more in the future to the WordPress.com cloud (which is now across 11 datacenters worldwide).</p>\n<p>Of course if you don’t need the functionality at all it’s always faster to have nothing, but that’s a shrinking minority. There are still more optimizations to be had, and in line with <a href=\"http://ma.tt/2014/12/performance-as-design/\">a performance focus in 2015</a> look for more improvements to come in the future. In the meantime, <a href=\"https://bruteprotect.com/the-jetpack-bloat-myth/\">check out the Jetpack benchmarks</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Jan 2015 16:03:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:37:\"Matt: Software Engineers Should Write\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2015/01/software-engineers-should-write/\";s: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:151:\"<p>Shubhro Saha on why <a href=\"http://www.shubhro.com/2014/12/27/software-engineers-should-write/\">software engineers should write</a>. Hear hear.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2015 18:00: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: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:47:\"Akismet: December and all of 2014 Stats Roundup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/?p=1753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.akismet.com/2015/01/01/december-and-all-of-2014-stats-roundup/\";s: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:5184:\"<p><a name=\"text1\"></a><em>Gone with the Wind</em> is the <a href=\"http://en.wikipedia.org/wiki/List_of_highest-grossing_films\">highest-grossing movie</a> of all time – making over 3 billion dollars<a href=\"http://blog.akismet.com/feed/#footnote1\"><sup>1</sup></a>. The next highest-grossing film is <em>Avatar</em>, with just over 2.7 billion dollars to its name.</p>\n<p><a href=\"http://en.wikipedia.org/wiki/File:Avatar-Teaser-Poster.jpg\"><img class=\" size-medium wp-image-1758 alignleft\" src=\"https://akismet.files.wordpress.com/2015/01/avatar-poster.jpg?w=202&h=300\" alt=\"Avatar movie poster\" width=\"202\" height=\"300\" /></a></p>\n<p><a href=\"http://en.wikipedia.org/wiki/File:Poster_-_Gone_With_the_Wind_01.jpg\"><img class=\" size-medium wp-image-1759 alignnone\" src=\"https://akismet.files.wordpress.com/2015/01/gone-with-the-wind-poster.jpg?w=195&h=300\" alt=\"Gone with the Wind movie poster\" width=\"195\" height=\"300\" /></a></p>\n<p> </p>\n<p>In December, Akismet caught <strong>10,136,855,000 spam comments</strong> – that’s just over 10 billion. If each spam comment were one dollar, that amount would be about <strong>equal to 3 times the total sales of <em>Gone with the Wind</em></strong>. Not too shabby.</p>\n<p>On the other hand, Akismet saw just 156,497,000 real comments go through in December. If each one of those were one dollar, they’d make up about 4% of the total sales of <em>Gone with the Wind</em>. As is usual, we see much less real comments than spam comments – at a ratio of about 1 to 65 this month.</p>\n<p>Here’s the day-to-day breakdown:</p>\n<div id=\"attachment_1761\" class=\"wp-caption alignnone\"><img class=\"wp-image-1761 size-large\" src=\"https://akismet.files.wordpress.com/2015/01/akismet-spam-and-ham-stats-december-2014.png?w=700&h=438\" alt=\"Akismet spam and ham numbers plot for the month of December 2014\" /><p class=\"wp-caption-text\">The busiest day of the month was the 5th with just over 409 million spam comments, and the slowest day was the 10th with just under 267 spam comments.</p></div>\n<p> </p>\n<p>For the first time since June, Akismet saw a drop in the number of spam comments month-to-month – we dropped 16% compared to November. However, we still saw a rise of 52% since last year in December.</p>\n<p>Now… what about 2014 as a whole? Here’s what that looked like in plot form:</p>\n<p><a href=\"https://akismet.files.wordpress.com/2015/01/akismet-stats-in-2014.png\"><img class=\"alignnone size-large wp-image-1762\" src=\"https://akismet.files.wordpress.com/2015/01/akismet-stats-in-2014.png?w=700&h=438\" alt=\"Akismet monthly spam and ham numbers for 2014\" /></a></p>\n<p> </p>\n<p>How do the numbers fare against the highest grossing movies of all time? In January 2014, Akismet saw about 6 billion comments go through in total. If each comment were one dollar, <strong>that’s like the total sales of <em>Gone with the Wind</em> and <em>Avatar</em> combined</strong>.</p>\n<p>Things were moving along at about the same rate until <a href=\"http://blog.akismet.com/2014/09/01/august-stats-roundup/\">August</a>, when we started noticing much more spam coming through. In <a href=\"http://blog.akismet.com/2014/10/01/september-stats-roundup/\">September</a> we hit the 300 million spam caught per day mark. In total, there were 8 billion comments caught.</p>\n<p>November was our highest-traffic month with over 12 billion spam comments caught. Continuing with our movie example, that would be like adding up the totals for the top 4 highest grossing films and then a little more: <em>Gone with the Wind</em> and <em>Avatar</em> and <em>Star Wars</em> and <em>Titanic.</em></p>\n<p><strong>What about the total amount of spam for 2014? That’s 90,326,951,500 – like adding up the total sales of the top 10 movies… and quadrupling that number.</strong></p>\n<p>Over the year, you may have seen similar trends in the amount of spam comments that you see come through on your own blog or website. As always, if you’re having any issues please do <a href=\"http://akismet.com/contact/\">contact us</a>, we’re happy to help!</p>\n<p>We’re looking forward to an even more fruitful 2015, with Akismet continuing to save you from your spam. All of us from Akismet wish you a thrilling, successful, and happy new year!</p>\n<p><em>This post is part of a monthly series summarizing some stats and figures from the Akismet universe. Feel free to browse <a href=\"http://blog.akismet.com/category/monthly-roundup/\">all of the posts in the series</a>.</em></p>\n<p>Footnote<br />\n<a href=\"http://blog.akismet.com/feed/#text1\" name=\"footnote1\"><sup>1</sup></a>when adjusted for inflation in 2011 dollars, which is what really counts <span class=\"wp-smiley wp-emoji wp-emoji-wink\" title=\";)\">;)</span></p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1753/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1753/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1753&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2015 17:30: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:7:\"Valerie\";s: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:21:\"Matt: Donate to GnuPG\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2014/12/donate-to-gnupg/\";s: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:185:\"<p>With the news that PGP is one of the things that is still tough for the NSA, now is a <a href=\"https://www.gnupg.org/donate/\">great time to donate to GnuPG</a>, which I just did.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Dec 2014 21:56: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: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:91:\"WPTavern: How to Preview Posts in Distraction-free Writing Mode Without Seeing a Transition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36595\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/how-to-preview-posts-in-distraction-free-writing-mode-without-seeing-a-transition\";s: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:1905:\"<p>In order to see the post meta boxes using <a title=\"http://wptavern.com/wordpress-4-1-dinah-released\" href=\"http://wptavern.com/wordpress-4-1-dinah-released\">Distraction-free Writing Mode in WordPress 4.1</a>, you have to move the cursor away from the post editor. During the editing process, you may need to preview a post several times. Since the preview button is only available when the publish meta box is shown, you have to go in and out of DFW mode multiple times before publishing a post.</p>\n<p>This can not only be annoying, but discourage you from using DFW mode altogether. Thankfully, there’s a <a title=\"https://wordpress.org/plugins/fullscreen-preview-button/\" href=\"https://wordpress.org/plugins/fullscreen-preview-button/\">handy plugin</a> by Alex King that solves the problem by adding a preview button inside the post editor.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/PreviewButtonInDFWMode.png\" rel=\"prettyphoto[36595]\"><img class=\"size-full wp-image-36596\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/PreviewButtonInDFWMode.png?resize=1025%2C384\" alt=\"Preview Button is Always Visible\" /></a>Preview Button is Always Visible\n<p>The preview button inside the editor significantly reduces the amount of times the DFW transition occurs. What’s nice about this plugin is that when you disable DFW mode, the preview button disappears in favor of the publish meta box.</p>\n<p>I tested the plugin using WordPress 4.1 and didn’t encounter any issues. The plugin is available in the <a title=\"https://wordpress.org/plugins/fullscreen-preview-button/\" href=\"https://wordpress.org/plugins/fullscreen-preview-button/\">plugin directory</a> and <a title=\"https://github.com/alexkingorg/wp-fullscreen-preview-button\" href=\"https://github.com/alexkingorg/wp-fullscreen-preview-button\">Github</a> where pull requests are welcomed.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Dec 2014 20:02:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s: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:84:\"WPTavern: Benchmarks Indicate Jetpack Doesn’t Negatively Impact Site Loading Times\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/benchmarks-indicate-jetpack-doesnt-negatively-impact-site-loading-times\";s: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:3777:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/JetpackBenchmarksFeaturedImage.png\" rel=\"prettyphoto[36539]\"><img class=\"size-full wp-image-36587\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/JetpackBenchmarksFeaturedImage.png?resize=639%2C200\" alt=\"Jetpack Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/thejoshmeister/8395389163/\">the JoshMeister</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p><a title=\"https://wordpress.org/plugins/jetpack/\" href=\"https://wordpress.org/plugins/jetpack/\">Jetpack </a>is a WordPress plugin maintained by Automattic and has more than 30 different modules. The modules provide a variety of features including, contact forms, stats, and related posts.</p>\n<p>Part of Jetpack’s reputation in the WordPress community is that it’s bloated and slows down websites. Sam Hotchkiss, who is part of the Jetpack team, has <a title=\"https://bruteprotect.com/the-jetpack-bloat-myth/\" href=\"https://bruteprotect.com/the-jetpack-bloat-myth/\">published benchmark results</a> showing the performance impact of Jetpack is not as bad as you might think.</p>\n<h2>Testing Setup</h2>\n<p>The benchmarks run on two different setups. The first is a website where the user is only running Jetpack with 19 modules activated. (After The Deadline, Contact Form, Custom Content Types, Custom CSS, Gravatar Hovercards, Latex, Notes, Omnisearch, Post By Email, Publicize, Sharedaddy, Shortcodes, Shortlinks, Stats, Subscriptions, Vaultpress, Verification Tools, Widget Visibility, Widgets).</p>\n<p>The second environment involves a user running five plugins that replicate similar functionality of popular modules. (Contact Form 7, Google Analytics Dashboard for WP, Simple Custom CSS, Share Buttons by AddToAny, NextScripts: Social Networks Auto-Poster). The plugins were chosen because they have the most downloads in the directory providing similar functionality.</p>\n<h2>Testing Results</h2>\n<p>Jetpack, First load, TTFB: 773ms<br />\nJetpack, First load, Complete page load: 1876ms<br />\nJetpack, Repeat view, TTFB: 143ms<br />\nJetpack, Repeat view, Complete page load: 322ms</p>\n<p>Other Plugins, First load, TTFB: 797ms<br />\nOther Plugins, First load, Complete page load: 2609ms<br />\nOther Plugins, Repeat view, TTFB: 460ms<br />\nOther Plugins, Repeat view, Complete page load: 529ms</p>\n<p>As you can see, the performance impact from using Jetpack is negligible at best. Jetpack also has fewer HTTP requests overall than the custom plugins installed.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/NumberOfRequests.png\" rel=\"prettyphoto[36539]\"><img class=\"size-full wp-image-36586\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/NumberOfRequests.png?resize=800%2C535\" alt=\"Number of HTTP Requests\" /></a>Number of HTTP Requests\n<p>According to Hotchkiss, there’s a series of 35 tests that run against Jetpack <strong>every time</strong> a change is committed to the master branch. The tests are designed to detect whether or not a change negatively impacts site performance. Hotchkiss says the test results will be released in the near future, “We’ll be releasing all the results of these tests to the public in the near future. Every member of the Jetpack team is committed to making sure that performance is a high priority for the project.”</p>\n<p>The results indicate Jetpack doesn’t hinder website performance as much as you might think. It’s only one set of results, but I’m curious to see how it performs in a variety of situations and environments. Do you think the results accurately represent Jetpack and what other benchmark tests would you like to see performed?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Dec 2014 17:56: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:13:\"Jeff Chandler\";s: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:60:\"WPTavern: A Look Back at WordPress News in 2014, Part 2 of 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=36578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/a-look-back-at-wordpress-news-in-2014-part-2-of-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37876:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/FileArchiveFeaturedImage.jpg\" rel=\"prettyphoto[36578]\"><img class=\"size-full wp-image-13971\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/FileArchiveFeaturedImage.jpg?resize=1024%2C655\" alt=\"File Archive Featured Image\" /></a>photo credit: <a href=\"http://www.flickr.com/photos/merlin1487/5518280677/\">Merlin1487</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>This is part two of a <a title=\"http://wptavern.com/a-look-back-at-wordpress-news-in-2014-part-1-of-2\" href=\"http://wptavern.com/a-look-back-at-wordpress-news-in-2014-part-1-of-2\">two part series</a> looking back at WordPress news in 2014. There was plenty of action to write about with over 900 posts published in 2014. Browse through the list and if a particular story had an impact on you, let us know in the comments.</p>\n<p>The stories included here are handpicked based on their newsworthiness, importance, and whether they generated a healthy discussion in the comments. The posts are in chronological order starting with July.</p>\n<h2>July</h2>\n<ul>\n<li><a title=\"WordPress MailPoet Plugin Security Vulnerability: Immediate Update Recommended\" href=\"http://wptavern.com/wordpress-mailpoet-plugin-security-vulnerability-immediate-update-recommended\">WordPress MailPoet Plugin Security Vulnerability: Immediate Update Recommended </a></li>\n<li><a title=\"VersionPress Misses Crowdfunding Goal By $14.5K\" href=\"http://wptavern.com/versionpress-misses-crowdfunding-goal-by-14-5k\">VersionPress Misses Crowdfunding Goal By $14.5K </a></li>\n<li><a title=\"WordPress Visual Page and Website Builders Make It Easy To Create Ugly Sites\" href=\"http://wptavern.com/wordpress-visual-page-and-website-builders-make-it-easy-to-create-ugly-sites\">WordPress Visual Page and Website Builders Make It Easy To Create Ugly Sites </a></li>\n<li><a title=\"WPBeginner Turns 5, Celebrates With Campaign To Build Two New Schools In Guatemala\" href=\"http://wptavern.com/wpbeginner-turns-5-celebrates-with-campaign-to-build-two-new-schools-in-guatemala\">WPBeginner Turns 5, Celebrates With Campaign To Build Two New Schools In Guatemala </a></li>\n<li><a title=\"In The Next Few Years, 90% Of WordPress Development Could Be JavaScript Based\" href=\"http://wptavern.com/in-the-next-few-years-90-of-wordpress-development-could-be-javascript-based\">In The Next Few Years, 90% Of WordPress Development Could Be JavaScript Based </a></li>\n<li><a title=\"WordPress.tv Adds Its First German Presentation: Konstantin Obenland on Underscores\" href=\"http://wptavern.com/wordpress-tv-adds-its-first-german-presentation-konstantin-obenland-on-underscores\">WordPress.tv Adds Its First German Presentation: Konstantin Obenland on Underscores </a></li>\n<li><a title=\"Kinsta Publishes Guide On The History Of WordPress, Its Ecosystem, and Community\" href=\"http://wptavern.com/kinsta-publishes-guide-on-the-history-of-wordpress-its-ecosystem-and-community\">Kinsta Publishes Guide On The History Of WordPress, Its Ecosystem, and Community </a></li>\n<li><a title=\"WP Engine Becomes The First Large Partner To Integrate Sidekick\" href=\"http://wptavern.com/wp-engine-becomes-the-first-large-partner-to-integrate-sidekick\">WP Engine Becomes The First Large Partner To Integrate Sidekick </a></li>\n<li><a title=\"Critical Security Update For WPTouch, Users Should Update Immediately\" href=\"http://wptavern.com/critical-security-update-for-wptouch-users-should-update-immediately\">Critical Security Update For WPTouch, Users Should Update Immediately </a></li>\n<li><a title=\"WP Quick Install Script Offers a Fast Way to Install WordPress, Plugins, and Themes\" href=\"http://wptavern.com/wp-quick-install-script-offers-a-fast-way-to-install-wordpress-plugins-and-themes\">WP Quick Install Script Offers a Fast Way to Install WordPress, Plugins, and Themes </a></li>\n<li><a title=\"Hybrid Core 2.0 Adds Composer Support, Removes Widgets From Framework\" href=\"http://wptavern.com/hybrid-core-2-0-adds-composer-support-removes-widgets-from-framework\">Hybrid Core 2.0 Adds Composer Support, Removes Widgets From Framework </a></li>\n<li><a title=\"Translate WordPress Plugins and Themes Directly in Your Browser\" href=\"http://wptavern.com/translate-wordpress-plugins-and-themes-directly-in-your-browser\">Translate WordPress Plugins and Themes Directly in Your Browser </a></li>\n<li><a title=\"WPcast.fm Billed As The Professional WordPress Podcast\" href=\"http://wptavern.com/wpcast-fm-billed-as-the-professional-wordpress-podcast\">WPcast.fm Billed As The Professional WordPress Podcast </a></li>\n<li><a title=\"Exploring The Idea Of An Internet Archive Specifically For WordPress Content\" href=\"http://wptavern.com/exploring-the-idea-of-an-internet-archive-specifically-for-wordpress-content\">Exploring The Idea Of An Internet Archive Specifically For WordPress Content </a></li>\n<li><a title=\"VaultPress Begins Offering 5 Day Free Trials Through Jetpack\" href=\"http://wptavern.com/vaultpress-begins-offering-5-day-free-trials-through-jetpack\">VaultPress Begins Offering 5 Day Free Trials Through Jetpack </a></li>\n<li><a title=\"Heavy Analytics for WordPress Now Open Source and Available on GitHub\" href=\"http://wptavern.com/heavy-analytics-for-wordpress-now-open-source-and-available-on-github\">Heavy Analytics for WordPress Now Open Source and Available on GitHub </a></li>\n<li><a title=\"GavickPro Abandons Theme Framework in Favor of WordPress Customizer\" href=\"http://wptavern.com/gavickpro-abandons-theme-framework-in-favor-of-wordpress-customizer\">GavickPro Abandons Theme Framework in Favor of WordPress Customizer </a></li>\n<li><a title=\"Automattic\'s Planned Gravatar App Morphs Into a Selfies App for Android\" href=\"http://wptavern.com/automattics-planned-gravatar-app-morphs-into-a-selfies-app-for-android\">Automattic’s Planned Gravatar App Morphs Into a Selfies App for Android </a></li>\n<li><a title=\"WordPress JSON REST API Plugin 1.1.1 Security Release: Update Recommended\" href=\"http://wptavern.com/wordpress-json-rest-api-plugin-1-1-1-security-release-update-recommended\">WordPress JSON REST API Plugin 1.1.1 Security Release: Update Recommended </a></li>\n<li><a title=\"WordPress Developers Organize Community Initiative to Standardize Custom Post Types, Taxonomies, and Metadata\" href=\"http://wptavern.com/wordpress-developers-organize-community-initiative-to-standardize-custom-post-types-taxonomies-and-metadata\">WordPress Developers Organize Community Initiative to Standardize Custom Post Types, Taxonomies, and Metadata </a></li>\n<li><a title=\"MigrateWP Launches a Service Dedicated to WordPress Migrations\" href=\"http://wptavern.com/migratewp-launches-a-service-dedicated-to-wordpress-migrations\">MigrateWP Launches a Service Dedicated to WordPress Migrations </a></li>\n<li><a title=\"7 Aspects Of WordPress I Take For Granted\" href=\"http://wptavern.com/7-aspects-of-wordpress-i-take-for-granted\">7 Aspects Of WordPress I Take For Granted </a></li>\n<li><a title=\"Jetpack Rebrands with New Logo, Adds Custom Post Types in 3.1 Release\" href=\"http://wptavern.com/jetpack-rebrands-with-new-logo-adds-custom-post-types-in-3-1-release\">Jetpack Rebrands with New Logo, Adds Custom Post Types in 3.1 Release </a></li>\n</ul>\n<h2>August</h2>\n<ul>\n<li><a title=\"WordPress Async Task Library from TechCrunch Now Open Source\" href=\"http://wptavern.com/wordpress-async-task-library-from-techcrunch-now-open-source\">WordPress Async Task Library from TechCrunch Now Open Source </a></li>\n<li><a title=\"Serious Bug Discovered In The All In One WordPress Security and Firewall Plugin\" href=\"http://wptavern.com/serious-flaw-discovered-in-the-all-in-one-wordpress-security-and-firewall-plugin\">Serious Bug Discovered In The All In One WordPress Security and Firewall Plugin </a></li>\n<li><a title=\"SchoolPress: A WordPress-Powered Open Source App for Educators and Students\" href=\"http://wptavern.com/schoolpress-a-wordpress-powered-open-source-app-for-educators-and-students\">SchoolPress: A WordPress-Powered Open Source App for Educators and Students </a></li>\n<li><a title=\"Crowd Favorite Announces Chris Lema As New CTO\" href=\"http://wptavern.com/crowd-favorite-announces-chris-lema-as-new-cto\">Crowd Favorite Announces Chris Lema As New CTO </a></li>\n<li><a title=\"WordPress 3.9.2 Fixes Security Vulnerabilities, Users Strongly Encouraged To Update\" href=\"http://wptavern.com/wordpress-3-9-2-fixes-security-vulnerabilities-users-strongly-encouraged-to-update\">WordPress 3.9.2 Fixes Security Vulnerabilities, Users Strongly Encouraged To Update </a></li>\n<li><a title=\"How Crowd Favorite Utilizes Multiple Offices and a Distributed Work Force \" href=\"http://wptavern.com/how-crowd-favorite-utilizes-multiple-offices-and-a-distributed-work-force\">How Crowd Favorite Utilizes Multiple Offices and a Distributed Work Force </a></li>\n<li><a title=\"WP Site Care Acquires Audit WP\" href=\"http://wptavern.com/wp-site-care-acquires-audit-wp\">WP Site Care Acquires Audit WP </a></li>\n<li><a title=\"Sprout Apps to Launch a Suite of WordPress-Powered Apps Targeted at Freelancers and Small Businesses\" href=\"http://wptavern.com/sprout-apps-to-launch-a-suite-of-wordpress-powered-apps-targeted-at-freelancers-and-small-businesses\">Sprout Apps to Launch a Suite of WordPress-Powered Apps Targeted at Freelancers and Small Businesses </a></li>\n<li><a title=\"Carl Hancock Shares Advice On Registering Trademarks\" href=\"http://wptavern.com/carl-hancock-shares-advice-on-registering-trademarks\">Carl Hancock Shares Advice On Registering Trademarks </a></li>\n<li><a title=\"The Simple Criteria That Determines Which Jetpack Modules Are Auto-Activated\" href=\"http://wptavern.com/the-simple-criteria-that-determines-which-jetpack-modules-are-auto-activated\">The Simple Criteria That Determines Which Jetpack Modules Are Auto-Activated </a></li>\n<li><a title=\"WebDevStudios Names Dre Armeda Vice President of Operations\" href=\"http://wptavern.com/webdevstudios-names-dre-armeda-vice-president-of-operations\">WebDevStudios Names Dre Armeda Vice President of Operations </a></li>\n<li><a title=\"A Survival Guide To WordCamps For First Time Attendees\" href=\"http://wptavern.com/a-survival-guide-to-wordcamps-for-first-time-attendees\">A Survival Guide To WordCamps For First Time Attendees </a></li>\n<li><a title=\"Time To Move On From The \" href=\"http://wptavern.com/time-to-move-on-from-the-is-wordpress-a-cms-debate\">Time To Move On From The “Is WordPress A CMS” Debate </a></li>\n<li><a title=\"WPChat Relaunches as a Forum Dedicated to WordPress\" href=\"http://wptavern.com/wpchat-relaunches-as-a-forum-dedicated-to-wordpress\">WPChat Relaunches as a Forum Dedicated to WordPress </a></li>\n<li><a title=\"Akismet Account Dashboard Gets a Major Overhaul\" href=\"http://wptavern.com/akismet-account-dashboard-gets-a-major-overhaul\">Akismet Account Dashboard Gets a Major Overhaul </a></li>\n<li><a title=\"WordPress Plugin WP Inject Renames to ImageInject and Introduces New Features\" href=\"http://wptavern.com/wordpress-plugin-wp-inject-renames-to-imageinject-and-introduces-new-features\">WordPress Plugin WP Inject Renames to ImageInject and Introduces New Features </a></li>\n<li><a title=\"Automattic Acquires Parka LLC, The Creators Of BruteProtect\" href=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\">Automattic Acquires Parka LLC, The Creators Of BruteProtect </a></li>\n<li><a title=\"Chris Wiegman on Why He Sold Better WP Security to iThemes\" href=\"http://wptavern.com/chris-wiegman-on-why-he-sold-better-wp-security-to-ithemes\">Chris Wiegman on Why He Sold Better WP Security to iThemes </a></li>\n<li><a title=\"Matt Mullenweg Hosts Impromptu Q&A Session On Facebook\" href=\"http://wptavern.com/matt-mullenweg-hosts-impromptu-qa-session-on-facebook\">Matt Mullenweg Hosts Impromptu Q&A Session On Facebook </a></li>\n<li><a title=\"Jason Schuller Shares His Experience Running a WordPress Theme Business\" href=\"http://wptavern.com/jason-schuller-shares-his-experience-running-a-wordpress-theme-business\">Jason Schuller Shares His Experience Running a WordPress Theme Business </a></li>\n<li><a title=\"WP Settings Generator: Quickly Create a Custom Options Page Using the WordPress Settings API\" href=\"http://wptavern.com/wp-settings-generator-quickly-create-a-custom-options-page-using-the-wordpress-settings-api\">WP Settings Generator: Quickly Create a Custom Options Page Using the WordPress Settings API </a></li>\n<li><a title=\"Google Authorship is Officially Dead, WordPress Authorship Plugins are Now Obsolete\" href=\"http://wptavern.com/google-authorship-is-officially-dead-wordpress-authorship-plugins-are-now-obsolete\">Google Authorship is Officially Dead, WordPress Authorship Plugins are Now Obsolete </a></li>\n</ul>\n<h2>September</h2>\n<ul>\n<li><a title=\"WordPress Plugin Boilerplate 3.0 Released with New Community Website\" href=\"http://wptavern.com/wordpress-plugin-boilerplate-3-0-released-with-new-community-website\">WordPress Plugin Boilerplate 3.0 Released with New Community Website </a></li>\n<li><a title=\"The Hidden Savings Of a WordCamp Ticket\" href=\"http://wptavern.com/the-hidden-savings-of-a-wordcamp-ticket\">The Hidden Savings Of a WordCamp Ticket </a></li>\n<li><a title=\"Sprout Apps Launches Free WordPress Invoicing Plugin\" href=\"http://wptavern.com/sprout-apps-launches-free-wordpress-invoicing-plugin\">Sprout Apps Launches Free WordPress Invoicing Plugin </a></li>\n<li><a title=\"Critical Security Vulnerability Found in WordPress Slider Revolution Plugin, Immediate Update Advised\" href=\"http://wptavern.com/critical-security-vulnerability-found-in-wordpress-slider-revolution-plugin-immediate-update-advised\">Critical Security Vulnerability Found in WordPress Slider Revolution Plugin, Immediate Update Advised </a></li>\n<li><a title=\"WordPress 4.0 Benny Now Available for Download\" href=\"http://wptavern.com/wordpress-4-0-benny-now-available-for-download\">WordPress 4.0 Benny Now Available for Download </a></li>\n<li><a title=\"Pressgram to Shut Down, Development Discontinued\" href=\"http://wptavern.com/pressgram-to-shut-down-development-discontinued\">Pressgram to Shut Down, Development Discontinued </a></li>\n<li><a title=\"Syed Balkhi on The Overnight Success of OptinMonster\" href=\"http://wptavern.com/syed-balkhi-on-the-overnight-success-of-optinmonster\">Syed Balkhi on The Overnight Success of OptinMonster </a></li>\n<li><a title=\"1,000+ WordPress Themes on Envato Market Potentially Affected by Slider Revolution Security Vulnerability\" href=\"http://wptavern.com/1000-wordpress-themes-on-envato-market-potentially-affected-by-revolution-slider-security-vulnerability\">1,000+ WordPress Themes on Envato Market Potentially Affected by Slider Revolution Security Vulnerability </a></li>\n<li><a title=\"Flywheel Hosting Secures $1.2M In Funding\" href=\"http://wptavern.com/flywheel-hosting-secures-1-2m-in-funding\">Flywheel Hosting Secures $1.2M In Funding </a></li>\n<li><a title=\"WordPress Theme Review Team to Launch Mentoring Program\" href=\"http://wptavern.com/wordpress-theme-review-team-to-launch-mentoring-program\">WordPress Theme Review Team to Launch Mentoring Program </a></li>\n<li><a title=\"Founder Of ManageWP Publishes Open Letter on Security to The WordPress Community\" href=\"http://wptavern.com/founder-of-managewp-publishes-open-letter-on-security-to-the-wordpress-community\">Founder Of ManageWP Publishes Open Letter on Security to The WordPress Community </a></li>\n<li><a title=\"OpenTickets: An Open Source Event Management and Ticket Sales Platform Built on WordPress and WooCommerce\" href=\"http://wptavern.com/opentickets-an-open-source-event-management-and-ticket-sales-platform-built-on-wordpress-and-woocommerce\">OpenTickets: An Open Source Event Management and Ticket Sales Platform Built on WordPress and WooCommerce </a></li>\n<li><a title=\"What Happens When WordPress Is Updated With 100 Plugins Activated?\" href=\"http://wptavern.com/what-happens-when-wordpress-is-updated-with-100-plugins-activated\">What Happens When WordPress Is Updated With 100 Plugins Activated? </a></li>\n<li><a title=\"A Successful WordPress Plugin Adoption Story\" href=\"http://wptavern.com/a-successful-wordpress-plugin-adoption-story\">A Successful WordPress Plugin Adoption Story </a></li>\n<li><a title=\"Join the September 10th Internet Slowdown Protest with These WordPress Plugins\" href=\"http://wptavern.com/join-the-september-10th-internet-slowdown-protest-with-these-wordpress-plugins\">Join the September 10th Internet Slowdown Protest with These WordPress Plugins </a></li>\n<li><a title=\"Jeff Starr Releases New 450 Page Book: WordPress Themes In Depth\" href=\"http://wptavern.com/jeff-starr-releases-new-450-page-book-wordpress-themes-in-depth\">Jeff Starr Releases New 450 Page Book: WordPress Themes In Depth </a></li>\n<li><a title=\"Graph Paper Press Launches Theme.Works, A Drag and Drop Platform for Building WordPress Themes\" href=\"http://wptavern.com/graph-paper-press-launches-theme-works-a-drag-and-drop-platform-for-building-wordpress-themes\">Graph Paper Press Launches Theme.Works, A Drag and Drop Platform for Building WordPress Themes </a></li>\n<li><a title=\"Free PSD Template for Creating a WordPress.org Plugin Banner\" href=\"http://wptavern.com/free-psd-template-for-creating-a-wordpress-org-plugin-banner\">Free PSD Template for Creating a WordPress.org Plugin Banner </a></li>\n<li><a title=\"PhpStorm 8 Released With Full WordPress Support\" href=\"http://wptavern.com/phpstorm-8-released-with-full-wordpress-support\">PhpStorm 8 Released With Full WordPress Support </a></li>\n<li><a title=\"Netropolitan \" href=\"http://wptavern.com/netropolitan-facebook-for-rich-people-is-powered-by-wordpress-and-buddypress\">Netropolitan “Facebook for Rich People” is Powered by WordPress and BuddyPress </a></li>\n<li><a title=\"BuddyPress 2.1 Patsy Released\" href=\"http://wptavern.com/buddypress-2-1-patsy-released\">BuddyPress 2.1 Patsy Released </a></li>\n<li><a title=\"Is It Maintained? Web App Monitors the Activity of Open Source Projects\" href=\"http://wptavern.com/is-it-maintained-web-app-monitors-the-activity-of-open-source-projects\">Is It Maintained? Web App Monitors the Activity of Open Source Projects </a></li>\n<li><a title=\"iThemes Suffers Security Breach, Customers Urged To Reset Passwords\" href=\"http://wptavern.com/ithemes-suffers-security-breach-customers-urged-to-reset-passwords\">iThemes Suffers Security Breach, Customers Urged To Reset Passwords </a></li>\n<li><a title=\"How Public Perception of WordPress Influences Developer Contracts\" href=\"http://wptavern.com/how-public-perception-of-wordpress-influences-developer-contracts\">How Public Perception of WordPress Influences Developer Contracts </a></li>\n<li><a title=\"Flox: Privately Hosted Social Networks Powered by WordPress and BuddyPress\" href=\"http://wptavern.com/flox-privately-hosted-social-networks-powered-by-wordpress-and-buddypress\">Flox: Privately Hosted Social Networks Powered by WordPress and BuddyPress </a></li>\n<li><a title=\"A New Resource Devoted To WordPress and Photographers\" href=\"http://wptavern.com/a-new-resource-devoted-to-wordpress-and-photographers\">A New Resource Devoted To WordPress and Photographers </a></li>\n<li><a title=\"iThemes Confirms it Stored Customer Passwords in Clear-Text\" href=\"http://wptavern.com/ithemes-confirms-it-stored-customer-passwords-in-clear-text\">iThemes Confirms it Stored Customer Passwords in Clear-Text </a></li>\n<li><a title=\"Ryan Hellyer\'s AWS Nightmare: Leaked Access Keys Result in a $6,000 Bill Overnight\" href=\"http://wptavern.com/ryan-hellyers-aws-nightmare-leaked-access-keys-result-in-a-6000-bill-overnight\">Ryan Hellyer’s AWS Nightmare: Leaked Access Keys Result in a $6,000 Bill Overnight </a></li>\n<li><a title=\"WordPress.com Publishes First Ever Video Ad Entitled \" href=\"http://wptavern.com/wordpress-com-publishes-first-ever-video-ad-entitled-welcome-home\">WordPress.com Publishes First Ever Video Ad Entitled “Welcome Home” </a></li>\n<li><a title=\"Ben Gillbanks Announces The End of TimThumb\" href=\"http://wptavern.com/ben-gillbanks-announces-the-end-of-timthumb\">Ben Gillbanks Announces The End of TimThumb </a></li>\n<li><a title=\"GoDaddy and Media Temple Engage in Strategic Partnership With WP101\" href=\"http://wptavern.com/godaddy-and-media-temple-engage-in-strategic-partnership-with-wp101\">GoDaddy and Media Temple Engage in Strategic Partnership With WP101 </a></li>\n<li><a title=\"WordPress Beyond Boundaries: A Recap of WordCamp Europe 2014\" href=\"http://wptavern.com/wordpress-beyond-boundaries-a-recap-of-wordcamp-europe-2014\">WordPress Beyond Boundaries: A Recap of WordCamp Europe 2014 </a></li>\n<li><a title=\"Stream Morphs From a Plugin Into a Service\" href=\"http://wptavern.com/stream-morphs-from-a-plugin-into-a-service\">Stream Morphs From a Plugin Into a Service </a></li>\n</ul>\n<h2>October</h2>\n<ul>\n<li><a title=\"Interview With Stream Project Lead, Frankie Jarrett\" href=\"http://wptavern.com/interview-with-stream-project-lead-frankie-jarrett\">Interview With Stream Project Lead, Frankie Jarrett </a></li>\n<li><a title=\"Matt Mullenweg on Ensuring the Future of WordPress\" href=\"http://wptavern.com/matt-mullenweg-on-ensuring-the-future-of-wordpress\">Matt Mullenweg on Ensuring the Future of WordPress </a></li>\n<li><a title=\"WebDevStudios Acquires WordPress Support Services Company, Maintainn\" href=\"http://wptavern.com/webdevstudios-acquires-wordpress-support-services-company-maintainn\">WebDevStudios Acquires WordPress Support Services Company, Maintainn </a></li>\n<li><a title=\"First PodsCamp Is a Success\" href=\"http://wptavern.com/first-podscamp-is-a-success\">First PodsCamp Is a Success </a></li>\n<li><a title=\"WebDesign.com Is Now iThemes Training\" href=\"http://wptavern.com/webdesign-com-is-now-ithemes-training\">WebDesign.com Is Now iThemes Training </a></li>\n<li><a title=\"HostingReviews.io - Webhosting Reviews Without The Affiliate Links\" href=\"http://wptavern.com/hostingreviews-io-webhosting-reviews-without-the-affliate-links\">HostingReviews.io – Webhosting Reviews Without The Affiliate Links </a></li>\n<li><a title=\"Troubleshooting Handbook For New WordPress Support Forum Volunteers Is Live\" href=\"http://wptavern.com/troubleshooting-handbook-for-new-wordpress-support-forum-volunteers-is-live\">Troubleshooting Handbook For New WordPress Support Forum Volunteers Is Live </a></li>\n<li><a title=\"How to Obtain The Total Download Count For Plugins Attached to a WordPress.org Username\" href=\"http://wptavern.com/how-to-obtain-the-total-download-count-for-plugins-attached-to-a-wordpress-org-username\">How to Obtain The Total Download Count For Plugins Attached to a WordPress.org Username </a></li>\n<li><a title=\"LoopConf: A Conference Catered to WordPress Developers\" href=\"http://wptavern.com/loopconf-a-conference-catered-to-wordpress-developers\">LoopConf: A Conference Catered to WordPress Developers </a></li>\n<li><a title=\"Watch The Q&A Session Between Matt Mullenweg and Om Malik From WordCamp Europe\" href=\"http://wptavern.com/watch-the-qa-session-between-matt-mullenweg-and-om-malik-from-wordcamp-europe\">Watch The Q&A Session Between Matt Mullenweg and Om Malik From WordCamp Europe </a></li>\n<li><a title=\"The First \" href=\"http://wptavern.com/the-first-rate-and-review-a-plugin-day-is-a-success\">The First “Rate and Review a Plugin Day” is a Success </a></li>\n<li><a title=\"Jason Schuller to Re-Enter WordPress Theme Market with Niche Admin Designs\" href=\"http://wptavern.com/jason-schuller-to-re-enter-wordpress-theme-market-with-niche-admin-designs\">Jason Schuller to Re-Enter WordPress Theme Market with Niche Admin Designs </a></li>\n<li><a title=\"Monster Widgets for bbPress and BuddyPress Make It Easy to Test Core Widgets\" href=\"http://wptavern.com/monster-widgets-for-bbpress-and-buddypress-make-it-easy-to-test-core-widgets\">Monster Widgets for bbPress and BuddyPress Make It Easy to Test Core Widgets </a></li>\n<li><a title=\"JSTOR Launches Online Daily Magazine Using WordPress\" href=\"http://wptavern.com/jstor-launches-online-daily-magazine-using-wordpress\">JSTOR Launches Online Daily Magazine Using WordPress </a></li>\n<li><a title=\"Matt Mullenweg\'s State of the Word Highlights Internationalization, Mobile, and New Tools for WordPress Contributors\" href=\"http://wptavern.com/matt-mullenwegs-state-of-the-word-highlights-internationalization-mobile-and-new-tools-for-wordpress-contributors\">Matt Mullenweg’s State of the Word Highlights Internationalization, Mobile, and New Tools for WordPress Contributors </a></li>\n<li><a title=\"Jetpack 3.2 Released, Introduces New Site Logo Feature for Theme Developers\" href=\"http://wptavern.com/jetpack-3-2-released-introduces-new-site-logo-feature-for-theme-developers\">Jetpack 3.2 Released, Introduces New Site Logo Feature for Theme Developers </a></li>\n<li><a title=\"AppPresser Debuts Reactor: A WordPress-Powered Mobile App Creator Built with the WP JSON REST API\" href=\"http://wptavern.com/apppresser-debuts-reactor-a-wordpress-powered-mobile-app-creator-built-with-the-wp-json-rest-api\">AppPresser Debuts Reactor: A WordPress-Powered Mobile App Creator Built with the WP JSON REST API </a></li>\n<li><a title=\"Security Vulnerability Discovered and Patched in WP eCommerce\" href=\"http://wptavern.com/security-vulnerability-discovered-and-patched-in-wp-ecommerce\">Security Vulnerability Discovered and Patched in WP eCommerce </a></li>\n<li><a title=\"John Saddington Releases Desk, a Premium Publishing Application For The Mac\" href=\"http://wptavern.com/john-saddington-releases-desk-a-premium-publishing-application-for-the-mac\">John Saddington Releases Desk, a Premium Publishing Application For The Mac </a></li>\n</ul>\n<h2>November</h2>\n<ul>\n<li><a title=\"Jetpack 3.2 Introduces Centralized Posting from WordPress.com\" href=\"http://wptavern.com/jetpack-3-2-introduces-centralized-posting-from-wordpress-com\">Jetpack 3.2 Introduces Centralized Posting from WordPress.com </a></li>\n<li><a title=\"WPShout Publishes The Results of Its 2014 Webhosting Survey\" href=\"http://wptavern.com/wpshout-publishes-the-results-of-its-2014-webhosting-survey\">WPShout Publishes The Results of Its 2014 Webhosting Survey </a></li>\n<li><a title=\"10up Open Sources Its Engineering Best Practices\" href=\"http://wptavern.com/10up-open-sources-its-engineering-best-practices\">10up Open Sources Its Engineering Best Practices </a></li>\n<li><a title=\"Sidekick\'s Pricing Experiment Reveals Valuable Lessons for WordPress Business Owners\" href=\"http://wptavern.com/sidekicks-pricing-experiment-reveals-valuable-lessons-for-wordpress-business-owners\">Sidekick’s Pricing Experiment Reveals Valuable Lessons for WordPress Business Owners </a></li>\n<li><a title=\"Automattic Acquires Code for the People, Expands WordPress.com VIP’s Reach Into European Markets\" href=\"http://wptavern.com/automattic-acquires-code-for-the-people-expands-wordpress-com-vips-reach-into-european-markets\">Automattic Acquires Code for the People, Expands WordPress.com VIP’s Reach Into European Markets </a></li>\n<li><a title=\"WooConf, The First Ever Conference Dedicated to WooCommerce Deemed a Success\" href=\"http://wptavern.com/wooconf-the-first-ever-conference-dedicated-to-woocommerce-deemed-a-success\">WooConf, The First Ever Conference Dedicated to WooCommerce Deemed a Success </a></li>\n<li><a title=\"Why WordPress Doesn\'t Need to Fear Ghost, Yet\" href=\"http://wptavern.com/why-wordpress-doesnt-need-to-fear-ghost-yet\">Why WordPress Doesn’t Need to Fear Ghost, Yet </a></li>\n<li><a title=\"Happy Joe Uses WordPress to Train and Help Veterans Find Careers in Web Technology\" href=\"http://wptavern.com/happy-joe-uses-wordpress-to-train-and-help-veterans-find-careers-in-web-technology\">Happy Joe Uses WordPress to Train and Help Veterans Find Careers in Web Technology </a></li>\n<li><a title=\"Flynn O’Connor on Organizing and Marketing a WordCamp for Developers\" href=\"http://wptavern.com/flynn-oconnor-on-organizing-and-marketing-a-wordcamp-for-developers\">Flynn O’Connor on Organizing and Marketing a WordCamp for Developers </a></li>\n<li><a title=\"Installatron Partners With Clef to Add Two-Factor Authentication to Automated Installs of WordPress\" href=\"http://wptavern.com/installatron-partners-with-clef-to-add-two-factor-authentication-to-automated-installs-of-wordpress\">Installatron Partners With Clef to Add Two-Factor Authentication to Automated Installs of WordPress </a></li>\n<li><a title=\"Automattic Open Sources Its DMCA Process Docs on GitHub \" href=\"http://wptavern.com/automattic-open-sources-its-dmca-process-docs-on-github\">Automattic Open Sources Its DMCA Process Docs on GitHub </a></li>\n<li><a title=\"WP eCommerce Has a New Home\" href=\"http://wptavern.com/wp-ecommerce-has-a-new-home\">WP eCommerce Has a New Home </a></li>\n<li><a title=\"DigitalOcean Is Now the Third Largest Hosting Provider, WordPress Droplets Account for 23%\" href=\"http://wptavern.com/digitalocean-is-now-the-third-largest-hosting-provider-wordpress-droplets-account-for-23\">DigitalOcean Is Now the Third Largest Hosting Provider, WordPress Droplets Account for 23% </a></li>\n<li><a title=\"WordPress 4.0.1 is a Critical Security Release that Fixes a Cross-Site Scripting Vulnerability\" href=\"http://wptavern.com/wordpress-4-0-1-is-a-critical-security-release-that-fixes-a-cross-site-scripting-vulnerability\">WordPress 4.0.1 is a Critical Security Release that Fixes a Cross-Site Scripting Vulnerability </a></li>\n<li><a title=\"WP Engine Partners with 10up to Launch Enterprise HHVM WordPress Hosting Platform\" href=\"http://wptavern.com/wp-engine-partners-with-10up-to-launch-enterprise-hhvm-wordpress-hosting-platform\">WP Engine Partners with 10up to Launch Enterprise HHVM WordPress Hosting Platform </a></li>\n<li><a title=\"CyberChimps is Looking For Investors\" href=\"http://wptavern.com/cyberchimps-is-looking-for-investors\">CyberChimps is Looking For Investors </a></li>\n<li><a title=\"A Glimpse Into Serbia\'s Rapidly Growing WordPress Community\" href=\"http://wptavern.com/a-glimpse-into-serbias-rapidly-growing-wordpress-community\">A Glimpse Into Serbia’s Rapidly Growing WordPress Community </a></li>\n<li><a title=\"ModernThemes Launches Site Dedicated to Providing Free WordPress Themes\" href=\"http://wptavern.com/modernthemes-launches-site-dedicated-to-providing-free-wordpress-themes\">ModernThemes Launches Site Dedicated to Providing Free WordPress Themes </a></li>\n</ul>\n<h2>December</h2>\n<ul>\n<li><a title=\"DawnPatrol Gives Fringe WordPress Communities a Voice\" href=\"http://wptavern.com/dawnpatrol-gives-fringe-wordpress-communities-a-voice\">DawnPatrol Gives Fringe WordPress Communities a Voice </a></li>\n<li><a title=\"JP Bot: The Silent Bot Behind the Jetpack Module Extraction Plugins\" href=\"http://wptavern.com/jp-bot-the-silent-bot-behind-the-jetpack-module-extraction-plugins\">JP Bot: The Silent Bot Behind the Jetpack Module Extraction Plugins </a></li>\n<li><a title=\"WP Engine Sponsors John James Jacoby to Work on HHVM Compatibility with BuddyPress\" href=\"http://wptavern.com/wp-engine-sponsors-john-james-jacoby-to-work-on-hhvm-compatibility-with-buddypress\">WP Engine Sponsors John James Jacoby to Work on HHVM Compatibility with BuddyPress </a></li>\n<li><a title=\"InfiniteWP Client Plugin Releases Security Update\" href=\"http://wptavern.com/infinitewp-client-plugin-releases-security-update\">InfiniteWP Client Plugin Releases Security Update </a></li>\n<li><a title=\"jMonkeyEngine Migrates Community Site Away From BuddyPress and bbPress\" href=\"http://wptavern.com/jmonkeyengine-migrates-community-site-away-from-buddypress-and-bbpress\">jMonkeyEngine Migrates Community Site Away From BuddyPress and bbPress </a></li>\n<li><a title=\"Google\'s New reCAPTCHA API Replaces Distorted Text with a Checkbox\" href=\"http://wptavern.com/googles-new-recaptcha-api-replaces-distorted-text-with-a-checkbox\">Google’s New reCAPTCHA API Replaces Distorted Text with a Checkbox </a></li>\n<li><a title=\"nRelate Will Shutdown Its Service December 31st\" href=\"http://wptavern.com/nrelate-will-shutdown-its-service-december-31st\">nRelate Will Shutdown Its Service December 31st </a></li>\n<li><a title=\"What Would it Take For WordPress to Lose its Dominance?\" href=\"http://wptavern.com/what-would-it-take-for-wordpress-to-lose-its-dominance\">What Would it Take For WordPress to Lose its Dominance? </a></li>\n<li><a title=\"CEO and Envato Co-founder Collis Ta\'eed On The First 6 Months of Envato\" href=\"http://wptavern.com/ceo-and-envato-co-founder-collis-taeed-on-the-first-6-months-of-envato\">CEO and Envato Co-founder Collis Ta’eed On The First 6 Months of Envato </a></li>\n<li><a title=\"WP Stagecoach to Bring 1-Click Staging Sites to WordPress in 2015\" href=\"http://wptavern.com/wp-stagecoach-to-bring-1-click-staging-sites-to-wordpress-in-2015\">WP Stagecoach to Bring 1-Click Staging Sites to WordPress in 2015 </a></li>\n<li><a title=\"A New User\'s Experience Installing and Using bbPress\" href=\"http://wptavern.com/a-new-users-experience-installing-and-using-bbpress\">A New User’s Experience Installing and Using bbPress </a></li>\n<li><a title=\"WordPress Themes Directory Now Requires All Themes to be Translation-Ready\" href=\"http://wptavern.com/wordpress-themes-directory-now-requires-all-themes-to-be-translation-ready\">WordPress Themes Directory Now Requires All Themes to be Translation-Ready </a></li>\n<li><a title=\"Idea Factory: A Frontend Submission and Voting System for WordPress\" href=\"http://wptavern.com/idea-factory-a-frontend-submission-and-voting-system-for-wordpress\">Idea Factory: A Frontend Submission and Voting System for WordPress </a></li>\n<li><a title=\"A Newbie\'s Guide to bbPress\" href=\"http://wptavern.com/a-newbies-guide-to-bbpress\">A Newbie’s Guide to bbPress </a></li>\n<li><a title=\"BuddyPress, bbPress, and GlotPress Development Campaign is Now Fully Funded\" href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\">BuddyPress, bbPress, and GlotPress Development Campaign is Now Fully Funded </a></li>\n<li><a title=\"Google Earth API to Retire December 12th, 2015\" href=\"http://wptavern.com/google-earth-api-to-retire-december-12th-2015\">Google Earth API to Retire December 12th, 2015 </a></li>\n<li><a title=\"The Majority of Shark Tank Contestants Use WordPress and WooCommerce\" href=\"http://wptavern.com/the-majority-of-shark-tank-contestants-use-wordpress-and-woocommerce\">The Majority of Shark Tank Contestants Use WordPress and WooCommerce </a></li>\n<li><a title=\"Pippin Williamson on Building a Community Around Your Open Source Project\" href=\"http://wptavern.com/pippin-williamson-on-building-a-community-around-your-open-source-project\">Pippin Williamson on Building a Community Around Your Open Source Project </a></li>\n<li><a title=\"100,000+ WordPress Sites Compromised Using the Slider Revolution Security Vulnerability\" href=\"http://wptavern.com/100000-wordpress-sites-compromised-using-the-slider-revolution-security-vulnerability\">100,000+ WordPress Sites Compromised Using the Slider Revolution Security Vulnerability </a></li>\n<li><a title=\"Jetpack 3.3 Introduces New Centralized Dashboard for Managing Multiple WordPress Sites\" href=\"http://wptavern.com/jetpack-3-3-introduces-new-centralized-dashboard-for-managing-multiple-wordpress-sites\">Jetpack 3.3 Introduces New Centralized Dashboard for Managing Multiple WordPress Sites </a></li>\n<li><a title=\"ManageWP Releases Plugin Discovery Tool\" href=\"http://wptavern.com/managewp-releases-plugin-discovery-tool\">ManageWP Releases Plugin Discovery Tool </a></li>\n<li><a title=\"Atlanta WordPress Coders Guild: A New Meetup for Designers and Programmers\" href=\"http://wptavern.com/atlanta-wordpress-coders-guild-a-new-meetup-for-designers-and-programmers\">Atlanta WordPress Coders Guild: A New Meetup for Designers and Programmers </a></li>\n<li><a title=\"WordPress 4.1 \" href=\"http://wptavern.com/wordpress-4-1-dinah-released\">WordPress 4.1 “Dinah” Released </a></li>\n<li><a title=\"Critical Git Vulnerability Patched: Update Your Git Clients Immediately\" href=\"http://wptavern.com/critical-git-vulnerability-patched-update-your-git-clients-immediately\">Critical Git Vulnerability Patched: Update Your Git Clients Immediately </a></li>\n<li><a title=\"Concept Image Shows Redesign of Drupal.org User Profiles\" href=\"http://wptavern.com/concept-image-shows-redesign-of-drupal-org-user-profiles\">Concept Image Shows Redesign of Drupal.org User Profiles </a></li>\n<li><a title=\"phpBB.com Compromised, Users Should Change Their Passwords\" href=\"http://wptavern.com/phpbb-com-compromised-users-should-change-their-passwords\">phpBB.com Compromised, Users Should Change Their Passwords </a></li>\n<li><a title=\"WordSesh 3 Attracts 3,000 Unique Viewers From 89 Countries\" href=\"http://wptavern.com/wordsesh-3-attracts-3000-unique-viewers-from-89-countries\">WordSesh 3 Attracts 3,000 Unique Viewers From 89 Countries </a></li>\n<li><a title=\"Historic WordPress Project Seeks Contributors\" href=\"http://wptavern.com/historic-wordpress-project-seeks-contributors\">Historic WordPress Project Seeks Contributors </a></li>\n<li><a title=\"Varying Vagrant Vagrants Adopts Open Source MIT License\" href=\"http://wptavern.com/varying-vagrant-vagrants-adopts-open-source-mit-license\">Varying Vagrant Vagrants Adopts Open Source MIT License </a></li>\n<li><a title=\"Without Notifying Customers, GoDaddy and MediaTemple Auto Activate SIDEKICK\" href=\"http://wptavern.com/without-notifying-customers-godaddy-and-mediatemple-auto-activate-sidekick\">Without Notifying Customers, GoDaddy and MediaTemple Auto Activate SIDEKICK </a></li>\n<li><a title=\"WordPress Community Pulls Together to Help a Member in Need\" href=\"http://wptavern.com/wordpress-community-pulls-together-to-help-a-member-in-need\">WordPress Community Pulls Together to Help a Member in Need </a></li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2014 00:31: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:13:\"Jeff Chandler\";s: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:77:\"Alex King: Add a Preview Button to WordPress’ Distraction-Free Writing Mode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://alexking.org/?p=21220\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2014/12/30/wordpress-distraction-free-preview-button\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:724:\"<p><img src=\"http://alexking.org/wp-content/uploads/2014/12/screenshot-510x378.png\" alt=\"screenshot\" width=\"480\" height=\"356\" class=\"alignnone size-medium-img wp-image-21222\" /></p>\n<p>When the distraction-free writing mode was overhauled in <a href=\"https://wordpress.org/news/2014/12/dinah/\">WordPress 4.1</a> my little <a href=\"http://alexking.org/project/fullscreen-preview-button\">Preview Button plugin</a> was rendered non-functional. Never fear, it’s now been updated and works a treat.</p>\n<p class=\"threads-post-notice\">This post is part of the project: <a href=\"http://alexking.org/project/fullscreen-preview-button\">Fullscreen Preview Button</a>. View the project timeline for more context on this post.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Dec 2014 23:14:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:65:\"WPTavern: Dear WordPress Plugin Developer, Please Add Screenshots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=30748\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/dear-wordpress-plugin-developer-please-add-screenshots\";s: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:6263:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/plugin.jpg\" rel=\"prettyphoto[30748]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/12/plugin.jpg?resize=1024%2C485\" alt=\"Plugin Recommendations Featured Image\" class=\"size-full wp-image-34902\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/electrospray/164932344/\">when i was a bird</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>This year the <a href=\"https://wordpress.org/plugins/\" target=\"_blank\">WordPress plugin directory</a> crossed 35,000 plugin listings and is rapidly approaching one billion total downloads. WordPress 4.0 <a href=\"http://wptavern.com/wordpress-4-0-adds-custom-icons-to-the-plugin-installer\" target=\"_blank\">added custom icons to the plugin installer</a> in the admin, which helps developers to differentiate their plugins in this massive sea of extensions. Plugin branding is useful for standing out in the initial results of a search, but beyond that there is one tab that gives plugins a distinct advantage over others.</p>\n<p>How important is the Screenshots tab for plugins hosted on WordPress.org? Feedback from our readers indicates that screenshots are a critical part of a understanding what a plugin does:</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/pollyplummer\">@pollyplummer</a> screenshots is the first tab I click on for any plugin. How a plugin integrates with WP can say a great deal about it.</p>\n<p>— Scott Evans (@scottsweb) <a href=\"https://twitter.com/scottsweb/status/512308351603339264\">September 17, 2014</a></p></blockquote>\n<p></p>\n<p>There’s nothing more infuriating than an incomplete plugin description with no screenshots. When you’re on the hunt for a specific functionality, it can be time-consuming to install a plugin, only to find out that it doesn’t do what you need it to do. For the plugin developer, there’s always the risk that someone will install your plugin, find out that it doesn’t do what they want, and give it a poor review because of the inconvenience.</p>\n<h3>Can Screenshots Make or Break a WordPress Plugin?</h3>\n<p>Many users now hunt for plugins in the admin, as opposed to directly on WordPress.org. If you’re a plugin developer, it’s a good idea to remember that the plugin details page is still available to users searching in the admin via a modal window.</p>\n<p><strong>With the exception of plugins that have no visible output, every plugin listed in the directory could benefit from a set of basic screenshots.</strong> Some plugins, such as BuddyPress or Jetpack, have their own websites full of images. Even with a separate website, the plugins still include screenshots for users who don’t wish to navigate away from the admin or WordPress.org.</p>\n<p>If your plugin does something visual on the frontend, users appreciate a screenshot of an example, even if the output varies depending on the active theme. Frontend and backend screenshots are equally important.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/pollyplummer\">@pollyplummer</a> SO many plugin just show the backend settings. I want to see how it outputs!!</p>\n<p>— Phil Hoyt (@philhoyt) <a href=\"https://twitter.com/philhoyt/status/512309118066249728\">September 17, 2014</a></p></blockquote>\n<p></p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p><a href=\"https://twitter.com/pollyplummer\">@pollyplummer</a> <a href=\"https://twitter.com/bobWP\">@bobWP</a> And even if it does something not so visual, screenshots are very much needed, wanted and appreciated!</p>\n<p>— David Bell (@Cape_Dave) <a href=\"https://twitter.com/Cape_Dave/status/512326778942423040\">September 17, 2014</a></p></blockquote>\n<p></p>\n<p>For a simple plugin, with no dedicated website, having screenshots could be the difference between gaining a strong user base or having your plugin stuck at just a handful of downloads.</p>\n<p>I’m borderline obsessive when it comes to the WordPress plugin directory. I have scanned through every single plugin that has come through the directory for the past several years, always on the hunt for the cream of the crop. Even with a solid description, if the plugin has no screenshots, it’s tough to find the motivation to take it on a test run. There are many gems hiding in the directory that have been overlooked and undervalued, simply because users cannot visualize how the plugin works.</p>\n<p>If you are hosting a plugin on WordPress.org, there are three solid advantages to adding screenshots to your details page:</p>\n<ul>\n<li><strong>Screenshots help potential users understand what your plugin does:</strong> These images are an important part of your communication to the user. If you don’t care about communicating what your plugin does, why host it in a large, public repository where people will demand support?</li>\n<li><strong>Screenshots can reduce trivial support requests:</strong> There will always be people who install a plugin, without being sure of what it does. Having screenshots may help answer easy questions that would otherwise clutter up your support forums.</li>\n<li><strong>Screenshots may help your plugin gain traction and contributors faster:</strong> If a screenshot assists in clarifying what your plugin does, then you may inspire more people to install it, discover how awesome it is, write about it, and recommend it to others.</li>\n</ul>\n<p>A plugin developer’s decision to omit screenshots is not necessarily indicative of the plugin’s future, but screenshots can go a long way towards building a solid user base that can make your plugin worth all the hard work you’ve put into it.</p>\n<p>If you’re going through the trouble of putting your plugin up on WordPress.org, you might as well spend a couple extra minutes adding a few basic screenshots. Who knows? That plugin could be the key to your next paid gig and a valuable example of your work as an open source developer. Your plugin may even be the next most widely recommended tool for WordPress users, but the world may never know if you don’t bother to add any screenshots.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Dec 2014 22:09:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:23:\"Matt: Best of Longreads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2014/12/best-of-longreads/\";s: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:178:\"<p>Longreads has just published <a href=\"http://blog.longreads.com/tag/best-of-2014/\">their best of 2014 list</a> which has plenty to keep you entertained and read for hours.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Dec 2014 18:39: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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 12 Jan 2015 10:16:17 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"303034\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 12 Jan 2015 10:00:16 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20140113162436\";}','no'),(785,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:63:\"https://downloads.wordpress.org/release/it_IT/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"it_IT\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:63:\"https://downloads.wordpress.org/release/it_IT/wordpress-4.1.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.1\";s:7:\"version\";s:3:\"4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.1\";s:7:\"version\";s:3:\"4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-4.1.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-4.1-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"4.1\";s:7:\"version\";s:3:\"4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.0.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.0.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.0.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.0.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.0.1\";s:7:\"version\";s:5:\"4.0.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";s:12:\"notify_email\";s:1:\"1\";}i:4;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.9.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.3\";s:7:\"version\";s:5:\"3.9.3\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:0:\"\";}i:5;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.8.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.8.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.8.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.8.5-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-3.8.5-partial-4.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.8.5-rollback-4.zip\";}s:7:\"current\";s:5:\"3.8.5\";s:7:\"version\";s:5:\"3.8.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.1\";s:15:\"partial_version\";s:5:\"3.8.4\";}}s:12:\"last_checked\";i:1421057765;s:15:\"version_checked\";s:5:\"3.8.4\";s:12:\"translations\";a:0:{}}','yes'),(133,'current_theme','Karma Child Theme','yes'),(134,'theme_mods_Karma-Child-Theme','a:3:{i:0;b:0;s:24:\"footer_copyright_textbox\";s:61:\"Developed by <a href=\"http://www.dos-group.com\">DOS Group</a>\";s:18:\"nav_menu_locations\";a:3:{s:18:\"Primary Navigation\";i:64;s:17:\"Footer Navigation\";i:0;s:22:\"Top Toolbar Navigation\";i:0;}}','yes'),(135,'theme_switched','','yes'),(136,'uds-pricing-tables','a:0:{}','yes'),(137,'aioseop_options','a:1:{s:13:\"aiosp_enabled\";i:1;}','yes'),(138,'of_template','a:240:{i:0;a:2:{s:4:\"name\";s:8:\"Generale\";s:4:\"type\";s:7:\"heading\";}i:1;a:4:{s:4:\"name\";s:16:\"General Settings\";s:3:\"std\";s:58:\"A handful of powerful settings to improve user experience.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:2;a:5:{s:4:\"name\";s:16:\"Attiva Karma 4.0\";s:4:\"desc\";s:387:\"Check this box to activate Karma 4.0. This setting is meant for first-time Karma 4.0 users. This will improve your theme experience by cleaning up any old page templates and settings that are no longer needed.<br /><em>(Users upgrading from older versions of Karma should not check this box. You will need the old page templates and settings for proper functioning of your website.)</em>\";s:2:\"id\";s:18:\"ka_activate_karma4\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:3;a:5:{s:4:\"name\";s:31:\"Disable TimThumb Image Resizing\";s:4:\"desc\";s:424:\"Check this box to disable the TimThumb image re-sizing script. The TimThumb script gets activated whenever displaying an image which has (not) been uploaded to the WordPress media library. This option is provided for users who wish to crop their own externally-hosted images. If you\'ve activated this option and images are not loading correctly kindly uncheck this checkbox to return the TimThumb script back into the theme.\";s:2:\"id\";s:22:\"ka_deactivate_timthumb\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:4;a:5:{s:4:\"name\";s:10:\"SEO modulo\";s:4:\"desc\";s:194:\"Selezionare questa casella per abilitare un modulo SEO completamente ottimizzato per questo tema. <em>Disattiva tutti gli altri plugin SEO prima di attivare per evitare eventuali conflitti.</em>\";s:2:\"id\";s:13:\"ka_seo_module\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:5;a:5:{s:4:\"name\";s:12:\"Scatole Meta\";s:4:\"desc\";s:267:\"Questa funzionalità nasconde scatole meta nel dashboard per aiutare Wordpress sentire più come un CMS. Questo include: Commenti, Discussione, Trackback, campi personalizzati, autore e Slug <em>Deselezionare questa casella per disattivare questa funzionalità..</em>\";s:2:\"id\";s:14:\"ka_hidemetabox\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:6;a:5:{s:4:\"name\";s:14:\"Inline Editing\";s:4:\"desc\";s:267:\"Questa funzionalità aggiunge un pulsante di linea di modifica a tutte le pagine e post in modo che gli amministratori registrati possono rapidamente e facilmente modificare il loro sito web. <em>Deselezionare questa casella per disattivare questa funzionalità.</em>\";s:2:\"id\";s:17:\"ka_inline_editing\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:7;a:4:{s:4:\"name\";s:11:\"Custom Code\";s:3:\"std\";s:60:\"Easily add Custom CSS Code or other scripts to your website.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:8;a:4:{s:4:\"name\";s:25:\"CSS personalizzato Codice\";s:4:\"desc\";s:121:\"Use this area to add custom CSS code to your website. This code will automatically be inserted between <style> tags\";s:2:\"id\";s:13:\"ka_custom_css\";s:4:\"type\";s:8:\"textarea\";}i:9;a:4:{s:4:\"name\";s:35:\"Script personalizzati </head>\";s:4:\"desc\";s:134:\"Use this section to add custom scripts to your website. The scripts entered in this field will be placed before the </head> tag.\";s:2:\"id\";s:18:\"ka_customcode_head\";s:4:\"type\";s:8:\"textarea\";}i:10;a:4:{s:4:\"name\";s:35:\"Script personalizzati </body>\";s:4:\"desc\";s:139:\"Use this section to add custom scripts to your website.<br />The scripts entered in this field will be placed before the </body> tag.\";s:2:\"id\";s:18:\"ka_customcode_body\";s:4:\"type\";s:8:\"textarea\";}i:11;a:4:{s:4:\"name\";s:22:\"Codice di monitoraggio\";s:4:\"desc\";s:63:\"Paste di Google Analytics (o altro) codice di monitoraggio qui.\";s:2:\"id\";s:19:\"ka_google_analytics\";s:4:\"type\";s:8:\"textarea\";}i:12;a:4:{s:4:\"name\";s:18:\"Disposizione Boxed\";s:3:\"std\";s:140:\"Switch to a Boxed Layout Design using the settings below. Please note that all settings below are only visible when Boxed Layout is enabled.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:13;a:5:{s:4:\"name\";s:19:\"Enable Boxed Layout\";s:4:\"desc\";s:50:\"Check this box to switch to a Boxed Layout Design.\";s:2:\"id\";s:14:\"ka_boxedlayout\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:14;a:5:{s:4:\"name\";s:11:\"Drop Shadow\";s:4:\"desc\";s:85:\"Set the opacity of the Boxed Layout drop shadow.<br /><em>Values from: 0.1 - 1.0</em>\";s:2:\"id\";s:21:\"ka_boxedlayout_shadow\";s:3:\"std\";s:3:\"0.5\";s:4:\"type\";s:4:\"text\";}i:15;a:4:{s:4:\"name\";s:21:\"Body Background Color\";s:4:\"desc\";s:72:\"Specify a background color for the <body> element of your website.\";s:2:\"id\";s:16:\"ka_body_bg_color\";s:4:\"type\";s:5:\"color\";}i:16;a:6:{s:4:\"name\";s:21:\"Body Background Image\";s:4:\"desc\";s:108:\"Select a custom background image for the <body> element of your website (or upload custom image below)\";s:2:\"id\";s:17:\"ka_select_body_bg\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:21:{s:4:\"null\";s:119:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/none.png\";s:13:\"classy-fabric\";s:136:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-classy-fabric.png\";s:18:\"low-contrast-linen\";s:141:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-low-contrast-linen.png\";s:9:\"dark-wall\";s:132:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-dark-wall.png\";s:10:\"darkdenim3\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-darkdenim3.png\";s:15:\"pinstriped_suit\";s:138:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-pinstriped_suit.png\";s:7:\"connect\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-connect.png\";s:11:\"escheresque\";s:134:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-escheresque.png\";s:12:\"gplaypattern\";s:135:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-gplaypattern.png\";s:17:\"grey-subtle-noise\";s:140:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-grey-subtle-noise.png\";s:4:\"grey\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-grey.png\";s:10:\"grid_noise\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-grid_noise.png\";s:4:\"grid\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-grid.png\";s:10:\"hexellence\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-hexellence.png\";s:8:\"lghtmesh\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-lghtmesh.png\";s:11:\"noise_lines\";s:134:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-noise_lines.png\";s:10:\"noisy_grid\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-noisy_grid.png\";s:14:\"rough_diagonal\";s:137:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-rough_diagonal.png\";s:9:\"shattered\";s:132:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-shattered.png\";s:11:\"subtle_dots\";s:134:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-subtle_dots.png\";s:9:\"tiny_grid\";s:132:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/body-bg-tiny_grid.png\";}}i:17;a:4:{s:4:\"name\";s:13:\"Custom Upload\";s:4:\"desc\";s:156:\"Upload a custom background image. Free backgrounds can be downloaded from <a href=\"http://www.subtlepatterns.com\" target=\"_blank\">www.subtlepatterns.com</a>\";s:2:\"id\";s:16:\"ka_body_bg_image\";s:4:\"type\";s:6:\"upload\";}i:18;a:5:{s:4:\"name\";s:25:\"Background Image Position\";s:4:\"desc\";s:88:\"Impostare la proprietà background-position per l'immagine di sfondo personalizzata.\";s:2:\"id\";s:36:\"ka_designer_page_background_position\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:7:{s:8:\"left top\";s:8:\"left top\";s:10:\"center top\";s:10:\"center top\";s:9:\"right top\";s:9:\"right top\";s:13:\"center center\";s:13:\"center center\";s:11:\"left bottom\";s:11:\"left bottom\";s:13:\"center bottom\";s:13:\"center bottom\";s:12:\"right bottom\";s:12:\"right bottom\";}}i:19;a:5:{s:4:\"name\";s:23:\"Background Image Repeat\";s:4:\"desc\";s:86:\"Impostare la proprietà background-repeat per l'immagine di sfondo personalizzata.\";s:2:\"id\";s:34:\"ka_designer_page_background_repeat\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:4:{s:6:\"repeat\";s:6:\"repeat\";s:8:\"repeat-x\";s:8:\"repeat-x\";s:8:\"repeat-y\";s:8:\"repeat-y\";s:9:\"no-repeat\";s:9:\"no-repeat\";}}i:20;a:5:{s:4:\"name\";s:29:\"Enable Fixed Background Image\";s:4:\"desc\";s:78:\"Seleziona questa casella per rendere l'immagine di sfondo del corpo fisso.\";s:2:\"id\";s:33:\"ka_designer_page_background_fixed\";s:4:\"type\";s:8:\"checkbox\";s:3:\"std\";s:5:\"false\";}i:21;a:2:{s:4:\"name\";s:9:\"Cellulare\";s:4:\"type\";s:7:\"heading\";}i:22;a:4:{s:4:\"name\";s:15:\"Mobile Settings\";s:3:\"std\";s:67:\"Specify how your website will behave when viewed on mobile devices.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:23;a:5:{s:4:\"name\";s:30:\"Disabilitare Responsive design\";s:4:\"desc\";s:186:\"Seleziona questa casella per disattivare responsive design del Karma. Un responsive design rende il tuo sito mobile-friendly, regolando il layout di pagina in base al dispositivo mobile.\";s:2:\"id\";s:13:\"ka_responsive\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:24;a:5:{s:4:\"name\";s:11:\"Mobile Menu\";s:4:\"desc\";s:75:\"This text is displayed next to the Mobile Menu button. <em>(main menu)</em>\";s:2:\"id\";s:19:\"ka_mobile_menu_text\";s:3:\"std\";s:9:\"Main Menu\";s:4:\"type\";s:4:\"text\";}i:25;a:5:{s:4:\"name\";s:16:\"Disable Subpages\";s:4:\"desc\";s:75:\"Check this box to disable subpages in the Mobile Menu. <em>(main menu)</em>\";s:2:\"id\";s:19:\"ka_mobile_menu_subs\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:26;a:5:{s:4:\"name\";s:15:\"Mobile Sub Menu\";s:4:\"desc\";s:170:\"The Sub Menu on left-nav and right-nav page templates converts to a dropdown list on small mobile devices. This text is displayed as the first option in the dropdown list\";s:2:\"id\";s:23:\"ka_mobile_sub_menu_text\";s:3:\"std\";s:23:\"More in this section...\";s:4:\"type\";s:4:\"text\";}i:27;a:4:{s:4:\"name\";s:17:\"Apple Touch Icons\";s:3:\"std\";s:202:\"Specify a custom icon to be displayed on a users Apple mobile device when they save your website to their home screen. <a href=\"http://iconifier.net/\" target=\"_blank\">Free online icon generator tool</a>\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:28;a:4:{s:4:\"name\";s:6:\"iPhone\";s:4:\"desc\";s:11:\"57px x 57px\";s:2:\"id\";s:15:\"ka_apple_iphone\";s:4:\"type\";s:6:\"upload\";}i:29;a:4:{s:4:\"name\";s:15:\"iPhone (Retina)\";s:4:\"desc\";s:13:\"114px x 114px\";s:2:\"id\";s:19:\"ka_apple_iphone_114\";s:4:\"type\";s:6:\"upload\";}i:30;a:4:{s:4:\"name\";s:4:\"iPad\";s:4:\"desc\";s:11:\"72px x 72px\";s:2:\"id\";s:16:\"ka_apple_ipad_72\";s:4:\"type\";s:6:\"upload\";}i:31;a:4:{s:4:\"name\";s:13:\"iPad (Retina)\";s:4:\"desc\";s:13:\"144px x 144px\";s:2:\"id\";s:17:\"ka_apple_ipad_144\";s:4:\"type\";s:6:\"upload\";}i:32;a:2:{s:4:\"name\";s:14:\"Blog and Posts\";s:4:\"type\";s:7:\"heading\";}i:33;a:4:{s:4:\"name\";s:13:\"Blog Settings\";s:3:\"std\";s:40:\"Global Settings for your website\'s Blog.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:34;a:5:{s:4:\"name\";s:11:\"Blog Pagina\";s:4:\"desc\";s:32:\"Select your website\'s blog page.\";s:2:\"id\";s:11:\"ka_blogpage\";s:4:\"type\";s:14:\"select-advance\";s:7:\"options\";a:11:{i:0;s:21:\"Select the Blog page:\";i:1;s:10:\"avvocatura\";i:2;s:9:\"lo-studio\";i:3;s:12:\"segretariato\";i:4;s:8:\"lo-staff\";i:5;s:18:\"avv-sandro-stadler\";i:6;s:17:\"avv-sarah-stadler\";i:7;s:4:\"home\";i:8;s:9:\"notariato\";i:9;s:11:\"ultime-news\";i:10;s:8:\"contatti\";}}i:35;a:5:{s:4:\"name\";s:6:\"Titolo\";s:4:\"desc\";s:58:\"Enter the Title to be displayed in the blog\'s utility bar.\";s:2:\"id\";s:12:\"ka_blogtitle\";s:3:\"std\";s:4:\"Blog\";s:4:\"type\";s:4:\"text\";}i:36;a:5:{s:4:\"name\";s:18:\"Exclude Categories\";s:4:\"desc\";s:60:\"Select any categories that you\'d like to hide from the blog.\";s:2:\"id\";s:18:\"ka_blogexcludetest\";s:4:\"type\";s:10:\"multicheck\";s:7:\"options\";a:1:{i:1;s:11:\"Ultime news\";}}i:37;a:6:{s:4:\"name\";s:12:\"Image Frames\";s:4:\"desc\";s:78:\"Selezionare uno stile di cornice dell'immagine per le immagini in vetrina.\";s:2:\"id\";s:19:\"ka_blog_image_frame\";s:3:\"std\";s:6:\"modern\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:2:{s:6:\"modern\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/image-frame-modern.png\";s:6:\"shadow\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/image-frame-shadow.png\";}}i:38;a:4:{s:4:\"name\";s:18:\"Posta Impostazioni\";s:3:\"std\";s:51:\"A handful of powerful settings for your blog posts.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:39;a:5:{s:4:\"name\";s:31:\"Post Content <!--more -->\";s:4:\"desc\";s:211:\"This theme automatically adds a \"Read More\" button after 80 characters of text. Check this box to instead revert back to the Wordpress content() function requiring a <!--more --> tag for content breaking.\";s:2:\"id\";s:21:\"ka_tt_content_default\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:40;a:5:{s:4:\"name\";s:38:\""Pubblicato da" Informazioni\";s:4:\"desc\";s:123:\"Seleziona questa casella per nascondere la "Pubblicato da" informazioni stampate sotto ogni titolo post sul blog.\";s:2:\"id\";s:12:\"ka_posted_by\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:41;a:5:{s:4:\"name\";s:19:\"Data di inserimento\";s:4:\"desc\";s:86:\"Seleziona questa casella per nascondere la data di post su tutti i post del blog.</em>\";s:2:\"id\";s:12:\"ka_post_date\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:42;a:5:{s:4:\"name\";s:38:\""Leggi Tutto" - Button Label\";s:4:\"desc\";s:82:\"Immettere un'etichetta personalizzata per le "leggi tutto" pulsanti.\";s:2:\"id\";s:13:\"ka_blogbutton\";s:3:\"std\";s:23:\"Continue Reading →\";s:4:\"type\";s:4:\"text\";}i:43;a:7:{s:4:\"name\";s:41:\""Leggi Tutto" - Pulsante Colore\";s:4:\"desc\";s:60:\"Scegliere un colore per le "leggi tutto" pulsanti.\";s:2:\"id\";s:19:\"ka_blogbutton_color\";s:3:\"std\";s:5:\"black\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:30:{s:9:\"royalblue\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-royal-blue.png\";s:13:\"politicalblue\";s:135:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-political-blue.png\";s:8:\"coolblue\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-cool-blue.png\";s:7:\"skyblue\";s:129:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-sky-blue.png\";s:9:\"vistablue\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-vista-blue.png\";s:5:\"black\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-dark.png\";s:8:\"tealgrey\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-teal-grey.png\";s:4:\"grey\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-grey.png\";s:8:\"bluegrey\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-blue-grey.png\";s:11:\"saffronblue\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-saffron-blue.png\";s:10:\"steelgreen\";s:132:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-steel-green.png\";s:8:\"tufgreen\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-tuf-green.png\";s:6:\"silver\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-silver.png\";s:6:\"coffee\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-coffee.png\";s:6:\"autumn\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-autumn.png\";s:4:\"teal\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-teal.png\";s:10:\"alphagreen\";s:132:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-alpha-green.png\";s:11:\"frenchgreen\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-french-green.png\";s:9:\"yogigreen\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-yogi-green.png\";s:11:\"forestgreen\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-forest-green.png\";s:9:\"limegreen\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-lime-green.png\";s:6:\"golden\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-golden.png\";s:6:\"orange\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-orange.png\";s:4:\"fire\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-fire.png\";s:7:\"buoyred\";s:129:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-buoy-red.png\";s:6:\"cherry\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-cherry.png\";s:6:\"purple\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-purple.png\";s:4:\"pink\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-pink.png\";s:10:\"periwinkle\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-periwinkle.png\";s:6:\"violet\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-violet.png\";}}i:44;a:6:{s:4:\"name\";s:37:\""Leggi Tutto" - Button Size\";s:4:\"desc\";s:67:\"Selezionare una dimensione per le "leggi tutto" pulsanti.\";s:2:\"id\";s:18:\"ka_blogbutton_size\";s:3:\"std\";s:5:\"Small\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:3:{i:0;s:5:\"Small\";i:1;s:6:\"Medium\";i:2;s:5:\"Large\";}}i:45;a:5:{s:4:\"name\";s:15:\"Circa-il-Autore\";s:4:\"desc\";s:233:\"The author\'s bio is displayed at the end of each Single Blog post. <em>Un-check this box to disable this functionality.</em><br />Author bio can be set within the Wordpress Profile page. <a href=\"profile.php\">Users > Your Profile</a>\";s:2:\"id\";s:13:\"ka_blogauthor\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:46;a:5:{s:4:\"name\";s:13:\"Related Posts\";s:4:\"desc\";s:97:\"Deselezionare questa casella per disattivare i messaggi relativi alla fine di ogni post del blog.\";s:2:\"id\";s:16:\"ka_related_posts\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:47;a:5:{s:4:\"name\";s:22:\"Related Posts - Titolo\";s:4:\"desc\";s:102:\"Inserire un titolo per essere visual-izzata sopra i post correlati. (Cioè "Related Posts").\";s:2:\"id\";s:22:\"ka_related_posts_title\";s:3:\"std\";s:13:\"Related Posts\";s:4:\"type\";s:4:\"text\";}i:48;a:5:{s:4:\"name\";s:30:\"Related Posts - Count articolo\";s:4:\"desc\";s:65:\"Quanti post correlati volete visualizzare? (3-5 è raccomandato).\";s:2:\"id\";s:22:\"ka_related_posts_count\";s:3:\"std\";s:1:\"5\";s:4:\"type\";s:4:\"text\";}i:49;a:5:{s:4:\"name\";s:17:\"Commenti sul post\";s:4:\"desc\";s:95:\"Deselezionare questa casella per disattivare completamente i commenti su tutti i post del blog.\";s:2:\"id\";s:16:\"ka_post_comments\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:50;a:5:{s:4:\"name\";s:13:\"Post - Avatar\";s:4:\"desc\";s:230:\"Questo tema utilizza un'immagine avatar personalizzato in cui gli utenti non dispongono di un conto Gravatar.com. <em>Deselezionare questa casella per disattivare questa funzionalità e utilizzare WordPress avatar invece.</em>\";s:2:\"id\";s:17:\"ka_default_avatar\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:51;a:4:{s:4:\"name\";s:14:\"Social Sharing\";s:3:\"std\";s:59:\"Use the settings below to use custom font settings instead.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:52;a:5:{s:4:\"name\";s:13:\"Drag-to-Share\";s:4:\"desc\";s:80:\"Un pulsante interattivo "Drag-to-share" aggiunto a ogni post del blog.\";s:2:\"id\";s:12:\"ka_dragshare\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:53;a:5:{s:4:\"name\";s:20:\"Social sharing Links\";s:4:\"desc\";s:82:\"Font-Impressionante vettore tasti di condivisione per Twitter, Facebook e Google+.\";s:2:\"id\";s:22:\"ka_blog_social_sharing\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:54;a:2:{s:4:\"name\";s:12:\"Color Scheme\";s:4:\"type\";s:7:\"heading\";}i:55;a:4:{s:4:\"name\";s:12:\"Color Scheme\";s:3:\"std\";s:73:\"Choose from 30 professionally-designed color schemes. Click one and done.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:56;a:7:{s:4:\"name\";s:20:\"Primary Color Scheme\";s:4:\"desc\";s:123:\"Si prega di selezionare la combinazione di colori primari per il tuo sito. (Intestazione e piè di pagina schema di colori)\";s:2:\"id\";s:14:\"ka_main_scheme\";s:3:\"std\";s:18:\"karma-saffron-blue\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:30:{s:16:\"karma-royal-blue\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-royal-blue.png\";s:20:\"karma-political-blue\";s:135:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-political-blue.png\";s:15:\"karma-cool-blue\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-cool-blue.png\";s:14:\"karma-sky-blue\";s:129:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-sky-blue.png\";s:16:\"karma-vista-blue\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-vista-blue.png\";s:10:\"karma-dark\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-dark.png\";s:15:\"karma-teal-grey\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-teal-grey.png\";s:10:\"karma-grey\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-grey.png\";s:15:\"karma-blue-grey\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-blue-grey.png\";s:18:\"karma-saffron-blue\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-saffron-blue.png\";s:17:\"karma-steel-green\";s:132:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-steel-green.png\";s:15:\"karma-tuf-green\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-tuf-green.png\";s:12:\"karma-silver\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-silver.png\";s:12:\"karma-coffee\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-coffee.png\";s:12:\"karma-autumn\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-autumn.png\";s:10:\"karma-teal\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-teal.png\";s:17:\"karma-alpha-green\";s:132:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-alpha-green.png\";s:18:\"karma-french-green\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-french-green.png\";s:16:\"karma-yogi-green\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-yogi-green.png\";s:18:\"karma-forest-green\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-forest-green.png\";s:16:\"karma-lime-green\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-lime-green.png\";s:12:\"karma-golden\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-golden.png\";s:12:\"karma-orange\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-orange.png\";s:10:\"karma-fire\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-fire.png\";s:14:\"karma-buoy-red\";s:129:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-buoy-red.png\";s:12:\"karma-cherry\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-cherry.png\";s:12:\"karma-purple\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-purple.png\";s:10:\"karma-pink\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-pink.png\";s:16:\"karma-periwinkle\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-periwinkle.png\";s:12:\"karma-violet\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-violet.png\";}}i:57;a:7:{s:4:\"name\";s:22:\"Secondary Color Scheme\";s:4:\"desc\";s:118:\"Select a secondary color scheme only if you wish to override the default secondary color. (left nav, utility bar, etc)\";s:2:\"id\";s:19:\"ka_secondary_scheme\";s:3:\"std\";s:7:\"default\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:31:{s:7:\"default\";s:119:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/none.png\";s:20:\"secondary-royal-blue\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-royal-blue.png\";s:24:\"secondary-political-blue\";s:135:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-political-blue.png\";s:19:\"secondary-cool-blue\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-cool-blue.png\";s:18:\"secondary-sky-blue\";s:129:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-sky-blue.png\";s:20:\"secondary-vista-blue\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-vista-blue.png\";s:14:\"secondary-dark\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-dark.png\";s:19:\"secondary-teal-grey\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-teal-grey.png\";s:14:\"secondary-grey\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-grey.png\";s:19:\"secondary-blue-grey\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-blue-grey.png\";s:22:\"secondary-saffron-blue\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-saffron-blue.png\";s:21:\"secondary-steel-green\";s:132:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-steel-green.png\";s:19:\"secondary-tuf-green\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-tuf-green.png\";s:16:\"secondary-silver\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-silver.png\";s:16:\"secondary-coffee\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-coffee.png\";s:16:\"secondary-autumn\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-autumn.png\";s:14:\"secondary-teal\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-teal.png\";s:21:\"secondary-alpha-green\";s:132:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-alpha-green.png\";s:22:\"secondary-french-green\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-french-green.png\";s:20:\"secondary-yogi-green\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-yogi-green.png\";s:22:\"secondary-forest-green\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-forest-green.png\";s:20:\"secondary-lime-green\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-lime-green.png\";s:16:\"secondary-golden\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-golden.png\";s:16:\"secondary-orange\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-orange.png\";s:14:\"secondary-fire\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-fire.png\";s:18:\"secondary-buoy-red\";s:129:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-buoy-red.png\";s:16:\"secondary-cherry\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-cherry.png\";s:16:\"secondary-purple\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-purple.png\";s:14:\"secondary-pink\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-pink.png\";s:20:\"secondary-periwinkle\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-periwinkle.png\";s:16:\"secondary-violet\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/karma-violet.png\";}}i:58;a:4:{s:4:\"name\";s:19:\"Custom Color Scheme\";s:3:\"std\";s:156:\"Use the Settings below to create your own Custom Color Scheme. Please note that all settings below are only visible when a custom color scheme is activated.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:59;a:5:{s:4:\"name\";s:29:\"Custom - Primary Color Scheme\";s:4:\"desc\";s:105:\"Check this box to activate Custom Primary Website Color Scheme. <em>(header and footer color scheme)</em>\";s:2:\"id\";s:39:\"ka_activate_custom_primary_color_scheme\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:60;a:5:{s:4:\"name\";s:31:\"Custom - Secondary Color Scheme\";s:4:\"desc\";s:109:\"Check this box to activate Custom Secondary Website Color Scheme. <em>(link color, breadcrumb bar, etc)</em>\";s:2:\"id\";s:41:\"ka_activate_custom_secondary_color_scheme\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:61;a:4:{s:4:\"name\";s:30:\"Custom - Primary Color Scheme:\";s:3:\"std\";s:71:\"Specify a color scheme for the Header and Footer areas of your website.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:62;a:4:{s:4:\"name\";s:40:\"Barra degli strumenti - Colore di sfondo\";s:4:\"desc\";s:150:\"Specificare un colore di sfondo per la barra degli strumenti. La barra degli strumenti è la barra in tinta unita nella parte superiore della testata.\";s:2:\"id\";s:32:\"ka_custom_scheme_primary_toolbar\";s:4:\"type\";s:5:\"color\";}i:63;a:4:{s:4:\"name\";s:58:\"Intestazione / piè di pagina - Sfumatura di colore - Luce\";s:4:\"desc\";s:65:\"Specificare il colore più chiaro della sfumatura personalizzata.\";s:2:\"id\";s:39:\"ka_custom_scheme_primary_gradient_light\";s:4:\"type\";s:5:\"color\";}i:64;a:4:{s:4:\"name\";s:59:\"Intestazione / piè di pagina - Sfumatura di colore - Scuro\";s:4:\"desc\";s:62:\"Specificare il colore più scuro del gradiente personalizzato.\";s:2:\"id\";s:38:\"ka_custom_scheme_primary_gradient_dark\";s:4:\"type\";s:5:\"color\";}i:65;a:4:{s:4:\"name\";s:48:\"Intestazione / piè di pagina - Top Colore bordo\";s:4:\"desc\";s:187:\"Intestazione e piè di pagina hanno un bordo superiore 1px sottile. Questo colore dovrebbe essere leggermente più chiaro del colore utilizzato per "Sfumatura di colore - Luce".\";s:2:\"id\";s:35:\"ka_custom_scheme_primary_border_top\";s:4:\"type\";s:5:\"color\";}i:66;a:4:{s:4:\"name\";s:21:\"Footer - Colore testo\";s:4:\"desc\";s:176:\"Specificare il colore di tutto il testo visualizzato all'interno del piè di pagina. <br /> #DDDDDD grandi opere a colori per la maggior parte delle combinazioni di colori.\";s:2:\"id\";s:36:\"ka_custom_scheme_primary_footer_text\";s:4:\"type\";s:5:\"color\";}i:67;a:4:{s:4:\"name\";s:43:\"Piè di pagina inferiore - Colore di sfondo\";s:4:\"desc\";s:119:\"Il piè di pagina, in basso è la zona in basso che contiene il menu di piè di pagina e le informazioni sul copyright.\";s:2:\"id\";s:38:\"ka_custom_scheme_primary_footer_bottom\";s:4:\"type\";s:5:\"color\";}i:68;a:4:{s:4:\"name\";s:36:\"In basso Footer - Immagine di sfondo\";s:4:\"desc\";s:8:\"Caricare\";s:2:\"id\";s:36:\"ka_custom_scheme_image_footer_bottom\";s:4:\"type\";s:6:\"upload\";}i:69;a:4:{s:4:\"name\";s:35:\"Menu a scomparsa - Colore di sfondo\";s:4:\"desc\";s:69:\"Specificare il colore dei principali menù a discesa del menu sfondo.\";s:2:\"id\";s:41:\"ka_custom_scheme_primary_menu_dropdown_bg\";s:4:\"type\";s:5:\"color\";}i:70;a:4:{s:4:\"name\";s:46:\"Menu a scomparsa - link Hover Colore di sfondo\";s:4:\"desc\";s:66:\"Specificare il colore di sfondo visualizzata dietro link su hover.\";s:2:\"id\";s:51:\"ka_custom_scheme_primary_menu_dropdown_linkhover_bg\";s:4:\"type\";s:5:\"color\";}i:71;a:4:{s:4:\"name\";s:19:\"Internet Explorer 8\";s:3:\"std\";s:80:\"Internet Explorer 8 does not support RGBa so requires these additional settings:\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:72;a:4:{s:4:\"name\";s:42:\"IE8 - Barra degli strumenti - Colore testo\";s:4:\"desc\";s:85:\"Specificare il colore per tutto il testo all'interno della Barra degli strumenti.\";s:2:\"id\";s:41:\"ka_custom_scheme_primary_ie8_toolbar_text\";s:4:\"type\";s:5:\"color\";}i:73;a:4:{s:4:\"name\";s:46:\"IE8 - Menu Principale - Navi Descrizione Testo\";s:4:\"desc\";s:78:\"Specificare il colore per il menu principale navigazione testo di descrizione.\";s:2:\"id\";s:38:\"ka_custom_scheme_primary_ie8_navi_text\";s:4:\"type\";s:5:\"color\";}i:74;a:4:{s:4:\"name\";s:32:\"Custom - Secondary Color Scheme:\";s:3:\"std\";s:75:\"Specify a custom color scheme for the Sub-nav, Utility bar, links and more.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:75;a:4:{s:4:\"name\";s:26:\"Sfumatura di colore - Luce\";s:4:\"desc\";s:65:\"Specificare il colore più chiaro della sfumatura personalizzata.\";s:2:\"id\";s:41:\"ka_custom_scheme_secondary_gradient_light\";s:4:\"type\";s:5:\"color\";}i:76;a:4:{s:4:\"name\";s:27:\"Sfumatura di colore - Scuro\";s:4:\"desc\";s:62:\"Specificare il colore più scuro del gradiente personalizzato.\";s:2:\"id\";s:40:\"ka_custom_scheme_secondary_gradient_dark\";s:4:\"type\";s:5:\"color\";}i:77;a:4:{s:4:\"name\";s:65:\"Orizzontale / Galleria Nav - Collegamento attivo Colore di sfondo\";s:4:\"desc\";s:98:\"Specificare un colore di sfondo per lo stato attivo di orizzontale / Galleria link di navigazione.\";s:2:\"id\";s:43:\"ka_custom_scheme_secondary_active_horz_link\";s:4:\"type\";s:5:\"color\";}i:78;a:4:{s:4:\"name\";s:19:\"Colore collegamento\";s:4:\"desc\";s:50:\"Specificare un colore per i link del tuo sito web.\";s:2:\"id\";s:37:\"ka_custom_scheme_secondary_link_color\";s:4:\"type\";s:5:\"color\";}i:79;a:4:{s:4:\"name\";s:28:\"Immagine - Utility Bar - Top\";s:4:\"desc\";s:5:\"980x6\";s:2:\"id\";s:26:\"ka_custom_scheme_image_top\";s:4:\"type\";s:6:\"upload\";}i:80;a:4:{s:4:\"name\";s:30:\"Immagine - Utility Bar - Medio\";s:4:\"desc\";s:5:\"980x2\";s:2:\"id\";s:29:\"ka_custom_scheme_image_middle\";s:4:\"type\";s:6:\"upload\";}i:81;a:4:{s:4:\"name\";s:33:\"Immagine - Utility Bar - In basso\";s:4:\"desc\";s:5:\"980x6\";s:2:\"id\";s:29:\"ka_custom_scheme_image_bottom\";s:4:\"type\";s:6:\"upload\";}i:82;a:4:{s:4:\"name\";s:24:\"Immagine - jQuery Banner\";s:4:\"desc\";s:7:\"940x283\";s:2:\"id\";s:36:\"ka_custom_scheme_image_jquery_banner\";s:4:\"type\";s:6:\"upload\";}i:83;a:4:{s:4:\"name\";s:54:\"Immagine - Destra / Sinistra Nav - Collegamento attivo\";s:4:\"desc\";s:8:\"Caricare\";s:2:\"id\";s:32:\"ka_custom_scheme_image_nav_state\";s:4:\"type\";s:6:\"upload\";}i:84;a:4:{s:4:\"name\";s:19:\"Internet Explorer 8\";s:3:\"std\";s:86:\"Internet Explorer 8 does not support RGBa so requires these additional color settings:\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:85;a:4:{s:4:\"name\";s:34:\"IE8 - Footer - Colore collegamento\";s:4:\"desc\";s:82:\"Specificare il colore per tutti i collegamenti all'interno del piè di pagina.\";s:2:\"id\";s:43:\"ka_custom_scheme_secondary_ie8_footer_links\";s:4:\"type\";s:5:\"color\";}i:86;a:4:{s:4:\"name\";s:32:\"IE8 - Footer - Rubrica Frontiera\";s:4:\"desc\";s:85:\"Specificare il colore per il bordo inferiore su tutte le intestazioni piè di pagina.\";s:2:\"id\";s:46:\"ka_custom_scheme_secondary_ie8_footer_headings\";s:4:\"type\";s:5:\"color\";}i:87;a:2:{s:4:\"name\";s:5:\"Fonts\";s:4:\"type\";s:7:\"heading\";}i:88;a:4:{s:4:\"name\";s:9:\"Font Kits\";s:3:\"std\";s:84:\"Groups of pre-designed Google Fonts with pixel-perfect settings. Click one and done.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:89;a:5:{s:4:\"name\";s:16:\"Moderna Font Kit\";s:4:\"desc\";s:129:\"The Modern Font Kit contains clean and modern sans-serif fonts perfect for every type of website.<br /><em>Lato + Open Sans</em>.\";s:2:\"id\";s:18:\"ka_font_kit_modern\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:90;a:5:{s:4:\"name\";s:14:\"Serif Font Kit\";s:4:\"desc\";s:150:\"The Serif Font Kit contains a gorgeous combination of serif and sans-serif fonts for a sophisticated design.<br /><em>PT Serif + Source Sans Pro</em>.\";s:2:\"id\";s:17:\"ka_font_kit_serif\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:91;a:5:{s:4:\"name\";s:26:\"Kit di carattere biologico\";s:4:\"desc\";s:136:\"The Organic Font Kit contains clean and rounded sans-serif fonts for a soft and inviting design.<br /><em>Varela Round + Open Sans</em>.\";s:2:\"id\";s:19:\"ka_font_kit_organic\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:92;a:4:{s:4:\"name\";s:20:\"Custom Font Settings\";s:3:\"std\";s:59:\"Use the settings below to use custom font settings instead.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:93;a:6:{s:4:\"name\";s:16:\"Google Web Fonts\";s:4:\"desc\";s:254:\"Select a font face to be used for your website\'s headings.<br>Font names (from left to right):<br>- (none)<br>- Droid Sans<br>- Cabin<br>- Cantarell<br>- Cuprum<br>- Oswald<br>- Neuton<br>- Oritron<br>- Arvo<br>- Kreon<br>- Indie Flower<br>- Josefin Sans\";s:2:\"id\";s:14:\"ka_google_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:12:{s:6:\"nofont\";s:119:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/none.png\";s:10:\"Droid+Sans\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/1-droid-sans.png\";s:5:\"Cabin\";s:122:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/2-cabin.png\";s:9:\"Cantarell\";s:126:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/3-cantarell.png\";s:6:\"Cuprum\";s:123:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/4-cuprum.png\";s:6:\"Oswald\";s:123:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/5-oswald.png\";s:6:\"Neuton\";s:123:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/6-neuton.png\";s:8:\"Orbitron\";s:125:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/7-orbitron.png\";s:4:\"Arvo\";s:121:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/8-arvo.png\";s:5:\"Kreon\";s:122:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/9-kreon.png\";s:12:\"Indie+Flower\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/10-indie-flower.png\";s:12:\"Josefin Sans\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/11-josefin-sans.png\";}}i:94;a:4:{s:4:\"name\";s:33:\"Personalizzata di Google Web Font\";s:4:\"desc\";s:198:\"Enter a custom font name If you prefer to use a font that\'s not listed above.<br>Here is the complete list of available <a href=\"http://www.google.com/webfonts\" target=\"_blank\">Google Web Fonts</a>.\";s:2:\"id\";s:21:\"ka_custom_google_font\";s:4:\"type\";s:4:\"text\";}i:95;a:4:{s:4:\"name\";s:40:\"Colore carattere → logo personalizzato\";s:4:\"desc\";s:63:\"Selezionare un colore per il logo personalizzato del carattere.\";s:2:\"id\";s:25:\"ka_custom_logo_font_color\";s:4:\"type\";s:5:\"color\";}i:96;a:4:{s:4:\"name\";s:36:\"Colore carattere → Menu principale\";s:4:\"desc\";s:66:\"Scegliere un colore per le voci del menu principale del carattere.\";s:2:\"id\";s:23:\"ka_main_menu_font_color\";s:4:\"type\";s:5:\"color\";}i:97;a:4:{s:4:\"name\";s:41:\"Colore carattere → contenuto principale\";s:4:\"desc\";s:64:\"Selezionare un colore per il contenuto principale del carattere.\";s:2:\"id\";s:26:\"ka_main_content_font_color\";s:4:\"type\";s:5:\"color\";}i:98;a:4:{s:4:\"name\";s:45:\"Colore carattere → Contenuto piè di pagina\";s:4:\"desc\";s:59:\"Scegliere un colore per l'area del contenuto piè font.\";s:2:\"id\";s:28:\"ka_footer_content_font_color\";s:4:\"type\";s:5:\"color\";}i:99;a:4:{s:4:\"name\";s:26:\"Colore carattere → Links\";s:4:\"desc\";s:55:\"Selezionare un colore per i collegamenti del carattere.\";s:2:\"id\";s:18:\"ka_link_font_color\";s:4:\"type\";s:5:\"color\";}i:100;a:4:{s:4:\"name\";s:32:\"Colore carattere → Link: Hover\";s:4:\"desc\";s:47:\"Selezionare un colore per i link su hover font.\";s:2:\"id\";s:24:\"ka_link_hover_font_color\";s:4:\"type\";s:5:\"color\";}i:101;a:4:{s:4:\"name\";s:41:\"Colore carattere → navigazione laterale\";s:4:\"desc\";s:66:\"Scegliere un colore per gli elementi di navigazione laterali font.\";s:2:\"id\";s:23:\"ka_side_menu_font_color\";s:4:\"type\";s:5:\"color\";}i:102;a:4:{s:4:\"name\";s:36:\"Colore carattere → Intestazioni H1\";s:4:\"desc\";s:64:\"Selezionare un colore per tutte le intestazioni <h1> font.\";s:2:\"id\";s:16:\"ka_h1_font_color\";s:4:\"type\";s:5:\"color\";}i:103;a:4:{s:4:\"name\";s:32:\"Colore carattere → H2 rubriche\";s:4:\"desc\";s:64:\"Selezionare un colore per tutte le intestazioni <h2> font.\";s:2:\"id\";s:16:\"ka_h2_font_color\";s:4:\"type\";s:5:\"color\";}i:104;a:4:{s:4:\"name\";s:32:\"Colore carattere → H3 rubriche\";s:4:\"desc\";s:64:\"Selezionare un colore per tutte le intestazioni <h3> font.\";s:2:\"id\";s:16:\"ka_h3_font_color\";s:4:\"type\";s:5:\"color\";}i:105;a:4:{s:4:\"name\";s:30:\"Colore carattere → H4 Titoli\";s:4:\"desc\";s:64:\"Selezionare un colore per tutte le intestazioni <h4> font.\";s:2:\"id\";s:16:\"ka_h4_font_color\";s:4:\"type\";s:5:\"color\";}i:106;a:4:{s:4:\"name\";s:32:\"Colore carattere → H5 rubriche\";s:4:\"desc\";s:64:\"Selezionare un colore per tutte le intestazioni <h5> font.\";s:2:\"id\";s:16:\"ka_h5_font_color\";s:4:\"type\";s:5:\"color\";}i:107;a:4:{s:4:\"name\";s:32:\"Colore carattere → H6 rubriche\";s:4:\"desc\";s:64:\"Selezionare un colore per tutte le intestazioni <h6> font.\";s:2:\"id\";s:16:\"ka_h6_font_color\";s:4:\"type\";s:5:\"color\";}i:108;a:6:{s:4:\"name\";s:44:\"Dimensione carattere → logo personalizzato\";s:4:\"desc\";s:68:\"Selezionare una dimensione per il logo personalizzato del carattere.\";s:2:\"id\";s:24:\"ka_custom_logo_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:109;a:6:{s:4:\"name\";s:40:\"Dimensione carattere → Menu principale\";s:4:\"desc\";s:69:\"Selezionare un formato per le voci del menu principale del carattere.\";s:2:\"id\";s:22:\"ka_main_menu_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:110;a:6:{s:4:\"name\";s:45:\"Dimensione carattere → contenuto principale\";s:4:\"desc\";s:77:\"Selezionare un formato per l'area del contenuto principale del carattere.\";s:2:\"id\";s:25:\"ka_main_content_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:111;a:6:{s:4:\"name\";s:45:\"Dimensione carattere → navigazione laterale\";s:4:\"desc\";s:87:\"Selezionare una dimensione per gli elementi di navigazione laterale font. intestazioni.\";s:2:\"id\";s:22:\"ka_side_menu_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:112;a:6:{s:4:\"name\";s:40:\"Dimensione carattere → Intestazioni H1\";s:4:\"desc\";s:69:\"Selezionare una dimensione per tutte le intestazioni <h1> font.\";s:2:\"id\";s:15:\"ka_h1_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:113;a:6:{s:4:\"name\";s:36:\"Dimensione carattere → H2 rubriche\";s:4:\"desc\";s:69:\"Selezionare una dimensione per tutte le intestazioni <h2> font.\";s:2:\"id\";s:15:\"ka_h2_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:114;a:6:{s:4:\"name\";s:36:\"Dimensione carattere → H3 rubriche\";s:4:\"desc\";s:69:\"Selezionare una dimensione per tutte le intestazioni <h3> font.\";s:2:\"id\";s:15:\"ka_h3_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:115;a:6:{s:4:\"name\";s:34:\"Dimensione carattere → H4 Titoli\";s:4:\"desc\";s:69:\"Selezionare una dimensione per tutte le intestazioni <h4> font.\";s:2:\"id\";s:15:\"ka_h4_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:116;a:6:{s:4:\"name\";s:36:\"Dimensione carattere → H5 rubriche\";s:4:\"desc\";s:69:\"Selezionare una dimensione per tutte le intestazioni <h5> font.\";s:2:\"id\";s:15:\"ka_h5_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:117;a:6:{s:4:\"name\";s:36:\"Dimensione carattere → H6 rubriche\";s:4:\"desc\";s:69:\"Selezionare una dimensione per tutte le intestazioni <h6> font.\";s:2:\"id\";s:15:\"ka_h6_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:118;a:6:{s:4:\"name\";s:49:\"Dimensione carattere → Contenuto piè di pagina\";s:4:\"desc\";s:76:\"Selezionare un formato per l'area del contenuto piè font. intestazioni.\";s:2:\"id\";s:27:\"ka_footer_content_font_size\";s:3:\"std\";s:10:\"--select--\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:43:{i:0;s:10:\"--select--\";i:1;s:3:\"9px\";i:2;s:4:\"10px\";i:3;s:4:\"11px\";i:4;s:4:\"12px\";i:5;s:4:\"13px\";i:6;s:4:\"14px\";i:7;s:4:\"15px\";i:8;s:4:\"16px\";i:9;s:4:\"17px\";i:10;s:4:\"18px\";i:11;s:4:\"19px\";i:12;s:4:\"20px\";i:13;s:4:\"21px\";i:14;s:4:\"22px\";i:15;s:4:\"23px\";i:16;s:4:\"24px\";i:17;s:4:\"25px\";i:18;s:4:\"26px\";i:19;s:4:\"27px\";i:20;s:4:\"28px\";i:21;s:4:\"29px\";i:22;s:4:\"30px\";i:23;s:4:\"31px\";i:24;s:4:\"32px\";i:25;s:4:\"33px\";i:26;s:4:\"34px\";i:27;s:4:\"35px\";i:28;s:4:\"36px\";i:29;s:4:\"37px\";i:30;s:4:\"38px\";i:31;s:4:\"39px\";i:32;s:4:\"40px\";i:33;s:4:\"41px\";i:34;s:4:\"42px\";i:35;s:4:\"43px\";i:36;s:4:\"44px\";i:37;s:4:\"45px\";i:38;s:4:\"46px\";i:39;s:4:\"47px\";i:40;s:4:\"48px\";i:41;s:4:\"49px\";i:42;s:4:\"50px\";}}i:119;a:6:{s:4:\"name\";s:44:\"Tipo caratteri → logo personalizzato Testo\";s:4:\"desc\";s:61:\"Selezionare una faccia per il testo logo personalizzato font.\";s:2:\"id\";s:19:\"ka_custom_logo_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:120;a:6:{s:4:\"name\";s:39:\"Tipo caratteri → contenuto principale\";s:4:\"desc\";s:77:\"Selezionare una faccia per l'area del contenuto principale del carattere.\";s:2:\"id\";s:20:\"ka_main_content_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:121;a:6:{s:4:\"name\";s:34:\"Tipo caratteri → Menu principale\";s:4:\"desc\";s:64:\"Selezionare una faccia per le voci principali del menu dei font.\";s:2:\"id\";s:23:\"ka_main_navigation_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:122;a:6:{s:4:\"name\";s:42:\"Tipo caratteri → laterale di navigazione\";s:4:\"desc\";s:69:\"Selezionare una faccia per gli elementi di navigazione laterali font.\";s:2:\"id\";s:20:\"ka_sidebar_menu_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:123;a:6:{s:4:\"name\";s:34:\"Tipo caratteri → Intestazioni H1\";s:4:\"desc\";s:65:\"Selezionare una faccia per tutte le intestazioni <h1> font.\";s:2:\"id\";s:10:\"ka_h1_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:124;a:6:{s:4:\"name\";s:30:\"Tipo caratteri → H2 rubriche\";s:4:\"desc\";s:65:\"Selezionare una faccia per tutte le intestazioni <h2> font.\";s:2:\"id\";s:10:\"ka_h2_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:125;a:6:{s:4:\"name\";s:30:\"Tipo caratteri → H3 rubriche\";s:4:\"desc\";s:65:\"Selezionare una faccia per tutte le intestazioni <h3> font.\";s:2:\"id\";s:10:\"ka_h3_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:126;a:6:{s:4:\"name\";s:28:\"Tipo caratteri → H4 Titoli\";s:4:\"desc\";s:65:\"Selezionare una faccia per tutte le intestazioni <h4> font.\";s:2:\"id\";s:10:\"ka_h4_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:127;a:6:{s:4:\"name\";s:30:\"Tipo caratteri → H5 rubriche\";s:4:\"desc\";s:65:\"Selezionare una faccia per tutte le intestazioni <h5> font.\";s:2:\"id\";s:10:\"ka_h5_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:128;a:6:{s:4:\"name\";s:30:\"Tipo caratteri → H6 rubriche\";s:4:\"desc\";s:65:\"Selezionare una faccia per tutte le intestazioni <h6> font.\";s:2:\"id\";s:10:\"ka_h6_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:129;a:6:{s:4:\"name\";s:43:\"Tipo caratteri → Contenuto piè di pagina\";s:4:\"desc\";s:65:\"Selezionare una faccia per l'area del contenuto piè di font.\";s:2:\"id\";s:22:\"ka_footer_content_font\";s:3:\"std\";s:6:\"nofont\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:24:{i:0;s:6:\"nofont\";i:1;s:5:\"Arial\";i:2;s:11:\"Arial Black\";i:3;s:11:\"Courier New\";i:4;s:7:\"Georgia\";i:5;s:9:\"Helvetica\";i:6;s:6:\"Impact\";i:7;s:14:\"Lucida Console\";i:8;s:19:\"Lucida Sans Unicode\";i:9;s:6:\"Tahoma\";i:10;s:15:\"Times New Roman\";i:11;s:7:\"Verdana\";i:12;s:13:\"MS Sans Serif\";i:13;s:10:\"Droid Sans\";i:14;s:5:\"Cabin\";i:15;s:9:\"Cantarell\";i:16;s:6:\"Cuprum\";i:17;s:6:\"Oswald\";i:18;s:6:\"Neuton\";i:19;s:8:\"Orbitron\";i:20;s:4:\"Arvo\";i:21;s:5:\"Kreon\";i:22;s:12:\"Indie Flower\";i:23;s:12:\"Josefin Sans\";}}i:130;a:2:{s:4:\"name\";s:4:\"Logo\";s:4:\"type\";s:7:\"heading\";}i:131;a:4:{s:4:\"name\";s:5:\"Logo \";s:3:\"std\";s:55:\"A handful of powerful settings for your website\'s logo.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:132;a:7:{s:4:\"name\";s:13:\"Logo Position\";s:4:\"desc\";s:66:\"Select the position for your company\'s logo. (left, center, right)\";s:2:\"id\";s:12:\"ka_true_logo\";s:3:\"std\";s:12:\"tt-logo-left\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:3:{s:12:\"tt-logo-left\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/tt-logo-left.png\";s:14:\"tt-logo-center\";s:129:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/tt-logo-center.png\";s:13:\"tt-logo-right\";s:128:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/tt-logo-right.png\";}}i:133;a:4:{s:4:\"name\";s:16:\"Upload your Logo\";s:4:\"desc\";s:32:\"Recommended dimensions: 154 x 57\";s:2:\"id\";s:11:\"ka_sitelogo\";s:4:\"type\";s:6:\"upload\";}i:134;a:4:{s:4:\"name\";s:23:\"Website Logo - ALT Text\";s:4:\"desc\";s:213:\"Enter custom ALT Text for your website\'s logo. If left blank the Site Title specified within <a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-admin/options-general.php\">Settings > General</a> will be used.\";s:2:\"id\";s:11:\"ka_logo_alt\";s:4:\"type\";s:4:\"text\";}i:135;a:4:{s:4:\"name\";s:30:\"Sito web Logo - Retina Version\";s:4:\"desc\";s:191:\"Use this section to upload a retina version of your logo.<br /><strong>Important notes:</strong><br />The dimensions of the retina logo need to be exactly twice the size of the original logo.\";s:2:\"id\";s:18:\"ka_sitelogo_retina\";s:4:\"type\";s:6:\"upload\";}i:136;a:4:{s:4:\"name\";s:20:\"Website Logo - Width\";s:4:\"desc\";s:185:\"Enter the width of your logo if you\'ve uploaded a Retina logo above. <em>(Please Note: this is the width of the original non-retina logo)</em><br /><strong>Example input:</strong> 154px\";s:2:\"id\";s:17:\"ka_sitelogo_width\";s:4:\"type\";s:4:\"text\";}i:137;a:4:{s:4:\"name\";s:21:\"Website Logo - Height\";s:4:\"desc\";s:186:\"Enter the height of your logo if you\'ve uploaded a Retina logo above. <em>(Please Note: this is the height of the original non-retina logo)</em><br /><strong>Example input:</strong> 57px\";s:2:\"id\";s:18:\"ka_sitelogo_height\";s:4:\"type\";s:4:\"text\";}i:138;a:4:{s:4:\"name\";s:15:\"Website Favicon\";s:4:\"desc\";s:248:\"Upload a 16px x 16px image that will represent your website\'s favicon.<br /><em>To ensure cross-browser compatibility, we recommend converting the favicon into .ico format before uploading. (<a href=\"http://www.favicon.cc/\">www.favicon.cc</a>)</em>\";s:2:\"id\";s:10:\"ka_favicon\";s:4:\"type\";s:6:\"upload\";}i:139;a:4:{s:4:\"name\";s:12:\"Logo Builder\";s:3:\"std\";s:100:\"Don\'t have a company logo? Use the Builder tool below to create one. (or simply ignore this section)\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:140;a:7:{s:4:\"name\";s:19:\"Logo Builder - Icon\";s:4:\"desc\";s:19:\"Select a logo icon.\";s:2:\"id\";s:12:\"ka_logo_icon\";s:3:\"std\";s:6:\"nologo\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:9:{s:17:\"custom-logo-1.png\";s:121:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/logo-1.png\";s:17:\"custom-logo-2.png\";s:121:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/logo-2.png\";s:17:\"custom-logo-3.png\";s:121:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/logo-3.png\";s:17:\"custom-logo-4.png\";s:121:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/logo-4.png\";s:17:\"custom-logo-5.png\";s:121:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/logo-5.png\";s:17:\"custom-logo-6.png\";s:121:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/logo-6.png\";s:17:\"custom-logo-7.png\";s:121:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/logo-7.png\";s:17:\"custom-logo-8.png\";s:121:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/logo-8.png\";s:17:\"custom-logo-9.png\";s:121:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/logo-9.png\";}}i:141;a:4:{s:4:\"name\";s:20:\"Logo Builder - Testo\";s:4:\"desc\";s:183:\"Enter logo text. <em>(Please Note: When text is entered into this field it will disable the logo image upload above. Simply remove text from this field to re-enable logo upload.)</em>\";s:2:\"id\";s:12:\"ka_logo_text\";s:4:\"type\";s:4:\"text\";}i:142;a:4:{s:4:\"name\";s:9:\"Wordpress\";s:3:\"std\";s:58:\"Upload a logo to be displayed on the Worpress login screen\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:143;a:4:{s:4:\"name\";s:23:\"Wordpress - Upload Logo\";s:4:\"desc\";s:32:\"Recommended dimensions: 285 x 80\";s:2:\"id\";s:12:\"ka_loginlogo\";s:4:\"type\";s:6:\"upload\";}i:144;a:2:{s:4:\"name\";s:6:\"Header\";s:4:\"type\";s:7:\"heading\";}i:145;a:4:{s:4:\"name\";s:15:\"Header Settings\";s:3:\"std\";s:92:\"Customize all items within the Header area of your website. (Top Toolbar, Header, Main Menu)\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:146;a:5:{s:4:\"name\";s:21:\"Barra degli strumenti\";s:4:\"desc\";s:188:\"Deselezionare questa casella per disattivare la barra degli strumenti di sezione colorata nella parte superiore del sito web sopra l'area menu dell'intestazione, logo e principale.\";s:2:\"id\";s:10:\"ka_toolbar\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:147;a:5:{s:4:\"name\";s:23:\"Toolbar - lato sinistro\";s:4:\"desc\";s:86:\"Deselezionare questa casella per disattivare la barra degli strumenti - lato sinistro.\";s:2:\"id\";s:15:\"ka_toolbar_left\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:148;a:5:{s:4:\"name\";s:21:\"Toolbar - Lato destro\";s:4:\"desc\";s:84:\"Deselezionare questa casella per disattivare la barra degli strumenti - Lato destro.\";s:2:\"id\";s:16:\"ka_toolbar_right\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:149;a:7:{s:4:\"name\";s:56:\"Colpo di testa - trasparente sovrapposizione di immagini\";s:4:\"desc\";s:103:\"Selezionare un'immagine una mascherina trasparente per l'area di intestazione del tuo sito web.\";s:2:\"id\";s:29:\"ka_header_transparent_overlay\";s:3:\"std\";s:16:\"overlay-rays.png\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:8:{s:12:\"overlay-none\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-none.png\";s:16:\"overlay-rays.png\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-rays.png\";s:20:\"overlay-abstract.png\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-abstract.png\";s:17:\"overlay-bokeh.png\";s:128:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-bokeh.png\";s:20:\"overlay-diagonal.png\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-diagonal.png\";s:20:\"overlay-halftone.png\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-halftone.png\";s:19:\"overlay-paisley.png\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-paisley.png\";s:17:\"overlay-stars.png\";s:128:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-stars.png\";}}i:150;a:4:{s:4:\"name\";s:65:\"Colpo di testa - trasparente sovrapposizione di immagini - Carica\";s:4:\"desc\";s:159:\"Utilizzare questa sezione se si preferisce caricare un'immagine sovrapposizione trasparente personalizzato per l'area di intestazione del tuo sito web.\";s:2:\"id\";s:36:\"ka_header_transparent_overlay_upload\";s:4:\"type\";s:6:\"upload\";}i:151;a:4:{s:4:\"name\";s:36:\"Colpo di testa - regolazione altezza\";s:4:\"desc\";s:126:\"Adjust the height of the heading by entering a custom value for it\'s padding.<br />The default value is: <strong>35px</strong>\";s:2:\"id\";s:23:\"ka_header_height_adjust\";s:4:\"type\";s:4:\"text\";}i:152;a:5:{s:4:\"name\";s:27:\"Menu principale - Dropdowns\";s:4:\"desc\";s:79:\"Seleziona questa casella per disattivare i menù a discesa nel menu principale.\";s:2:\"id\";s:11:\"ka_dropdown\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:153;a:5:{s:4:\"name\";s:41:\"Menu principale - Descrizioni di articolo\";s:4:\"desc\";s:120:\"Seleziona questa casella per disattivare il breve testo descrittivo visualizzato sotto ciascuna voce di menu principale.\";s:2:\"id\";s:18:\"ka_nav_description\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:154;a:2:{s:4:\"name\";s:14:\"Area Contenuti\";s:4:\"type\";s:7:\"heading\";}i:155;a:4:{s:4:\"name\";s:14:\"Area Contenuti\";s:3:\"std\";s:107:\"Customize the content area of your website. This is the main area that spans between the header and footer.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:156;a:7:{s:4:\"name\";s:30:\"Area Contenuti - Colore Sfondo\";s:4:\"desc\";s:70:\"Choose a custom background color for the content area of your website.\";s:2:\"id\";s:17:\"ka_div_main_style\";s:3:\"std\";s:21:\"content-style-default\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:5:{s:21:\"content-style-default\";s:135:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/content-area-default.png\";s:17:\"content-style-tan\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/content-area-tan.png\";s:19:\"content-style-white\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/content-area-white.png\";s:18:\"content-style-grey\";s:132:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/content-area-grey.png\";s:19:\"content-style-steel\";s:133:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/content-area-steel.png\";}}i:157;a:5:{s:4:\"name\";s:31:\"Content Area - Disable Gradient\";s:4:\"desc\";s:162:\"Check this box to disable the subtle gradients at the top and bottom of the content area. Disabling this gradient will give your website a more flat design style.\";s:2:\"id\";s:24:\"ka_true_content_gradient\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:158;a:4:{s:4:\"name\";s:43:\"Content Area - Personalizzato Colore Sfondo\";s:4:\"desc\";s:131:\"Utilizzare questo selettore colore per specificare un colore di sfondo personalizzato per il contenuto principale del tuo sito web.\";s:2:\"id\";s:24:\"ka_div_main_custom_color\";s:4:\"type\";s:5:\"color\";}i:159;a:4:{s:4:\"name\";s:43:\"Content Area - linee di separazione - Scuro\";s:4:\"desc\";s:353:\"If you\'ve used the color picker to specify a custom background color then you\'ll need to specify a color for the separator lines.<br />Separator lines are the 2 pixel borders between sidebar widgets, sidebar/content areas, etc.<br />Specify the Dark separator line by choosing a color just slightly darker than your custom content area background color.\";s:2:\"id\";s:25:\"ka_content_separator_dark\";s:4:\"type\";s:5:\"color\";}i:160;a:4:{s:4:\"name\";s:42:\"Content Area - linee di separazione - Luce\";s:4:\"desc\";s:127:\"Impostare la linea di separazione della luce, scegliendo un colore leggermente più chiaro del colore di sfondo personalizzata.\";s:2:\"id\";s:26:\"ka_content_separator_light\";s:4:\"type\";s:5:\"color\";}i:161;a:5:{s:4:\"name\";s:11:\"Utility Bar\";s:4:\"desc\";s:217:\"Deselezionare questa casella per disattivare la barra delle utilità. Questo è il pannello di colore visualizzati all'interno di ogni pagina che contiene la pagina del titolo, il pangrattato e casella di ricerca.\";s:2:\"id\";s:14:\"ka_tools_panel\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:162;a:5:{s:4:\"name\";s:26:\"Utilità Bar - Pangrattato\";s:4:\"desc\";s:60:\"Deselezionare questa casella per disattivare il pangrattato.\";s:2:\"id\";s:9:\"ka_crumbs\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:163;a:5:{s:4:\"name\";s:33:\"Utilità Bar - casella di ricerca\";s:4:\"desc\";s:73:\"Deselezionare questa casella per disabilitare la casella di ricerca.</em>\";s:2:\"id\";s:12:\"ka_searchbar\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:164;a:5:{s:4:\"name\";s:37:\"Utilità Bar - Cerca Casella di testo\";s:4:\"desc\";s:72:\"Personalizzare il testo che viene visualizzato nella casella di ricerca.\";s:2:\"id\";s:16:\"ka_searchbartext\";s:3:\"std\";s:6:\"Search\";s:4:\"type\";s:4:\"text\";}i:165;a:5:{s:4:\"name\";s:38:\"Utilità Bar - Pangrattato (Home Link)\";s:4:\"desc\";s:80:\"Personalizzare il testo utilizzato per il collegamento homepage nel pangrattato.\";s:2:\"id\";s:24:\"ka_breadcrumbs_home_text\";s:3:\"std\";s:4:\"Home\";s:4:\"type\";s:4:\"text\";}i:166;a:5:{s:4:\"name\";s:28:\"Google Map - Pagina contatto\";s:4:\"desc\";s:171:\"Input the <iframe> map code if using the Google Map Contact Page.<br />This code can be obtained from <a href=\"https://maps.google.com/\">https://maps.google.com/</a>\";s:2:\"id\";s:19:\"ka_google_map_input\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:167;a:2:{s:4:\"name\";s:14:\"Piè di pagina\";s:4:\"type\";s:7:\"heading\";}i:168;a:4:{s:4:\"name\";s:15:\"Footer Settings\";s:3:\"std\";s:67:\"A handful of powerful settings for the footer area of your website.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:169;a:7:{s:4:\"name\";s:48:\"Footer - trasparente sovrapposizione di immagini\";s:4:\"desc\";s:94:\"Selezionare un'immagine una mascherina trasparente per il piè di pagina del tuo sito web.\";s:2:\"id\";s:29:\"ka_footer_transparent_overlay\";s:3:\"std\";s:12:\"overlay-none\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:8:{s:12:\"overlay-none\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-none.png\";s:16:\"overlay-rays.png\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-rays.png\";s:20:\"overlay-abstract.png\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-abstract.png\";s:17:\"overlay-bokeh.png\";s:128:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-bokeh.png\";s:20:\"overlay-diagonal.png\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-diagonal.png\";s:20:\"overlay-halftone.png\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-halftone.png\";s:19:\"overlay-paisley.png\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-paisley.png\";s:17:\"overlay-stars.png\";s:128:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-stars.png\";}}i:170;a:4:{s:4:\"name\";s:46:\"Footer - Trasparente Immagine Overlay - Carica\";s:4:\"desc\";s:150:\"Utilizzare questa sezione se si preferisce caricare un'immagine sovrapposizione trasparente personalizzata per il piè di pagina del tuo sito web.\";s:2:\"id\";s:36:\"ka_footer_transparent_overlay_upload\";s:4:\"type\";s:6:\"upload\";}i:171;a:6:{s:4:\"name\";s:29:\"Piè di pagina - Stile Design\";s:4:\"desc\";s:64:\"1. footer + copyright<br />2. footer only<br />3. copyright only\";s:2:\"id\";s:16:\"ka_footer_layout\";s:3:\"std\";s:11:\"full_bottom\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:3:{s:11:\"full_bottom\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/footer-layout-1.png\";s:4:\"full\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/footer-layout-2.png\";s:6:\"bottom\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/footer-layout-3.png\";}}i:172;a:6:{s:4:\"name\";s:24:\"Piè di pagina - Colonne\";s:4:\"desc\";s:68:\"Selezionare il numero di colonne da visualizzare nel piè di pagina.\";s:2:\"id\";s:17:\"ka_footer_columns\";s:3:\"std\";s:1:\"3\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:6:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";i:3;s:1:\"4\";i:4;s:1:\"5\";i:5;s:1:\"6\";}}i:173;a:5:{s:4:\"name\";s:16:\"Piè di Richiamo\";s:4:\"desc\";s:73:\"Seleziona questa casella per attivare la sezione Piè di pagina Richiamo.\";s:2:\"id\";s:22:\"ka_footer_callout_main\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:174;a:4:{s:4:\"name\";s:33:\"Footer Callout - Background Color\";s:4:\"desc\";s:87:\"Use this color picker to specify a custom background color for the footer callout area.\";s:2:\"id\";s:25:\"ka_footer_callout_main_bg\";s:4:\"type\";s:5:\"color\";}i:175;a:5:{s:4:\"name\";s:27:\"Footer Richiamo - Contenuto\";s:4:\"desc\";s:76:\"Inserisci il contenuto da visualizzare nella sezione Piè di pagina Callout.\";s:2:\"id\";s:25:\"ka_footer_callout_content\";s:3:\"std\";s:108:\"<p class=\"footer-callout-heading\">Heading goes here</p>\n <p class=\"footer-callout-text\">Text goes here</p>\";s:4:\"type\";s:8:\"textarea\";}i:176;a:4:{s:4:\"name\";s:34:\"Footer Richiamo - Collegamento URL\";s:4:\"desc\";s:109:\"Enter a URL to link the Footer Callout Section.<br /><em><strong>Example:</strong> http://www.google.com</em>\";s:2:\"id\";s:22:\"ka_footer_callout_link\";s:4:\"type\";s:4:\"text\";}i:177;a:4:{s:4:\"name\";s:64:\"Footer Richiamo - link al passaggio del mouse - Colore di sfondo\";s:4:\"desc\";s:168:\"Utilizzare questo selettore colore per specificare un colore di sfondo personalizzato per il richiamo collegamento piè di pagina (quando il collegamento è aleggiava).\";s:2:\"id\";s:31:\"ka_footer_callout_link_hover_bg\";s:4:\"type\";s:5:\"color\";}i:178;a:5:{s:4:\"name\";s:27:\"Footer - Scroll to top link\";s:4:\"desc\";s:83:\"Deselezionare questa casella per disattivare il collegamento di scorrimento-to-top.\";s:2:\"id\";s:16:\"ka_scrolltoplink\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:179;a:5:{s:4:\"name\";s:28:\"Footer - Scroll to top Testo\";s:4:\"desc\";s:77:\"Personalizzare il testo utilizzato per il collegamento di scorrimento-to-top.\";s:2:\"id\";s:20:\"ka_scrolltoplinktext\";s:3:\"std\";s:3:\"top\";s:4:\"type\";s:4:\"text\";}i:180;a:4:{s:4:\"name\";s:24:\"Piè di pagina Copyright\";s:3:\"std\";s:144:\"Define the Footer Copyright Text within <a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-admin/customize.php\">Appearance > Customize</a>\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:181;a:5:{s:4:\"name\";s:24:\"Piè di pagina Copyright\";s:4:\"desc\";s:81:\"Deselezionare questa casella per disattivare la sezione Piè di pagina Copyright.\";s:2:\"id\";s:19:\"ka_footer_copyright\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:182;a:2:{s:4:\"name\";s:7:\"Sliders\";s:4:\"type\";s:7:\"heading\";}i:183;a:4:{s:4:\"name\";s:19:\"Impostazioni Slider\";s:3:\"std\";s:72:\"A handful of custom settings for all jQuery Sliders within your website.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:184;a:5:{s:4:\"name\";s:11:\"Pausa Hover\";s:4:\"desc\";s:118:\"Seleziona questa casella per mettere in pausa il dispositivo di scorrimento quando un utente passa sopra con il mouse.\";s:2:\"id\";s:27:\"ka_karma_jquery_pause_hover\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:185;a:5:{s:4:\"name\";s:16:\"Randomize Slides\";s:4:\"desc\";s:73:\"Seleziona questa casella per randomizzare l'ordine delle diapositive.\";s:2:\"id\";s:25:\"ka_karma_jquery_randomize\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:186;a:5:{s:4:\"name\";s:24:\"Avanti / Indietro Frecce\";s:4:\"desc\";s:73:\"Seleziona questa casella per visualizzare successiva / precedente frecce.\";s:2:\"id\";s:28:\"ka_karma_jquery_directionNav\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:187;a:6:{s:4:\"name\";s:17:\"Animazione Effect\";s:4:\"desc\";s:37:\"Selezionare un effetto di animazione.\";s:2:\"id\";s:32:\"ka_karma_jquery_animation_effect\";s:3:\"std\";s:4:\"fade\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"fade\";i:1;s:5:\"slide\";}}i:188;a:5:{s:4:\"name\";s:24:\"Tempo di visualizzazione\";s:4:\"desc\";s:101:\"Inserisci la quantità di tempo per visualizzare ogni diapositiva prima di cambiare, in millisecondi.\";s:2:\"id\";s:23:\"ka_karma_jquery_timeout\";s:3:\"std\";s:4:\"8000\";s:4:\"type\";s:4:\"text\";}i:189;a:5:{s:4:\"name\";s:23:\"Velocità di animazione\";s:4:\"desc\";s:57:\"Immettere la velocità delle animazioni, in millisecondi.\";s:2:\"id\";s:30:\"ka_karma_jquery_animationSpeed\";s:3:\"std\";s:3:\"600\";s:4:\"type\";s:4:\"text\";}i:190;a:4:{s:4:\"name\";s:14:\"jQuery2 Slider\";s:3:\"std\";s:39:\"Custom settings for the jQuery2 Slider.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:191;a:7:{s:4:\"name\";s:33:\"jQuery2 Slider - Colore di sfondo\";s:4:\"desc\";s:92:\"Choose a background color for the jQuery2 Slider. (or specify custom background color below)\";s:2:\"id\";s:20:\"ka_jquery2_slider_bg\";s:3:\"std\";s:7:\"#E7E9E6\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:5:{s:7:\"#E7E9E6\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/jquery2-bg-1.png\";s:7:\"#F0EFE9\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/jquery2-bg-2.png\";s:4:\"#FFF\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/jquery2-bg-3.png\";s:7:\"#E6EAF1\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/jquery2-bg-4.png\";s:4:\"#EEE\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/jquery2-bg-5.png\";}}i:192;a:4:{s:4:\"name\";s:45:\"jQuery2 Slider - Personalizzato Colore Sfondo\";s:4:\"desc\";s:69:\"Specificare un colore di sfondo personalizzato per il Slider jQuery2.\";s:2:\"id\";s:27:\"ka_jquery2_slider_bg_custom\";s:4:\"type\";s:5:\"color\";}i:193;a:4:{s:4:\"name\";s:14:\"jQuery3 Slider\";s:3:\"std\";s:39:\"Custom settings for the jQuery3 Slider.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:194;a:7:{s:4:\"name\";s:56:\"jQuery3 Slider - trasparente sovrapposizione di immagini\";s:4:\"desc\";s:80:\"Selezionare un'immagine una mascherina trasparente per l'jQuery3 Slider.\";s:2:\"id\";s:30:\"ka_jquery3_transparent_overlay\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:20:\"tt-option-alt-layout\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:7:{s:12:\"overlay-none\";s:127:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-none.png\";s:20:\"overlay-abstract.png\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-abstract.png\";s:17:\"overlay-bokeh.png\";s:128:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-bokeh.png\";s:20:\"overlay-diagonal.png\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-diagonal.png\";s:20:\"overlay-halftone.png\";s:131:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-halftone.png\";s:19:\"overlay-paisley.png\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-paisley.png\";s:17:\"overlay-stars.png\";s:128:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/overlay-stars.png\";}}i:195;a:4:{s:4:\"name\";s:45:\"jQuery3 Slider - Personalizzato Colore Sfondo\";s:4:\"desc\";s:69:\"Specificare un colore di sfondo personalizzato per il jQuery3 Slider.\";s:2:\"id\";s:27:\"ka_jquery3_slider_bg_custom\";s:4:\"type\";s:5:\"color\";}i:196;a:4:{s:4:\"name\";s:18:\"Testimonial Slider\";s:3:\"std\";s:43:\"Custom settings for the Testimonial Slider.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:197;a:5:{s:4:\"name\";s:11:\"Pausa Hover\";s:4:\"desc\";s:118:\"Seleziona questa casella per mettere in pausa il dispositivo di scorrimento quando un utente passa sopra con il mouse.\";s:2:\"id\";s:26:\"ka_testimonial_pause_hover\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:198;a:5:{s:4:\"name\";s:16:\"Randomize Slides\";s:4:\"desc\";s:73:\"Seleziona questa casella per randomizzare l'ordine delle diapositive.\";s:2:\"id\";s:24:\"ka_testimonial_randomize\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:199;a:5:{s:4:\"name\";s:24:\"Avanti / Indietro Frecce\";s:4:\"desc\";s:73:\"Seleziona questa casella per visualizzare successiva / precedente frecce.\";s:2:\"id\";s:27:\"ka_testimonial_directionNav\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:200;a:6:{s:4:\"name\";s:17:\"Animazione Effect\";s:4:\"desc\";s:37:\"Selezionare un effetto di animazione.\";s:2:\"id\";s:31:\"ka_testimonial_animation_effect\";s:3:\"std\";s:4:\"fade\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:4:\"fade\";i:1;s:5:\"slide\";}}i:201;a:5:{s:4:\"name\";s:24:\"Tempo di visualizzazione\";s:4:\"desc\";s:101:\"Inserisci la quantità di tempo per visualizzare ogni diapositiva prima di cambiare, in millisecondi.\";s:2:\"id\";s:22:\"ka_testimonial_timeout\";s:3:\"std\";s:4:\"8000\";s:4:\"type\";s:4:\"text\";}i:202;a:5:{s:4:\"name\";s:23:\"Velocità di animazione\";s:4:\"desc\";s:57:\"Immettere la velocità delle animazioni, in millisecondi.\";s:2:\"id\";s:29:\"ka_testimonial_animationSpeed\";s:3:\"std\";s:3:\"600\";s:4:\"type\";s:4:\"text\";}i:203;a:4:{s:4:\"name\";s:18:\"Karma 3.1 Settings\";s:3:\"std\";s:119:\"The settings below have been deprecated since Karma 3.1. These settings are no longer needed and can safely be ignored.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:204;a:6:{s:4:\"name\";s:28:\"jQuery Slider Post Categoria\";s:4:\"desc\";s:82:\"Selezionare la categoria che verrà utilizzato per generare le diapositive jQuery.\";s:2:\"id\";s:18:\"ka_jcycle_category\";s:3:\"std\";s:18:\"Select a category:\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:18:\"Select a category:\";i:1;s:11:\"Ultime news\";}}i:205;a:5:{s:4:\"name\";s:32:\"JQuery Impostazioni Pause Slider\";s:4:\"desc\";s:117:\"Seleziona questa casella se si desidera che il cursore jQuery per mettere in pausa quando l'utente su un vetrino.\";s:2:\"id\";s:21:\"ka_jcycle_pause_hover\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:206;a:5:{s:4:\"name\";s:27:\"jQuery Homepage Time Slider\";s:4:\"desc\";s:104:\"Inserisci la quantità desiderata di tempo che si desidera visualizzare ogni diapositiva. (Millisecondi)\";s:2:\"id\";s:17:\"ka_jcycle_timeout\";s:3:\"std\";s:4:\"8000\";s:4:\"type\";s:4:\"text\";}i:207;a:5:{s:4:\"name\";s:27:\"3D CU3ER - Slider Numero ID\";s:4:\"desc\";s:278:\"Enter the ID number of the 3D slider you would like to embed on the \"Homepage :: 3D\" page template.<br><em>Not sure where to find the slider ID number? <a href=\"http://themes.5-squared.com/support/cu3er-instructions.html\" target=\"_blank\">View these visual instructions.</a></em>\";s:2:\"id\";s:18:\"ka_cu3er_slider_id\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:4:\"text\";}i:208;a:2:{s:4:\"name\";s:17:\"Plugins and Forms\";s:4:\"type\";s:7:\"heading\";}i:209;a:4:{s:4:\"name\";s:15:\"Plugin Settings\";s:3:\"std\";s:69:\"Enable support for UberMenu or install a variety of included plugins.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:210;a:5:{s:4:\"name\";s:15:\"UberMenu Plugin\";s:4:\"desc\";s:505:\"This theme is fully compatible with the <a href=\"codecanyon.net/item/ubermenu-wordpress-mega-menu-plugin/154703?ref=TrueThemes\">UberMenu Plugin</a>. Check this box to enable UberMenu and activate the necessary functions for seamless rendering.<br /><em>Please note: the UberMenu Plugin is not included with this theme. You will need to purchase and install the <a href=\"codecanyon.net/item/ubermenu-wordpress-mega-menu-plugin/154703?ref=TrueThemes\">UberMenu Plugin</a> before activating this setting.</em>\";s:2:\"id\";s:11:\"ka_ubermenu\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:211;a:3:{s:4:\"name\";s:14:\"Plugin inclusi\";s:3:\"std\";s:264:\"This theme comes packaged with a variety of awesome plugins. Review and install these plugins from within the <a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-admin/themes.php?page=install-required-plugins\">Install Plugins</a> section of your WP Dashboard.\";s:4:\"type\";s:4:\"info\";}i:212;a:4:{s:4:\"name\";s:21:\"Form Builder Settings\";s:3:\"std\";s:61:\"A handful of powerful settings for the included Form Builder.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:213;a:5:{s:4:\"name\";s:12:\"Form Builder\";s:4:\"desc\";s:144:\"Un costruttore potente forma è incluso in questo tema di default. <em>Deselezionare questa casella per disattivare il generatore di forma.</em>\";s:2:\"id\";s:14:\"ka_formbuilder\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:214;a:5:{s:4:\"name\";s:27:\""Testo richiesto"\";s:4:\"desc\";s:74:\"Personalizzare il testo che verrà visualizzato accanto a campi richiesti.\";s:2:\"id\";s:19:\"ka_contact_required\";s:3:\"std\";s:10:\"(required)\";s:4:\"type\";s:4:\"text\";}i:215;a:5:{s:4:\"name\";s:18:\"Successo Messaggio\";s:4:\"desc\";s:97:\"Personalizzare il messaggio di successo che verrà visualizzato dopo che un utente invia il form.\";s:2:\"id\";s:21:\"ka_contact_successmsg\";s:3:\"std\";s:80:\"Thank you for messaging us. We will get back to you as soon as possible. Cheers!\";s:4:\"type\";s:8:\"textarea\";}i:216;a:5:{s:4:\"name\";s:22:\"Testo - pulsante Invia\";s:4:\"desc\";s:64:\"Personalizzare il testo da utilizzare per Submit Button del form\";s:2:\"id\";s:21:\"ka_submit_button_text\";s:3:\"std\";s:6:\"SUBMIT\";s:4:\"type\";s:4:\"text\";}i:217;a:4:{s:4:\"name\";s:26:\"reCAPTCHA: chiave pubblica\";s:4:\"desc\";s:245:\"Enter your reCAPTCHA Public Key.<br>\n You can obtain your reCAPTCHA keys at: <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">google.com/recaptcha</a><br><em>Simply leave this field blank if you won\'t be using this functionality.</em>\";s:2:\"id\";s:12:\"ka_publickey\";s:4:\"type\";s:4:\"text\";}i:218;a:4:{s:4:\"name\";s:25:\"reCAPTCHA: Chiave privata\";s:4:\"desc\";s:246:\"Enter your reCAPTCHA Private Key.<br>\n You can obtain your reCAPTCHA keys at: <a href=\"http://www.google.com/recaptcha\" target=\"_blank\">google.com/recaptcha</a><br><em>Simply leave this field blank if you won\'t be using this functionality.</em>\";s:2:\"id\";s:13:\"ka_privatekey\";s:4:\"type\";s:4:\"text\";}i:219;a:6:{s:4:\"name\";s:34:\"reCAPTCHA tema - Seleziona un tema\";s:4:\"desc\";s:35:\"Selezionare un tema reCAPTCHA.</em>\";s:2:\"id\";s:18:\"ka_recaptcha_theme\";s:3:\"std\";s:13:\"default_theme\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:4:{s:13:\"default_theme\";s:128:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/recaptcha-red.jpg\";s:11:\"white_theme\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/recaptcha-white.jpg\";s:11:\"black_theme\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/recaptcha-black.jpg\";s:11:\"clean_theme\";s:130:\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/themes/Karma/framework/admin/images/site-option-images/recaptcha-clean.jpg\";}}i:220;a:4:{s:4:\"name\";s:35:\"reCAPTCHA Theme - Personalizzazione\";s:4:\"desc\";s:607:\"<strong>(For Advance User Only)</strong><br/><br/>This setting overwrites the above reCAPTCHA theme selection. <br/><br/>You can customize the look and feel of reCAPTCHA, by entering your custom javascript code in the box provided.<br />Please read <a href=\"http://code.google.com/intl/pt-PT/apis/recaptcha/docs/customization.html\" target=\"_blank\">reCAPTCHA developer documentation</a> for details.<br/><br/><u><strong>Important Notes:</strong></u><br/>Please change the javascript codes from google documentation to use <strong>double quotes</strong> rather than single quotes for all javascript variables.\";s:2:\"id\";s:19:\"ka_recaptcha_custom\";s:4:\"type\";s:8:\"textarea\";}i:221;a:2:{s:4:\"name\";s:14:\"Pagine Utility\";s:4:\"type\";s:7:\"heading\";}i:222;a:4:{s:4:\"name\";s:14:\"Pagine Utility\";s:3:\"std\";s:63:\"Customize the 404 Error Page, Search Results and Sitemap Pages.\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:223;a:5:{s:4:\"name\";s:26:\"Errore 404 - Pagina Titolo\";s:4:\"desc\";s:97:\"Imposta il titolo della pagina da visualizzare nell'area breadcrumb del 404 Pagina di errore.\";s:2:\"id\";s:11:\"ka_404title\";s:3:\"std\";s:14:\"Page not Found\";s:4:\"type\";s:4:\"text\";}i:224;a:5:{s:4:\"name\";s:33:\"Errore 404 - Pagina dei contenuti\";s:4:\"desc\";s:95:\"Impostare il contenuto della pagina da visualizzare all'interno della pagina di errore 404.\";s:2:\"id\";s:13:\"ka_404message\";s:3:\"std\";s:270:\"Our Apologies, but the page you are looking for could not be found. Here are some links that you might find useful:\n <ul>\n <li><a href=\"http://www.\">Home</a></li>\n <li><a href=\"http://www.\">Sitemap</a></li>\n <li><a href=\"http://www.\">Contact Us</a></li>\n </ul>\";s:4:\"type\";s:8:\"textarea\";}i:225;a:4:{s:4:\"name\";s:14:\"Search Results\";s:3:\"std\";s:44:\"Custom settings for the search results page.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:226;a:5:{s:4:\"name\";s:43:\"Risultati della ricerca - Pagina del titolo\";s:4:\"desc\";s:106:\"Imposta il titolo della pagina da visualizzare nell'area di breadcrumb Pagina risultati della ricerca.\";s:2:\"id\";s:16:\"ka_results_title\";s:3:\"std\";s:14:\"Search Results\";s:4:\"type\";s:4:\"text\";}i:227;a:5:{s:4:\"name\";s:44:\"Risultati della ricerca - Messaggio Fallback\";s:4:\"desc\";s:85:\"Impostare il messaggio da visualizzare quando una ricerca torna con nessun risultato.\";s:2:\"id\";s:19:\"ka_results_fallback\";s:3:\"std\";s:107:\"<p>Our Apologies, but your search did not return any results. Please try using a different search term.</p>\";s:4:\"type\";s:8:\"textarea\";}i:228;a:4:{s:4:\"name\";s:16:\"Sitemap Settings\";s:3:\"std\";s:80:\"The following settings are only required when using the Sitemap-2 Page Template.\";s:5:\"class\";s:33:\"heading-parent heading-parent-alt\";s:4:\"type\";s:4:\"info\";}i:229;a:5:{s:4:\"name\";s:34:\"Mappa del sito - Column One Titolo\";s:4:\"desc\";s:85:\"Questo titolo viene visualizzato sopra l'elenco delle pagine nella prima colonna.\";s:2:\"id\";s:19:\"ka_sitemap2_column1\";s:3:\"std\";s:5:\"Pages\";s:4:\"type\";s:4:\"text\";}i:230;a:5:{s:4:\"name\";s:35:\"Mappa del sito - Colonna Due Titolo\";s:4:\"desc\";s:84:\"Questo titolo viene visualizzato sopra l'elenco dei posti nella seconda colonna.\";s:2:\"id\";s:19:\"ka_sitemap2_column2\";s:3:\"std\";s:5:\"Posts\";s:4:\"type\";s:4:\"text\";}i:231;a:5:{s:4:\"name\";s:38:\"Mappa del sito - Colonna Tre Contenuto\";s:4:\"desc\";s:56:\"Questo contenuto viene visualizzato nella terza colonna.\";s:2:\"id\";s:19:\"ka_sitemap2_column3\";s:3:\"std\";s:151:\"<h3>Contact</h3>\n <p><strong>Email:</strong> <a href=\"mailto:you@yoursite.com\">you@yoursite.com</a><br />\n <strong>Mobile:</strong> 444-555-6666</p>\";s:4:\"type\";s:8:\"textarea\";}i:232;a:2:{s:4:\"name\";s:13:\"Twitter OAuth\";s:4:\"type\";s:7:\"heading\";}i:233;a:4:{s:4:\"name\";s:13:\"Twitter OAuth\";s:3:\"std\";s:342:\"As of June 11, 2013 Twitter has shutdown their public API and the latest tweets functionality now requires the authentication credentials listed below. <strong>Need Assistance?</strong> <a href=\"https://support.truethemes.net/?knowledgebase=twitter-feed-down-latest-tweets-not-displaying\" target=\"_blank\">View this HelpDesk article →</a>\";s:5:\"class\";s:14:\"heading-parent\";s:4:\"type\";s:4:\"info\";}i:234;a:4:{s:4:\"name\";s:17:\"Chiave di consumo\";s:4:\"desc\";s:51:\"Tasto Invio Consumer dell'applicazione Twitter.\";s:2:\"id\";s:24:\"twitter_api_consumer_key\";s:4:\"type\";s:4:\"text\";}i:235;a:4:{s:4:\"name\";s:23:\"Segreto dei consumatori\";s:4:\"desc\";s:67:\"Inserisci il segreto dei consumatori dell'applicazione Twitter.\";s:2:\"id\";s:27:\"twitter_api_consumer_secret\";s:4:\"type\";s:4:\"text\";}i:236;a:4:{s:4:\"name\";s:16:\"Token di accesso\";s:4:\"desc\";s:60:\"Inserisci il token di accesso dell'applicazione Twitter.\";s:2:\"id\";s:24:\"twitter_api_access_token\";s:4:\"type\";s:4:\"text\";}i:237;a:4:{s:4:\"name\";s:24:\"Token di accesso segreto\";s:4:\"desc\";s:68:\"Inserisci il token di accesso segreta dell'applicazione Twitter.\";s:2:\"id\";s:31:\"twitter_api_access_token_secret\";s:4:\"type\";s:4:\"text\";}i:238;a:5:{s:4:\"name\";s:12:\"Timing Cache\";s:4:\"desc\";s:296:\"Ultimi Tweets devono essere memorizzate nella cache in modo da rispettare i limiti di Twitter chiamata API. <br /><br /> Si prega di selezionare l'intervallo di sincronizzazione della cache desiderato. <br /><br /> (Nuovi tweed verranno aggiornati con l'intervallo selezionato tempistica)\";s:2:\"id\";s:20:\"twitter_cache_timing\";s:4:\"type\";s:14:\"select-advance\";s:7:\"options\";a:4:{i:1800;s:10:\"30 minutes\";i:3600;s:6:\"1 hour\";i:7200;s:7:\"2 Hours\";i:10800;s:7:\"3 hours\";}}i:239;a:5:{s:4:\"name\";s:31:\"Cache disattiva temporaneamente\";s:4:\"desc\";s:251:\"Utilizzare questa opzione per disattivare temporaneamente la cache durante la configurazione in modo che le modifiche si rifletteranno immediatamente. Ricordarsi di girare la cache indietro dopo aver tweet confermati state visualizzando piacevolmente.\";s:2:\"id\";s:20:\"twitter_cache_status\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{s:6:\"enable\";s:13:\"Turn on Cache\";s:7:\"disable\";s:14:\"Turn off Cache\";}}}','yes'),(139,'of_themename','Karma','yes'),(140,'of_shortname','ka','yes'),(141,'txfx_plt_schema_version','3','yes'),(142,'ka_activate_karma4','true','yes'),(143,'ka_deactivate_timthumb','true','yes'),(144,'ka_seo_module','true','yes'),(145,'ka_hidemetabox','true','yes'),(146,'ka_inline_editing','true','yes'),(147,'ka_custom_css','#menu-main-nav > li > a { line-height: 50px; } ','yes'),(148,'ka_customcode_head','','yes'),(149,'ka_customcode_body','','yes'),(150,'ka_google_analytics','','yes'),(151,'ka_boxedlayout','false','yes'),(152,'ka_boxedlayout_shadow','0.5','yes'),(153,'ka_body_bg_color','#f4f4f2','yes'),(154,'ka_select_body_bg','null','yes'),(155,'ka_body_bg_image','','yes'),(156,'ka_designer_page_background_position','left top','yes'),(157,'ka_designer_page_background_repeat','repeat','yes'),(158,'ka_designer_page_background_fixed','false','yes'),(159,'ka_responsive','false','yes'),(160,'ka_mobile_menu_text','Main Menu','yes'),(161,'ka_mobile_menu_subs','false','yes'),(162,'ka_mobile_sub_menu_text','More in this section...','yes'),(163,'ka_apple_iphone','','yes'),(164,'ka_apple_iphone_114','','yes'),(165,'ka_apple_ipad_72','','yes'),(166,'ka_apple_ipad_144','','yes'),(167,'ka_blogpage','8','yes'),(168,'ka_blogtitle','Ultime news','yes'),(169,'ka_blogexcludetest','','yes'),(170,'ka_blog_image_frame','modern','yes'),(171,'ka_tt_content_default','false','yes'),(172,'ka_posted_by','false','yes'),(173,'ka_post_date','false','yes'),(174,'ka_blogbutton','Leggi tutto →','yes'),(175,'ka_blogbutton_color','black','yes'),(176,'ka_blogbutton_size','Small','yes'),(177,'ka_blogauthor','false','yes'),(178,'ka_related_posts','false','yes'),(179,'ka_related_posts_title','Related Posts','yes'),(180,'ka_related_posts_count','5','yes'),(181,'ka_post_comments','false','yes'),(182,'ka_default_avatar','false','yes'),(183,'ka_dragshare','false','yes'),(184,'ka_blog_social_sharing','false','yes'),(185,'ka_main_scheme','karma-teal-grey','yes'),(186,'ka_secondary_scheme','secondary-saffron-blue','yes'),(187,'ka_activate_custom_primary_color_scheme','false','yes'),(188,'ka_activate_custom_secondary_color_scheme','false','yes'),(189,'ka_custom_scheme_primary_toolbar','','yes'),(190,'ka_custom_scheme_primary_gradient_light','','yes'),(191,'ka_custom_scheme_primary_gradient_dark','','yes'),(192,'ka_custom_scheme_primary_border_top','','yes'),(193,'ka_custom_scheme_primary_footer_text','','yes'),(194,'ka_custom_scheme_primary_footer_bottom','','yes'),(195,'ka_custom_scheme_image_footer_bottom','','yes'),(196,'ka_custom_scheme_primary_menu_dropdown_bg','','yes'),(197,'ka_custom_scheme_primary_menu_dropdown_linkhover_bg','','yes'),(198,'ka_custom_scheme_primary_ie8_toolbar_text','','yes'),(199,'ka_custom_scheme_primary_ie8_navi_text','','yes'),(200,'ka_custom_scheme_secondary_gradient_light','','yes'),(201,'ka_custom_scheme_secondary_gradient_dark','','yes'),(202,'ka_custom_scheme_secondary_active_horz_link','','yes'),(203,'ka_custom_scheme_secondary_link_color','','yes'),(204,'ka_custom_scheme_image_top','','yes'),(205,'ka_custom_scheme_image_middle','','yes'),(206,'ka_custom_scheme_image_bottom','','yes'),(207,'ka_custom_scheme_image_jquery_banner','','yes'),(208,'ka_custom_scheme_image_nav_state','','yes'),(209,'ka_custom_scheme_secondary_ie8_footer_links','','yes'),(210,'ka_custom_scheme_secondary_ie8_footer_headings','','yes'),(211,'ka_font_kit_modern','false','yes'),(212,'ka_font_kit_serif','false','yes'),(213,'ka_font_kit_organic','false','yes'),(214,'ka_google_font','nofont','yes'),(215,'ka_custom_google_font','','yes'),(216,'ka_custom_logo_font_color','','yes'),(217,'ka_main_menu_font_color','','yes'),(218,'ka_main_content_font_color','','yes'),(219,'ka_footer_content_font_color','','yes'),(220,'ka_link_font_color','','yes'),(221,'ka_link_hover_font_color','','yes'),(222,'ka_side_menu_font_color','','yes'),(223,'ka_h1_font_color','','yes'),(224,'ka_h2_font_color','','yes'),(225,'ka_h3_font_color','','yes'),(226,'ka_h4_font_color','','yes'),(227,'ka_h5_font_color','','yes'),(228,'ka_h6_font_color','','yes'),(229,'ka_custom_logo_font_size','--select--','yes'),(230,'ka_main_menu_font_size','--select--','yes'),(231,'ka_main_content_font_size','--select--','yes'),(232,'ka_side_menu_font_size','--select--','yes'),(233,'ka_h1_font_size','--select--','yes'),(234,'ka_h2_font_size','--select--','yes'),(235,'ka_h3_font_size','--select--','yes'),(236,'ka_h4_font_size','--select--','yes'),(237,'ka_h5_font_size','--select--','yes'),(238,'ka_h6_font_size','--select--','yes'),(239,'ka_footer_content_font_size','--select--','yes'),(240,'ka_custom_logo_font','nofont','yes'),(241,'ka_main_content_font','nofont','yes'),(242,'ka_main_navigation_font','nofont','yes'),(243,'ka_sidebar_menu_font','nofont','yes'),(244,'ka_h1_font','nofont','yes'),(245,'ka_h2_font','nofont','yes'),(246,'ka_h3_font','nofont','yes'),(247,'ka_h4_font','nofont','yes'),(248,'ka_h5_font','nofont','yes'),(249,'ka_h6_font','nofont','yes'),(250,'ka_footer_content_font','nofont','yes'),(251,'ka_true_logo','tt-logo-left','yes'),(253,'ka_logo_alt','Stadler Cattaneo','yes'),(254,'ka_sitelogo_retina','','yes'),(255,'ka_sitelogo_width','253','yes'),(256,'ka_sitelogo_height','44','yes'),(257,'ka_favicon','','yes'),(258,'ka_logo_icon','custom-logo-2.png','yes'),(259,'ka_logo_text','','yes'),(260,'ka_loginlogo','http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/logo1.png','yes'),(261,'ka_toolbar','false','yes'),(262,'ka_toolbar_left','true','yes'),(263,'ka_toolbar_right','true','yes'),(264,'ka_header_transparent_overlay','overlay-rays.png','yes'),(265,'ka_header_transparent_overlay_upload','','yes'),(266,'ka_header_height_adjust','','yes'),(267,'ka_dropdown','false','yes'),(268,'ka_nav_description','true','yes'),(269,'ka_div_main_style','content-style-default','yes'),(270,'ka_true_content_gradient','false','yes'),(271,'ka_div_main_custom_color','','yes'),(272,'ka_content_separator_dark','','yes'),(273,'ka_content_separator_light','','yes'),(274,'ka_tools_panel','true','yes'),(275,'ka_crumbs','true','yes'),(276,'ka_searchbar','false','yes'),(277,'ka_searchbartext','Cerca','yes'),(278,'ka_breadcrumbs_home_text','Home','yes'),(279,'ka_google_map_input','<iframe width=\\\"1265\\\" height=\\\"400\\\" frameborder=\\\"0\\\" scrolling=\\\"no\\\" marginheight=\\\"0\\\" marginwidth=\\\"0\\\" src=\\\"https://maps.google.com/maps?f=q&source=s_q&hl=it&geocode=&q=Corso+San+Gottardo+3,+Chiasso,+Svizzera&aq=0&oq=corso+San+Gottardo+3+chia&sll=37.0625,-95.677068&sspn=83.791873,79.013672&ie=UTF8&hq=&hnear=Corso+San+Gottardo+3,+6830+Chiasso,+Ticino,+Svizzera&t=m&ll=45.832769,9.033862&spn=0.00299,0.013561&z=17&iwloc=A&output=embed\\\"></iframe><br /><small><a href=\\\"https://maps.google.com/maps?f=q&source=embed&hl=it&geocode=&q=Corso+San+Gottardo+3,+Chiasso,+Svizzera&aq=0&oq=corso+San+Gottardo+3+chia&sll=37.0625,-95.677068&sspn=83.791873,79.013672&ie=UTF8&hq=&hnear=Corso+San+Gottardo+3,+6830+Chiasso,+Ticino,+Svizzera&t=m&ll=45.832769,9.033862&spn=0.00299,0.013561&z=17&iwloc=A\\\" style=\\\"color:#0000FF;text-align:left\\\">Visualizzazione ingrandita della mappa</a></small>','yes'),(280,'ka_footer_transparent_overlay','overlay-none','yes'),(281,'ka_footer_transparent_overlay_upload','','yes'),(282,'ka_footer_layout','full_bottom','yes'),(283,'ka_footer_columns','4','yes'),(284,'ka_footer_callout_main','false','yes'),(285,'ka_footer_callout_main_bg','','yes'),(286,'ka_footer_callout_content','<p class=\\\"footer-callout-heading\\\">Heading goes here</p>\r\n <p class=\\\"footer-callout-text\\\">Text goes here</p>','yes'),(287,'ka_footer_callout_link','','yes'),(288,'ka_footer_callout_link_hover_bg','','yes'),(289,'ka_scrolltoplink','true','yes'),(290,'ka_scrolltoplinktext','top','yes'),(291,'ka_footer_copyright','true','yes'),(292,'ka_karma_jquery_pause_hover','false','yes'),(293,'ka_karma_jquery_randomize','false','yes'),(294,'ka_karma_jquery_directionNav','true','yes'),(295,'ka_karma_jquery_animation_effect','fade','yes'),(296,'ka_karma_jquery_timeout','8000','yes'),(297,'ka_karma_jquery_animationSpeed','600','yes'),(298,'ka_jquery2_slider_bg','#E7E9E6','yes'),(299,'ka_jquery2_slider_bg_custom','','yes'),(300,'ka_jquery3_transparent_overlay','overlay-none','yes'),(301,'ka_jquery3_slider_bg_custom','','yes'),(302,'ka_testimonial_pause_hover','false','yes'),(303,'ka_testimonial_randomize','false','yes'),(304,'ka_testimonial_directionNav','true','yes'),(305,'ka_testimonial_animation_effect','fade','yes'),(306,'ka_testimonial_timeout','8000','yes'),(307,'ka_testimonial_animationSpeed','600','yes'),(308,'ka_jcycle_category','Select a category:','yes'),(309,'ka_jcycle_pause_hover','false','yes'),(310,'ka_jcycle_timeout','8000','yes'),(311,'ka_cu3er_slider_id','1','yes'),(312,'ka_ubermenu','false','yes'),(313,'ka_formbuilder','true','yes'),(314,'ka_contact_required','(obbligatorio)','yes'),(315,'ka_contact_successmsg','Grazie per il messaggio. Vi risponderemo il prima possibile.','yes'),(316,'ka_submit_button_text','INVIA','yes'),(317,'ka_publickey','','yes'),(318,'ka_privatekey','','yes'),(319,'ka_recaptcha_theme','default_theme','yes'),(320,'ka_recaptcha_custom','','yes'),(321,'ka_404title','Pagina non trovata','yes'),(322,'ka_404message','Our Apologies, but the page you are looking for could not be found. Here are some links that you might find useful:\r\n <ul>\r\n <li><a href=\\\"http://www.\\\">Home</a></li>\r\n <li><a href=\\\"http://www.\\\">Sitemap</a></li>\r\n <li><a href=\\\"http://www.\\\">Contact Us</a></li>\r\n </ul>','yes'),(323,'ka_results_title','Risultati della ricerca','yes'),(324,'ka_results_fallback','<p>Our Apologies, but your search did not return any results. Please try using a different search term.</p>','yes'),(325,'ka_sitemap2_column1','Pagine','yes'),(326,'ka_sitemap2_column2','Articoli','yes'),(327,'ka_sitemap2_column3','<h3>Contact</h3>\r\n <p><strong>Email:</strong> <a href=\\\"mailto:you@yoursite.com\\\">you@yoursite.com</a><br />\r\n <strong>Mobile:</strong> 444-555-6666</p>','yes'),(328,'twitter_api_consumer_key','','yes'),(329,'twitter_api_consumer_secret','','yes'),(330,'twitter_api_access_token','','yes'),(331,'twitter_api_access_token_secret','','yes'),(332,'twitter_cache_timing','1800','yes'),(333,'twitter_cache_status','Turn on Cache','yes'),(487,'widget_nav_menu','a:2:{i:2;a:2:{s:5:\"title\";s:11:\"NAVIGAZIONE\";s:8:\"nav_menu\";i:64;}s:12:\"_multiwidget\";i:1;}','yes'),(334,'ls-plugin-version','5.0.1','yes'),(335,'ls-installed','1','yes'),(336,'ls-google-fonts','a:4:{i:0;a:2:{s:5:\"param\";s:28:\"Lato:100,300,regular,700,900\";s:5:\"admin\";b:0;}i:1;a:2:{s:5:\"param\";s:13:\"Open+Sans:300\";s:5:\"admin\";b:0;}i:2;a:2:{s:5:\"param\";s:20:\"Indie+Flower:regular\";s:5:\"admin\";b:0;}i:3;a:2:{s:5:\"param\";s:22:\"Oswald:300,regular,700\";s:5:\"admin\";b:0;}}','yes'),(337,'ls-db-version','5.0.0','yes'),(338,'cpto_options','a:3:{s:8:\"autosort\";s:1:\"1\";s:9:\"adminsort\";s:1:\"1\";s:10:\"capability\";s:10:\"edit_posts\";}','yes'),(339,'pagenavi_options','a:14:{s:10:\"pages_text\";s:39:\"Pagina %CURRENT_PAGE% del %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:7:\"«\";s:9:\"last_text\";s:7:\"»\";s:9:\"next_text\";s:7:\"»\";s:9:\"prev_text\";s:7:\"«\";s:13:\"dotright_text\";s:3:\"...\";s:12:\"dotleft_text\";s:3:\"...\";s:5:\"style\";i:1;s:9:\"num_pages\";i:5;s:11:\"always_show\";i:0;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;}','yes'),(343,'ka_blogexcludetest_1','false','yes'),(340,'theme_mods_Karma','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1389712668;s:4:\"data\";a:14:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";N;s:9:\"sidebar-5\";N;s:9:\"sidebar-6\";N;s:9:\"sidebar-7\";N;s:9:\"sidebar-8\";N;s:9:\"sidebar-9\";N;s:10:\"sidebar-10\";N;s:10:\"sidebar-11\";N;s:10:\"sidebar-12\";N;s:10:\"sidebar-13\";N;}}}','yes'),(341,'recently_activated','a:2:{s:41:\"wordpress-importer/wordpress-importer.php\";i:1389632841;s:25:\"bwp-minify/bwp-minify.php\";i:1389630999;}','yes'),(464,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1389712563;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"text-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(342,'CPT_configured','TRUE','yes'),(811,'_site_transient_browser_5c55dd0374d143d36857e7cd944440b3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"39.0.2171.95\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(350,'_transient_random_seed','01bc38515f6f9355d178f1de4b4f545f','yes'),(490,'category_children','a:0:{}','yes'),(465,'karma-slider-category_children','a:0:{}','yes'),(354,'truethemes-gallery-category_children','a:0:{}','yes'),(412,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:1:{i:0;i:64;}}','yes'),(418,'page_for_posts','1322','yes'),(427,'sbg_sidebars','a:1:{s:7:\"Contact\";s:7:\"Contact\";}','yes'),(355,'ka_blogexcludetest_2','false','yes'),(356,'ka_blogexcludetest_3','false','yes'),(357,'ka_blogexcludetest_4','false','yes'),(358,'ka_blogexcludetest_5','false','yes'),(359,'ka_blogexcludetest_6','false','yes'),(360,'ka_blogexcludetest_38','false','yes'),(361,'ka_blogexcludetest_39','false','yes'),(362,'ka_blogexcludetest_40','false','yes'),(363,'ka_blogexcludetest_41','false','yes'),(364,'ka_blogexcludetest_42','false','yes'),(365,'ka_blogexcludetest_7','false','yes'),(366,'ka_blogexcludetest_8','false','yes'),(367,'ka_blogexcludetest_9','false','yes'),(368,'ka_blogexcludetest_10','false','yes'),(369,'ka_blogexcludetest_11','false','yes'),(370,'ka_blogexcludetest_12','false','yes'),(371,'ka_blogexcludetest_13','false','yes'),(372,'ka_blogexcludetest_14','false','yes'),(373,'ka_blogexcludetest_15','false','yes'),(374,'ka_blogexcludetest_43','false','yes'),(375,'ka_blogexcludetest_16','false','yes'),(376,'ka_blogexcludetest_17','false','yes'),(377,'ka_blogexcludetest_18','false','yes'),(378,'ka_blogexcludetest_19','false','yes'),(379,'ka_blogexcludetest_20','false','yes'),(380,'ka_blogexcludetest_21','false','yes'),(381,'ka_blogexcludetest_22','false','yes'),(382,'ka_blogexcludetest_23','false','yes'),(383,'ka_blogexcludetest_24','false','yes'),(384,'ka_blogexcludetest_25','false','yes'),(385,'ka_blogexcludetest_26','false','yes'),(386,'ka_blogexcludetest_27','false','yes'),(387,'ka_blogexcludetest_28','false','yes'),(388,'ka_blogexcludetest_29','false','yes'),(389,'ka_blogexcludetest_30','false','yes'),(390,'ka_blogexcludetest_31','false','yes'),(391,'ka_blogexcludetest_32','false','yes'),(392,'ka_blogexcludetest_33','false','yes'),(393,'ka_blogexcludetest_34','false','yes'),(394,'ka_blogexcludetest_35','false','yes'),(395,'ka_blogexcludetest_36','false','yes'),(396,'ka_blogexcludetest_37','false','yes'),(807,'rewrite_rules','a:104:{s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:62:\"karma-slider-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?karma-slider-category=$matches[1]&feed=$matches[2]\";s:57:\"karma-slider-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:60:\"index.php?karma-slider-category=$matches[1]&feed=$matches[2]\";s:50:\"karma-slider-category/([^/]+)/page/?([0-9]{1,})/?$\";s:61:\"index.php?karma-slider-category=$matches[1]&paged=$matches[2]\";s:32:\"karma-slider-category/([^/]+)/?$\";s:43:\"index.php?karma-slider-category=$matches[1]\";s:68:\"truethemes-gallery-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?truethemes-gallery-category=$matches[1]&feed=$matches[2]\";s:63:\"truethemes-gallery-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:66:\"index.php?truethemes-gallery-category=$matches[1]&feed=$matches[2]\";s:56:\"truethemes-gallery-category/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?truethemes-gallery-category=$matches[1]&paged=$matches[2]\";s:38:\"truethemes-gallery-category/([^/]+)/?$\";s:49:\"index.php?truethemes-gallery-category=$matches[1]\";s:40:\"karma-slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"karma-slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"karma-slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"karma-slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"karma-slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"karma-slider/([^/]+)/trackback/?$\";s:39:\"index.php?karma-slider=$matches[1]&tb=1\";s:41:\"karma-slider/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?karma-slider=$matches[1]&paged=$matches[2]\";s:48:\"karma-slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?karma-slider=$matches[1]&cpage=$matches[2]\";s:33:\"karma-slider/([^/]+)(/[0-9]+)?/?$\";s:51:\"index.php?karma-slider=$matches[1]&page=$matches[2]\";s:29:\"karma-slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"karma-slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"karma-slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"karma-slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"karma-slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"tt-gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"tt-gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"tt-gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tt-gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"tt-gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"tt-gallery/([^/]+)/trackback/?$\";s:37:\"index.php?tt-gallery=$matches[1]&tb=1\";s:39:\"tt-gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?tt-gallery=$matches[1]&paged=$matches[2]\";s:46:\"tt-gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?tt-gallery=$matches[1]&cpage=$matches[2]\";s:31:\"tt-gallery/([^/]+)(/[0-9]+)?/?$\";s:49:\"index.php?tt-gallery=$matches[1]&page=$matches[2]\";s:27:\"tt-gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"tt-gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"tt-gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tt-gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"tt-gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:41:\"index.php?&page_id=1319&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(488,'widget_show_recent','a:2:{i:2;a:2:{s:5:\"title\";s:11:\"ULTIME NEWS\";s:5:\"posts\";s:1:\"2\";}s:12:\"_multiwidget\";i:1;}','yes'),(664,'ka_sitelogo','http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/logo-stadler1.png','yes'),(722,'db_upgraded','','yes'),(804,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1421057767;s:7:\"checked\";a:2:{s:5:\"Karma\";s:3:\"4.0\";s:14:\"twentyfourteen\";s:3:\"1.0\";}s:8:\"response\";a:1:{s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfourteen\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentyfourteen.1.3.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(805,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1421057765;s:8:\"response\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.0.4.zip\";}s:25:\"bwp-minify/bwp-minify.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"21792\";s:4:\"slug\";s:10:\"bwp-minify\";s:6:\"plugin\";s:25:\"bwp-minify/bwp-minify.php\";s:11:\"new_version\";s:5:\"1.3.3\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/bwp-minify/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/bwp-minify.zip\";}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"17292\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:5:\"1.7.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/post-types-order.zip\";}s:45:\"simple-page-ordering/simple-page-ordering.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"16828\";s:4:\"slug\";s:20:\"simple-page-ordering\";s:6:\"plugin\";s:45:\"simple-page-ordering/simple-page-ordering.php\";s:11:\"new_version\";s:5:\"2.2.3\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/simple-page-ordering/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/simple-page-ordering.2.2.3.zip\";}s:19:\"wpcu3er/wpcu3er.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"19331\";s:4:\"slug\";s:7:\"wpcu3er\";s:6:\"plugin\";s:19:\"wpcu3er/wpcu3er.php\";s:11:\"new_version\";s:4:\"0.80\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/wpcu3er/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/wpcu3er.0.80.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(806,'_transient_doing_cron','1447697431.7949340343475341796875','yes'),(812,'_transient_timeout_feed_9cfd33c416d281bf0fde7cb560b35536','1421100971','no'),(813,'_transient_feed_9cfd33c416d281bf0fde7cb560b35536','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:49:\"\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:26:\"Visser Labs » WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://www.visser.com.au\";s: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:53:\"WordPress development, e-commerce and internet bliss.\";s: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:\"Sun, 11 Jan 2015 17:37:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.org/?v=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:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:57:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"[Plugin update] Store Exporter Deluxe 1.8.7 for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-7-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-7-for-woocommerce/#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, 17 Dec 2014 16:11: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:8:{i:0;a:5:{s:4:\"data\";s:21:\"Store Exporter Deluxe\";s: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:\"Visser Labs\";s: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:15:\"Web 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:3;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:10:\"e-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:13:\"Plugin 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:\"\";}i:6;a:5:{s:4:\"data\";s:16:\"WordPress 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:\"\";}i:7;a:5:{s:4:\"data\";s:17:\"Wordpress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://www.visser.com.au/?p=35437\";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:\"Hi WooCommerce store owners, the 1.8.7 Plugin update brings new export fields and some much requested filters including Filter Orders by Product, by Billing Country, by Shipping Country and additional Product filters for the Scheduled Export engine. Happy exporting! In this release you can now: Include Product Attribute columns in Order exports; limited to Global Attributes Filter Orders by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Michael Visser\";s: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:93:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-7-for-woocommerce/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:54:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"[Plugin update] Visser Labs Updater 1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://www.visser.com.au/blog/plugin-update-visser-labs-updater/\";s: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://www.visser.com.au/blog/plugin-update-visser-labs-updater/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Nov 2014 14:52:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:8:\"Exchange\";s: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:\"Jigoshop\";s: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:11:\"Visser Labs\";s: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:15:\"Web 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:4;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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:\"\";}i:6;a:5:{s:4:\"data\";s:13:\"WP e-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://www.visser.com.au/?p=34758\";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:281:\"Hi all, we’ve pushed a Plugin update for the Visser Labs Updater to resolve some compatibility issues and to integrate better with our suite of Plugins. The update will appear within Dashboard > Updates within your WordPress Administration or can be downloaded from 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Michael Visser\";s: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://www.visser.com.au/blog/plugin-update-visser-labs-updater/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:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:69:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"[Plugin update] Store Exporter Deluxe 1.8.5 for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-5-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-5-for-woocommerce/#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 Oct 2014 12:14: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:12:{i:0;a:5:{s:4:\"data\";s:21:\"Store Exporter Deluxe\";s: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:15:\"Web 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:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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:\"\";}i:4;a:5:{s:4:\"data\";s:3:\"CSV\";s: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:5:\"Excel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:6:\"export\";s: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:5:{s:4:\"data\";s:13:\"Plugin 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:\"\";}i:8;a:5:{s:4:\"data\";s:16:\"WordPress 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:\"\";}i:9;a:5:{s:4:\"data\";s:17:\"Wordpress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:3:\"XLS\";s: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:5:{s:4:\"data\";s:3:\"XML\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.visser.com.au/?p=34529\";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:346:\"Hi WooCommerce store owners, the 1.8.5 Plugin update is another mammoth update and has been made possible through feature requests and bug issues raised via Premium Support and within our Support Forum. There were issues and feature requests that didn’t make it into this release and are in queue for the next Plugin update, there […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Michael Visser\";s: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:93:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-5-for-woocommerce/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:63:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Plugin update: Store Exporter Deluxe 1.8.4 for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-4-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-4-for-woocommerce/#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 Oct 2014 10:15:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:10:{i:0;a:5:{s:4:\"data\";s:14:\"Store Exporter\";s: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:21:\"Store Exporter Deluxe\";s: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:11:\"Visser Labs\";s: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:15:\"Web 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:4;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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:\"\";}i:6;a:5:{s:4:\"data\";s:10:\"e-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:13:\"Plugin 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:\"\";}i:8;a:5:{s:4:\"data\";s:16:\"WordPress 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:\"\";}i:9;a:5:{s:4:\"data\";s:17:\"Wordpress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.visser.com.au/?p=34231\";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:\"Hi WooCommerce store owners, first off the 1.8.4 includes an urgent fix for compatibility with exporting Orders in the new WooCommerce 2.2.5-2.2.6 which is reason enough for most to update, that’s also why we jumped 1.8.3. There’s also a laundry list of new export types – Commission support! – and export filters available from 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:14:\"Michael Visser\";s: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:93:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-4-for-woocommerce/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:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;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 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Plugin update: Store Exporter Deluxe 1.8.2 for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-2-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-2-for-woocommerce/#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, 25 Sep 2014 14:13:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:13:{i:0;a:5:{s:4:\"data\";s:14:\"Store Exporter\";s: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:21:\"Store Exporter Deluxe\";s: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:11:\"Visser Labs\";s: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:15:\"Web 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:4;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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:\"\";}i:6;a:5:{s:4:\"data\";s:3:\"CSV\";s: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:5:{s:4:\"data\";s:5:\"Excel\";s: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:5:{s:4:\"data\";s:6:\"export\";s: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:5:{s:4:\"data\";s:13:\"Plugin 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:\"\";}i:10;a:5:{s:4:\"data\";s:16:\"WordPress 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:\"\";}i:11;a:5:{s:4:\"data\";s:17:\"Wordpress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:3:\"XML\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.visser.com.au/?p=34018\";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:359:\"Hi WooCommerce store owners, get strapped in we’ve jumped to 1.8.2 in this major Plugin release. In the latest release of Store Exporter Deluxe you will find integration for Extra Product Options, Custom User Meta, Custom Customer Meta as well as Custom Products Meta now appearing within the Order Items: … exports fields when exporting […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Michael Visser\";s: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:93:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-8-2-for-woocommerce/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:54:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Plugin update: Store Exporter Deluxe for WooCommerce 1.7.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:88:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-for-woocommerce-1-7-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:97:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-for-woocommerce-1-7-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:\"Tue, 16 Sep 2014 17:05:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:21:\"Store Exporter Deluxe\";s: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:15:\"Web 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:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"CRON\";s: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:6:\"export\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:16:\"WordPress 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:33:\"http://www.visser.com.au/?p=33837\";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:340:\"Hi WooCommerce store owners, the 1.7.8 Plugin update for Store Exporter Deluxe brings Export to FTP support to the Scheduled Export and CRON export engine as well as a suite of additions and some UI fixes related to our drag-and-drop export field ordering. Export to FTP With today’s release you can set up scheduled exports […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Michael Visser\";s: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:93:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-for-woocommerce-1-7-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: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:60:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Plugin update: Product Importer Deluxe 1.8.6 for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://www.visser.com.au/blog/plugin-update-product-importer-deluxe-1-8-6-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://www.visser.com.au/blog/plugin-update-product-importer-deluxe-1-8-6-for-woocommerce/#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, 16 Sep 2014 11:41: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:9:{i:0;a:5:{s:4:\"data\";s:23:\"Product Importer Deluxe\";s: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:15:\"Web 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:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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:\"\";}i:4;a:5:{s:4:\"data\";s:21:\"Bulk Product 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:\"\";}i:5;a:5:{s:4:\"data\";s:21:\"Mass Product 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:\"\";}i:6;a:5:{s:4:\"data\";s:13:\"Plugin 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:\"\";}i:7;a:5:{s:4:\"data\";s:16:\"WordPress 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:\"\";}i:8;a:5:{s:4:\"data\";s:17:\"Wordpress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.visser.com.au/?p=33830\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"Hi WooCommerce store owners, the 1.8.6 Plugin update for Product Importer Deluxe adds support for generating and assigning Shipping Classes to Products as well as fixes for Import by File Path, Import by URL and Import by FTP. Here’s the full changelog: Fixed: Import by file path not working Fixed: Import by URL not working […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Michael Visser\";s: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:95:\"http://www.visser.com.au/blog/plugin-update-product-importer-deluxe-1-8-6-for-woocommerce/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:84:\"\n \n \n \n \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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Plugin update: Store Exporter Deluxe 1.7.7 for WooCommerce (WC 2.2+ compatible!)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-7-7-for-woocommerce-wc-2-2-compatible/\";s: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:115:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-7-7-for-woocommerce-wc-2-2-compatible/#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 Sep 2014 13:48:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:17:{i:0;a:5:{s:4:\"data\";s:14:\"Store Exporter\";s: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:21:\"Store Exporter Deluxe\";s: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:11:\"Visser Labs\";s: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:15:\"Web 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:4;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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:\"\";}i:6;a:5:{s:4:\"data\";s:4:\"CRON\";s: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:5:{s:4:\"data\";s:3:\"CSV\";s: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:5:{s:4:\"data\";s:10:\"Excel 2007\";s: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:5:{s:4:\"data\";s:6:\"export\";s: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:5:{s:4:\"data\";s:13:\"Export Orders\";s: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:5:{s:4:\"data\";s:20:\"Export Subscriptions\";s: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:5:{s:4:\"data\";s:13:\"Plugin 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:\"\";}i:13;a:5:{s:4:\"data\";s:16:\"WordPress 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:\"\";}i:14;a:5:{s:4:\"data\";s:17:\"Wordpress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:15;a:5:{s:4:\"data\";s:3:\"XLS\";s: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:5:{s:4:\"data\";s:3:\"XML\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.visser.com.au/?p=33770\";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:371:\"Hi WooCommerce store owners, the 1.7.7 Plugin update includes compatibility support for the new WooCommerce 2.2+ series and adds the ability to filter Product exports by Stock Status, export the E-mail Address of Subscriptions as well as some fixes for our new drag-and-drop export fields feature. No major changes in this release, we’re working hard (as […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Michael Visser\";s: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:111:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-7-7-for-woocommerce-wc-2-2-compatible/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:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Plugin update: Store Exporter Deluxe for WooCommerce 1.7.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:88:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-for-woocommerce-1-7-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:97:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-for-woocommerce-1-7-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:\"Tue, 09 Sep 2014 14:28:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:14:\"Store Exporter\";s: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:21:\"Store Exporter Deluxe\";s: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:15:\"Web 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:3;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;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:5;a:5:{s:4:\"data\";s:10:\"e-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:13:\"Plugin 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:\"\";}i:7;a:5:{s:4:\"data\";s:16:\"WordPress 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:\"\";}i:8;a:5:{s:4:\"data\";s:17:\"Wordpress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.visser.com.au/?p=33670\";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:352:\"Hi WooCommerce users, the 1.7.6 Plugin update is a major Plugin update following on from the minor release yesterday of 1.7.5. Here’s a quick run through of new features available in the latest Store Exporter Deluxe release: re-order export fields for all Export Types field label editor for all Export Types full Attributes support for […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Michael Visser\";s: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:93:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-for-woocommerce-1-7-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: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:63:\"\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:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Plugin update: Store Exporter Deluxe 1.7 for WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-7-for-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-7-for-woocommerce/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Aug 2014 15:14: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:8:\"category\";a:10:{i:0;a:5:{s:4:\"data\";s:8:\"Internet\";s: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:\"Store Exporter\";s: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:21:\"Store Exporter Deluxe\";s: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:15:\"Web 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:4;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}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:\"\";}i:6;a:5:{s:4:\"data\";s:10:\"e-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:13:\"Plugin 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:\"\";}i:8;a:5:{s:4:\"data\";s:16:\"WordPress 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:\"\";}i:9;a:5:{s:4:\"data\";s:17:\"Wordpress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.visser.com.au/?p=33125\";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:371:\"Hi WooCommerce store owners, the 1.7 Plugin update is considered a major update as we have added support for WooCommerce Subscriptions and added filtering support to Scheduled Exports. Here’s a summary of changes in this release: Added the new Subscriptions export type Fixed scheduled e-mails not being received Orders can be filtered by Order Status within […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Michael Visser\";s: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:91:\"http://www.visser.com.au/blog/plugin-update-store-exporter-deluxe-1-7-for-woocommerce/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:\"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: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.visser.com.au/blog/category/woocommerce/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:13:{s:4:\"date\";s:29:\"Mon, 12 Jan 2015 10:16:10 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:62:\"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\";s:6:\"pragma\";s:8:\"no-cache\";s:10:\"x-pingback\";s:35:\"http://www.visser.com.au/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Sun, 11 Jan 2015 17:37:53 GMT\";s:4:\"etag\";s:36:\"W/\"37005b0cb3c8f872205033c54d5e8d36\"\";s:12:\"x-powered-by\";s:8:\"PleskLin\";s:6:\"server\";s:16:\"cloudflare-nginx\";s:6:\"cf-ray\";s:20:\"1a7898d61dd115b9-FRA\";s:16:\"content-encoding\";s:4:\"gzip\";}s:5:\"build\";s:14:\"20140113162436\";}','no'),(823,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1421100979','no'),(824,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1421057779','no'),(825,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1421100980','no'),(826,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Jan 2015 10:00: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: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:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"15@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"753@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2141@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2316@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error 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: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: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:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"23862@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Your WordPress, Streamlined.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"8321@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast's WordPress SEO 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:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29860@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06: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:36:\"21738@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"The easiest, most effective way to secure WordPress in seconds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"18101@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"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:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"132@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for 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:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"50539@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Displays Google Analytics reports and real-time statistics in your WordPress Dashboard. Inserts the latest tracking code in every page of your site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s: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:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"29832@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"1169@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 10 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"2082@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG 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:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WPtouch Mobile 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:48:\"https://wordpress.org/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:35:\"5468@https://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Create a slick mobile WordPress website with just a few clicks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"\";}}}}}}}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:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 12 Jan 2015 10:16: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:\"Mon, 12 Jan 2015 10:35:45 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 12 Jan 2015 10:00:45 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140113162436\";}','no'),(827,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1421100980','no'),(828,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1421057780','no'),(829,'_transient_timeout_plugin_slugs','1421144180','no'),(830,'_transient_plugin_slugs','a:10:{i:0;s:19:\"akismet/akismet.php\";i:1;s:25:\"bwp-minify/bwp-minify.php\";i:2;s:9:\"hello.php\";i:3;s:27:\"LayerSlider/layerslider.php\";i:4;s:37:\"post-types-order/post-types-order.php\";i:5;s:23:\"revslider/revslider.php\";i:6;s:45:\"simple-page-ordering/simple-page-ordering.php\";i:7;s:55:\"woocommerce-all-in-one-seo-pack/all-in-one-seo-pack.php\";i:8;s:41:\"wordpress-importer/wordpress-importer.php\";i:9;s:19:\"wpcu3er/wpcu3er.php\";}','no'),(831,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1421100980','no'),(832,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2014/12/dinah/\' title=\'Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]\'>WordPress 4.1 “Dinah”</a> <span class=\"rss-date\">18 dicembre 2014</span><div class=\'rssSummary\'>Version 4.1 of WordPress, named “Dinah” in honor of jazz singer Dinah Washington, is available for download or update in your WordPress dashboard. New features in WordPress 4.1 help you focus on your writing, and the new default theme lets you show it off in style. Introducing Twenty Fifteen Our newest default theme, Twenty Fifteen, is […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/buddypress-2-2-beta-1-now-available-for-testing\' title=\' Over the weekend, BuddyPress project lead John James Jacoby announced that 2.2 beta 1 is ready for testing. The upcoming release has been in development since last September. Jacoby’s campaign for six months of BuddyPress, bbPress, and GlotPress development was fully funded in mid-December, allowing him to spend more time on the project in 2015. So far, the 2.2 milestone has 127 resolved tickets, which include enhancements and fixes across all components. Jacoby outlined the most significant changes that require more testing ahead of the official release: Member types will allow developers to register different types of users, i.e. ‘teacher’ vs. ‘student’. Post type activities will allow developers to connect custom post types to activity stream items. Numerous improvements to the Legacy template pack Several new query API’s (based on WordPress improvements) for retrieving more specific results Continued cache enhancements, particularly for multi-site and multi-network WordPress configurations Tons of under-the-hood improvements Increased coverage of inline code documentation, actions, and filters Now is good time for BuddyPress site administrators and plugin and theme developers to start testing their extensions against the beta. You can download the zip file for 2.2 beta 1 from the release announcement. The plugin’s core development team is aiming to get the official 2.2 release out to users by the end of January.\'>WPTavern: BuddyPress 2.2 Beta 1 Now Available for Testing</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/01/thirty-one/\' title=\'The first year of my thirties was both incredibly challenging and incredibly rewarding. I started a new decade and a new role as CEO at the same time, and at Automattic we grew to over 300 people and raised money for the first time in a while, both of which I couldn’t have predicted five or even two years ago. My big takeaway from the year was the importance of habits and small actions for accomplishing big things. To be productive I don’t need any fancy setups or project management software, just a well-groomed todo list and a pomodoro timer. This year on my birthday I find myself in Egypt which is an awe-inspiring place in many ways, but most striking to me has been the enduring beauty of craftsmanship with access to only the simplest of tools. In running, which I started this past summer while in Italy, I was able to slow down to go further and without injury, and ended up putting in about 140 miles which took my fitness to be better than it’s been so far in my adult life. At least half of those miles were with friends and you can’t underestimate the importance of friends in helping you overcome mental blocks. (Also flew 425k miles in 2014, a new record. You can run anywhere and with minimal equipment — it’s a great way to explore a city.) Reading and writing, two of the activities still most important to me, benefitted from a “just do it” philosophy of putting one foot in front of the other. I published more words on ma.tt than any year since 2007, and I find blogging one of the most rewarding pastimes in my life. It was also a year of not trying to be all business all the time: I started reading fiction regularly after a decade away and letting the topics here drift wherever my interest is at the moment. Last year I talked about balance, and I think this is what drove many of the accomplishments I’m looking back on fondly now. I’m proud of how 2014 went, and I hope to build on that foundation to be a better person and reach even more ambitious milestones in the year to come. Here’s to slowing down to go further, and tackling big tasks with friends. Previously: 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, and 29, 30.\'>Matt: Thirty One</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2015/01/nfl-is-a-non-profit/\' title=\'Did you know the NFL is a non-profit? Slate says the NFL should lose its tax-exempt status: The league is not a “nonprofit.”.\'>Matt: NFL is a Non-Profit</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Plugin popolari:</span> <a href=\'https://wordpress.org/plugins/wordfence/\' class=\'dashboard-news-plugin-link\'>Wordfence Security</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wordfence&_wpnonce=33643f9a71&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Wordfence Security\'>Installa</a>)</span></li></ul></div>','no'); /*!40000 ALTER TABLE `sc_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_postmeta` -- DROP TABLE IF EXISTS `sc_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_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=2667 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_postmeta` -- LOCK TABLES `sc_postmeta` WRITE; /*!40000 ALTER TABLE `sc_postmeta` DISABLE KEYS */; INSERT INTO `sc_postmeta` VALUES (1374,1323,'page_background_repeat','repeat'),(1375,1323,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1376,1323,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1377,1323,'_menu_item_type','post_type'),(1378,1323,'_menu_item_menu_item_parent','0'),(1379,1323,'_menu_item_object_id','1322'),(1380,1323,'_menu_item_object','page'),(1381,1323,'_menu_item_target',''),(1382,1323,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1383,1323,'_menu_item_xfn',''),(1384,1323,'_menu_item_url',''),(1405,1322,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1406,1322,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1387,1322,'banner_search','yes'),(1388,1322,'karma_slider_type','null'),(1389,1322,'truethemes_slider_jq_bgcolor','#'),(1390,1322,'meta_truethemes_gallery_layout','null'),(1391,1322,'meta_truethemes_gallery_framestyle','null'),(1393,1322,'meta_truethemes_gallery_description_check','yes'),(1392,1322,'meta_truethemes_gallery_title_check','yes'),(1357,1322,'_edit_last','1'),(2597,1319,'slider_disable_toolbar','true'),(1323,1319,'page_background_repeat','repeat'),(2114,1390,'_wp_attached_file','2014/01/stertta-di-mano.jpg'),(2115,1390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:424;s:6:\"height\";i:283;s:4:\"file\";s:27:\"2014/01/stertta-di-mano.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"stertta-di-mano-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"stertta-di-mano-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:13:\"TOM - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2116,1390,'_edit_lock','1389705697:1'),(2133,1339,'meta_truethemes_gallery_category','a:0:{}'),(2396,1424,'_edit_last','1'),(2397,1424,'_edit_lock','1391524034:1'),(2398,1424,'slide_template',''),(2399,1424,'slider_image_layout','full-width-image'),(2400,1424,'slider_image','http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/publicinecolor.png'),(2613,1468,'_wp_attached_file','2014/02/sarah-stadler_sito.jpg'),(2614,1468,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1535;s:6:\"height\";i:1063;s:4:\"file\";s:30:\"2014/02/sarah-stadler_sito.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"sarah-stadler_sito-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"sarah-stadler_sito-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"sarah-stadler_sito-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2113,1374,'_edit_lock','1389705578:1'),(169,1072,'_menu_item_type','custom'),(170,1072,'_menu_item_menu_item_parent','0'),(171,1072,'_menu_item_object_id','1072'),(172,1072,'_menu_item_object','custom'),(173,1072,'_menu_item_target',''),(174,1072,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(175,1072,'_menu_item_xfn',''),(176,1072,'_menu_item_url','http://wptest.io/demo/'),(1872,1364,'tt_karma_slider_category','a:1:{i:0;s:2:\"74\";}'),(1871,1364,'truethemes_slider_jq_bgcolor','#'),(1870,1364,'karma_slider_type','null'),(1869,1364,'banner_search','yes'),(1868,1364,'slide_template',''),(2533,1364,'meta_truethemes_gallery_category','a:0:{}'),(2535,1364,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2534,1364,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1865,1364,'_edit_last','1'),(1864,1364,'_edit_lock','1391419729:1'),(1847,1357,'truethemes_page_checkbox','on'),(1844,1360,'_menu_item_orphaned','1389696675'),(1843,1360,'_menu_item_url',''),(1842,1360,'_menu_item_xfn',''),(1841,1360,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1840,1360,'_menu_item_target',''),(1839,1360,'_menu_item_object','page'),(1838,1360,'_menu_item_object_id','1357'),(1837,1360,'_menu_item_menu_item_parent','0'),(1836,1360,'_menu_item_type','post_type'),(1920,1369,'_edit_lock','1391526190:1'),(1921,1369,'_edit_last','1'),(1826,1357,'page_background_repeat','repeat'),(1825,1357,'page_background_position','left top'),(1824,1357,'page_background_color','#'),(1823,1357,'page_secondary_color_scheme','null'),(1822,1357,'page_primary_color_scheme','null'),(1821,1357,'_multiple_portfolio_cat_id','-1'),(1820,1357,'meta_truethemes_gallery_filter_linktext','All'),(1819,1357,'meta_truethemes_gallery_description_check','yes'),(1814,1357,'truethemes_slider_jq_bgcolor','#'),(1813,1357,'karma_slider_type','null'),(1812,1357,'banner_search','yes'),(2627,1357,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2628,1357,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1809,1358,'_menu_item_url',''),(1808,1358,'_menu_item_xfn',''),(1807,1358,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1806,1358,'_menu_item_target',''),(1805,1358,'_menu_item_object','page'),(1804,1358,'_menu_item_object_id','1357'),(1799,1358,'page_background_repeat','repeat'),(1798,1358,'page_background_position','left top'),(1797,1358,'page_background_color','#'),(1796,1358,'page_secondary_color_scheme','null'),(1791,1358,'meta_truethemes_gallery_title_check','yes'),(1790,1358,'meta_truethemes_gallery_framestyle','null'),(1789,1358,'meta_truethemes_gallery_layout','null'),(1788,1358,'tt_karma_slider_category','home-page '),(1681,1346,'meta_truethemes_gallery_category','a:0:{}'),(1678,1346,'page_background_repeat','repeat'),(1677,1346,'page_background_position','left top'),(1676,1346,'page_background_color','#'),(1671,1346,'meta_truethemes_gallery_description_check','yes'),(1670,1346,'meta_truethemes_gallery_title_check','yes'),(1669,1346,'meta_truethemes_gallery_framestyle','null'),(1668,1346,'meta_truethemes_gallery_layout','null'),(1682,1346,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1661,1347,'_menu_item_url',''),(1660,1347,'_menu_item_xfn',''),(1659,1347,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1658,1347,'_menu_item_target',''),(1657,1347,'_menu_item_object','page'),(1656,1347,'_menu_item_object_id','1346'),(1655,1347,'_menu_item_menu_item_parent','0'),(1654,1347,'_menu_item_type','post_type'),(1653,1347,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1648,1347,'page_secondary_color_scheme','null'),(1647,1347,'page_primary_color_scheme','null'),(1646,1347,'_multiple_portfolio_cat_id','-1'),(1645,1347,'meta_truethemes_gallery_filter_linktext','All'),(1640,1347,'tt_karma_slider_category','home-page '),(1639,1347,'truethemes_slider_jq_bgcolor','#'),(1638,1347,'karma_slider_type','null'),(1637,1347,'banner_search','yes'),(1636,1346,'slide_template',''),(1635,1346,'_wp_page_template','default'),(1614,1341,'_menu_item_url',''),(1613,1341,'_menu_item_xfn',''),(1612,1341,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1611,1341,'_menu_item_target',''),(1610,1341,'_menu_item_object','page'),(1609,1341,'_menu_item_object_id','1339'),(1604,1341,'page_background_repeat','repeat'),(1603,1341,'page_background_position','left top'),(1602,1341,'page_background_color','#'),(1601,1341,'page_secondary_color_scheme','null'),(1596,1341,'meta_truethemes_gallery_title_check','yes'),(1595,1341,'meta_truethemes_gallery_framestyle','null'),(1594,1341,'meta_truethemes_gallery_layout','null'),(1593,1341,'tt_karma_slider_category','home-page '),(1583,1339,'page_background_repeat','repeat'),(1582,1339,'page_background_position','left top'),(1581,1339,'page_background_color','#'),(1580,1339,'page_secondary_color_scheme','null'),(1579,1339,'page_primary_color_scheme','null'),(1578,1339,'_multiple_portfolio_cat_id','-1'),(1577,1339,'meta_truethemes_gallery_filter_linktext','All'),(1576,1339,'meta_truethemes_gallery_description_check','yes'),(1575,1339,'meta_truethemes_gallery_title_check','yes'),(1574,1339,'meta_truethemes_gallery_framestyle','null'),(1573,1339,'meta_truethemes_gallery_layout','null'),(1572,1339,'tt_karma_slider_category','a:1:{i:0;s:2:\"74\";}'),(1571,1339,'truethemes_slider_jq_bgcolor','#'),(1570,1339,'karma_slider_type','null'),(1569,1339,'banner_search','yes'),(1568,1339,'truethemes_page_checkbox','on'),(1567,1339,'slide_template',''),(2134,1339,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2135,1339,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1564,1339,'_wp_page_template','default'),(1563,1339,'_edit_last','1'),(2263,1325,'slider_cat_id','65'),(1562,1339,'_edit_lock','1391526268:1'),(1547,1337,'slider_image','http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/about-us.jpg'),(1546,1337,'slider_image_layout','normal-image'),(1545,1337,'slide_template',''),(1499,1335,'_wp_attachment_image_alt','Studio notarile Stadler Cattaneo'),(1490,1325,'truethemes_page_checkbox','on'),(1541,1337,'_edit_last','1'),(1480,1332,'slider_image','http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/DSC4235-da-piazza-elvezia-bis-960.jpg'),(1479,1332,'slider_image_layout','full-width-image'),(1478,1332,'slide_template',''),(1477,1333,'_wp_attachment_image_alt','Studio notarile Stadler Cattaneo'),(1476,1333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:500;s:4:\"file\";s:41:\"2014/01/DSC4235-da-piazza-elvezia-bis.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"DSC4235-da-piazza-elvezia-bis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"DSC4235-da-piazza-elvezia-bis-300x115.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"DSC4235-da-piazza-elvezia-bis-1024x393.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:393;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1475,1333,'_wp_attached_file','2014/01/DSC4235-da-piazza-elvezia-bis.jpg'),(1474,1332,'_edit_lock','1390903640:1'),(1473,1332,'_edit_last','1'),(1538,1325,'meta_truethemes_gallery_category','a:0:{}'),(1469,1325,'tt_karma_slider_category','a:1:{i:0;s:2:\"73\";}'),(1450,1325,'page_background_repeat','repeat'),(1449,1325,'page_background_position','left top'),(1448,1325,'page_background_color','#'),(1432,1326,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1431,1326,'_menu_item_target',''),(1430,1326,'_menu_item_object','page'),(1429,1326,'_menu_item_object_id','1325'),(1428,1326,'_menu_item_menu_item_parent','0'),(1427,1326,'_menu_item_type','post_type'),(1426,1326,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1425,1326,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1424,1326,'page_background_repeat','repeat'),(1423,1326,'page_background_position','left top'),(1422,1326,'page_background_color','#'),(1421,1326,'page_secondary_color_scheme','null'),(1420,1326,'page_primary_color_scheme','null'),(1419,1326,'_multiple_portfolio_cat_id','-1'),(1418,1326,'meta_truethemes_gallery_filter_linktext','All'),(1417,1326,'meta_truethemes_gallery_description_check','yes'),(1416,1326,'meta_truethemes_gallery_title_check','yes'),(1410,1325,'slide_template',''),(1409,1325,'_wp_page_template','default'),(1408,1325,'_edit_last','8'),(1407,1325,'_edit_lock','1391523949:1'),(1404,1322,'meta_truethemes_gallery_category','a:0:{}'),(1403,1322,'tt_karma_slider_category','a:0:{}'),(1400,1322,'page_background_repeat','repeat'),(1399,1322,'page_background_position','left top'),(1398,1322,'page_background_color','#'),(1397,1322,'page_secondary_color_scheme','null'),(1396,1322,'page_primary_color_scheme','null'),(1395,1322,'_multiple_portfolio_cat_id','-1'),(1394,1322,'meta_truethemes_gallery_filter_linktext','All'),(505,1114,'_menu_item_type','custom'),(506,1114,'_menu_item_menu_item_parent','0'),(507,1114,'_menu_item_object_id','1114'),(508,1114,'_menu_item_object','custom'),(509,1114,'_menu_item_target',''),(510,1114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(511,1114,'_menu_item_xfn',''),(512,1114,'_menu_item_url','#'),(513,1115,'_menu_item_type','custom'),(514,1115,'_menu_item_menu_item_parent','0'),(515,1115,'_menu_item_object_id','1115'),(516,1115,'_menu_item_object','custom'),(517,1115,'_menu_item_target',''),(518,1115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(519,1115,'_menu_item_xfn',''),(520,1115,'_menu_item_url','#'),(1876,1364,'meta_truethemes_gallery_description_check','yes'),(1875,1364,'meta_truethemes_gallery_title_check','yes'),(1874,1364,'meta_truethemes_gallery_framestyle','null'),(1873,1364,'meta_truethemes_gallery_layout','null'),(1818,1357,'meta_truethemes_gallery_title_check','yes'),(1817,1357,'meta_truethemes_gallery_framestyle','null'),(1816,1357,'meta_truethemes_gallery_layout','null'),(1815,1357,'tt_karma_slider_category','a:1:{i:0;s:2:\"74\";}'),(1803,1358,'_menu_item_menu_item_parent','1326'),(1802,1358,'_menu_item_type','post_type'),(1801,1358,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1800,1358,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1795,1358,'page_primary_color_scheme','null'),(1794,1358,'_multiple_portfolio_cat_id','-1'),(1793,1358,'meta_truethemes_gallery_filter_linktext','All'),(1792,1358,'meta_truethemes_gallery_description_check','yes'),(1787,1358,'truethemes_slider_jq_bgcolor','#'),(1786,1358,'karma_slider_type','null'),(1785,1358,'banner_search','yes'),(1784,1357,'slide_template',''),(1783,1357,'_edit_last','1'),(1782,1357,'_edit_lock','1391526118:1'),(1675,1346,'page_secondary_color_scheme','null'),(1674,1346,'page_primary_color_scheme','null'),(1673,1346,'_multiple_portfolio_cat_id','-1'),(1672,1346,'meta_truethemes_gallery_filter_linktext','All'),(1667,1346,'tt_karma_slider_category','a:1:{i:0;s:2:\"74\";}'),(1666,1346,'truethemes_slider_jq_bgcolor','#'),(1665,1346,'karma_slider_type','null'),(1664,1346,'banner_search','yes'),(1683,1346,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1652,1347,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1651,1347,'page_background_repeat','repeat'),(1650,1347,'page_background_position','left top'),(1649,1347,'page_background_color','#'),(1644,1347,'meta_truethemes_gallery_description_check','yes'),(1643,1347,'meta_truethemes_gallery_title_check','yes'),(1642,1347,'meta_truethemes_gallery_framestyle','null'),(1641,1347,'meta_truethemes_gallery_layout','null'),(1608,1341,'_menu_item_menu_item_parent','0'),(1607,1341,'_menu_item_type','post_type'),(1606,1341,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1605,1341,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1600,1341,'page_primary_color_scheme','null'),(1599,1341,'_multiple_portfolio_cat_id','-1'),(1598,1341,'meta_truethemes_gallery_filter_linktext','All'),(1597,1341,'meta_truethemes_gallery_description_check','yes'),(1592,1341,'truethemes_slider_jq_bgcolor','#'),(1591,1341,'karma_slider_type','null'),(1590,1341,'banner_search','yes'),(1589,1341,'truethemes_page_checkbox','on'),(1633,1346,'_edit_last','1'),(1634,1346,'_edit_lock','1391526293:1'),(1544,1338,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:256;s:4:\"file\";s:45:\"2014/01/DSC4235-da-piazza-elvezia-bis-404.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"DSC4235-da-piazza-elvezia-bis-404-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"DSC4235-da-piazza-elvezia-bis-404-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1543,1338,'_wp_attached_file','2014/01/DSC4235-da-piazza-elvezia-bis-404.jpg'),(1542,1337,'_edit_lock','1391527682:1'),(2287,1325,'slider_disable_toolbar','true'),(1498,1335,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:350;s:4:\"file\";s:45:\"2014/01/DSC4235-da-piazza-elvezia-bis-960.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"DSC4235-da-piazza-elvezia-bis-960-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"DSC4235-da-piazza-elvezia-bis-960-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1497,1335,'_wp_attached_file','2014/01/DSC4235-da-piazza-elvezia-bis-960.jpg'),(1439,1325,'truethemes_slider_jq_bgcolor','#efefef'),(1438,1325,'karma_slider_type','karma-custom-jquery-2'),(1437,1325,'banner_search','yes'),(2289,1325,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2288,1325,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1434,1326,'_menu_item_url',''),(1433,1326,'_menu_item_xfn',''),(1415,1326,'meta_truethemes_gallery_framestyle','null'),(1414,1326,'meta_truethemes_gallery_layout','null'),(1413,1326,'truethemes_slider_jq_bgcolor','#'),(1412,1326,'karma_slider_type','null'),(1411,1326,'banner_search','yes'),(657,1133,'_menu_item_type','custom'),(658,1133,'_menu_item_menu_item_parent','0'),(659,1133,'_menu_item_object_id','1133'),(660,1133,'_menu_item_object','custom'),(661,1133,'_menu_item_target',''),(662,1133,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(663,1133,'_menu_item_xfn',''),(664,1133,'_menu_item_url','#'),(665,1134,'_menu_item_type','custom'),(666,1134,'_menu_item_menu_item_parent','1133'),(667,1134,'_menu_item_object_id','1134'),(668,1134,'_menu_item_object','custom'),(669,1134,'_menu_item_target',''),(670,1134,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(671,1134,'_menu_item_xfn',''),(672,1134,'_menu_item_url','#'),(673,1135,'_menu_item_type','custom'),(674,1135,'_menu_item_menu_item_parent','1134'),(675,1135,'_menu_item_object_id','1135'),(676,1135,'_menu_item_object','custom'),(677,1135,'_menu_item_target',''),(678,1135,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(679,1135,'_menu_item_xfn',''),(680,1135,'_menu_item_url','#'),(681,1136,'_menu_item_type','custom'),(682,1136,'_menu_item_menu_item_parent','1135'),(683,1136,'_menu_item_object_id','1136'),(684,1136,'_menu_item_object','custom'),(685,1136,'_menu_item_target',''),(686,1136,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(687,1136,'_menu_item_xfn',''),(688,1136,'_menu_item_url','#'),(689,1137,'_menu_item_type','custom'),(690,1137,'_menu_item_menu_item_parent','1136'),(691,1137,'_menu_item_object_id','1137'),(692,1137,'_menu_item_object','custom'),(693,1137,'_menu_item_target',''),(694,1137,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(695,1137,'_menu_item_xfn',''),(696,1137,'_menu_item_url','#'),(697,1138,'_menu_item_type','custom'),(698,1138,'_menu_item_menu_item_parent','1137'),(699,1138,'_menu_item_object_id','1138'),(700,1138,'_menu_item_object','custom'),(701,1138,'_menu_item_target',''),(702,1138,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(703,1138,'_menu_item_xfn',''),(704,1138,'_menu_item_url','#'),(705,1139,'_menu_item_type','custom'),(706,1139,'_menu_item_menu_item_parent','1138'),(707,1139,'_menu_item_object_id','1139'),(708,1139,'_menu_item_object','custom'),(709,1139,'_menu_item_target',''),(710,1139,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(711,1139,'_menu_item_xfn',''),(712,1139,'_menu_item_url','#'),(713,1140,'_menu_item_type','custom'),(714,1140,'_menu_item_menu_item_parent','1139'),(715,1140,'_menu_item_object_id','1140'),(716,1140,'_menu_item_object','custom'),(717,1140,'_menu_item_target',''),(718,1140,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(719,1140,'_menu_item_xfn',''),(720,1140,'_menu_item_url','#'),(721,1141,'_menu_item_type','custom'),(722,1141,'_menu_item_menu_item_parent','1140'),(723,1141,'_menu_item_object_id','1141'),(724,1141,'_menu_item_object','custom'),(725,1141,'_menu_item_target',''),(726,1141,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(727,1141,'_menu_item_xfn',''),(728,1141,'_menu_item_url','#'),(729,1142,'_menu_item_type','custom'),(730,1142,'_menu_item_menu_item_parent','1141'),(731,1142,'_menu_item_object_id','1142'),(732,1142,'_menu_item_object','custom'),(733,1142,'_menu_item_target',''),(734,1142,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(735,1142,'_menu_item_xfn',''),(736,1142,'_menu_item_url','#'),(737,1143,'_menu_item_type','custom'),(738,1143,'_menu_item_menu_item_parent','1142'),(739,1143,'_menu_item_object_id','1143'),(740,1143,'_menu_item_object','custom'),(741,1143,'_menu_item_target',''),(742,1143,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(743,1143,'_menu_item_xfn',''),(744,1143,'_menu_item_url','#'),(745,1144,'_menu_item_type','custom'),(746,1144,'_menu_item_menu_item_parent','0'),(747,1144,'_menu_item_object_id','1144'),(748,1144,'_menu_item_object','custom'),(749,1144,'_menu_item_target',''),(750,1144,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(751,1144,'_menu_item_xfn',''),(752,1144,'_menu_item_url','#'),(1300,1320,'_menu_item_type','post_type'),(1280,1319,'_edit_last','1'),(1281,1319,'_edit_lock','1391527652:1'),(1282,1319,'_wp_page_template','default'),(1283,1319,'slide_template',''),(1284,1320,'banner_search','yes'),(1285,1320,'karma_slider_type','null'),(1286,1320,'truethemes_slider_jq_bgcolor','#'),(1287,1320,'meta_truethemes_gallery_layout','null'),(1288,1320,'meta_truethemes_gallery_framestyle','null'),(1289,1320,'meta_truethemes_gallery_title_check','yes'),(1290,1320,'meta_truethemes_gallery_description_check','yes'),(1291,1320,'meta_truethemes_gallery_filter_linktext','All'),(1292,1320,'_multiple_portfolio_cat_id','-1'),(1293,1320,'page_primary_color_scheme','null'),(1294,1320,'page_secondary_color_scheme','null'),(1295,1320,'page_background_color','#'),(1296,1320,'page_background_position','left top'),(1297,1320,'page_background_repeat','repeat'),(1298,1320,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1299,1320,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(784,1156,'_menu_item_type','custom'),(785,1156,'_menu_item_menu_item_parent','0'),(786,1156,'_menu_item_object_id','1156'),(787,1156,'_menu_item_object','custom'),(788,1156,'_menu_item_target',''),(789,1156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(790,1156,'_menu_item_xfn',''),(791,1156,'_menu_item_url','#'),(792,1157,'_menu_item_type','custom'),(793,1157,'_menu_item_menu_item_parent','1144'),(794,1157,'_menu_item_object_id','1157'),(795,1157,'_menu_item_object','custom'),(796,1157,'_menu_item_target',''),(797,1157,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(798,1157,'_menu_item_xfn',''),(799,1157,'_menu_item_url','#'),(800,1158,'_menu_item_type','custom'),(801,1158,'_menu_item_menu_item_parent','1144'),(802,1158,'_menu_item_object_id','1158'),(803,1158,'_menu_item_object','custom'),(804,1158,'_menu_item_target',''),(805,1158,'_menu_item_classes','a:1:{i:0;s:21:\"custom-menu-css-class\";}'),(806,1158,'_menu_item_xfn',''),(807,1158,'_menu_item_url','#'),(808,1159,'_menu_item_type','custom'),(809,1159,'_menu_item_menu_item_parent','1144'),(810,1159,'_menu_item_object_id','1159'),(811,1159,'_menu_item_object','custom'),(812,1159,'_menu_item_target','_blank'),(813,1159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(814,1159,'_menu_item_xfn',''),(815,1159,'_menu_item_url','http://apple.com'),(1445,1325,'_multiple_portfolio_cat_id','-1'),(1444,1325,'meta_truethemes_gallery_filter_linktext','All'),(1443,1325,'meta_truethemes_gallery_description_check','yes'),(1442,1325,'meta_truethemes_gallery_title_check','yes'),(1440,1325,'meta_truethemes_gallery_layout','null'),(1441,1325,'meta_truethemes_gallery_framestyle','null'),(1447,1325,'page_secondary_color_scheme','null'),(1446,1325,'page_primary_color_scheme','null'),(2403,1426,'_wp_attached_file','2014/01/publicinecolor.png'),(2404,1426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:270;s:4:\"file\";s:26:\"2014/01/publicinecolor.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"publicinecolor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"publicinecolor-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2665,1412,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2666,1412,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2331,1412,'banner_search','yes'),(2332,1412,'karma_slider_type','null'),(2333,1412,'truethemes_slider_jq_bgcolor','#'),(2334,1412,'tt_karma_slider_category','a:1:{i:0;s:2:\"74\";}'),(2335,1412,'meta_truethemes_gallery_layout','null'),(2612,1467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1535;s:6:\"height\";i:1063;s:4:\"file\";s:30:\"2014/02/pascal-per-website.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"pascal-per-website-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"pascal-per-website-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"pascal-per-website-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2401,1425,'_wp_attached_file','2014/01/cartolina.png'),(1373,1323,'page_background_position','left top'),(1372,1323,'page_background_color','#'),(2386,1421,'_edit_last','1'),(2387,1421,'_edit_lock','1390904147:1'),(2388,1335,'_edit_lock','1390903052:1'),(2611,1467,'_wp_attached_file','2014/02/pascal-per-website.jpg'),(2362,1417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1535;s:6:\"height\";i:1063;s:4:\"file\";s:27:\"2014/01/paola-antonella.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"paola-antonella-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"paola-antonella-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"paola-antonella-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D7000\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1385565741;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";}}'),(2382,1420,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2381,1420,'_menu_item_target',''),(2379,1420,'_menu_item_object_id','1412'),(2380,1420,'_menu_item_object','page'),(2339,1412,'meta_truethemes_gallery_filter_linktext','All'),(2656,1412,'meta_truethemes_gallery_category','a:0:{}'),(2377,1420,'_menu_item_type','post_type'),(2378,1420,'_menu_item_menu_item_parent','1326'),(2407,1427,'_edit_lock','1390906121:1'),(2420,1429,'_wp_attached_file','2014/01/articolo-Federnotizie-settembre-2013.pdf'),(2482,1446,'_wp_attached_file','2014/02/Bollettino-n.-40.pdf'),(2483,1446,'_edit_lock','1391419161:1'),(2633,1369,'meta_truethemes_gallery_category','a:0:{}'),(2337,1412,'meta_truethemes_gallery_title_check','yes'),(2336,1412,'meta_truethemes_gallery_framestyle','null'),(2402,1425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:270;s:4:\"file\";s:21:\"2014/01/cartolina.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"cartolina-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"cartolina-300x96.png\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2394,1421,'slider_image_layout','full-width-image'),(932,1242,'_menu_item_type','post_type'),(933,1242,'_menu_item_menu_item_parent','0'),(934,1242,'_menu_item_object_id','1149'),(935,1242,'_menu_item_object','page'),(936,1242,'_menu_item_target',''),(937,1242,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(938,1242,'_menu_item_xfn',''),(939,1242,'_menu_item_url',''),(940,1243,'_menu_item_type','post_type'),(941,1243,'_menu_item_menu_item_parent','0'),(942,1243,'_menu_item_object_id','1062'),(943,1243,'_menu_item_object','page'),(944,1243,'_menu_item_target',''),(945,1243,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(946,1243,'_menu_item_xfn',''),(947,1243,'_menu_item_url',''),(948,1244,'_menu_item_type','post_type'),(949,1244,'_menu_item_menu_item_parent','0'),(950,1244,'_menu_item_object_id','1066'),(951,1244,'_menu_item_object','page'),(952,1244,'_menu_item_target',''),(953,1244,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(954,1244,'_menu_item_xfn',''),(955,1244,'_menu_item_url',''),(956,1245,'_menu_item_type','post_type'),(957,1245,'_menu_item_menu_item_parent','0'),(958,1245,'_menu_item_object_id','1064'),(959,1245,'_menu_item_object','page'),(960,1245,'_menu_item_target',''),(961,1245,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(962,1245,'_menu_item_xfn',''),(963,1245,'_menu_item_url',''),(964,1246,'_menu_item_type','post_type'),(965,1246,'_menu_item_menu_item_parent','0'),(966,1246,'_menu_item_object_id','1146'),(967,1246,'_menu_item_object','page'),(968,1246,'_menu_item_target',''),(969,1246,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(970,1246,'_menu_item_xfn',''),(971,1246,'_menu_item_url',''),(972,1247,'_menu_item_type','post_type'),(973,1247,'_menu_item_menu_item_parent','0'),(974,1247,'_menu_item_object_id','1145'),(975,1247,'_menu_item_object','page'),(976,1247,'_menu_item_target',''),(977,1247,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(978,1247,'_menu_item_xfn',''),(979,1247,'_menu_item_url',''),(980,1248,'_menu_item_type','post_type'),(981,1248,'_menu_item_menu_item_parent','0'),(982,1248,'_menu_item_object_id','1147'),(983,1248,'_menu_item_object','page'),(984,1248,'_menu_item_target',''),(985,1248,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(986,1248,'_menu_item_xfn',''),(987,1248,'_menu_item_url',''),(988,1249,'_menu_item_type','post_type'),(989,1249,'_menu_item_menu_item_parent','0'),(990,1249,'_menu_item_object_id','1148'),(991,1249,'_menu_item_object','page'),(992,1249,'_menu_item_target',''),(993,1249,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(994,1249,'_menu_item_xfn',''),(995,1249,'_menu_item_url',''),(996,1250,'_menu_item_type','post_type'),(997,1250,'_menu_item_menu_item_parent','0'),(998,1250,'_menu_item_object_id','1150'),(999,1250,'_menu_item_object','page'),(1000,1250,'_menu_item_target',''),(1001,1250,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1002,1250,'_menu_item_xfn',''),(1003,1250,'_menu_item_url',''),(1004,1251,'_menu_item_type','post_type'),(1005,1251,'_menu_item_menu_item_parent','0'),(1006,1251,'_menu_item_object_id','1151'),(1007,1251,'_menu_item_object','page'),(1008,1251,'_menu_item_target',''),(1009,1251,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1010,1251,'_menu_item_xfn',''),(1011,1251,'_menu_item_url',''),(1012,1252,'_menu_item_type','post_type'),(1013,1252,'_menu_item_menu_item_parent','0'),(1014,1252,'_menu_item_object_id','1152'),(1015,1252,'_menu_item_object','page'),(1016,1252,'_menu_item_target',''),(1017,1252,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1018,1252,'_menu_item_xfn',''),(1019,1252,'_menu_item_url',''),(1020,1253,'_menu_item_type','post_type'),(1021,1253,'_menu_item_menu_item_parent','0'),(1022,1253,'_menu_item_object_id','1153'),(1023,1253,'_menu_item_object','page'),(1024,1253,'_menu_item_target',''),(1025,1253,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1026,1253,'_menu_item_xfn',''),(1027,1253,'_menu_item_url',''),(1028,1254,'_menu_item_type','post_type'),(1029,1254,'_menu_item_menu_item_parent','0'),(1030,1254,'_menu_item_object_id','1162'),(1031,1254,'_menu_item_object','page'),(1032,1254,'_menu_item_target',''),(1033,1254,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1034,1254,'_menu_item_xfn',''),(1035,1254,'_menu_item_url',''),(1036,1255,'_menu_item_type','post_type'),(1037,1255,'_menu_item_menu_item_parent','0'),(1038,1255,'_menu_item_object_id','1154'),(1039,1255,'_menu_item_object','page'),(1040,1255,'_menu_item_target',''),(1041,1255,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1042,1255,'_menu_item_xfn',''),(1043,1255,'_menu_item_url',''),(1044,1256,'_menu_item_type','post_type'),(1045,1256,'_menu_item_menu_item_parent','0'),(1046,1256,'_menu_item_object_id','1155'),(1047,1256,'_menu_item_object','page'),(1048,1256,'_menu_item_target',''),(1049,1256,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1050,1256,'_menu_item_xfn',''),(1051,1256,'_menu_item_url',''),(1052,1257,'_menu_item_type','post_type'),(1053,1257,'_menu_item_menu_item_parent','0'),(1054,1257,'_menu_item_object_id','1149'),(1055,1257,'_menu_item_object','page'),(1056,1257,'_menu_item_target',''),(1057,1257,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1058,1257,'_menu_item_xfn',''),(1059,1257,'_menu_item_url',''),(1060,1258,'_menu_item_type','post_type'),(1061,1258,'_menu_item_menu_item_parent','1114'),(1062,1258,'_menu_item_object_id','1062'),(1063,1258,'_menu_item_object','page'),(1064,1258,'_menu_item_target',''),(1065,1258,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1066,1258,'_menu_item_xfn',''),(1067,1258,'_menu_item_url',''),(1068,1259,'_menu_item_type','post_type'),(1069,1259,'_menu_item_menu_item_parent','1114'),(1070,1259,'_menu_item_object_id','1066'),(1071,1259,'_menu_item_object','page'),(1072,1259,'_menu_item_target',''),(1073,1259,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1074,1259,'_menu_item_xfn',''),(1075,1259,'_menu_item_url',''),(1076,1260,'_menu_item_type','post_type'),(1077,1260,'_menu_item_menu_item_parent','1114'),(1078,1260,'_menu_item_object_id','1064'),(1079,1260,'_menu_item_object','page'),(1080,1260,'_menu_item_target',''),(1081,1260,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1082,1260,'_menu_item_xfn',''),(1083,1260,'_menu_item_url',''),(1084,1261,'_menu_item_type','post_type'),(1085,1261,'_menu_item_menu_item_parent','1114'),(1086,1261,'_menu_item_object_id','1146'),(1087,1261,'_menu_item_object','page'),(1088,1261,'_menu_item_target',''),(1089,1261,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1090,1261,'_menu_item_xfn',''),(1091,1261,'_menu_item_url',''),(1092,1262,'_menu_item_type','post_type'),(1093,1262,'_menu_item_menu_item_parent','1114'),(1094,1262,'_menu_item_object_id','1145'),(1095,1262,'_menu_item_object','page'),(1096,1262,'_menu_item_target',''),(1097,1262,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1098,1262,'_menu_item_xfn',''),(1099,1262,'_menu_item_url',''),(1100,1263,'_menu_item_type','post_type'),(1101,1263,'_menu_item_menu_item_parent','1114'),(1102,1263,'_menu_item_object_id','1147'),(1103,1263,'_menu_item_object','page'),(1104,1263,'_menu_item_target',''),(1105,1263,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1106,1263,'_menu_item_xfn',''),(1107,1263,'_menu_item_url',''),(1108,1264,'_menu_item_type','post_type'),(1109,1264,'_menu_item_menu_item_parent','1114'),(1110,1264,'_menu_item_object_id','1148'),(1111,1264,'_menu_item_object','page'),(1112,1264,'_menu_item_target',''),(1113,1264,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1114,1264,'_menu_item_xfn',''),(1115,1264,'_menu_item_url',''),(2395,1421,'slider_image','http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/cartolina.png'),(2338,1412,'meta_truethemes_gallery_description_check','yes'),(1339,1319,'truethemes_page_checkbox','on'),(2601,1319,'_aioseop_title','Studio legale notarile Stadler Catteno Chiasso'),(2598,1319,'meta_truethemes_gallery_category','a:0:{}'),(1326,1319,'tt_karma_slider_category','a:1:{i:0;s:2:\"74\";}'),(1322,1319,'page_background_position','left top'),(1321,1319,'page_background_color','#'),(1320,1319,'page_secondary_color_scheme','null'),(1319,1319,'page_primary_color_scheme','null'),(1318,1319,'_multiple_portfolio_cat_id','-1'),(1317,1319,'meta_truethemes_gallery_filter_linktext','All'),(1316,1319,'meta_truethemes_gallery_description_check','yes'),(1315,1319,'meta_truethemes_gallery_title_check','yes'),(1314,1319,'meta_truethemes_gallery_framestyle','null'),(1302,1320,'_menu_item_object_id','1319'),(1303,1320,'_menu_item_object','page'),(1304,1320,'_menu_item_target',''),(1305,1320,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1306,1320,'_menu_item_xfn',''),(1307,1320,'_menu_item_url',''),(2600,1319,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(2599,1319,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1310,1319,'banner_search','yes'),(1311,1319,'karma_slider_type','karma-custom-jquery-1'),(1312,1319,'truethemes_slider_jq_bgcolor','#ffffff'),(1313,1319,'meta_truethemes_gallery_layout','null'),(1371,1323,'page_secondary_color_scheme','null'),(1370,1323,'page_primary_color_scheme','null'),(1369,1323,'_multiple_portfolio_cat_id','-1'),(1368,1323,'meta_truethemes_gallery_filter_linktext','All'),(1367,1323,'meta_truethemes_gallery_description_check','yes'),(1366,1323,'meta_truethemes_gallery_title_check','yes'),(1365,1323,'meta_truethemes_gallery_framestyle','null'),(1364,1323,'meta_truethemes_gallery_layout','null'),(1363,1323,'truethemes_slider_jq_bgcolor','#'),(1362,1323,'karma_slider_type','null'),(1361,1323,'banner_search','yes'),(1360,1322,'slide_template',''),(1359,1322,'_wp_page_template','index.php'),(1358,1322,'_edit_lock','1391526446:1'),(1301,1320,'_menu_item_menu_item_parent','0'),(2393,1421,'slide_template',''),(2384,1420,'_menu_item_url',''),(2383,1420,'_menu_item_xfn',''),(2343,1412,'page_background_color','#'),(2344,1412,'page_background_position','left top'),(2345,1412,'page_background_repeat','repeat'),(2361,1417,'_wp_attached_file','2014/01/paola-antonella.jpg'),(2351,1412,'_edit_lock','1392111512:9'),(2342,1412,'page_secondary_color_scheme','null'),(2340,1412,'_multiple_portfolio_cat_id','-1'),(2341,1412,'page_primary_color_scheme','null'),(2405,1427,'_wp_attached_file','2014/01/Contact-us.jpg'),(2406,1427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:419;s:6:\"height\";i:286;s:4:\"file\";s:22:\"2014/01/Contact-us.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Contact-us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Contact-us-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:21:\"zest_marina - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2213,1400,'_menu_item_type','post_type'),(2214,1400,'_menu_item_menu_item_parent','1326'),(2215,1400,'_menu_item_object_id','1369'),(2216,1400,'_menu_item_object','page'),(2217,1400,'_menu_item_target',''),(2218,1400,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2219,1400,'_menu_item_xfn',''),(2220,1400,'_menu_item_url',''),(2254,1319,'slider_cat_id','66'),(2258,1403,'_wp_attached_file','2014/01/about-us.jpg'),(2259,1403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:404;s:6:\"height\";i:256;s:4:\"file\";s:20:\"2014/01/about-us.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"about-us-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"about-us-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2276,1406,'_edit_lock','1391418974:1'),(2277,1406,'_edit_last','1'),(2282,1408,'_edit_last','1'),(2281,1408,'_edit_lock','1391527158:1'),(2280,1406,'slide_template','default'),(2302,1412,'_edit_last','9'),(2284,1408,'slide_template','default'),(2303,1412,'slide_template',''),(2610,1466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1535;s:6:\"height\";i:1063;s:4:\"file\";s:32:\"2014/02/pascal-per-website-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"pascal-per-website-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"pascal-per-website-2-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"pascal-per-website-2-1024x709.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:709;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1877,1364,'meta_truethemes_gallery_filter_linktext','All'),(1878,1364,'_multiple_portfolio_cat_id','-1'),(1879,1364,'page_primary_color_scheme','null'),(1880,1364,'page_secondary_color_scheme','null'),(1881,1364,'page_background_color','#'),(1882,1364,'page_background_position','left top'),(1883,1364,'page_background_repeat','repeat'),(1889,1366,'_menu_item_type','post_type'),(1890,1366,'_menu_item_menu_item_parent','1326'),(1891,1366,'_menu_item_object_id','1364'),(1892,1366,'_menu_item_object','page'),(1893,1366,'_menu_item_target',''),(1894,1366,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1895,1366,'_menu_item_xfn',''),(1896,1366,'_menu_item_url',''),(2635,1369,'sbg_selected_sidebar_replacement','a:1:{i:0;s:1:\"0\";}'),(1961,1374,'_wp_attached_file','2014/01/sandro-stadler.jpg'),(1924,1369,'slide_template',''),(1925,1369,'truethemes_page_checkbox','on'),(1926,1369,'banner_search','yes'),(1927,1369,'karma_slider_type','null'),(1928,1369,'truethemes_slider_jq_bgcolor','#'),(1929,1369,'tt_karma_slider_category','a:1:{i:0;s:2:\"74\";}'),(1930,1369,'meta_truethemes_gallery_layout','null'),(1931,1369,'meta_truethemes_gallery_framestyle','null'),(1932,1369,'meta_truethemes_gallery_title_check','yes'),(1933,1369,'meta_truethemes_gallery_description_check','yes'),(1934,1369,'meta_truethemes_gallery_filter_linktext','All'),(1935,1369,'_multiple_portfolio_cat_id','-1'),(1936,1369,'page_primary_color_scheme','null'),(1937,1369,'page_secondary_color_scheme','null'),(1938,1369,'page_background_color','#'),(1939,1369,'page_background_position','left top'),(1940,1369,'page_background_repeat','repeat'),(2634,1369,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1962,1374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:416;s:4:\"file\";s:26:\"2014/01/sandro-stadler.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"sandro-stadler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"sandro-stadler-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1950,1371,'_wp_attached_file','2014/01/sarah-stadler.jpg'),(1951,1371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:416;s:4:\"file\";s:25:\"2014/01/sarah-stadler.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sarah-stadler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sarah-stadler-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1970,1376,'_wp_attached_file','2014/01/pascal-cattaneo.jpg'),(1971,1376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:416;s:4:\"file\";s:27:\"2014/01/pascal-cattaneo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"pascal-cattaneo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"pascal-cattaneo-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2626,1357,'meta_truethemes_gallery_category','a:0:{}'),(2609,1466,'_wp_attached_file','2014/02/pascal-per-website-2.jpg'),(1990,1379,'_edit_last','1'),(1991,1379,'_edit_lock','1391527557:1'),(1992,1379,'slide_template',''),(1993,1381,'truethemes_page_checkbox','on'),(1994,1381,'banner_search','yes'),(1995,1381,'karma_slider_type','null'),(1996,1381,'truethemes_slider_jq_bgcolor','#'),(1997,1381,'tt_karma_slider_category','home-page '),(1998,1381,'meta_truethemes_gallery_layout','null'),(1999,1381,'meta_truethemes_gallery_framestyle','null'),(2000,1381,'meta_truethemes_gallery_title_check','yes'),(2001,1381,'meta_truethemes_gallery_description_check','yes'),(2002,1381,'meta_truethemes_gallery_filter_linktext','All'),(2003,1381,'_multiple_portfolio_cat_id','-1'),(2004,1381,'page_primary_color_scheme','null'),(2005,1381,'page_secondary_color_scheme','null'),(2006,1381,'page_background_color','#'),(2007,1381,'page_background_position','left top'),(2008,1381,'page_background_repeat','repeat'),(2009,1381,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2010,1381,'sbg_selected_sidebar_replacement','a:1:{i:0;s:24:\"Contact Sidebar (iPhone)\";}'),(2011,1381,'_menu_item_type','post_type'),(2012,1381,'_menu_item_menu_item_parent','0'),(2013,1381,'_menu_item_object_id','1379'),(2014,1381,'_menu_item_object','page'),(2015,1381,'_menu_item_target',''),(2016,1381,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2017,1381,'_menu_item_xfn',''),(2018,1381,'_menu_item_url',''),(2072,1379,'sbg_selected_sidebar_replacement','a:1:{i:0;s:7:\"Contact\";}'),(2021,1379,'truethemes_page_checkbox','on'),(2022,1379,'banner_search','yes'),(2023,1379,'karma_slider_type','null'),(2024,1379,'truethemes_slider_jq_bgcolor','#'),(2025,1379,'tt_karma_slider_category','a:1:{i:0;s:2:\"74\";}'),(2026,1379,'meta_truethemes_gallery_layout','null'),(2027,1379,'meta_truethemes_gallery_framestyle','null'),(2028,1379,'meta_truethemes_gallery_title_check','yes'),(2029,1379,'meta_truethemes_gallery_description_check','yes'),(2030,1379,'meta_truethemes_gallery_filter_linktext','All'),(2031,1379,'_multiple_portfolio_cat_id','-1'),(2032,1379,'page_primary_color_scheme','null'),(2033,1379,'page_secondary_color_scheme','null'),(2034,1379,'page_background_color','#'),(2035,1379,'page_background_position','left top'),(2036,1379,'page_background_repeat','repeat'),(2057,1379,'meta_truethemes_gallery_category','a:0:{}'),(2071,1379,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2060,1379,'_wp_page_template','template_contact_googlemap.php'),(2073,1385,'_wp_attached_file','2014/01/Fotolia_2506685_XS-1.jpg'),(2074,1385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:423;s:6:\"height\";i:283;s:4:\"file\";s:32:\"2014/01/Fotolia_2506685_XS-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Fotolia_2506685_XS-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Fotolia_2506685_XS-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:16:\"Charly - Fotolia\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1172421768;s:9:\"copyright\";s:16:\"Charly - Fotolia\";s:12:\"focal_length\";s:3:\"135\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:8:\"conclure\";}}'),(2075,1385,'_edit_lock','1389705244:1'),(2088,1387,'_wp_attached_file','2014/01/Fotolia_391100_XS.jpg'),(2089,1387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:424;s:6:\"height\";i:283;s:4:\"file\";s:29:\"2014/01/Fotolia_391100_XS.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Fotolia_391100_XS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Fotolia_391100_XS-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.5;s:6:\"credit\";s:13:\"TOM - Fotolia\";s:6:\"camera\";s:22:\"Canon EOS 350D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1137247878;s:9:\"copyright\";s:13:\"TOM - Fotolia\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:13:\"konfrontation\";}}'),(2090,1387,'_edit_lock','1389705251:1'); /*!40000 ALTER TABLE `sc_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_posts` -- DROP TABLE IF EXISTS `sc_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=1487 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_posts` -- LOCK TABLES `sc_posts` WRITE; /*!40000 ALTER TABLE `sc_posts` DISABLE KEYS */; INSERT INTO `sc_posts` VALUES (1486,1,'2015-01-12 11:16:11','0000-00-00 00:00:00','','Bozza automatica','','auto-draft','closed','closed','','','','','2015-01-12 11:16:11','0000-00-00 00:00:00','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1486',0,'post','',0),(1483,9,'2014-02-11 10:31:59','2014-02-11 09:31:59','[one_fourth]\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\n[/one_fourth]\n\n[three_fourth_last]\n\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\n<table>\n<tbody>\n<tr>\n<td>Lunedì – Giovedì:</td>\n<td> 8.30 – 12.00</td>\n</tr>\n<tr>\n<td></td>\n<td>14.00 – 17.30</td>\n</tr>\n<tr>\n<td><span style=\"line-height: 1.6em;\">Venerdì:</span></td>\n<td> 8.30 – 12.00</td>\n</tr>\n<tr>\n<td></td>\n<td>14.00 – 17.00</td>\n</tr>\n</tbody>\n</table>\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\n\n<span style=\"line-height: 1.6em;\">[/three_fourth_last]</span>','Segretariato','','inherit','closed','closed','','1412-autosave-v1','','','2014-02-11 10:31:59','2014-02-11 09:31:59','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-autosave-v1/',0,'revision','',0),(1393,1,'2014-01-14 14:26:24','2014-01-14 13:26:24','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 14:26:24','2014-01-14 13:26:24','',1319,'http://sandbox.dos-group.com/stadlercattaneo/1319-revision-v1/',0,'revision','',0),(1392,1,'2014-01-14 14:24:56','2014-01-14 13:24:56','<h2 id=\"diritto-privato\"><b style=\"font-family: sans-serif; line-height: normal;\">Diritto privato</b></h2>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato.\r\n<h3><b style=\"line-height: 1.6em;\">Diritto delle persone e di famiglia</b></h3>\r\n<span style=\"line-height: 1.6em;\">Comprende i procedimenti di separazione dei coniugi, consensuali e/o giudiziali, come pure i procedimenti di divorzio, garantendo e tutelando il nucleo famigliare comprendente i figli nati durante e fuori dal matrimonio. Vengono altresì garantiti i diritti dei figli nati da genitori non uniti in matrimonio, come pure le azioni di riconoscimento/disconoscimento di paternità. Inoltre vengono tutelati i diritti nelle procedure di protezione dell’adulto e dei minori.</span>\r\n<h5>Diritto successorio</h5>\r\n<span style=\"line-height: 1.6em;\">I clienti che si indirizzano allo Studio legale Stadler-Cattaneo vengono patrocinati nelle procedure successorie sia in ambito di procedure di volontaria giurisdizione, come pure in ambito contenzioso. Le prestazioni vengono offerte anche per le successioni aventi carattere internazionale.</span>\r\n<h3><b style=\"line-height: 1.6em;\">Diritti reali</b></h3>\r\n<span style=\"line-height: 1.6em;\">Proprietà e possesso, servitù prediali, usufrutto, diritto di abitazione, ipoteche, cartelle ipotecarie, ipoteche legali e pegni manuali: in questi ambiti gli avvocati sono in grado di offrire ai propri clienti consulenze di ottima qualità.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Vengono inoltre date consulenze in ambito di problematiche condominiali, e di rapporti di vicinato: tali aspetti scaturiscono soprattutto da situazioni giuridiche di proprietà per piani (PPP).</span>\r\n<h3><b style=\"line-height: 1.6em;\">Diritto dei contratti</b></h3>\r\n<span style=\"line-height: 1.6em;\">Il contratto è un negozio giuridico mediante il quale le parti contraenti, manifestando la loro reciproca volontà tesa a produrre effetti giuridici, si obbligano a prestazioni vicendevoli. Il contratto può essere scritto o tacito: in entrambi i casi possono sorgere disaccordi o incomprensioni dando così nascita a contenziosi.</span>\r\n<h5>Compravendita</h5>\r\nIl contratto di compravendita è il contratto che ha per oggetto il trasferimento della proprietà di una determinata cosa (mobile o immobile), o di un diritto per il quale viene corrisposto un determinato prezzo.\r\n\r\nDa quanto qui sopra esposto e ritenuta la frequenza di tali atti, più o meno complessi, nella vita quotidiana di ognuno di noi, lo Studio legale Stadler – Cattaneo è in grado di offrire alla clientela consulenza in vista della stipulazione di un contratto, o ancora alla redazione dello stesso. Gli avvocati, inoltre, occupandosi di contenzioso, sono in grado di assistere i propri clienti in ambito di procedure afferenti il Codice delle obbligazioni.\r\n<h5>Appalto</h5>\r\n<span style=\"line-height: 1.6em;\">Trattasi di un contratto nel quale l’appaltatore si obbliga, nei confronti della committenza, a compiere un’opera e quest’ultima a pagare una mercede. L’appaltatore è pertanto tenuto a conseguire un risultato. Di principio, oggetto del contratto di appalto sono le costruzioni di beni immobili o immobili. Tuttavia, il contratto di appalto non esclude la fornitura di assistenza consulenza, vigilanza, direzione lavori e altre forme ancora. Basti pensare alle prestazioni fornite da un architetto: a seconda della prestazione, si configura un contratto di appalto, altre invece, un contratto di mandato. È dunque proprio nel conseguimento del risultato che si distinguono i due tipi di contratto.</span>\r\n\r\nQuesta distinzione è nella pratica spesso molto sottile e pertanto ne scaturiscono controversie giuridiche.\r\n<h5>Mandato</h5>\r\nCome accennato sopra, il contratto di appalto si distingue dal contratto di mandato per il conseguimento di un risultato. Il mandato è quel rapporto giuridico che contrappone il mandatario al mandante, mediante il quale il primo si obbliga a svolgere e a compiere gli affari o i servigi richiesti dal mandante. In parole più semplici, è quel contratto che nella pratica di tutti i giorni viene concluso con un libero professionista, affinché quest’ultimo lo assiste in un determinato ambito.\r\n<h5><span style=\"line-height: 1.6em;\">Locazione</span></h5>\r\nIl diritto della locazione ha un ruolo preponderate nella vita di molte persone, forse di ognuna di noi, ritenuto che vi sono pure locazioni commerciali.\r\n\r\nParte conduttrice, essendo la parte contrattuale più debole, spesso si trova nella situazione in cui non osa formulare determinate richieste al padrone di casa nonostante tali richieste altro non sono che dei diritti.\r\n\r\n<span style=\"line-height: 1.6em;\">D’altra parte, vi sono pure casi in cui, ad esempio, parte locatrice deve sfrattare parte conduttrice a seguito del mancato e reiterato pagamento del canone mensile.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Per questi ed altri aspetti legati all’ambito del diritto di locazione, lo Studio legale Stadler-Cattaneo sarà in grado di fornirvi una consulenza ed assistervi nel contenzioso, sia dinanzi agli Uffici di conciliazione in materia di locazione, sia dinanzi alle Preture, risp. al Tribunale d’appello.</span>\r\n<h5><span style=\"line-height: 1.6em;\">Diritto societario</span></h5>\r\n<span style=\"line-height: 1.6em;\">Considerato il forte sviluppo economico e la situazione economica finanziaria dei Paesi facenti parte della vicina Penisola attuali, il diritto societario e commerciale acquista vieppiù importanza nel nostro Cantone.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Lo studio legale è in grado di rispondere alle domande inerenti aspetti di diritto societario, come pure alla costituzione di società, ritenuto che l’avv. Sandro Stadler esercita anche la professione di notaio.</span>\r\n<h5>Esecuzione e fallimenti</h5>\r\nTutti noi stiamo vivendo questo periodo di crisi economica intern azionale che ha ripercussioni anche alle nostre latitudini. Se ad esempio, per delle prestazioni che avete fornito la vostra fattura è rimasta scoperta, vi è la possibilità di avviare una procedura esecutiva nei confronti della persona debitrice. In caso contrario, invece, se siete voi a non aver pagato determinate prestazioni, vi verrà notificato quasi sicuramente un precetto esecutivo. Come agire allora? Quali sono i passi da seguire?\r\n\r\nGli avvocati dello Studio legale offrono la propria consulenza e patrocinano i propri clienti anche in questo ambito.\r\n<h2 id=\"diritto-pubblico\"><b>Diritto pubblico</b></h2>\r\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.</span>\r\n<h5><span style=\"line-height: 1.6em;\">Diritto penale</span></h5>\r\nOltre che ad essere iscritti al picchetto penale per le difese di ufficio, gli avvocati sono a disposizione per i mandati detti di fiducia, ossia quando un privato si rivolge ad un avvocato chiedendo di essere assistito in un determinato procedimento.\r\n\r\nOltre che alla difesa di maggiorenni in tutti gli ambiti del diritto penale, gli avvocati dello Studio assistono anche minorenni nei procedimenti dinanzi alla Magistratura dei minorenni.\r\n\r\nLo Studio legale Stadler-Cattaneo offre la propria assistenza anche per procedimenti pendenti fuori Cantone.\r\n\r\nVengono inoltre seguite pratiche in materia di rogatorie internazionali, nonché nel campo dell’estradizione.\r\n\r\nGli avvocati patrocinano inoltre i propri clienti nelle pratiche concernenti il diritto penale amministrativo, ossia in materia di dazi doganali, risp. nei procedimenti pendenti dinananzi all’Amministrazione federale delle dogane.\r\n\r\nIn particolare, l’avv. Cattaneo ha maturato una grande esperienza in ambito penale, ritenuto che ha lavorato presso il Tribunale Penale Cantonale di Lugano quale vicecancelliere.\r\n<h5>Diritto amministrativo</h5>\r\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto regola i rapporti tra lo Stato ed il cittadino.</span>\r\n\r\nL’ampiezza di questo ambito è grande, ritenuto che esso comprende il diritto espropriativo, la pianificazione del territorio, il diritto edilizio, le commesse pubbliche, il diritto degli stranieri, le sanzioni amministrative in ambito di circolazione stradale, nonché le patenti per gli esercizi pubblici.\r\n<h5><span style=\"line-height: 1.6em;\">Diritto delle assicurazioni sociali</span></h5>\r\nQuesto ramo del diritto si occupa di regolare gli aspetti legati all’attribuzione, rispettivamente alla soppressione di rendite AI, LAINF, LADI ed altre ancora.\r\n\r\n<span style=\"line-height: 1.6em;\">Le tempistiche in questo ambito del diritto sono piuttosto lunghe: spesso l’intervento di un legale può aiutare a velocizzare determinati passaggi.</span>\r\n<h5><span style=\"line-height: 1.6em;\">Diritto tributario</span></h5>\r\nLo studio legale, ed in particolare il notaio avv. Sandro Stadler, offre consulenza in materia fiscale soprattutto in ambito successorio, nonché negli aspetti fiscali legati alla compravendita di immobili.\r\n\r\ninserire campagna pubblicitaria FSA -à meglio investire in una consulenza legale. Per evitare problemi futuri!','Avvocatura','','inherit','open','open','','1339-revision-v1','','','2014-01-14 14:24:56','2014-01-14 13:24:56','',1339,'http://sandbox.dos-group.com/stadlercattaneo/?p=1392',0,'revision','',0),(1072,1,'2014-01-13 17:55:39','2014-01-13 16:55:39','','Home','','publish','open','open','','home','','','2014-01-13 17:55:39','2014-01-13 16:55:39','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1072',1,'nav_menu_item','',0),(1114,1,'2014-01-13 17:55:40','2014-01-13 16:55:40','','Pages','','publish','open','open','','pages','','','2014-01-13 17:55:40','2014-01-13 16:55:40','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1114',2,'nav_menu_item','',0),(1115,1,'2014-01-13 17:55:40','2014-01-13 16:55:40','','Categories','','publish','open','open','','categories','','','2014-01-13 17:55:40','2014-01-13 16:55:40','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1115',10,'nav_menu_item','',0),(1345,1,'2014-01-14 14:24:45','2014-01-14 13:24:45','<h2 id=\"diritto-privato\"><b style=\"font-family: sans-serif; line-height: normal;\">Diritto privato</b></h2>\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato.\n<h3><b style=\"line-height: 1.6em;\">Diritto delle persone e di famiglia</b></h3>\n<span style=\"line-height: 1.6em;\">Comprende i procedimenti di separazione dei coniugi, consensuali e/o giudiziali, come pure i procedimenti di divorzio, garantendo e tutelando il nucleo famigliare comprendente i figli nati durante e fuori dal matrimonio. Vengono altresì garantiti i diritti dei figli nati da genitori non uniti in matrimonio, come pure le azioni di riconoscimento/disconoscimento di paternità. Inoltre vengono tutelati i diritti nelle procedure di protezione dell’adulto e dei minori.</span>\n<h5>Diritto successorio</h5>\n<span style=\"line-height: 1.6em;\">I clienti che si indirizzano allo Studio legale Stadler-Cattaneo vengono patrocinati nelle procedure successorie sia in ambito di procedure di volontaria giurisdizione, come pure in ambito contenzioso. Le prestazioni vengono offerte anche per le successioni aventi carattere internazionale.</span>\n<h3><b style=\"line-height: 1.6em;\">Diritti reali</b></h3>\n<span style=\"line-height: 1.6em;\">Proprietà e possesso, servitù prediali, usufrutto, diritto di abitazione, ipoteche, cartelle ipotecarie, ipoteche legali e pegni manuali: in questi ambiti gli avvocati sono in grado di offrire ai propri clienti consulenze di ottima qualità.</span>\n\n<span style=\"line-height: 1.6em;\">Vengono inoltre date consulenze in ambito di problematiche condominiali, e di rapporti di vicinato: tali aspetti scaturiscono soprattutto da situazioni giuridiche di proprietà per piani (PPP).</span>\n<h3><b style=\"line-height: 1.6em;\">Diritto dei contratti</b></h3>\n<span style=\"line-height: 1.6em;\">Il contratto è un negozio giuridico mediante il quale le parti contraenti, manifestando la loro reciproca volontà tesa a produrre effetti giuridici, si obbligano a prestazioni vicendevoli. Il contratto può essere scritto o tacito: in entrambi i casi possono sorgere disaccordi o incomprensioni dando così nascita a contenziosi.</span>\n<h5>Compravendita</h5>\nIl contratto di compravendita è il contratto che ha per oggetto il trasferimento della proprietà di una determinata cosa (mobile o immobile), o di un diritto per il quale viene corrisposto un determinato prezzo.\n\nDa quanto qui sopra esposto e ritenuta la frequenza di tali atti, più o meno complessi, nella vita quotidiana di ognuno di noi, lo Studio legale Stadler – Cattaneo è in grado di offrire alla clientela consulenza in vista della stipulazione di un contratto, o ancora alla redazione dello stesso. Gli avvocati, inoltre, occupandosi di contenzioso, sono in grado di assistere i propri clienti in ambito di procedure afferenti il Codice delle obbligazioni.\n<h5>Appalto</h5>\n<span style=\"line-height: 1.6em;\">Trattasi di un contratto nel quale l’appaltatore si obbliga, nei confronti della committenza, a compiere un’opera e quest’ultima a pagare una mercede. L’appaltatore è pertanto tenuto a conseguire un risultato. Di principio, oggetto del contratto di appalto sono le costruzioni di beni immobili o immobili. Tuttavia, il contratto di appalto non esclude la fornitura di assistenza consulenza, vigilanza, direzione lavori e altre forme ancora. Basti pensare alle prestazioni fornite da un architetto: a seconda della prestazione, si configura un contratto di appalto, altre invece, un contratto di mandato. È dunque proprio nel conseguimento del risultato che si distinguono i due tipi di contratto.</span>\n\nQuesta distinzione è nella pratica spesso molto sottile e pertanto ne scaturiscono controversie giuridiche.\n<h5>Mandato</h5>\nCome accennato sopra, il contratto di appalto si distingue dal contratto di mandato per il conseguimento di un risultato. Il mandato è quel rapporto giuridico che contrappone il mandatario al mandante, mediante il quale il primo si obbliga a svolgere e a compiere gli affari o i servigi richiesti dal mandante. In parole più semplici, è quel contratto che nella pratica di tutti i giorni viene concluso con un libero professionista, affinché quest’ultimo lo assiste in un determinato ambito.\n<h5><span style=\"line-height: 1.6em;\">Locazione</span></h5>\nIl diritto della locazione ha un ruolo preponderate nella vita di molte persone, forse di ognuna di noi, ritenuto che vi sono pure locazioni commerciali.\n\nParte conduttrice, essendo la parte contrattuale più debole, spesso si trova nella situazione in cui non osa formulare determinate richieste al padrone di casa nonostante tali richieste altro non sono che dei diritti.\n\n<span style=\"line-height: 1.6em;\">D’altra parte, vi sono pure casi in cui, ad esempio, parte locatrice deve sfrattare parte conduttrice a seguito del mancato e reiterato pagamento del canone mensile.</span>\n\n<span style=\"line-height: 1.6em;\">Per questi ed altri aspetti legati all’ambito del diritto di locazione, lo Studio legale Stadler-Cattaneo sarà in grado di fornirvi una consulenza ed assistervi nel contenzioso, sia dinanzi agli Uffici di conciliazione in materia di locazione, sia dinanzi alle Preture, risp. al Tribunale d’appello.</span>\n<h5><span style=\"line-height: 1.6em;\">Diritto societario</span></h5>\n<span style=\"line-height: 1.6em;\">Considerato il forte sviluppo economico e la situazione economica finanziaria dei Paesi facenti parte della vicina Penisola attuali, il diritto societario e commerciale acquista vieppiù importanza nel nostro Cantone.</span>\n\n<span style=\"line-height: 1.6em;\">Lo studio legale è in grado di rispondere alle domande inerenti aspetti di diritto societario, come pure alla costituzione di società, ritenuto che l’avv. Sandro Stadler esercita anche la professione di notaio.</span>\n<h5>Esecuzione e fallimenti</h5>\nTutti noi stiamo vivendo questo periodo di crisi economica intern azionale che ha ripercussioni anche alle nostre latitudini. Se ad esempio, per delle prestazioni che avete fornito la vostra fattura è rimasta scoperta, vi è la possibilità di avviare una procedura esecutiva nei confronti della persona debitrice. In caso contrario, invece, se siete voi a non aver pagato determinate prestazioni, vi verrà notificato quasi sicuramente un precetto esecutivo. Come agire allora? Quali sono i passi da seguire?\n\nGli avvocati dello Studio legale offrono la propria consulenza e patrocinano i propri clienti anche in questo ambito.\n<h2 id=\"diritto-pubblico\"><b>Diritto pubblico</b></h2>\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.</span>\n<h5><span style=\"line-height: 1.6em;\">Diritto penale</span></h5>\nOltre che ad essere iscritti al picchetto penale per le difese di ufficio, gli avvocati sono a disposizione per i mandati detti di fiducia, ossia quando un privato si rivolge ad un avvocato chiedendo di essere assistito in un determinato procedimento.\n\nOltre che alla difesa di maggiorenni in tutti gli ambiti del diritto penale, gli avvocati dello Studio assistono anche minorenni nei procedimenti dinanzi alla Magistratura dei minorenni.\n\nLo Studio legale Stadler-Cattaneo offre la propria assistenza anche per procedimenti pendenti fuori Cantone.\n\nVengono inoltre seguite pratiche in materia di rogatorie internazionali, nonché nel campo dell’estradizione.\n\nGli avvocati patrocinano inoltre i propri clienti nelle pratiche concernenti il diritto penale amministrativo, ossia in materia di dazi doganali, risp. nei procedimenti pendenti dinananzi all’Amministrazione federale delle dogane.\n\nIn particolare, l’avv. Cattaneo ha maturato una grande esperienza in ambito penale, ritenuto che ha lavorato presso il Tribunale Penale Cantonale di Lugano quale vicecancelliere.\n<h5>Diritto amministrativo</h5>\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto regola i rapporti tra lo Stato ed il cittadino.</span>\n\nL’ampiezza di questo ambito è grande, ritenuto che esso comprende il diritto espropriativo, la pianificazione del territorio, il diritto edilizio, le commesse pubbliche, il diritto degli stranieri, le sanzioni amministrative in ambito di circolazione stradale, nonché le patenti per gli esercizi pubblici.\n<h5><span style=\"line-height: 1.6em;\">Diritto delle assicurazioni sociali</span></h5>\nQuesto ramo del diritto si occupa di regolare gli aspetti legati all’attribuzione, rispettivamente alla soppressione di rendite AI, LAINF, LADI ed altre ancora.\n\n<span style=\"line-height: 1.6em;\">Le tempistiche in questo ambito del diritto sono piuttosto lunghe: spesso l’intervento di un legale può aiutare a velocizzare determinati passaggi.</span>\n<h5><span style=\"line-height: 1.6em;\">Diritto tributario</span></h5>\nLo studio legale, ed in particolare il notaio avv. Sandro Stadler, offre consulenza in materia fiscale soprattutto in ambito successorio, nonché negli aspetti fiscali legati alla compravendita di immobili.\n\ninserire campagna pubblicitaria FSA -à meglio investire in una consulenza legale. Per evitare problemi futuri!','Avvocatura','','inherit','open','open','','1339-autosave-v1','','','2014-01-14 14:24:45','2014-01-14 13:24:45','',1339,'http://sandbox.dos-group.com/stadlercattaneo/?p=1345',0,'revision','',0),(1133,1,'2014-01-13 17:55:40','2014-01-13 16:55:40','','Depth','','publish','open','open','','depth','','','2014-01-13 17:55:40','2014-01-13 16:55:40','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1133',29,'nav_menu_item','',0),(1134,1,'2014-01-13 17:55:40','2014-01-13 16:55:40','','Level 01','','publish','open','open','','level-01','','','2014-01-13 17:55:40','2014-01-13 16:55:40','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1134',30,'nav_menu_item','',0),(1135,1,'2014-01-13 17:55:40','2014-01-13 16:55:40','','Level 02','','publish','open','open','','level-02','','','2014-01-13 17:55:40','2014-01-13 16:55:40','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1135',31,'nav_menu_item','',0),(1136,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Level 03','','publish','open','open','','level-03','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1136',32,'nav_menu_item','',0),(1137,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Level 04','','publish','open','open','','level-04','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1137',33,'nav_menu_item','',0),(1138,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Level 05','','publish','open','open','','level-05','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1138',34,'nav_menu_item','',0),(1139,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Level 06','','publish','open','open','','level-06','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1139',35,'nav_menu_item','',0),(1140,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Level 07','','publish','open','open','','level-07','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1140',36,'nav_menu_item','',0),(1141,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Level 08','','publish','open','open','','level-08','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1141',37,'nav_menu_item','',0),(1142,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Level 09','','publish','open','open','','level-09','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1142',38,'nav_menu_item','',0),(1143,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Level 10','','publish','open','open','','level-10','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1143',39,'nav_menu_item','',0),(1144,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Advanced','','publish','open','open','','advanced','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1144',40,'nav_menu_item','',0),(1319,1,'2014-01-14 09:43:18','2014-01-14 08:43:18','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Contact-us.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/contatti/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','publish','open','open','','home','','','2014-02-04 15:19:25','2014-02-04 14:19:25','',0,'http://sandbox.dos-group.com/stadlercattaneo/?page_id=1319',3,'page','',0),(1320,1,'2014-01-14 09:43:18','2014-01-14 08:43:18',' ','','','publish','open','closed','','1320','','','2014-01-28 11:22:59','2014-01-28 10:22:59','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1320',1,'nav_menu_item','',0),(1321,1,'2014-01-14 09:43:18','2014-01-14 08:43:18','','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 09:43:18','2014-01-14 08:43:18','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1321',0,'revision','',0),(1322,1,'2014-01-14 09:46:37','2014-01-14 08:46:37','','Ultime news','','publish','closed','closed','','ultime-news','','','2014-01-14 14:11:45','2014-01-14 13:11:45','',0,'http://sandbox.dos-group.com/stadlercattaneo/?page_id=1322',5,'page','',0),(1323,1,'2014-01-14 09:46:37','2014-01-14 08:46:37',' ','','','publish','open','closed','','1323','','','2014-01-28 11:22:59','2014-01-28 10:22:59','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1323',9,'nav_menu_item','',0),(1324,1,'2014-01-14 09:46:37','2014-01-14 08:46:37','','Ultime news','','inherit','open','open','','1322-revision-v1','','','2014-01-14 09:46:37','2014-01-14 08:46:37','',1322,'http://sandbox.dos-group.com/stadlercattaneo/?p=1324',0,'revision','',0),(1325,1,'2014-01-14 09:48:44','2014-01-14 08:48:44','<span style=\"line-height: 1.6em;\">Lo Studio legale e notarile è stato fondato nel 1985 su iniziativa dell’avvocato Sandro Stadler.</span>\r\n\r\nSituato accanto al valico doganale di Chiasso, da sempre occupa una zona strategica per tutto il Ticino e la vicina Repubblica Italiana.\r\n\r\nLo studio occupa fin dalla sua costituzione gli spazi di un immobile storico della piazza chiassese: la costruzione risale alla prima metà del secolo scorso.\r\nGeograficamente, grazie alla sua ubicazione, lo studio è il primo entrando in Svizzera e l’ultimo uscendo in Italia.\r\n\r\nNel 2006, l’avvocato Pascal Cattaneo è divenuto contitolare fondando così lo Studio legale e notarile Stadler – Cattaneo.\r\nDal 2012 è pure attiva professionalmente l’avvocato Sarah Stadler.','Lo studio','','publish','open','open','','lo-studio','','','2014-01-15 15:19:02','2014-01-15 14:19:02','',0,'http://sandbox.dos-group.com/stadlercattaneo/?page_id=1325',2,'page','',0),(1326,1,'2014-01-14 09:48:44','2014-01-14 08:48:44',' ','','','publish','open','closed','','1326','','','2014-01-28 11:22:59','2014-01-28 10:22:59','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1326',2,'nav_menu_item','',0),(1327,1,'2014-01-14 09:48:44','2014-01-14 08:48:44','Lo Studio legale e notarile è stato fondato nel 1985 su iniziativa dell’avvocato Sandro Stadler.\r\n\r\nSituato accanto al valico doganale di Chiasso, da sempre occupa una zona strategica per tutto il Ticino e la vicina Repubblica Italiana.\r\n\r\nLo studio occupa fin dalla sua costituzione gli spazi di un immobile storico della piazza chiassese: la costruzione risale alla prima metà del secolo scorso.\r\n\r\nGeograficamente, grazie alla sua ubicazione, lo studio è il primo entrando in Svizzera e l’ultimo uscendo in Italia.\r\n\r\nNel 2006, l’avvocato Pascal Cattaneo è divenuto contitolare fondando così lo Studio legale e notarile Stadler – Cattaneo.\r\n\r\nDal 2012 è pure attiva professionalmente l’avvocato Sarah Stadler.','Lo studio','','inherit','open','open','','1325-revision-v1','','','2014-01-14 09:48:44','2014-01-14 08:48:44','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?p=1327',0,'revision','',0),(1328,1,'2014-01-14 10:22:22','2014-01-14 09:22:22','<span style=\"line-height: 1.6em;\">Lo Studio legale e notarile è stato fondato nel 1985 su iniziativa dell’avvocato Sandro Stadler.</span>\r\n\r\nSituato accanto al valico doganale di Chiasso, da sempre occupa una zona strategica per tutto il Ticino e la vicina Repubblica Italiana.\r\n\r\nLo studio occupa fin dalla sua costituzione gli spazi di un immobile storico della piazza chiassese: la costruzione risale alla prima metà del secolo scorso.\r\nGeograficamente, grazie alla sua ubicazione, lo studio è il primo entrando in Svizzera e l’ultimo uscendo in Italia.\r\n\r\nNel 2006, l’avvocato Pascal Cattaneo è divenuto contitolare fondando così lo Studio legale e notarile Stadler – Cattaneo.\r\nDal 2012 è pure attiva professionalmente l’avvocato Sarah Stadler.','Lo studio','','inherit','open','open','','1325-autosave-v1','','','2014-01-14 10:22:22','2014-01-14 09:22:22','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?p=1328',0,'revision','',0),(1329,1,'2014-01-14 09:50:47','2014-01-14 08:50:47',' \r\n\r\nLo Studio legale e notarile è stato fondato nel 1985 su iniziativa dell’avvocato Sandro Stadler.\r\nSituato accanto al valico doganale di Chiasso, da sempre occupa una zona strategica per tutto il Ticino e la vicina Repubblica Italiana.\r\n\r\nLo studio occupa fin dalla sua costituzione gli spazi di un immobile storico della piazza chiassese: la costruzione risale alla prima metà del secolo scorso.\r\nGeograficamente, grazie alla sua ubicazione, lo studio è il primo entrando in Svizzera e l’ultimo uscendo in Italia.\r\n\r\nNel 2006, l’avvocato Pascal Cattaneo è divenuto contitolare fondando così lo Studio legale e notarile Stadler – Cattaneo.\r\nDal 2012 è pure attiva professionalmente l’avvocato Sarah Stadler.','Lo studio','','inherit','open','open','','1325-revision-v1','','','2014-01-14 09:50:47','2014-01-14 08:50:47','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?p=1329',0,'revision','',0),(1332,1,'2014-01-14 10:00:08','2014-01-14 09:00:08','This is Photoshop\'s version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris. Morbi accumsan ipsum velit. Nam nec tellus a odio tincidunt auctor a ornare odio.','Lo studio - slide 1','','publish','closed','closed','','1332','','','2014-01-15 09:55:58','2014-01-15 08:55:58','',0,'http://sandbox.dos-group.com/stadlercattaneo/?post_type=karma-slider&p=1332',0,'karma-slider','',0),(1333,1,'2014-01-14 09:59:32','2014-01-14 08:59:32','','stadler-cattaneo-da-piazza-elvezia-bis','','inherit','open','open','','_dsc4235-da-piazza-elvezia-bis','','','2014-01-14 09:59:32','2014-01-14 08:59:32','',1332,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/DSC4235-da-piazza-elvezia-bis.jpg',0,'attachment','image/jpeg',0),(1334,1,'2014-01-14 10:00:46','2014-01-14 09:00:46','Lo Studio legale e notarile è stato fondato nel 1985 su iniziativa dell’avvocato Sandro Stadler.\r\n\r\nSituato accanto al valico doganale di Chiasso, da sempre occupa una zona strategica per tutto il Ticino e la vicina Repubblica Italiana.\r\n\r\nLo studio occupa fin dalla sua costituzione gli spazi di un immobile storico della piazza chiassese: la costruzione risale alla prima metà del secolo scorso.\r\nGeograficamente, grazie alla sua ubicazione, lo studio è il primo entrando in Svizzera e l’ultimo uscendo in Italia.\r\n\r\nNel 2006, l’avvocato Pascal Cattaneo è divenuto contitolare fondando così lo Studio legale e notarile Stadler – Cattaneo.\r\nDal 2012 è pure attiva professionalmente l’avvocato Sarah Stadler.','Lo studio','','inherit','open','open','','1325-revision-v1','','','2014-01-14 10:00:46','2014-01-14 09:00:46','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?p=1334',0,'revision','',0),(1335,1,'2014-01-14 10:03:33','2014-01-14 09:03:33','','stadler-cattaneo-da-piazza-elvezia-bis-960','','inherit','open','open','','_dsc4235-da-piazza-elvezia-bis-960','','','2014-01-14 10:03:33','2014-01-14 09:03:33','',1332,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/DSC4235-da-piazza-elvezia-bis-960.jpg',0,'attachment','image/jpeg',0),(1336,1,'2014-01-14 10:08:16','2014-01-14 09:08:16','<span style=\"line-height: 1.6em;\">Lo Studio legale e notarile è stato fondato nel 1985 su iniziativa dell’avvocato Sandro Stadler.</span>\r\n\r\nSituato accanto al valico doganale di Chiasso, da sempre occupa una zona strategica per tutto il Ticino e la vicina Repubblica Italiana.\r\n\r\nLo studio occupa fin dalla sua costituzione gli spazi di un immobile storico della piazza chiassese: la costruzione risale alla prima metà del secolo scorso.\r\nGeograficamente, grazie alla sua ubicazione, lo studio è il primo entrando in Svizzera e l’ultimo uscendo in Italia.\r\n\r\nNel 2006, l’avvocato Pascal Cattaneo è divenuto contitolare fondando così lo Studio legale e notarile Stadler – Cattaneo.\r\nDal 2012 è pure attiva professionalmente l’avvocato Sarah Stadler.','Lo studio','','inherit','open','open','','1325-revision-v1','','','2014-01-14 10:08:16','2014-01-14 09:08:16','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?p=1336',0,'revision','',0),(1337,1,'2014-01-14 10:25:21','2014-01-14 09:25:21','Lo Studio legale e notarile è stato fondato nel 1985 su iniziativa dell’avvocato Sandro Stadler.\r\n\r\nSituato accanto al valico doganale di Chiasso, da sempre occupa una zona strategica per tutto il Ticino e la vicina Repubblica Italiana. Lo studio occupa fin dalla sua costituzione gli spazi di un immobile storico della piazza chiassese: la costruzione risale alla prima metà del secolo scorso.','Chi siamo','','publish','closed','closed','','home-page-slide-1','','','2014-01-15 09:49:54','2014-01-15 08:49:54','',0,'http://sandbox.dos-group.com/stadlercattaneo/?post_type=karma-slider&p=1337',0,'karma-slider','',0),(1338,1,'2014-01-14 10:25:06','2014-01-14 09:25:06','','_DSC4235-da-piazza-elvezia-bis-404','','inherit','open','open','','_dsc4235-da-piazza-elvezia-bis-404','','','2014-01-14 10:25:06','2014-01-14 09:25:06','',1337,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/DSC4235-da-piazza-elvezia-bis-404.jpg',0,'attachment','image/jpeg',0),(1339,1,'2014-01-14 10:58:00','2014-01-14 09:58:00','<h2 id=\"diritto-privato\"><b style=\"font-family: sans-serif; line-height: normal;\">Diritto privato</b></h2>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato.\r\n<h3><b style=\"line-height: 1.6em;\">Diritto delle persone e di famiglia</b></h3>\r\n<span style=\"line-height: 1.6em;\">Comprende i procedimenti di separazione dei coniugi, consensuali e/o giudiziali, come pure i procedimenti di divorzio, garantendo e tutelando il nucleo famigliare comprendente i figli nati durante e fuori dal matrimonio. Vengono altresì garantiti i diritti dei figli nati da genitori non uniti in matrimonio, come pure le azioni di riconoscimento/disconoscimento di paternità. Inoltre vengono tutelati i diritti nelle procedure di protezione dell’adulto e dei minori.</span>\r\n<h5>Diritto successorio</h5>\r\n<span style=\"line-height: 1.6em;\">I clienti che si indirizzano allo Studio legale Stadler-Cattaneo vengono patrocinati nelle procedure successorie sia in ambito di procedure di volontaria giurisdizione, come pure in ambito contenzioso. Le prestazioni vengono offerte anche per le successioni aventi carattere internazionale.</span>\r\n<h3><b style=\"line-height: 1.6em;\">Diritti reali</b></h3>\r\n<span style=\"line-height: 1.6em;\">Proprietà e possesso, servitù prediali, usufrutto, diritto di abitazione, ipoteche, cartelle ipotecarie, ipoteche legali e pegni manuali: in questi ambiti gli avvocati sono in grado di offrire ai propri clienti consulenze di ottima qualità.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Vengono inoltre date consulenze in ambito di problematiche condominiali, e di rapporti di vicinato: tali aspetti scaturiscono soprattutto da situazioni giuridiche di proprietà per piani (PPP).</span>\r\n<h3><b style=\"line-height: 1.6em;\">Diritto dei contratti</b></h3>\r\n<span style=\"line-height: 1.6em;\">Il contratto è un negozio giuridico mediante il quale le parti contraenti, manifestando la loro reciproca volontà tesa a produrre effetti giuridici, si obbligano a prestazioni vicendevoli. Il contratto può essere scritto o tacito: in entrambi i casi possono sorgere disaccordi o incomprensioni dando così nascita a contenziosi.</span>\r\n<h5>Compravendita</h5>\r\nIl contratto di compravendita è il contratto che ha per oggetto il trasferimento della proprietà di una determinata cosa (mobile o immobile), o di un diritto per il quale viene corrisposto un determinato prezzo.\r\n\r\nDa quanto qui sopra esposto e ritenuta la frequenza di tali atti, più o meno complessi, nella vita quotidiana di ognuno di noi, lo Studio legale Stadler – Cattaneo è in grado di offrire alla clientela consulenza in vista della stipulazione di un contratto, o ancora alla redazione dello stesso. Gli avvocati, inoltre, occupandosi di contenzioso, sono in grado di assistere i propri clienti in ambito di procedure afferenti il Codice delle obbligazioni.\r\n<h5>Appalto</h5>\r\n<span style=\"line-height: 1.6em;\">Trattasi di un contratto nel quale l’appaltatore si obbliga, nei confronti della committenza, a compiere un’opera e quest’ultima a pagare una mercede. L’appaltatore è pertanto tenuto a conseguire un risultato. Di principio, oggetto del contratto di appalto sono le costruzioni di beni immobili o immobili. Tuttavia, il contratto di appalto non esclude la fornitura di assistenza consulenza, vigilanza, direzione lavori e altre forme ancora. Basti pensare alle prestazioni fornite da un architetto: a seconda della prestazione, si configura un contratto di appalto, altre invece, un contratto di mandato. È dunque proprio nel conseguimento del risultato che si distinguono i due tipi di contratto.</span>\r\n\r\nQuesta distinzione è nella pratica spesso molto sottile e pertanto ne scaturiscono controversie giuridiche.\r\n<h5>Mandato</h5>\r\nCome accennato sopra, il contratto di appalto si distingue dal contratto di mandato per il conseguimento di un risultato. Il mandato è quel rapporto giuridico che contrappone il mandatario al mandante, mediante il quale il primo si obbliga a svolgere e a compiere gli affari o i servigi richiesti dal mandante. In parole più semplici, è quel contratto che nella pratica di tutti i giorni viene concluso con un libero professionista, affinché quest’ultimo lo assiste in un determinato ambito.\r\n<h5><span style=\"line-height: 1.6em;\">Locazione</span></h5>\r\nIl diritto della locazione ha un ruolo preponderate nella vita di molte persone, forse di ognuna di noi, ritenuto che vi sono pure locazioni commerciali.\r\n\r\nParte conduttrice, essendo la parte contrattuale più debole, spesso si trova nella situazione in cui non osa formulare determinate richieste al padrone di casa nonostante tali richieste altro non sono che dei diritti.\r\n\r\n<span style=\"line-height: 1.6em;\">D’altra parte, vi sono pure casi in cui, ad esempio, parte locatrice deve sfrattare parte conduttrice a seguito del mancato e reiterato pagamento del canone mensile.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Per questi ed altri aspetti legati all’ambito del diritto di locazione, lo Studio legale Stadler-Cattaneo sarà in grado di fornirvi una consulenza ed assistervi nel contenzioso, sia dinanzi agli Uffici di conciliazione in materia di locazione, sia dinanzi alle Preture, risp. al Tribunale d’appello.</span>\r\n<h5><span style=\"line-height: 1.6em;\">Diritto societario</span></h5>\r\n<span style=\"line-height: 1.6em;\">Considerato il forte sviluppo economico e la situazione economica finanziaria dei Paesi facenti parte della vicina Penisola attuali, il diritto societario e commerciale acquista vieppiù importanza nel nostro Cantone.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Lo studio legale è in grado di rispondere alle domande inerenti aspetti di diritto societario, come pure alla costituzione di società, ritenuto che l’avv. Sandro Stadler esercita anche la professione di notaio.</span>\r\n<h5>Esecuzione e fallimenti</h5>\r\nTutti noi stiamo vivendo questo periodo di crisi economica intern azionale che ha ripercussioni anche alle nostre latitudini. Se ad esempio, per delle prestazioni che avete fornito la vostra fattura è rimasta scoperta, vi è la possibilità di avviare una procedura esecutiva nei confronti della persona debitrice. In caso contrario, invece, se siete voi a non aver pagato determinate prestazioni, vi verrà notificato quasi sicuramente un precetto esecutivo. Come agire allora? Quali sono i passi da seguire?\r\n\r\nGli avvocati dello Studio legale offrono la propria consulenza e patrocinano i propri clienti anche in questo ambito.\r\n<h2 id=\"diritto-pubblico\"><b>Diritto pubblico</b></h2>\r\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.</span>\r\n<h5><span style=\"line-height: 1.6em;\">Diritto penale</span></h5>\r\nOltre che ad essere iscritti al picchetto penale per le difese di ufficio, gli avvocati sono a disposizione per i mandati detti di fiducia, ossia quando un privato si rivolge ad un avvocato chiedendo di essere assistito in un determinato procedimento.\r\n\r\nOltre che alla difesa di maggiorenni in tutti gli ambiti del diritto penale, gli avvocati dello Studio assistono anche minorenni nei procedimenti dinanzi alla Magistratura dei minorenni.\r\n\r\nLo Studio legale Stadler-Cattaneo offre la propria assistenza anche per procedimenti pendenti fuori Cantone.\r\n\r\nVengono inoltre seguite pratiche in materia di rogatorie internazionali, nonché nel campo dell’estradizione.\r\n\r\nGli avvocati patrocinano inoltre i propri clienti nelle pratiche concernenti il diritto penale amministrativo, ossia in materia di dazi doganali, risp. nei procedimenti pendenti dinananzi all’Amministrazione federale delle dogane.\r\n\r\nIn particolare, l’avv. Cattaneo ha maturato una grande esperienza in ambito penale, ritenuto che ha lavorato presso il Tribunale Penale Cantonale di Lugano quale vicecancelliere.\r\n<h5>Diritto amministrativo</h5>\r\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto regola i rapporti tra lo Stato ed il cittadino.</span>\r\n\r\nL’ampiezza di questo ambito è grande, ritenuto che esso comprende il diritto espropriativo, la pianificazione del territorio, il diritto edilizio, le commesse pubbliche, il diritto degli stranieri, le sanzioni amministrative in ambito di circolazione stradale, nonché le patenti per gli esercizi pubblici.\r\n<h5><span style=\"line-height: 1.6em;\">Diritto delle assicurazioni sociali</span></h5>\r\nQuesto ramo del diritto si occupa di regolare gli aspetti legati all’attribuzione, rispettivamente alla soppressione di rendite AI, LAINF, LADI ed altre ancora.\r\n\r\n<span style=\"line-height: 1.6em;\">Le tempistiche in questo ambito del diritto sono piuttosto lunghe: spesso l’intervento di un legale può aiutare a velocizzare determinati passaggi.</span>\r\n<h5><span style=\"line-height: 1.6em;\">Diritto tributario</span></h5>\r\nLo studio legale, ed in particolare il notaio avv. Sandro Stadler, offre consulenza in materia fiscale soprattutto in ambito successorio, nonché negli aspetti fiscali legati alla compravendita di immobili.\r\n\r\ninserire campagna pubblicitaria FSA -à meglio investire in una consulenza legale. Per evitare problemi futuri!','Avvocatura','','publish','open','open','','avvocatura','','','2014-01-14 14:25:27','2014-01-14 13:25:27','',0,'http://sandbox.dos-group.com/stadlercattaneo/?page_id=1339',1,'page','',0),(1156,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','Custom Menu Description','Menu Description','','publish','open','open','','menu-description','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1156',44,'nav_menu_item','',0),(1157,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Menu Title Attribute','Custom Title Attribute','publish','open','open','','menu-title-attribute','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1157',41,'nav_menu_item','',0),(1158,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','Menu CSS Class','','publish','open','open','','menu-css-class','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1158',42,'nav_menu_item','',0),(1159,1,'2014-01-13 17:55:41','2014-01-13 16:55:41','','New Window / Tab','','publish','open','open','','new-window-tab','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1159',43,'nav_menu_item','',0),(1462,1,'2014-02-04 15:18:30','2014-02-04 14:18:30','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Contact-us.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/contatti/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','closed','closed','','1319-revision-v1','','','2014-02-04 15:18:30','2014-02-04 14:18:30','',1319,'http://sandbox.dos-group.com/stadlercattaneo/1319-revision-v1/',0,'revision','',0),(1461,1,'2014-02-04 15:18:03','2014-02-04 14:18:03','[callout1]<span style=\"color: #ff6600;\"><strong>Esempio</strong> </span>Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Contact-us.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/contatti/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','closed','closed','','1319-revision-v1','','','2014-02-04 15:18:03','2014-02-04 14:18:03','',1319,'http://sandbox.dos-group.com/stadlercattaneo/1319-revision-v1/',0,'revision','',0),(1464,1,'2014-02-04 15:19:08','2014-02-04 14:19:08','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Contact-us.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/contatti/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','closed','closed','','1319-revision-v1','','','2014-02-04 15:19:08','2014-02-04 14:19:08','',1319,'http://sandbox.dos-group.com/stadlercattaneo/1319-revision-v1/',0,'revision','',0),(1466,1,'2014-02-04 15:52:35','2014-02-04 14:52:35','','pascal-per-website-2','','inherit','closed','closed','','pascal-per-website-2','','','2014-02-04 15:52:35','2014-02-04 14:52:35','',1357,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website-2.jpg',0,'attachment','image/jpeg',0),(1467,1,'2014-02-04 15:52:46','2014-02-04 14:52:46','','pascal-per-website','','inherit','closed','closed','','pascal-per-website','','','2014-02-04 15:52:46','2014-02-04 14:52:46','',1408,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website.jpg',0,'attachment','image/jpeg',0),(1468,1,'2014-02-04 15:57:02','2014-02-04 14:57:02','','sarah-stadler_sito','','inherit','closed','closed','','sarah-stadler_sito','','','2014-02-04 15:57:02','2014-02-04 14:57:02','',1369,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/sarah-stadler_sito.jpg',0,'attachment','image/jpeg',0),(1469,1,'2014-02-04 16:01:22','2014-02-04 15:01:22','[one_fourth]\r\n<img class=\"alignnone size-full wp-image-1466\" alt=\"pascal-per-website-2\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website-2.jpg\" width=\"1535\" height=\"1063\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n<h2><span style=\"font-size: 14px; line-height: 1.6em;\">L’avv. </span><strong style=\"font-size: 14px; line-height: 1.6em;\">Pascal Cattaneo</strong><span style=\"font-size: 14px; line-height: 1.6em;\"> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.</span></h2>\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n<ul>\r\n <li>Membro dell’Ordine degli Avvocati del Cantone Ticino - attuale Presidente e della Federazione Svizzera degli Avvocati</li>\r\n</ul>\r\n<h3>Campi di attività</h3>\r\n<ul>\r\n <li>Diritto penale</li>\r\n <li>Diritto amministrativo</li>\r\n <li>Diritto del lavoro</li>\r\n <li>Diritto dei contratti</li>\r\n <li>Diritto di famiglia</li>\r\n</ul>\r\n \r\n<h2>Vita politica</h2>\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Avv. Pascal Cattaneo','','inherit','closed','closed','','1357-revision-v1','','','2014-02-04 16:01:22','2014-02-04 15:01:22','',1357,'http://sandbox.dos-group.com/stadlercattaneo/1357-revision-v1/',0,'revision','',0),(1470,1,'2014-02-04 16:02:27','2014-02-04 15:02:27','[one_fourth]\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website-2.jpg\"><img class=\"alignnone size-large wp-image-1466\" alt=\"pascal-per-website-2\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website-2-1024x709.jpg\" width=\"960\" height=\"664\" /></a>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n<h2><span style=\"font-size: 14px; line-height: 1.6em;\">L’avv. </span><strong style=\"font-size: 14px; line-height: 1.6em;\">Pascal Cattaneo</strong><span style=\"font-size: 14px; line-height: 1.6em;\"> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.</span></h2>\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n<ul>\r\n <li>Membro dell’Ordine degli Avvocati del Cantone Ticino - attuale Presidente e della Federazione Svizzera degli Avvocati</li>\r\n</ul>\r\n<h3>Campi di attività</h3>\r\n<ul>\r\n <li>Diritto penale</li>\r\n <li>Diritto amministrativo</li>\r\n <li>Diritto del lavoro</li>\r\n <li>Diritto dei contratti</li>\r\n <li>Diritto di famiglia</li>\r\n</ul>\r\n \r\n<h2>Vita politica</h2>\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Avv. Pascal Cattaneo','','inherit','closed','closed','','1357-revision-v1','','','2014-02-04 16:02:27','2014-02-04 15:02:27','',1357,'http://sandbox.dos-group.com/stadlercattaneo/1357-revision-v1/',0,'revision','',0),(1447,1,'2014-02-03 10:16:55','2014-02-03 09:16:55','<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/Bollettino-n.-40.pdf\">Articolo APost plus</a>','La decadenza dei termini secondo A-Post plus','','inherit','closed','closed','','1406-revision-v1','','','2014-02-03 10:16:55','2014-02-03 09:16:55','',1406,'http://sandbox.dos-group.com/stadlercattaneo/1406-revision-v1/',0,'revision','',0),(1448,1,'2014-02-03 10:18:06','2014-02-03 09:18:06','Cliccare sul link per scaricare il pdf\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/Bollettino-n.-40.pdf\">Articolo APost plus</a>','La decadenza dei termini secondo A-Post plus','','inherit','closed','closed','','1406-revision-v1','','','2014-02-03 10:18:06','2014-02-03 09:18:06','',1406,'http://sandbox.dos-group.com/stadlercattaneo/1406-revision-v1/',0,'revision','',0),(1449,1,'2014-02-03 10:18:17','2014-02-03 09:18:17','Cliccare sul link per scaricare il pdf\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf\">articolo Federnotizie settembre 2013</a>','Articolo Federnotizie settembre 2013','','inherit','closed','closed','','1408-revision-v1','','','2014-02-03 10:18:17','2014-02-03 09:18:17','',1408,'http://sandbox.dos-group.com/stadlercattaneo/1408-revision-v1/',0,'revision','',0),(1450,1,'2014-02-03 10:25:32','2014-02-03 09:25:32','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1374\" alt=\"sandro-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sandro-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nNato a Zurigo nel 1952, ha vissuto 18 anni a Roma.\r\nStudi e maturità liceale a Roma.\r\nStudi presso la facoltà di diritto a Zurigo, ottenendo la laurea Rechts- und Staatswissenschaftliche Fakultät “utriusque iuris” nel 1978.\r\n\r\nNel 1979 -1980 ha lavorato due anni presso il Comune di Locarno in qualità di vice-segretario Comunale e giurista della Città di Locarno, quale alunnato giudiziario per un anno.\r\n\r\nIn seguito ha svolto la pratica legale presso lo Studio Borradori a Lugano ottenendo il brevetto di avvocato nel 1982.\r\nHa lavorato un anno nel Servizio giuridico della Banca del Gottardo, Lugano.\r\n\r\nSuccessivamente ha lavorato presso lo studio legale De Pietri & Martinola a Lugano quale avvocato e notaio (1983-1985).\r\n\r\nNel 1986 si è messo in proprio aprendo uno Studio legale e notarile a Chiasso, associandosi in seguito con l’avv. Pascal Cattaneo.\r\n\r\nNel 2003 è entrato nel Consiglio dell’Ordine degli Avvocati del Cantone Ticino, dove per quattro anni ha svolto la funzione di Segretario e ciò fino al 2007.\r\n\r\nNel 2001 è divenuto membro di Comitato della Federazione Svizzera dei Notai, di cui ne è divenuto Vice-Presidente e Presidente dal 2009, funzione che ha ricoperto sino a fine 2013. Egli è altresì membro dell’Ordine dei Notai del Cantone Ticino.\r\n\r\nL’avv. Sandro Stadler è anche membro del Comitato dei Notai Lombardo Ticinese.\r\n\r\nCampi di attività\r\n\r\nNotariato\r\nDiritto civile\r\nDiritto dei contratti\r\nDiritto societario\r\nDiritto successorio svizzero e internazionale\r\n\r\n-Membro dell’Ordine degli Avvocati del Cantone Ticino e della Federazione Svizzera degli Avvocati\r\n\r\n-Membro dell’Ordine dei Notai del Cantone Ticino e della Federazione Svizzera dei Notai - già Presidente\r\n<h2>Vita Politica</h2>\r\n<ul>\r\n <li>1982-1986.: Consigliere Comunale a Chiasso, Presidente della Commissione della gestione, nonché Vice-Presidente del Consiglio Parrocchiale</li>\r\n <li>199… - 199….: Municipale a Balerna</li>\r\n</ul>\r\n<h3>Associazioni:</h3>\r\n<ul>\r\n <li>Lions Club Mendrisiotto\r\nGià membro di comitato e Presidente (1996-1997)\r\nLions Club MD 102, Presidente della Commissione Statuti e membro di gabinetto</li>\r\n <li>Associazione degli Amici del M.a.x. Museo: Presidente e socio fondatore</li>\r\n <li>Membro della UINL (Unione Internazionale del Notariato Latino) di diritto in quanto già Presidente (FSN-SNV) e membro della CAE (Commissione Affari Europei) della UINL.</li>\r\n</ul>\r\n<div>\r\n<h2>Altre funzioni</h2>\r\n</div>\r\nBanca Raiffeisen del Basso Mendrisiotto, membro del CdA, Segretario.\r\n[/three_fourth_last]','Avv. Sandro Stadler','','inherit','closed','closed','','1364-revision-v1','','','2014-02-03 10:25:32','2014-02-03 09:25:32','',1364,'http://sandbox.dos-group.com/stadlercattaneo/1364-revision-v1/',0,'revision','',0),(1451,1,'2014-02-03 10:26:44','2014-02-03 09:26:44','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1374\" alt=\"sandro-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sandro-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nNato a Zurigo nel 1952, ha vissuto 18 anni a Roma.\r\nStudi e maturità liceale a Roma.\r\nStudi presso la facoltà di diritto a Zurigo, ottenendo la laurea Rechts- und Staatswissenschaftliche Fakultät “utriusque iuris” nel 1978.\r\n\r\nNel 1979 -1980 ha lavorato due anni presso il Comune di Locarno in qualità di vice-segretario Comunale e giurista della Città di Locarno, quale alunnato giudiziario per un anno.\r\n\r\nIn seguito ha svolto la pratica legale presso lo Studio Borradori a Lugano ottenendo il brevetto di avvocato nel 1982.\r\nHa lavorato un anno nel Servizio giuridico della Banca del Gottardo, Lugano.\r\n\r\nSuccessivamente ha lavorato presso lo studio legale De Pietri & Martinola a Lugano quale avvocato e notaio (1983-1985).\r\n\r\nNel 1986 si è messo in proprio aprendo uno Studio legale e notarile a Chiasso, associandosi in seguito con l’avv. Pascal Cattaneo.\r\n\r\nNel 2003 è entrato nel Consiglio dell’Ordine degli Avvocati del Cantone Ticino, dove per quattro anni ha svolto la funzione di Segretario e ciò fino al 2007.\r\n\r\nNel 2001 è divenuto membro di Comitato della Federazione Svizzera dei Notai, di cui ne è divenuto Vice-Presidente e Presidente dal 2009, funzione che ha ricoperto sino a fine 2013. Egli è altresì membro dell’Ordine dei Notai del Cantone Ticino.\r\n\r\nL’avv. Sandro Stadler è anche membro del Comitato dei Notai Lombardo Ticinese.\r\n\r\n-Membro dell’Ordine degli Avvocati del Cantone Ticino e della Federazione Svizzera degli Avvocati\r\n\r\n-Membro dell’Ordine dei Notai del Cantone Ticino e della Federazione Svizzera dei Notai - già Presidente\r\n\r\nCampi di attività\r\n\r\nNotariato\r\nDiritto civile\r\nDiritto dei contratti\r\nDiritto societario\r\nDiritto successorio svizzero e internazionale\r\n<h2>Vita Politica</h2>\r\n<ul>\r\n <li>1982-1986.: Consigliere Comunale a Chiasso, Presidente della Commissione della gestione, nonché Vice-Presidente del Consiglio Parrocchiale</li>\r\n <li>199… - 199….: Municipale a Balerna</li>\r\n</ul>\r\n<h3>Associazioni:</h3>\r\n<ul>\r\n <li>Lions Club Mendrisiotto\r\nGià membro di comitato e Presidente (1996-1997)\r\nLions Club MD 102, Presidente della Commissione Statuti e membro di gabinetto</li>\r\n <li>Associazione degli Amici del M.a.x. Museo: Presidente e socio fondatore</li>\r\n <li>Membro della UINL (Unione Internazionale del Notariato Latino) di diritto in quanto già Presidente (FSN-SNV) e membro della CAE (Commissione Affari Europei) della UINL.</li>\r\n</ul>\r\n<div>\r\n<h2>Altre funzioni</h2>\r\n</div>\r\nBanca Raiffeisen del Basso Mendrisiotto, membro del CdA, Segretario.\r\n[/three_fourth_last]','Avv. Sandro Stadler','','inherit','closed','closed','','1364-revision-v1','','','2014-02-03 10:26:44','2014-02-03 09:26:44','',1364,'http://sandbox.dos-group.com/stadlercattaneo/1364-revision-v1/',0,'revision','',0),(1452,1,'2014-02-03 10:28:18','2014-02-03 09:28:18','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1374\" alt=\"sandro-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sandro-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nNato a Zurigo nel 1952, ha vissuto 18 anni a Roma.\r\nStudi e maturità liceale a Roma.\r\nStudi presso la facoltà di diritto a Zurigo, ottenendo la laurea Rechts- und Staatswissenschaftliche Fakultät “utriusque iuris” nel 1978.\r\n\r\nNel 1979 -1980 ha lavorato due anni presso il Comune di Locarno in qualità di vice-segretario Comunale e giurista della Città di Locarno, quale alunnato giudiziario per un anno.\r\n\r\nIn seguito ha svolto la pratica legale presso lo Studio Borradori a Lugano ottenendo il brevetto di avvocato nel 1982.\r\nHa lavorato un anno nel Servizio giuridico della Banca del Gottardo, Lugano.\r\n\r\nSuccessivamente ha lavorato presso lo studio legale De Pietri & Martinola a Lugano quale avvocato e notaio (1983-1985).\r\n\r\nNel 1986 si è messo in proprio aprendo uno Studio legale e notarile a Chiasso, associandosi in seguito con l’avv. Pascal Cattaneo.\r\n\r\nNel 2003 è entrato nel Consiglio dell’Ordine degli Avvocati del Cantone Ticino, dove per quattro anni ha svolto la funzione di Segretario e ciò fino al 2007.\r\n\r\nNel 2001 è divenuto membro di Comitato della Federazione Svizzera dei Notai, di cui ne è divenuto Vice-Presidente e Presidente dal 2009, funzione che ha ricoperto sino a fine 2013. Egli è altresì membro dell’Ordine dei Notai del Cantone Ticino.\r\n\r\nL’avv. Sandro Stadler è anche membro del Comitato dei Notai Lombardo Ticinese.\r\n\r\n-Membro dell’Ordine degli Avvocati del Cantone Ticino e della Federazione Svizzera degli Avvocati\r\n\r\n-Membro dell’Ordine dei Notai del Cantone Ticino e della Federazione Svizzera dei Notai - già Presidente\r\n<h2>Campi di attività</h2>\r\nNotariato\r\nDiritto civile\r\nDiritto dei contratti\r\nDiritto societario\r\nDiritto successorio svizzero e internazionale\r\n<h2>Vita Politica</h2>\r\n<ul>\r\n <li>1982-1986.: Consigliere Comunale a Chiasso, Presidente della Commissione della gestione, nonché Vice-Presidente del Consiglio Parrocchiale</li>\r\n <li>199… - 199….: Municipale a Balerna</li>\r\n</ul>\r\n<h2>Associazioni:</h2>\r\n<ul>\r\n <li>Lions Club Mendrisiotto\r\nGià membro di comitato e Presidente (1996-1997)\r\nLions Club MD 102, Presidente della Commissione Statuti e membro di gabinetto</li>\r\n <li>Associazione degli Amici del M.a.x. Museo: Presidente e socio fondatore</li>\r\n <li>Membro della UINL (Unione Internazionale del Notariato Latino) di diritto in quanto già Presidente (FSN-SNV) e membro della CAE (Commissione Affari Europei) della UINL.</li>\r\n</ul>\r\n<div>\r\n<h2>Altre funzioni</h2>\r\n</div>\r\nBanca Raiffeisen del Basso Mendrisiotto, membro del CdA, Segretario.\r\n[/three_fourth_last]','Avv. Sandro Stadler','','inherit','closed','closed','','1364-revision-v1','','','2014-02-03 10:28:18','2014-02-03 09:28:18','',1364,'http://sandbox.dos-group.com/stadlercattaneo/1364-revision-v1/',0,'revision','',0),(1453,1,'2014-02-03 10:29:25','2014-02-03 09:29:25','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1376\" alt=\"pascal-cattaneo\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/pascal-cattaneo-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n<h2><span style=\"font-size: 14px; line-height: 1.6em;\">L’avv. </span><strong style=\"font-size: 14px; line-height: 1.6em;\">Pascal Cattaneo</strong><span style=\"font-size: 14px; line-height: 1.6em;\"> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.</span></h2>\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n\r\n-Membro dell’Ordine degli Avvocati del Cantone Ticino - attuale Presidente e della Federazione Svizzera degli Avvocati\r\n<h3>Campi di attività</h3>\r\n<ul>\r\n <li>Diritto penale</li>\r\n <li>Diritto amministrativo</li>\r\n <li>Diritto del lavoro</li>\r\n <li>Diritto dei contratti</li>\r\n <li>Diritto di famiglia</li>\r\n</ul>\r\n \r\n<h2>Vita politica</h2>\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Avv. Pascal Cattaneo','','inherit','closed','closed','','1357-revision-v1','','','2014-02-03 10:29:25','2014-02-03 09:29:25','',1357,'http://sandbox.dos-group.com/stadlercattaneo/1357-revision-v1/',0,'revision','',0),(1454,1,'2014-02-03 10:30:10','2014-02-03 09:30:10','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1371\" alt=\"sarah-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sarah-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sarah Stadler</strong> ha compiuto i propri studi all’Università di Friburgo, dove ha ottenuto dapprima il Bachelor e poi il Master (2010). Nell’anno accademico 2009/2010 ha frequentato un programma di mobilità internazionale (Erasmus) presso l’Université Panthéon – Assas (Paris II) di Parigi.\r\nRientrata in Ticino, ha svolto la pratica legale presso lo Studio legale Stadler – Cattaneo, Chiasso e l’alunnato giudiziario alla Terza Camera civile del Tribunale di Appello, Lugano. Ha conseguito il brevetto di avvocato nel 2012.\r\nHa poi svolto la pratica notarile presso l’Ufficio del registro fondiario di Mendrisio e l’Ufficio del registro di commercio di Lugano e lo Studio legale e notarile Stadler - Cattaneo.\r\n\r\n-Membro dell’Ordine degli Avvocati del Cantone Ticino e della Federazione Svizzera degli Avvocati\r\n<h2>Vita politica</h2>\r\nDal 2012 è Consigliera Comunale, Balerna, ed è attualmente Presidente della Commissione della gestione.\r\n[/three_fourth_last]','Avv. Sarah Stadler','','inherit','closed','closed','','1369-revision-v1','','','2014-02-03 10:30:10','2014-02-03 09:30:10','',1369,'http://sandbox.dos-group.com/stadlercattaneo/1369-revision-v1/',0,'revision','',0),(1455,1,'2014-02-03 10:30:20','2014-02-03 09:30:20','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1371\" alt=\"sarah-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sarah-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sarah Stadler</strong> ha compiuto i propri studi all’Università di Friburgo, dove ha ottenuto dapprima il Bachelor e poi il Master (2010). Nell’anno accademico 2009/2010 ha frequentato un programma di mobilità internazionale (Erasmus) presso l’Université Panthéon – Assas (Paris II) di Parigi.\r\nRientrata in Ticino, ha svolto la pratica legale presso lo Studio legale Stadler – Cattaneo, Chiasso e l’alunnato giudiziario alla Terza Camera civile del Tribunale di Appello, Lugano. Ha conseguito il brevetto di avvocato nel 2012.\r\nHa poi svolto la pratica notarile presso l’Ufficio del registro fondiario di Mendrisio e l’Ufficio del registro di commercio di Lugano e lo Studio legale e notarile Stadler - Cattaneo.\r\n<ul>\r\n <li>Membro dell’Ordine degli Avvocati del Cantone Ticino e della Federazione Svizzera degli Avvocati</li>\r\n</ul>\r\n<h2>Vita politica</h2>\r\nDal 2012 è Consigliera Comunale, Balerna, ed è attualmente Presidente della Commissione della gestione.\r\n[/three_fourth_last]','Avv. Sarah Stadler','','inherit','closed','closed','','1369-revision-v1','','','2014-02-03 10:30:20','2014-02-03 09:30:20','',1369,'http://sandbox.dos-group.com/stadlercattaneo/1369-revision-v1/',0,'revision','',0),(1456,1,'2014-02-03 10:30:38','2014-02-03 09:30:38','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1374\" alt=\"sandro-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sandro-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nNato a Zurigo nel 1952, ha vissuto 18 anni a Roma.\r\nStudi e maturità liceale a Roma.\r\nStudi presso la facoltà di diritto a Zurigo, ottenendo la laurea Rechts- und Staatswissenschaftliche Fakultät “utriusque iuris” nel 1978.\r\n\r\nNel 1979 -1980 ha lavorato due anni presso il Comune di Locarno in qualità di vice-segretario Comunale e giurista della Città di Locarno, quale alunnato giudiziario per un anno.\r\n\r\nIn seguito ha svolto la pratica legale presso lo Studio Borradori a Lugano ottenendo il brevetto di avvocato nel 1982.\r\nHa lavorato un anno nel Servizio giuridico della Banca del Gottardo, Lugano.\r\n\r\nSuccessivamente ha lavorato presso lo studio legale De Pietri & Martinola a Lugano quale avvocato e notaio (1983-1985).\r\n\r\nNel 1986 si è messo in proprio aprendo uno Studio legale e notarile a Chiasso, associandosi in seguito con l’avv. Pascal Cattaneo.\r\n\r\nNel 2003 è entrato nel Consiglio dell’Ordine degli Avvocati del Cantone Ticino, dove per quattro anni ha svolto la funzione di Segretario e ciò fino al 2007.\r\n\r\nNel 2001 è divenuto membro di Comitato della Federazione Svizzera dei Notai, di cui ne è divenuto Vice-Presidente e Presidente dal 2009, funzione che ha ricoperto sino a fine 2013. Egli è altresì membro dell’Ordine dei Notai del Cantone Ticino.\r\n\r\nL’avv. Sandro Stadler è anche membro del Comitato dei Notai Lombardo Ticinese.\r\n<ul>\r\n <li>Membro dell’Ordine degli Avvocati del Cantone Ticino e della Federazione Svizzera degli Avvocati</li>\r\n <li>Membro dell’Ordine dei Notai del Cantone Ticino e della Federazione Svizzera dei Notai - già Presidente</li>\r\n</ul>\r\n<h2>Campi di attività</h2>\r\nNotariato\r\nDiritto civile\r\nDiritto dei contratti\r\nDiritto societario\r\nDiritto successorio svizzero e internazionale\r\n<h2>Vita Politica</h2>\r\n<ul>\r\n <li>1982-1986.: Consigliere Comunale a Chiasso, Presidente della Commissione della gestione, nonché Vice-Presidente del Consiglio Parrocchiale</li>\r\n <li>199… - 199….: Municipale a Balerna</li>\r\n</ul>\r\n<h2>Associazioni:</h2>\r\n<ul>\r\n <li>Lions Club Mendrisiotto\r\nGià membro di comitato e Presidente (1996-1997)\r\nLions Club MD 102, Presidente della Commissione Statuti e membro di gabinetto</li>\r\n <li>Associazione degli Amici del M.a.x. Museo: Presidente e socio fondatore</li>\r\n <li>Membro della UINL (Unione Internazionale del Notariato Latino) di diritto in quanto già Presidente (FSN-SNV) e membro della CAE (Commissione Affari Europei) della UINL.</li>\r\n</ul>\r\n<div>\r\n<h2>Altre funzioni</h2>\r\n</div>\r\nBanca Raiffeisen del Basso Mendrisiotto, membro del CdA, Segretario.\r\n[/three_fourth_last]','Avv. Sandro Stadler','','inherit','closed','closed','','1364-revision-v1','','','2014-02-03 10:30:38','2014-02-03 09:30:38','',1364,'http://sandbox.dos-group.com/stadlercattaneo/1364-revision-v1/',0,'revision','',0),(1457,1,'2014-02-03 10:30:56','2014-02-03 09:30:56','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1376\" alt=\"pascal-cattaneo\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/pascal-cattaneo-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n<h2><span style=\"font-size: 14px; line-height: 1.6em;\">L’avv. </span><strong style=\"font-size: 14px; line-height: 1.6em;\">Pascal Cattaneo</strong><span style=\"font-size: 14px; line-height: 1.6em;\"> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.</span></h2>\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n<ul>\r\n <li>Membro dell’Ordine degli Avvocati del Cantone Ticino - attuale Presidente e della Federazione Svizzera degli Avvocati</li>\r\n</ul>\r\n<h3>Campi di attività</h3>\r\n<ul>\r\n <li>Diritto penale</li>\r\n <li>Diritto amministrativo</li>\r\n <li>Diritto del lavoro</li>\r\n <li>Diritto dei contratti</li>\r\n <li>Diritto di famiglia</li>\r\n</ul>\r\n \r\n<h2>Vita politica</h2>\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Avv. Pascal Cattaneo','','inherit','closed','closed','','1357-revision-v1','','','2014-02-03 10:30:56','2014-02-03 09:30:56','',1357,'http://sandbox.dos-group.com/stadlercattaneo/1357-revision-v1/',0,'revision','',0),(1441,1,'2014-02-03 10:06:47','2014-02-03 09:06:47','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\r\n\r\nLunedì – Giovedì: 8.30 – 12.00\r\n\r\n14.30 – 17.30\r\n\r\nVenerdì: 8.30 – 12.00\r\n\r\n14.00 – 17.00\r\n\r\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\r\n\r\n<span style=\"line-height: 1.6em;\">[/three_fourth_last]</span>','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-02-03 10:06:47','2014-02-03 09:06:47','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1444,1,'2014-02-03 10:12:16','2014-02-03 09:12:16','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\r\n<table>\r\n<tr>\r\n<td>\r\nLunedì – Giovedì:</td><td>8.30 – 12.00\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>14.30 – 17.30</td>\r\n<tr>\r\n<td>\r\nVenerdì:</td>\r\n<td>8.30 – 12.00\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>\r\n14.00 – 17.00\r\n</td>\r\n</tr>\r\n</table>\r\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\r\n\r\n<span style=\"line-height: 1.6em;\">[/three_fourth_last]</span>','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-02-03 10:12:16','2014-02-03 09:12:16','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1442,1,'2014-02-03 10:11:10','2014-02-03 09:11:10','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\r\n<table>\r\n<tr>\r\n<td>\r\nLunedì – Giovedì:</td><td> 8.30 – 12.00\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>\r\n14.30 – 17.30</td>\r\n<tr>\r\n<td>\r\nVenerdì:</td>\r\n<td> 8.30 – 12.00\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>\r\n14.00 – 17.00\r\n</td>\r\n</tr>\r\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\r\n\r\n<span style=\"line-height: 1.6em;\">[/three_fourth_last]</span>','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-02-03 10:11:10','2014-02-03 09:11:10','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1443,1,'2014-02-03 10:11:35','2014-02-03 09:11:35','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\r\n<table>\r\n<tr>\r\n<td>\r\nLunedì – Giovedì:</td><td> 8.30 – 12.00\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>\r\n14.30 – 17.30</td>\r\n<tr>\r\n<td>\r\nVenerdì:</td>\r\n<td> 8.30 – 12.00\r\n</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>\r\n14.00 – 17.00\r\n</td>\r\n</tr>\r\n</table>\r\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\r\n\r\n<span style=\"line-height: 1.6em;\">[/three_fourth_last]</span>','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-02-03 10:11:35','2014-02-03 09:11:35','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1458,1,'2014-02-03 10:32:15','2014-02-03 09:32:15','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>Lunedì – Giovedì:</td>\r\n<td>8.30 – 12.00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>14.30 – 17.30</td>\r\n</tr>\r\n<tr>\r\n<td>Venerdì:</td>\r\n<td>8.30 – 12.00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>14.00 – 17.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\r\n\r\n<span style=\"line-height: 1.6em;\">[/three_fourth_last]</span>','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-02-03 10:32:15','2014-02-03 09:32:15','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1445,1,'2014-02-03 10:13:37','2014-02-03 09:13:37','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\r\n<table>\r\n<tbody>\r\n <tr>\r\n <td>Lunedì – Giovedì:</td>\r\n <td>8.30 – 12.00</td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td>14.30 – 17.30</td>\r\n </tr>\r\n <tr>\r\n <td>Venerdì:</td>\r\n <td>8.30 – 12.00</td>\r\n </tr>\r\n <tr>\r\n <td></td>\r\n <td>14.00 – 17.00</td>\r\n </tr>\r\n</tbody>\r\n</table>\r\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\r\n\r\n<span style=\"line-height: 1.6em;\">[/three_fourth_last]</span>','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-02-03 10:13:37','2014-02-03 09:13:37','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1427,1,'2014-01-28 11:48:22','2014-01-28 10:48:22','','Contact us','','inherit','closed','closed','','contact-us','','','2014-01-28 11:48:22','2014-01-28 10:48:22','',0,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Contact-us.jpg',0,'attachment','image/jpeg',0),(1397,1,'2014-01-14 15:54:29','2014-01-14 14:54:29','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_48932437_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/contatti/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 15:54:29','2014-01-14 14:54:29','',1319,'http://sandbox.dos-group.com/stadlercattaneo/1319-revision-v1/',0,'revision','',0),(1390,1,'2014-01-14 14:21:17','2014-01-14 13:21:17','','stertta-di-mano','','inherit','open','open','','stertta-di-mano','','','2014-01-14 14:21:17','2014-01-14 13:21:17','',0,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg',0,'attachment','image/jpeg',0),(1391,1,'2014-01-14 14:21:37','2014-01-14 13:21:37','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 14:21:37','2014-01-14 13:21:37','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1391',0,'revision','',0),(1242,1,'2014-01-13 17:55:41','2014-01-13 16:55:41',' ','','','publish','open','open','','1242','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1242',2,'nav_menu_item','',0),(1243,1,'2014-01-13 17:55:41','2014-01-13 16:55:41',' ','','','publish','open','open','','1243','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1243',3,'nav_menu_item','',0),(1244,1,'2014-01-13 17:55:41','2014-01-13 16:55:41',' ','','','publish','open','open','','1244','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1244',4,'nav_menu_item','',0),(1245,1,'2014-01-13 17:55:41','2014-01-13 16:55:41',' ','','','publish','open','open','','1245','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1245',5,'nav_menu_item','',0),(1246,1,'2014-01-13 17:55:41','2014-01-13 16:55:41',' ','','','publish','open','open','','1246','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1246',6,'nav_menu_item','',0),(1247,1,'2014-01-13 17:55:41','2014-01-13 16:55:41',' ','','','publish','open','open','','1247','','','2014-01-13 17:55:41','2014-01-13 16:55:41','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1247',7,'nav_menu_item','',0),(1248,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1248','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1248',8,'nav_menu_item','',0),(1249,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1249','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1249',9,'nav_menu_item','',0),(1250,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1250','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1250',10,'nav_menu_item','',0),(1251,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1251','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',1150,'http://sandbox.dos-group.com/stadlercattaneo/?p=1251',11,'nav_menu_item','',0),(1252,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1252','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',1150,'http://sandbox.dos-group.com/stadlercattaneo/?p=1252',12,'nav_menu_item','',0),(1253,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1253','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',1150,'http://sandbox.dos-group.com/stadlercattaneo/?p=1253',13,'nav_menu_item','',0),(1254,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1254','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',1153,'http://sandbox.dos-group.com/stadlercattaneo/?p=1254',14,'nav_menu_item','',0),(1255,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1255','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',1150,'http://sandbox.dos-group.com/stadlercattaneo/?p=1255',15,'nav_menu_item','',0),(1256,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1256','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',1150,'http://sandbox.dos-group.com/stadlercattaneo/?p=1256',16,'nav_menu_item','',0),(1257,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1257','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1257',1,'nav_menu_item','',0),(1258,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1258','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1258',3,'nav_menu_item','',0),(1259,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1259','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1259',4,'nav_menu_item','',0),(1260,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1260','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1260',5,'nav_menu_item','',0),(1261,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1261','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1261',6,'nav_menu_item','',0),(1262,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1262','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1262',7,'nav_menu_item','',0),(1263,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1263','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1263',8,'nav_menu_item','',0),(1264,1,'2014-01-13 17:55:42','2014-01-13 16:55:42',' ','','','publish','open','open','','1264','','','2014-01-13 17:55:42','2014-01-13 16:55:42','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1264',9,'nav_menu_item','',0),(1475,1,'2014-02-04 16:12:21','2014-02-04 15:12:21','Cliccare sul link per scaricare il pdf\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf\">articolo Federnotizie settembre 2013</a>\r\n\r\n \r\n\r\n<a title=\"test\" href=\"http://www.google.ch\" target=\"_blank\">testo link</a>','Articolo Federnotizie settembre 2013','','inherit','closed','closed','','1408-revision-v1','','','2014-02-04 16:12:21','2014-02-04 15:12:21','',1408,'http://sandbox.dos-group.com/stadlercattaneo/1408-revision-v1/',0,'revision','',0),(1477,1,'2014-02-04 16:13:28','2014-02-04 15:13:28','Cliccare sul link per scaricare il pdf\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf\">articolo Federnotizie settembre 2013</a>','Articolo Federnotizie settembre 2013','','inherit','closed','closed','','1408-revision-v1','','','2014-02-04 16:13:28','2014-02-04 15:13:28','',1408,'http://sandbox.dos-group.com/stadlercattaneo/1408-revision-v1/',0,'revision','',0),(1344,1,'2014-01-14 10:58:51','2014-01-14 09:58:51','<h2><b style=\"font-family: sans-serif; line-height: normal;\">Diritto privato</b></h2>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato.\r\n<h3><b style=\"line-height: 1.6em;\">Diritto delle persone e di famiglia</b></h3>\r\n<span style=\"line-height: 1.6em;\">Comprende i procedimenti di separazione dei coniugi, consensuali e/o giudiziali, come pure i procedimenti di divorzio, garantendo e tutelando il nucleo famigliare comprendente i figli nati durante e fuori dal matrimonio. Vengono altresì garantiti i diritti dei figli nati da genitori non uniti in matrimonio, come pure le azioni di riconoscimento/disconoscimento di paternità. Inoltre vengono tutelati i diritti nelle procedure di protezione dell’adulto e dei minori.</span>\r\n<h5>Diritto successorio</h5>\r\n<span style=\"line-height: 1.6em;\">I clienti che si indirizzano allo Studio legale Stadler-Cattaneo vengono patrocinati nelle procedure successorie sia in ambito di procedure di volontaria giurisdizione, come pure in ambito contenzioso. Le prestazioni vengono offerte anche per le successioni aventi carattere internazionale.</span>\r\n<h3><b style=\"line-height: 1.6em;\">Diritti reali</b></h3>\r\n<span style=\"line-height: 1.6em;\">Proprietà e possesso, servitù prediali, usufrutto, diritto di abitazione, ipoteche, cartelle ipotecarie, ipoteche legali e pegni manuali: in questi ambiti gli avvocati sono in grado di offrire ai propri clienti consulenze di ottima qualità.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Vengono inoltre date consulenze in ambito di problematiche condominiali, e di rapporti di vicinato: tali aspetti scaturiscono soprattutto da situazioni giuridiche di proprietà per piani (PPP).</span>\r\n<h3><b style=\"line-height: 1.6em;\">Diritto dei contratti</b></h3>\r\n<span style=\"line-height: 1.6em;\">Il contratto è un negozio giuridico mediante il quale le parti contraenti, manifestando la loro reciproca volontà tesa a produrre effetti giuridici, si obbligano a prestazioni vicendevoli. Il contratto può essere scritto o tacito: in entrambi i casi possono sorgere disaccordi o incomprensioni dando così nascita a contenziosi.</span>\r\n<h5>Compravendita</h5>\r\nIl contratto di compravendita è il contratto che ha per oggetto il trasferimento della proprietà di una determinata cosa (mobile o immobile), o di un diritto per il quale viene corrisposto un determinato prezzo.\r\n\r\nDa quanto qui sopra esposto e ritenuta la frequenza di tali atti, più o meno complessi, nella vita quotidiana di ognuno di noi, lo Studio legale Stadler – Cattaneo è in grado di offrire alla clientela consulenza in vista della stipulazione di un contratto, o ancora alla redazione dello stesso. Gli avvocati, inoltre, occupandosi di contenzioso, sono in grado di assistere i propri clienti in ambito di procedure afferenti il Codice delle obbligazioni.\r\n<h5>Appalto</h5>\r\n<span style=\"line-height: 1.6em;\">Trattasi di un contratto nel quale l’appaltatore si obbliga, nei confronti della committenza, a compiere un’opera e quest’ultima a pagare una mercede. L’appaltatore è pertanto tenuto a conseguire un risultato. Di principio, oggetto del contratto di appalto sono le costruzioni di beni immobili o immobili. Tuttavia, il contratto di appalto non esclude la fornitura di assistenza consulenza, vigilanza, direzione lavori e altre forme ancora. Basti pensare alle prestazioni fornite da un architetto: a seconda della prestazione, si configura un contratto di appalto, altre invece, un contratto di mandato. È dunque proprio nel conseguimento del risultato che si distinguono i due tipi di contratto.</span>\r\n\r\nQuesta distinzione è nella pratica spesso molto sottile e pertanto ne scaturiscono controversie giuridiche.\r\n<h5>Mandato</h5>\r\nCome accennato sopra, il contratto di appalto si distingue dal contratto di mandato per il conseguimento di un risultato. Il mandato è quel rapporto giuridico che contrappone il mandatario al mandante, mediante il quale il primo si obbliga a svolgere e a compiere gli affari o i servigi richiesti dal mandante. In parole più semplici, è quel contratto che nella pratica di tutti i giorni viene concluso con un libero professionista, affinché quest’ultimo lo assiste in un determinato ambito.\r\n<h5><span style=\"line-height: 1.6em;\">Locazione</span></h5>\r\nIl diritto della locazione ha un ruolo preponderate nella vita di molte persone, forse di ognuna di noi, ritenuto che vi sono pure locazioni commerciali.\r\n\r\nParte conduttrice, essendo la parte contrattuale più debole, spesso si trova nella situazione in cui non osa formulare determinate richieste al padrone di casa nonostante tali richieste altro non sono che dei diritti.\r\n\r\n<span style=\"line-height: 1.6em;\">D’altra parte, vi sono pure casi in cui, ad esempio, parte locatrice deve sfrattare parte conduttrice a seguito del mancato e reiterato pagamento del canone mensile.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Per questi ed altri aspetti legati all’ambito del diritto di locazione, lo Studio legale Stadler-Cattaneo sarà in grado di fornirvi una consulenza ed assistervi nel contenzioso, sia dinanzi agli Uffici di conciliazione in materia di locazione, sia dinanzi alle Preture, risp. al Tribunale d’appello.</span>\r\n<h5><span style=\"line-height: 1.6em;\">Diritto societario</span></h5>\r\n<span style=\"line-height: 1.6em;\">Considerato il forte sviluppo economico e la situazione economica finanziaria dei Paesi facenti parte della vicina Penisola attuali, il diritto societario e commerciale acquista vieppiù importanza nel nostro Cantone.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Lo studio legale è in grado di rispondere alle domande inerenti aspetti di diritto societario, come pure alla costituzione di società, ritenuto che l’avv. Sandro Stadler esercita anche la professione di notaio.</span>\r\n<h5>Esecuzione e fallimenti</h5>\r\nTutti noi stiamo vivendo questo periodo di crisi economica intern azionale che ha ripercussioni anche alle nostre latitudini. Se ad esempio, per delle prestazioni che avete fornito la vostra fattura è rimasta scoperta, vi è la possibilità di avviare una procedura esecutiva nei confronti della persona debitrice. In caso contrario, invece, se siete voi a non aver pagato determinate prestazioni, vi verrà notificato quasi sicuramente un precetto esecutivo. Come agire allora? Quali sono i passi da seguire?\r\n\r\nGli avvocati dello Studio legale offrono la propria consulenza e patrocinano i propri clienti anche in questo ambito.\r\n<h2><b>Diritto pubblico</b></h2>\r\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.</span>\r\n<h5><span style=\"line-height: 1.6em;\">Diritto penale</span></h5>\r\nOltre che ad essere iscritti al picchetto penale per le difese di ufficio, gli avvocati sono a disposizione per i mandati detti di fiducia, ossia quando un privato si rivolge ad un avvocato chiedendo di essere assistito in un determinato procedimento.\r\n\r\nOltre che alla difesa di maggiorenni in tutti gli ambiti del diritto penale, gli avvocati dello Studio assistono anche minorenni nei procedimenti dinanzi alla Magistratura dei minorenni.\r\n\r\nLo Studio legale Stadler-Cattaneo offre la propria assistenza anche per procedimenti pendenti fuori Cantone.\r\n\r\nVengono inoltre seguite pratiche in materia di rogatorie internazionali, nonché nel campo dell’estradizione.\r\n\r\nGli avvocati patrocinano inoltre i propri clienti nelle pratiche concernenti il diritto penale amministrativo, ossia in materia di dazi doganali, risp. nei procedimenti pendenti dinananzi all’Amministrazione federale delle dogane.\r\n\r\nIn particolare, l’avv. Cattaneo ha maturato una grande esperienza in ambito penale, ritenuto che ha lavorato presso il Tribunale Penale Cantonale di Lugano quale vicecancelliere.\r\n<h5>Diritto amministrativo</h5>\r\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto regola i rapporti tra lo Stato ed il cittadino.</span>\r\n\r\nL’ampiezza di questo ambito è grande, ritenuto che esso comprende il diritto espropriativo, la pianificazione del territorio, il diritto edilizio, le commesse pubbliche, il diritto degli stranieri, le sanzioni amministrative in ambito di circolazione stradale, nonché le patenti per gli esercizi pubblici.\r\n<h5><span style=\"line-height: 1.6em;\">Diritto delle assicurazioni sociali</span></h5>\r\nQuesto ramo del diritto si occupa di regolare gli aspetti legati all’attribuzione, rispettivamente alla soppressione di rendite AI, LAINF, LADI ed altre ancora.\r\n\r\n<span style=\"line-height: 1.6em;\">Le tempistiche in questo ambito del diritto sono piuttosto lunghe: spesso l’intervento di un legale può aiutare a velocizzare determinati passaggi.</span>\r\n<h5><span style=\"line-height: 1.6em;\">Diritto tributario</span></h5>\r\nLo studio legale, ed in particolare il notaio avv. Sandro Stadler, offre consulenza in materia fiscale soprattutto in ambito successorio, nonché negli aspetti fiscali legati alla compravendita di immobili.\r\n\r\ninserire campagna pubblicitaria FSA -à meglio investire in una consulenza legale. Per evitare problemi futuri!','Avvocatura','','inherit','open','open','','1339-revision-v1','','','2014-01-14 10:58:51','2014-01-14 09:58:51','',1339,'http://sandbox.dos-group.com/stadlercattaneo/?p=1344',0,'revision','',0),(1340,1,'2014-01-14 10:56:29','2014-01-14 09:56:29','<h2><b style=\"font-family: sans-serif; line-height: normal;\">Diritto privato</b></h2>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato.\r\n<h3><b style=\"line-height: 1.6em;\">Diritto delle persone e di famiglia</b></h3>\r\n<span style=\"line-height: 1.6em;\">Comprende i procedimenti di separazione dei coniugi, consensuali e/o giudiziali, come pure i procedimenti di divorzio, garantendo e tutelando il nucleo famigliare comprendente i figli nati durante e fuori dal matrimonio. Vengono altresì garantiti i diritti dei figli nati da genitori non uniti in matrimonio, come pure le azioni di riconoscimento/disconoscimento di paternità. Inoltre vengono tutelati i diritti nelle procedure di protezione dell’adulto e dei minori.</span>\r\n<h4>Diritto successorio</h4>\r\n<span style=\"line-height: 1.6em;\">I clienti che si indirizzano allo Studio legale Stadler-Cattaneo vengono patrocinati nelle procedure successorie sia in ambito di procedure di volontaria giurisdizione, come pure in ambito contenzioso. Le prestazioni vengono offerte anche per le successioni aventi carattere internazionale.</span>\r\n<h3><b style=\"line-height: 1.6em;\">Diritti reali</b></h3>\r\n<span style=\"line-height: 1.6em;\">Proprietà e possesso, servitù prediali, usufrutto, diritto di abitazione, ipoteche, cartelle ipotecarie, ipoteche legali e pegni manuali: in questi ambiti gli avvocati sono in grado di offrire ai propri clienti consulenze di ottima qualità.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Vengono inoltre date consulenze in ambito di problematiche condominiali, e di rapporti di vicinato: tali aspetti scaturiscono soprattutto da situazioni giuridiche di proprietà per piani (PPP).</span>\r\n<h3><b style=\"line-height: 1.6em;\">Diritto dei contratti</b></h3>\r\n<span style=\"line-height: 1.6em;\">Il contratto è un negozio giuridico mediante il quale le parti contraenti, manifestando la loro reciproca volontà tesa a produrre effetti giuridici, si obbligano a prestazioni vicendevoli. Il contratto può essere scritto o tacito: in entrambi i casi possono sorgere disaccordi o incomprensioni dando così nascita a contenziosi.</span>\r\n<h4>Compravendita</h4>\r\nIl contratto di compravendita è il contratto che ha per oggetto il trasferimento della proprietà di una determinata cosa (mobile o immobile), o di un diritto per il quale viene corrisposto un determinato prezzo.\r\n\r\nDa quanto qui sopra esposto e ritenuta la frequenza di tali atti, più o meno complessi, nella vita quotidiana di ognuno di noi, lo Studio legale Stadler – Cattaneo è in grado di offrire alla clientela consulenza in vista della stipulazione di un contratto, o ancora alla redazione dello stesso. Gli avvocati, inoltre, occupandosi di contenzioso, sono in grado di assistere i propri clienti in ambito di procedure afferenti il Codice delle obbligazioni.\r\n<h4>Appalto</h4>\r\n<span style=\"line-height: 1.6em;\">Trattasi di un contratto nel quale l’appaltatore si obbliga, nei confronti della committenza, a compiere un’opera e quest’ultima a pagare una mercede. L’appaltatore è pertanto tenuto a conseguire un risultato. Di principio, oggetto del contratto di appalto sono le costruzioni di beni immobili o immobili. Tuttavia, il contratto di appalto non esclude la fornitura di assistenza consulenza, vigilanza, direzione lavori e altre forme ancora. Basti pensare alle prestazioni fornite da un architetto: a seconda della prestazione, si configura un contratto di appalto, altre invece, un contratto di mandato. È dunque proprio nel conseguimento del risultato che si distinguono i due tipi di contratto.</span>\r\n\r\nQuesta distinzione è nella pratica spesso molto sottile e pertanto ne scaturiscono controversie giuridiche.\r\n<h4>Mandato</h4>\r\nCome accennato sopra, il contratto di appalto si distingue dal contratto di mandato per il conseguimento di un risultato. Il mandato è quel rapporto giuridico che contrappone il mandatario al mandante, mediante il quale il primo si obbliga a svolgere e a compiere gli affari o i servigi richiesti dal mandante. In parole più semplici, è quel contratto che nella pratica di tutti i giorni viene concluso con un libero professionista, affinché quest’ultimo lo assiste in un determinato ambito.\r\n<h4><span style=\"line-height: 1.6em;\">Locazione</span></h4>\r\nIl diritto della locazione ha un ruolo preponderate nella vita di molte persone, forse di ognuna di noi, ritenuto che vi sono pure locazioni commerciali.\r\n\r\nParte conduttrice, essendo la parte contrattuale più debole, spesso si trova nella situazione in cui non osa formulare determinate richieste al padrone di casa nonostante tali richieste altro non sono che dei diritti.\r\n\r\n<span style=\"line-height: 1.6em;\">D’altra parte, vi sono pure casi in cui, ad esempio, parte locatrice deve sfrattare parte conduttrice a seguito del mancato e reiterato pagamento del canone mensile.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Per questi ed altri aspetti legati all’ambito del diritto di locazione, lo Studio legale Stadler-Cattaneo sarà in grado di fornirvi una consulenza ed assistervi nel contenzioso, sia dinanzi agli Uffici di conciliazione in materia di locazione, sia dinanzi alle Preture, risp. al Tribunale d’appello.</span>\r\n<h4><span style=\"line-height: 1.6em;\">Diritto societario</span></h4>\r\n<span style=\"line-height: 1.6em;\">Considerato il forte sviluppo economico e la situazione economica finanziaria dei Paesi facenti parte della vicina Penisola attuali, il diritto societario e commerciale acquista vieppiù importanza nel nostro Cantone.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Lo studio legale è in grado di rispondere alle domande inerenti aspetti di diritto societario, come pure alla costituzione di società, ritenuto che l’avv. Sandro Stadler esercita anche la professione di notaio.</span>\r\n<h4>Esecuzione e fallimenti</h4>\r\nTutti noi stiamo vivendo questo periodo di crisi economica intern azionale che ha ripercussioni anche alle nostre latitudini. Se ad esempio, per delle prestazioni che avete fornito la vostra fattura è rimasta scoperta, vi è la possibilità di avviare una procedura esecutiva nei confronti della persona debitrice. In caso contrario, invece, se siete voi a non aver pagato determinate prestazioni, vi verrà notificato quasi sicuramente un precetto esecutivo. Come agire allora? Quali sono i passi da seguire?\r\n\r\nGli avvocati dello Studio legale offrono la propria consulenza e patrocinano i propri clienti anche in questo ambito.\r\n<ul>\r\n <li style=\"display: inline !important;\">\r\n<h2><b>Diritto pubblico</b></h2>\r\n</li>\r\n</ul>\r\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.</span>\r\n<h4><span style=\"line-height: 1.6em;\">Diritto penale</span></h4>\r\nOltre che ad essere iscritti al picchetto penale per le difese di ufficio, gli avvocati sono a disposizione per i mandati detti di fiducia, ossia quando un privato si rivolge ad un avvocato chiedendo di essere assistito in un determinato procedimento.\r\n\r\nOltre che alla difesa di maggiorenni in tutti gli ambiti del diritto penale, gli avvocati dello Studio assistono anche minorenni nei procedimenti dinanzi alla Magistratura dei minorenni.\r\n\r\nLo Studio legale Stadler-Cattaneo offre la propria assistenza anche per procedimenti pendenti fuori Cantone.\r\n\r\nVengono inoltre seguite pratiche in materia di rogatorie internazionali, nonché nel campo dell’estradizione.\r\n\r\nGli avvocati patrocinano inoltre i propri clienti nelle pratiche concernenti il diritto penale amministrativo, ossia in materia di dazi doganali, risp. nei procedimenti pendenti dinananzi all’Amministrazione federale delle dogane.\r\n\r\nIn particolare, l’avv. Cattaneo ha maturato una grande esperienza in ambito penale, ritenuto che ha lavorato presso il Tribunale Penale Cantonale di Lugano quale vicecancelliere.\r\n<h4>Diritto amministrativo</h4>\r\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto regola i rapporti tra lo Stato ed il cittadino.</span>\r\n\r\nL’ampiezza di questo ambito è grande, ritenuto che esso comprende il diritto espropriativo, la pianificazione del territorio, il diritto edilizio, le commesse pubbliche, il diritto degli stranieri, le sanzioni amministrative in ambito di circolazione stradale, nonché le patenti per gli esercizi pubblici.\r\n<h4><span style=\"line-height: 1.6em;\">Diritto delle assicurazioni sociali</span></h4>\r\nQuesto ramo del diritto si occupa di regolare gli aspetti legati all’attribuzione, rispettivamente alla soppressione di rendite AI, LAINF, LADI ed altre ancora.\r\n\r\n<span style=\"line-height: 1.6em;\">Le tempistiche in questo ambito del diritto sono piuttosto lunghe: spesso l’intervento di un legale può aiutare a velocizzare determinati passaggi.</span>\r\n<h4><span style=\"line-height: 1.6em;\">Diritto tributario</span></h4>\r\nLo studio legale, ed in particolare il notaio avv. Sandro Stadler, offre consulenza in materia fiscale soprattutto in ambito successorio, nonché negli aspetti fiscali legati alla compravendita di immobili.\r\n\r\ninserire campagna pubblicitaria FSA -à meglio investire in una consulenza legale. Per evitare problemi futuri!','Avvocatura','','inherit','open','open','','1339-revision-v1','','','2014-01-14 10:56:29','2014-01-14 09:56:29','',1339,'http://sandbox.dos-group.com/stadlercattaneo/?p=1340',0,'revision','',0),(1341,1,'2014-01-14 10:58:00','2014-01-14 09:58:00',' ','','','publish','open','closed','','1341','','','2014-01-28 11:22:59','2014-01-28 10:22:59','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1341',7,'nav_menu_item','',0),(1342,1,'2014-01-14 10:58:00','2014-01-14 09:58:00','<h2><b style=\"font-family: sans-serif; line-height: normal;\">Diritto privato</b></h2>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato.\r\n<h3><b style=\"line-height: 1.6em;\">Diritto delle persone e di famiglia</b></h3>\r\n<span style=\"line-height: 1.6em;\">Comprende i procedimenti di separazione dei coniugi, consensuali e/o giudiziali, come pure i procedimenti di divorzio, garantendo e tutelando il nucleo famigliare comprendente i figli nati durante e fuori dal matrimonio. Vengono altresì garantiti i diritti dei figli nati da genitori non uniti in matrimonio, come pure le azioni di riconoscimento/disconoscimento di paternità. Inoltre vengono tutelati i diritti nelle procedure di protezione dell’adulto e dei minori.</span>\r\n<h5>Diritto successorio</h5>\r\n<span style=\"line-height: 1.6em;\">I clienti che si indirizzano allo Studio legale Stadler-Cattaneo vengono patrocinati nelle procedure successorie sia in ambito di procedure di volontaria giurisdizione, come pure in ambito contenzioso. Le prestazioni vengono offerte anche per le successioni aventi carattere internazionale.</span>\r\n<h3><b style=\"line-height: 1.6em;\">Diritti reali</b></h3>\r\n<span style=\"line-height: 1.6em;\">Proprietà e possesso, servitù prediali, usufrutto, diritto di abitazione, ipoteche, cartelle ipotecarie, ipoteche legali e pegni manuali: in questi ambiti gli avvocati sono in grado di offrire ai propri clienti consulenze di ottima qualità.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Vengono inoltre date consulenze in ambito di problematiche condominiali, e di rapporti di vicinato: tali aspetti scaturiscono soprattutto da situazioni giuridiche di proprietà per piani (PPP).</span>\r\n<h3><b style=\"line-height: 1.6em;\">Diritto dei contratti</b></h3>\r\n<span style=\"line-height: 1.6em;\">Il contratto è un negozio giuridico mediante il quale le parti contraenti, manifestando la loro reciproca volontà tesa a produrre effetti giuridici, si obbligano a prestazioni vicendevoli. Il contratto può essere scritto o tacito: in entrambi i casi possono sorgere disaccordi o incomprensioni dando così nascita a contenziosi.</span>\r\n<h5>Compravendita</h5>\r\nIl contratto di compravendita è il contratto che ha per oggetto il trasferimento della proprietà di una determinata cosa (mobile o immobile), o di un diritto per il quale viene corrisposto un determinato prezzo.\r\n\r\nDa quanto qui sopra esposto e ritenuta la frequenza di tali atti, più o meno complessi, nella vita quotidiana di ognuno di noi, lo Studio legale Stadler – Cattaneo è in grado di offrire alla clientela consulenza in vista della stipulazione di un contratto, o ancora alla redazione dello stesso. Gli avvocati, inoltre, occupandosi di contenzioso, sono in grado di assistere i propri clienti in ambito di procedure afferenti il Codice delle obbligazioni.\r\n<h5>Appalto</h5>\r\n<span style=\"line-height: 1.6em;\">Trattasi di un contratto nel quale l’appaltatore si obbliga, nei confronti della committenza, a compiere un’opera e quest’ultima a pagare una mercede. L’appaltatore è pertanto tenuto a conseguire un risultato. Di principio, oggetto del contratto di appalto sono le costruzioni di beni immobili o immobili. Tuttavia, il contratto di appalto non esclude la fornitura di assistenza consulenza, vigilanza, direzione lavori e altre forme ancora. Basti pensare alle prestazioni fornite da un architetto: a seconda della prestazione, si configura un contratto di appalto, altre invece, un contratto di mandato. È dunque proprio nel conseguimento del risultato che si distinguono i due tipi di contratto.</span>\r\n\r\nQuesta distinzione è nella pratica spesso molto sottile e pertanto ne scaturiscono controversie giuridiche.\r\n<h5>Mandato</h5>\r\nCome accennato sopra, il contratto di appalto si distingue dal contratto di mandato per il conseguimento di un risultato. Il mandato è quel rapporto giuridico che contrappone il mandatario al mandante, mediante il quale il primo si obbliga a svolgere e a compiere gli affari o i servigi richiesti dal mandante. In parole più semplici, è quel contratto che nella pratica di tutti i giorni viene concluso con un libero professionista, affinché quest’ultimo lo assiste in un determinato ambito.\r\n<h4><span style=\"line-height: 1.6em;\">Locazione</span></h4>\r\nIl diritto della locazione ha un ruolo preponderate nella vita di molte persone, forse di ognuna di noi, ritenuto che vi sono pure locazioni commerciali.\r\n\r\nParte conduttrice, essendo la parte contrattuale più debole, spesso si trova nella situazione in cui non osa formulare determinate richieste al padrone di casa nonostante tali richieste altro non sono che dei diritti.\r\n\r\n<span style=\"line-height: 1.6em;\">D’altra parte, vi sono pure casi in cui, ad esempio, parte locatrice deve sfrattare parte conduttrice a seguito del mancato e reiterato pagamento del canone mensile.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Per questi ed altri aspetti legati all’ambito del diritto di locazione, lo Studio legale Stadler-Cattaneo sarà in grado di fornirvi una consulenza ed assistervi nel contenzioso, sia dinanzi agli Uffici di conciliazione in materia di locazione, sia dinanzi alle Preture, risp. al Tribunale d’appello.</span>\r\n<h4><span style=\"line-height: 1.6em;\">Diritto societario</span></h4>\r\n<span style=\"line-height: 1.6em;\">Considerato il forte sviluppo economico e la situazione economica finanziaria dei Paesi facenti parte della vicina Penisola attuali, il diritto societario e commerciale acquista vieppiù importanza nel nostro Cantone.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Lo studio legale è in grado di rispondere alle domande inerenti aspetti di diritto societario, come pure alla costituzione di società, ritenuto che l’avv. Sandro Stadler esercita anche la professione di notaio.</span>\r\n<h4>Esecuzione e fallimenti</h4>\r\nTutti noi stiamo vivendo questo periodo di crisi economica intern azionale che ha ripercussioni anche alle nostre latitudini. Se ad esempio, per delle prestazioni che avete fornito la vostra fattura è rimasta scoperta, vi è la possibilità di avviare una procedura esecutiva nei confronti della persona debitrice. In caso contrario, invece, se siete voi a non aver pagato determinate prestazioni, vi verrà notificato quasi sicuramente un precetto esecutivo. Come agire allora? Quali sono i passi da seguire?\r\n\r\nGli avvocati dello Studio legale offrono la propria consulenza e patrocinano i propri clienti anche in questo ambito.\r\n<ul>\r\n <li style=\"display: inline !important;\">\r\n<h2><b>Diritto pubblico</b></h2>\r\n</li>\r\n</ul>\r\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.</span>\r\n<h4><span style=\"line-height: 1.6em;\">Diritto penale</span></h4>\r\nOltre che ad essere iscritti al picchetto penale per le difese di ufficio, gli avvocati sono a disposizione per i mandati detti di fiducia, ossia quando un privato si rivolge ad un avvocato chiedendo di essere assistito in un determinato procedimento.\r\n\r\nOltre che alla difesa di maggiorenni in tutti gli ambiti del diritto penale, gli avvocati dello Studio assistono anche minorenni nei procedimenti dinanzi alla Magistratura dei minorenni.\r\n\r\nLo Studio legale Stadler-Cattaneo offre la propria assistenza anche per procedimenti pendenti fuori Cantone.\r\n\r\nVengono inoltre seguite pratiche in materia di rogatorie internazionali, nonché nel campo dell’estradizione.\r\n\r\nGli avvocati patrocinano inoltre i propri clienti nelle pratiche concernenti il diritto penale amministrativo, ossia in materia di dazi doganali, risp. nei procedimenti pendenti dinananzi all’Amministrazione federale delle dogane.\r\n\r\nIn particolare, l’avv. Cattaneo ha maturato una grande esperienza in ambito penale, ritenuto che ha lavorato presso il Tribunale Penale Cantonale di Lugano quale vicecancelliere.\r\n<h4>Diritto amministrativo</h4>\r\n<span style=\"line-height: 1.6em;\">Questo ambito del diritto regola i rapporti tra lo Stato ed il cittadino.</span>\r\n\r\nL’ampiezza di questo ambito è grande, ritenuto che esso comprende il diritto espropriativo, la pianificazione del territorio, il diritto edilizio, le commesse pubbliche, il diritto degli stranieri, le sanzioni amministrative in ambito di circolazione stradale, nonché le patenti per gli esercizi pubblici.\r\n<h4><span style=\"line-height: 1.6em;\">Diritto delle assicurazioni sociali</span></h4>\r\nQuesto ramo del diritto si occupa di regolare gli aspetti legati all’attribuzione, rispettivamente alla soppressione di rendite AI, LAINF, LADI ed altre ancora.\r\n\r\n<span style=\"line-height: 1.6em;\">Le tempistiche in questo ambito del diritto sono piuttosto lunghe: spesso l’intervento di un legale può aiutare a velocizzare determinati passaggi.</span>\r\n<h4><span style=\"line-height: 1.6em;\">Diritto tributario</span></h4>\r\nLo studio legale, ed in particolare il notaio avv. Sandro Stadler, offre consulenza in materia fiscale soprattutto in ambito successorio, nonché negli aspetti fiscali legati alla compravendita di immobili.\r\n\r\ninserire campagna pubblicitaria FSA -à meglio investire in una consulenza legale. Per evitare problemi futuri!','Avvocatura','','inherit','open','open','','1339-revision-v1','','','2014-01-14 10:58:00','2014-01-14 09:58:00','',1339,'http://sandbox.dos-group.com/stadlercattaneo/?p=1342',0,'revision','',0),(1471,1,'2014-02-04 16:04:19','2014-02-04 15:04:19','[one_fourth]\r\n<img class=\"alignnone size-large wp-image-1468\" alt=\"sarah-stadler_sito\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/sarah-stadler_sito-1024x709.jpg\" width=\"960\" height=\"664\" />[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sarah Stadler</strong> ha compiuto i propri studi all’Università di Friburgo, dove ha ottenuto dapprima il Bachelor e poi il Master (2010). Nell’anno accademico 2009/2010 ha frequentato un programma di mobilità internazionale (Erasmus) presso l’Université Panthéon – Assas (Paris II) di Parigi.\r\nRientrata in Ticino, ha svolto la pratica legale presso lo Studio legale Stadler – Cattaneo, Chiasso e l’alunnato giudiziario alla Terza Camera civile del Tribunale di Appello, Lugano. Ha conseguito il brevetto di avvocato nel 2012.\r\nHa poi svolto la pratica notarile presso l’Ufficio del registro fondiario di Mendrisio e l’Ufficio del registro di commercio di Lugano e lo Studio legale e notarile Stadler - Cattaneo.\r\n<ul>\r\n <li>Membro dell’Ordine degli Avvocati del Cantone Ticino e della Federazione Svizzera degli Avvocati</li>\r\n</ul>\r\n<h2>Vita politica</h2>\r\nDal 2012 è Consigliera Comunale, Balerna, ed è attualmente Presidente della Commissione della gestione.\r\n[/three_fourth_last]','Avv. Sarah Stadler','','inherit','closed','closed','','1369-revision-v1','','','2014-02-04 16:04:19','2014-02-04 15:04:19','',1369,'http://sandbox.dos-group.com/stadlercattaneo/1369-revision-v1/',0,'revision','',0),(1473,1,'2014-02-04 16:09:21','2014-02-04 15:09:21','Cliccare sul link per scaricare il pdf\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf\">articolo Federnotizie settembre 2013</a>','Articolo Federnotizie settembre 2013','','inherit','closed','closed','','1408-revision-v1','','','2014-02-04 16:09:21','2014-02-04 15:09:21','',1408,'http://sandbox.dos-group.com/stadlercattaneo/1408-revision-v1/',0,'revision','',0),(1472,1,'2014-02-04 16:08:42','2014-02-04 15:08:42','<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website.jpg\"><img class=\"alignnone size-large wp-image-1467\" alt=\"pascal-per-website\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website-1024x709.jpg\" width=\"960\" height=\"664\" /></a>\r\n\r\nCliccare sul link per scaricare il pdf\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf\">articolo Federnotizie settembre 2013</a>','Articolo Federnotizie settembre 2013','','inherit','closed','closed','','1408-revision-v1','','','2014-02-04 16:08:42','2014-02-04 15:08:42','',1408,'http://sandbox.dos-group.com/stadlercattaneo/1408-revision-v1/',0,'revision','',0),(1463,1,'2014-02-04 15:18:53','2014-02-04 14:18:53','[callout1] Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Contact-us.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/contatti/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','closed','closed','','1319-revision-v1','','','2014-02-04 15:18:53','2014-02-04 14:18:53','',1319,'http://sandbox.dos-group.com/stadlercattaneo/1319-revision-v1/',0,'revision','',0),(1400,1,'2014-01-14 16:20:16','2014-01-14 15:20:16',' ','','','publish','open','closed','','1400','','','2014-01-28 11:22:59','2014-01-28 10:22:59','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?p=1400',5,'nav_menu_item','',0),(1402,1,'2014-01-15 09:46:37','2014-01-15 08:46:37','Lo Studio legale e notarile è stato fondato nel 1985 su iniziativa dell’avvocato Sandro Stadler.\n\nSituato accanto al valico doganale di Chiasso, da sempre occupa una zona strategica per tutto il Ticino e la vicina Repubblica Italiana.\n\nLo studio occupa fin dalla sua costituzione gli spazi di un immobile storico della piazza chiassese: la costruzione risale alla prima metà del secolo scorso.','Chi siamo','','inherit','open','open','','1337-autosave-v1','','','2014-01-15 09:46:37','2014-01-15 08:46:37','',1337,'http://sandbox.dos-group.com/stadlercattaneo/1337-autosave-v1/',0,'revision','',0),(1403,1,'2014-01-15 09:49:29','2014-01-15 08:49:29','','Lo Studio legale e notarile Stadler Cattaneo','','inherit','open','open','','about-us','','','2014-01-15 09:49:29','2014-01-15 08:49:29','',1337,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/about-us.jpg',0,'attachment','image/jpeg',0),(1411,1,'2014-01-28 10:25:48','2014-01-28 09:25:48','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_48932437_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/contatti/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','closed','closed','','1319-revision-v1','','','2014-01-28 10:25:48','2014-01-28 09:25:48','',1319,'http://sandbox.dos-group.com/stadlercattaneo/1319-revision-v1/',0,'revision','',0),(1406,1,'2014-01-15 10:23:50','2014-01-15 09:23:50','Cliccare sul link per scaricare il pdf\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/Bollettino-n.-40.pdf\">Articolo APost plus</a>','La decadenza dei termini secondo A-Post plus','','publish','open','open','','in-condimentum-facilisis','','','2014-02-03 10:18:06','2014-02-03 09:18:06','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1406',0,'post','',0),(1435,1,'2014-01-28 18:47:52','2014-01-28 17:47:52','<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/invio-APost-plus.pdf\">invio APost plus</a>','La decadenza dei termini secondo A-Post plus','','inherit','closed','closed','','1406-revision-v1','','','2014-01-28 18:47:52','2014-01-28 17:47:52','',1406,'http://sandbox.dos-group.com/stadlercattaneo/1406-revision-v1/',0,'revision','',0),(1436,1,'2014-01-28 18:48:31','2014-01-28 17:48:31','<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/invio-APost-plus.pdf\">Articolo APost plus</a>','La decadenza dei termini secondo A-Post plus','','inherit','closed','closed','','1406-revision-v1','','','2014-01-28 18:48:31','2014-01-28 17:48:31','',1406,'http://sandbox.dos-group.com/stadlercattaneo/1406-revision-v1/',0,'revision','',0),(1437,1,'2014-02-03 10:26:34','2014-02-03 09:26:34','[one_fourth]\n<img class=\"alignnone size-medium wp-image-1374\" alt=\"sandro-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sandro-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\n[/one_fourth]\n\n[three_fourth_last]\n\nNato a Zurigo nel 1952, ha vissuto 18 anni a Roma.\nStudi e maturità liceale a Roma.\nStudi presso la facoltà di diritto a Zurigo, ottenendo la laurea Rechts- und Staatswissenschaftliche Fakultät “utriusque iuris” nel 1978.\n\nNel 1979 -1980 ha lavorato due anni presso il Comune di Locarno in qualità di vice-segretario Comunale e giurista della Città di Locarno, quale alunnato giudiziario per un anno.\n\nIn seguito ha svolto la pratica legale presso lo Studio Borradori a Lugano ottenendo il brevetto di avvocato nel 1982.\nHa lavorato un anno nel Servizio giuridico della Banca del Gottardo, Lugano.\n\nSuccessivamente ha lavorato presso lo studio legale De Pietri & Martinola a Lugano quale avvocato e notaio (1983-1985).\n\nNel 1986 si è messo in proprio aprendo uno Studio legale e notarile a Chiasso, associandosi in seguito con l’avv. Pascal Cattaneo.\n\nNel 2003 è entrato nel Consiglio dell’Ordine degli Avvocati del Cantone Ticino, dove per quattro anni ha svolto la funzione di Segretario e ciò fino al 2007.\n\nNel 2001 è divenuto membro di Comitato della Federazione Svizzera dei Notai, di cui ne è divenuto Vice-Presidente e Presidente dal 2009, funzione che ha ricoperto sino a fine 2013. Egli è altresì membro dell’Ordine dei Notai del Cantone Ticino.\n\nL’avv. Sandro Stadler è anche membro del Comitato dei Notai Lombardo Ticinese.\n\n-Membro dell’Ordine degli Avvocati del Cantone Ticino e della Federazione Svizzera degli Avvocati\n\n-Membro dell’Ordine dei Notai del Cantone Ticino e della Federazione Svizzera dei Notai - già Presidente\n\nCampi di attività\n\nNotariato\nDiritto civile\nDiritto dei contratti\nDiritto societario\nDiritto successorio svizzero e internazionale\n<h2>Vita Politica</h2>\n<ul>\n <li>1982-1986.: Consigliere Comunale a Chiasso, Presidente della Commissione della gestione, nonché Vice-Presidente del Consiglio Parrocchiale</li>\n <li>199… - 199….: Municipale a Balerna</li>\n</ul>\n<h3>Associazioni:</h3>\n<ul>\n <li>Lions Club Mendrisiotto\nGià membro di comitato e Presidente (1996-1997)\nLions Club MD 102, Presidente della Commissione Statuti e membro di gabinetto</li>\n <li>Associazione degli Amici del M.a.x. Museo: Presidente e socio fondatore</li>\n <li>Membro della UINL (Unione Internazionale del Notariato Latino) di diritto in quanto già Presidente (FSN-SNV) e membro della CAE (Commissione Affari Europei) della UINL.</li>\n</ul>\n<div>\n<h2>Altre funzioni</h2>\n</div>\nBanca Raiffeisen del Basso Mendrisiotto, membro del CdA, Segretario.\n[/three_fourth_last]','Avv. Sandro Stadler','','inherit','closed','closed','','1364-autosave-v1','','','2014-02-03 10:26:34','2014-02-03 09:26:34','',1364,'http://sandbox.dos-group.com/stadlercattaneo/1364-autosave-v1/',0,'revision','',0),(1407,1,'2014-01-15 10:23:50','2014-01-15 09:23:50','Nulla At Nulla Justo, Eget Luctus\r\n\r\n<span style=\"line-height: 1.6em;\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui mauris. Vivamus.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor. Ut in nulla enim. Phasellus molestie magna non est bibendum non venenatis nisl tempor. Suspendisse.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Dictum feugiat nisl ut dapibus. Mauris iaculis porttitor posuere. Praesent id metus massa, ut blandit odio.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Proin quis tortor orci. Etiam at risus et justo dignissim congue. Donec congue lacinia dui, a porttitor lectus condimentum laoreet. Nunc eu ullamcorper orci. Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque faucibus vestibulum. Nulla at nulla justo, eget luctus tortor. Nulla facilisi. Duis aliquet.</span>','In Condimentum Facilisis','','inherit','open','open','','1406-revision-v1','','','2014-01-15 10:23:50','2014-01-15 09:23:50','',1406,'http://sandbox.dos-group.com/stadlercattaneo/1406-revision-v1/',0,'revision','',0),(1408,1,'2014-01-15 10:28:45','2014-01-15 09:28:45','Cliccare sul link per scaricare il pdf\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf\">articolo Federnotizie settembre 2013</a>','Articolo Federnotizie settembre 2013','','publish','closed','closed','','sed-molestie-augue','','','2014-02-04 16:13:28','2014-02-04 15:13:28','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1408',0,'post','',0),(1432,1,'2014-01-28 18:44:14','2014-01-28 17:44:14','<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf\">articolo Federnotizie settembre 2013</a>','Articolo Federnotizie settembre 2013','','inherit','closed','closed','','1408-revision-v1','','','2014-01-28 18:44:14','2014-01-28 17:44:14','',1408,'http://sandbox.dos-group.com/stadlercattaneo/1408-revision-v1/',0,'revision','',0),(1446,1,'2014-02-03 10:16:17','2014-02-03 09:16:17','','Bollettino n. 40','','inherit','closed','closed','','bollettino-n-40','','','2014-02-03 10:16:17','2014-02-03 09:16:17','',1408,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/Bollettino-n.-40.pdf',0,'attachment','application/pdf',0),(1438,1,'2014-01-28 18:54:09','2014-01-28 17:54:09','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1374\" alt=\"sandro-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sandro-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nNato a Zurigo nel 1952, ha vissuto 18 anni a Roma. \r\nStudi e maturità liceale a Roma.\r\nStudi presso la facoltà di diritto a Zurigo, ottenendo la laurea Rechts- und Staatswissenschaftliche Fakultät “utriusque iuris” nel 1978.\r\n\r\nNel 1979 -1980 ha lavorato due anni presso il Comune di Locarno in qualità di vice-segretario Comunale e giurista della Città di Locarno, quale alunnato giudiziario per un anno.\r\n\r\nIn seguito ha svolto la pratica legale presso lo Studio Borradori a Lugano ottenendo il brevetto di avvocato nel 1982.\r\nHa lavorato un anno nel Servizio giuridico della Banca del Gottardo, Lugano.\r\n\r\nSuccessivamente ha lavorato presso lo studio legale De Pietri & Martinola a Lugano quale avvocato e notaio (1983-1985).\r\n\r\nNel 1986 si è messo in proprio aprendo uno Studio legale e notarile a Chiasso, associandosi in seguito con l’avv. Pascal Cattaneo.\r\n\r\nNel 2003 è entrato nel Consiglio dell’Ordine degli Avvocati del Cantone Ticino, dove per quattro anni ha svolto la funzione di Segretario e ciò fino al 2007.\r\n\r\nNel 2001 è divenuto membro di Comitato della Federazione Svizzera dei Notai, di cui ne è divenuto Vice-Presidente e Presidente dal 2009, funzione che ha ricoperto sino a fine 2013. Egli è altresì membro dell’Ordine dei Notai del Cantone Ticino.\r\n\r\nL’avv. Sandro Stadler è anche membro del Comitato dei Notai Lombardo Ticinese.\r\n\r\nCampi di attività\r\n\r\nNotariato\r\nDiritto civile\r\nDiritto dei contratti\r\nDiritto societario\r\nDiritto successorio svizzero e internazionale\r\n<h2>Vita Politica</h2>\r\n<ul>\r\n <li>1982-1986.: Consigliere Comunale a Chiasso, Presidente della Commissione della gestione, nonché Vice-Presidente del Consiglio Parrocchiale</li>\r\n <li>199… - 199….: Municipale a Balerna</li>\r\n</ul>\r\n<h3>Associazioni:</h3>\r\n<ul>\r\n <li>Lions Club Mendrisiotto</li>\r\n <li>Già membro di comitato e Presidente (1996-1997)\r\nLions Club MD 102, Presidente della Commissione Statuti e membro di gabinetto\r\n</li>\r\n <li>Associazione degli Amici del M.a.x. Museo: Presidente e socio fondatore</li>\r\n <li>Membro della UINL (Unione Internazionale del Notariato Latino) di diritto in quanto già Presidente (FSN-SNV) e membro della CAE (Commissione Affari Europei) della UINL.</li>\r\n</ul>\r\n<div>\r\n<h2>Altre funzioni</h2>\r\n</div>\r\nBanca Raiffeisen del Basso Mendrisiotto, membro del CdA, Segretario.\r\n[/three_fourth_last]','Avv. Sandro Stadler','','inherit','closed','closed','','1364-revision-v1','','','2014-01-28 18:54:09','2014-01-28 17:54:09','',1364,'http://sandbox.dos-group.com/stadlercattaneo/1364-revision-v1/',0,'revision','',0),(1409,1,'2014-01-15 10:28:45','2014-01-15 09:28:45','Duis Aliquet Egestas Purus\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam in dui mauris. Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor. Ut in nulla enim. Phasellus molestie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut dapibus. Mauris iaculis porttitor posuere. Praesent id metus massa, ut blandit odio. Proin quis tortor orci. Etiam at risus et justo dignissim congue. Donec congue lacinia dui, a porttitor lectus condimentum laoreet. Nunc eu ullamcorper orci. Quisque eget odio ac lectus vestibulum faucibus eget in metus. In pellentesque faucibus vestibulum. Nulla at nulla justo, eget luctus tortor. Nulla facilisi. Duis aliquet egestas purus in blandit. Curabitur vulputate, ligula lacinia scelerisque tempor, lacus lacus ornare ante, ac egestas est urna sit amet arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Sed.\r\n\r\nMolestie augue sit amet leo consequat posuere. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Proin vel ante a orci tempus eleifend ut et magna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus luctus urna sed urna ultricies ac tempor dui sagittis. In condimentum facilisis porta. Sed nec diam eu diam mattis viverra. Nulla.\r\n\r\nFringilla, orci ac euismod semper, magna diam porttitor mauris, quis sollicitudin sapien justo in libero. Vestibulum mollis mauris enim. Morbi euismod magna ac lorem rutrum elementum. Donec viverra auctor lobortis. Pellentesque eu est a nulla placerat dignissim. Morbi a enim in magna semper bibendum. Etiam scelerisque, nunc ac egestas consequat, odio nibh euismod nulla, eget auctor orci nibh vel nisi. Aliquam erat volutpat. Mauris vel neque sit amet nunc gravida congue sed sit amet purus. Quisque lacus quam, egestas ac tincidunt a, lacinia vel velit. Aenean facilisis nulla vitae urna tincidunt congue sed ut dui. Morbi malesuada nulla nec purus convallis consequat. Vivamus id mollis quam. Morbi ac commodo nulla. In condimentum orci id nisl volutpat bibendum. Quisque commodo hendrerit lorem quis egestas. Maecenas quis tortor arcu. Vivamus rutrum nunc non neque consectetur quis placerat neque lobortis. Nam vestibulum, arcu sodales feugiat consectetur, nisl orci bibendum elit, eu euismod magna sapien ut nibh. Donec semper quam scelerisque tortor dictum gravida. In hac habitasse platea dictumst. Nam pulvinar, odio sed rhoncus suscipit, sem diam ultrices mauris, eu.\r\n\r\nConsequat purus metus eu velit. Proin metus odio, aliquam eget molestie nec, gravida ut sapien. Phasellus quis est sed turpis sollicitudin venenatis sed eu odio. Praesent eget neque eu eros interdum malesuada non vel leo. Sed fringilla porta ligula egestas tincidunt. Nullam risus magna, ornare vitae varius eget, scelerisque a libero. Morbi eu porttitor ipsum. Nullam lorem nisi, posuere quis volutpat eget, luctus nec massa. Pellentesque aliquam lacinia tellus sit amet bibendum. Ut posuere justo in enim pretium scelerisque. Etiam ornare vehicula euismod. Vestibulum at risus augue. Sed non semper dolor. Sed fringilla consequat velit a porta. Pellentesque sed lectus pharetra ipsum ultricies commodo non sit amet velit. Suspendisse volutpat lobortis ipsum, in scelerisque nisi iaculis a. Duis pulvinar lacinia commodo. Integer in lorem id nibh luctus aliquam. Sed elementum, est ac sagittis porttitor, neque metus ultricies ante, in accumsan massa nisl non metus. Vivamus sagittis quam a lacus dictum tempor. Nullam in semper ipsum. Cras a est id massa malesuada tincidunt. Etiam a urna tellus. Ut rutrum vehicula dui, eu.\r\n\r\nCursus magna tincidunt pretium. Donec malesuada accumsan quam, et commodo orci viverra et. Integer tincidunt sagittis lectus. Mauris ac ligula quis orci auctor tincidunt. Suspendisse odio justo, varius id posuere sit amet, iaculis sit amet orci. Suspendisse potenti. Suspendisse potenti. Aliquam erat volutpat. Sed posuere dignissim odio, nec cursus odio mollis et. Praesent cursus, orci ut dictum adipiscing, tellus ante porttitor leo, vel gravida lacus lorem vitae est. Duis ultricies feugiat ante nec aliquam. Maecenas varius, nulla vel fermentum semper, metus nibh bibendum nunc, vitae suscipit mauris velit ac nunc. Mauris nunc eros, egestas at.\r\n\r\nVehicula tincidunt, commodo ac mauris. Nulla facilisi. Nunc eros sem, lobortis non pulvinar id, blandit in eros. In bibendum suscipit porta. Quisque vitae erat eget nulla cursus malesuada. Nulla venenatis feugiat quam, sed rutrum tellus suscipit quis. Aliquam placerat velit in quam imperdiet vel vehicula nulla interdum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi commodo, ipsum sed pharetra gravida, orci magna rhoncus neque, id pulvinar odio lorem non turpis. Nullam sit amet enim. Suspendisse id velit vitae ligula.','Sed Molestie Augue','','inherit','closed','closed','','1408-revision-v1','','','2014-01-15 10:28:45','2014-01-15 09:28:45','',1408,'http://sandbox.dos-group.com/stadlercattaneo/1408-revision-v1/',0,'revision','',0),(1412,1,'2014-01-28 10:29:10','2014-01-28 09:29:10','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>Lunedì – Giovedì:</td>\r\n<td> 8.30 – 12.00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>14.00 – 17.30</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"line-height: 1.6em\">Venerdì:</span></td>\r\n<td> 8.30 – 12.00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>14.00 – 17.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\r\n\r\n<span style=\"line-height: 1.6em\">[/three_fourth_last]</span>','Segretariato','','publish','open','open','','segretariato','','','2014-02-11 13:50:03','2014-02-11 12:50:03','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?page_id=1412',0,'page','',0),(1414,1,'2014-01-28 10:29:10','2014-01-28 09:29:10','','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-01-28 10:29:10','2014-01-28 09:29:10','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1419,1,'2014-01-28 10:38:58','2014-01-28 09:38:58','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nTesto segretariato\r\n\r\n \r\n\r\n[/three_fourth_last]','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-01-28 10:38:58','2014-01-28 09:38:58','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1420,1,'2014-01-28 10:39:23','2014-01-28 09:39:23',' ','','','publish','closed','closed','','1420','','','2014-01-28 11:22:59','2014-01-28 10:22:59','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1420',6,'nav_menu_item','',0),(1421,1,'2014-01-28 11:06:16','2014-01-28 10:06:16','','Lo studio - slide 2','','publish','closed','closed','','lo-studio-slide-2','','','2014-01-28 11:16:46','2014-01-28 10:16:46','',0,'http://sandbox.dos-group.com/stadlercattaneo/?post_type=karma-slider&p=1421',0,'karma-slider','',0),(1415,1,'2014-01-28 10:30:19','2014-01-28 09:30:19','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1371\" alt=\"sarah-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sarah-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sarah Stadler</strong> ha compiuto i propri studi all’Università di Friburgo, dove ha ottenuto dapprima il Bachelor e poi il Master (2010). Nell’anno accademico 2009/2010 ha frequentato un programma di mobilità internazionale (Erasmus) presso l’Université Panthéon – Assas (Paris II) di Parigi.\r\nRientrata in Ticino, ha svolto la pratica legale presso lo Studio legale Stadler – Cattaneo, Chiasso e l’alunnato giudiziario alla Terza Camera civile del Tribunale di Appello, Lugano. Ha conseguito il brevetto di avvocato nel 2012.\r\nHa poi svolto la pratica notarile presso l’Ufficio del registro fondiario di Mendrisio e l’Ufficio del registro di commercio di Lugano e lo Studio legale e notarile Stadler - Cattaneo.\r\n<h2>Vita politica</h2>\r\nDal 2012 è Consigliera Comunale, Balerna, ed è attualmente Presidente della Commissione della gestione.\r\n[/three_fourth_last]','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-01-28 10:30:19','2014-01-28 09:30:19','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1416,1,'2014-02-03 10:13:19','2014-02-03 09:13:19','[one_fourth]\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\n[/one_fourth]\n\n[three_fourth_last]\n\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\n<table>\n<tbody>\n<tr>\n <td>Lunedì – Giovedì:</td>\n <td>8.30 – 12.00</td>\n</tr>\n<tr>\n <td></td>\n <td>14.30 – 17.30</td>\n</tr>\n<tr>\n <td>Venerdì:</td>\n <td>8.30 – 12.00</td>\n</tr>\n<tr>\n <td></td>\n <td>14.00 – 17.00</td>\n</tr>\n</tbody>\n</table>\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\n\n<span style=\"line-height: 1.6em;\">[/three_fourth_last]</span>','Segretariato','','inherit','closed','closed','','1412-autosave-v1','','','2014-02-03 10:13:19','2014-02-03 09:13:19','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-autosave-v1/',0,'revision','',0),(1440,1,'2014-02-03 10:05:32','2014-02-03 09:05:32','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\r\n\r\nLunedì – Giovedì: 8.30 – 12.00\r\n\r\n14.30 – 17.30\r\n\r\nVenerdì: 8.30 – 12.00\r\n\r\n14.00 – 17.00\r\n\r\n \r\n\r\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\r\n\r\n \r\n\r\n \r\n\r\n[/three_fourth_last]','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-02-03 10:05:32','2014-02-03 09:05:32','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1417,1,'2014-01-28 10:35:39','2014-01-28 09:35:39','','paola antonella','','inherit','closed','closed','','paola-antonella','','','2014-01-28 10:35:39','2014-01-28 09:35:39','',1412,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella.jpg',0,'attachment','image/jpeg',0),(1418,1,'2014-01-28 10:37:12','2014-01-28 09:37:12','[one_fourth]\r\n<img src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" alt=\"paola antonella\" width=\"300\" height=\"207\" class=\"alignnone size-medium wp-image-1417\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sarah Stadler</strong> ha compiuto i propri studi all’Università di Friburgo, dove ha ottenuto dapprima il Bachelor e poi il Master (2010). Nell’anno accademico 2009/2010 ha frequentato un programma di mobilità internazionale (Erasmus) presso l’Université Panthéon – Assas (Paris II) di Parigi.\r\nRientrata in Ticino, ha svolto la pratica legale presso lo Studio legale Stadler – Cattaneo, Chiasso e l’alunnato giudiziario alla Terza Camera civile del Tribunale di Appello, Lugano. Ha conseguito il brevetto di avvocato nel 2012.\r\nHa poi svolto la pratica notarile presso l’Ufficio del registro fondiario di Mendrisio e l’Ufficio del registro di commercio di Lugano e lo Studio legale e notarile Stadler - Cattaneo.\r\n<h2>Vita politica</h2>\r\nDal 2012 è Consigliera Comunale, Balerna, ed è attualmente Presidente della Commissione della gestione.\r\n[/three_fourth_last]','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-01-28 10:37:12','2014-01-28 09:37:12','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1425,1,'2014-01-28 11:14:49','2014-01-28 10:14:49','','cartolina','','inherit','closed','closed','','cartolina','','','2014-01-28 11:14:49','2014-01-28 10:14:49','',1421,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/cartolina.png',0,'attachment','image/png',0),(1426,1,'2014-01-28 11:14:52','2014-01-28 10:14:52','','publicinecolor','','inherit','closed','closed','','publicinecolor','','','2014-01-28 11:14:52','2014-01-28 10:14:52','',1424,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/publicinecolor.png',0,'attachment','image/png',0),(1424,1,'2014-01-28 11:06:50','2014-01-28 10:06:50','','Lo studio - slide 3','','publish','closed','closed','','lo-studio-slide-3','','','2014-01-28 11:16:19','2014-01-28 10:16:19','',0,'http://sandbox.dos-group.com/stadlercattaneo/?post_type=karma-slider&p=1424',0,'karma-slider','',0),(1428,1,'2014-01-28 11:52:24','2014-01-28 10:52:24','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Contact-us.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/contatti/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','closed','closed','','1319-revision-v1','','','2014-01-28 11:52:24','2014-01-28 10:52:24','',1319,'http://sandbox.dos-group.com/stadlercattaneo/1319-revision-v1/',0,'revision','',0),(1429,1,'2014-01-28 18:43:12','2014-01-28 17:43:12','','articolo Federnotizie settembre 2013','L\'identificazione di persone fisiche nella prassi svizzera','inherit','closed','closed','','articolo-federnotizie-settembre-2013','','','2014-01-28 18:43:12','2014-01-28 17:43:12','',1408,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf',0,'attachment','application/pdf',0),(1433,1,'2014-02-03 10:17:58','2014-02-03 09:17:58','Cliccare sul link per scaricare il pdf\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/Bollettino-n.-40.pdf\">Articolo APost plus</a>','La decadenza dei termini secondo A-Post plus','','inherit','closed','closed','','1406-autosave-v1','','','2014-02-03 10:17:58','2014-02-03 09:17:58','',1406,'http://sandbox.dos-group.com/stadlercattaneo/1406-autosave-v1/',0,'revision','',0),(1431,1,'2014-02-04 16:11:28','2014-02-04 15:11:28','Cliccare sul link per scaricare il pdf\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf\">articolo Federnotizie settembre 2013</a>\n\n \n\ntesto link','Articolo Federnotizie settembre 2013','','inherit','closed','closed','','1408-autosave-v1','','','2014-02-04 16:11:28','2014-02-04 15:11:28','',1408,'http://sandbox.dos-group.com/stadlercattaneo/1408-autosave-v1/',0,'revision','',0),(1439,1,'2014-01-28 18:55:14','2014-01-28 17:55:14','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1374\" alt=\"sandro-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sandro-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nNato a Zurigo nel 1952, ha vissuto 18 anni a Roma. \r\nStudi e maturità liceale a Roma.\r\nStudi presso la facoltà di diritto a Zurigo, ottenendo la laurea Rechts- und Staatswissenschaftliche Fakultät “utriusque iuris” nel 1978.\r\n\r\nNel 1979 -1980 ha lavorato due anni presso il Comune di Locarno in qualità di vice-segretario Comunale e giurista della Città di Locarno, quale alunnato giudiziario per un anno.\r\n\r\nIn seguito ha svolto la pratica legale presso lo Studio Borradori a Lugano ottenendo il brevetto di avvocato nel 1982.\r\nHa lavorato un anno nel Servizio giuridico della Banca del Gottardo, Lugano.\r\n\r\nSuccessivamente ha lavorato presso lo studio legale De Pietri & Martinola a Lugano quale avvocato e notaio (1983-1985).\r\n\r\nNel 1986 si è messo in proprio aprendo uno Studio legale e notarile a Chiasso, associandosi in seguito con l’avv. Pascal Cattaneo.\r\n\r\nNel 2003 è entrato nel Consiglio dell’Ordine degli Avvocati del Cantone Ticino, dove per quattro anni ha svolto la funzione di Segretario e ciò fino al 2007.\r\n\r\nNel 2001 è divenuto membro di Comitato della Federazione Svizzera dei Notai, di cui ne è divenuto Vice-Presidente e Presidente dal 2009, funzione che ha ricoperto sino a fine 2013. Egli è altresì membro dell’Ordine dei Notai del Cantone Ticino.\r\n\r\nL’avv. Sandro Stadler è anche membro del Comitato dei Notai Lombardo Ticinese.\r\n\r\nCampi di attività\r\n\r\nNotariato\r\nDiritto civile\r\nDiritto dei contratti\r\nDiritto societario\r\nDiritto successorio svizzero e internazionale\r\n<h2>Vita Politica</h2>\r\n<ul>\r\n <li>1982-1986.: Consigliere Comunale a Chiasso, Presidente della Commissione della gestione, nonché Vice-Presidente del Consiglio Parrocchiale</li>\r\n <li>199… - 199….: Municipale a Balerna</li>\r\n</ul>\r\n<h3>Associazioni:</h3>\r\n<ul>\r\n <li>Lions Club Mendrisiotto\r\nGià membro di comitato e Presidente (1996-1997)\r\nLions Club MD 102, Presidente della Commissione Statuti e membro di gabinetto\r\n</li>\r\n <li>Associazione degli Amici del M.a.x. Museo: Presidente e socio fondatore</li>\r\n <li>Membro della UINL (Unione Internazionale del Notariato Latino) di diritto in quanto già Presidente (FSN-SNV) e membro della CAE (Commissione Affari Europei) della UINL.</li>\r\n</ul>\r\n<div>\r\n<h2>Altre funzioni</h2>\r\n</div>\r\nBanca Raiffeisen del Basso Mendrisiotto, membro del CdA, Segretario.\r\n[/three_fourth_last]','Avv. Sandro Stadler','','inherit','closed','closed','','1364-revision-v1','','','2014-01-28 18:55:14','2014-01-28 17:55:14','',1364,'http://sandbox.dos-group.com/stadlercattaneo/1364-revision-v1/',0,'revision','',0),(1346,1,'2014-01-14 10:59:56','2014-01-14 09:59:56','Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà. Il notaio esercita la professione nel rispetto assoluto del segreto professionale essendo quest’ultimo opponibile ai terzi.\r\n\r\n<span style=\"line-height: 1.6em;\">La funzione di notaio riveste da sempre un ruolo determinante nella società.</span>\r\n\r\nNon a caso le decisioni più importanti prese durante il corso della vita, come ad esempio l’acquisto di una casa di abitazione, necessita, per la sua validità, l’atto pubblico e pertanto l’intervento di un notaio. Si dice pertanto che il notaio svolge una funzione sociale rilevante.\r\n\r\n<span style=\"line-height: 1.6em;\">Il compito principe del notaio è quello di interpretare la volontà delle parti e di “tradurle in diritto”redigendo in modo conforme alla legge tali clausole. Compito del notaio è inoltre quello di tutelare la parte più debole al contratto, mettendola così in un rapporto di uguaglianza con l’altra parte. La figura del notaio è infatti di garante del diritto “super partes”, ossia al di sopra delle parti. A differenza dell’avvocato, il notaio non ha interesse ad avvantaggiare una parte al contratto. Il notaio è chiamato ad informare compiutamente e chiaramente le parti all’atto. È pertanto evidente che il notaio interviene nella sua funzione di garante del diritto, laddove garantisce personalmente le parti della solidità giuridica dell’atto in questione). Tale prestazione di informazione è tipica del notariato di tipo latino, che si contrappone a quello in cui il notaio interviene come semplice funzionario, laddove l’unica prestazione fornita è costituita dalla formalizzazione dell’atto. Il notariato di tipo latino fornisce pertanto alle parti la consulenza giuridica, laddove le parti vengono compiutamente e debitamente informate circa tutte le soluzioni esistenti e le differenti ripercussioni che comporta un determinato atto (giuridico, fiscale, ecc.).</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Il ricorso ad un notaio permette di evitare problemi futuri.</span>\r\n\r\nIl notaio è il garante della sicurezza giuridica.\r\n\r\n<span style=\"line-height: 1.6em;\">Un contratto mal redatto comporta litigiosità che sfocia in futuro spesso in una procedura contenziosa lunga e costosa.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">L’esercizio della professione di notaio comporta pertanto una grande responsabilità, ragione per cui, un’inottemperanza di una clausola che vieta al notaio di prestare il proprio ministero per la confezione di un determinato atto contrario alla legge, ne comporta una severa sanzione disciplinare.</span>','Notariato','','publish','open','open','','notariato','','','2014-01-14 14:11:45','2014-01-14 13:11:45','',0,'http://sandbox.dos-group.com/stadlercattaneo/?page_id=1346',4,'page','',0),(1347,1,'2014-01-14 10:59:56','2014-01-14 09:59:56',' ','','','publish','open','closed','','1347','','','2014-01-28 11:22:59','2014-01-28 10:22:59','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1347',8,'nav_menu_item','',0),(1348,1,'2014-01-14 10:59:56','2014-01-14 09:59:56','Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà. Il notaio esercita la professione nel rispetto assoluto del segreto professionale essendo quest’ultimo opponibile ai terzi.\r\n\r\n<span style=\"line-height: 1.6em;\">La funzione di notaio riveste da sempre un ruolo determinante nella società.</span>\r\n\r\nNon a caso le decisioni più importanti prese durante il corso della vita, come ad esempio l’acquisto di una casa di abitazione, necessita, per la sua validità, l’atto pubblico e pertanto l’intervento di un notaio. Si dice pertanto che il notaio svolge una funzione sociale rilevante.\r\n\r\n<span style=\"line-height: 1.6em;\">Il compito principe del notaio è quello di interpretare la volontà delle parti e di “tradurle in diritto”redigendo in modo conforme alla legge tali clausole. Compito del notaio è inoltre quello di tutelare la parte più debole al contratto, mettendola così in un rapporto di uguaglianza con l’altra parte. La figura del notaio è infatti di garante del diritto “super partes”, ossia al di sopra delle parti. A differenza dell’avvocato, il notaio non ha interesse ad avvantaggiare una parte al contratto. Il notaio è chiamato ad informare compiutamente e chiaramente le parti all’atto. È pertanto evidente che il notaio interviene nella sua funzione di garante del diritto, laddove garantisce personalmente le parti della solidità giuridica dell’atto in questione). Tale prestazione di informazione è tipica del notariato di tipo latino, che si contrappone a quello in cui il notaio interviene come semplice funzionario, laddove l’unica prestazione fornita è costituita dalla formalizzazione dell’atto. Il notariato di tipo latino fornisce pertanto alle parti la consulenza giuridica, laddove le parti vengono compiutamente e debitamente informate circa tutte le soluzioni esistenti e le differenti ripercussioni che comporta un determinato atto (giuridico, fiscale, ecc.).</span>\r\n\r\n<span style=\"line-height: 1.6em;\">Il ricorso ad un notaio permette di evitare problemi futuri.</span>\r\n\r\nIl notaio è il garante della sicurezza giuridica.\r\n\r\n<span style=\"line-height: 1.6em;\">Un contratto mal redatto comporta litigiosità che sfocia in futuro spesso in una procedura contenziosa lunga e costosa.</span>\r\n\r\n<span style=\"line-height: 1.6em;\">L’esercizio della professione di notaio comporta pertanto una grande responsabilità, ragione per cui, un’inottemperanza di una clausola che vieta al notaio di prestare il proprio ministero per la confezione di un determinato atto contrario alla legge, ne comporta una severa sanzione disciplinare.</span>','Notariato','','inherit','open','open','','1346-revision-v1','','','2014-01-14 10:59:56','2014-01-14 09:59:56','',1346,'http://sandbox.dos-group.com/stadlercattaneo/?p=1348',0,'revision','',0),(1349,1,'2014-01-28 11:50:02','2014-01-28 10:50:02','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\n\n[one_fourth]\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\n<h5>Diritto Privato</h5>\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\n\n[/one_fourth]\n\n[one_fourth]\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\n<h5>Diritto Pubblico</h5>\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\n\n[/one_fourth]\n\n[one_fourth]\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\n<h5>Notariato</h5>\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\n\n[/one_fourth]\n\n[one_fourth_last]\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Contact-us.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/contatti/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\n<h5>Contatti</h5>\n[/one_fourth_last]\n\n[testimonial_wrap]\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-autosave-v1','','','2014-01-28 11:50:02','2014-01-28 10:50:02','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1349',0,'revision','',0),(1350,1,'2014-01-14 11:12:03','2014-01-14 10:12:03','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth_last]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 11:12:03','2014-01-14 10:12:03','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1350',0,'revision','',0),(1353,1,'2014-01-14 11:35:42','2014-01-14 10:35:42','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nDiritto Privato\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nDiritto Pubblico\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nNotariato\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContatti\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 11:35:42','2014-01-14 10:35:42','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1353',0,'revision','',0),(1352,1,'2014-01-14 11:26:29','2014-01-14 10:26:29','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 11:26:29','2014-01-14 10:26:29','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1352',0,'revision','',0),(1351,1,'2014-01-14 11:25:50','2014-01-14 10:25:50','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\nContent goes here...\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Content goes here...[client_name]John Doe, Company Name[/client_name][/testimonial]\r\n[testimonial]Content goes here...[client_name]John Doe, Company Name[/client_name][/testimonial]\r\n[testimonial]Content goes here...[client_name]John Doe, Company Name[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 11:25:50','2014-01-14 10:25:50','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1351',0,'revision','',0),(1354,1,'2014-01-14 11:37:13','2014-01-14 10:37:13','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h4>Diritto Privato</h4>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h4>Diritto Pubblico</h4>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h4>Notariato</h4>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h4>Contatti</h4>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 11:37:13','2014-01-14 10:37:13','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1354',0,'revision','',0),(1355,1,'2014-01-14 11:40:12','2014-01-14 10:40:12','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h4>Diritto Privato</h4>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h4>Diritto Pubblico</h4>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h4>Notariato</h4>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h4>Contatti</h4>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 11:40:12','2014-01-14 10:40:12','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1355',0,'revision','',0),(1356,1,'2014-01-14 11:41:25','2014-01-14 10:41:25','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\n<p>Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\n<p>Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.</p>\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\n<p>Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.</p>\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 11:41:25','2014-01-14 10:41:25','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1356',0,'revision','',0),(1357,1,'2014-01-14 11:50:49','2014-01-14 10:50:49','[one_fourth]\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website-2.jpg\"><img class=\"alignnone size-large wp-image-1466\" alt=\"pascal-per-website-2\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website-2-1024x709.jpg\" width=\"960\" height=\"664\" /></a>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n<h2><span style=\"font-size: 14px; line-height: 1.6em;\">L’avv. </span><strong style=\"font-size: 14px; line-height: 1.6em;\">Pascal Cattaneo</strong><span style=\"font-size: 14px; line-height: 1.6em;\"> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.</span></h2>\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n<ul>\r\n <li>Membro dell’Ordine degli Avvocati del Cantone Ticino - attuale Presidente e della Federazione Svizzera degli Avvocati</li>\r\n</ul>\r\n<h3>Campi di attività</h3>\r\n<ul>\r\n <li>Diritto penale</li>\r\n <li>Diritto amministrativo</li>\r\n <li>Diritto del lavoro</li>\r\n <li>Diritto dei contratti</li>\r\n <li>Diritto di famiglia</li>\r\n</ul>\r\n \r\n<h2>Vita politica</h2>\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Avv. Pascal Cattaneo','','publish','open','open','','lo-staff','','','2014-02-04 16:02:35','2014-02-04 15:02:35','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?page_id=1357',0,'page','',0),(1358,1,'2014-01-14 11:50:49','2014-01-14 10:50:49',' ','','','publish','open','closed','','1358','','','2014-01-28 11:22:59','2014-01-28 10:22:59','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?p=1358',4,'nav_menu_item','',0),(1359,1,'2014-01-14 11:50:49','2014-01-14 10:50:49','[one_fourth]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Pascal Cattaneo</strong> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.\r\n\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n\r\nCampi di attività\r\n\r\nDiritto penale\r\n\r\nDiritto amministrativo\r\n\r\nDiritto del lavoro\r\n\r\nDiritto dei contratti\r\n\r\nDiritto di famiglia\r\n\r\n------------------------------------------\r\n<h2>Vita politica</h2>\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n\r\n-------------------------------\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\n\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\n\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Lo staff','','inherit','open','open','','1357-revision-v1','','','2014-01-14 11:50:49','2014-01-14 10:50:49','',1357,'http://sandbox.dos-group.com/stadlercattaneo/?p=1359',0,'revision','',0),(1360,1,'2014-01-14 11:51:15','0000-00-00 00:00:00',' ','','','draft','open','open','','','','','2014-01-14 11:51:15','0000-00-00 00:00:00','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?p=1360',1,'nav_menu_item','',0),(1361,1,'2014-02-04 16:02:24','2014-02-04 15:02:24','[one_fourth]\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website-2.jpg\"><img class=\"alignnone size-large wp-image-1466\" alt=\"pascal-per-website-2\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/pascal-per-website-2-1024x709.jpg\" width=\"960\" height=\"664\" /></a>\n[/one_fourth]\n\n[three_fourth_last]\n<h2><span style=\"font-size: 14px; line-height: 1.6em;\">L’avv. </span><strong style=\"font-size: 14px; line-height: 1.6em;\">Pascal Cattaneo</strong><span style=\"font-size: 14px; line-height: 1.6em;\"> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.</span></h2>\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\n\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\n\nHa conseguito il brevetto di avvocato nel 2000.\n\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\n\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\n\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\n\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\n<ul>\n <li>Membro dell’Ordine degli Avvocati del Cantone Ticino - attuale Presidente e della Federazione Svizzera degli Avvocati</li>\n</ul>\n<h3>Campi di attività</h3>\n<ul>\n <li>Diritto penale</li>\n <li>Diritto amministrativo</li>\n <li>Diritto del lavoro</li>\n <li>Diritto dei contratti</li>\n <li>Diritto di famiglia</li>\n</ul>\n \n<h2>Vita politica</h2>\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\n<h2>Cariche accessorie</h2>\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\n[/three_fourth_last]','Avv. Pascal Cattaneo','','inherit','open','open','','1357-autosave-v1','','','2014-02-04 16:02:24','2014-02-04 15:02:24','',1357,'http://sandbox.dos-group.com/stadlercattaneo/?p=1361',0,'revision','',0),(1362,1,'2014-01-14 11:55:00','2014-01-14 10:55:00','[one_fourth]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n<h2>Avv. <strong>Pascal Cattaneo</strong></h2>\r\nL’avv. <strong>Pascal Cattaneo</strong> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.\r\n\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n<h3>Campi di attività</h3>\r\n<ul>\r\n <li>Diritto penale</li>\r\n <li>Diritto amministrativo</li>\r\n <li>Diritto del lavoro</li>\r\n <li>Diritto dei contratti</li>\r\n <li>Diritto di famiglia</li>\r\n</ul>\r\n \r\n\r\n<span style=\"font-size: 1.5em; line-height: 1.6em;\">Vita politica</span>\r\n\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Lo staff','','inherit','open','open','','1357-revision-v1','','','2014-01-14 11:55:00','2014-01-14 10:55:00','',1357,'http://sandbox.dos-group.com/stadlercattaneo/?p=1362',0,'revision','',0),(1368,1,'2014-01-14 13:13:22','2014-01-14 12:13:22','[one_fourth]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n<h2><span style=\"font-size: 14px; line-height: 1.6em;\">L’avv. </span><strong style=\"font-size: 14px; line-height: 1.6em;\">Pascal Cattaneo</strong><span style=\"font-size: 14px; line-height: 1.6em;\"> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.</span></h2>\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n<h3>Campi di attività</h3>\r\n<ul>\r\n <li>Diritto penale</li>\r\n <li>Diritto amministrativo</li>\r\n <li>Diritto del lavoro</li>\r\n <li>Diritto dei contratti</li>\r\n <li>Diritto di famiglia</li>\r\n</ul>\r\n \r\n<h2>Vita politica</h2>\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Avv. Pascal Cattaneo','','inherit','open','open','','1357-revision-v1','','','2014-01-14 13:13:22','2014-01-14 12:13:22','',1357,'http://sandbox.dos-group.com/stadlercattaneo/?p=1368',0,'revision','',0),(1363,1,'2014-01-14 11:55:30','2014-01-14 10:55:30','[one_fourth]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n<h2><span style=\"font-size: 14px; line-height: 1.6em;\">L’avv. </span><strong style=\"font-size: 14px; line-height: 1.6em;\">Pascal Cattaneo</strong><span style=\"font-size: 14px; line-height: 1.6em;\"> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.</span></h2>\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n<h3>Campi di attività</h3>\r\n<ul>\r\n <li>Diritto penale</li>\r\n <li>Diritto amministrativo</li>\r\n <li>Diritto del lavoro</li>\r\n <li>Diritto dei contratti</li>\r\n <li>Diritto di famiglia</li>\r\n</ul>\r\n \r\n\r\n<span style=\"font-size: 1.5em; line-height: 1.6em;\">Vita politica</span>\r\n\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Avv. Pascal Cattaneo','','inherit','open','open','','1357-revision-v1','','','2014-01-14 11:55:30','2014-01-14 10:55:30','',1357,'http://sandbox.dos-group.com/stadlercattaneo/?p=1363',0,'revision','',0),(1364,1,'2014-01-14 11:57:47','2014-01-14 10:57:47','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1374\" alt=\"sandro-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sandro-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nNato a Zurigo nel 1952, ha vissuto 18 anni a Roma.\r\nStudi e maturità liceale a Roma.\r\nStudi presso la facoltà di diritto a Zurigo, ottenendo la laurea Rechts- und Staatswissenschaftliche Fakultät “utriusque iuris” nel 1978.\r\n\r\nNel 1979 -1980 ha lavorato due anni presso il Comune di Locarno in qualità di vice-segretario Comunale e giurista della Città di Locarno, quale alunnato giudiziario per un anno.\r\n\r\nIn seguito ha svolto la pratica legale presso lo Studio Borradori a Lugano ottenendo il brevetto di avvocato nel 1982.\r\nHa lavorato un anno nel Servizio giuridico della Banca del Gottardo, Lugano.\r\n\r\nSuccessivamente ha lavorato presso lo studio legale De Pietri & Martinola a Lugano quale avvocato e notaio (1983-1985).\r\n\r\nNel 1986 si è messo in proprio aprendo uno Studio legale e notarile a Chiasso, associandosi in seguito con l’avv. Pascal Cattaneo.\r\n\r\nNel 2003 è entrato nel Consiglio dell’Ordine degli Avvocati del Cantone Ticino, dove per quattro anni ha svolto la funzione di Segretario e ciò fino al 2007.\r\n\r\nNel 2001 è divenuto membro di Comitato della Federazione Svizzera dei Notai, di cui ne è divenuto Vice-Presidente e Presidente dal 2009, funzione che ha ricoperto sino a fine 2013. Egli è altresì membro dell’Ordine dei Notai del Cantone Ticino.\r\n\r\nL’avv. Sandro Stadler è anche membro del Comitato dei Notai Lombardo Ticinese.\r\n<ul>\r\n <li>Membro dell’Ordine degli Avvocati del Cantone Ticino e della Federazione Svizzera degli Avvocati</li>\r\n <li>Membro dell’Ordine dei Notai del Cantone Ticino e della Federazione Svizzera dei Notai - già Presidente</li>\r\n</ul>\r\n<h2>Campi di attività</h2>\r\nNotariato\r\nDiritto civile\r\nDiritto dei contratti\r\nDiritto societario\r\nDiritto successorio svizzero e internazionale\r\n<h2>Vita Politica</h2>\r\n<ul>\r\n <li>1982-1986.: Consigliere Comunale a Chiasso, Presidente della Commissione della gestione, nonché Vice-Presidente del Consiglio Parrocchiale</li>\r\n <li>199… - 199….: Municipale a Balerna</li>\r\n</ul>\r\n<h2>Associazioni:</h2>\r\n<ul>\r\n <li>Lions Club Mendrisiotto\r\nGià membro di comitato e Presidente (1996-1997)\r\nLions Club MD 102, Presidente della Commissione Statuti e membro di gabinetto</li>\r\n <li>Associazione degli Amici del M.a.x. Museo: Presidente e socio fondatore</li>\r\n <li>Membro della UINL (Unione Internazionale del Notariato Latino) di diritto in quanto già Presidente (FSN-SNV) e membro della CAE (Commissione Affari Europei) della UINL.</li>\r\n</ul>\r\n<div>\r\n<h2>Altre funzioni</h2>\r\n</div>\r\nBanca Raiffeisen del Basso Mendrisiotto, membro del CdA, Segretario.\r\n[/three_fourth_last]','Avv. Sandro Stadler','','publish','open','open','','avv-sandro-stadler','','','2014-02-03 10:31:34','2014-02-03 09:31:34','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?page_id=1364',0,'page','',0),(1365,1,'2014-01-14 11:57:47','2014-01-14 10:57:47','[one_fourth]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sandro Stadler</strong> ha compiuto i suoi studi presso la facoltà di diritto a Zurigo, ottenendo la laurea Rechts- und Staatswissenschaftliche Fakultät “utriusque iuris” nel 1978.\r\n\r\nHa poi lavorato due anni presso il Comune di Locarno in qualità di vice-segretario Comunale e giurista della Città di Locarno.\r\nIn seguito ha svolto la pratica legale presso lo Studio Borradori a Lugano ottenendo il brevetto di avvocato nel…….\r\n\r\nSuccessivamente ha lavorato presso lo studio legale De Pietri & Martinola a Lugano quale avvocato.\r\n\r\nNel 198… ha ottenuto il titolo di notaio.\r\nSi è poi messo in proprio aprendo uno Studio legale e notarile.\r\n\r\nNel 199.. è entrato nel Consiglio dell’Ordine degli Avvocati del Cantone Ticino, dove per quattro anni ha svolto la funzione di Segretario e ciò fino al……\r\n\r\nSuccessivamente è divenuto membro di Comitato della Federazione Svizzera dei Notai, di cui ne è divenuto il Presidente dal 2009, funzione che ricopre tutt’ora. Egli è altresì membro dell’Ordine dei Notai del Cantone Ticino.\r\n\r\nL’avv. Sandro Stadler è anche membro del Comitato dei Notai Lombardo Ticinese.\r\n\r\nCampi di attività\r\n\r\nNotariato\r\n\r\nDiritto dei contratti\r\n\r\nDiritto societario\r\n\r\nDiritto successorio svizzero e internazionale\r\n<h2>Vita Politica</h2>\r\n<ul>\r\n <li>198… -198….: Consigliere Comunale a Chiasso</li>\r\n <li>199… - 199….: Municipale a Balerna</li>\r\n</ul>\r\n<h3>\r\nAssociazioni:</h3>\r\n<ul>\r\n <li>Lions Club Mendrisiotto</li>\r\n <li>Già membro di comitato e Presidente (1999?)</li>\r\n <li>Associazione degli Amici del M.a.x. Museo (costituita nel 2013)</li>\r\n <li>Presidente</li>\r\n</ul>\r\n<div>\r\n<h2>Altre funzioni</h2>\r\n</div>\r\nBanca Raiffeisen del Basso Mendrisiotto, membro del CdA, Segretario.\r\n[/three_fourth_last]','Avv. Sandro Stadler','','inherit','open','open','','1364-revision-v1','','','2014-01-14 11:57:47','2014-01-14 10:57:47','',1364,'http://sandbox.dos-group.com/stadlercattaneo/?p=1365',0,'revision','',0),(1366,1,'2014-01-14 11:58:05','2014-01-14 10:58:05',' ','','','publish','open','closed','','1366','','','2014-01-28 11:22:59','2014-01-28 10:22:59','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?p=1366',3,'nav_menu_item','',0),(1367,1,'2014-01-14 13:12:47','2014-01-14 12:12:47','[one_fourth]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n<h2><span style=\"font-size: 14px; line-height: 1.6em;\">L’avv. </span><strong style=\"font-size: 14px; line-height: 1.6em;\">Pascal Cattaneo</strong><span style=\"font-size: 14px; line-height: 1.6em;\"> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.</span></h2>\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n<h3>Campi di attività</h3>\r\n<ul>\r\n <li>Diritto penale</li>\r\n <li>Diritto amministrativo</li>\r\n <li>Diritto del lavoro</li>\r\n <li>Diritto dei contratti</li>\r\n <li>Diritto di famiglia</li>\r\n</ul>\r\n \r\n<h2><span style=\"font-size: 1.5em; line-height: 1.6em;\">Vita politica</span></h2>\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Avv. Pascal Cattaneo','','inherit','open','open','','1357-revision-v1','','','2014-01-14 13:12:47','2014-01-14 12:12:47','',1357,'http://sandbox.dos-group.com/stadlercattaneo/?p=1367',0,'revision','',0),(1369,1,'2014-01-14 13:18:59','2014-01-14 12:18:59','[one_fourth]\r\n<img class=\"alignnone size-large wp-image-1468\" alt=\"sarah-stadler_sito\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/sarah-stadler_sito-1024x709.jpg\" width=\"960\" height=\"664\" />[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sarah Stadler</strong> ha compiuto i propri studi all’Università di Friburgo, dove ha ottenuto dapprima il Bachelor e poi il Master (2010). Nell’anno accademico 2009/2010 ha frequentato un programma di mobilità internazionale (Erasmus) presso l’Université Panthéon – Assas (Paris II) di Parigi.\r\nRientrata in Ticino, ha svolto la pratica legale presso lo Studio legale Stadler – Cattaneo, Chiasso e l’alunnato giudiziario alla Terza Camera civile del Tribunale di Appello, Lugano. Ha conseguito il brevetto di avvocato nel 2012.\r\nHa poi svolto la pratica notarile presso l’Ufficio del registro fondiario di Mendrisio e l’Ufficio del registro di commercio di Lugano e lo Studio legale e notarile Stadler - Cattaneo.\r\n<ul>\r\n <li>Membro dell’Ordine degli Avvocati del Cantone Ticino e della Federazione Svizzera degli Avvocati</li>\r\n</ul>\r\n<h2>Vita politica</h2>\r\nDal 2012 è Consigliera Comunale, Balerna, ed è attualmente Presidente della Commissione della gestione.\r\n[/three_fourth_last]','Avv. Sarah Stadler','','publish','open','open','','avv-sarah-stadler','','','2014-02-04 16:04:24','2014-02-04 15:04:24','',1325,'http://sandbox.dos-group.com/stadlercattaneo/?page_id=1369',0,'page','',0),(1370,1,'2014-01-14 13:18:59','2014-01-14 12:18:59','[one_fourth]\r\nContent goes here...\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sarah Stadler</strong> ha compiuto i propri studi all’Università di Friburgo, dove ha ottenuto dapprima il Bachelor e poi il Master (2010). Nell’anno accademico 2009/2010 ha frequentato un programma di mobilità internazionale (Erasmus) presso l’Université Panthéon – Assas (Paris II) di Parigi.\r\nRientrata in Ticino, ha svolto la pratica legale presso lo Studio legale Stadler – Cattaneo, Chiasso e l’alunnato giudiziario alla Terza Camera civile del Tribunale di Appello, Lugano. Ha conseguito il brevetto di avvocato nel 2012.\r\nHa poi svolto la pratica notarile presso l’Ufficio del registro fondiario di Mendrisio e l’Ufficio del registro di commercio di Lugano e lo Studio legale e notarile Stadler - Cattaneo.\r\n<h2>Vita politica</h2>\r\nDal 2012 è Consigliera Comunale, Balerna, ed è attualmente Presidente della Commissione della gestione.\r\n[/three_fourth_last]','Avv. Sarah Stadler','','inherit','open','open','','1369-revision-v1','','','2014-01-14 13:18:59','2014-01-14 12:18:59','',1369,'http://sandbox.dos-group.com/stadlercattaneo/?p=1370',0,'revision','',0),(1371,1,'2014-01-14 13:24:15','2014-01-14 12:24:15','','sarah-stadler','','inherit','open','open','','sarah-stadler','','','2014-01-14 13:24:15','2014-01-14 12:24:15','',1369,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sarah-stadler.jpg',0,'attachment','image/jpeg',0),(1378,1,'2014-01-14 13:26:10','2014-01-14 12:26:10','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1371\" alt=\"sarah-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sarah-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sarah Stadler</strong> ha compiuto i propri studi all’Università di Friburgo, dove ha ottenuto dapprima il Bachelor e poi il Master (2010). Nell’anno accademico 2009/2010 ha frequentato un programma di mobilità internazionale (Erasmus) presso l’Université Panthéon – Assas (Paris II) di Parigi.\r\nRientrata in Ticino, ha svolto la pratica legale presso lo Studio legale Stadler – Cattaneo, Chiasso e l’alunnato giudiziario alla Terza Camera civile del Tribunale di Appello, Lugano. Ha conseguito il brevetto di avvocato nel 2012.\r\nHa poi svolto la pratica notarile presso l’Ufficio del registro fondiario di Mendrisio e l’Ufficio del registro di commercio di Lugano e lo Studio legale e notarile Stadler - Cattaneo.\r\n<h2>Vita politica</h2>\r\nDal 2012 è Consigliera Comunale, Balerna, ed è attualmente Presidente della Commissione della gestione.\r\n[/three_fourth_last]','Avv. Sarah Stadler','','inherit','open','open','','1369-revision-v1','','','2014-01-14 13:26:10','2014-01-14 12:26:10','',1369,'http://sandbox.dos-group.com/stadlercattaneo/?p=1378',0,'revision','',0),(1372,1,'2014-01-14 13:24:24','2014-01-14 12:24:24','[one_fourth]\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sarah-stadler.jpg\"><img class=\"alignnone size-medium wp-image-1371\" alt=\"sarah-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sarah-stadler-300x208.jpg\" width=\"300\" height=\"208\" /></a>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sarah Stadler</strong> ha compiuto i propri studi all’Università di Friburgo, dove ha ottenuto dapprima il Bachelor e poi il Master (2010). Nell’anno accademico 2009/2010 ha frequentato un programma di mobilità internazionale (Erasmus) presso l’Université Panthéon – Assas (Paris II) di Parigi.\r\nRientrata in Ticino, ha svolto la pratica legale presso lo Studio legale Stadler – Cattaneo, Chiasso e l’alunnato giudiziario alla Terza Camera civile del Tribunale di Appello, Lugano. Ha conseguito il brevetto di avvocato nel 2012.\r\nHa poi svolto la pratica notarile presso l’Ufficio del registro fondiario di Mendrisio e l’Ufficio del registro di commercio di Lugano e lo Studio legale e notarile Stadler - Cattaneo.\r\n<h2>Vita politica</h2>\r\nDal 2012 è Consigliera Comunale, Balerna, ed è attualmente Presidente della Commissione della gestione.\r\n[/three_fourth_last]','Avv. Sarah Stadler','','inherit','open','open','','1369-revision-v1','','','2014-01-14 13:24:24','2014-01-14 12:24:24','',1369,'http://sandbox.dos-group.com/stadlercattaneo/?p=1372',0,'revision','',0),(1373,1,'2014-01-14 13:24:27','2014-01-14 12:24:27','[one_fourth]\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sarah-stadler.jpg\"><img class=\"alignnone size-medium wp-image-1371\" alt=\"sarah-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sarah-stadler-300x208.jpg\" width=\"300\" height=\"208\" /></a>\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sarah Stadler</strong> ha compiuto i propri studi all’Università di Friburgo, dove ha ottenuto dapprima il Bachelor e poi il Master (2010). Nell’anno accademico 2009/2010 ha frequentato un programma di mobilità internazionale (Erasmus) presso l’Université Panthéon – Assas (Paris II) di Parigi.\r\nRientrata in Ticino, ha svolto la pratica legale presso lo Studio legale Stadler – Cattaneo, Chiasso e l’alunnato giudiziario alla Terza Camera civile del Tribunale di Appello, Lugano. Ha conseguito il brevetto di avvocato nel 2012.\r\nHa poi svolto la pratica notarile presso l’Ufficio del registro fondiario di Mendrisio e l’Ufficio del registro di commercio di Lugano e lo Studio legale e notarile Stadler - Cattaneo.\r\n<h2>Vita politica</h2>\r\nDal 2012 è Consigliera Comunale, Balerna, ed è attualmente Presidente della Commissione della gestione.\r\n[/three_fourth_last]','Avv. Sarah Stadler','','inherit','open','open','','1369-autosave-v1','','','2014-01-14 13:24:27','2014-01-14 12:24:27','',1369,'http://sandbox.dos-group.com/stadlercattaneo/?p=1373',0,'revision','',0),(1374,1,'2014-01-14 13:25:07','2014-01-14 12:25:07','','sandro-stadler','','inherit','open','open','','sandro-stadler','','','2014-01-14 13:25:07','2014-01-14 12:25:07','',1364,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sandro-stadler.jpg',0,'attachment','image/jpeg',0),(1375,1,'2014-01-14 13:25:16','2014-01-14 12:25:16','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1374\" alt=\"sandro-stadler\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/sandro-stadler-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nL’avv. <strong>Sandro Stadler</strong> ha compiuto i suoi studi presso la facoltà di diritto a Zurigo, ottenendo la laurea Rechts- und Staatswissenschaftliche Fakultät “utriusque iuris” nel 1978.\r\n\r\nHa poi lavorato due anni presso il Comune di Locarno in qualità di vice-segretario Comunale e giurista della Città di Locarno.\r\nIn seguito ha svolto la pratica legale presso lo Studio Borradori a Lugano ottenendo il brevetto di avvocato nel…….\r\n\r\nSuccessivamente ha lavorato presso lo studio legale De Pietri & Martinola a Lugano quale avvocato.\r\n\r\nNel 198… ha ottenuto il titolo di notaio.\r\nSi è poi messo in proprio aprendo uno Studio legale e notarile.\r\n\r\nNel 199.. è entrato nel Consiglio dell’Ordine degli Avvocati del Cantone Ticino, dove per quattro anni ha svolto la funzione di Segretario e ciò fino al……\r\n\r\nSuccessivamente è divenuto membro di Comitato della Federazione Svizzera dei Notai, di cui ne è divenuto il Presidente dal 2009, funzione che ricopre tutt’ora. Egli è altresì membro dell’Ordine dei Notai del Cantone Ticino.\r\n\r\nL’avv. Sandro Stadler è anche membro del Comitato dei Notai Lombardo Ticinese.\r\n\r\nCampi di attività\r\n\r\nNotariato\r\n\r\nDiritto dei contratti\r\n\r\nDiritto societario\r\n\r\nDiritto successorio svizzero e internazionale\r\n<h2>Vita Politica</h2>\r\n<ul>\r\n <li>198… -198….: Consigliere Comunale a Chiasso</li>\r\n <li>199… - 199….: Municipale a Balerna</li>\r\n</ul>\r\n<h3>Associazioni:</h3>\r\n<ul>\r\n <li>Lions Club Mendrisiotto</li>\r\n <li>Già membro di comitato e Presidente (1999?)</li>\r\n <li>Associazione degli Amici del M.a.x. Museo (costituita nel 2013)</li>\r\n <li>Presidente</li>\r\n</ul>\r\n<div>\r\n<h2>Altre funzioni</h2>\r\n</div>\r\nBanca Raiffeisen del Basso Mendrisiotto, membro del CdA, Segretario.\r\n[/three_fourth_last]','Avv. Sandro Stadler','','inherit','open','open','','1364-revision-v1','','','2014-01-14 13:25:16','2014-01-14 12:25:16','',1364,'http://sandbox.dos-group.com/stadlercattaneo/?p=1375',0,'revision','',0),(1376,1,'2014-01-14 13:25:36','2014-01-14 12:25:36','','pascal-cattaneo','','inherit','open','open','','pascal-cattaneo','','','2014-01-14 13:25:36','2014-01-14 12:25:36','',1357,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/pascal-cattaneo.jpg',0,'attachment','image/jpeg',0),(1377,1,'2014-01-14 13:25:47','2014-01-14 12:25:47','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1376\" alt=\"pascal-cattaneo\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/pascal-cattaneo-300x208.jpg\" width=\"300\" height=\"208\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n<h2><span style=\"font-size: 14px; line-height: 1.6em;\">L’avv. </span><strong style=\"font-size: 14px; line-height: 1.6em;\">Pascal Cattaneo</strong><span style=\"font-size: 14px; line-height: 1.6em;\"> ha ottenuto la laurea in diritto presso l’Università di Friburgo nel 1997.</span></h2>\r\nRientrato in Ticino, ha svolto dapprima l’alunnato giudiziario presso il Ministero Pubblico di Bellinzona e poi presso la Pretura di Mendrisio - Sud.\r\n\r\nIn seguito, ha svolto la pratica legale presso lo Studio legale Stadler a Chiasso.\r\n\r\nHa conseguito il brevetto di avvocato nel 2000.\r\n\r\nNel 2001 ha poi concluso la pratica notarile presso l’Ufficio dei registri di Mendriso.\r\n\r\nPer tre anni ha inoltre lavorato, in qualità di vice cancelliere, al Tribunale Penale cantonale a Lugano.\r\n\r\nDopo questa esperienza, nel 2006, è divenuto contitolare dello Studio legale Stadler-Cattaneo, Chiasso.\r\n\r\nDal 20----- è membro del Consiglio dell’Ordine degli Avvocati del Cantone Ticino (OATi), in seno al quale ha ricoperto sia la funzione di Segretario (20--- - 2013) che di Presidente e ciò a far tempo dal maggio 2013.\r\n<h3>Campi di attività</h3>\r\n<ul>\r\n <li>Diritto penale</li>\r\n <li>Diritto amministrativo</li>\r\n <li>Diritto del lavoro</li>\r\n <li>Diritto dei contratti</li>\r\n <li>Diritto di famiglia</li>\r\n</ul>\r\n \r\n<h2>Vita politica</h2>\r\nDal 1996 al 2000 è stato Consigliere Comunale di Meride, dopodiché, fino al 2013 è divenuto Municipale ricoprendo le cariche dapprima di vice-Sindaco (2000-2004) e di Sindaco poi fino all’aprile 2013, data della fusione del Comune di Meride con Mendrisio.\r\n<h2>Cariche accessorie</h2>\r\nDal 2008 è Presidente della Fondazione del Monte San Giorgio (UNESCO).\r\nDal 2004 è vice Presidente dell’Associazione Produttori Vitivinicoli del Monte San Giorgio\r\nDal 1993 è Presidente del Consiglio Parrocchiale del Comune di Meride (oggi Comune di Mendrisio – Quartiere di Meride)\r\n[/three_fourth_last]','Avv. Pascal Cattaneo','','inherit','open','open','','1357-revision-v1','','','2014-01-14 13:25:47','2014-01-14 12:25:47','',1357,'http://sandbox.dos-group.com/stadlercattaneo/?p=1377',0,'revision','',0),(1379,1,'2014-01-14 13:30:36','2014-01-14 12:30:36','[raw][contact-form subject=\"Contatto da sito web\" to=\"info@stadlercattaneo.ch\"] [contact-field label=\"Nome\" type=\"name\" required=\"true\" /] [contact-field label=\"Cognome\" type=\"text\" required=\"true\" /] [contact-field label=\"Email\" type=\"email\" required=\"true\" /] [contact-field label=\"Telefono\" type=\"text\" /] [contact-field label=\"Messaggio\" type=\"textarea\" required=\"true\" /] [/contact-form][/raw]\r\n\r\n \r\n<h2>Link utili:</h2>\r\n<ul>\r\n <li>Ordine degli Avvocati del Cantone Ticino: <a title=\"www.oati.ch\" href=\"http://www.oati.ch\" target=\"_blank\">www.oati.ch</a></li>\r\n <li>Ordine dei Notai del Cantone Ticino: <a title=\"www.odnti.ch\" href=\"http://www.odnti.ch\" target=\"_blank\">www.odnti.ch</a></li>\r\n <li>Federazione Svizzera degli Avvocati: <a title=\"www.swisslawyers.com\" href=\"http://www.swisslawyers.com\" target=\"_blank\">www.swisslawyers.com</a></li>\r\n <li>Federazione Svizzera dei Notai: <a title=\"www.schweizernotare.ch\" href=\"http://www.schweizernotare.ch\" target=\"_blank\">www.schweizernotare.ch</a></li>\r\n</ul>','Contatti','','publish','open','open','','contatti','','','2014-02-03 10:23:25','2014-02-03 09:23:25','',0,'http://sandbox.dos-group.com/stadlercattaneo/?page_id=1379',6,'page','',0),(1381,1,'2014-01-14 13:30:36','2014-01-14 12:30:36',' ','','','publish','open','closed','','1381','','','2014-01-28 11:22:59','2014-01-28 10:22:59','',0,'http://sandbox.dos-group.com/stadlercattaneo/?p=1381',10,'nav_menu_item','',0),(1382,1,'2014-01-14 13:30:36','2014-01-14 12:30:36','','Contatti','','inherit','open','open','','1379-revision-v1','','','2014-01-14 13:30:36','2014-01-14 12:30:36','',1379,'http://sandbox.dos-group.com/stadlercattaneo/?p=1382',0,'revision','',0),(1383,1,'2014-01-14 13:40:44','2014-01-14 12:40:44','[raw][contact-form subject=\"Contatto da sito web\" to=\"info@stadlercattaneo.ch\"] [contact-field label=\"Nome\" type=\"name\" required=\"true\" /] [contact-field label=\"Cognome\" type=\"text\" required=\"true\" /] [contact-field label=\"Email\" type=\"email\" required=\"true\" /] [contact-field label=\"Telefono\" type=\"text\" /] [contact-field label=\"Messaggio\" type=\"textarea\" required=\"true\" /] [/contact-form][/raw]','Contatti','','inherit','open','open','','1379-revision-v1','','','2014-01-14 13:40:44','2014-01-14 12:40:44','',1379,'http://sandbox.dos-group.com/stadlercattaneo/?p=1383',0,'revision','',0),(1384,1,'2014-02-03 10:22:46','2014-02-03 09:22:46','[raw][contact-form subject=\"Contatto da sito web\" to=\"info@stadlercattaneo.ch\"] [contact-field label=\"Nome\" type=\"name\" required=\"true\" /] [contact-field label=\"Cognome\" type=\"text\" required=\"true\" /] [contact-field label=\"Email\" type=\"email\" required=\"true\" /] [contact-field label=\"Telefono\" type=\"text\" /] [contact-field label=\"Messaggio\" type=\"textarea\" required=\"true\" /] [/contact-form][/raw]\n<h2>Link utili:</h2>\n<ul>\n <li>Ordine degli Avvocati del Cantone Ticino: <a title=\"www.oati.ch\" href=\"http://www.oati.ch\" target=\"_blank\">www.oati.ch</a></li>\n <li>Ordine dei Notai del Cantone Ticino: <a title=\"www.odnti.ch\" href=\"http://www.odnti.ch\" target=\"_blank\">www.odnti.ch</a></li>\n <li>Federazione Svizzera degli Avvocati: www.swisslawyers.com</li>\n <li>Federazione Svizzera dei Notai: www.schweizernotare.ch</li>\n</ul>','Contatti','','inherit','open','open','','1379-autosave-v1','','','2014-02-03 10:22:46','2014-02-03 09:22:46','',1379,'http://sandbox.dos-group.com/stadlercattaneo/?p=1384',0,'revision','',0),(1385,1,'2014-01-14 14:13:02','2014-01-14 13:13:02','','conclure','','inherit','open','open','','conclure','','','2014-01-14 14:13:02','2014-01-14 13:13:02','',0,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg',0,'attachment','image/jpeg',0),(1386,1,'2014-01-14 14:13:44','2014-01-14 13:13:44','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 14:13:44','2014-01-14 13:13:44','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1386',0,'revision','',0),(1387,1,'2014-01-14 14:14:08','2014-01-14 13:14:08','','konfrontation','','inherit','open','open','','konfrontation','','','2014-01-14 14:14:08','2014-01-14 13:14:08','',0,'http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg',0,'attachment','image/jpeg',0),(1388,1,'2014-01-14 14:14:29','2014-01-14 13:14:29','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 14:14:29','2014-01-14 13:14:29','',1319,'http://sandbox.dos-group.com/stadlercattaneo/?p=1388',0,'revision','',0),(1394,1,'2014-01-14 14:27:41','2014-01-14 13:27:41','[callout1]Una gamma completa di servizi dal diritto pubblico a quello privato, ai servizi notarili. Lorem ipsum dolor sit amet, consectetur adipisicing elit.[/callout1]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_2506685_XS-1.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-privato\" target=\"\" description=\"Il diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Privato</h5>\r\nIl diritto privato si occupa di regolare i rapporti tra privati, laddove l’Ente pubblico non è implicato\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/Fotolia_391100_XS.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/avvocatura/#diritto-pubblico\" target=\"\" description=\"Questo ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Diritto Pubblico</h5>\r\nQuesto ambito del diritto disciplina i rapporti tra privati ed Ente pubblico.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth]\r\n[frame style=\"modern\" image_path=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/stertta-di-mano.jpg\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/notariato/\" target=\"\" description=\"Con i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Notariato</h5>\r\nCon i suoi obblighi e doveri, il notaio è tenuto a svolgere l’attività legale nel rispetto del dovere d’imparzialità, di indipendenza, di informazione, di trasparenza e di lealtà.\r\n\r\n[/one_fourth]\r\n\r\n[one_fourth_last]\r\n[frame style=\"modern\" image_path=\"\" link_to_page=\"http://sandbox.dos-group.com/stadlercattaneo/contatti/\" target=\"\" description=\"\" float=\"\" lightbox=\"\" lightbox_group=\"\" size=\"four_col_large\"]\r\n<h5>Contatti</h5>\r\n[/one_fourth_last]\r\n\r\n[testimonial_wrap]\r\n[testimonial]Siamo schiavi delle leggi per poter essere liberi.[client_name]Cicerone[/client_name][/testimonial]\r\n[/testimonial_wrap]','Home','','inherit','open','open','','1319-revision-v1','','','2014-01-14 14:27:41','2014-01-14 13:27:41','',1319,'http://sandbox.dos-group.com/stadlercattaneo/1319-revision-v1/',0,'revision','',0),(1474,1,'2014-02-04 16:10:26','2014-02-04 15:10:26','Cliccare sul link per scaricare il pdf\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf\">articolo Federnotizie settembre 2013</a>\r\n\r\n \r\n\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/02/Bollettino-n.-40.pdf\">Bollettino n. 40</a>','Articolo Federnotizie settembre 2013','','inherit','closed','closed','','1408-revision-v1','','','2014-02-04 16:10:26','2014-02-04 15:10:26','',1408,'http://sandbox.dos-group.com/stadlercattaneo/1408-revision-v1/',0,'revision','',0),(1476,1,'2014-02-04 16:12:56','2014-02-04 15:12:56','Cliccare sul link per scaricare il pdf\r\n<a href=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/articolo-Federnotizie-settembre-2013.pdf\">articolo Federnotizie settembre 2013</a>\r\n\r\n \r\n\r\n<a title=\"test\" href=\"http://www.google.ch\">testo link</a>','Articolo Federnotizie settembre 2013','','inherit','closed','closed','','1408-revision-v1','','','2014-02-04 16:12:56','2014-02-04 15:12:56','',1408,'http://sandbox.dos-group.com/stadlercattaneo/1408-revision-v1/',0,'revision','',0),(1484,9,'2014-02-11 10:32:23','2014-02-11 09:32:23','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>Lunedì – Giovedì:</td>\r\n<td> 8.30 – 12.00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>14.00 – 17.30</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"line-height: 1.6em;\">Venerdì:</span></td>\r\n<td> 8.30 – 12.00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>14.00 – 17.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\r\n\r\n<span style=\"line-height: 1.6em;\">[/three_fourth_last]</span>','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-02-11 10:32:23','2014-02-11 09:32:23','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0),(1485,0,'2014-02-11 13:50:03','2014-02-11 12:50:03','[one_fourth]\r\n<img class=\"alignnone size-medium wp-image-1417\" alt=\"paola antonella\" src=\"http://sandbox.dos-group.com/stadlercattaneo/wp-content/uploads/2014/01/paola-antonella-300x207.jpg\" width=\"300\" height=\"207\" />\r\n[/one_fourth]\r\n\r\n[three_fourth_last]\r\n\r\nPaola e Antonella rispondono alle telefonate della spettabile clientela durante gli orari di apertura dello studio:\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td>Lunedì – Giovedì:</td>\r\n<td> 8.30 – 12.00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>14.00 – 17.30</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"line-height: 1.6em\">Venerdì:</span></td>\r\n<td> 8.30 – 12.00</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td>14.00 – 17.00</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nE\' sempre possibile inviare un fax allo +41 (0)91 682.84.40 oppure una email a <a href=\"mailto:info@stadlercattaneo.ch\">info@stadlercattaneo.ch</a>\r\n\r\n<span style=\"line-height: 1.6em\">[/three_fourth_last]</span>','Segretariato','','inherit','closed','closed','','1412-revision-v1','','','2014-02-11 13:50:03','2014-02-11 12:50:03','',1412,'http://sandbox.dos-group.com/stadlercattaneo/1412-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `sc_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_revslider_css` -- DROP TABLE IF EXISTS `sc_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `settings` text, `hover` text, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=48 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_revslider_css` -- LOCK TABLES `sc_revslider_css` WRITE; /*!40000 ALTER TABLE `sc_revslider_css` DISABLE KEYS */; INSERT INTO `sc_revslider_css` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(15,'.tp-caption.black',NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red',NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange',NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor',NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black',NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white',NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage',NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg',NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'); /*!40000 ALTER TABLE `sc_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_revslider_layer_animations` -- DROP TABLE IF EXISTS `sc_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_revslider_layer_animations` -- LOCK TABLES `sc_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `sc_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_revslider_settings` -- DROP TABLE IF EXISTS `sc_revslider_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_revslider_settings` ( `id` int(9) NOT NULL AUTO_INCREMENT, `general` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_revslider_settings` -- LOCK TABLES `sc_revslider_settings` WRITE; /*!40000 ALTER TABLE `sc_revslider_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_revslider_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_revslider_sliders` -- DROP TABLE IF EXISTS `sc_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext NOT NULL, `alias` tinytext, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_revslider_sliders` -- LOCK TABLES `sc_revslider_sliders` WRITE; /*!40000 ALTER TABLE `sc_revslider_sliders` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_revslider_slides` -- DROP TABLE IF EXISTS `sc_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_revslider_slides` -- LOCK TABLES `sc_revslider_slides` WRITE; /*!40000 ALTER TABLE `sc_revslider_slides` DISABLE KEYS */; /*!40000 ALTER TABLE `sc_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_term_relationships` -- DROP TABLE IF EXISTS `sc_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_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; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_term_relationships` -- LOCK TABLES `sc_term_relationships` WRITE; /*!40000 ALTER TABLE `sc_term_relationships` DISABLE KEYS */; INSERT INTO `sc_term_relationships` VALUES (1072,60,0),(1358,72,0),(1339,74,1),(1325,73,1),(1320,72,0),(1114,61,0),(1115,61,0),(1366,72,0),(1337,74,1),(1133,61,0),(1134,61,0),(1135,61,0),(1136,61,0),(1137,61,0),(1138,61,0),(1139,61,0),(1140,61,0),(1141,61,0),(1142,61,0),(1143,61,0),(1144,61,0),(1156,61,0),(1157,61,0),(1158,61,0),(1159,61,0),(1381,72,0),(1379,74,1),(1364,74,1),(1347,72,0),(1406,1,0),(1319,74,1),(1421,73,1),(1420,72,0),(1332,73,1),(1412,74,1),(1408,1,0),(1326,72,0),(1323,72,0),(1242,60,0),(1341,72,0),(1357,74,1),(1369,74,1),(1400,72,0),(1424,73,1),(1346,74,1),(1243,60,0),(1244,60,0),(1245,60,0),(1246,60,0),(1247,60,0),(1248,60,0),(1249,60,0),(1250,60,0),(1251,60,0),(1252,60,0),(1253,60,0),(1254,60,0),(1255,60,0),(1256,60,0),(1257,61,0),(1258,61,0),(1259,61,0),(1260,61,0),(1261,61,0),(1262,61,0),(1263,61,0),(1264,61,0); /*!40000 ALTER TABLE `sc_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_term_taxonomy` -- DROP TABLE IF EXISTS `sc_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_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=76 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_term_taxonomy` -- LOCK TABLES `sc_term_taxonomy` WRITE; /*!40000 ALTER TABLE `sc_term_taxonomy` DISABLE KEYS */; INSERT INTO `sc_term_taxonomy` VALUES (1,1,'category','',0,2),(72,64,'nav_menu','',0,10),(73,65,'karma-slider-category','',0,3),(74,66,'karma-slider-category','',0,1),(44,44,'post_tag','Tags posts about 8BIT.',0,0),(45,45,'post_tag','Tags posts about Articles.',0,0),(46,46,'post_tag','Tags posts about #dowork.',0,0),(47,47,'post_tag','Tags posts about fail.',0,0),(48,48,'post_tag','',0,0),(49,49,'post_tag','Tags posts about fun.',0,0),(50,50,'post_tag','Tags posts about love.',0,0),(51,51,'post_tag','Tags posts about motherships.',0,0),(52,52,'post_tag','Tags posts about articles you must read.',0,0),(53,53,'post_tag','Tags posts about that nailed it.',0,0),(54,54,'post_tag','',0,0),(55,55,'post_tag','Tags posts about success.',0,0),(56,56,'post_tag','Tags posts about swagger.',0,0),(57,57,'post_tag','Tags posts about tags. #inception',0,0),(58,58,'post_tag','Tags posts about things that cannot be unseen.',0,0),(59,59,'post_tag','Tags posts about WordPress.',0,0),(60,60,'nav_menu','',0,16),(61,61,'nav_menu','',0,26),(62,62,'nav_menu','',0,0),(63,15,'post_format','',0,0),(64,3,'post_format','',0,0),(65,6,'post_format','',0,0),(66,18,'post_format','',0,0),(67,63,'post_format','',0,0),(68,26,'post_format','',0,0),(69,29,'post_format','',0,0),(70,36,'post_format','',0,0),(71,4,'post_format','',0,0); /*!40000 ALTER TABLE `sc_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_terms` -- DROP TABLE IF EXISTS `sc_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_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=68 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_terms` -- LOCK TABLES `sc_terms` WRITE; /*!40000 ALTER TABLE `sc_terms` DISABLE KEYS */; INSERT INTO `sc_terms` VALUES (1,'Ultime news','ultime-news',0),(3,'Aside','post-format-aside',0),(4,'Audio','post-format-audio',0),(6,'Chat','post-format-chat',0),(15,'Gallery','post-format-gallery',0),(18,'Link','post-format-link',0),(26,'Quote','post-format-quote',0),(29,'Status','post-format-status',0),(36,'Video','post-format-video',0),(64,'Main Nav','main-nav',0),(65,'Lo studio','lo-studio',0),(66,'Home Page','home-page',0),(44,'8BIT','8bit',0),(45,'Articles','articles',0),(46,'dowork','dowork',0),(47,'Fail','fail',0),(48,'FTW','ftw',0),(49,'Fun','fun',0),(50,'Love','love',0),(51,'Mothership','mothership',0),(52,'Must Read','mustread',0),(53,'Nailed It','nailedit',0),(54,'Pictures','pictures',0),(55,'Success','success',0),(56,'Swagger','swagger',0),(57,'Tags','tags',0),(58,'Unseen','unseen',0),(59,'WordPress','wordpress',0),(60,'Long Menu','long-menu',0),(61,'Testing Menu','testing-menu',0),(62,'Empty Menu','empty-menu',0),(63,'Image','post-format-image',0); /*!40000 ALTER TABLE `sc_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_usermeta` -- DROP TABLE IF EXISTS `sc_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_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=146 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_usermeta` -- LOCK TABLES `sc_usermeta` WRITE; /*!40000 ALTER TABLE `sc_usermeta` DISABLE KEYS */; INSERT INTO `sc_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','dosinformatica'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'sc_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'sc_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(13,1,'show_welcome_panel','1'),(14,1,'sc_dashboard_quick_press_last_post_id','1486'),(109,1,'tgmpa_dismissed_notice','1'),(115,1,'layerslider_help_wp_pointer','1'),(139,10,'sc_user_level','7'),(140,10,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(126,9,'sc_user_level','7'),(127,9,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(128,9,'sc_dashboard_quick_press_last_post_id','1460'),(129,10,'first_name',''),(130,10,'last_name',''),(131,10,'nickname','test'),(132,10,'description',''),(133,10,'rich_editing','true'),(134,10,'comment_shortcuts','false'),(135,10,'admin_color','fresh'),(136,10,'use_ssl','0'),(137,10,'show_admin_bar_front','true'),(138,10,'sc_capabilities','a:1:{s:6:\"editor\";b:1;}'),(141,10,'sc_dashboard_quick_press_last_post_id','1482'),(142,10,'sc_user-settings','mfold=o'),(143,10,'sc_user-settings-time','1391588408'),(144,9,'sc_user-settings','editor=html'),(145,9,'sc_user-settings-time','1392111476'),(89,1,'nav_menu_recently_edited','64'),(90,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\";}'),(91,1,'metaboxhidden_nav-menus','a:6:{i:0;s:8:\"add-post\";i:1;s:16:\"add-karma-slider\";i:2;s:14:\"add-tt-gallery\";i:3;s:12:\"add-post_tag\";i:4;s:25:\"add-karma-slider-category\";i:5;s:31:\"add-truethemes-gallery-category\";}'),(92,1,'sc_user-settings','hidetb=1&imgsize=large&editor=tinymce&ed_size=471&libraryContent=browse&urlbutton=none'),(93,1,'sc_user-settings-time','1391526143'),(125,9,'sc_capabilities','a:1:{s:6:\"editor\";b:1;}'),(124,9,'show_admin_bar_front','true'),(123,9,'use_ssl','0'),(122,9,'admin_color','fresh'),(121,9,'comment_shortcuts','false'),(120,9,'rich_editing','true'),(116,9,'first_name',''),(117,9,'last_name',''),(118,9,'nickname','segretariato'),(119,9,'description',''); /*!40000 ALTER TABLE `sc_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sc_users` -- DROP TABLE IF EXISTS `sc_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `sc_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=11 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sc_users` -- LOCK TABLES `sc_users` WRITE; /*!40000 ALTER TABLE `sc_users` DISABLE KEYS */; INSERT INTO `sc_users` VALUES (1,'dosinformatica','$P$BU3xcsdhkyXabZqHL16RdFnrTNrvGz.','dosinformatica','moise.scalzo@dos-group.com','','2014-01-13 16:27:15','',0,'dosinformatica'),(10,'test','$P$BNwxPbHcFnmuUAQZtObz4FHvYBUW5j/','test','mauro.orlando@dosinformatica.com','','2014-02-05 08:19:16','',0,'test'),(9,'segretariato','$P$B9C.6Ws98itVo6Zz9Vt6Wwyr2EWv4c0','segretariato','info@stadlercattaneo.ch','','2014-02-04 14:12:24','',0,'segretariato'); /*!40000 ALTER TABLE `sc_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 2015-11-20 14:48:02
[+]
wp-includes
[-] wp-links-opml.php
[open]
[-] .htaccess
[open]
[+]
wp-admin
[-] licenza.html
[open]
[+]
..
[-] wp-blog-header.php
[open]
[-] readme.html
[open]
[-] bk.sql
[open]
[-] license.txt
[open]
[-] xmlrpc.php
[open]
[-] wp-signup.php
[open]
[-] wp-config-sample.php
[open]
[-] wp-trackback.php
[open]
[-] error_log
[open]
[-] wp-config.php
[open]
[-] wp-load.php
[open]
[-] wp-mail.php
[open]
[-] wp-comments-post.php
[open]
[-] wp-settings.php
[open]
[-] wp-activate.php
[open]
[+]
wp-content
[-] index.php
[open]
[-] LEGGIMI.txt
[open]
[-] wp-cron.php
[open]
[-] wp-login.php
[open]