0byt3m1n1
Path:
/
data
/
20
/
3
/
20
/
11
/
3672989
/
meta
/
4085206
/
mysql.backup
/
[
Home
]
File: hulknoticias.mysqlv112.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv112 Database: hulknoticias -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wpcommentmeta` -- DROP TABLE IF EXISTS `wpcommentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpcommentmeta` ( `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=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpcommentmeta` -- LOCK TABLES `wpcommentmeta` WRITE; /*!40000 ALTER TABLE `wpcommentmeta` DISABLE KEYS */; INSERT INTO `wpcommentmeta` VALUES (1,2,'akismet_error','1409279854'),(2,2,'akismet_history','a:4:{s:4:\"time\";d:1409279854.0530181;s:7:\"message\";s:99:\"Akismet was unable to check this comment (response: invalid), will automatically retry again later.\";s:5:\"event\";s:11:\"check-error\";s:4:\"user\";s:8:\"Emmanuel\";}'),(3,2,'akismet_as_submitted','a:12:{s:14:\"comment_author\";s:17:\"Emmanuel Restrepo\";s:20:\"comment_author_email\";s:25:\"emmanuel@hulknoticias.com\";s:18:\"comment_author_url\";s:27:\"http://www.hulknoticias.com\";s:15:\"comment_content\";s:9:\"Holakease\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ID\";i:2;s:7:\"user_ip\";s:14:\"190.159.225.42\";s:10:\"user_agent\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36\";s:4:\"blog\";s:27:\"http://www.hulknoticias.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:33:\"http://www.hulknoticias.com/?p=31\";}'),(4,2,'akismet_history','a:4:{s:4:\"time\";d:1409279901.5395019;s:7:\"message\";s:44:\"Emmanuel changed the comment status to trash\";s:5:\"event\";s:12:\"status-trash\";s:4:\"user\";s:8:\"Emmanuel\";}'),(5,2,'_wp_trash_meta_status','1'),(6,2,'_wp_trash_meta_time','1409279901'); /*!40000 ALTER TABLE `wpcommentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpcomments` -- DROP TABLE IF EXISTS `wpcomments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpcomments` ( `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=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpcomments` -- LOCK TABLES `wpcomments` WRITE; /*!40000 ALTER TABLE `wpcomments` DISABLE KEYS */; INSERT INTO `wpcomments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2014-08-28 20:03:38','2014-08-28 20:03:38','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'post-trashed','','',0,0),(2,31,'Emmanuel Restrepo','emmanuel@hulknoticias.com','http://www.hulknoticias.com','190.159.225.42','2014-08-28 21:37:34','2014-08-29 02:37:34',':o',0,'post-trashed','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.143 Safari/537.36','',0,2); /*!40000 ALTER TABLE `wpcomments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wplinks` -- DROP TABLE IF EXISTS `wplinks`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wplinks` ( `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; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wplinks` -- LOCK TABLES `wplinks` WRITE; /*!40000 ALTER TABLE `wplinks` DISABLE KEYS */; /*!40000 ALTER TABLE `wplinks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpoptions` -- DROP TABLE IF EXISTS `wpoptions`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpoptions` ( `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=415 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpoptions` -- LOCK TABLES `wpoptions` WRITE; /*!40000 ALTER TABLE `wpoptions` DISABLE KEYS */; INSERT INTO `wpoptions` VALUES (1,'siteurl','http://transformice.wtf/','yes'),(2,'blogname','TransformiceWTF','yes'),(3,'blogdescription','Nuevo Transformice pirata 2014','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','lualfer_99@gmail.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','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'comment_moderation','0','yes'),(26,'moderation_notify','1','yes'),(27,'permalink_structure','','yes'),(28,'gzipcompression','0','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:10:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:41:\"facebook-page-promoter-lightbox/index.php\";i:3;s:9:\"hello.php\";i:6;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:7;s:29:\"seo-ultimate/seo-ultimate.php\";i:8;s:23:\"videolock/videolock.php\";i:9;s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";i:10;s:24:\"wordpress-seo/wp-seo.php\";i:11;s:27:\"wp-pagenavi/wp-pagenavi.php\";}','yes'),(33,'home','http://transformice.wtf/','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'advanced_edit','0','yes'),(37,'comment_max_links','2','yes'),(38,'gmt_offset','','yes'),(39,'default_email_category','1','yes'),(40,'recently_edited','a:5:{i:0;s:87:\"\\\\WDP\\DFS\\30\\2\\1\\9\\3037688912\\user\\sites\\4085206.site\\www/wp-content/themes/1/index.php\";i:2;s:88:\"\\\\WDP\\DFS\\30\\2\\1\\9\\3037688912\\user\\sites\\4085206.site\\www/wp-content/themes/1/footer.php\";i:3;s:87:\"\\\\WDP\\DFS\\30\\2\\1\\9\\3037688912\\user\\sites\\4085206.site\\www/wp-content/themes/1/style.css\";i:4;s:89:\"\\\\WDP\\DFS\\30\\2\\1\\9\\3037688912\\user\\sites\\4085206.site\\www/wp-content/themes/1/sidebar.php\";i:5;s:88:\"\\\\WDP\\DFS\\30\\2\\1\\9\\3037688912\\user\\sites\\4085206.site\\www/wp-content/themes/1/header.php\";}','no'),(41,'template','1','yes'),(42,'stylesheet','1','yes'),(43,'comment_whitelist','1','yes'),(44,'blacklist_keys','','no'),(45,'comment_registration','0','yes'),(46,'html_type','text/html','yes'),(47,'use_trackback','0','yes'),(48,'default_role','subscriber','yes'),(49,'db_version','27916','yes'),(50,'uploads_use_yearmonth_folders','1','yes'),(51,'upload_path','','yes'),(52,'blog_public','1','yes'),(53,'default_link_category','2','yes'),(54,'show_on_front','posts','yes'),(55,'tag_base','','yes'),(56,'show_avatars','1','yes'),(57,'avatar_rating','G','yes'),(58,'upload_url_path','','yes'),(59,'thumbnail_size_w','150','yes'),(60,'thumbnail_size_h','150','yes'),(61,'thumbnail_crop','1','yes'),(62,'medium_size_w','300','yes'),(63,'medium_size_h','300','yes'),(64,'avatar_default','mystery','yes'),(65,'large_size_w','1024','yes'),(66,'large_size_h','1024','yes'),(67,'image_default_link_type','file','yes'),(68,'image_default_size','','yes'),(69,'image_default_align','','yes'),(70,'close_comments_for_old_posts','0','yes'),(71,'close_comments_days_old','14','yes'),(72,'thread_comments','1','yes'),(73,'thread_comments_depth','5','yes'),(74,'page_comments','0','yes'),(75,'comments_per_page','50','yes'),(76,'default_comments_page','newest','yes'),(77,'comment_order','asc','yes'),(78,'sticky_posts','a:0:{}','yes'),(79,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_text','a:7:{i:1;a:0:{}i:4;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:372:\"<center><script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<!-- hulknoticias3 -->\r\n<ins class=\"adsbygoogle\"\r\n style=\"display:inline-block;width:160px;height:600px\"\r\n data-ad-client=\"ca-pub-2408689864675530\"\r\n data-ad-slot=\"6024875201\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script></center>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:346:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<!-- Luis1 -->\r\n<ins class=\"adsbygoogle\"\r\n style=\"display:inline-block;width:728px;height:90px\"\r\n data-ad-client=\"ca-pub-1838106717416744\"\r\n data-ad-slot=\"7126066712\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:346:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<!-- Luis -->\r\n<ins class=\"adsbygoogle\"\r\n style=\"display:inline-block;width:160px;height:600px\"\r\n data-ad-client=\"ca-pub-1838106717416744\"\r\n data-ad-slot=\"5649333510\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:346:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<!-- Luis -->\r\n<ins class=\"adsbygoogle\"\r\n style=\"display:inline-block;width:160px;height:600px\"\r\n data-ad-client=\"ca-pub-1838106717416744\"\r\n data-ad-slot=\"5649333510\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:6:\"filter\";b:0;}i:8;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:346:\"<script async src=\"//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"></script>\r\n<!-- Luis1 -->\r\n<ins class=\"adsbygoogle\"\r\n style=\"display:inline-block;width:728px;height:90px\"\r\n data-ad-client=\"ca-pub-1838106717416744\"\r\n data-ad-slot=\"7126066712\"></ins>\r\n<script>\r\n(adsbygoogle = window.adsbygoogle || []).push({});\r\n</script>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(82,'uninstall_plugins','a:2:{s:27:\"wp-pagenavi/wp-pagenavi.php\";s:14:\"__return_false\";s:71:\"hupso-share-buttons-for-twitter-facebook-google/share-buttons-hupso.php\";s:22:\"hupso_plugin_uninstall\";}','no'),(83,'timezone_string','America/Bogota','yes'),(84,'page_for_posts','0','yes'),(85,'page_on_front','0','yes'),(86,'default_post_format','0','yes'),(87,'link_manager_enabled','0','yes'),(88,'initial_db_version','27916','yes'),(89,'wpuser_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{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:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{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:15:\"wpseo_bulk_edit\";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'),(90,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(92,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"text-4\";i:1;s:6:\"text-5\";i:2;s:6:\"text-6\";}s:7:\"sidebar\";a:1:{i:0;s:6:\"text-7\";}s:13:\"widget-header\";a:1:{i:0;s:6:\"text-8\";}s:13:\"array_version\";i:3;}','yes'),(401,'_transient_is_multi_author','0','yes'),(96,'cron','a:10:{i:1409459170;a:1:{s:25:\"su-sds-blog-load-blog-rss\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1409470849;a:1:{s:29:\"akismet_schedule_cron_recheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1409471520;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;}}}i:1409472247;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:1409515456;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:1409516502;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:1409517046;a:1:{s:14:\"yoast_tracking\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1409529600;a:1:{s:15:\"wpp_cache_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1409539054;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(98,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.2.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.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.9.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.2-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.2\";s:7:\"version\";s:5:\"3.9.2\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1409450873;s:15:\"version_checked\";s:5:\"3.9.2\";s:12:\"translations\";a:0:{}}','yes'),(411,'_site_transient_timeout_theme_roots','1409457892','yes'),(412,'_site_transient_theme_roots','a:4:{i:1;s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(138,'option_tree','a:57:{s:10:\"responsive\";s:2:\"on\";s:19:\"mobile-sidebar-hide\";s:1:\"1\";s:7:\"favicon\";s:83:\"http://img3.wikia.nocookie.net/__cb20120523151211/lego/images/f/f0/Hulk_box_art.png\";s:8:\"rss-feed\";s:0:\"\";s:13:\"page-comments\";s:2:\"on\";s:12:\"blog-heading\";s:0:\"\";s:15:\"blog-subheading\";s:0:\"\";s:14:\"excerpt-length\";s:2:\"34\";s:17:\"featured-category\";s:0:\"\";s:20:\"featured-posts-count\";s:1:\"1\";s:11:\"placeholder\";s:2:\"on\";s:13:\"comment-count\";s:2:\"on\";s:10:\"author-bio\";s:2:\"on\";s:13:\"related-posts\";s:10:\"categories\";s:8:\"post-nav\";s:2:\"s1\";s:11:\"custom-logo\";s:0:\"\";s:16:\"site-description\";s:2:\"on\";s:14:\"footer-widgets\";s:1:\"0\";s:11:\"footer-logo\";s:0:\"\";s:9:\"copyright\";s:0:\"\";s:6:\"credit\";s:2:\"on\";s:13:\"layout-global\";s:7:\"col-3cm\";s:11:\"layout-home\";s:7:\"inherit\";s:13:\"layout-single\";s:7:\"inherit\";s:14:\"layout-archive\";s:7:\"inherit\";s:23:\"layout-archive-category\";s:7:\"inherit\";s:13:\"layout-search\";s:7:\"inherit\";s:10:\"layout-404\";s:7:\"inherit\";s:11:\"layout-page\";s:7:\"inherit\";s:7:\"s1-home\";s:0:\"\";s:7:\"s2-home\";s:0:\"\";s:9:\"s1-single\";s:0:\"\";s:9:\"s2-single\";s:0:\"\";s:10:\"s1-archive\";s:0:\"\";s:10:\"s2-archive\";s:0:\"\";s:19:\"s1-archive-category\";s:0:\"\";s:19:\"s2-archive-category\";s:0:\"\";s:9:\"s1-search\";s:0:\"\";s:9:\"s2-search\";s:0:\"\";s:6:\"s1-404\";s:0:\"\";s:6:\"s2-404\";s:0:\"\";s:7:\"s1-page\";s:0:\"\";s:7:\"s2-page\";s:0:\"\";s:14:\"dynamic-styles\";s:2:\"on\";s:5:\"boxed\";s:3:\"off\";s:4:\"font\";s:13:\"titillium-web\";s:15:\"container-width\";s:4:\"1380\";s:15:\"sidebar-padding\";s:2:\"30\";s:7:\"color-1\";s:7:\"#3b8dbd\";s:7:\"color-2\";s:7:\"#82b965\";s:12:\"color-topbar\";s:7:\"#26272b\";s:12:\"color-header\";s:7:\"#33363b\";s:17:\"color-header-menu\";s:0:\"\";s:12:\"color-footer\";s:7:\"#33363b\";s:15:\"logo-max-height\";s:2:\"60\";s:19:\"image-border-radius\";s:1:\"0\";s:15:\"body-background\";s:7:\"#eaeaea\";}','yes'),(392,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1409451038;s:7:\"checked\";a:4:{i:1;s:5:\"2.0.2\";s:14:\"twentyfourteen\";s:3:\"1.1\";s:14:\"twentythirteen\";s:3:\"1.2\";s:12:\"twentytwelve\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(283,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1409454307;s:7:\"checked\";a:12:{s:19:\"akismet/akismet.php\";s:5:\"3.0.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"3.9.1\";s:41:\"facebook-page-promoter-lightbox/index.php\";s:5:\"2.6.7\";s:9:\"hello.php\";s:3:\"1.6\";s:71:\"hupso-share-buttons-for-twitter-facebook-google/share-buttons-hupso.php\";s:6:\"3.9.25\";s:21:\"plugrush/plugrush.php\";s:4:\"1.22\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"2.2.4\";s:29:\"seo-ultimate/seo-ultimate.php\";s:7:\"7.6.5.1\";s:23:\"videolock/videolock.php\";s:6:\"1.9.16\";s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";s:5:\"3.0.3\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"1.5.6\";s:27:\"wp-pagenavi/wp-pagenavi.php\";s:4:\"2.85\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(358,'_site_transient_timeout_wporg_theme_feature_list','1409461477','yes'),(359,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(105,'_site_transient_timeout_browser_05be1aab5db2342cbc9f1a1fbf817775','1409861056','yes'),(106,'_site_transient_browser_05be1aab5db2342cbc9f1a1fbf817775','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"37.0.2062.94\";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'),(108,'_site_transient_timeout_browser_256785da1b60e14bf58ad9449ebe4076','1409861058','yes'),(109,'_site_transient_browser_256785da1b60e14bf58ad9449ebe4076','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"37.0.2062.94\";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'),(329,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1409469827','no'),(330,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1409426627','no'),(327,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1409469827','no'),(328,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"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:\"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:31:\"http://wordpress.org/?v=4.0-RC1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 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:66:\"http://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:75:\"http://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:2127:\"<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=\"http://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=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.0 RC1, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-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=\"http://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=\"http://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:71:\"http://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:1;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 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:55:\"http://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:64:\"http://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:1999:\"<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=\"http://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=\"http://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=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-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:60:\"http://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: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: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:50:\"http://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:59:\"http://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:2352:\"<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=\"http://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:55:\"http://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:\"\";}}}}}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:20:\"WordPress 4.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Jul 2014 21:15:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=3261\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.0, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:1738:\"<p>WordPress 4.0 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-4.0-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.0, <a href=\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\">check out the Beta 1 blog post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Further refinements for the the plugin installation and media library experiences.</li>\n<li>Updated TinyMCE, which now includes better indentation for lists and the restoration of the color picker.</li>\n<li>Cookies are now tied to a session internally, so if you have trouble logging in, <a href=\"https://core.trac.wordpress.org/ticket/20276\">#20276</a> may be the culprit.</li>\n<li>Various bug fixes (there were <a href=\"https://core.trac.wordpress.org/log?rev=29228&stop_rev=29060&limit=200\">nearly 170 changes</a> since last week).</li>\n</ul>\n<p>If you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.0\">everything we’ve fixed</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:60:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;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 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/07/wordpress-4-0-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Jul 2014 10:17:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=3248\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.0 Beta 1 is now available! 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.0, 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:\"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:4025:\"<p>WordPress 4.0 Beta 1 is now available!</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=\"http://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.0-beta1.zip\">download the beta here</a> (zip).</p>\n<p>4.0 is due out next month, but to get there, we need your help testing what we’ve been working on:</p>\n<ul>\n<li><strong>Previews of <a href=\"http://codex.wordpress.org/Embeds\">embedding via URLs</a></strong> in the visual editor and the “Insert from URL” tab in the media modal. Try pasting a URL (such as a <a href=\"http://wordpress.tv/\">WordPress.tv</a> or YouTube video) onto its own line in the visual editor. (<a href=\"https://core.trac.wordpress.org/ticket/28195\">#28195</a>, <a href=\"https://core.trac.wordpress.org/ticket/15490\">#15490</a>)</li>\n<li>The <strong>Media Library</strong> now has a “grid” view in addition to the existing list view. Clicking on an item takes you into a modal where you can see a larger preview and edit information about that attachment, and you can navigate between items right from the modal without closing it. (<a href=\"https://core.trac.wordpress.org/ticket/24716\">#24716</a>)</li>\n<li>We’re freshening up the <strong>plugin install experience</strong>. You’ll see some early visual changes as well as more information when searching for plugins and viewing details. (<a href=\"https://core.trac.wordpress.org/ticket/28785\">#28785</a>, <a href=\"https://core.trac.wordpress.org/ticket/27440\">#27440</a>)</li>\n<li><strong>Selecting a language</strong> when you run the installation process. (<a href=\"https://core.trac.wordpress.org/ticket/28577\">#28577</a>)</li>\n<li>The <strong>editor</strong> intelligently resizes and its top and bottom bars pin when needed. Browsers don’t like to agree on where to put things like cursors, so if you find a bug here, please also let us know your browser and operating system. (<a href=\"https://core.trac.wordpress.org/ticket/28328\">#28328</a>)</li>\n<li>We’ve made some improvements to how your keyboard and cursor interact with <strong>TinyMCE views</strong> such as the gallery preview. Much like the editor resizing and scrolling improvements, knowing about your setup is particularly important for bug reports here. (<a href=\"https://core.trac.wordpress.org/ticket/28595\">#28595</a>)</li>\n<li><strong>Widgets in the Customizer</strong> are now loaded in a separate panel. (<a href=\"https://core.trac.wordpress.org/ticket/27406\">#27406</a>)</li>\n<li>We’ve also made some changes to some <strong>formatting</strong> functions, so if you see quotes curling in the wrong direction, please file a bug report.</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. 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=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.0\">everything we’ve fixed</a> so far.</p>\n<p><strong>Developers:</strong> Never fear, we haven’t forgotten you. There’s plenty for you, too – more on that in upcoming posts. In the meantime, check out the <a href=\"http://make.wordpress.org/core/2014/07/08/customizer-improvements-in-4-0/#customizer-panels\">API for panels in the Customizer</a>.</p>\n<p>Happy testing!</p>\n<p><em>Plugins, editor</em><br />\n<em>Media, things in between</em><br />\n<em>Please help look for bugs</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/07/wordpress-4-0-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: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:35:\"WordPress 3.9.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/05/wordpress-3-9-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, 08 May 2014 18:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=3241\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:385:\"After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:3077:\"<p>After three weeks and more than 9 million downloads of <a title=\"WordPress 3.9 “Smith”\" href=\"http://wordpress.org/news/2014/04/smith/\">WordPress 3.9</a>, we’re pleased to announce that WordPress 3.9.1 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video playlists feature and made some adjustments to improve performance. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?milestone=3.9.1\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?rev=28353&stop_rev=28154\">changelog</a>.</p>\n<p>If you are one of the millions already running WordPress 3.9, we’ve started rolling out automatic background updates for 3.9.1. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.9.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.9.1: <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/imath\">imath</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"http://profiles.wordpress.org/clorith\">Marius Jensen</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, and <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</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:55:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.9 “Smith”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2014/04/smith/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2014/04/smith/#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, 16 Apr 2014 18:33:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s: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=3154\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:411:\"Version 3.9 of WordPress, named “Smith” in honor of jazz organist Jimmy Smith, is available for download or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love. A smoother media editing experience Improved visual editing The updated visual editor has improved speed, accessibility, and mobile support. You can paste into 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:\"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:23297:\"<p>Version 3.9 of WordPress, named “Smith” in honor of jazz organist <a href=\"http://en.wikipedia.org/wiki/Jimmy_Smith_(musician)\">Jimmy Smith</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love.</p>\n<embed src=\"//v0.wordpress.com/player.swf?v=1.03\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\" flashvars=\"guid=sAiXhCfV&isDynamicSeeking=true\" title=\"\"></embed>\n<h2 class=\"about-headline-callout\" style=\"text-align: center\">A smoother media editing experience</h2>\n<div>\n<p><img class=\"alignright wp-image-3168\" src=\"//wordpress.org/news/files/2014/04/editor1-300x233.jpg\" alt=\"editor\" width=\"228\" height=\"177\" /></p>\n<h3>Improved visual editing</h3>\n<p>The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the visual editor from your word processor without wasting time to clean up messy styling. (Yeah, we’re talking about you, Microsoft Word.)</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3170\" src=\"//wordpress.org/news/files/2014/04/image1-300x233.jpg\" alt=\"image\" width=\"228\" height=\"178\" /></p>\n<h3>Edit images easily</h3>\n<p>With quicker access to crop and rotation tools, it’s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3187\" src=\"//wordpress.org/news/files/2014/04/dragdrop1-300x233.jpg\" alt=\"dragdrop\" width=\"228\" height=\"178\" /></p>\n<h3>Drag and drop your images</h3>\n<p>Uploading your images is easier than ever. Just grab them from your desktop and drop them in the editor.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align: center\">Gallery previews</h2>\n<p><img class=\"aligncenter size-full wp-image-3169\" src=\"//wordpress.org/news/files/2014/04/gallery1.jpg\" alt=\"gallery\" width=\"980\" height=\"550\" /></p>\n<p>Galleries display a beautiful grid of images right in the editor, just like they do in your published post.</p>\n<hr />\n<h2 style=\"text-align: center\">Do more with audio and video</h2>\n\n<a href=\'http://wordpress.org/news/files/2014/04/AintMisbehavin.mp3\'>Ain\'t Misbehavin\'</a>\n<a href=\'http://wordpress.org/news/files/2014/04/DavenportBlues.mp3\'>Davenport Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/JellyRollMorton-BuddyBoldensBlues.mp3\'>Buddy Bolden\'s Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Johnny_Hodges_Orchestra-Squaty_Roo-1941.mp3\'>Squaty Roo</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Louisiana_Five-Dixie_Blues-1919.mp3\'>Dixie Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/WolverineBlues.mp3\'>Wolverine Blues</a>\n\n<p>Images have galleries; now we’ve added simple audio and video playlists, so you can showcase your music and clips.</p>\n<hr />\n<h2 style=\"text-align: center\">Live widget and header previews</h2>\n<div style=\"width: 692px; height: 448px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3154-1\" width=\"692\" height=\"448\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//wordpress.org/news/files/2014/04/widgets.mp4?_=1\" /><a href=\"//wordpress.org/news/files/2014/04/widgets.mp4\">//wordpress.org/news/files/2014/04/widgets.mp4</a></video></div>\n<p>Add, edit, and rearrange your site’s widgets right in the theme customizer. No “save and surprise” — preview your changes live and only save them when you’re ready.</p>\n<p>The improved header image tool also lets you upload, crop, and manage headers while customizing your theme.</p>\n<hr />\n<h2 style=\"text-align: center\">Stunning new theme browser</h2>\n<p><img class=\"aligncenter size-full wp-image-3172\" src=\"//wordpress.org/news/files/2014/04/theme1.jpg\" alt=\"theme\" width=\"1003\" height=\"558\" /><br />\nLooking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.</p>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p>This release was led by <a href=\"http://nacin.com/\">Andrew Nacin</a> and <a href=\"http://www.getsource.net/\">Mike Schroder</a>, with the help of these fine individuals. There are 267 contributors with props in this release, a new high:</p>\n<p><a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"http://profiles.wordpress.org/adelval\">adelval</a>, <a href=\"http://profiles.wordpress.org/ajay\">Ajay</a>, <a href=\"http://profiles.wordpress.org/akeda\">Akeda Bagus</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"http://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"http://profiles.wordpress.org/andykeith\">Andy Keith</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/toszcze\">Bartosz Romanowski</a>, <a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>, <a href=\"http://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bramd\">bramd</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brasofilo\">brasofilo</a>, <a href=\"http://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/cgaffga\">cgaffga</a>, <a href=\"http://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisscott\">Chris Scott</a>, <a href=\"http://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"http://profiles.wordpress.org/chrisguitarguy\">chrisguitarguy</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/ciantic\">ciantic</a>, <a href=\"http://profiles.wordpress.org/antorome\">Comparativa de Bancos</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"http://profiles.wordpress.org/cramdesign\">cramdesign</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/eightface\">Dave Kellam (eightface)</a>, <a href=\"http://profiles.wordpress.org/dpe415\">DaveE</a>, <a href=\"http://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"http://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"http://profiles.wordpress.org/davidmarichal\">David Marichal</a>, <a href=\"http://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>, <a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"http://profiles.wordpress.org/eatingrules\">eatingrules</a>, <a href=\"http://profiles.wordpress.org/plocha\">edik</a>, <a href=\"http://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"http://profiles.wordpress.org/enej\">enej</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evarlese\">Erica Varlese</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"http://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"http://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/genkisan\">genkisan</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"http://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hanni\">hanni</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"http://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"http://profiles.wordpress.org/_jameslee\">jameslee</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"http://profiles.wordpress.org/jaycc\">JayCC</a>, <a href=\"http://profiles.wordpress.org/jeffsebring\">Jeff Sebring</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/jnielsendotnet\">jnielsendotnet</a>, <a href=\"http://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"http://profiles.wordpress.org/jstraitiff\">jstraitiff</a>, <a href=\"http://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"http://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/kasparsd\">Kaspars</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/kerikae\">kerikae</a>, <a href=\"http://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/klihelp\">klihelp</a>, <a href=\"http://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"http://profiles.wordpress.org/lpointet\">lpointet</a>, <a href=\"http://profiles.wordpress.org/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"http://profiles.wordpress.org/lkwdwrd\">Luke Woodward</a>, <a href=\"http://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/marventus\">Marventus</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt (Thomas) Miklic</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/mattonomics\">mattonomics</a>, <a href=\"http://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/mcadwell\">mcadwell</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"http://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"http://profiles.wordpress.org/michelwppi\">Michel - xiligroup dev</a>, <a href=\"http://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">Mike Burns</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/mikecorkum\">mikecorkum</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/nendeb55\">nendeb55</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nicolealleyinteractivecom\">Nicole Arnold</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nivijah\">Nivi Jah</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nunomorgadinho\">Nuno Morgadinho</a>, <a href=\"http://profiles.wordpress.org/olivm\">olivM</a>, <a href=\"http://profiles.wordpress.org/jbkkd\">Omer Korner</a>, <a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"http://profiles.wordpress.org/oso96_2000\">oso96_2000</a>, <a href=\"http://profiles.wordpress.org/patricknami\">patricknami</a>, <a href=\"http://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"http://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"http://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>, <a href=\"http://profiles.wordpress.org/ramonchiara\">ramonchiara</a>, <a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>, <a href=\"http://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"http://profiles.wordpress.org/ricardocorreia\">Ricardo Correia</a>, <a href=\"http://profiles.wordpress.org/theorboman\">Richard Sweeney</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/richard2222\">richard2222</a>, <a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/robmiller\">robmiller</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/romaimperator\">romaimperator</a>, <a href=\"http://profiles.wordpress.org/roothorick\">roothorick</a>, <a href=\"http://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"http://profiles.wordpress.org/sandyr\">Sandeep</a>, <a href=\"http://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/sdasse\">sdasse</a>, <a href=\"http://profiles.wordpress.org/bootsz\">Sean Butze</a>, <a href=\"http://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"http://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shahpranaf\">shahpranaf</a>, <a href=\"http://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"http://profiles.wordpress.org/spencerfinnell\">Spencer Finnell</a>, <a href=\"http://profiles.wordpress.org/piontkowski\">Spencer Piontkowski</a>, <a href=\"http://profiles.wordpress.org/stephcook22\">stephcook22</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/sbruner\">Steve Bruner</a>, <a href=\"http://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tbrams\">tbrams</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"http://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"http://profiles.wordpress.org/topquarky\">topquarky</a>, <a href=\"http://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"http://profiles.wordpress.org/toru\">Toru</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, <a href=\"http://profiles.wordpress.org/varunagw\">VarunAgw</a>, <a href=\"http://profiles.wordpress.org/wawco\">wawco</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wokamoto\">wokamoto</a>, <a href=\"http://profiles.wordpress.org/xsonic\">xsonic</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>, <a href=\"http://profiles.wordpress.org/zbtirrell\">Zach Tirrell</a>, and <a href=\"http://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video.</p>\n<p>If you want to follow along or help out, check out <a href=\"http://make.wordpress.org/\">Make WordPress</a> and our <a href=\"http://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.0!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2014/04/smith/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2014 09:47:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=3151\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"The second release candidate for WordPress 3.9 is now available for testing. If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the first release candidate, and those changes are all helpfully summarized in our weekly post on the development blog. Probably the biggest fixes are to live […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2273:\"<p>The second release candidate for WordPress 3.9 is now available for testing.</p>\n<p>If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the <a title=\"WordPress 3.9 Release Candidate\" href=\"//wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\">first release candidate</a>, and those changes are all helpfully summarized <a href=\"//make.wordpress.org/core/?p=10237\">in our weekly post</a> on the development blog. Probably the biggest fixes are to live widget previews and the new theme browser, along with some extra TinyMCE compatibility and some RTL fixes.</p>\n<p><strong>Plugin authors:</strong> Could you test your plugins against 3.9, and if they’re compatible, make sure they are marked as tested up to 3.9? It only takes a few minutes and this really helps make launch easier. Be sure to follow along the core development blog; we’ve been posting <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example: <a href=\"//make.wordpress.org/core/2014/04/15/html5-galleries-captions-in-wordpress-3-9/\">HTML5</a>, <a href=\"//make.wordpress.org/core/2014/04/14/symlinked-plugins-in-wordpress-3-9/\">symlinks</a>, <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">MySQL</a>, <a href=\"//make.wordpress.org/core/2014/04/11/plupload-2-x-in-wordpress-3-9/\">Plupload</a>.)</p>\n<p>To test WordPress 3.9 RC2, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC2.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the nearly complete About screen in your dashboard (<strong><img src=\"//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) and also check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><em>This is for testing,</em><br />\n<em>so not recommended for<br />\nproduction sites—yet.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;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:35:\"WordPress 3.8.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Apr 2014 19:29:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=3145\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"WordPress 3.8.3 is now available to fix a small but unfortunate bug in the WordPress 3.8.2 security release. The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:2339:\"<p>WordPress 3.8.3 is now available to fix a small but unfortunate bug in the <a title=\"WordPress 3.8.2 Security Release\" href=\"http://wordpress.org/news/2014/04/wordpress-3-8-2/\">WordPress 3.8.2 security release</a>.</p>\n<p>The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using this tool, <em>any</em> loss of content is unacceptable to us.</p>\n<p>We recognize how much trust you place in us to safeguard your content, and we take this responsibility very seriously. We’re sorry we let you down.</p>\n<p>We’ve all lost words we’ve written before, like an email thanks to a cat on the keyboard or a term paper to a blue screen of death. Over the last few WordPress releases, we’ve made a number of improvements to features like autosaves and revisions. With revisions, an old edit can always be restored. We’re trying our hardest to save your content somewhere even if your power goes out or your browser crashes. We even monitor your internet connection and prevent you from hitting that “Publish” button at the exact moment the coffee shop Wi-Fi has a hiccup.</p>\n<p>It’s <em>possible</em> that the quick draft you lost last week is still in the database, and just hidden from view. As an added complication, these “discarded drafts” normally get deleted after seven days, and it’s already been six days since the release. If we were able to rescue your draft, you’ll see it on the “All Posts” screen after you update to 3.8.3. (We’ll also be pushing 3.8.3 out as a background update, so you may just see a draft appear.)</p>\n<p>So, if you tried to jot down a quick idea last week, I hope WordPress has recovered it for you. Maybe it’ll turn into that novella.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.3</a> or click “Update Now” on Dashboard → Updates.</p>\n<p><em>This affected version 3.7.2 as well, so we’re pushing a 3.7.3 to these installs, but we’d encourage you to update to the latest and greatest.</em></p>\n<hr />\n<p><em>Now for some good news:<br />\nWordPress 3.9 is near.<br />\nExpect it this week</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.9 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2014/04/wordpress-3-9-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:\"Tue, 08 Apr 2014 21:05:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s: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=3129\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"As teased earlier, the first release candidate for WordPress 3.9 is now available for testing! We hope to ship WordPress 3.9 next week, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.) To test WordPress 3.9 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:2967:\"<p><a href=\"//wordpress.org/news/2014/04/wordpress-3-8-2/\">As teased earlier</a>, the first release candidate for WordPress 3.9 is now available for testing!</p>\n<p>We hope to ship WordPress 3.9 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>To test WordPress 3.9 RC1, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the work-in-progress About screen in your dashboard (<strong><img src=\"//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) and check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"//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=\"//core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>If you’re a plugin author</strong>, there are two important changes in particular to be aware of:</p>\n<ul>\n<li>TinyMCE received a major update, to version 4.0. Any editor plugins written for TinyMCE 3.x might require some updates. (If things broke, we’d like to hear about them so we can make adjustments.) For more, see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">migration guide</a> and <a href=\"http://www.tinymce.com/wiki.php/api4:index\">API documentation</a>, and the notes on the <a href=\"//make.wordpress.org/core/2014/01/18/tinymce-4-0-is-in-core/\">core development blog</a>.</li>\n<li>WordPress 3.9 now uses the MySQLi Improved extension for sites running PHP 5.5. Any plugins that made direct calls to <code>mysql_*</code> functions will experience some problems on these sites. For more information, see the notes on the <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">core development blog</a>.</li>\n</ul>\n<p>Be sure to follow along the core development blog, where we will be continuing to post <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example, read <a href=\"//make.wordpress.org/core/2014/03/27/masonry-in-wordpress-3-9/\">this</a> if you are using Masonry in your theme.) And please, please update your plugin’s <em>Tested up to</em> version in the readme to 3.9 before April 16.</p>\n<p><em>Release candidate<br />\nThis haiku’s the easy one<br />\n3.9 is near</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 30 Aug 2014 19:23:34 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Wed, 27 Aug 2014 12:20:37 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140828193756\";}','no'),(114,'can_compress_scripts','1','yes'),(333,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1409469828','no'),(334,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1409426628','no'),(338,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1409426628','no'),(342,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/\'>WordPress 4.0 Release Candidate</a> <span class=\"rss-date\">August 27, 2014</span><div class=\"rssSummary\">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 […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://ma.tt/2014/08/whylatex/\' title=\'Posts like this are why @wordpressdotcom and @jetpack offer LaTeX / Beautiful Math support. http://t.co/rYUbyq2IpR — George Stephanis (@daljo628) August 26, 2014\'>Matt: Why LaTeX?</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/tickets-on-sale-for-the-first-ever-podscamp?utm_source=rss&utm_medium=rss&utm_campaign=tickets-on-sale-for-the-first-ever-podscamp\' title=\'The First Ever PodsCamp Tickets are now on sale for the first ever PodsCamp. It’s being held in Dallas, TX on October 3rd, 2014, a day before WordCamp DFW (Dallas/Fort Worth) with a ticket price of $50 each. Each ticket grants you access to the event, BBQ for lunch, and direct access to the developers of Pods Framework. The event will focus on what you can d\'>WPTavern: Tickets On Sale For The First Ever PodsCamp</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/how-to-create-a-quick-style-guide-for-client-websites?utm_source=rss&utm_medium=rss&utm_campaign=how-to-create-a-quick-style-guide-for-client-websites\' title=\'The business of building WordPress websites is exploding, and most agencies and freelancers have more work than they can handle. Clients are attracted to WordPress because of how easy it is to manage content. In the old days, if you had a website built, you would still need to hire a developer to make updates to your content or design. WordPress makes it pos\'>WPTavern: How to Create a Quick Style Guide for Client Websites</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'http://wordpress.org/plugins/woocommerce/\' class=\'dashboard-news-plugin-link\'>WooCommerce - excelling eCommerce</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=woocommerce&_wpnonce=18ed6f6baf&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'WooCommerce - excelling eCommerce\'>Install</a>)</span></li></ul></div>','no'),(347,'_site_transient_timeout_browser_8dc58f29666d1ad30506ca8b4e3f3df0','1410053991','yes'),(348,'_site_transient_browser_8dc58f29666d1ad30506ca8b4e3f3df0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"37.0.2062.102\";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'),(395,'theme_mods_1','a:1:{i:0;b:0;}','yes'),(331,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1409469828','no'),(332,'_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:16:\"Matt: Why LaTeX?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44050\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://ma.tt/2014/08/whylatex/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:448:\"<blockquote class=\"twitter-tweet\" width=\"550\"><p>Posts like this are why <a href=\"https://twitter.com/wordpressdotcom\">@wordpressdotcom</a> and <a href=\"https://twitter.com/jetpack\">@jetpack</a> offer LaTeX / Beautiful Math support. <a href=\"http://t.co/rYUbyq2IpR\">http://t.co/rYUbyq2IpR</a></p>\n<p>— George Stephanis (@daljo628) <a href=\"https://twitter.com/daljo628/statuses/504230941514944512\">August 26, 2014</a></p></blockquote>\n<p></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, 30 Aug 2014 14:58: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: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:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Tickets On Sale For The First Ever PodsCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29485\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"http://wptavern.com/tickets-on-sale-for-the-first-ever-podscamp?utm_source=rss&utm_medium=rss&utm_campaign=tickets-on-sale-for-the-first-ever-podscamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4175:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/PodsCampFeaturedImage.png\" rel=\"prettyphoto[29485]\"><img class=\"size-full wp-image-29491\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/PodsCampFeaturedImage.png?resize=697%2C284\" alt=\"The First Ever Podscamp\" /></a>The First Ever PodsCamp\n<p>Tickets are <a title=\"http://podscamp.org/tickets/\" href=\"http://podscamp.org/tickets/\">now on sale</a> for the first ever <a title=\"http://podscamp.org/\" href=\"http://podscamp.org/\">PodsCamp</a>. It’s being held in Dallas, TX on October 3rd, 2014, a day before <a title=\"http://2014.dfw.wordcamp.org/\" href=\"http://2014.dfw.wordcamp.org/\">WordCamp DFW</a> (Dallas/Fort Worth) with a ticket price of $50 each. Each ticket grants you access to the event, BBQ for lunch, and direct access to the developers of Pods Framework.</p>\n<p>The event will focus on what you can do with Pods and will <a title=\"http://podscamp.org/schedule/\" href=\"http://podscamp.org/schedule/\">feature sessions on topics</a> such as an introduction to Pods, building applications, and a Q&A session with the Pods development team. For those not familiar with the plugin, <a title=\"http://wordpress.org/plugins/pods/\" href=\"http://wordpress.org/plugins/pods/\">Pods</a> is a framework for creating, managing, and deploying customized content types and fields.</p>\n<h2>A First For The Pods Development Team</h2>\n<p>The event will mark the first time the entire Pods development team will be under one roof. Lead developer for Pods, Scott Kingsley Clark, said the team will be in Dallas, TX the Wednesday before WordCamp and will be working on putting the finishing touches on Pods 3.0.</p>\n<p>Clark explains why the team hasn’t had a PodsCamp in the past. “We’ve been talking about and planning an event like this for years, but it wasn’t until the Pods team grew large enough for me to feel like we could really do something worth people’s time.”</p>\n<h2>No Conflicts With WordCamp</h2>\n<p>Initially, I thought PodsCamp was taking place at the same time as WordCamp DFW but since it’s a day before, it won’t interfere with the event. “It’s completely separate, in terms of organization and funding,” Clark told the Tavern.</p>\n<p>A few years ago, <a title=\"http://podcamp.pbworks.com/w/page/17344268/FrontPage\" href=\"http://podcamp.pbworks.com/w/page/17344268/FrontPage\">PodCamps</a> would sometimes be merged with a WordCamp to offer attendees a chance to attend two events with one ticket. However, WordCamp central frowns against this practice and now states that WordCamps must be focused on WordPress. From the WordCamp Central FAQ:</p>\n<blockquote><p><strong>Q.</strong> Can I do a track at a BarCamp/PodCamp/other event and call it WordCamp?<br />\n<strong>A.</strong> No. The use of the WordCamp name indicates that it is a standalone event dedicated to WordPress, and to prevent confusion, WordPress “tracks” within larger events such as BarCamp or other conferences are no longer called WordCamps.</p></blockquote>\n<h2>Sponsoring and Needing to Be Sponsored</h2>\n<p>The <a title=\"http://podsfoundation.org/\" href=\"http://podsfoundation.org/\">Pods Foundation</a> is sponsoring the WordCamp DFW Contributor Day on October 5th, through a deal Clark made to secure the same space for both days. At the same time, PodsCamp is in need of more sponsors. If you’re interested in <a title=\"http://podscamp.org/2014/08/19/call-sponsors/\" href=\"http://podscamp.org/2014/08/19/call-sponsors/\">sponsorship opportunities</a>, please get in touch with the organizing team. SiteGround, Chris Lema, Aesop Interactive, and Beil Media are just a sample of the sponsors already on board with helping the event.</p>\n<p>I think it’s great to see events like PodsCamp where you can focus on a particular plugin or subject while not conflicting with a WordCamp that same weekend. I like the strategy on the part of Clark and his team for the event to be a day before WordCamp so people can attend both without worrying about missing sessions.</p>\n<p>Will you be attending the first ever PodsCamp?</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, 29 Aug 2014 22:36: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:\"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: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:63:\"WPTavern: How to Create a Quick Style Guide for Client Websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=29499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:170:\"http://wptavern.com/how-to-create-a-quick-style-guide-for-client-websites?utm_source=rss&utm_medium=rss&utm_campaign=how-to-create-a-quick-style-guide-for-client-websites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3870:\"<p>The business of building WordPress websites is exploding, and most agencies and freelancers have more work than they can handle. Clients are attracted to WordPress because of how easy it is to manage content. In the old days, if you had a website built, you would still need to hire a developer to make updates to your content or design. WordPress makes it possible for anyone to create new posts, pages, products, etc., without any technical experience.</p>\n<p>The flip side of this is that your design may be in danger when everything is so easy to edit. If you want to keep branding consistent across a website, you may need to include a style guide to breakdown the design you’ve created.</p>\n<p>Having a style guide for reference is especially important if you are passing off a CMS to a client who will be using it to create content on a regular basis. Without a guide your client may go nuts with customization features that may be built into the theme. Before you know it, he will have used 10 different typefaces in various places and multiple header colors and sizes. The beautiful website you created can end up looking like digital goulash in the end, which is no good for your portfolio.</p>\n<p>I’d like to introduce you to <a href=\"http://stylifyme.com/\" target=\"_blank\">Stylify Me</a>, a handy new tool that can automatically create a quick style guide for any website. Simply enter the site URL and the app will return its background colors, text colors, typography, and image dimensions.</p>\n<p>Here are the colors you get when you input WordPress.org:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wordpress-styles.jpg\" rel=\"prettyphoto[29499]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wordpress-styles.jpg?resize=982%2C552\" alt=\"wordpress-styles\" class=\"aligncenter size-full wp-image-29504\" /></a></p>\n<p>It also returns the typography and image dimensions found on the homeapage.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wordpress-typography.png\" rel=\"prettyphoto[29499]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wordpress-typography.png?resize=973%2C491\" alt=\"wordpress-typography\" class=\"aligncenter size-full wp-image-29517\" /></a></p>\n<p>The download for your style guide comes in the form of a PDF, a somewhat inconvenient file type that many clients seem to love for whatever reason. Obviously, this is just a quick start which you can further edit and fine tune. Some homepages may not lend themselves as well to demonstrating the site’s style. In that case you may want to select another content page from which the app can extract styles more representative of the site as a whole.</p>\n<p>The Stylify Me app was built on <a href=\"http://nodejs.org/\" target=\"_blank\">NodeJS</a> and <a href=\"http://phantomjs.org/\" target=\"_blank\">PhantomJS</a>. Its creators, <a href=\"https://twitter.com/annabelleyoon\" target=\"_blank\">Annabelle Yoon</a> and <a href=\"https://twitter.com/MicMro\" target=\"_blank\">Michael Mrowetz</a>, wanted to provide a tool that would allow designers to research sites more efficiently, without having to inspect each element. The app is hosted on <a href=\"http://heroku.com/\" target=\"_blank\">Heroku</a> using the <a href=\"https://github.com/ddollar/heroku-buildpack-multi\" target=\"_blank\">multi buildpack</a> and is MIT-licensed. Check out the code on <a href=\"https://github.com/micmro/Stylify-Me\" target=\"_blank\">GitHub</a> to see how it works.</p>\n<p><a href=\"http://stylifyme.com\" target=\"_blank\">Stylify Me</a> gives you the ability to quickly generate a style guide that will help your clients keep their websites within the realm of the original design. Providing a style guide adds an extra touch, which demonstrates that you care and are invested in your client’s success.</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, 29 Aug 2014 22:23: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: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: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:30:\"Matt: Journalism vs Mass-Media\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://ma.tt/2014/08/journalism-vsmass-media/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:335:\"<p>Matthew Ingram writes for Gigaom: <a href=\"http://gigaom.com/2014/08/26/journalism-is-doing-just-fine-thanks-its-mass-media-business-models-that-are-ailing/\">Journalism is doing just fine, thanks — it’s mass-media business models that are ailing</a>. <cite>Hat tip: <a href=\"http://stratechery.com/\">Ben Thompson</a>.</cite></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, 29 Aug 2014 20:52: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: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: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:75:\"WPTavern: Nouveau Riche: A Free WordPress Blogging Theme for Creative Minds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29473\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:192:\"http://wptavern.com/nouveau-riche-a-free-wordpress-blogging-theme-for-creative-minds?utm_source=rss&utm_medium=rss&utm_campaign=nouveau-riche-a-free-wordpress-blogging-theme-for-creative-minds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3987:\"<p><a href=\"http://fortisthemes.com\" target=\"_blank\">Denis Bosire</a> has been working with WordPress for more than five years. As client work became more frustrating, he decided to focus his attention on WordPress themes. After an unsuccessful attempt to monetize themes at Creative Market, Bosire decided to try his hand at developing themes for WordPress.org. <a href=\"http://wordpress.org/themes/nouveau-riche\" target=\"_blank\">Nouveau Riche</a> was approved this week and is his first theme in the directory.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/nouveau-riche.png\" rel=\"prettyphoto[29473]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/nouveau-riche.png?resize=880%2C660\" alt=\"nouveau-riche\" class=\"aligncenter size-full wp-image-29483\" /></a></p>\n<p>Nouveau Riche is a simple, customizable blogging theme that was designed for creative minds. It offers beautiful support for post formats, with custom icons assigned to each. The theme utilizes the native WordPress customizer to include options for uploading a logo, adding a header and background image, and setting colors for the header, background, and theme.</p>\n<p>The sidebar is hidden by default and slides out when clicked. The theme also includes support for two other widget areas- main footer and sub footer.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/nouveau-riche-sidebar.jpg\" rel=\"prettyphoto[29473]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/nouveau-riche-sidebar.jpg?resize=1025%2C701\" alt=\"nouveau-riche-sidebar\" class=\"aligncenter size-full wp-image-29489\" /></a></p>\n<p>Check out a <a href=\"http://demo.fortisthemes.com/nouveau/\" target=\"_blank\">live demo</a> to see the theme in action.</p>\n<p>Nouveau Riche is based on the <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> starter theme. “I didn’t use any framework, just _S starter theme, which I use for ALL of my other themes,” Bosire told the Tavern. “No CSS framework either; I find them very unsuitable for WordPress themes because of all the bloat. Took me about three days from start to finish and submitted it immediately,” he said.</p>\n<p>Bosire found that building the theme was easy and quick, because he was used to all the WordPress coding standards after finishing a theme for WordPress.com. His commercial theme is currently undergoing review and should be launching in a few days. He plans to release another free theme in September in addition to another commercial blogging theme that is still in process.</p>\n<p>His journey began when he started offering free themes on his website. “I started building simple blogging themes and offering them for free on my website,” Bosire said. “I then proceeded to build premium themes that I sell on Creative Market. Sadly, they didn’t sell as expected but I really enjoyed building themes, so I decided to continue doing it, this time for WordPress.org.”</p>\n<p>Bosire’s tenacity in continuing theme development after a discouraging experience is admirable. If you build a theme and submit it to one marketplace where it doesn’t take off, don’t get discouraged and stop building themes. If you love creating themes for WordPress users, try again via a different distribution route. If you choose to go the WordPress.org route, you’ll learn quite a bit during the process with the help of <a href=\"http://wptavern.com/a-day-in-the-life-of-a-wordpress-theme-reviewer\" target=\"_blank\">Theme Review Team</a>.</p>\n<p>Nouveau Riche is a beautiful and simple blogging theme that you can personalize in a matter of minutes. It’s responsive and translation-ready. If your blog needs a fresh design but you don’t have a lot of time, this might be good option. <a href=\"http://wordpress.org/themes/nouveau-riche\" target=\"_blank\">Download </a> Nouveau Riche for free from WordPress.org.</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, 29 Aug 2014 20:43:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:75:\"WPTavern: Why You Might Consider Adding Development Hours to Your Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"http://wptavern.com/why-you-might-consider-adding-development-hours-to-your-changelog?utm_source=rss&utm_medium=rss&utm_campaign=why-you-might-consider-adding-development-hours-to-your-changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3936:\"<p>Jean Galea, who is a member of the <a title=\"https://www.facebook.com/groups/advancedwp/\" href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress group</a> on Facebook, recently shared a plugin with an interesting changelog. It’s called <a title=\"https://wordpress.org/plugins/bulk-delete\" href=\"https://wordpress.org/plugins/bulk-delete\">Bulk Delete</a> and is developed by Sudar Muthu, a developer based in Bangalore, India. The changelog not only shows which bugs have been fixed or features that were added, it also displays the amount of time spent on each release.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/BulkDeleteChangelog.png\" rel=\"prettyphoto[29275]\"><img class=\"size-full wp-image-29472\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/BulkDeleteChangelog.png?resize=524%2C462\" alt=\"Bulk Delete Changelog On WordPress.org\" /></a>Bulk Delete Changelog On WordPress.org\n<p>Due to some personal things going in his life, Muthu began to track how much time he was investing in his side projects. “This happened because I got married and suddenly the amount of free time that I used to have in my life started to dry up. I wanted to find out which pet projects are taking up the majority of my free time,” Muthu Told the Tavern. In April of 2012, <a title=\"http://sudarmuthu.com/blog/started-tracking-time-spend-on-my-pet-projects/\" href=\"http://sudarmuthu.com/blog/started-tracking-time-spend-on-my-pet-projects/\">he wrote about the initiative</a> and started adding the metrics to the changelog of Bulk Delete.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/BulkDeleteInAction.png\" rel=\"prettyphoto[29275]\"><img class=\"size-full wp-image-29471\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/BulkDeleteInAction.png?resize=955%2C655\" alt=\"Bulk Delete Settings Page\" /></a>Bulk Delete Settings Page\n<p>Some plugin authors have funded development of their plugin by having users pay for specific features. Muthu doesn’t get paid to work on Bulk Delete but he has started to sell <a title=\"http://bulkwp.com/\" href=\"http://bulkwp.com/\">commercial addons</a> for it.</p>\n<h2>A Different Approach to Getting Free Support</h2>\n<p>One of the things Muthu has noticed is how users approach him to receive free support. “After I started adding the amount of time I am spending on different plugins in the changelog, the way people interact in the support forum seems to have changed a bit. I felt that they were able to understand the amount of time I am investing in developing and supporting a free plugin,” Muthu said.</p>\n<p>I asked if he thinks this is something other plugin authors should consider implementing. “Each developer has their own preference but I guess if possible, I would like plugin authors to do this. It seems <a title=\"https://twitter.com/kelter/status/478983307884236801\" href=\"https://twitter.com/kelter/status/478983307884236801\">people like it</a> and it will also let people know how much time an author spends in developing and maintaining a free plugin,” Muthu said.</p>\n<h2>I Think It’s a Great Idea</h2>\n<p>As someone who investigates the changelog for every plugin update, I’ve seen my share of them. However, I’ve yet to see one that is as detailed and informative as <a title=\"https://wordpress.org/plugins/bulk-delete/changelog/\" href=\"https://wordpress.org/plugins/bulk-delete/changelog/\">Bulk Delete</a>. Showing the amount of time each version takes to develop gives users a perspective of the time and effort required to maintain a plugin. We generally hear how much time is involved, but rarely get to see how much.</p>\n<p>Would you like to see this type of information added to the changelog of more plugins? Will seeing the amount of time change the way you approach the author to receive support? Sound off 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, 29 Aug 2014 19:56:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:93:\"WPTavern: Google Authorship is Officially Dead, WordPress Authorship Plugins are Now Obsolete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:228:\"http://wptavern.com/google-authorship-is-officially-dead-wordpress-authorship-plugins-are-now-obsolete?utm_source=rss&utm_medium=rss&utm_campaign=google-authorship-is-officially-dead-wordpress-authorship-plugins-are-now-obsolete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4329:\"<p>John Mueller, Webmaster Trends Analyst at Google, <a href=\"https://plus.google.com/u/0/+JohnMueller/posts/HZf3KDP1Dm8\" target=\"_blank\">announced</a> today that Google will be discontinuing its support for authorship in search results.</p>\n<blockquote><p>We’ve gotten lots of useful feedback from all kinds of webmasters and users, and we’ve tweaked, updated, and honed recognition and displaying of authorship information. Unfortunately, we’ve also observed that this information isn’t as useful to our users as we’d hoped, and can even distract from those results. With this in mind, we’ve made the difficult decision to stop showing authorship in search results.</p></blockquote>\n<p>In June 2014, author photos were <a href=\"http://searchengineland.com/google-plays-authorship-search-results-dropping-profile-image-google-circle-count-195163\" target=\"_blank\">dropped from search results</a> in order to reduce clutter in the design, according to Mueller. Today’s announcement means that the rel=author markup will no longer be tracked on websites.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2013/09/cutts.jpg\" rel=\"prettyphoto[29438]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2013/09/cutts.jpg?resize=472%2C280\" alt=\"Google authorship in action\" class=\"size-full wp-image-9315\" /></a>Google authorship in action\n<p>Authorship was an experiment that Google had been running for the past three years. Mueller reported that their tests showed that removing authorship generally does not seem to reduce traffic to sites, nor does it make it more likely that users will click on ads. The change was allegedly implemented to improve users’ experience.</p>\n<p>Although the authorship schema is no longer used to identify a post’s author in search results, Mueller says there’s no need to be in a rush to remove it from your code. “We’re no longer using it for authorship, we treat it like any other markup on your pages. Leaving it is fine, it won’t cause problems (and perhaps your users appreciate being able to find out more about you through your profile too),” he said.</p>\n<p>Jetpack 2.5 introduced an easy way for WordPress users to <a href=\"http://wptavern.com/automatically-add-google-authorship-to-wordpress-posts-with-jetpack-2-5\" target=\"_blank\">add authorship to posts</a>. Representatives from the Jetpack team were not immediately available to comment on whether or not the plugin will shed the dead weight of authorship in the next release. There are many other WordPress <a href=\"http://wordpress.org/plugins/search.php?q=google+authorship\" target=\"_blank\">plugins that add Google authorship</a>, though not as elegantly as Jetpack did. Several major SEO plugins also incorporate ways to add authorship to posts. The authorship-related functionality in these plugins is now obsolete.</p>\n<p>Mueller emphasized that even though authorship is being discontinued, Google will continue its support for structured markup:</p>\n<blockquote><p>Going forward, we’re strongly committed to continuing and expanding our support of structured markup (such as <a href=\"http://schema.org/\" target=\"_blank\">schema.org</a>). This markup helps all search engines better understand the content and context of pages on the web, and we’ll continue to use it to show rich snippets in search results.</p></blockquote>\n<p>Many SEO specialists have speculated that linking authorship to Google+ profiles was a ploy to get more people to use Google+, a product that has failed to gain momentum. Fans of the authorship feature are baffled by its removal, given that Google’s research indicates that it doesn’t seem to affect search results. From a user’s standpoint, seeing an author you recognize can be tremendously beneficial when selecting among similar search results.</p>\n<p>Google is well known for experimenting with features and products and killing them off as soon as tests show that they are no longer valuable. It’s not clear whether or not authorship will be reincarnated in some other form down the road. If you’re using a WordPress plugin that adds authorship to your site for SEO purposes, you are safe to disable it, as Google is no longer interested in that data.</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, 29 Aug 2014 01:25:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: ProWordPress Subreddit Passes 1,000 Subscribers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"http://wptavern.com/prowordpress-subreddit-passes-1000-subscribers?utm_source=rss&utm_medium=rss&utm_campaign=prowordpress-subreddit-passes-1000-subscribers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4264:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/reddit.jpg\" rel=\"prettyphoto[29393]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/reddit.jpg?resize=877%2C399\" alt=\"reddit\" class=\"aligncenter size-full wp-image-29436\" /></a></p>\n<p>Earlier this year we featured the <a href=\"http://www.reddit.com/r/ProWordPress/\" target=\"_blank\">/r/ProWordPress </a> subreddit on a post exploring various <a href=\"http://wptavern.com/add-these-subreddits-to-your-list-of-wordpress-watering-holes\" target=\"_blank\">WordPress watering holes</a>. If you’re not familiar with subreddits, they are essentially focused topics where where registered users can vote article submissions “up” or “down.” Subscribing to a subreddit allows you to hone in on specific topics where you have an interest.</p>\n<p>/r/ProWordPress was started by Brad Williams, CEO of <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> and author of <a href=\"http://www.amazon.com/Professional-WordPress-Plugin-Development-Williams/dp/0470916222\" target=\"_blank\">Professional WordPress Plugin Development</a>. As a developer, Williams has a strong interest in exploring more technical topics surrounding WordPress. The group recently passed 1,000 subscribers (currently at 1,027 readers) and continues to grow.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/prowordpress-subreddit.png\" rel=\"prettyphoto[29393]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/prowordpress-subreddit.png?resize=743%2C309\" alt=\"prowordpress-subreddit\" class=\"aligncenter size-full wp-image-29421\" /></a></p>\n<p>“I started the r/ProWordPress subreddit to focus on more advanced WordPress topics,” Williams told the Tavern. “<a href=\"http://www.reddit.com/r/Wordpress\" target=\"_blank\">r/WordPress</a> is great but will always have more beginner users, so it’s hard for the more advanced topics to surface. <strong>r/ProWordPress is a smaller, more focused subreddit with a focus on advanced WP topics.</strong>”</p>\n<p>As the subreddit has grown, r/ProWordPress has become one of William’s main sources of news on WordPress development. More subscribers translates into a wider reach of advanced topics as well as more voting users to curate the quality of articles that float to the top. Williams has the ability to moderate the topics submitted but reports that, unless you have a highly active subreddit, very little work is required.</p>\n<p>With WordPress now powering <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">more than 23% of all websites online</a>, the community surrounding the software is growing at breakneck speed. People are working with WordPress every day, building businesses on top of it, and are seeking out places online to learn from each other. Matt Mullenweg recently jumped in on the <a href=\"http://wptavern.com/matt-mullenweg-hosts-impromptu-qa-session-on-facebook\" target=\"_blank\">Advanced WordPress group on Facebook</a>, which has accrued more than 9,000 members. This group explores a wide range of WordPress-related topics but may not appeal to everyone.</p>\n<p>While some WordPress users enjoy interacting on Facebook, others are taking to forums such as <a href=\"http://wptavern.com/wpchat-relaunches-as-a-forum-dedicated-to-wordpress\" target=\"_blank\">WP Chat</a>. Different kinds of groups are popping up, reflecting the various interaction styles that WordPress community members use to connect.</p>\n<p><strong>“WordPress has such a large user base that it’s hard to have a one size fits all area for all topics,”</strong> Williams said. In his corner of the internet, he hopes that /r/ProWordPress will continue to be a nice place to share and read about more advanced topics. In some ways Reddit combines the best aspects of both Twitter and forums, in that you can share articles, vote, and comment to enter into discussions with other members. If advanced WordPress development falls within your wheelhouse, make sure to drop by the <a href=\"http://www.reddit.com/r/ProWordPress/\" target=\"_blank\">/r/ProWordPress </a> subreddit and subscribe to new topics.</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, 28 Aug 2014 23:15: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: WP Settings Generator: Quickly Create a Custom Options Page Using the WordPress Settings API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=29385\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:246:\"http://wptavern.com/wp-settings-generator-quickly-create-a-custom-options-page-using-the-wordpress-settings-api?utm_source=rss&utm_medium=rss&utm_campaign=wp-settings-generator-quickly-create-a-custom-options-page-using-the-wordpress-settings-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3454:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/switches.png\" rel=\"prettyphoto[29385]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/switches.png?resize=949%2C461\" alt=\"photo credit: Leo Reynolds - cc\" class=\"size-full wp-image-29409\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/lwr/7293237710/\">Leo Reynolds</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Yesterday we featured a plugin, created by application developer Jeroen Sormani, that <a href=\"http://wptavern.com/wp-dashboard-notes-clones-google-keep-in-the-wordpress-dashboard\" target=\"_blank\">clones Google Keep functionality in the WordPress dashboard</a>. Sormani has produced a number of other interesting experiment with WordPress, including a little known tool for generating WordPress settings.</p>\n<p>The <a href=\"http://wpsettingsapi.jeroensormani.com/\" target=\"_blank\">WP Settings Generator</a> is a tool for plugin and theme developers. It generates a custom options page that is fully compatible with the <a href=\"http://codex.wordpress.org/Settings_API\" target=\"_blank\">WordPress Settings API</a> standards. The tool is similar to the kinds of generators found at <a href=\"http://generatewp.com/\" target=\"_blank\">GenerateWP</a>, which lacks a tool for creating settings.</p>\n<p>On the config tab you can enter your plugin/theme name, plugin prefix, and text domain. Select your menu position and then proceed to the next tab.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/settings-generator.png\" rel=\"prettyphoto[29385]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/settings-generator.png?resize=730%2C417\" alt=\"settings-generator\" class=\"aligncenter size-full wp-image-29387\" /></a></p>\n<p>The next screen provides a drag-and-drop interface for adding settings fields:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/settings-fields.png\" rel=\"prettyphoto[29385]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/settings-fields.png?resize=974%2C662\" alt=\"settings-fields\" class=\"aligncenter size-full wp-image-29388\" /></a></p>\n<p>Once you have added all your fields, you will be presented with your customized settings code, which you can scroll through and copy to your plugin. Although it is designed to create settings pages for themes or plugins, the general consensus these days is that it’s preferable to utilize the native customizer for theme settings.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/the-code.png\" rel=\"prettyphoto[29385]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/the-code.png?resize=974%2C551\" alt=\"the-code\" class=\"aligncenter size-full wp-image-29390\" /></a></p>\n<p>After reviewing your code, you have the opportunity to leave a personalized review of the generator. If you find that the code you receive has any errors or seems off, make sure to let Sormani know with a quick comment.</p>\n<p>Of course, using a settings generator isn’t going to help you learn how the WordPress Settings API works, but it does give you a quick start for creating options. It’s not so much of a teaching tool but rather designed to eliminate the rote task of writing your own settings. <a href=\"http://wpsettingsapi.jeroensormani.com/\" target=\"_blank\">Check it out</a> and let us know if it ends up saving you time.</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, 28 Aug 2014 21:03:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:27:\"Matt: Everything Is Bloated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44042\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/everything-isbloated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p>Tom McFarlin writes <a href=\"http://tommcfarlin.com/everything-is-bloated/\">Everything Is Bloated, Nothing Is Good</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:\"Thu, 28 Aug 2014 17:30: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: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: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:68:\"WPTavern: An Easy Way To Notify Users When Their Comment Is Approved\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29371\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:180:\"http://wptavern.com/an-easy-way-to-notify-users-when-their-comment-is-approved?utm_source=rss&utm_medium=rss&utm_campaign=an-easy-way-to-notify-users-when-their-comment-is-approved\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2475:\"<p>By default, WordPress doesn’t notify users when their comments are approved from the moderation queue. If you’d like to change that, consider using the <a title=\"http://wordpress.org/plugins/comment-approved/\" href=\"http://wordpress.org/plugins/comment-approved/\">Comment Approved</a> plugin by <a title=\"http://media-enzo.nl/\" href=\"http://media-enzo.nl/\">Niels van Renselaar</a>. The plugin is simple to use and configure. After it’s installed and activated, you’ll find the settings in <strong>Settings > Comment Approved</strong>. It’s important to note that even when the plugin is activated, it won’t send out notifications unless you check mark the box to enable the comment approved message.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/CommentApprovedSettings.png\" rel=\"prettyphoto[29371]\"><img class=\"size-full wp-image-29372\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/CommentApprovedSettings.png?resize=1014%2C561\" alt=\"Click The Checkbox To Enable The Comment Approved Message\" /></a>Click The Checkbox To Enable The Comment Approved Message\n<p>The text area is populated with a default message using the only two shortcodes available. You can customize this message using standard HTML. Here is what the default message looks like in an email.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/CommentApprovedEmailContent.png\" rel=\"prettyphoto[29371]\"><img class=\"size-full wp-image-29373\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/CommentApprovedEmailContent.png?resize=726%2C210\" alt=\"Default Approved Message Email Content\" /></a>Default Approved Message Email Content\n<p>While I like the default behavior to notify users when their comment is approved, you can use this plugin to award first time commenters. For example, you can send them a link to a free eBook or a different promotional item. Once the user’s comment is approved, they won’t see the approval message again.</p>\n<p>It’s strange that comment approval notifications are not part of the default behaviour of WordPress. I think it makes sense, especially if the front-end notifies them that their comment may be held in moderation. While I doubt this plugin will prevent commenters from getting in touch with site administrators to figure out why their comment is not displaying on the site, at least they’ll know when it’s approved.</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, 28 Aug 2014 07:49: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:\"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: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:81:\"WPTavern: Jason Schuller Shares His Experience Running a WordPress Theme Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=29349\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"http://wptavern.com/jason-schuller-shares-his-experience-running-a-wordpress-theme-business?utm_source=rss&utm_medium=rss&utm_campaign=jason-schuller-shares-his-experience-running-a-wordpress-theme-business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4642:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/Press75LogoFeaturedImage.jpg\" rel=\"prettyphoto[29349]\"><img class=\"aligncenter size-full wp-image-15225\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/Press75LogoFeaturedImage.jpg?resize=650%2C200\" alt=\"Press75 Logo Featured Image\" /></a></p>\n<p>Jason Schuller who was the previous owner of <a title=\"http://press75.com/\" href=\"http://press75.com/\">Press75.com</a>, has <a title=\"https://medium.com/@jschuller/a-brief-history-of-a-wordpress-theme-business-3847e16fcba4\" href=\"https://medium.com/@jschuller/a-brief-history-of-a-wordpress-theme-business-3847e16fcba4\">published a great post</a> detailing his experience of running a WordPress commercial theme business from 2008-2014. While Schuller describes a variety of ups and downs he encountered while running the business, I thought his reasoning for losing his way in 2010 was fascinating.</p>\n<blockquote><p>As WordPress became increasingly more complex and option rich, so did the demand for themes. The proverbial “gold rush” of the WordPress world hit and new shops were launching almost weekly with themes that were powered by complex frameworks including endless layout, customization, style options and “shortcodes”. In 2010 I began to focus more on the “bar” that had been set by the market and less on why I started Press75 to begin with.</p></blockquote>\n<p>Instead of continuing to focus on what he was so good at doing, he started developing themes to cater to the market which was outside of his passion. The increase in complexity in WordPress coupled with various development techniques he implemented in his catalog of 20 themes became a huge burden, especially when it came to support. One piece of advice Schuller shares that I think is important and hits home for many commercial theme authors is to <span class=\"pullquote alignleft\">never forget who you are and what your own style is. Be inspired by what others are doing, but always stay true to yourself.</span></p>\n<p>Schuller is not the first person to learn this lesson the hard way. When <a title=\"https://upthemes.com/open-letter/\" href=\"https://upthemes.com/open-letter/\">UpThemes announced</a> a complete restructuring of their theme business in early 2014, they cited poor infrastructure as one of the main culprits of creating a large demand for support.</p>\n<blockquote><p>Building the themes was easy enough, but then selling, deploying, supporting, updating, and generally making a profit on them was something we struggled with, mightily. With every theme, we introduced a ton of new code that had to be supported and maintained. This was at a time when WordPress was still changing the way themes worked. It made development more difficult.</p></blockquote>\n<p>One of the things Schuller wished he had done is to hire the right people once the business became too much to handle. Not doing so put all of the pressure of running the business on his shoulders. In the post, he shares a few other lessons I think aspiring theme shop owners can learn from as well. If you’d like to hear Schuller tell his story, listen to this <a title=\"http://wptavern.com/interview-with-jason-schuller-founder-of-press75-com\" href=\"http://wptavern.com/interview-with-jason-schuller-founder-of-press75-com\">special interview</a> I did with him early in 2014.</p>\n<div class=\"audio-shortcode-wrap\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/01/Press75LogoFeaturedImage.jpg?resize=175%2C131\" alt=\"Press75 Logo Featured Image\" class=\"landscape thumbnail post-thumbnail audio-image\" /><!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"http://wptavern.com/wp-content/uploads/2014/01/Interview-With-Jason-Schuller.mp3\">http://wptavern.com/wp-content/uploads/2014/01/Interview-With-Jason-Schuller.mp3</a></div><div class=\"media-shortcode-extend\"><div class=\"media-info audio-info\"><ul class=\"media-meta\"><li><span class=\"prep\">Run Time</span> <span class=\"data\">50:36</span></li><li><span class=\"prep\">Artist</span> <span class=\"data\">Jeff Chandler</span></li><li><span class=\"prep\">File Name</span> <span class=\"data\"><a href=\"http://wptavern.com/wp-content/uploads/2014/01/Interview-With-Jason-Schuller.mp3\">Interview-With-Jason-Schuller.mp3</a></span></li><li><span class=\"prep\">File Size</span> <span class=\"data\">28.96 MB</span></li><li><span class=\"prep\">File Type</span> <span class=\"data\">MP3</span></li><li><span class=\"prep\">Mime Type</span> <span class=\"data\">audio/mpeg</span></li></ul></div><button class=\"media-info-toggle\">Audio Info</button></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Aug 2014 07:34: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:\"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:77:\"WPTavern: WPWeekly Episode 160 – The Founder Of BruteProtect, Sam Hotchkiss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29356&preview_id=29356\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"http://wptavern.com/wpweekly-episode-160-the-founder-of-bruteprotect-sam-hotchkiss?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-160-the-founder-of-bruteprotect-sam-hotchkiss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4191:\"<p>In this weeks show, <a title=\"http://marcuscouch.com/\" href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by the founder of <a title=\"https://bruteprotect.com/\" href=\"https://bruteprotect.com/\">BruteProtect</a>, Sam Hotchkiss. We learn the circumstances which lead to the birth of BruteProtect and how it operates. Hotchkiss explains the details of the <a title=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\" href=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\">acquisition with Automattic</a> and how it will be rolled into Jetpack. While some people are not happy that it’s being added to Jetpack, we discuss why it’s a huge win. Last but not least, Hotchkiss explains the process he went through to obtain funding and offers advice to plugin authors who may find themselves in the same position.</p>\n<h2>Stories Discussed:</h2>\n<p><a title=\"http://wptavern.com/wordpress-4-0-adds-custom-icons-to-the-plugin-installer\" href=\"http://wptavern.com/wordpress-4-0-adds-custom-icons-to-the-plugin-installer\">WordPress 4.0 Adds Custom Icons to the Plugin Installer</a><br />\n<a title=\"http://wptavern.com/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><br />\n<a title=\"http://wptavern.com/buddypress-2-1-beta-1-now-available-for-testing\" href=\"http://wptavern.com/buddypress-2-1-beta-1-now-available-for-testing\">BuddyPress 2.1 Beta 1 Now Available for Testing</a><br />\n<a title=\"http://wptavern.com/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><br />\n<a title=\"http://wptavern.com/wordpress-4-0-release-candidate-now-available-for-testing\" href=\"http://wptavern.com/wordpress-4-0-release-candidate-now-available-for-testing\">WordPress 4.0 Release Candidate Now Available for Testing</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a title=\"http://wordpress.org/plugins/wp-admin-quicknav/\" href=\"http://wordpress.org/plugins/wp-admin-quicknav/\">WP Admin Quicknav</a> adds a simple dropdown box at the top admin edit screens allowing you to quickly jump from one page, post, or custom post type to the next without having to return to the respective listing page. This is easily customized and can be really handy for saving time navigating to specific admin pages.</p>\n<p><a title=\"http://wordpress.org/plugins/comment-approved/\" href=\"http://wordpress.org/plugins/comment-approved/\">Comment Approved</a> can be used to notify a user when their comment is approved. This is a great way to keep the communication channel open between you and your loyal readers. You can customize the approval notification enabling you to reward those who participate. This could include an ebook, a link to special content, etc.</p>\n<p><a title=\"http://wordpress.org/plugins/wp-is-mobile-text-widget/\" href=\"http://wordpress.org/plugins/wp-is-mobile-text-widget/\">WP Is Mobile Text Widget</a> adds a text widget that switches the display text using the <em>wp_is_mobile()</em> function depending on whether the device is mobile or not. This is a great enhancement for delivering a simple, custom piece of text content based on the detection of a mobile browser.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, September 3rd 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 #160:</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, 28 Aug 2014 07:30: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:\"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: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:81:\"WPTavern: WP Dashboard Notes Plugin Clones Google Keep in the WordPress Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=29322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:192:\"http://wptavern.com/wp-dashboard-notes-clones-google-keep-in-the-wordpress-dashboard?utm_source=rss&utm_medium=rss&utm_campaign=wp-dashboard-notes-clones-google-keep-in-the-wordpress-dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3991:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-dashboard-notes.jpg\" rel=\"prettyphoto[29322]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-dashboard-notes.jpg?resize=772%2C250\" alt=\"wp-dashboard-notes\" class=\"aligncenter size-full wp-image-29326\" /></a></p>\n<p>Dashboard notes can come in handy when working with multiple people on a WordPress site. Even when working alone, you can use notes to collect ideas for posts or to remind yourself of important publishing-related tasks and ways to promote your posts. While there are many varying plugins devoted to creating sticky notes in the dashboard, the new <a href=\"http://wordpress.org/plugins/wp-dashboard-notes/\" target=\"_blank\">WP Dashboard Notes</a> plugin stands out with an interesting implementation that mirrors Google’s popular note-taking service.</p>\n<p>Google junkies will notice that the color scheme of the notes is strangely similar to that of Google Keep, if not identical. The note creation and management process is also very similar in that there is no save button for editing and everything is saved automatically in the background.</p>\n<p>WP Dashboard Notes doesn’t add any admin menus. Once installed, you can create a new note by clicking “Add Note” under Screen Options in the upper right corner. After you create your first note, you can add new notes from the black bar within existing notes.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/add-note.png\" rel=\"prettyphoto[29322]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/add-note.png?resize=976%2C291\" alt=\"add-note\" class=\"aligncenter size-full wp-image-29331\" /></a></p>\n<p>A new note pops into your dashboard, which you can now edit and skin with one of the preset colors. Like Google Keep, notes can be set as a single note or a list. Users also have the option to set the visibility to ‘Everyone’ or ‘Private.’ Here’s a quick demo:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-dashboard-notes.gif\" rel=\"prettyphoto[29322]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wp-dashboard-notes.gif?resize=578%2C473\" alt=\"wp-dashboard-notes\" class=\"aligncenter size-full wp-image-29333\" /></a></p>\n<p>WP Dashboard Notes contains virtually all the same capabilities of Google Keep, minus the ability to upload images. The plugin’s features include:</p>\n<ul>\n<li>Colored notes</li>\n<li>List notes or regular notes</li>\n<li>Public or private notes</li>\n<li>Edit on dashboard</li>\n<li>Add as many notes as you like</li>\n<li>Drag and drop list items</li>\n<li>No save button needed</li>\n</ul>\n<p>Multiple notes arranged together create a colorful dashboard full of ideas and users will see public notes upon logging in.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/notes.png\" rel=\"prettyphoto[29322]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/notes.png?resize=1025%2C470\" alt=\"notes\" class=\"aligncenter size-full wp-image-29338\" /></a></p>\n<p>After testing the plugin I found that it was simple and intuitive to use. The plugin, created by application developer <a href=\"http://www.jeroensormani.com/\" target=\"_blank\">Jeroen Sormani</a>, elegantly merges WordPress and Google Keep functionality to create a useful addition to the dashboard.</p>\n<p>You can customize the colors by overriding the plugin’s CSS from another stylesheet. Additional color palettes and per-user visibility settings might make the plugin even more fun, but for now Sormani has kept it delightfully simple.</p>\n<p>If you need note-taking capabilities for better collaboration in the dashboard, this plugin works as advertised and goes far beyond most other dashboard notes plugins. <a href=\"http://wordpress.org/plugins/wp-dashboard-notes/\" target=\"_blank\">WP Dashboard Notes</a> is available for free from WordPress.org.</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, 27 Aug 2014 22:41: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: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:68:\"WPTavern: Matt Mullenweg Hosts Impromptu Q&A Session On Facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=29278\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:170:\"http://wptavern.com/matt-mullenweg-hosts-impromptu-qa-session-on-facebook?utm_source=rss&utm_medium=rss&utm_campaign=matt-mullenweg-hosts-impromptu-qa-session-on-facebook\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7047:\"<p>WordPress co-creator, Matt Mullenweg, stopped by the <a title=\"https://www.facebook.com/groups/advancedwp/\" href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facebook group</a> and participated in a WordPress edition of <a title=\"http://www.reddit.com/r/AMA/\" href=\"http://www.reddit.com/r/AMA/\">ask me anything</a>. After receiving a warm welcome from the group, Mullenweg outlined what types of questions he would answer.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/MattMullenwegAdvancedWPFacebookGroup.png\" rel=\"prettyphoto[29278]\"><img class=\"size-full wp-image-29312\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/MattMullenwegAdvancedWPFacebookGroup.png?resize=504%2C233\" alt=\"Rules Of Engagement\" /></a>Rules Of Engagement\n<p>Once the gates were opened, the questions started pouring in. Here are a few of my favorites along with Mullenweg’s answers.</p>\n<p><strong>What is the most important thing we can do to support and bring value to WordPress?</strong></p>\n<p><em>Everyone really sets their own path. Think about the thing that makes you happiest, what you consider your gift that you can share with the world, or something that you want to learn a lot more about.</em></p>\n<p><strong>What are your thoughts on the businesses and entire industries that are built around WordPress and what opportunities do you see in the future?</strong></p>\n<p><em>I think it’s awesome there are whole industries built on WordPress, that was part of the idea from very early on. It’s counter-intuitive, but I actually think one of bigger opportunities is in consulting and building sites right now. WordPress can get people 90% of the way there, but that last 10% represents a lot of opportunity for clients from the Fortune 500 to the smallest personal sites.</em></p>\n<p><strong>I’m curious about Automattic’s policy about unlimited vacation days. I have never heard of this policy anywhere else. How does that play out? Seems like such an awesome place to work.</strong></p>\n<p><em>I think open vacation policies are becoming more common, here’s an article that covers the pros and cons fairly well and says 1% of companies offer them now: <a href=\"http://www.businessinsider.com/pros-and-cons-of-unlimited-vacation-2013-12\" target=\"_blank\" rel=\"nofollow\">The Pros And Cons Of Unlimited Vacation Policies</a></em></p>\n<p><em>I think it really comes down to hiring. With the right people you can have very liberal policies like this because people think about the organization as a whole and do the right thing. If anything we sometimes have to encourage people to take a bit more time off, something I don’t always set the best example of but I’m trying this week. I’ll be completely offline Thursday through Sunday.</em></p>\n<p><strong>Is the Codex really going to disappear eventually?</strong></p>\n<p><em>We’re not going to take down the Codex until we have something better to replace it. It’s more likely you’ll just see more links default to someplace new and Codex traffic will trail off until at some point, we’ll put it into archive mode.</em></p>\n<p><strong>Do you think now that JSON support in WordPress core is coming, should it be used over RSS for building things like Mobile Apps? What you would recommend?</strong></p>\n<p><em>Whether you use the prototype JSON API or RSS for a mobile app I would say depends a lot on what it does. Think of the JSON API more as replacing XML-RPC.</em></p>\n<p><em>What would be great for everyone is to start to try and build applications on top of the prototype API, and let the team know where you get stuck or find things hard to understand. I’m extremely anxious to have a cleaner API in core, but I feel strongly that it should remain a plugin until we’ve built a few independent third-party applications on top of it when it’s in plugin form, utilizing every aspect of the API, so we know where it works well and where it’s lacking.</em></p>\n<p><em>This is a lesson I’ve learned from my experience at Automattic. You can never design a perfect API and anticipate all needs, you really need to use it to solve real problems a few times before you can iterate it to have it be something that works well and that you’ll want to support for many years to come.</em></p>\n<p>This is just a sample of the questions and answers within the conversation that took place on Facebook. If you want to see the rest of them, you’ll need to join the<a title=\"https://www.facebook.com/groups/advancedwp/\" href=\"https://www.facebook.com/groups/advancedwp/\"> Advanced WordPress group</a> on Facebook. It’s free and the moderators are quick to approve new members.</p>\n<h2>I’d Like To See More Of These Types Of Events</h2>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/bucky-box-opensource-matt-mullenweg.jpg\" rel=\"prettyphoto[29278]\"><img class=\"size-full wp-image-29315\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/bucky-box-opensource-matt-mullenweg.jpg?resize=1025%2C742\" alt=\"Conversation With Matt\" /></a>Image Courtesy of <a title=\"http://blog.buckybox.com/2014/06/opening-up-the-secret-sauce-open-sourcing-bucky-box/\" href=\"http://blog.buckybox.com/2014/06/opening-up-the-secret-sauce-open-sourcing-bucky-box/\">Bucky Box</a>\n<p>This was just a sample of the questions and answers within the conversation. If you want to see the rest of them, you’ll need to <a title=\"https://www.facebook.com/groups/advancedwp/\" href=\"https://www.facebook.com/groups/advancedwp/\">join the Facebook group</a>. It’s free and the moderators are quick to approve new members.</p>\n<p>Seeing Mullenweg join the Facebook Group and then participate by answering questions was a shock to me. I know from experience that he likes to hang out where discussions of WordPress are taking place but it’s rare that I see him participate in the discussions, let alone host an impromptu Q&A session.</p>\n<p>I’d like to see more of these types of events from Mullenweg whether it be on his blog or through a medium of his choice. Perhaps once a month, he can hold a Q&A session at a different WordPress hangout.</p>\n<p>The community can be a fickle bunch but I think it would be beneficial if he participated in more discussions outside of what’s going on in core. In <a title=\"http://www.mattcromwell.com/coder-troll-matt-mullenweg-walk-bar/\" href=\"http://www.mattcromwell.com/coder-troll-matt-mullenweg-walk-bar/\">his roundup post</a>, Matt Cromwell hits the nail on the head on what it means to some folks to have a direct conversation with Mullenweg.</p>\n<blockquote><p>I hope Mullenweg drops by again in the future. For him it may have been a quick dip into the WP Community. But for boat loads of WordPress developers, it was the highlight of the week.</p></blockquote>\n<p>Just out of curiosity, if you had one question to ask Mullenweg, what would it be?</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, 27 Aug 2014 18:52: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: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: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:79:\"Lorelle on WP: Two WordPress College Classes Offered at Clark College This Fall\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://lorelle.wordpress.com/?p=11855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://lorelle.wordpress.com/2014/08/27/two-wordpress-college-classes-offered-at-clark-college-this-fall/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:482:\"The WordPress I CTEC 160 courses at Clark College are about to close and there are still seats open in the Monday/Wednesday classes. This fall there are two times to choose from. Days from 1-3:30PM and evenings from 6:30-9PM. The 5-credit course covers the basics of WordPress, from content to design. Much of the classwork […]<img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=lorelle.wordpress.com&blog=72&post=11855&subd=lorelle&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:\"Wed, 27 Aug 2014 18:08: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:17:\"Lorelle VanFossen\";s: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:52:\"WPTavern: WP Tech Event Will No Longer Be a 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:28:\"http://wptavern.com/?p=29222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"http://wptavern.com/wp-tech-event-will-no-longer-be-a-wordcamp?utm_source=rss&utm_medium=rss&utm_campaign=wp-tech-event-will-no-longer-be-a-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7380:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/nantes-featured.jpg\" rel=\"prettyphoto[29222]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/07/nantes-featured.jpg?resize=1025%2C493\" alt=\"nantes-featured\" class=\"aligncenter size-full wp-image-26172\" /></a></p>\n<p>WP Tech is “breaking up with WordCamp,” according to co-organizer <a href=\"http://wabeo.fr/\" target=\"_blank\">Willy Bahuaud</a>. The developer-centric event, previously called <a href=\"http://wptavern.com/nantes-france-to-host-a-wordcamp-for-developers-in-november\" target=\"_blank\">WordCamp Nantes WP Tech</a>, is set to be held at the end of November and was welcomed as France’s second official WordCamp.</p>\n<p>During the course of working with <a href=\"http://central.wordcamp.org/\" target=\"_blank\">WordCamp Central</a>, the organizers decided to opt out of keeping WP Tech under the WordCamp umbrella due to a number of conflicts.</p>\n<p>“WordCamp Central gave us too many constraints, and we would not have been able to create a great technical event about WordPress,” co-organizer Daniel Roch told the Tavern. “It will be an independent WordPress tech event, like other great events such as Pressnomics, WPSessions, WordSesh or WordUps.”</p>\n<p>The organizing team found that some of the WC Central rules would have forced them to change the core concept of WP Tech. “In our case, we wanted to hold WP Tech as a national event, inviting speakers from France to a provincial town (Nantes),” said Bahuaud. However, this poses a problem, as WordCamps are meant to be <a href=\"http://plan.wordcamp.org/planning-details/speakers/\" target=\"_blank\">local events</a> and the majority of speakers have to be from the city where the event takes place.</p>\n<p>The second critical conflict they encountered was regarding speaker expenses. “We want to cover speakers’s travel cost. WordCamp central was very firm with this point: we can’t. The WP Tech team was told that the only people’s expenses that can be covered are those who appear on the sidebar of <a href=\"http://wordpress.org/about/\" target=\"_blank\">WordPress’ about page</a>.</p>\n<p>“WC Central’s position is that traveling to speak at a conference is a legitimate business expense,” Bahuaud said. “But we think it’s not. We believe that if people spent time to prepare a conference, it’s normal to cover their $200 (on average) travel and accommodation costs.”</p>\n<p>Additionally, Bahuaud reports that the requirement to use the WordCamp platform for the event’s website was problematic, since it doesn’t allow for extensive customization. The event branding requirements were also an issue. Organizers changed the event name to “WordCamp Nantes WP Tech” but WC Central required further changes to make it compatible with guidelines.</p>\n<p>“Four months before the event, rules were still changing and we had to be accountable on each step. It was very frustrating, so we decided to break up with WordCamp, and make our event separate,” Bahuaud explained.</p>\n<h3>Cultural and Economic Differences Regarding Speaker Travel Guidelines</h3>\n<p><a href=\"https://twitter.com/jennybeaumont\" target=\"_blank\">Jenny Beaumont</a>, a WordPress developer and an active member of the French WordPress community, commented on the conflict with insight on the economic differences experienced by non-US event organizers:</p>\n<blockquote><p>In France, a majority of people in the WordPress community are freelancers, and as such, many of us have a legal status that’s called an ‘auto-entrepreneur’. It’s part of what is known as a micro-regime that gives us a tax break on social contributions, which are very imposing here (45% for regular business owners). </p>\n<p>The flip side to this is two-fold: 1) We have a ceiling on earnings, 2) We can’t deduct expenses. It’s this last fact that also influences the desire on the part of WordCamp organizers in France to want to reimburse speakers for their travels costs. WordCamp Paris has been doing it for years, though in light of recent events, may be prohibited from doing so in the future.</p></blockquote>\n<p>Whereas Americans are free to deduct work-related travel expenses as a business expense from their taxes, French speakers do not share that same privilege. At this point in time, WC Central guidelines don’t currently allow for flexibility on the issue of speaker travel, but the guidelines are not written in stone. WordCamp Central is open to further discussion on the matter.</p>\n<p>Andrea Middleton <a href=\"http://make.wordpress.org/community/2014/08/27/speaker-travel-for-wordcamps/\" target=\"_blank\">clarified the issue of speaker travel expenses</a> today on the make.wordpress.org Community blog. She highlighted the importance of WordCamps as local events and how paying for speaker travel costs doesn’t mesh well with that guideline:</p>\n<blockquote><p>WordCamps are locally-focused, so there’s an inherent disconnect between paying for people from out of town to speak at a WordCamp and that emphasis on local community. Local experts are assets to their communities all year round, whereas visiting speakers don’t typically serve as ongoing resources once they have returned to their home cities.</p></blockquote>\n<p>Middleton suggests the more cost-effective option of utilizing Skype or Google hangouts to pull in out-of-town speakers who are unable to cover their own travel expenses. The idea is that the WordCamp budget can be better used to serve the local community.</p>\n<p><strong>“A WordCamp’s primary focus is on connecting local community and lifting up local experts, rather than blowing our budgets on flying people around the world when technology can get them there so much faster,”</strong> she explained.</p>\n<p>Community members who want to advocate a different opinion on the guidelines have the opportunity to do so. Middleton invites discussion in the comments of her <a href=\"http://make.wordpress.org/community/2014/08/27/speaker-travel-for-wordcamps/\" target=\"_blank\">post</a>. She also plans to discuss the issue with contributors at the WordPress Community Summit in October, which will include WordCamp and meetup organizers from around the world. Data from WordCamp San Francisco’s new <a href=\"http://2014.sf.wordcamp.org/location/travel-assistance/\" target=\"_blank\">travel assistance program</a> may also factor into the discussion.</p>\n<p>Not every WordPress event has to be a WordCamp. It’s not a failure on the part of the organizers or WC Central if there are irreconcilable differences. If an event finds the WordCamp guidelines to be too problematic, organizers can host it as an independent event. WC Central exists to nurture local pockets of WordPress enthusiasm, but not every event will share that mission. There’s no mandate that all WordPress events have to be WordCamps and many successful events run outside of that umbrella.</p>\n<p>Do you think the economic differences in other countries are an influencing factor regarding the creation of new WordCamps? Should cultural and economic differences come into play when it comes to officially-sanctioned WordCamp events?</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, 27 Aug 2014 17:11:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:26:\"Matt: How The Sun Sees 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44036\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/how-the-sun-seesyou/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"<p><span class=\"embed-youtube\"></span></p>\n<p>This video really makes you want to wear sunblock, something I haven’t been as good about this week. (Sorry Mom!) <cite>Hat tip: <a href=\"http://www.sararosso.com/\">Sara Rosso</a>.</cite></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, 27 Aug 2014 17: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: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: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:67:\"WPTavern: WordPress 4.0 Release Candidate 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=29281\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"http://wptavern.com/wordpress-4-0-release-candidate-now-available-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-4-0-release-candidate-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:2011:\"<p><a href=\"http://wordpress.org/news/2014/08/wordpress-4-0-release-candidate/\" target=\"_blank\">WordPress 4.0 RC 1</a> is now available for download. Helen Hou-Sandí announced the release candidate today with an update to the <a href=\"http://make.wordpress.org/core/version-4-0-project-schedule/\" target=\"_blank\">project schedule</a>. The official release was targeted for the week of August 25th but will likely be arriving the following week.</p>\n<p><strong>“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,”</strong> Hou-Sandí said in the release announcement.</p>\n<p>The easiest way to test RC1 is to put the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin on a test site and start running through all the <a href=\"http://wptavern.com/preview-wordpress-4-0-features-beta-1-now-available-for-testing\" target=\"_blank\">new features</a>, many of which are highlighted on the 4.0 about page in the admin (wp-admin/about.php). If you want a more in-depth look at the new features, Hou-Sandí <a href=\"http://wptavern.com/helen-hou-sandi-previews-wordpress-4-0-at-nyc-meetup\" target=\"_blank\">previewed WordPress 4.0</a> at a recent NYC Meetup and you can watch the video.</p>\n<p>The good news is that plugin and theme authors still have plenty of time to test their extensions against the release candidate for compatibility. Since <a href=\"http://wptavern.com/wordpress-4-0-adds-custom-icons-to-the-plugin-installer\" target=\"_blank\">WordPress 4.0 adds icons to the admin plugin installer</a>, plugin developers will want to put their custom icons in place to improve visibility among all the auto-generated ones.</p>\n<p>Over the past month of four beta releases, WordPress 4.0 has incorporated hundreds of fixes and refinements that make it truly a joy to use. Watch for the official release to drop sometime next week.</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, 27 Aug 2014 16:06:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:41:\"Dev Blog: 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3287\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2126:\"<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=\"http://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=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.0 RC1, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-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=\"http://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=\"http://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>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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: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:\"\";}}}}}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:63:\"WPTavern: Menu Humility: A Plugin to Put Plugins in Their Place\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"http://wptavern.com/menu-humility-a-plugin-to-put-plugins-in-their-place?utm_source=rss&utm_medium=rss&utm_campaign=menu-humility-a-plugin-to-put-plugins-in-their-place\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2017:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/menu-humility.png\" rel=\"prettyphoto[29253]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/menu-humility.png?resize=772%2C250\" alt=\"menu-humility\" class=\"aligncenter size-full wp-image-29256\" /></a></p>\n<p>Giving a plugin a top level admin menu between Dashboard and Posts is somewhat frowned upon among WordPress plugin developers. Although the <a href=\"http://codex.wordpress.org/Administration_Menus\" target=\"_blank\">Administration Menus</a> section of the WordPress codex doesn’t outright forbid top level menus above Posts, plugin authors are strongly encouraged to consider placing their plugin’s menu underneath an existing WordPress top-level menu.</p>\n<p>Nevertheless, many plugins assume a higher level of importance by placing their admin menus above WordPress’ core publishing features such as Posts, Comments, and Media. Jetpack is a prime example. As useful as the plugin is, its settings menu is not something that most users need to access more often than posts or comments.</p>\n<p>That’s why WordPress lead developer Mark Jaquith created <a href=\"http://wordpress.org/plugins/menu-humility/\" target=\"_blank\">Menu Humility</a>, a plugin that reassigns the menu location for errant menu items. For example, if you use it on a site with Jetpack installed, it will put its admin menu at the very bottom below Settings.</p>\n<p>Menu Humility is not a new plugin. In fact, it’s three years old – ancient in WordPress years. After testing the plugin today, I found that it’s still effective at stripping plugins of their assumed preeminence in the admin.</p>\n<p>The bottom line is that most plugins don’t require top billing. If you feel that a top level menu item constitutes a plugin getting too big for its britches, then install the <a href=\"http://wordpress.org/plugins/menu-humility/\" target=\"_blank\">Menu Humility</a> plugin to bring it back down to its place.</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, 27 Aug 2014 04:10: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:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Chris Wiegman on Why He Sold Better WP Security to iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:180:\"http://wptavern.com/chris-wiegman-on-why-he-sold-better-wp-security-to-ithemes?utm_source=rss&utm_medium=rss&utm_campaign=chris-wiegman-on-why-he-sold-better-wp-security-to-ithemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4755:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2013/12/chriswiegman.jpg\" rel=\"prettyphoto[29247]\"><img class=\"size-full wp-image-12530\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2013/12/chriswiegman.jpg?resize=250%2C250\" alt=\"WordPress Security Expert Chris Wiegman\" /></a>WordPress Security Expert Chris Wiegman\n<p>If you’ve ever wondered why Chris Wiegman sold Better WP Security to iThemes, he <a title=\"http://www.chriswiegman.com/2014/08/sold-better-wp-security/\" href=\"http://www.chriswiegman.com/2014/08/sold-better-wp-security/\">answers the question</a> in a post on his personal site. The birth of Better WP Security started off as a mixture of features from several of his favorite security plugins. “I started mashing together features of some of the plugins I liked while adding in some of the functionality we wanted as a department (like ‘Away mode’) to produce something that I could manage myself and would make sure I kept off of anyone’s radar by not being hacked,” Wiegman said.</p>\n<p>Wiegman goes on to describe the success the plugin had and how much money he was making in donations. At the peak of its popularity, it was downloaded over 1M times with $20,000 earned in donations. This prompted Wiegman to create a premium support channel. “It was so big I was no longer able to keep up and had to implement premium support only for folks who needed it. This was a new revenue stream and the first official revenue stream for the plugin.” The surge of popularity came at a time when Wiegman was teaching and reviewing books for APress. This severely limited the amount of time he had available to develop new features.</p>\n<h2>iThemes Enters The Picture</h2>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2013/10/ithemeslogo2.jpg\" rel=\"prettyphoto[29247]\"><img class=\"alignright size-full wp-image-10776\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2013/10/ithemeslogo2.jpg?resize=255%2C53\" alt=\"iThemes logo 2\" /></a>One day, the founder of iThemes, Cory Miller, reached out to Wiegman for support after he was locked out of his site. “What started out as a rather simple conversation quickly lead to something more. I realized that the medicine the project needed to get off life support wasn’t necessarily something I needed to provide myself but could in fact come in the form of selling the plugin to a group who had the resources to make more of it,” Wiegman said.</p>\n<p>According to the post, he reached out to a few other groups but stuck with iThemes because they had products that complimented a security plugin such as BackupBuddy and Exchange. Better WP Security was <a title=\"http://wptavern.com/ithemes-acquires-better-wp-security-plugin-and-hires-wordpress-security-expert-chris-wiegman\" href=\"http://wptavern.com/ithemes-acquires-better-wp-security-plugin-and-hires-wordpress-security-expert-chris-wiegman\">sold to iThemes on December 1st, 2013</a> and renamed to <a title=\"https://wordpress.org/plugins/better-wp-security/\" href=\"https://wordpress.org/plugins/better-wp-security/\">iThemes Security</a>. As part of the deal, Wiegman joined iThemes as a full-time employee to continue developing iThemes Security.</p>\n<h2>Not Every Plugin Has a Happy Ending</h2>\n<p>What I like most about Wiegman’s story is how a simple idea turns into a solid product. I think a lot of WordPress plugins are created because they scratch an itch or solve a problem. The plugin’s creator usually submits the plugin to the directory with a mindset that it can help others as well. Since WordPress is used on <a title=\"http://w3techs.com/\" href=\"http://w3techs.com/\">23% of the web</a>, there’s a good chance that a plugin distributed through the directory will help more than one person.</p>\n<p>While Wiegman’s tale has a happy ending, so many plugins never reach the type of adoption of Better WP Security. In fact, quite a few end up in a <a title=\"http://wptavern.com/could-wordpress-plugin-adoption-lower-the-rate-of-abandonment\" href=\"http://wptavern.com/could-wordpress-plugin-adoption-lower-the-rate-of-abandonment\">graveyard of abandonment</a> for any number of reasons. If you find yourself in this situation, read our guide on <a title=\"http://wptavern.com/how-to-adopt-a-plugin-or-put-it-up-for-adoption\" href=\"http://wptavern.com/how-to-adopt-a-plugin-or-put-it-up-for-adoption\">how to adopt a plugin and put one up for adoption.</a> It could end up being the next Better WP Security or <a title=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\" href=\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect\">BruteProtect</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, 27 Aug 2014 03:55:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:50:\"WPTavern: 3 Quick Ways to Create bbPress Test Data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=29172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"http://wptavern.com/3-quick-ways-to-create-bbpress-test-data?utm_source=rss&utm_medium=rss&utm_campaign=3-quick-ways-to-create-bbpress-test-data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5651:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/bbpress-test-data-feature.jpg\" rel=\"prettyphoto[29172]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/bbpress-test-data-feature.jpg?resize=766%2C380\" alt=\"bbpress-test-data-feature\" class=\"aligncenter size-full wp-image-29219\" /></a></p>\n<p><a href=\"http://bbpress.org/blog/2013/11/bbpress-2-5-released/\" target=\"_blank\">bbPress 2.5</a> introduced a host of new importers for AEF, Drupal, FluxBB, Kunena Forums (Joomla), MyBB, Phorum, PHPFox, PHPWind, PunBB, SMF, Xenforo and XMB, making it easier than ever to bring forums into WordPress. bbPress 2.5 also improved existing importers to include better support for importing stickies, topic tags, and forum categories.</p>\n<p>If you’re thinking about importing forums into bbPress or starting with a fresh installation, you may want to set up a test site first to see how different themes and plugins will work with your content. There’s nothing more tedious than trying to create a bunch of forums, topics, and replies manually, so you’ll need an automatic way to generate a bunch of demo data.</p>\n<p>In searching for bbPress demo data, I found that there’s no standard way to generate it. Several developers have created and shared their own tools. Depending on your development workflow, one method may prove easier than another, so we’ll check out all three.</p>\n<h3>XML: bbPress Unit Testing Data</h3>\n<p>The first option is a set of <a href=\"https://bbpress.trac.wordpress.org/ticket/2516\" target=\"_blank\">bbPress unit testing data</a> stored in an XML file, which allows you to import it via the standard WordPress import tool. The file was created by bbPress core commiter <a href=\"https://twitter.com/netweb\" target=\"_blank\">Stephen Edgar</a>. It gives you 17 forums, including 15 public, 1 private, and 1 hidden.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/xml-demo-data.png\" rel=\"prettyphoto[29172]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/xml-demo-data.png?resize=923%2C490\" alt=\"xml-demo-data\" class=\"aligncenter size-full wp-image-29187\" /></a></p>\n<p>The demo data includes multiple topics and replies and also a group of forums and categories based on the <a href=\"https://en.wikipedia.org/wiki/Nested_set_model\" target=\"_blank\">Nested set model</a>.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/forums.png\" rel=\"prettyphoto[29172]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/forums.png?resize=982%2C586\" alt=\"forums\" class=\"aligncenter size-full wp-image-29189\" /></a></p>\n<p>Technically, this unit testing data is still in process, as it’s currently hosted in <a href=\"https://bbpress.trac.wordpress.org/ticket/2516\" target=\"_blank\">a ticket on bbPress trac</a> and is open to further improvement.</p>\n<h3>Plugin: bbpFauxData</h3>\n<p><a href=\"https://github.com/MZAWeb/bbpFauxData\" target=\"_blank\">bbpFauxData</a> is another option created by WordPress developer <a href=\"http://mzaweb.com/\" target=\"_blank\">Daniel Dvorkin</a>. It’s a quick and dirty plugin to help you populate a bbPress instance with faux data which seems real, generated by the <a href=\"https://github.com/fzaninotto/Faker\" target=\"_blank\">Faker</a> PHP library, in order to test performance.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/bbpfauxdata.png\" rel=\"prettyphoto[29172]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/bbpfauxdata.png?resize=900%2C613\" alt=\"bbpfauxdata\" class=\"aligncenter size-full wp-image-29197\" /></a></p>\n<p>Once installed, you can set how many users, forums, topics and replies that you want to generate:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">\n$bfd = new bbpFauxData();\n\nconst USERS = 50;\nconst FORUMS = 5;\nconst TOPICS = 100;\nconst REPLIES = 1000;\n\nfor ( $i = 0; $i < USERS; $i++ ) {\n $bfd->generate_user();\n}\n\nfor ( $i = 0; $i < FORUMS; $i++ ) {\n $bfd->generate_forum();\n}\n\nfor ( $i = 0; $i < TOPICS; $i++ ) {\n $bfd->generate_topic();\n}\n\nfor ( $i = 0; $i < REPLIES; $i++ ) {\n $bfd->generate_reply();\n}</pre>\n<p>This plugin gives you a little more control over how much demo data you want to generate, as it is geared more towards testing performance. Dvorkin suggests that you bump up the ‘max_execution_time’ and ‘memory_limit’, if implementing this data at higher numbers.</p>\n<h3>Plugin: Test Data for bbPress</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/bbpress-test-data.jpg\" rel=\"prettyphoto[29172]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/bbpress-test-data.jpg?resize=772%2C459\" alt=\"bbpress-test-data\" class=\"aligncenter size-full wp-image-29214\" /></a></p>\n<p><a href=\"http://www.epicwebs.co.uk/bbpress-tutorials/test-data-for-bbpress-plugin/\" target=\"_blank\">Test Data for bbPress</a> is a plugin created by <a href=\"http://www.epicwebs.co.uk/\" target=\"_blank\">Rob Mehew</a>, who needed demo data while developing a theme. The plugin creates the following:</p>\n<ul>\n<li>Adds a forum with nested forums</li>\n<li>Adds a forum with loads of topics</li>\n<li>Adds a topic with loads of replies</li>\n</ul>\n<p>Test Data for bbPress was created for the purpose of testing themes and includes lorem ipsum for sample text. As with all of the above options, this plugin should only be used on a development site; it is not designed for use on a live site.</p>\n<p>Anyone have other bbPress demo data creation tools? 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:\"Tue, 26 Aug 2014 19:35: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: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:27:\"Matt: BruteProtect Acquired\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44040\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/bruteprotect-acquired/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:438:\"<p>You can <a href=\"http://jetpack.me/2014/08/26/automattic-bruteprotect/\">read on the Jetpack blog</a> and <a href=\"https://bruteprotect.com/bruteprotect-joins-automattic/\">the BruteProtect blog</a> about the company, <a href=\"http://wordpress.org/plugins/bruteprotect/\">plugin</a>, and service joining <a href=\"http://automattic.com/\">Automattic</a>. BTW, BruteProtect has protected this site from 1,663 attacks in the past 28 days.</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, 26 Aug 2014 17:27: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: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: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:69:\"WPTavern: Automattic Acquires Parka LLC, The Creators Of BruteProtect\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28911\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:180:\"http://wptavern.com/automattic-acquires-parka-llc-the-creators-of-bruteprotect?utm_source=rss&utm_medium=rss&utm_campaign=automattic-acquires-parka-llc-the-creators-of-bruteprotect\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5332:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/automattic-offices.jpg\" rel=\"prettyphoto[28911]\"><img class=\"size-full wp-image-22370\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/automattic-offices.jpg?resize=1025%2C478\" alt=\"photo credit: Peter Slutsky\" /></a>photo credit: <a href=\"http://peterslutsky.com/2013/05/14/pics-touring-automattics-new-office/\">Peter Slutsky</a>\n<p>The parent company of <a title=\"https://bruteprotect.com/\" href=\"https://bruteprotect.com/\">BruteProtect</a>, Parka, LLC has been <a title=\"http://jetpack.me/2014/08/26/automattic-bruteprotect/\" href=\"http://jetpack.me/2014/08/26/automattic-bruteprotect/\">acquired by Automattic</a> for an undisclosed amount. BruteProtect is a service providing <a title=\"http://wptavern.com/bruteprotect-protecting-against-brute-force-attacks\" href=\"http://wptavern.com/bruteprotect-protecting-against-brute-force-attacks\">brute force login protection</a> for thousands of WordPress sites. The <a title=\"http://wordpress.org/plugins/bruteprotect/\" href=\"http://wordpress.org/plugins/bruteprotect/\">BruteProtect plugin</a> will be phased out and rolled into <a title=\"http://jetpack.me/\" href=\"http://jetpack.me/\">Jetpack</a> and will remain free to use. The services offered by <a title=\"https://my.bruteprotect.com/\" href=\"https://my.bruteprotect.com/\">BruteProtect pro</a> are now free for anyone to use. As part of the acquisition, all seven Parka employees will be employed by Automattic and will be part of the Jetpack development team.</p>\n<p>Once it’s merged into Jetpack, an announcement will be made to confirm the end-of-life date for the BruteProtect plugin. You won’t have to worry about managing two different API keys since it will function with the same key used by Jetpack. Unless you opt-out, BruteProtect will run at the same time as Jetpack. However, it’s unclear if it will be an auto-activated module when the merger is complete.</p>\n<h2>The Origin Of BruteProtect</h2>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/BruteProtectPluginHeader.png\" rel=\"prettyphoto[28911]\"><img class=\"size-full wp-image-28946\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/BruteProtectPluginHeader.png?resize=808%2C257\" alt=\"BruteProtect Plugin Header\" /></a>BruteProtect Plugin Header\n<p>In 2013, Matt Mullenweg published an article with his thoughts on <a title=\"http://ma.tt/2013/04/passwords-and-brute-force/\" href=\"http://ma.tt/2013/04/passwords-and-brute-force/\">passwords and brute force</a>. The article was published around the same time <a title=\"http://blog.sucuri.net/2013/04/protecting-against-wordpress-brute-force-attacks.html\" href=\"http://blog.sucuri.net/2013/04/protecting-against-wordpress-brute-force-attacks.html\">a large botnet was using brute force techniques</a> to login to WordPress sites using Admin as the username. The article generated a healthy discussion on the <a title=\"http://lists.automattic.com/pipermail/wp-hackers/2013-April/045728.html\" href=\"http://lists.automattic.com/pipermail/wp-hackers/2013-April/045728.html\">WP-Hackers mailing list</a>, especially around the <a title=\"http://wordpress.org/plugins/limit-login-attempts/\" href=\"http://wordpress.org/plugins/limit-login-attempts/\">Limit Login Attempts plugin</a> which is commonly recommended to protect against unwanted login attempts.</p>\n<p>The discussion <a title=\"http://lists.automattic.com/pipermail/wp-hackers/2013-April/045735.html\" href=\"http://lists.automattic.com/pipermail/wp-hackers/2013-April/045735.html\">prompted Hotchkiss </a>to come up with a better solution. Instead of websites battling the problem alone, BruteProtect brought websites together to fight a common cause, similar to how Akismet works. Little did he know that he was writing his destiny.</p>\n<blockquote><p>Another option to consider would be adding a “Security” plugin to Jetpack.</p>\n<p>This could be used to manage a centralized blacklist, as well as to patch security vulnerabilities as they pop up. If all failed login attempts get reported back to Jetpack central, it could blacklist an IP for X minutes/hours after Y number of failed logins on any Jetpack-enabled site within Z minutes/hours.</p></blockquote>\n<p>Since its launch, it’s been installed on <a title=\"https://bruteprotect.com/stats/\" href=\"https://bruteprotect.com/stats/\">106,836 sites</a> and defended against <a title=\"https://bruteprotect.com/stats/\" href=\"https://bruteprotect.com/stats/\">135,986,764</a> brute force attacks worldwide.</p>\n<h2>BruteForce Protection For The Masses</h2>\n<p>Having the product remain free was an important part of the acquisition. “I feel strongly that we need to be free and used by as many people as possible in order to provide the best protection and to do the most good,” Hotchkiss told the Tavern.</p>\n<p>With BruteProtect now part of Jetpack, millions of websites will be protected from BruteForce login attempts and contribute to the centralized blacklist of IP addresses making the service much more effective. I think this is a huge win, especially for those who use Jetpack. Users don’t have to figure out technical jargon or difficult configuration settings.</p>\n<p>What do you think about the acquisition? 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:\"Tue, 26 Aug 2014 17:25:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:92:\"Post Status: iThemes to partner with Crowd Favorite to take their products to the enterprise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"http://www.poststat.us/ithemes-partner-crowd-favorite-enterprise-wordpress-products/?utm_source=rss&utm_medium=rss&utm_campaign=ithemes-partner-crowd-favorite-enterprise-wordpress-products\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3851:\"<p><img class=\"aligncenter size-large wp-image-7106\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/crowd-favorite-ithemes-partnership-752x282.jpg\" alt=\"crowd-favorite-ithemes-partnership\" width=\"627\" height=\"235\" />Today, iThemes and Crowd Favorite are <a href=\"http://crowdfavorite.com/blog/2014/08/ithemes-crowd-favorite-partner-in-new-product-development/\">announcing a partnership</a> where they will collaborate to take <a href=\"http://ithemes.com\">iThemes</a> products to a more enterprise-level market.</p>\n<p>Practically, this means that Crowd Favorite will contribute developers and other resources to help iThemes better structure and market their products beyond a consumer audience. iThemes will in turn list the enterprise versions of these products within their product pages, as well as work with Crowd Favorite to create enterprise-focused features for their core product base.</p>\n<p>The products that are a focus of this collaboration are iThemes Sync, Exchange, Security, and BackupBuddy.</p>\n<p>The announcement post calls it more than a distribution partnership, but a joint venture:</p>\n<blockquote><p>The joint venture will be establishing an advisory board that will hold key executives from both companies consisting of myself, Cory Miller, Chris Lema, Matt Danner and Alex King. The goal will be to develop product roadmaps for our target market.</p>\n<p>The result of this partnership is even greater alignment fueled by the African proverb widely quoted by both Miller and Lema – “If you want to go fast, go alone. If you want to go far, go together.”</p></blockquote>\n<p>The “enterprise” market is an interesting thing in WordPress. There are companies and people working to make more enterprise-level WordPress products, but it’s still a product market that is in limbo. It’s so much more common to cater to a consumer audience with different needs and desires; different products that cater to the enterprise and corporate audience leaves room for a lot of experimentation.</p>\n<p>Also noted in the blog post, Crowd Favorite CEO Karim Marucchi highlights three ways to enter a product space: product acquisition, talent acquisition, and — the route they are taking with this move — partnership.</p>\n<p>I don’t know yet what pricing will look like for this deal, nor do I know exactly what the profit sharing breakdown is. I do know that both iThemes and Crowd Favorite leadership saw it as a no-brainer; and this is also one of the first strategic product moves lead by <a title=\"Interview with Chris Lema: a journey to working full time with WordPress\" href=\"http://www.poststat.us/chris-lema-interview/\">incoming Crowd Favorite CTO</a> Chris Lema.</p>\n<p>Crowd Favorite hopes to market the enterprise-portion of iThemes’ product suite to corporations, as well as other high-end WordPress and web development agencies. They’re already a bit of a trend-setter in that world — I believe — with their comparatively high-priced <a href=\"http://crowdfavorite.com/ramp/\">RAMP</a> content deployment product. I’ve always been a fan of that product, which has a very specific task that’s pretty high value, and they charge for it appropriately.</p>\n<p>You can learn more on <a href=\"http://ithemes.com/2014/08/26/going-far-together-crowd-favorite-ithemes/\">iThemes’ announcement post</a>, as well as <a href=\"http://crowdfavorite.com/blog/2014/08/ithemes-crowd-favorite-partner-in-new-product-development/\">Crowd Favorite’s</a>.</p>\n<p>I see this venture with iThemes as different route for getting access to more products with that goal in mind, and it seems like a win-win from my point of view. I certainly don’t think this is the last such partnership we’ll see, but rather a sign of things to come.</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, 26 Aug 2014 14:16: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: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:93:\"WPTavern: Editorial Access Manager Adds Granular Editing Control for all WordPress Post Types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28603\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:230:\"http://wptavern.com/editorial-access-manager-adds-granular-editing-control-for-all-wordpress-post-types?utm_source=rss&utm_medium=rss&utm_campaign=editorial-access-manager-adds-granular-editing-control-for-all-wordpress-post-types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2698:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/red-pen.jpg\" rel=\"prettyphoto[28603]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/red-pen.jpg?resize=1024%2C493\" alt=\"photo credit: pollas - cc\" class=\"size-full wp-image-29169\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/pollas/526544001/\">pollas</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>Editorial access is a capability granted only to Administrator and Editor <a href=\"http://codex.wordpress.org/Roles_and_Capabilities\" target=\"_blank\">user roles</a> in WordPress. This access is not easily shared to other roles without changing a user’s role or adding extra capabilities. There are several complex plugins out there that will allow you to create custom roles and manage capabilities. But what if you only need to change editorial access for a few posts or pages?</p>\n<p><a href=\"http://wordpress.org/plugins/editorial-access-manager/\" target=\"_blank\">Editorial Access Manager</a> is a simple plugin that lets you control who has access to which posts. It was created by 10up engineer <a href=\"http://taylorlovett.com/\" target=\"_blank\">Taylor Lovett</a>, who found that the default roles were inadequate for certain one-off situations. The plugin lets you assign which users or roles have access to specific posts. It adds a meta box to the post editor where you can set editorial access:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/editorial-access-manager.png\" rel=\"prettyphoto[28603]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/editorial-access-manager.png?resize=747%2C454\" alt=\"editorial-access-manager\" class=\"aligncenter size-full wp-image-29155\" /></a></p>\n<p>Editorial Access Manager has no other settings besides the meta box for each post. For safety reasons, the site administrator will always be able to edit any post. Editorial access is limited to roles that have the “edit_posts” capability, so the Subscriber role is not available by default.</p>\n<p>Sometimes creating a new user role is overkill for just a handful of posts or pages. That’s where the Editorial Access Manager plugin comes in handy, particularly for large publications or multi-author blogs. Perhaps you have a contributor or author who you want to pull in to edit a particular post. This plugin is ideal for that kind of scenario. You can <a href=\"http://wordpress.org/plugins/editorial-access-manager/\" target=\"_blank\">download</a> it for free from WordPress.org or the plugin’s home on <a href=\"http://github.com/tlovett1/editorial-access-manager\" target=\"_blank\">GitHub</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, 26 Aug 2014 02:23:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Gitter: A New Communication Service For GitHub Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=29067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"http://wptavern.com/gitter-a-new-communication-service-for-github-projects?utm_source=rss&utm_medium=rss&utm_campaign=gitter-a-new-communication-service-for-github-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5317:\"<p><a title=\"https://gitter.im/\" href=\"https://gitter.im/\">Gitter.im</a> is a new service that provides free and private chat rooms for open source projects on <a title=\"https://github.com/\" href=\"https://github.com/\">GitHub</a>. It integrates with issue tracking, supports markdown, notifications, and has an activity feed featuring multiple third-party integrations.</p>\n<p>In order to use Gitter, you’ll need to sign in using your GitHub account.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/ActiveChannelOnGitter.png\" rel=\"prettyphoto[29067]\"><img class=\"size-full wp-image-29093\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/ActiveChannelOnGitter.png?resize=1025%2C536\" alt=\"Active Channel On Gitter\" /></a>Active Channel On Gitter\n<p>As you can see from the screenshot above, channels are on the left with the main text window in the center. Users and their online status are shown on the top-right side of the window along with a tab to switch between people and repository information. Activity related to the GitHub repository is displayed below the user information.</p>\n<h2>WordPress Projects Already Using Gitter</h2>\n<p>The <a title=\"http://make.wordpress.org/core/tag/options-meta/\" href=\"http://make.wordpress.org/core/tag/options-meta/\">Metadata UI API</a> and <a title=\"http://make.wordpress.org/ui/tag/image-flow/\" href=\"http://make.wordpress.org/ui/tag/image-flow/\">Image Flow</a> WordPress projects are already utilizing Gitter in place of IRC to handle real-time communications during meetings. Unlike IRC where log files are stored on individual machines, Gitter logs the conversation for as long as the channel is active. This makes it convenient to keep tabs on previous meetings and to maintain an archive. There’s also a <a title=\"https://developer.gitter.im/docs/messages-resource\" href=\"https://developer.gitter.im/docs/messages-resource\">JSON feed of the messages</a> allowing the archived content to be stored off-site.</p>\n<p>When I asked Scott Kingsley Clark, lead developer of the Metadata UI API project, why they chose to use Gitter instead of IRC, he replied with the following reasons.</p>\n<ol>\n<li>Public rooms are public, you don’t have to be a user or contributor in the room to read.</li>\n<li>Easy sign up (using GitHub.com account)</li>\n<li>Continuous chat (easy to catch up, sync up between timezones especially)</li>\n<li>The latest activity in GitHub is displayed next to chat window. You can see what’s going on and who’s doing what throughout the day.</li>\n</ol>\n<p>IRC doesn’t support media or markdown which are two distinct traits that come in handy when working with GitHub projects.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/NotificationSettings.png\" rel=\"prettyphoto[29067]\"><img class=\"size-full wp-image-29096\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/NotificationSettings.png?resize=548%2C271\" alt=\"Gitter Notification Settings\" /></a>Gitter Notification Settings\n<p>Gitter provides a few different notification settings. You can be notified of all messages, just those addressed to you, or turn on Lurk Mode. If you want to be notified even when the browser is closed, Gitter <a title=\"https://gitter.im/apps\" href=\"https://gitter.im/apps\">has an app available</a> for iOS and Mac OSX. An app for Android will be released at a later date.</p>\n<h2>As The Beta Concludes, Gitter Announces Pricing Plans</h2>\n<p>According to an email released to testers last week, the service is moving out of beta. During the beta program, nearly 25,000 developers registered with Gitter, 1.8M chat messages were delivered, and is hosting over 7,000 chat rooms. As part of the move, the service is introducing paid plans.</p>\n<p>If you created a private conversation during the beta, it will remain free to use. Additionally, every organization on GitHub will receive one free private room as part of the free plan. If you’re a student or educational organization, you can get in touch with <a href=\"mailto:support@gitter.im\" target=\"_blank\" rel=\"nofollow\">support@gitter.im</a> to receive a discount code. Here’s what the pricing structure will look like when the beta concludes.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/GitterPricing.png\" rel=\"prettyphoto[29067]\"><img class=\"size-full wp-image-29116\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/GitterPricing.png?resize=553%2C1073\" alt=\"Gitter Pricing Plans\" /></a>Gitter Pricing Plans\n<p>Near the end of the email, Gitter states one of the goals for the company is to keep the service 100% ad-free.</p>\n<blockquote><p>Our goal is to keep Gitter 100% ad-free so that we can entirely focus our attention on building a great product without having to worry about weird money making schemes that aren’t directly aligned the vision of the company.</p></blockquote>\n<p>The service is expected to conclude its beta program this week or next.</p>\n<p>If you’re looking for a real-time communication platform that integrates seamlessly with your GitHub project, consider using Gitter. After testing the service, I found it to be straightforward and easy to use.</p>\n<p>If you’re using Gitter, tell us about your experience 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, 25 Aug 2014 21:11:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"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: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:99:\"WPTavern: Post Language Project Proposes to Bring Better Support for Multilingual WordPress Content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=29062\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:242:\"http://wptavern.com/post-language-project-proposes-to-bring-better-support-for-multilingual-wordpress-content?utm_source=rss&utm_medium=rss&utm_campaign=post-language-project-proposes-to-bring-better-support-for-multilingual-wordpress-content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10629:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg\" rel=\"prettyphoto[29062]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/globe.jpg?resize=1024%2C499\" alt=\"photo credit: . Entrer dans le rêve - cc\" class=\"size-full wp-image-29134\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/tranbina/4765484383/\">. Entrer dans le rêve</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a>\n<p>WordPress <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">global usage</a> on the web is now at 23%, and this year marked the first time that non-English downloads surpassed the number of English downloads. Major internationalization <a href=\"http://wptavern.com/major-internationalization-improvements-planned-for-wordpress-4-0\" target=\"_blank\">improvements</a> coming in 4.0 will open up the platform even more for those publishing in different languages.</p>\n<p>While discussing the upcoming language-related improvements at WordCamp Seattle this year, Andrew Nacin <a href=\"https://twitter.com/dimensionmedia/status/483035345551106048\" target=\"_blank\">highlighted</a> the fact that only 5-10% of the world speaks English. It may not be long before the majority of WordPress installations are in Mandarin, Spanish, Hindi, or Arabic.</p>\n<p>The need for better ways to support multilingual content is already a concern for many international users and agencies. One thing that WordPress core is currently missing is the ability to easily retrieve the language in which a post or page has been written. German WordPress developer <a href=\"http://glueckpress.com/\" target=\"_blank\">Caspar Hübinger</a> is in the early stages of creating a <a href=\"https://github.com/glueckpress/wordpress-post-language\" target=\"_blank\">proposal to add a Post Language feature to core</a>.</p>\n<h2>Why Does WordPress Need Post Language Support?</h2>\n<p>In outlining the need for post language support, Hübinger cites WordPress download stats from the end of April, demonstrating that 3.9 had been downloaded roughly 1.36 times more often in other languages than the default US English:</p>\n<p><strong>Total Core downloads:</strong> 6,589,287 (100%)<br />\n<strong>Default English:</strong> 2,807,978 (42.6%)<br />\n<strong>Others:</strong> 3,781,309 (57.4%)</p>\n<p>(<a href=\"https://github.com/glueckpress/wordpress-post-language/blob/master/assets/img/2014-04-29_17-11-48.png?raw=true\" target=\"_blank\">Data</a> from April 29, 2014)</p>\n<p>Hübinger wants to add post_language as a property of <a href=\"http://codex.wordpress.org/Class_Reference/WP_Post\" target=\"_blank\">WP_Post</a> just like post_author, post_excerpt, and the other variables.</p>\n<p>“Offering a basic opportunity to users for them to store the language of their content along with other post meta information would provide a new level of empowerment for both, users and developers,” Hübinger contends.</p>\n<p>His proposal is based on the premise that the language of post content serves as:</p>\n<ul>\n<li>a highly relevant piece of post meta information in general</li>\n<li>one of the most important parameters for plugin and theme developers to tackle the already complex field of language and translation</li>\n</ul>\n<p>Many plugins, in the course of providing translation features, require the ability to determine the language a post was written in, but they all go about it in different ways. Portability is abysmal across plugins such as WPML, Polylang, Babble, Multilingual Press, and others that provide a similar functionality.</p>\n<p>“<em>All</em> of those plugins, however, do much more than just determining the language of a post,” Hübinger told the Tavern. “They offer UIs for translating content and establishing language relationships between single posts — a field so complex that being built without any core method for language determination, each one of those plugins can become a major headache when a user tries to switch from one plugin to another.</p>\n<p>“As a user you’re pretty much locked in to the solution you choose, since not only are connections between original posts and translations gone when you switch plugins, but also the very marker of which language a post is written in simply vanishes or becomes ineffective,” Hübinger explained. If WordPress had a standard way to determine the language in which a post was written, all of these plugins could potentially provide more portable functionality.</p>\n<h3>The Proposed Post Language Feature</h3>\n<p>So what would Post Language look like as a feature implemented in WordPress? In addition to providing developers with more tools to add custom language and translation features, post language would also allow users to assign a language selection in the Publish Post meta box:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/post-lanugage-publish-box.jpg\" rel=\"prettyphoto[29062]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/post-lanugage-publish-box.jpg?resize=673%2C287\" alt=\"post-lanugage-publish-box\" class=\"aligncenter size-full wp-image-29097\" /></a></p>\n<p>Hübinger proposes that the select box be populated with the languages previously defined through either the language packs available within the given WordPress install, or a filter. The language selection would return the ISO code for that language and store it in a database field as post meta or an extra field that would have to be added to the database table.</p>\n<p>The value for Post Language could then be used in the following ways:</p>\n<ul>\n<li>should be made accessible through template tags:<br />\n<code>the_post_language()</code><br />\n<code>get_the_post_language()</code></li>\n<li>should possibly affect<br />\n<code>get_bloginfo( \'language\' )</code><br />\n<code>get_bloginfo( \'text-direction\' )</code><br />\nand thus <code>language_attributes()</code></li>\n<li>OR should be implemented via a new attribute on a per-post basis, similar to <code>post_class():</code>\n<ul>\n<li><code>post_language()</code></p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\"><article <?php post_class(); ?> <?php post_language(); ?>>\n// ouput:\n<code><article class=\"foo bar\" lang=\"en-US\"></code></pre>\n</li>\n</ul>\n</li>\n</ul>\n<p>Since not all WordPress sites would need this feature, he suggests that it be disabled by default and enabled via a constant, a filter or perhaps an admin setting under Settings > General.</p>\n<p>Hübinger <a href=\"http://make.wordpress.org/core/2014/05/21/internationalization-goals-for-4-0/#comment-14913\" target=\"_blank\">mentioned</a> his idea in a comment on Andrew Nacin’s roadmap for 4.0 internationalization improvements, but he decided to wait until 4.0 is in place before officially proposing the feature. Adding a new property to WP_Post is a major consideration and will likely encounter a healthy debate.</p>\n<h3>Post Language Support Falls In Line with WordPress’ Mission to Democratize Publishing</h3>\n<p>Unlike various other CMSs, such as Drupal and Typo3, WordPress does not provide a core feature to publish translations of original content. “You can’t even just publish single posts in more than one language per site without messing up your markup with false language attributes,” Hübinger notes. “Not a problem? Try to get a machine reading a post to you in any other language than English when its markup says it is written in English. You’ll most certainly hear the problem.”</p>\n<p>Hübinger believes that raising awareness is key for the Post Language feature to gain momentum. “Language on a per post basis is generally associated with translation in people’s minds, and rightfully so,” he said. “Translation, though, has always been an edge case scenario for our mainly anglophone WordPress core dev team, and rightfully so as well.” Convincing the WordPress community of the case for adding Post Language to core is the first step to making it a viable possibility.</p>\n<p>The lack of a post language field juxtaposed with the existence of post formats in core is a continual source of bewilderment for Hübinger, who comes from a multilingual culture.</p>\n<p><strong>“I like to say if we have a visual carnival like post formats in core, it is high time to spend some thought on a language API which potentially will affect and benefit a couple of millions more users than fancy post formats,”</strong> he said. “Nothing against post formats; I like them. They just make such good contrast when comparing the importance of core features.”</p>\n<p>His proposal makes a compelling case for the international community and appeals to the heart of WordPress’ core mission to democratize publishing.</p>\n<blockquote><p>After all, WordPress is all about publishing content, and content inevitably has to do with language. We can’t honestly claim to ‘democratize publishing’ while we continue to ignore the relevance of linguistic aspects regarding content for WordPress users around the world.</p></blockquote>\n<p>Hübinger believes that a Post Language feature can help the project enter a higher level of maturity with one small API feature addition. “While the whole field of translating and multilingual content rightfully has been and will be outsourced into plugin territory, WordPress core needs to provide at least a basic language-per-post API for plugin authors to work with, thus preventing users from locking themselves in with one solution forever,” he said.</p>\n<p>Hübinger readily admits that the feature is beyond his coding capabilities and hopes that other developers will join the effort to establish a path for architecture and implementation.</p>\n<p>“I am <em>totally</em> open to any self-respecting developers who would like to contribute, fork the repo, set up their own one for the same idea,” he said. “This is about making WordPress better for millions of non-anglophone users, so let’s just get that language API in there in the most decent manner possible!”</p>\n<p>Once WordPress 4.0 is released with improved multilingual support, Hübinger hopes to drum up more support and contributors to work on the project before officially proposing it to core. If you’d like to assist on further developing the Post Language proposal, you can find the project on <a href=\"https://github.com/glueckpress/wordpress-post-language\" target=\"_blank\">GitHub</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, 25 Aug 2014 20:38: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: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:90:\"Post Status: ThemeForest and CodeCanyon introduce mandatory support and renewable packages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"http://www.poststat.us/themeforest-codecanyon-support/?utm_source=rss&utm_medium=rss&utm_campaign=themeforest-codecanyon-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4308:\"<p><img class=\"aligncenter size-full wp-image-7097\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/theme-forest-support.jpg\" alt=\"theme-forest-support\" width=\"660\" height=\"329\" /></p>\n<p>Envato has announced a change in support terms for ThemeForest and CodeCanyon, which creates a requirement for authors to provide six months of support, and offers buyers “support packs” for renewing support.</p>\n<p>Support has not historically been required, but nearly every author notes that support is essentially required for sales purposes. From the <a href=\"http://marketblog.envato.com/news/item-support-sustainability-authors-clarity-buyers/\">Envato market blog</a>:</p>\n<blockquote><p>Our most successful Authors talk about the support they provide being a key part of their success, and most of our authors advertise that they provide support and have done so for some time. However support has not been an intrinsic part of the system and site mechanics.</p></blockquote>\n<p>The new terms are a bit nuanced and will be a bit more complicated for authors that don’t currently offer support. There are also a number of questions left to answer, which Collis Ta’eed — Envato’s CEO — notes in the post.</p>\n<ul>\n<li>Support will be limited to 6 months</li>\n<li>Additional support can be purchased in “support packs”, though I’m not sure how that will be structured</li>\n<li>Support packs will be 70% author revenue, and 30% fee to Envato (something authors seem slightly unhappy about so far, based on what I’ve seen)</li>\n<li>New rules will be put into effect December 1st</li>\n<li>Updates will remain part of the initial purchase</li>\n</ul>\n<p>Envato hasn’t decided yet how long support packs will last, nor how much they will cost. They are also working out details for support promises, such as how long customers should expect for response times. The announcement post also addresses the very legitimate concern for the definition of support. They clearly state it will be a strict definition to prevent authors from having to provide unreasonable support.</p>\n<p>Collis also did not note whether initial item prices will increase to account for the added support requirement. Considering so many authors provide it under the current model, they may not raise prices at all; though it’d be a great time to do it.</p>\n<p>Collis also notes that unlimited plans are potentially unsustainable, which is quite a statement for a marketplace that has limited authors to that model for years:</p>\n<blockquote><p>We’re capping support at 6 months because the ‘lifetime’ support that authors sometime promise is often not economically sustainable and ultimately leads to more bad buyer experiences than good. For most buyers, the first few months represents the time when most help is needed. After six months,that ongoing support really is a premium request to the author and should be treated as such. There’s already plenty of signs that this is where the industry is headed.</p></blockquote>\n<p>One of my final questions about this move is in regard to how ThemeForest will create support channels. Many ThemeForest and CodeCanyon authors have already created alternative support channels through their own websites, often citing ThemeForest’s system as difficult to manage. I assume authors will still be able to maintain existing systems, but may have to make adjustments for being able to manage support packs and whatnot within their platforms.</p>\n<p>I definitely think this is a good change for Envato to make; it’s honestly way past time. However, I understand why it’s taken a while; as the announcement post indicates, there’s a lot to consider and it’s not an easy change. That’s why they are announcing it now and waiting until December to implement the changes.</p>\n<p>I’ll be very interested to hear from authors about how they feel about this change. I have a feeling that a minority of buyers would actually buy support packs, though if they do that will be a nice benefit for authors to make more money on support-heavy customers.</p>\n<p><a href=\"http://marketblog.envato.com/news/item-support-sustainability-authors-clarity-buyers/\">*Image via Envato</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, 25 Aug 2014 19:47: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: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: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:18:\"Matt: Plugin Icons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=44034\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/plugin-icons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:456:\"<p><a href=\"http://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/\">Introducing plugin icons in the plugin installer</a>, the defaults are cool (and that library would be nice to <a href=\"http://blog.gravatar.com/2008/04/22/identicons-monsterids-and-wavatars-oh-my/\">support for Gravatar</a>) but go ahead and start making icons for your WordPress plugins. It adds a nice punch and panache to the plugin experience.</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, 25 Aug 2014 15:45: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: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: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:26:\"Matt: Simplenote for Linux\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44031\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2014/08/simplenote-for-linux/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:361:\"<p>We have a great <a href=\"http://simplenote.com/\">Simplenote for Mac</a> client, and a <a href=\"https://app.simplenote.com/signin\">super clean web version</a>, but nothing first-party for Linux. If anyone is experienced with Linux desktop development and would be interested in creating something extremely minimalist like our Mac app please get in touch!</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, 23 Aug 2014 20:03:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:57:\"WPTavern: BuddyPress 2.1 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=28832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"http://wptavern.com/buddypress-2-1-beta-1-now-available-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-2-1-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:2891:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png\" rel=\"prettyphoto[28832]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png?resize=800%2C450\" alt=\"buddypress-wallpapers\" class=\"aligncenter size-full wp-image-16156\" /></a></p>\n<p>BuddyPress 2.1 is right around the corner with <a href=\"http://buddypress.org/2014/08/buddypress-2-1-beta-1/\" target=\"_blank\">Beta 1</a> landing in the hands of eager testers today. The upcoming release includes several improvements that make BuddyPress easier to use, more secure, and faster than ever.</p>\n<p>BP 2.1 is set to introduce a totally revamped @mentions interface with built-in auto-suggestion and beta testers will want to put it through the paces. Here’s a quick demo:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/mentions.gif\" rel=\"prettyphoto[28832]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/mentions.gif?resize=655%2C443\" alt=\"mentions\" class=\"aligncenter size-full wp-image-29048\" /></a></p>\n<p>The brand new URL profile field type is also making its way into this release. It automatically creates a link from the URL entered in the profile field.</p>\n<p>Highlights for the upcoming release demonstrate continual improvement on the project:</p>\n<ul>\n<li>New @mentions interface: type a @ when leaving a status update or commenting on an activity item or blog post, and the new suggestions panel will open.</li>\n<li>Set better passwords with the password strength meter on the registration and user settings pages</li>\n<li>When a user attempts to change their email address, the new address requires email verification before the change is applied</li>\n<li>New “URL” XProfile field type</li>\n<li>Continued performance enhancements, particularly on the Members and Groups directories.</li>\n<li>Higher quality translations (automatically fetched by WordPress), courtesy of BP translation volunteers</li>\n</ul>\n<p>BuddyPress 2.1 also includes a lot of under-the-hood tweaks. This release offers <a href=\"https://buddypress.trac.wordpress.org/ticket/5418\" target=\"_blank\">better compatibility</a> with themes that load template content in advanced ways, such as Stargazer. It will also formally <a href=\"https://buddypress.trac.wordpress.org/ticket/5390/\" target=\"_blank\">deprecate the BuddyBar</a>. The term “Avatar” has been <a href=\"https://buddypress.trac.wordpress.org/ticket/5758\" target=\"_blank\">renamed</a> to “Profile Photo,” which is more universally understood and translatable.</p>\n<p>All of the features and improvements above could use testing. Grab a cold beverage and take the beta for a spin this weekend. You can download a zip from the <a href=\"http://buddypress.org/2014/08/buddypress-2-1-beta-1/\" target=\"_blank\">Beta 1 announcement post</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, 23 Aug 2014 18:54: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: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:37:\"BuddyPress: BuddyPress 2.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://buddypress.org/?p=188247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/2014/08/buddypress-2-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1838:\"<p>BuddyPress 2.1 is going to be our best version yet, and is on track for our an almost-on-time release in just a few short weeks. If you are a plugin or theme developer, or are running a BuddyPress powered site with a development environment available, please <a href=\"http://downloads.wordpress.org/plugin/buddypress.2.1-beta1.zip\">download the 2.1-beta1 zip</a> or get a copy via our Subversion repository. We would really appreciate your help testing it out with us.</p>\n<p>A detailed changelog will be part of our official release notes, but until then here’s a rundown of some of our favorite changes that could use your eyes. (Check out <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.1\">this report</a> on Trac for a more detailed view.)</p>\n<ul>\n<li>New @mentions interface: type an <strong><code>@</code></strong> when leaving a status update or commenting on an activity item or blog post, and the new suggestions panel will open.</li>\n<li>Set more secure passwords with the password strength meter on the registration and user settings pages</li>\n<li>New “URL” XProfile field type</li>\n<li>Continued performance enhancements, particularly on the Members and Groups directories.</li>\n<li>Higher quality translations (automatically fetched by WordPress), courtesy of our translation volunteers; thanks!</li>\n<li>Tons of under-the-hood tweaks</li>\n</ul>\n<p>Please let us know about any issues you find in <a href=\"http://buddypress.org/support\">the support forums</a> or on <a href=\"https://buddypress.trac.wordpress.org\">our development tracker</a>. Remember this is still beta software, and we don’t recommend running it on a production site quite yet.</p>\n<p>Thanks for your help, and we look forward to releasing BuddyPress 2.1 soon!</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, 23 Aug 2014 09:20: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:17:\"John James Jacoby\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:63:\"WPTavern: Helen Hou-Sandí Previews WordPress 4.0 at NYC Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=29015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"http://wptavern.com/helen-hou-sandi-previews-wordpress-4-0-at-nyc-meetup?utm_source=rss&utm_medium=rss&utm_campaign=helen-hou-sandi-previews-wordpress-4-0-at-nyc-meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1444:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wpnyc.jpg\" rel=\"prettyphoto[29015]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/wpnyc.jpg?resize=700%2C330\" alt=\"wpnyc\" class=\"aligncenter size-full wp-image-29034\" /></a></p>\n<p>WordPress 4.0 release lead <a href=\"http://profiles.wordpress.org/helen\" target=\"_blank\">Helen Hou-Sandí</a> recently gave an in-depth preview of the upcoming release at the <a href=\"http://www.meetup.com/WordPressNYC/\" target=\"_blank\">WordPress NYC Meetup</a>. Her presentation gives a complete overview of the new features that you will see in the official release next week.</p>\n<p>Part of Hou-Sandí’s responsibility as the release lead is to help shape the scope, goals and features merged into WordPress. Her presentation includes context for each feature landing in 4.0. She covers how WordPress worked before the new features were added and explains the reasons behind each addition.</p>\n<p>She also gives the audience an overview of what it’s like to lead a release and offers insight on managing a large group of volunteers on an open source project. At the end of the presentation she answers more specific questions from meetup attendees.</p>\n<p>If you’ve been out of the loop and you want to quickly catch up on what’s coming in WordPress 4.0, check out the recording of the presentation:</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:\"Sat, 23 Aug 2014 00:07: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:\"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:97:\"WPTavern: EDD Extension Boilerplate: A Quick Start to Creating Add-Ons for Easy Digital 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28895\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:236:\"http://wptavern.com/edd-extension-boilerplate-a-quick-start-to-creating-add-ons-for-easy-digital-downloads?utm_source=rss&utm_medium=rss&utm_campaign=edd-extension-boilerplate-a-quick-start-to-creating-add-ons-for-easy-digital-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3423:\"<p><a href=\"https://easydigitaldownloads.com/\" target=\"_blank\">Easy Digital Downloads</a> launched its open source download delivery system for WordPress in 2012 and has since grown to amass a global network of contributors and developers. The project’s marketplace, which now boasts more than 100 <a href=\"https://easydigitaldownloads.com/extensions/\" target=\"_blank\">extensions</a> and dozens of <a href=\"https://easydigitaldownloads.com/themes/\" target=\"_blank\">themes</a>, shows no signs of slowing down. With global WordPress usage on the rise and digital downloads becoming an increasingly popular vehicle of commerce, EDD is well-positioned to corner the market on download delivery.</p>\n<p>Developers looking to start creating add-ons for the platform have a new tool at their disposal. The <a href=\"https://github.com/easydigitaldownloads/EDD-Extension-Boilerplate\" target=\"_blank\">EDD Extension Boilerplate</a> gives you a head start on building an extension that conforms to EDD coding standards.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/edd-extension-boilerplate.png\" rel=\"prettyphoto[28895]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/edd-extension-boilerplate.png?resize=1025%2C915\" alt=\"edd-extension-boilerplate\" class=\"aligncenter size-full wp-image-28983\" /></a></p>\n<p>The boilerplate was created by WordPress developer <a href=\"http://ghost1227.com/\" target=\"_blank\">Dan Griffiths</a>. His objective was to create a solid foundation for EDD extension developers to use when building their own creations. The advantages of using the boilerplate include:</p>\n<ul>\n<li>The Plugin Boilerplate is fully-based on the WordPress <a href=\"http://codex.wordpress.org/Plugin_API\" target=\"_blank\">Plugin API</a>.</li>\n<li>Uses <a href=\"http://en.wikipedia.org/wiki/PHPDoc\" target=\"_blank\">PHPDoc</a> conventions to document the code.</li>\n<li>Example values are given, so you can see what needs to be changed.</li>\n<li>Uses a strict file organization scheme to make sure the assets are easily maintainable.</li>\n</ul>\n<p>The boilerplate comes in the form of a plugin that you install, although it has no real functionality in WordPress. After adding it, you’ll need to follow all of the <a href=\"https://github.com/easydigitaldownloads/EDD-Extension-Boilerplate#configuration\" target=\"_blank\">configuration instructions</a> in the readme file for renaming all instances of ‘plugin-name’ with that of your plugin.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/edd-extension-boilerplate-settings.png\" rel=\"prettyphoto[28895]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/edd-extension-boilerplate-settings.png?resize=1025%2C471\" alt=\"edd-extension-boilerplate-settings\" class=\"aligncenter size-full wp-image-28989\" /></a></p>\n<p>The boilerplate also includes libraries, assets, and css/img/js subdirectories as placeholders, so you can easily organize your files. The idea is to tweak a few things in the boilerplate so you can quickly get to the task of coding your add-on, without having to wonder if you’re structuring everything the right way. The <a href=\"https://github.com/easydigitaldownloads/EDD-Extension-Boilerplate\" target=\"_blank\">EDD Extension Boilerplate</a> is available on GitHub. Bookmark it for the next time you need a quick start for creating an EDD add-on.</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, 22 Aug 2014 19:34:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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: Ten Bloggers on Ferguson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44029\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://ma.tt/2014/08/ten-bloggers-on-ferguson/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:257:\"<p><a href=\"http://en.blog.wordpress.com/2014/08/22/ferguson-bloggers-roundup/\">Ten WP bloggers speak out on Ferguson</a>, a really fascinating spectrum of viewpoints from protesters to media to a blog by an anonymous police officer on duty in Ferguson.</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, 22 Aug 2014 16:01: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: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: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:61:\"Post Status: Post formats are slowly dying, and that’s okay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.poststat.us/?p=7087\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"http://www.poststat.us/post-formats-looking-back/?utm_source=rss&utm_medium=rss&utm_campaign=post-formats-looking-back\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8947:\"<p><img class=\"aligncenter size-full wp-image-7092\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/pretty-post-format-icons.jpg\" alt=\"pretty-post-format-icons\" width=\"750\" height=\"256\" />Post formats were <a href=\"http://codex.wordpress.org/Post_Formats\">introduced in WordPress 3.1</a>. They were, and still are, little more than an organizational feature that allows themes to support ten custom content formats such as asides, links, quotes, video, and audio. They are just a taxonomy — similar to categories and tags — and are restricted to whatever the active theme supports.</p>\n<p>The concept for post formats made sense at the time, though even then it was a <a href=\"http://wpcandy.com/presents/wordpress-3-1-feature-overview/#.U_deZYBdWiQ\">topic of intense debate</a>. Post formats in 3.1 were supposed to be an introduction of the feature, to be iterated on once themes began to show how they would use them. In WordPress 3.6 there was an effort to establish a consistent UI, which failed to land in core. I believe they’ve been dying a slow death ever since.</p>\n<h3>Were we just chasing a competitor?</h3>\n<p>When post formats were discussed and launched, they felt like an attempt to mimic what Tumblr was doing so well — to make it easy for end users and bloggers to create nicely formatted content for specific content structures.</p>\n<p><img class=\"alignright size-full wp-image-7089\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/post-format-meta-box.png\" alt=\"post-format-meta-box\" width=\"306\" height=\"274\" />The problem with post formats is that they have no standard user interface and there is no intuitive standard for how themes should implement storage for post format data, beyond a general recommendation that everything should be stored in the <code>post_content</code>. Additionally, support for post formats is primarily reliant on the active theme, and keeping post format consistency when switching themes is difficult.</p>\n<p>With these struggles combined, post formats have faced issues on nearly all fronts: users hardly understand how to utilize them, theme authors can offer very little consistency for supporting them, and without mass adoption core developers have a hard time investing their efforts to improve the features.</p>\n<h3>There have been some impressive efforts to standardize post formats</h3>\n<p><span id=\"more-7087\"></span></p>\n<div id=\"attachment_7090\" class=\"wp-caption aligncenter\"><img class=\"wp-image-7090 size-full\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/cf-post-format-ui.png\" alt=\"cf-post-format-ui\" width=\"703\" height=\"383\" /><p class=\"wp-caption-text\">Alex King’s post format UI</p></div>\n<p>Alex King and Crowd Favorite <a href=\"https://github.com/crowdfavorite/wp-post-formats\">created a tabbed UI</a> not long after the feature came out, and it was the basis for the discussion for including post formats into core. But this UI required inclusion either as a drop-in to a theme — which is a bit heavy handed for a theme — or to be included a a plugin.</p>\n<p>Under that structure, the post format UI was reliable and sufficient for client work, where a developer set it up for the client; but it’s not an effective route for mass adoption amongst users and those that want to use it with whatever theme they have.</p>\n<p>Furthermore, it used custom fields for storage of things like link addresses and video URLs, which then would not transfer to another system or if the user decided to abandon post formats altogether.</p>\n<div id=\"attachment_7091\" class=\"wp-caption aligncenter\"><img class=\"size-large wp-image-7091\" src=\"http://www.poststat.us/wp-content/uploads/2014/08/post-formats-in-core-752x203.png\" alt=\"Core post format UI during beta\" width=\"627\" height=\"169\" /><p class=\"wp-caption-text\">Core post format UI during beta</p></div>\n<p>Therefore, WordPress 3.6 post format UI faced battles on many fronts: data storage, user interface, fallback mechanisms, and battles with altogether different concepts (like content blocks, for instance).</p>\n<p>Eventually, after much debate — and very late in the game, during the Release Candidate stage — a <a href=\"http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/\">post format UI was removed from WordPress 3.6</a>, with many amongst the core team basically expressing that a much more low level content problem needed to be solved.</p>\n<blockquote><p>I fought hard for it, and a lot of people put a lot of effort into it. But the result just isn’t compelling, or obvious, or any of the things that it should be. It’s not just a matter of polish, it seems to be a fundamental issue with the concept.</p></blockquote>\n<p>There were some pretty great things in that 3.6 code that would’ve been tremendous for post format support, even without a consistent UI. However, most new code was meant for that UI and was removed as a part of the revert. This included methods for automatically separating content within the UI so it can be called by themes as separate functions.</p>\n<h3>I don’t think it’s a bad thing that post formats are dying</h3>\n<p>I tend to think, looking back, that perhaps we were too strongly responding to alternative content entry methods with post formats, versus creating our own strong ideas for how WordPress can better support rich media and custom content structures.</p>\n<p>Now, conversations are more often centered around creating intuitive UI and then worry about putting things back into the content; themes like <a href=\"https://thethemefoundry.com/wordpress-themes/make/\">Make</a> and plugins like <a href=\"http://velocitypage.com/\">Velocity Page</a> are good examples of these structures. Before, we were trying to extract stuff from the main content so we could use it how we want on the presentation side of things.</p>\n<p>Additionally, I question whether the right decisions were made about structure for post formats themselves. Did we really need to restrict post formats to ten standard ones, with no supported methods for extendability? And what is the difference between asides and status? And we included formats like chat, which seems like an edge case at best. There’s little use crying over spilled milk, but perhaps in hindsight some things up front could’ve helped the feature long term.</p>\n<p>Finally, when we can create much more unique content structures with custom post types, or simply with custom meta boxes within posts, did we really need post formats? What were we achieving by making these organizational standards?</p>\n<p>Custom post types for things like links, videos, and audio make a lot of sense to me, and issues like including those in primary RSS feeds, in home screen feeds, and other post-esque things are pretty easy.</p>\n<p>Alternatively, the definition of a post itself is evolving. Today we often read posts that include all types of media that is not always easy to reproduce within the confines of <code>the_content</code>; consider “story” style content that’s become so popular in many journalism organizations.</p>\n<h3>Post formats weren’t a failure. Investing more in them may be though.</h3>\n<p>Post formats weren’t a failure. There were some excellent theme experiments done with them; <a href=\"https://thethemefoundry.com/wordpress-themes/collections/\">Collections</a> comes to mind, as does <a href=\"http://www.poststat.us/category/planet/feed/twentythirteendemo.wordpress.com\">Twenty Thirteen</a>. They had promise, but it just doesn’t seem the best way forward anymore for highlighting non-standard content. I think the concept gives too little credit to content in the first place; for instance, what if a post has video, audio, and quotes? How does that fit in a post format organizational schema?</p>\n<p>I don’t think people have to start ignoring alternative display methods for things they may currently identify as “post format material.” Creativity will and should survive with displaying post content in themes; but I don’t believe that doing it through post formats is the best way.</p>\n<p>And if we do double down on post formats (I really don’t think we will), then there will need to be some really serious iterations on the presentation, because since inception the UI has been in no-mans-land.</p>\n<p>I’m glad WordPress had this experiment with post formats. I think it helped evolve our collective thinking about content and the many shapes of it.</p>\n<p>I also don’t think we should just go and deprecate the feature; I think deprecation can happen naturally, as fewer themes support post formats out of the box.</p>\n<p>I’d rather see themes and plugins create more creative, intuitive, and eventually standard methods for highlighting all kinds of content, in a way that allows site owners to manage and access that content whether those methods are active or not.</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, 22 Aug 2014 15:45:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:87:\"WPTavern: WordPress Plugin WP Inject Renames to ImageInject and Introduces New Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28955\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:218:\"http://wptavern.com/wordpress-plugin-wp-inject-renames-to-imageinject-and-introduces-new-features?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-plugin-wp-inject-renames-to-imageinject-and-introduces-new-features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4059:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/ImageInjectFeaturedImage.png\" rel=\"prettyphoto[28955]\"><img class=\"size-full wp-image-28961\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/ImageInjectFeaturedImage.png?resize=637%2C298\" alt=\"ImageInject Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/isherwoodchris/6953826085/\">CJ Isherwood</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>When we wrote a <a title=\"http://wptavern.com/wp-inject-makes-it-easy-to-add-free-creative-commons-images-to-wordpress-posts\" href=\"http://wptavern.com/wp-inject-makes-it-easy-to-add-free-creative-commons-images-to-wordpress-posts\">review about WP Inject</a> earlier this year, we were impressed with its features. However, we felt that it was somewhat unfortunately named. As <a title=\"http://wptavern.com/wp-inject-makes-it-easy-to-add-free-creative-commons-images-to-wordpress-posts#comment-53110\" href=\"http://wptavern.com/wp-inject-makes-it-easy-to-add-free-creative-commons-images-to-wordpress-posts#comment-53110\">Dave Tasker notes</a> within the comments of the review, the word <em>inject</em> invokes thoughts of security vulnerabilities. “In my humble opinion, the things that spring to my mind when I see the word injection in the WordPress context are code injection exploit and sql injection exploit!”</p>\n<p>Not only has <a title=\"http://wpscoop.com\" href=\"http://wpscoop.com\">Thomas Höfter</a> renamed the plugin to <a title=\"http://wpscoop.com/wp-inject/\" href=\"http://wpscoop.com/wp-inject/\">ImageInject</a>, he released version 1.1 which contains some noteworthy features. Höfter explains in the announcement post why he didn’t name the plugin ImageInject to begin with.</p>\n<blockquote><p>Why did I not name the plugin ImageInject to begin with? In part because when I first released it, <strong>I had a different scope</strong> in mind: I was planning to make WP Inject a platform for inserting lots of things besides just images, including videos and affiliate products. Those plans did not die with the name change but I decided that once they become a reality, they will be better off moved into their own plugin.</p></blockquote>\n<p>Version 1.1 introduces support for image captions. Image captions are an excellent and convenient way to display attribution information. Captions are displayed next to the image. This means they’ll move with the image if you decide to change its alignment.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/ImageInjectImageCaptions.png\" rel=\"prettyphoto[28955]\"><img class=\"size-full wp-image-28959\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/ImageInjectImageCaptions.png?resize=345%2C233\" alt=\"Example Of Image Captions Using ImageInject\" /></a>Example Of Image Captions Using ImageInject\n<p>ImageInject now supports WordPress Multisite. Once it’s network activated, you can use it across all of your sub sites. ImageInject is one of the only plugins that supports <a title=\"http://pixabay.com/\" href=\"http://pixabay.com/\">Pixabay</a> <strong>and</strong> <a title=\"https://www.flickr.com/\" href=\"https://www.flickr.com/\">Flickr</a>. This gives you a wide assortment of images to choose from.</p>\n<p>ImageInject is a free plugin available from <a title=\"http://wpscoop.com/wp-inject/\" href=\"http://wpscoop.com/wp-inject/\">WPScoop.com</a> or the <a title=\"http://wordpress.org/plugins/wp-inject/\" href=\"http://wordpress.org/plugins/wp-inject/\">WordPress plugin directory</a>. If you need a helping hand getting started, WPScoop has a great tutorial on the download page that explains how to get the most out of using the plugin.</p>\n<p>For more resources on finding images you can use on your site, check out our guide that contains <a title=\"http://wptavern.com/13-sources-for-free-public-domain-and-cc0-licensed-images\" href=\"http://wptavern.com/13-sources-for-free-public-domain-and-cc0-licensed-images\">13 sources of CC0 licensed images</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, 22 Aug 2014 15:16:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:74:\"WPTavern: WPWeekly Episode 159 – The Future of WPChat With Leland Fiegel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28858&preview_id=28858\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:184:\"http://wptavern.com/wpweekly-episode-159-the-future-of-wpchat-with-leland-fiegel?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-159-the-future-of-wpchat-with-leland-fiegel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3866:\"<p>In this episode of WordPress Weekly, Marcus Couch and I are joined by <a href=\"http://leland.me/\" title=\"http://leland.me/\">Leland Fiegel</a>. Fiegel is the founder of <a href=\"http://wpchat.com/\" title=\"http://wpchat.com/\">WPChat.com</a>, a site he <a href=\"http://wptavern.com/wpchat-relaunches-as-a-forum-dedicated-to-wordpress\" title=\"http://wptavern.com/wpchat-relaunches-as-a-forum-dedicated-to-wordpress\">relaunched into a forum</a> dedicated to WordPress discussions. Fiegel shares the history of the domain and how he acquired it. He also explains why he chose <a href=\"http://www.discourse.org/\" title=\"http://www.discourse.org/\">Discourse</a> to power the forum rather than bbPress or phpBB.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://www.carriedils.com/wordcamp-tips/\" title=\"http://www.carriedils.com/wordcamp-tips/\">WordCamp Survival Guide For First Time Attendees</a><br />\n<a href=\"http://wptavern.com/time-to-move-on-from-the-is-wordpress-a-cms-debate\" title=\"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><br />\n<a href=\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress\" title=\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress\">The Problem With Image Attachments In WordPress</a><br />\n<a href=\"http://wptavern.com/how-to-find-all-posts-using-a-specific-file-attachment\" title=\"http://wptavern.com/how-to-find-all-posts-using-a-specific-file-attachment\">How to Find All Posts Using a Specific File Attachment In WordPress</a><br />\n<a href=\"http://wptavern.com/how-to-find-all-posts-using-a-specific-file-attachment\" title=\"http://wptavern.com/how-to-find-all-posts-using-a-specific-file-attachment\">Akismet Account Dashboard Gets a Major Overhaul</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"http://wordpress.org/plugins/log-emails/\" title=\"http://wordpress.org/plugins/log-emails/\">Log Emails</a> lets you log your outgoing emails to the WordPress database for analysis. Access is restricted to administrators. Emails with WordPress passwords are obfuscated for security and privacy. This plugin is useful for diagnosing email problems. The logs are automatically purged after a defined period, adjusted through a settings page in the WordPress admin. Setting the period to 0 prevents logs from being purged. Deactivating the plugin purges all logs.</p>\n<p><a href=\"http://wordpress.org/plugins/wp-dashboard-notes/\" title=\"http://wordpress.org/plugins/wp-dashboard-notes/\">WP Dashboard Notes</a> is a new way to display notes and to-do lists in the Admin Dashboard. They are presented just like Post-It notes. This is a great plugin if you are developing a site or have multiple authors publishing content on your site.</p>\n<p><a href=\"https://wordpress.org/plugins/simple-post-expiration/\" title=\"https://wordpress.org/plugins/simple-post-expiration/\">Simple Post Expiration</a> is a simple plugin that allows you to set an expiration date on posts. Once a post is expired, <strong>Expired</strong> will be prefixed to the post title. You can alter the behavior of this plugin using a short code with five different parameters.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, August 27th 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 #159:</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:\"Fri, 22 Aug 2014 01:40:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:30:\"Matt: Beware Chrome Extensions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=44027\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://ma.tt/2014/08/beware-chrome-extensions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:526:\"<p><a href=\"https://mig5.net/content/awesome-screenshot-and-niki-bot\">Awesome Screenshot URL tracking and niki-bot</a>, some pretty sketchy things going on in the Chrome extension world. Hope Google starts cleaning these up soon. BTW if you want a better screenshot tool <a href=\"http://intenseminimalism.com/\">my Automattic colleague Davide</a> makes <a href=\"https://chrome.google.com/webstore/detail/blipshot-%E2%80%94-one-click-scre/mdaboflcmhejfihjcbmdiebgfchigjcf\">Blipshot which contains no tracking or spyware</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:\"Thu, 21 Aug 2014 21:18:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:65:\"WPTavern: WordPress 4.0 Adds Custom Icons to the Plugin Installer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"http://wptavern.com/wordpress-4-0-adds-custom-icons-to-the-plugin-installer?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-4-0-adds-custom-icons-to-the-plugin-installer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3184:\"<p>The WordPress plugin installer page is about to get more colorful. The <a href=\"http://wptavern.com/preview-wordpress-4-0-features-beta-1-now-available-for-testing\" target=\"_blank\">upcoming 4.0 release</a> completely revamps the plugin search and installation process with plugin cards arranged in a new grid view. Andrew Nacin <a href=\"http://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/\" target=\"_blank\">announced</a> today that plugins will also have their own icons in the installer.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/akismet-details.png\" rel=\"prettyphoto[28923]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/akismet-details.png?resize=651%2C235\" alt=\"akismet-details\" class=\"aligncenter size-full wp-image-28927\" /></a></p>\n<p>Plugin authors are at liberty to create their own custom 128px square icons, as seen in the Akismet example above. Nacin outlines the specific criteria for custom icons in the announcement:</p>\n<blockquote><p>Plugin icons are 128 pixels square. HiDPI (retina) icons are supported at 256 pixels square. Like banners, these go into your /assets directory and can be either a PNG or JPG. So just create assets/icon-128×128.(png|jpg) and/or assets/icon-256×256.(png|jpg) and you have an icon.</p>\n<p>You also have another option: SVG. Vectors are perfect for icons like this, as they can be scaled to any size and the file itself is small. For an SVG file, you simply need an assets/icon.svg file.</p></blockquote>\n<p>If a plugin does not have a custom icon in place, an auto-generated icon will appear in the installer instead. Default icons are created from a color sampling of your plugin banner (done via <a href=\"https://github.com/mtias/tonesque\" target=\"_blank\">Tonesque</a>) and generated using the <a href=\"https://github.com/jasonlong/geo_patter\" target=\"_blank\">Geo Pattern</a> library. This is all the more reason to add a custom banner to your plugin’s page on WordPress.org.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/geo-patterns.png\" rel=\"prettyphoto[28923]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/geo-patterns.png?resize=654%2C393\" alt=\"geo-patterns\" class=\"aligncenter size-full wp-image-28936\" /></a></p>\n<p>Nacin credits <a href=\"http://profiles.wordpress.org/tellyworth\" target=\"_blank\">Alex Shiels</a> for his work on this beautiful new feature for the plugin installer.</p>\n<p>If you are a plugin author and you want to have a custom icon in place when WordPress 4.0 launches, you can add one now. A custom icon will help your plugin stand out among the auto-generated icons. Check out Nacin’s <a href=\"http://make.wordpress.org/core/2014/08/21/introducing-plugin-icons-in-the-plugin-installer/\" target=\"_blank\">tips on creating a custom icon</a> for more information. WordPress 4.0 will be landing <a href=\"http://make.wordpress.org/core/version-4-0-project-schedule/\" target=\"_blank\">the week of August 25th</a>. While you’re adding your icon, there’s still plenty of time to test your plugin with 4.0 to ensure its compatibility.</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, 21 Aug 2014 19:45:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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: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:73:\"WPTavern: Free WordPress Superuser Training Course from WordPress.com VIP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28893\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:192:\"http://wptavern.com/free-wordpress-supueruser-training-course-from-wordpress-com-vip?utm_source=rss&utm_medium=rss&utm_campaign=free-wordpress-supueruser-training-course-from-wordpress-com-vip\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3972:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/training.jpg\" rel=\"prettyphoto[28893]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/training.jpg?resize=1024%2C488\" alt=\"photo credit: Kris Krug - cc\" class=\"size-full wp-image-28917\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/kk/4166628455/\">Kris Krug</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>The folks at WordPress.com VIP are continuing to add to <a href=\"http://wptavern.com/wordpress-com-vip-releases-presentation-documents-and-resources-under-creative-commons-license\" target=\"_blank\">Documattic</a>, a repository dedicated to sharing presentations and resources with the WordPress community. While the repository already contains some solid resources for WordPress in enterprise and government, today’s addition may have the widest reach, as it pertains to user education.</p>\n<p>The <a href=\"https://github.com/Automattic/Documattic/tree/master/Presentations/Superuser_Training_Slides\" target=\"_blank\">WordPress.com VIP Superuser Training Course</a> is now open source on GitHub for anyone to use. The course was designed to provide editorial and administrative training for administrators of multi-author sites and is used by VIP instructors for WordPress.com’s <a href=\"http://vip.wordpress.com/training/\" target=\"_blank\">VIP Training Day</a> events.</p>\n<p>Comprised of 300+ slides, the training course is well-organized and comprehensive, covering important topics such as user management, creating posts, managing tags and categories, comment moderation and more. The slides were created with <a href=\"http://lab.hakim.se/reveal-js/#/\" target=\"_blank\">reveal.js</a>, so they can be presented within any browser and easily edited with HTML.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/bulk-user-editing.jpg\" rel=\"prettyphoto[28893]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/bulk-user-editing.jpg?resize=1024%2C768\" alt=\"bulk-user-editing\" class=\"aligncenter size-full wp-image-28907\" /></a></p>\n<h3>Everything You Need to Guide Users Through the Publishing Process</h3>\n<p>This course is immensely valuable for any WordPress agency that provides in-person training for clients. It helps new WordPress administrators get up to speed on managing content and even contains exercises for students to practice during the course. To get a full view of the breadth of this course, check out the <a href=\"https://github.com/Automattic/Documattic/tree/master/Presentations/Superuser_Training_Slides#index-of-the-presentation-sections\" target=\"_blank\">index of the presentation sections</a>, which includes the corresponding slide numbers.</p>\n<p>While the intended purpose of the course is to train WordPress beginners, the WordPress.com VIP team recommends that it be delivered by an instructor. The slides are not meant to stand alone but rather to serve as a tool for teachers to train site administrators, site owners, and editors of large multi-author sites.</p>\n<p>You can put videos and tutorials inside the WordPress admin, but nothing replaces a hands-on teaching experience. It is by far the best way to build confidence in new administrators. The <a href=\"https://github.com/Automattic/Documattic/tree/master/Presentations/Superuser_Training_Slides\" target=\"_blank\">WordPress.com VIP Superuser Training Course</a> essentially gives you the material to provide a full day’s worth of WordPress training to your clients.</p>\n<p>If you’re in the business of WordPress, then you need to bookmark the <a href=\"https://github.com/Automattic/Documattic\" target=\"_blank\">Documattic</a> repo, as it houses a wealth of knowledge on marketing the platform and educating users. All of the material is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license and you can feel free to modify it as needed.</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, 21 Aug 2014 18:43: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: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:78:\"WPTavern: WordPress Multisite Tip: Add a Search Bar to the “My Sites” Menu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:186:\"http://wptavern.com/wordpress-multisite-tip-add-a-search-bar-to-the-my-sites-menu?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-multisite-tip-add-a-search-bar-to-the-my-sites-menu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2616:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/card-catalogue.jpg\" rel=\"prettyphoto[28859]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/card-catalogue.jpg?resize=1024%2C482\" alt=\"photo credit: sylvar - cc\" class=\"size-full wp-image-28886\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/sylvar/262787798/\">sylvar</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a>\n<p>If you’re managing a multisite network where you’ve created a long list of sites, the “My Sites” menu in the admin bar can get so lengthy that it becomes difficult to navigate. 10up engineer <a href=\"http://kaileylampert.com/\" target=\"_blank\">Kailey Lampert</a> designed an elegant solution to this problem.</p>\n<p>The <a href=\"https://github.com/trepmal/my-sites-search\" target=\"_blank\">My Sites Search</a> plugin does exactly what it says on the label. Once installed, it adds a search bar to filter the “My Sites” menu in WordPress multisite. It narrows the site list down as you type, making it simple to locate a site in your list.</p>\n<p>Before you install the plugin, your site list might look something like this:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/before.png\" rel=\"prettyphoto[28859]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/before.png?resize=341%2C694\" alt=\"before\" class=\"aligncenter size-full wp-image-28869\" /></a></p>\n<p>With My Sites Search installed, you’ll have a search bar added to the top of the “My Sites” dropdown, allowing you to quickly navigate to any of your sites on the network.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/after.png\" rel=\"prettyphoto[28859]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/after.png?resize=398%2C433\" alt=\"after\" class=\"aligncenter size-full wp-image-28868\" /></a></p>\n<p>As soon as I saw the plugin, I had to test it, having come up against this problem many times. It works exactly as advertised. My Sites Search is especially useful on closed networks where the super admin user has set up all of the sites. This normally results in a long “My Sites” list, as opposed to networks with open registration where users generally only register one site apiece.</p>\n<p>Small enhancements like this can help to make your super admin life easier. If your “My Sites” dropdown is getting out of control, download the <a href=\"https://github.com/trepmal/my-sites-search\" target=\"_blank\">My Sites Search</a> plugin from GiHub.</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, 21 Aug 2014 08:01:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Updates to VaultPress Result In 25%-90% Faster Restore Builds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28851\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"http://wptavern.com/updates-to-vaultpress-result-in-25-90-faster-restore-builds?utm_source=rss&utm_medium=rss&utm_campaign=updates-to-vaultpress-result-in-25-90-faster-restore-builds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1759:\"<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/RoadRunnerFeaturedImage.png\" rel=\"prettyphoto[28851]\"><img class=\"size-full wp-image-28853\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/RoadRunnerFeaturedImage.png?resize=639%2C260\" alt=\"RoadRunner Featured Image\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/steevithak/3292372292/\">steevithak</a> – <a href=\"http://creativecommons.org/licenses/by-sa/2.0/\">cc</a>\n<p>VaultPress has <a title=\"http://blog.vaultpress.com/2014/08/18/how-vaultpress-works/\" href=\"http://blog.vaultpress.com/2014/08/18/how-vaultpress-works/\">announced</a> that a recent update to their backup systems have reduced the time required to build restore files by anywhere from 25%-90%. Before the change, VaultPress stored each SQL row in a separate file in its replicated file system which slowed down restore times.</p>\n<blockquote><p>Before the VaultPress update, we were storing each SQL row in a separate file in our replicated filesystem. That slowed our restore times, because each table had to be regenerated from potentially millions of individual files.</p>\n<p>Now we store table dumps and changes, building a restore typically involves far fewer files per table.</p></blockquote>\n<p>To go along with the decrease in restore times, the post also explains how the service works. If you’d like to try out VaultPress for free, consider using their <a title=\"http://wptavern.com/vaultpress-begins-offering-5-day-free-trials-through-jetpack\" href=\"http://wptavern.com/vaultpress-begins-offering-5-day-free-trials-through-jetpack\">five day trial period</a> through Jetpack. If VaultPress has brought your site back from a disaster, share your story 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:\"Thu, 21 Aug 2014 00:50:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:77:\"WPTavern: How to Find All Posts Using a Specific File Attachment In WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28834\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"http://wptavern.com/how-to-find-all-posts-using-a-specific-file-attachment?utm_source=rss&utm_medium=rss&utm_campaign=how-to-find-all-posts-using-a-specific-file-attachment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1724:\"<p>In a <a title=\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress\" href=\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress\">previous article</a>, I mentioned how WordPress doesn’t provide information to locate posts where an attachment is in use. Comments to the article indicate <a title=\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress#comment-57979\" href=\"http://wptavern.com/the-problem-with-image-attachments-in-wordpress#comment-57979\">others are interested</a> in having this information as well. <a title=\"http://wordpress.org/plugins/find-posts-using-attachment/\" href=\"http://wordpress.org/plugins/find-posts-using-attachment/\">Find Posts Using Attachment</a> created by <a title=\"http://sergeybiryukov.ru/\" href=\"http://sergeybiryukov.ru/\">Sergey Biryukov,</a> is an easy to use plugin that solves this problem.</p>\n<p>The plugin adds a <strong>Used In</strong> column to the list view in the media library as well as to the attachment details modal. Not only can you find posts that use the image in a post or as a featured image, it works with custom post types too.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/UsedInColumn.png\" rel=\"prettyphoto[28834]\"><img class=\"size-full wp-image-28838\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/UsedInColumn.png?resize=666%2C184\" alt=\"Used In Column\" /></a>Used In Column\n<p>Although it’s primarily for images, it also tells you where other attachment types are used in posts such as mp3s or text files. If you need to change or update attachments in the media library but don’t remember where they’re being used, this plugin is invaluable.</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, 20 Aug 2014 21:22: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: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:57:\"WPTavern: Akismet Account Dashboard Gets a Major Overhaul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28804\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"http://wptavern.com/akismet-account-dashboard-gets-a-major-overhaul?utm_source=rss&utm_medium=rss&utm_campaign=akismet-account-dashboard-gets-a-major-overhaul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2902:\"<p>Akismet <a href=\"http://blog.akismet.com/2014/08/20/welcome-to-your-new-account-page/\" target=\"_blank\">announced</a> a redesign and complete update of the account dashboard today. Finding out what’s going on with your Akismet account is no longer a cryptic process thanks to the new additions to the dashboard. It now includes helpful stats and a full listing of all your active sites.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/akismet-dashboard.png\" rel=\"prettyphoto[28804]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/akismet-dashboard.png?resize=943%2C616\" alt=\"akismet-dashboard\" class=\"aligncenter size-full wp-image-28813\" /></a></p>\n<p>Each active account links to a full page of stats that illustrate how effective Akismet has been at deterring spam recently and historically. It’s also a great reminder of how much time Akismet is saving you every day.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/akismet-stats.png\" rel=\"prettyphoto[28804]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/akismet-stats.png?resize=688%2C584\" alt=\"akismet-stats\" class=\"aligncenter size-full wp-image-28821\" /></a></p>\n<p>The active site listing displays each site that has used your API key within the past 90 days, enabling you to monitor exactly where and how your Akismet account is being used. This will better help users to comply with Akismet’s <a href=\"https://akismet.com/tos/\" target=\"_blank\">terms of service</a> agreement, which states:</p>\n<blockquote><p>If you obtain or purchase an API Key, you are responsible for maintaining the security of your API Key, and you are fully responsible for all activities that occur under the account and any other actions taken in connection with your API Key.</p></blockquote>\n<p>If you scan your list and find that you have client sites and others for which you’re not directly responsible, you might consider getting in touch with them to <a href=\"http://wptavern.com/how-do-you-manage-wordpress-com-account-use-on-multiple-sites\" target=\"_blank\">sign up for their own Akismet accounts</a>.</p>\n<p>Billing information for premium users has been streamlined to its own section with quick access to transaction history and receipts.</p>\n<p>In the past it was difficult to know where to go for Akismet support. The new support section adds links to key documentation for common questions, the <a href=\"https://akismet.com/support/\" target=\"_blank\">comprehensive knowledgebase</a>, and the Happiness Engineers support team.</p>\n<p>The new user-friendly dashboard is a welcome update to Akismet, which has traditionally gone the most minimal route for getting users connected to the service. <a href=\"http://akismet.com/account/\" target=\"_blank\">Sign in to Akismet</a> with your WordPress.com account to check out all the updates.</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, 20 Aug 2014 18:57:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:41:\"Akismet: Welcome To Your New Account Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1642\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://blog.akismet.com/2014/08/20/welcome-to-your-new-account-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2432:\"<p>If you’ve logged in to <a title=\"Log in to your Akismet account\" href=\"http://akismet.com/account\">your Akismet account</a> within the past week or so, you’ve probably noticed quite a few changes. We’re happy to announce some updates to your account dashboard, which will make it easier to manage your Akismet subscription.</p>\n<p>The most significant update to the dashboard is an active site listing, which will display each site that has used your API key within the past 90 days. Each site is linked to its dedicated stats URL, which details specific usage. If you have numerous active sites, you can use the handy new search feature to quickly locate one of your URLs. This all makes it possible to know where and how your subscription is being used at any given time.</p>\n<p><a href=\"https://akismet.files.wordpress.com/2014/08/new-akismet-dashboard.png\"><img class=\"alignnone size-large wp-image-1676\" src=\"http://akismet.files.wordpress.com/2014/08/new-akismet-dashboard.png?w=700&h=457\" alt=\"New Akismet Account Dashboard\" width=\"700\" height=\"457\" /></a></p>\n<p>In addition to this new stats goodness, the billing information (for users with premium subscriptions) has been moved to a unified section where you can quickly access your transaction history and receipts. This greatly reduces the amount of scrolling that your old dashboard required.</p>\n<p>We’ve also added a new Support section with some links to a few popular support documents and an option to get in touch with our Happiness Engineers.</p>\n<p>Oh, and the whole thing has been given a fresh coat of paint, as well.</p>\n<p>So, <a title=\"Log in to your Akismet account\" href=\"http://akismet.com/account/\">log in</a> and take a look. We hope you enjoy these changes and always welcome your feedback. If you notice any problems or have suggestions, please don’t hesitate to <a title=\"Contact Akismet Support\" href=\"http://akismet.com/contact\">get in touch</a>. And because we like to keep the goodies coming, look out for a forthcoming update to our stats pages!</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1642/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1642/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1642&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:\"Wed, 20 Aug 2014 17: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:\"Anthony Bubel\";s: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:73:\"WPTavern: Create and Manage SVG Spritemaps in the WordPress Media Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=28766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:190:\"http://wptavern.com/create-and-manage-svg-spritemaps-in-the-wordpress-media-library?utm_source=rss&utm_medium=rss&utm_campaign=create-and-manage-svg-spritemaps-in-the-wordpress-media-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4726:\"<p>If you try to upload an SVG in WordPress, you’ll discover that it doesn’t yet have native support for adding SVGs to the media library. However, it’s easy to add them to WordPress’ <a href=\"http://codex.wordpress.org/Function_Reference/get_allowed_mime_types\" target=\"_blank\">allowed mime types</a> to remove the restriction via a plugin.</p>\n<p>Many users are eager to use SVGs, especially for logos, because of their many advantages over traditional graphics. SVGs can scale to any size without losing quality, which means they will look great on retina displays. They can also be easily styled via CSS to add multiple colors, gradients, filters, etc.</p>\n<p><a href=\"http://wordpress.org/plugins/svg-spritemap/\" target=\"_blank\">SVG Spritemap</a> is a relatively new plugin that allows you to upload SVGs to the media library. It also adds the ability to create and manage an SVG spritemap, which lets you display and manipulate the images separately while including them in one larger file to reduce HTTP requests.</p>\n<p>Once you install the plugin, you’ll find SVG Spritemap under the Media menu. You’ll see that you cannot create a spritemap until you upload a few SVGs.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/svg-spritemap.png\" rel=\"prettyphoto[28766]\"><img class=\"aligncenter size-full wp-image-28768\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/svg-spritemap.png?resize=780%2C250\" alt=\"svg-spritemap\" /></a></p>\n<p>The usage instructions outline the general workflow for using SVG Spritemaps:</p>\n<ol>\n<li>Install and activate the WordPress plugin.</li>\n<li>Add SVG images through the Media Uploader.</li>\n<li>Select the SVGs for the spritemap in Settings > Media > SVG Spritemap.</li>\n</ol>\n<p>You can add SVGs to the medial library as you normally would and they will be displayed like any other file. I’ve added a handful from Flaticon.com as an example:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/add-svg.png\" rel=\"prettyphoto[28766]\"><img class=\"aligncenter size-full wp-image-28771\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/add-svg.png?resize=856%2C406\" alt=\"add-svg\" /></a></p>\n<p>Navigate back to SVG Spritemap and you’ll see all of your available SVGs. Click on the images you want to add to your new spritemap.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/create-svg-spritemap.png\" rel=\"prettyphoto[28766]\"><img class=\"aligncenter size-full wp-image-28783\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/08/create-svg-spritemap.png?resize=817%2C328\" alt=\"create-svg-spritemap\" /></a></p>\n<p>Click on “Update SVG Spritemap” to add your selections. Those files will now be listed as “In Use.” The defs.svg spritemap is automatically generated by the plugin.</p>\n<p>Below you will see the URL displayed for the SVG spritemap along with the estimated filesize, which represents the combined filesize of all the SVGs. It doesn’t factor in the gzip compression, so the live filesize is likely to be much smaller than the estimation.</p>\n<p>You can reference individual sprites by appending #: and the name of the sprite to this URL, i.e.:</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\"><svg><use xlink:href=\"http://www.test.dev/wp-content/plugins/svg-spritemap/defs.svg#:bunny\"></svg></pre>\n<p>You can now display your SVGs on the frontend and further customize them with CSS.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/svg-bunny.png\" rel=\"prettyphoto[28766]\"><img class=\"aligncenter size-large wp-image-28790\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/svg-bunny.png?resize=500%2C297\" alt=\"svg-bunny\" /></a></p>\n<h3>SVG Browser Support</h3>\n<p>Before using SVG Spritemap, you should be aware that IE8 does not support external SVG display, but all other major browsers are <a href=\"http://caniuse.com/#feat=svg\" target=\"_blank\">SVG-capable</a>. This may or may not be important to you. Jonathan Neal, the plugin’s author, has created a way around this with his <a href=\"https://github.com/jonathantneal/svg4everybody\" target=\"_blank\">SVG for Everybody</a> project, which adds special assistance to browsers to display external SVG spritemaps.</p>\n<p>If you want an easy way to add SVGs to WordPress and create your own SVG spritemap, this plugin gives you a nice interface for generating it automatically. After testing, I can confirm that it works as advertised. Download <a href=\"http://wordpress.org/plugins/svg-spritemap/\" target=\"_blank\">SVG Spritemap</a> for free from WordPress.org.</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, 20 Aug 2014 16:09:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:89:\"WPTavern: WordPress Customizer Library Provides a Simpler Way to Work with the Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=28715\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:222:\"http://wptavern.com/wordpress-customizer-library-provides-a-simpler-way-to-work-with-the-customizer?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-customizer-library-provides-a-simpler-way-to-work-with-the-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3718:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/customizer-library.png\" rel=\"prettyphoto[28715]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/08/customizer-library.png?resize=700%2C332\" alt=\"customizer-library\" class=\"aligncenter size-full wp-image-28749\" /></a></p>\n<p>WordPress’ native customizer has evolved considerably since its early days when it when it was introduced for adding live previews to themes. WordPress 3.9 <a href=\"http://wptavern.com/widget-customizer-approved-for-wordpress-3-9\" target=\"_blank\">added widgets to the customizer</a> and the 4.0 release is set to expand the role of the feature into other aspects of WordPress with <a href=\"https://core.trac.wordpress.org/ticket/28477\" target=\"_blank\">support for a wider array of controls</a>.</p>\n<p>Developers are eager to find new ways to harness the power of the customizer without getting caught up in writing a ton of code. Devin Price, co-owner of <a href=\"https://devpress.com/\" target=\"_blank\">DevPress</a>, is working on a new project to create a <a href=\"https://github.com/devinsays/customizer-library\" target=\"_blank\">Customizer Library</a>. The library is designed to abstract out some of the complexity of working with the customizer so that developers can easily add options by defining a simple array.</p>\n<p>Price <a href=\"http://wptheming.com/2014/08/customizer-library/\" target=\"_blank\">describes</a> the Customizer Library as “a collection of classes and functions that make it a bit easier to develop for the WordPress Customizer.” The library currently includes helper functions for Google fonts and inline styles, but he’s considering removing them into their own repositories in order to keep the project more focused for general use.</p>\n<p>The library can be included in a theme or plugin as a git submodule, according to the <a href=\"https://github.com/devinsays/customizer-library#installation\" target=\"_blank\">installation instructions</a>. Price has built in only one custom control, for textarea, but he plans to add additional custom controls as the library matures. It currently supports the following options:</p>\n<ul>\n<li>Checkbox</li>\n<li>Select</li>\n<li>Radio</li>\n<li>Upload</li>\n<li>Color</li>\n<li>Textarea</li>\n<li>Select (Typography)</li>\n</ul>\n<p>An example theme can be found in the <a href=\"https://github.com/devinsays/customizer-library-demo\" target=\"_blank\">Customizer Library Demo</a> repository, which shows how to use the library to create options such as logo, primary and secondary colors, textareas, checkboxes, etc.</p>\n<p>The Customizer Library project is somewhat similar to the <a href=\"http://wptavern.com/kirki-a-free-plugin-to-style-the-wordpress-customizer-and-add-advanced-controls\" target=\"_blank\">Kirki plugin</a>, which aims to provide a framework for adding advanced controls. Although the projects are constructed differently, they both abstract the Customizer API to make it easier to add options. As the customizer evolves to become more powerful with more controls, libraries/frameworks like these provide an entry point for developers who want a quick way to build options.</p>\n<p>If you want to use the customizer in your projects but are having trouble getting a handle on it, the<a href=\"https://github.com/devinsays/customizer-library\" target=\"_blank\"> Customzer Library</a> might be a reasonable starting place. Price is looking for feedback and suggestions as he continues to develop the library as a standalone project. You can help shape its future by joining the discussion on the <a href=\"http://wptheming.com/2014/08/customizer-library/\" target=\"_blank\">post</a> where he introduces the library.</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, 20 Aug 2014 00:37: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 30 Aug 2014 19:23:34 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"209097\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 30 Aug 2014 19:15:13 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:\"20140828193756\";}','no'),(337,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1409469828','no'),(335,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1409469828','no'),(336,'_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:44:\"http://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Aug 2014 19:18:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:45:\"http://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using 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: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:54:\"http://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:48:\"http://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"MailPoet Newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wysija-newsletters/#post-32629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Dec 2011 17:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"32629@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Send newsletters, post notifications or autoresponders from WordPress easily, and 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:14:\"MailPoet Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Broken Link Checker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/broken-link-checker/#post-2441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Oct 2007 21:35:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2441@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"This plugin will check your posts, comments and other content for broken links and missing images, and notify you if any are found.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Janis Elsts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s: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:59:\"http://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:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"http://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:34:\"5468@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s: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:45:\"http://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 30 Aug 2014 19:23:35 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:7:\"expires\";s:29:\"Sat, 30 Aug 2014 19:53:31 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Sat, 30 Aug 2014 19:18:31 +0000\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140828193756\";}','no'),(339,'_transient_timeout_plugin_slugs','1409540711','no'),(340,'_transient_plugin_slugs','a:12:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:41:\"facebook-page-promoter-lightbox/index.php\";i:3;s:9:\"hello.php\";i:4;s:71:\"hupso-share-buttons-for-twitter-facebook-google/share-buttons-hupso.php\";i:5;s:21:\"plugrush/plugrush.php\";i:6;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:7;s:29:\"seo-ultimate/seo-ultimate.php\";i:8;s:23:\"videolock/videolock.php\";i:9;s:51:\"wordpress-popular-posts/wordpress-popular-posts.php\";i:10;s:24:\"wordpress-seo/wp-seo.php\";i:11;s:27:\"wp-pagenavi/wp-pagenavi.php\";}','no'),(364,'truepixel','a:61:{s:8:\"last_tab\";s:1:\"3\";s:8:\"mts_logo\";s:0:\"\";s:11:\"mts_favicon\";s:0:\"\";s:20:\"mts_twitter_username\";s:0:\"\";s:14:\"mts_feedburner\";s:0:\"\";s:15:\"mts_header_code\";s:0:\"\";s:18:\"mts_analytics_code\";s:0:\"\";s:14:\"mts_copyrights\";s:59:\"Theme by <a href=\"http://mythemeshop.com/\">MyThemeShop</a>.\";s:19:\"mts_featured_slider\";s:1:\"0\";s:23:\"mts_pagenavigation_type\";s:1:\"0\";s:15:\"mts_ajax_search\";s:1:\"0\";s:15:\"mts_prefetching\";s:1:\"0\";s:22:\"mts_home_headline_meta\";s:1:\"1\";s:27:\"mts_home_headline_meta_info\";a:4:{s:6:\"author\";s:1:\"1\";s:4:\"date\";s:1:\"1\";s:8:\"category\";s:1:\"1\";s:7:\"comment\";s:1:\"1\";}s:16:\"mts_color_scheme\";s:7:\"#E03F00\";s:10:\"mts_layout\";s:8:\"cslayout\";s:17:\"mts_footer_widget\";s:1:\"0\";s:25:\"mts_footer_widget_columns\";s:1:\"3\";s:27:\"mts_copyrights_color_scheme\";s:7:\"#494951\";s:12:\"mts_bg_color\";s:7:\"#F0F2F3\";s:14:\"mts_bg_pattern\";s:8:\"pattern3\";s:21:\"mts_bg_pattern_upload\";s:0:\"\";s:14:\"mts_custom_css\";s:0:\"\";s:14:\"mts_responsive\";s:1:\"1\";s:12:\"mts_lightbox\";s:1:\"0\";s:14:\"mts_sticky_nav\";s:1:\"0\";s:19:\"mts_header_section2\";s:1:\"1\";s:18:\"mts_top_navigation\";s:1:\"1\";s:24:\"mts_top_nav_color_scheme\";s:7:\"#494951\";s:18:\"mts_sec_navigation\";s:1:\"1\";s:14:\"mts_breadcrumb\";s:1:\"0\";s:24:\"mts_single_headline_meta\";s:1:\"0\";s:29:\"mts_single_headline_meta_info\";a:4:{s:6:\"author\";s:1:\"1\";s:4:\"date\";s:1:\"1\";s:8:\"category\";s:1:\"1\";s:7:\"comment\";s:1:\"1\";}s:18:\"mts_author_comment\";s:1:\"0\";s:17:\"mts_related_posts\";s:1:\"0\";s:8:\"mts_tags\";s:1:\"0\";s:14:\"mts_author_box\";s:1:\"0\";s:16:\"mts_comment_date\";s:1:\"0\";s:16:\"mts_image_border\";s:1:\"0\";s:18:\"mts_social_buttons\";s:1:\"1\";s:26:\"mts_social_button_position\";s:1:\"3\";s:11:\"mts_twitter\";s:1:\"1\";s:9:\"mts_gplus\";s:1:\"1\";s:12:\"mts_facebook\";s:1:\"1\";s:12:\"mts_linkedin\";s:1:\"0\";s:11:\"mts_stumble\";s:1:\"0\";s:13:\"mts_pinterest\";s:1:\"1\";s:18:\"mts_posttop_adcode\";s:0:\"\";s:23:\"mts_posttop_adcode_time\";s:1:\"0\";s:18:\"mts_postend_adcode\";s:0:\"\";s:23:\"mts_postend_adcode_time\";s:1:\"0\";s:20:\"mts_sidebar_for_home\";s:0:\"\";s:20:\"mts_sidebar_for_post\";s:0:\"\";s:20:\"mts_sidebar_for_page\";s:0:\"\";s:23:\"mts_sidebar_for_archive\";s:0:\"\";s:24:\"mts_sidebar_for_category\";s:0:\"\";s:19:\"mts_sidebar_for_tag\";s:0:\"\";s:20:\"mts_sidebar_for_date\";s:0:\"\";s:22:\"mts_sidebar_for_author\";s:0:\"\";s:22:\"mts_sidebar_for_search\";s:0:\"\";s:24:\"mts_sidebar_for_notfound\";s:0:\"\";}','yes'),(391,'_transient_twentyfourteen_category_count','1','yes'),(199,'theme_mods_twentythirteen','a:5:{i:0;b:0;s:16:\"header_textcolor\";s:6:\"220e10\";s:12:\"header_image\";s:84:\"http://www.hulknoticias.com/wp-content/themes/twentythirteen/images/headers/star.png\";s:17:\"header_image_data\";a:3:{s:3:\"url\";s:84:\"http://www.hulknoticias.com/wp-content/themes/twentythirteen/images/headers/star.png\";s:13:\"thumbnail_url\";s:94:\"http://www.hulknoticias.com/wp-content/themes/twentythirteen/images/headers/star-thumbnail.png\";s:11:\"description\";s:4:\"Star\";}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1409277327;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(134,'current_theme','TruePixel by MyThemeShop','yes'),(135,'theme_mods_hueman','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1409449455;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"meta-2\";i:1;s:17:\"recent-comments-2\";i:2;s:10:\"archives-2\";}s:7:\"primary\";a:2:{i:0;s:5:\"wpp-2\";i:1;s:6:\"text-5\";}s:9:\"secondary\";a:1:{i:0;s:6:\"text-2\";}}}}','yes'),(136,'theme_switched','','yes'),(137,'option_tree_settings','a:3:{s:15:\"contextual_help\";a:1:{s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:12:\"general_help\";s:5:\"title\";s:13:\"Documentation\";s:7:\"content\";s:1099:\"\r\n <h1>Hueman</h1>\r\n <p>Thanks for using this theme! Enjoy.</p>\r\n <ul>\r\n <li>Read the theme documentation <a target=\"_blank\" href=\"http://transformice.wtf/wp-content/themes/hueman/functions/documentation/documentation.html\">here</a></li>\r\n <li>Download the sample child theme <a href=\"https://github.com/AlxMedia/hueman-child/archive/master.zip\">here</a></li>\r\n <li>Download or contribute translations <a target=\"_blank\" href=\"https://github.com/AlxMedia/hueman-languages\">here</a></li>\r\n <li>Feel free to rate/review the theme <a target=\"_blank\" href=\"http://wordpress.org/support/view/theme-reviews/hueman\">here</a></li>\r\n <li>If you have theme questions, go <a target=\"_blank\" href=\"http://wordpress.org/support/theme/hueman\">here</a></li>\r\n <li>Hueman is on <a target=\"_blank\" href=\"https://github.com/AlxMedia/hueman\">GitHub</a></li>\r\n </ul>\r\n <hr />\r\n <p>You can support the theme author by donating <a target=\"_blank\" href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K54RW72RZM2HN\">here</a> – any amount is always appreciated.</p>\r\n \";}}}s:8:\"sections\";a:8:{i:0;a:2:{s:2:\"id\";s:7:\"general\";s:5:\"title\";s:7:\"General\";}i:1;a:2:{s:2:\"id\";s:4:\"blog\";s:5:\"title\";s:4:\"Blog\";}i:2;a:2:{s:2:\"id\";s:6:\"header\";s:5:\"title\";s:6:\"Header\";}i:3;a:2:{s:2:\"id\";s:6:\"footer\";s:5:\"title\";s:6:\"Footer\";}i:4;a:2:{s:2:\"id\";s:6:\"layout\";s:5:\"title\";s:6:\"Layout\";}i:5;a:2:{s:2:\"id\";s:8:\"sidebars\";s:5:\"title\";s:8:\"Sidebars\";}i:6;a:2:{s:2:\"id\";s:12:\"social-links\";s:5:\"title\";s:12:\"Social Links\";}i:7;a:2:{s:2:\"id\";s:7:\"styling\";s:5:\"title\";s:7:\"Styling\";}}s:8:\"settings\";a:60:{i:0;a:6:{s:2:\"id\";s:10:\"responsive\";s:5:\"label\";s:17:\"Responsive Layout\";s:4:\"desc\";s:67:\"Mobile and tablet optimizations [ <strong>responsive.css</strong> ]\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:1;a:7:{s:2:\"id\";s:19:\"mobile-sidebar-hide\";s:5:\"label\";s:22:\"Mobile Sidebar Content\";s:4:\"desc\";s:61:\"Hide sidebar content on low-resolution mobile devices (320px)\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:1:\"1\";s:7:\"section\";s:7:\"general\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:13:\"Show sidebars\";}i:1;a:2:{s:5:\"value\";s:2:\"s1\";s:5:\"label\";s:20:\"Hide primary sidebar\";}i:2;a:2:{s:5:\"value\";s:2:\"s2\";s:5:\"label\";s:22:\"Hide secondary sidebar\";}i:3;a:2:{s:5:\"value\";s:5:\"s1-s2\";s:5:\"label\";s:18:\"Hide both sidebars\";}}}i:2;a:5:{s:2:\"id\";s:7:\"favicon\";s:5:\"label\";s:7:\"Favicon\";s:4:\"desc\";s:56:\"Upload a 16x16px Png/Gif image that will be your favicon\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:7:\"general\";}i:3;a:5:{s:2:\"id\";s:8:\"rss-feed\";s:5:\"label\";s:14:\"FeedBurner URL\";s:4:\"desc\";s:173:\"Enter your full FeedBurner URL (or any other preferred feed URL) if you wish to use FeedBurner over the standard WordPress feed e.g. http://feeds.feedburner.com/yoururlhere \";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:7:\"general\";}i:4;a:6:{s:2:\"id\";s:13:\"page-comments\";s:5:\"label\";s:13:\"Page Comments\";s:4:\"desc\";s:17:\"Comments on pages\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"general\";}i:5;a:5:{s:2:\"id\";s:12:\"blog-heading\";s:5:\"label\";s:7:\"Heading\";s:4:\"desc\";s:17:\"Your blog heading\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:4:\"blog\";}i:6;a:5:{s:2:\"id\";s:15:\"blog-subheading\";s:5:\"label\";s:10:\"Subheading\";s:4:\"desc\";s:20:\"Your blog subheading\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:4:\"blog\";}i:7;a:7:{s:2:\"id\";s:14:\"excerpt-length\";s:5:\"label\";s:14:\"Excerpt Length\";s:4:\"desc\";s:19:\"Max number of words\";s:3:\"std\";s:2:\"34\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:4:\"blog\";s:12:\"min_max_step\";s:7:\"0,100,1\";}i:8;a:6:{s:2:\"id\";s:22:\"featured-posts-include\";s:5:\"label\";s:14:\"Featured Posts\";s:4:\"desc\";s:94:\"To show featured posts in the slider AND the content below<br /><i>Usually not recommended</i>\";s:4:\"type\";s:8:\"checkbox\";s:7:\"section\";s:4:\"blog\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:38:\"Include featured posts in content area\";}}}i:9;a:5:{s:2:\"id\";s:17:\"featured-category\";s:5:\"label\";s:17:\"Featured Category\";s:4:\"desc\";s:81:\"By not selecting a category, it will show your latest post(s) from all categories\";s:4:\"type\";s:15:\"category-select\";s:7:\"section\";s:4:\"blog\";}i:10;a:7:{s:2:\"id\";s:20:\"featured-posts-count\";s:5:\"label\";s:19:\"Featured Post Count\";s:4:\"desc\";s:143:\"Max number of featured posts to display. <br /><i>Set to 1 and it will show it without any slider script</i><br /><i>Set it to 0 to disable</i>\";s:3:\"std\";s:1:\"1\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:4:\"blog\";s:12:\"min_max_step\";s:6:\"0,10,1\";}i:11;a:6:{s:2:\"id\";s:11:\"placeholder\";s:5:\"label\";s:21:\"Thumbnail Placeholder\";s:4:\"desc\";s:60:\"Show featured image placeholders if no featured image is set\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:4:\"blog\";}i:12;a:6:{s:2:\"id\";s:13:\"comment-count\";s:5:\"label\";s:23:\"Thumbnail Comment Count\";s:4:\"desc\";s:27:\"Comment count on thumbnails\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:4:\"blog\";}i:13;a:6:{s:2:\"id\";s:10:\"author-bio\";s:5:\"label\";s:25:\"Single — Author Bio\";s:4:\"desc\";s:43:\"Shows post author description, if it exists\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:4:\"blog\";}i:14;a:7:{s:2:\"id\";s:13:\"related-posts\";s:5:\"label\";s:28:\"Single — Related Posts\";s:4:\"desc\";s:48:\"Shows randomized related articles below the post\";s:3:\"std\";s:10:\"categories\";s:4:\"type\";s:5:\"radio\";s:7:\"section\";s:4:\"blog\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:7:\"Disable\";}i:1;a:2:{s:5:\"value\";s:10:\"categories\";s:5:\"label\";s:21:\"Related by categories\";}i:2;a:2:{s:5:\"value\";s:4:\"tags\";s:5:\"label\";s:15:\"Related by tags\";}}}i:15;a:7:{s:2:\"id\";s:8:\"post-nav\";s:5:\"label\";s:30:\"Single — Post Navigation\";s:4:\"desc\";s:44:\"Shows links to the next and previous article\";s:3:\"std\";s:2:\"s1\";s:4:\"type\";s:5:\"radio\";s:7:\"section\";s:4:\"blog\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:7:\"Disable\";}i:1;a:2:{s:5:\"value\";s:2:\"s1\";s:5:\"label\";s:15:\"Sidebar Primary\";}i:2;a:2:{s:5:\"value\";s:2:\"s2\";s:5:\"label\";s:17:\"Sidebar Secondary\";}i:3;a:2:{s:5:\"value\";s:7:\"content\";s:5:\"label\";s:13:\"Below content\";}}}i:16;a:5:{s:2:\"id\";s:11:\"custom-logo\";s:5:\"label\";s:11:\"Custom Logo\";s:4:\"desc\";s:70:\"Upload your custom logo image. Set logo max-height in styling options.\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:6:\"header\";}i:17;a:6:{s:2:\"id\";s:16:\"site-description\";s:5:\"label\";s:16:\"Site Description\";s:4:\"desc\";s:46:\"The description that appears next to your logo\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:6:\"header\";}i:18;a:8:{s:2:\"id\";s:14:\"footer-widgets\";s:5:\"label\";s:21:\"Footer Widget Columns\";s:4:\"desc\";s:73:\"Select columns to enable footer widgets<br /><i>Recommended number: 3</i>\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"footer\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:5:{i:0;a:3:{s:5:\"value\";s:1:\"0\";s:5:\"label\";s:7:\"Disable\";s:3:\"src\";s:80:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:1:\"1\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:86:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/footer-widgets-1.png\";}i:2;a:3:{s:5:\"value\";s:1:\"2\";s:5:\"label\";s:9:\"2 Columns\";s:3:\"src\";s:86:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/footer-widgets-2.png\";}i:3;a:3:{s:5:\"value\";s:1:\"3\";s:5:\"label\";s:9:\"3 Columns\";s:3:\"src\";s:86:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/footer-widgets-3.png\";}i:4;a:3:{s:5:\"value\";s:1:\"4\";s:5:\"label\";s:9:\"4 Columns\";s:3:\"src\";s:86:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/footer-widgets-4.png\";}}}i:19;a:5:{s:2:\"id\";s:11:\"footer-logo\";s:5:\"label\";s:11:\"Footer Logo\";s:4:\"desc\";s:29:\"Upload your custom logo image\";s:4:\"type\";s:6:\"upload\";s:7:\"section\";s:6:\"footer\";}i:20;a:5:{s:2:\"id\";s:9:\"copyright\";s:5:\"label\";s:16:\"Footer Copyright\";s:4:\"desc\";s:33:\"Replace the footer copyright text\";s:4:\"type\";s:4:\"text\";s:7:\"section\";s:6:\"footer\";}i:21;a:6:{s:2:\"id\";s:6:\"credit\";s:5:\"label\";s:13:\"Footer Credit\";s:4:\"desc\";s:18:\"Footer credit text\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:6:\"footer\";}i:22;a:7:{s:2:\"id\";s:13:\"layout-global\";s:5:\"label\";s:13:\"Global Layout\";s:4:\"desc\";s:55:\"Other layouts will override this option if they are set\";s:3:\"std\";s:7:\"col-3cm\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:6:{i:0;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:76:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-1c.png\";}i:1;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:23;a:7:{s:2:\"id\";s:11:\"layout-home\";s:5:\"label\";s:4:\"Home\";s:4:\"desc\";s:50:\"[ <strong>is_home</strong> ] Posts homepage layout\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:80:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:76:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:24;a:7:{s:2:\"id\";s:13:\"layout-single\";s:5:\"label\";s:6:\"Single\";s:4:\"desc\";s:102:\"[ <strong>is_single</strong> ] Single post layout - If a post has a set layout, it will override this.\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:80:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:76:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:25;a:7:{s:2:\"id\";s:14:\"layout-archive\";s:5:\"label\";s:7:\"Archive\";s:4:\"desc\";s:77:\"[ <strong>is_archive</strong> ] Category, date, tag and author archive layout\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:80:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:76:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:26;a:7:{s:2:\"id\";s:23:\"layout-archive-category\";s:5:\"label\";s:24:\"Archive — Category\";s:4:\"desc\";s:56:\"[ <strong>is_category</strong> ] Category archive layout\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:80:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:76:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:27;a:7:{s:2:\"id\";s:13:\"layout-search\";s:5:\"label\";s:6:\"Search\";s:4:\"desc\";s:49:\"[ <strong>is_search</strong> ] Search page layout\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:80:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:76:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:28;a:7:{s:2:\"id\";s:10:\"layout-404\";s:5:\"label\";s:9:\"Error 404\";s:4:\"desc\";s:49:\"[ <strong>is_404</strong> ] Error 404 page layout\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:80:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:76:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:29;a:7:{s:2:\"id\";s:11:\"layout-page\";s:5:\"label\";s:12:\"Default Page\";s:4:\"desc\";s:101:\"[ <strong>is_page</strong> ] Default page layout - If a page has a set layout, it will override this.\";s:3:\"std\";s:7:\"inherit\";s:4:\"type\";s:11:\"radio-image\";s:7:\"section\";s:6:\"layout\";s:7:\"choices\";a:7:{i:0;a:3:{s:5:\"value\";s:7:\"inherit\";s:5:\"label\";s:21:\"Inherit Global Layout\";s:3:\"src\";s:80:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/layout-off.png\";}i:1;a:3:{s:5:\"value\";s:6:\"col-1c\";s:5:\"label\";s:8:\"1 Column\";s:3:\"src\";s:76:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-1c.png\";}i:2;a:3:{s:5:\"value\";s:7:\"col-2cl\";s:5:\"label\";s:13:\"2 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cl.png\";}i:3;a:3:{s:5:\"value\";s:7:\"col-2cr\";s:5:\"label\";s:14:\"2 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-2cr.png\";}i:4;a:3:{s:5:\"value\";s:7:\"col-3cm\";s:5:\"label\";s:15:\"3 Column Middle\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cm.png\";}i:5;a:3:{s:5:\"value\";s:7:\"col-3cl\";s:5:\"label\";s:13:\"3 Column Left\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cl.png\";}i:6;a:3:{s:5:\"value\";s:7:\"col-3cr\";s:5:\"label\";s:14:\"3 Column Right\";s:3:\"src\";s:77:\"http://transformice.wtf/wp-content/themes/hueman/functions/images/col-3cr.png\";}}}i:30;a:7:{s:2:\"id\";s:13:\"sidebar-areas\";s:5:\"label\";s:15:\"Create Sidebars\";s:4:\"desc\";s:115:\"You must save changes for the new areas to appear below. <br /><i>Warning: Make sure each area has a unique ID.</i>\";s:4:\"type\";s:9:\"list-item\";s:7:\"section\";s:8:\"sidebars\";s:7:\"choices\";a:0:{}s:8:\"settings\";a:1:{i:0;a:6:{s:2:\"id\";s:2:\"id\";s:5:\"label\";s:10:\"Sidebar ID\";s:4:\"desc\";s:51:\"This ID must be unique, for example \"sidebar-about\"\";s:3:\"std\";s:8:\"sidebar-\";s:4:\"type\";s:4:\"text\";s:7:\"choices\";a:0:{}}}}i:31;a:5:{s:2:\"id\";s:7:\"s1-home\";s:5:\"label\";s:4:\"Home\";s:4:\"desc\";s:36:\"[ <strong>is_home</strong> ] Primary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:32;a:5:{s:2:\"id\";s:7:\"s2-home\";s:5:\"label\";s:4:\"Home\";s:4:\"desc\";s:38:\"[ <strong>is_home</strong> ] Secondary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:33;a:5:{s:2:\"id\";s:9:\"s1-single\";s:5:\"label\";s:6:\"Single\";s:4:\"desc\";s:102:\"[ <strong>is_single</strong> ] Primary - If a single post has a unique sidebar, it will override this.\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:34;a:5:{s:2:\"id\";s:9:\"s2-single\";s:5:\"label\";s:6:\"Single\";s:4:\"desc\";s:104:\"[ <strong>is_single</strong> ] Secondary - If a single post has a unique sidebar, it will override this.\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:35;a:5:{s:2:\"id\";s:10:\"s1-archive\";s:5:\"label\";s:7:\"Archive\";s:4:\"desc\";s:39:\"[ <strong>is_archive</strong> ] Primary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:36;a:5:{s:2:\"id\";s:10:\"s2-archive\";s:5:\"label\";s:7:\"Archive\";s:4:\"desc\";s:41:\"[ <strong>is_archive</strong> ] Secondary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:37;a:5:{s:2:\"id\";s:19:\"s1-archive-category\";s:5:\"label\";s:24:\"Archive — Category\";s:4:\"desc\";s:40:\"[ <strong>is_category</strong> ] Primary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:38;a:5:{s:2:\"id\";s:19:\"s2-archive-category\";s:5:\"label\";s:24:\"Archive — Category\";s:4:\"desc\";s:42:\"[ <strong>is_category</strong> ] Secondary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:39;a:5:{s:2:\"id\";s:9:\"s1-search\";s:5:\"label\";s:6:\"Search\";s:4:\"desc\";s:38:\"[ <strong>is_search</strong> ] Primary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:40;a:5:{s:2:\"id\";s:9:\"s2-search\";s:5:\"label\";s:6:\"Search\";s:4:\"desc\";s:40:\"[ <strong>is_search</strong> ] Secondary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:41;a:5:{s:2:\"id\";s:6:\"s1-404\";s:5:\"label\";s:9:\"Error 404\";s:4:\"desc\";s:35:\"[ <strong>is_404</strong> ] Primary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:42;a:5:{s:2:\"id\";s:6:\"s2-404\";s:5:\"label\";s:9:\"Error 404\";s:4:\"desc\";s:37:\"[ <strong>is_404</strong> ] Secondary\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:43;a:5:{s:2:\"id\";s:7:\"s1-page\";s:5:\"label\";s:12:\"Default Page\";s:4:\"desc\";s:93:\"[ <strong>is_page</strong> ] Primary - If a page has a unique sidebar, it will override this.\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:44;a:5:{s:2:\"id\";s:7:\"s2-page\";s:5:\"label\";s:12:\"Default Page\";s:4:\"desc\";s:95:\"[ <strong>is_page</strong> ] Secondary - If a page has a unique sidebar, it will override this.\";s:4:\"type\";s:14:\"sidebar-select\";s:7:\"section\";s:8:\"sidebars\";}i:45;a:7:{s:2:\"id\";s:12:\"social-links\";s:5:\"label\";s:12:\"Social Links\";s:4:\"desc\";s:37:\"Create and organize your social links\";s:4:\"type\";s:9:\"list-item\";s:7:\"section\";s:12:\"social-links\";s:7:\"choices\";a:0:{}s:8:\"settings\";a:4:{i:0;a:6:{s:2:\"id\";s:11:\"social-icon\";s:5:\"label\";s:9:\"Icon Name\";s:4:\"desc\";s:132:\"Font Awesome icon names [<a href=\"http://fortawesome.github.io/Font-Awesome/icons/\" target=\"_blank\"><strong>View all</strong>]</a> \";s:3:\"std\";s:3:\"fa-\";s:4:\"type\";s:4:\"text\";s:7:\"choices\";a:0:{}}i:1;a:6:{s:2:\"id\";s:11:\"social-link\";s:5:\"label\";s:4:\"Link\";s:4:\"desc\";s:39:\"Enter the full url for your icon button\";s:3:\"std\";s:7:\"http://\";s:4:\"type\";s:4:\"text\";s:7:\"choices\";a:0:{}}i:2;a:6:{s:2:\"id\";s:12:\"social-color\";s:5:\"label\";s:10:\"Icon Color\";s:4:\"desc\";s:43:\"Set a unique color for your icon (optional)\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";}i:3;a:6:{s:2:\"id\";s:13:\"social-target\";s:5:\"label\";s:12:\"Link Options\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"value\";s:6:\"_blank\";s:5:\"label\";s:18:\"Open in new window\";}}}}}i:46;a:6:{s:2:\"id\";s:14:\"dynamic-styles\";s:5:\"label\";s:14:\"Dynamic Styles\";s:4:\"desc\";s:40:\"Turn on to use the styling options below\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"styling\";}i:47;a:6:{s:2:\"id\";s:5:\"boxed\";s:5:\"label\";s:12:\"Boxed Layout\";s:4:\"desc\";s:18:\"Use a boxed layout\";s:3:\"std\";s:3:\"off\";s:4:\"type\";s:6:\"on-off\";s:7:\"section\";s:7:\"styling\";}i:48;a:7:{s:2:\"id\";s:4:\"font\";s:5:\"label\";s:4:\"Font\";s:4:\"desc\";s:25:\"Select font for the theme\";s:4:\"type\";s:6:\"select\";s:3:\"std\";s:2:\"30\";s:7:\"section\";s:7:\"styling\";s:7:\"choices\";a:15:{i:0;a:2:{s:5:\"value\";s:13:\"titillium-web\";s:5:\"label\";s:34:\"Titillium Web, Latin (Self-hosted)\";}i:1;a:2:{s:5:\"value\";s:17:\"titillium-web-ext\";s:5:\"label\";s:39:\"Titillium Web, Latin-Ext (Google Fonts)\";}i:2;a:2:{s:5:\"value\";s:11:\"droid-serif\";s:5:\"label\";s:33:\"Droid Serif, Latin (Google Fonts)\";}i:3;a:2:{s:5:\"value\";s:15:\"source-sans-pro\";s:5:\"label\";s:41:\"Source Sans Pro, Latin-Ext (Google Fonts)\";}i:4;a:2:{s:5:\"value\";s:4:\"lato\";s:5:\"label\";s:26:\"Lato, Latin (Google Fonts)\";}i:5;a:2:{s:5:\"value\";s:6:\"ubuntu\";s:5:\"label\";s:32:\"Ubuntu, Latin-Ext (Google Fonts)\";}i:6;a:2:{s:5:\"value\";s:10:\"ubuntu-cyr\";s:5:\"label\";s:43:\"Ubuntu, Latin / Cyrillic-Ext (Google Fonts)\";}i:7;a:2:{s:5:\"value\";s:16:\"roboto-condensed\";s:5:\"label\";s:42:\"Roboto Condensed, Latin-Ext (Google Fonts)\";}i:8;a:2:{s:5:\"value\";s:20:\"roboto-condensed-cyr\";s:5:\"label\";s:53:\"Roboto Condensed, Latin / Cyrillic-Ext (Google Fonts)\";}i:9;a:2:{s:5:\"value\";s:9:\"open-sans\";s:5:\"label\";s:35:\"Open Sans, Latin-Ext (Google Fonts)\";}i:10;a:2:{s:5:\"value\";s:13:\"open-sans-cyr\";s:5:\"label\";s:46:\"Open Sans, Latin / Cyrillic-Ext (Google Fonts)\";}i:11;a:2:{s:5:\"value\";s:8:\"pt-serif\";s:5:\"label\";s:34:\"PT Serif, Latin-Ext (Google Fonts)\";}i:12;a:2:{s:5:\"value\";s:12:\"pt-serif-cyr\";s:5:\"label\";s:45:\"PT Serif, Latin / Cyrillic-Ext (Google Fonts)\";}i:13;a:2:{s:5:\"value\";s:5:\"arial\";s:5:\"label\";s:5:\"Arial\";}i:14;a:2:{s:5:\"value\";s:7:\"georgia\";s:5:\"label\";s:7:\"Georgia\";}}}i:49;a:7:{s:2:\"id\";s:15:\"container-width\";s:5:\"label\";s:17:\"Website Max-width\";s:4:\"desc\";s:283:\"Max-width of the container. If you use 2 sidebars, your container should be at least 1200px.<br /><i>Note: For 720px content (default) use <strong>1380px</strong> for 2 sidebars and <strong>1120px</strong> for 1 sidebar. If you use a combination of both, try something inbetween.</i>\";s:3:\"std\";s:4:\"1380\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:7:\"styling\";s:12:\"min_max_step\";s:11:\"1024,1600,1\";}i:50;a:7:{s:2:\"id\";s:15:\"sidebar-padding\";s:5:\"label\";s:13:\"Sidebar Width\";s:4:\"desc\";s:40:\"Change sidebar content padding and width\";s:4:\"type\";s:5:\"radio\";s:3:\"std\";s:2:\"30\";s:7:\"section\";s:7:\"styling\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"value\";s:2:\"30\";s:5:\"label\";s:45:\"280px primary, 200px secondary (30px padding)\";}i:1;a:2:{s:5:\"value\";s:2:\"20\";s:5:\"label\";s:45:\"300px primary, 220px secondary (20px padding)\";}}}i:51;a:6:{s:2:\"id\";s:7:\"color-1\";s:5:\"label\";s:13:\"Primary Color\";s:3:\"std\";s:7:\"#3b8dbd\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:52;a:6:{s:2:\"id\";s:7:\"color-2\";s:5:\"label\";s:15:\"Secondary Color\";s:3:\"std\";s:7:\"#82b965\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:53;a:6:{s:2:\"id\";s:12:\"color-topbar\";s:5:\"label\";s:17:\"Topbar Background\";s:3:\"std\";s:7:\"#26272b\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:54;a:6:{s:2:\"id\";s:12:\"color-header\";s:5:\"label\";s:17:\"Header Background\";s:3:\"std\";s:7:\"#33363b\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:55;a:6:{s:2:\"id\";s:17:\"color-header-menu\";s:5:\"label\";s:22:\"Header Menu Background\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:56;a:6:{s:2:\"id\";s:12:\"color-footer\";s:5:\"label\";s:17:\"Footer Background\";s:3:\"std\";s:7:\"#33363b\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";s:5:\"class\";s:0:\"\";}i:57;a:7:{s:2:\"id\";s:15:\"logo-max-height\";s:5:\"label\";s:28:\"Header Logo Image Max-height\";s:4:\"desc\";s:75:\"Your logo image should have the double height of this to be high resolution\";s:3:\"std\";s:2:\"60\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:7:\"styling\";s:12:\"min_max_step\";s:8:\"40,200,1\";}i:58;a:7:{s:2:\"id\";s:19:\"image-border-radius\";s:5:\"label\";s:19:\"Image Border Radius\";s:4:\"desc\";s:54:\"Give your thumbnails and layout images rounded corners\";s:3:\"std\";s:1:\"0\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:7:\"styling\";s:12:\"min_max_step\";s:6:\"0,15,1\";}i:59;a:5:{s:2:\"id\";s:15:\"body-background\";s:5:\"label\";s:15:\"Body Background\";s:3:\"std\";s:7:\"#eaeaea\";s:4:\"type\";s:11:\"colorpicker\";s:7:\"section\";s:7:\"styling\";}}}','yes'),(362,'google_typography_default','1','yes'),(363,'google_typography_collections','a:10:{i:0;a:8:{s:7:\"default\";b:1;s:12:\"preview_text\";s:18:\"Primary Navigation\";s:13:\"preview_color\";s:4:\"dark\";s:11:\"font_family\";s:6:\"Oswald\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"16px\";s:10:\"font_color\";s:4:\"#fff\";s:13:\"css_selectors\";s:37:\"#top-navigation .menu li a, nav #pull\";}i:1;a:8:{s:7:\"default\";b:1;s:12:\"preview_text\";s:20:\"Secondary Navigation\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:6:\"Oswald\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"16px\";s:10:\"font_color\";s:4:\"#777\";s:13:\"css_selectors\";s:37:\"#navigation .menu li, .total-comments\";}i:2;a:8:{s:7:\"default\";b:1;s:12:\"preview_text\";s:9:\"Text Logo\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:6:\"Oswald\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"34px\";s:10:\"font_color\";s:7:\"#E03F00\";s:13:\"css_selectors\";s:17:\"#logo.text-logo a\";}i:3;a:8:{s:7:\"default\";b:1;s:12:\"preview_text\";s:11:\"H1 Headline\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:6:\"Oswald\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"30px\";s:10:\"font_color\";s:7:\"#E03F00\";s:13:\"css_selectors\";s:2:\"h1\";}i:4;a:8:{s:7:\"default\";b:1;s:12:\"preview_text\";s:11:\"H2 Headline\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:6:\"Oswald\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"26px\";s:10:\"font_color\";s:7:\"#E03F00\";s:13:\"css_selectors\";s:2:\"h2\";}i:5;a:8:{s:7:\"default\";b:1;s:12:\"preview_text\";s:11:\"H3 Headline\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:6:\"Oswald\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"22px\";s:10:\"font_color\";s:7:\"#E03F00\";s:13:\"css_selectors\";s:2:\"h3\";}i:6;a:8:{s:7:\"default\";b:1;s:12:\"preview_text\";s:11:\"H4 Headline\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:6:\"Oswald\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"20px\";s:10:\"font_color\";s:7:\"#E03F00\";s:13:\"css_selectors\";s:2:\"h4\";}i:7;a:8:{s:7:\"default\";b:1;s:12:\"preview_text\";s:11:\"H5 Headline\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:6:\"Oswald\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"18px\";s:10:\"font_color\";s:7:\"#E03F00\";s:13:\"css_selectors\";s:2:\"h5\";}i:8;a:8:{s:7:\"default\";b:1;s:12:\"preview_text\";s:11:\"H6 Headline\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:6:\"Oswald\";s:12:\"font_variant\";s:6:\"normal\";s:9:\"font_size\";s:4:\"16px\";s:10:\"font_color\";s:7:\"#E03F00\";s:13:\"css_selectors\";s:2:\"h6\";}i:9;a:8:{s:7:\"default\";b:1;s:12:\"preview_text\";s:12:\"Content Font\";s:13:\"preview_color\";s:5:\"light\";s:11:\"font_family\";s:11:\"Droid Serif\";s:9:\"font_size\";s:4:\"14px\";s:12:\"font_variant\";s:6:\"normal\";s:10:\"font_color\";s:7:\"#777777\";s:13:\"css_selectors\";s:4:\"body\";}}','yes'),(341,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1409469828','no'),(139,'recently_activated','a:2:{s:21:\"plugrush/plugrush.php\";i:1409289389;s:71:\"hupso-share-buttons-for-twitter-facebook-google/share-buttons-hupso.php\";i:1409281732;}','yes'),(142,'widget_pages','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(143,'widget_calendar','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_nav_menu','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_alxtabs','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_alxvideo','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_alxposts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(149,'wpcf7','a:1:{s:7:\"version\";s:5:\"3.9.1\";}','yes'),(150,'pagenavi_options','a:15:{s:10:\"pages_text\";s:36:\"Page %CURRENT_PAGE% of %TOTAL_PAGES%\";s:12:\"current_text\";s:13:\"%PAGE_NUMBER%\";s:9:\"page_text\";s:13:\"%PAGE_NUMBER%\";s:10:\"first_text\";s:13:\"« First\";s:9:\"last_text\";s:12:\"Last »\";s:9:\"prev_text\";s:7:\"«\";s:9:\"next_text\";s:7:\"»\";s:12:\"dotleft_text\";s:3:\"...\";s:13:\"dotright_text\";s:3:\"...\";s:9:\"num_pages\";i:5;s:23:\"num_larger_page_numbers\";i:3;s:28:\"larger_page_numbers_multiple\";i:10;s:11:\"always_show\";b:0;s:16:\"use_pagenavi_css\";b:1;s:5:\"style\";i:1;}','yes'),(365,'widget_mts_widget_recent_tweets','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(366,'widget_mts_ad_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(267,'plugrush-settings','a:4:{s:19:\"integration_library\";s:416:\"<script type="text/javascript">\n var _prset=_prset||[];_prset.push([\'domain\',\'hulknoticias.com\']);\n (function(pa,s){if(document.getElementById(\'pr4804075e\'))return false;\n pa=document.createElement(\'script\');pa.type=\'text/javascript\';pa.async=true;pa.id=\'pr4804075e\';pa.src=\'//d.plugrush.com/pub.js\';\n s=document.getElementsByTagName(\'script\')[0];s.parentNode.insertBefore(pa,s);})();\n</script>\";s:4:\"user\";s:23:\"aldairfer_99@hotmail.es\";s:7:\"api_key\";s:40:\"e0fe47353789dd61e4f5ee40d92eff8e59e43d7d\";s:6:\"action\";s:13:\"adzone/update\";}','yes'),(272,'wpp_settings_config','a:2:{s:5:\"stats\";a:4:{s:8:\"order_by\";s:5:\"views\";s:5:\"limit\";i:10;s:9:\"post_type\";s:9:\"post,page\";s:9:\"freshness\";b:0;}s:5:\"tools\";a:6:{s:4:\"ajax\";b:0;s:3:\"css\";b:1;s:4:\"link\";a:1:{s:6:\"target\";s:5:\"_self\";}s:9:\"thumbnail\";a:4:{s:6:\"source\";s:8:\"featured\";s:5:\"field\";s:0:\"\";s:6:\"resize\";b:0;s:7:\"default\";s:0:\"\";}s:3:\"log\";a:1:{s:5:\"level\";i:0;}s:5:\"cache\";a:2:{s:6:\"active\";b:0;s:8:\"interval\";a:2:{s:4:\"time\";s:4:\"hour\";s:5:\"value\";i:1;}}}}','yes'),(370,'widget_mts_recent_posts_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(371,'widget_mts_related_posts_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(273,'wpp_ver','3.0.3','yes'),(274,'widget_wpp','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(275,'widget_plugrush_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(375,'widget_google-badge-box','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(376,'widget_mts_subscribe_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(284,'hupso_version','3.9.25','yes'),(286,'arv_fb24_opt','a:8:{s:5:\"fb_id\";s:16:\"1529409670610985\";s:15:\"display_on_page\";s:1:\"1\";s:15:\"display_on_post\";s:1:\"1\";s:19:\"display_on_homepage\";s:1:\"1\";s:18:\"display_on_archive\";s:1:\"1\";s:5:\"delay\";s:4:\"2000\";s:9:\"show_once\";s:1:\"0\";s:3:\"coc\";s:1:\"1\";}','yes'),(372,'widget_mts_author_posts_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(373,'widget_mts_poluar_posts_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(374,'widget_facebook-like-widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(379,'_transient_timeout_google_typography_fonts','1409535979','no'),(380,'_transient_google_typography_fonts','a:675:{i:0;a:3:{s:3:\"uid\";i:1;s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:1;a:3:{s:3:\"uid\";i:2;s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:2;a:3:{s:3:\"uid\";i:3;s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:3;a:3:{s:3:\"uid\";i:4;s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:4;a:3:{s:3:\"uid\";i:5;s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:5;a:3:{s:3:\"uid\";i:6;s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:6;a:3:{s:3:\"uid\";i:7;s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:7;a:3:{s:3:\"uid\";i:8;s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:8;a:3:{s:3:\"uid\";i:9;s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:9;a:3:{s:3:\"uid\";i:10;s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:10;a:3:{s:3:\"uid\";i:11;s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:11;a:3:{s:3:\"uid\";i:12;s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:12;a:3:{s:3:\"uid\";i:13;s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:13;a:3:{s:3:\"uid\";i:14;s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:14;a:3:{s:3:\"uid\";i:15;s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:15;a:3:{s:3:\"uid\";i:16;s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:16;a:3:{s:3:\"uid\";i:17;s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:17;a:3:{s:3:\"uid\";i:18;s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:18;a:3:{s:3:\"uid\";i:19;s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:19;a:3:{s:3:\"uid\";i:20;s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:20;a:3:{s:3:\"uid\";i:21;s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:21;a:3:{s:3:\"uid\";i:22;s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:22;a:3:{s:3:\"uid\";i:23;s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:23;a:3:{s:3:\"uid\";i:24;s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:24;a:3:{s:3:\"uid\";i:25;s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:25;a:3:{s:3:\"uid\";i:26;s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:26;a:3:{s:3:\"uid\";i:27;s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:27;a:3:{s:3:\"uid\";i:28;s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:28;a:3:{s:3:\"uid\";i:29;s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:29;a:3:{s:3:\"uid\";i:30;s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:30;a:3:{s:3:\"uid\";i:31;s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:31;a:3:{s:3:\"uid\";i:32;s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:32;a:3:{s:3:\"uid\";i:33;s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:33;a:3:{s:3:\"uid\";i:34;s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:34;a:3:{s:3:\"uid\";i:35;s:6:\"family\";s:6:\"Andada\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:35;a:3:{s:3:\"uid\";i:36;s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:36;a:3:{s:3:\"uid\";i:37;s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:37;a:3:{s:3:\"uid\";i:38;s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:38;a:3:{s:3:\"uid\";i:39;s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:39;a:3:{s:3:\"uid\";i:40;s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:40;a:3:{s:3:\"uid\";i:41;s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:41;a:3:{s:3:\"uid\";i:42;s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:42;a:3:{s:3:\"uid\";i:43;s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:43;a:3:{s:3:\"uid\";i:44;s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:44;a:3:{s:3:\"uid\";i:45;s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:45;a:3:{s:3:\"uid\";i:46;s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:46;a:3:{s:3:\"uid\";i:47;s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:47;a:3:{s:3:\"uid\";i:48;s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:48;a:3:{s:3:\"uid\";i:49;s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:49;a:3:{s:3:\"uid\";i:50;s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:50;a:3:{s:3:\"uid\";i:51;s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:51;a:3:{s:3:\"uid\";i:52;s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:52;a:3:{s:3:\"uid\";i:53;s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:53;a:3:{s:3:\"uid\";i:54;s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:54;a:3:{s:3:\"uid\";i:55;s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:55;a:3:{s:3:\"uid\";i:56;s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:56;a:3:{s:3:\"uid\";i:57;s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:57;a:3:{s:3:\"uid\";i:58;s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:58;a:3:{s:3:\"uid\";i:59;s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:59;a:3:{s:3:\"uid\";i:60;s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:60;a:3:{s:3:\"uid\";i:61;s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:61;a:3:{s:3:\"uid\";i:62;s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:62;a:3:{s:3:\"uid\";i:63;s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:63;a:3:{s:3:\"uid\";i:64;s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:64;a:3:{s:3:\"uid\";i:65;s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:65;a:3:{s:3:\"uid\";i:66;s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:66;a:3:{s:3:\"uid\";i:67;s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:67;a:3:{s:3:\"uid\";i:68;s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:68;a:3:{s:3:\"uid\";i:69;s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:69;a:3:{s:3:\"uid\";i:70;s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:70;a:3:{s:3:\"uid\";i:71;s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:71;a:3:{s:3:\"uid\";i:72;s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:72;a:3:{s:3:\"uid\";i:73;s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:73;a:3:{s:3:\"uid\";i:74;s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:74;a:3:{s:3:\"uid\";i:75;s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:75;a:3:{s:3:\"uid\";i:76;s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:76;a:3:{s:3:\"uid\";i:77;s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:77;a:3:{s:3:\"uid\";i:78;s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:78;a:3:{s:3:\"uid\";i:79;s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:79;a:3:{s:3:\"uid\";i:80;s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:80;a:3:{s:3:\"uid\";i:81;s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:81;a:3:{s:3:\"uid\";i:82;s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:82;a:3:{s:3:\"uid\";i:83;s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:83;a:3:{s:3:\"uid\";i:84;s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:84;a:3:{s:3:\"uid\";i:85;s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:85;a:3:{s:3:\"uid\";i:86;s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:86;a:3:{s:3:\"uid\";i:87;s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:87;a:3:{s:3:\"uid\";i:88;s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:88;a:3:{s:3:\"uid\";i:89;s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:89;a:3:{s:3:\"uid\";i:90;s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:90;a:3:{s:3:\"uid\";i:91;s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:91;a:3:{s:3:\"uid\";i:92;s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:92;a:3:{s:3:\"uid\";i:93;s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:93;a:3:{s:3:\"uid\";i:94;s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:94;a:3:{s:3:\"uid\";i:95;s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:95;a:3:{s:3:\"uid\";i:96;s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:96;a:3:{s:3:\"uid\";i:97;s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:97;a:3:{s:3:\"uid\";i:98;s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:98;a:3:{s:3:\"uid\";i:99;s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:99;a:3:{s:3:\"uid\";i:100;s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:100;a:3:{s:3:\"uid\";i:101;s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:101;a:3:{s:3:\"uid\";i:102;s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:102;a:3:{s:3:\"uid\";i:103;s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:103;a:3:{s:3:\"uid\";i:104;s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:104;a:3:{s:3:\"uid\";i:105;s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:105;a:3:{s:3:\"uid\";i:106;s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:106;a:3:{s:3:\"uid\";i:107;s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:107;a:3:{s:3:\"uid\";i:108;s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:108;a:3:{s:3:\"uid\";i:109;s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:109;a:3:{s:3:\"uid\";i:110;s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:110;a:3:{s:3:\"uid\";i:111;s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:111;a:3:{s:3:\"uid\";i:112;s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:112;a:3:{s:3:\"uid\";i:113;s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:113;a:3:{s:3:\"uid\";i:114;s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:114;a:3:{s:3:\"uid\";i:115;s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:115;a:3:{s:3:\"uid\";i:116;s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:116;a:3:{s:3:\"uid\";i:117;s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:117;a:3:{s:3:\"uid\";i:118;s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:118;a:3:{s:3:\"uid\";i:119;s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:119;a:3:{s:3:\"uid\";i:120;s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:120;a:3:{s:3:\"uid\";i:121;s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:121;a:3:{s:3:\"uid\";i:122;s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:122;a:3:{s:3:\"uid\";i:123;s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:123;a:3:{s:3:\"uid\";i:124;s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:124;a:3:{s:3:\"uid\";i:125;s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:125;a:3:{s:3:\"uid\";i:126;s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:126;a:3:{s:3:\"uid\";i:127;s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:127;a:3:{s:3:\"uid\";i:128;s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:128;a:3:{s:3:\"uid\";i:129;s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:129;a:3:{s:3:\"uid\";i:130;s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:130;a:3:{s:3:\"uid\";i:131;s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"900\";}}i:131;a:3:{s:3:\"uid\";i:132;s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:132;a:3:{s:3:\"uid\";i:133;s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:133;a:3:{s:3:\"uid\";i:134;s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:134;a:3:{s:3:\"uid\";i:135;s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"800\";}}i:135;a:3:{s:3:\"uid\";i:136;s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:136;a:3:{s:3:\"uid\";i:137;s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:6:\"normal\";}}i:137;a:3:{s:3:\"uid\";i:138;s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:138;a:3:{s:3:\"uid\";i:139;s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:139;a:3:{s:3:\"uid\";i:140;s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:140;a:3:{s:3:\"uid\";i:141;s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:141;a:3:{s:3:\"uid\";i:142;s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:142;a:3:{s:3:\"uid\";i:143;s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:143;a:3:{s:3:\"uid\";i:144;s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:144;a:3:{s:3:\"uid\";i:145;s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:145;a:3:{s:3:\"uid\";i:146;s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:146;a:3:{s:3:\"uid\";i:147;s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:147;a:3:{s:3:\"uid\";i:148;s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:148;a:3:{s:3:\"uid\";i:149;s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:149;a:3:{s:3:\"uid\";i:150;s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:150;a:3:{s:3:\"uid\";i:151;s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"900\";}}i:151;a:3:{s:3:\"uid\";i:152;s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:152;a:3:{s:3:\"uid\";i:153;s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:153;a:3:{s:3:\"uid\";i:154;s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:154;a:3:{s:3:\"uid\";i:155;s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:155;a:3:{s:3:\"uid\";i:156;s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:156;a:3:{s:3:\"uid\";i:157;s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:157;a:3:{s:3:\"uid\";i:158;s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:158;a:3:{s:3:\"uid\";i:159;s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:159;a:3:{s:3:\"uid\";i:160;s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:160;a:3:{s:3:\"uid\";i:161;s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:161;a:3:{s:3:\"uid\";i:162;s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:162;a:3:{s:3:\"uid\";i:163;s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:163;a:3:{s:3:\"uid\";i:164;s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:164;a:3:{s:3:\"uid\";i:165;s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:165;a:3:{s:3:\"uid\";i:166;s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:166;a:3:{s:3:\"uid\";i:167;s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:167;a:3:{s:3:\"uid\";i:168;s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:168;a:3:{s:3:\"uid\";i:169;s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:169;a:3:{s:3:\"uid\";i:170;s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:170;a:3:{s:3:\"uid\";i:171;s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:171;a:3:{s:3:\"uid\";i:172;s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:172;a:3:{s:3:\"uid\";i:173;s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:173;a:3:{s:3:\"uid\";i:174;s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:174;a:3:{s:3:\"uid\";i:175;s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:175;a:3:{s:3:\"uid\";i:176;s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:176;a:3:{s:3:\"uid\";i:177;s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:177;a:3:{s:3:\"uid\";i:178;s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:178;a:3:{s:3:\"uid\";i:179;s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:179;a:3:{s:3:\"uid\";i:180;s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:180;a:3:{s:3:\"uid\";i:181;s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:181;a:3:{s:3:\"uid\";i:182;s:6:\"family\";s:10:\"Droid Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:182;a:3:{s:3:\"uid\";i:183;s:6:\"family\";s:15:\"Droid Sans Mono\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:183;a:3:{s:3:\"uid\";i:184;s:6:\"family\";s:11:\"Droid Serif\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:184;a:3:{s:3:\"uid\";i:185;s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:185;a:3:{s:3:\"uid\";i:186;s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:186;a:3:{s:3:\"uid\";i:187;s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:187;a:3:{s:3:\"uid\";i:188;s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:188;a:3:{s:3:\"uid\";i:189;s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:189;a:3:{s:3:\"uid\";i:190;s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:190;a:3:{s:3:\"uid\";i:191;s:6:\"family\";s:8:\"Ek Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:191;a:3:{s:3:\"uid\";i:192;s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:192;a:3:{s:3:\"uid\";i:193;s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"900\";}}i:193;a:3:{s:3:\"uid\";i:194;s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"900\";}}i:194;a:3:{s:3:\"uid\";i:195;s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:195;a:3:{s:3:\"uid\";i:196;s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:196;a:3:{s:3:\"uid\";i:197;s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:197;a:3:{s:3:\"uid\";i:198;s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:198;a:3:{s:3:\"uid\";i:199;s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:199;a:3:{s:3:\"uid\";i:200;s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:200;a:3:{s:3:\"uid\";i:201;s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:201;a:3:{s:3:\"uid\";i:202;s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:202;a:3:{s:3:\"uid\";i:203;s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:203;a:3:{s:3:\"uid\";i:204;s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:204;a:3:{s:3:\"uid\";i:205;s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:205;a:3:{s:3:\"uid\";i:206;s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:206;a:3:{s:3:\"uid\";i:207;s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:207;a:3:{s:3:\"uid\";i:208;s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:208;a:3:{s:3:\"uid\";i:209;s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:209;a:3:{s:3:\"uid\";i:210;s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:210;a:3:{s:3:\"uid\";i:211;s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:211;a:3:{s:3:\"uid\";i:212;s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:212;a:3:{s:3:\"uid\";i:213;s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:213;a:3:{s:3:\"uid\";i:214;s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:214;a:3:{s:3:\"uid\";i:215;s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:215;a:3:{s:3:\"uid\";i:216;s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:216;a:3:{s:3:\"uid\";i:217;s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:217;a:3:{s:3:\"uid\";i:218;s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:218;a:3:{s:3:\"uid\";i:219;s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:219;a:3:{s:3:\"uid\";i:220;s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:220;a:3:{s:3:\"uid\";i:221;s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:221;a:3:{s:3:\"uid\";i:222;s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:6:\"normal\";}}i:222;a:3:{s:3:\"uid\";i:223;s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:223;a:3:{s:3:\"uid\";i:224;s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:224;a:3:{s:3:\"uid\";i:225;s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:225;a:3:{s:3:\"uid\";i:226;s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:226;a:3:{s:3:\"uid\";i:227;s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:227;a:3:{s:3:\"uid\";i:228;s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:228;a:3:{s:3:\"uid\";i:229;s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:229;a:3:{s:3:\"uid\";i:230;s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:230;a:3:{s:3:\"uid\";i:231;s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:231;a:3:{s:3:\"uid\";i:232;s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:232;a:3:{s:3:\"uid\";i:233;s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:233;a:3:{s:3:\"uid\";i:234;s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:234;a:3:{s:3:\"uid\";i:235;s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:235;a:3:{s:3:\"uid\";i:236;s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:236;a:3:{s:3:\"uid\";i:237;s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:237;a:3:{s:3:\"uid\";i:238;s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:238;a:3:{s:3:\"uid\";i:239;s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:239;a:3:{s:3:\"uid\";i:240;s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:240;a:3:{s:3:\"uid\";i:241;s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:241;a:3:{s:3:\"uid\";i:242;s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:242;a:3:{s:3:\"uid\";i:243;s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:243;a:3:{s:3:\"uid\";i:244;s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:244;a:3:{s:3:\"uid\";i:245;s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:245;a:3:{s:3:\"uid\";i:246;s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:246;a:3:{s:3:\"uid\";i:247;s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:247;a:3:{s:3:\"uid\";i:248;s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:248;a:3:{s:3:\"uid\";i:249;s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:249;a:3:{s:3:\"uid\";i:250;s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:250;a:3:{s:3:\"uid\";i:251;s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:251;a:3:{s:3:\"uid\";i:252;s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:252;a:3:{s:3:\"uid\";i:253;s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:253;a:3:{s:3:\"uid\";i:254;s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:254;a:3:{s:3:\"uid\";i:255;s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:255;a:3:{s:3:\"uid\";i:256;s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:256;a:3:{s:3:\"uid\";i:257;s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:257;a:3:{s:3:\"uid\";i:258;s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:258;a:3:{s:3:\"uid\";i:259;s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:259;a:3:{s:3:\"uid\";i:260;s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:260;a:3:{s:3:\"uid\";i:261;s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:261;a:3:{s:3:\"uid\";i:262;s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:262;a:3:{s:3:\"uid\";i:263;s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:263;a:3:{s:3:\"uid\";i:264;s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:264;a:3:{s:3:\"uid\";i:265;s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:265;a:3:{s:3:\"uid\";i:266;s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:266;a:3:{s:3:\"uid\";i:267;s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:267;a:3:{s:3:\"uid\";i:268;s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:268;a:3:{s:3:\"uid\";i:269;s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:269;a:3:{s:3:\"uid\";i:270;s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:270;a:3:{s:3:\"uid\";i:271;s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:271;a:3:{s:3:\"uid\";i:272;s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:272;a:3:{s:3:\"uid\";i:273;s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:273;a:3:{s:3:\"uid\";i:274;s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:274;a:3:{s:3:\"uid\";i:275;s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:275;a:3:{s:3:\"uid\";i:276;s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:276;a:3:{s:3:\"uid\";i:277;s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:277;a:3:{s:3:\"uid\";i:278;s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:278;a:3:{s:3:\"uid\";i:279;s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:279;a:3:{s:3:\"uid\";i:280;s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:280;a:3:{s:3:\"uid\";i:281;s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:281;a:3:{s:3:\"uid\";i:282;s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:282;a:3:{s:3:\"uid\";i:283;s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:283;a:3:{s:3:\"uid\";i:284;s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:284;a:3:{s:3:\"uid\";i:285;s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:285;a:3:{s:3:\"uid\";i:286;s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:286;a:3:{s:3:\"uid\";i:287;s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:287;a:3:{s:3:\"uid\";i:288;s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:288;a:3:{s:3:\"uid\";i:289;s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:289;a:3:{s:3:\"uid\";i:290;s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:290;a:3:{s:3:\"uid\";i:291;s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:291;a:3:{s:3:\"uid\";i:292;s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:292;a:3:{s:3:\"uid\";i:293;s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:293;a:3:{s:3:\"uid\";i:294;s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:294;a:3:{s:3:\"uid\";i:295;s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:295;a:3:{s:3:\"uid\";i:296;s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:296;a:3:{s:3:\"uid\";i:297;s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:297;a:3:{s:3:\"uid\";i:298;s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:298;a:3:{s:3:\"uid\";i:299;s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:299;a:3:{s:3:\"uid\";i:300;s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:300;a:3:{s:3:\"uid\";i:301;s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:301;a:3:{s:3:\"uid\";i:302;s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:302;a:3:{s:3:\"uid\";i:303;s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:303;a:3:{s:3:\"uid\";i:304;s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:304;a:3:{s:3:\"uid\";i:305;s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:305;a:3:{s:3:\"uid\";i:306;s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:306;a:3:{s:3:\"uid\";i:307;s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:307;a:3:{s:3:\"uid\";i:308;s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:308;a:3:{s:3:\"uid\";i:309;s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:309;a:3:{s:3:\"uid\";i:310;s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:310;a:3:{s:3:\"uid\";i:311;s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:311;a:3:{s:3:\"uid\";i:312;s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";}}i:312;a:3:{s:3:\"uid\";i:313;s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:313;a:3:{s:3:\"uid\";i:314;s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:314;a:3:{s:3:\"uid\";i:315;s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:315;a:3:{s:3:\"uid\";i:316;s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:316;a:3:{s:3:\"uid\";i:317;s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:317;a:3:{s:3:\"uid\";i:318;s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:318;a:3:{s:3:\"uid\";i:319;s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:319;a:3:{s:3:\"uid\";i:320;s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:320;a:3:{s:3:\"uid\";i:321;s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:321;a:3:{s:3:\"uid\";i:322;s:6:\"family\";s:10:\"Kdam Thmor\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:322;a:3:{s:3:\"uid\";i:323;s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:323;a:3:{s:3:\"uid\";i:324;s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:324;a:3:{s:3:\"uid\";i:325;s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:325;a:3:{s:3:\"uid\";i:326;s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:326;a:3:{s:3:\"uid\";i:327;s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:327;a:3:{s:3:\"uid\";i:328;s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:328;a:3:{s:3:\"uid\";i:329;s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:329;a:3:{s:3:\"uid\";i:330;s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:330;a:3:{s:3:\"uid\";i:331;s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:331;a:3:{s:3:\"uid\";i:332;s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:332;a:3:{s:3:\"uid\";i:333;s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:333;a:3:{s:3:\"uid\";i:334;s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:334;a:3:{s:3:\"uid\";i:335;s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:335;a:3:{s:3:\"uid\";i:336;s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:336;a:3:{s:3:\"uid\";i:337;s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:337;a:3:{s:3:\"uid\";i:338;s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:338;a:3:{s:3:\"uid\";i:339;s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:339;a:3:{s:3:\"uid\";i:340;s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:340;a:3:{s:3:\"uid\";i:341;s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:341;a:3:{s:3:\"uid\";i:342;s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:342;a:3:{s:3:\"uid\";i:343;s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:343;a:3:{s:3:\"uid\";i:344;s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:344;a:3:{s:3:\"uid\";i:345;s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:345;a:3:{s:3:\"uid\";i:346;s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:346;a:3:{s:3:\"uid\";i:347;s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:347;a:3:{s:3:\"uid\";i:348;s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:348;a:3:{s:3:\"uid\";i:349;s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:349;a:3:{s:3:\"uid\";i:350;s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:350;a:3:{s:3:\"uid\";i:351;s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:351;a:3:{s:3:\"uid\";i:352;s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:352;a:3:{s:3:\"uid\";i:353;s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:353;a:3:{s:3:\"uid\";i:354;s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:354;a:3:{s:3:\"uid\";i:355;s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:355;a:3:{s:3:\"uid\";i:356;s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:356;a:3:{s:3:\"uid\";i:357;s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:357;a:3:{s:3:\"uid\";i:358;s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:358;a:3:{s:3:\"uid\";i:359;s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:359;a:3:{s:3:\"uid\";i:360;s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:360;a:3:{s:3:\"uid\";i:361;s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:361;a:3:{s:3:\"uid\";i:362;s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:362;a:3:{s:3:\"uid\";i:363;s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:363;a:3:{s:3:\"uid\";i:364;s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:364;a:3:{s:3:\"uid\";i:365;s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:365;a:3:{s:3:\"uid\";i:366;s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:366;a:3:{s:3:\"uid\";i:367;s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:367;a:3:{s:3:\"uid\";i:368;s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:368;a:3:{s:3:\"uid\";i:369;s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:369;a:3:{s:3:\"uid\";i:370;s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:370;a:3:{s:3:\"uid\";i:371;s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:371;a:3:{s:3:\"uid\";i:372;s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:372;a:3:{s:3:\"uid\";i:373;s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:373;a:3:{s:3:\"uid\";i:374;s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:374;a:3:{s:3:\"uid\";i:375;s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:375;a:3:{s:3:\"uid\";i:376;s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:376;a:3:{s:3:\"uid\";i:377;s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:377;a:3:{s:3:\"uid\";i:378;s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:378;a:3:{s:3:\"uid\";i:379;s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:379;a:3:{s:3:\"uid\";i:380;s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:380;a:3:{s:3:\"uid\";i:381;s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:381;a:3:{s:3:\"uid\";i:382;s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:382;a:3:{s:3:\"uid\";i:383;s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:383;a:3:{s:3:\"uid\";i:384;s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:384;a:3:{s:3:\"uid\";i:385;s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:385;a:3:{s:3:\"uid\";i:386;s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:386;a:3:{s:3:\"uid\";i:387;s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:387;a:3:{s:3:\"uid\";i:388;s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:388;a:3:{s:3:\"uid\";i:389;s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:389;a:3:{s:3:\"uid\";i:390;s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:390;a:3:{s:3:\"uid\";i:391;s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:391;a:3:{s:3:\"uid\";i:392;s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:392;a:3:{s:3:\"uid\";i:393;s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:393;a:3:{s:3:\"uid\";i:394;s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:394;a:3:{s:3:\"uid\";i:395;s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:395;a:3:{s:3:\"uid\";i:396;s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:396;a:3:{s:3:\"uid\";i:397;s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:397;a:3:{s:3:\"uid\";i:398;s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:398;a:3:{s:3:\"uid\";i:399;s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:399;a:3:{s:3:\"uid\";i:400;s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:400;a:3:{s:3:\"uid\";i:401;s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:0:{}}i:401;a:3:{s:3:\"uid\";i:402;s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:402;a:3:{s:3:\"uid\";i:403;s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:403;a:3:{s:3:\"uid\";i:404;s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:404;a:3:{s:3:\"uid\";i:405;s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:405;a:3:{s:3:\"uid\";i:406;s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:406;a:3:{s:3:\"uid\";i:407;s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:407;a:3:{s:3:\"uid\";i:408;s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:408;a:3:{s:3:\"uid\";i:409;s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:409;a:3:{s:3:\"uid\";i:410;s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:410;a:3:{s:3:\"uid\";i:411;s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:411;a:3:{s:3:\"uid\";i:412;s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:412;a:3:{s:3:\"uid\";i:413;s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:413;a:3:{s:3:\"uid\";i:414;s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:414;a:3:{s:3:\"uid\";i:415;s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:415;a:3:{s:3:\"uid\";i:416;s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:416;a:3:{s:3:\"uid\";i:417;s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:417;a:3:{s:3:\"uid\";i:418;s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:418;a:3:{s:3:\"uid\";i:419;s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:419;a:3:{s:3:\"uid\";i:420;s:6:\"family\";s:4:\"Muli\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:6:\"normal\";}}i:420;a:3:{s:3:\"uid\";i:421;s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:421;a:3:{s:3:\"uid\";i:422;s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:422;a:3:{s:3:\"uid\";i:423;s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:423;a:3:{s:3:\"uid\";i:424;s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:424;a:3:{s:3:\"uid\";i:425;s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:425;a:3:{s:3:\"uid\";i:426;s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:426;a:3:{s:3:\"uid\";i:427;s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:427;a:3:{s:3:\"uid\";i:428;s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:428;a:3:{s:3:\"uid\";i:429;s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:429;a:3:{s:3:\"uid\";i:430;s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:430;a:3:{s:3:\"uid\";i:431;s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:431;a:3:{s:3:\"uid\";i:432;s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:432;a:3:{s:3:\"uid\";i:433;s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:433;a:3:{s:3:\"uid\";i:434;s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:434;a:3:{s:3:\"uid\";i:435;s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:435;a:3:{s:3:\"uid\";i:436;s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:436;a:3:{s:3:\"uid\";i:437;s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:437;a:3:{s:3:\"uid\";i:438;s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:438;a:3:{s:3:\"uid\";i:439;s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:439;a:3:{s:3:\"uid\";i:440;s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:440;a:3:{s:3:\"uid\";i:441;s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:441;a:3:{s:3:\"uid\";i:442;s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:442;a:3:{s:3:\"uid\";i:443;s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:443;a:3:{s:3:\"uid\";i:444;s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:444;a:3:{s:3:\"uid\";i:445;s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:445;a:3:{s:3:\"uid\";i:446;s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:446;a:3:{s:3:\"uid\";i:447;s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:447;a:3:{s:3:\"uid\";i:448;s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:448;a:3:{s:3:\"uid\";i:449;s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:449;a:3:{s:3:\"uid\";i:450;s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:450;a:3:{s:3:\"uid\";i:451;s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:451;a:3:{s:3:\"uid\";i:452;s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:452;a:3:{s:3:\"uid\";i:453;s:6:\"family\";s:19:\"Open Sans Condensed\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:3:\"700\";}}i:453;a:3:{s:3:\"uid\";i:454;s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:454;a:3:{s:3:\"uid\";i:455;s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:455;a:3:{s:3:\"uid\";i:456;s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:456;a:3:{s:3:\"uid\";i:457;s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:457;a:3:{s:3:\"uid\";i:458;s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:458;a:3:{s:3:\"uid\";i:459;s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:459;a:3:{s:3:\"uid\";i:460;s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:460;a:3:{s:3:\"uid\";i:461;s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:461;a:3:{s:3:\"uid\";i:462;s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:462;a:3:{s:3:\"uid\";i:463;s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:463;a:3:{s:3:\"uid\";i:464;s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:464;a:3:{s:3:\"uid\";i:465;s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:465;a:3:{s:3:\"uid\";i:466;s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:466;a:3:{s:3:\"uid\";i:467;s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:467;a:3:{s:3:\"uid\";i:468;s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:468;a:3:{s:3:\"uid\";i:469;s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:469;a:3:{s:3:\"uid\";i:470;s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:470;a:3:{s:3:\"uid\";i:471;s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:471;a:3:{s:3:\"uid\";i:472;s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:472;a:3:{s:3:\"uid\";i:473;s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:473;a:3:{s:3:\"uid\";i:474;s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:474;a:3:{s:3:\"uid\";i:475;s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:475;a:3:{s:3:\"uid\";i:476;s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:476;a:3:{s:3:\"uid\";i:477;s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:477;a:3:{s:3:\"uid\";i:478;s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:478;a:3:{s:3:\"uid\";i:479;s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:479;a:3:{s:3:\"uid\";i:480;s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:480;a:3:{s:3:\"uid\";i:481;s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:481;a:3:{s:3:\"uid\";i:482;s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:482;a:3:{s:3:\"uid\";i:483;s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:483;a:3:{s:3:\"uid\";i:484;s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:484;a:3:{s:3:\"uid\";i:485;s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:485;a:3:{s:3:\"uid\";i:486;s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:486;a:3:{s:3:\"uid\";i:487;s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:487;a:3:{s:3:\"uid\";i:488;s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:488;a:3:{s:3:\"uid\";i:489;s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:489;a:3:{s:3:\"uid\";i:490;s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:490;a:3:{s:3:\"uid\";i:491;s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:491;a:3:{s:3:\"uid\";i:492;s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:492;a:3:{s:3:\"uid\";i:493;s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:493;a:3:{s:3:\"uid\";i:494;s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:494;a:3:{s:3:\"uid\";i:495;s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:495;a:3:{s:3:\"uid\";i:496;s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:496;a:3:{s:3:\"uid\";i:497;s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:497;a:3:{s:3:\"uid\";i:498;s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:498;a:3:{s:3:\"uid\";i:499;s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:499;a:3:{s:3:\"uid\";i:500;s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:500;a:3:{s:3:\"uid\";i:501;s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:501;a:3:{s:3:\"uid\";i:502;s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:502;a:3:{s:3:\"uid\";i:503;s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:503;a:3:{s:3:\"uid\";i:504;s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:504;a:3:{s:3:\"uid\";i:505;s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:505;a:3:{s:3:\"uid\";i:506;s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:506;a:3:{s:3:\"uid\";i:507;s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:507;a:3:{s:3:\"uid\";i:508;s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:508;a:3:{s:3:\"uid\";i:509;s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:509;a:3:{s:3:\"uid\";i:510;s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:510;a:3:{s:3:\"uid\";i:511;s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:511;a:3:{s:3:\"uid\";i:512;s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:512;a:3:{s:3:\"uid\";i:513;s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:513;a:3:{s:3:\"uid\";i:514;s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:514;a:3:{s:3:\"uid\";i:515;s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:515;a:3:{s:3:\"uid\";i:516;s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:516;a:3:{s:3:\"uid\";i:517;s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:517;a:3:{s:3:\"uid\";i:518;s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:518;a:3:{s:3:\"uid\";i:519;s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:519;a:3:{s:3:\"uid\";i:520;s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:520;a:3:{s:3:\"uid\";i:521;s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:521;a:3:{s:3:\"uid\";i:522;s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:6:\"normal\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:522;a:3:{s:3:\"uid\";i:523;s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:523;a:3:{s:3:\"uid\";i:524;s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:524;a:3:{s:3:\"uid\";i:525;s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:525;a:3:{s:3:\"uid\";i:526;s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:526;a:3:{s:3:\"uid\";i:527;s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:527;a:3:{s:3:\"uid\";i:528;s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:528;a:3:{s:3:\"uid\";i:529;s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:529;a:3:{s:3:\"uid\";i:530;s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:530;a:3:{s:3:\"uid\";i:531;s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:531;a:3:{s:3:\"uid\";i:532;s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:532;a:3:{s:3:\"uid\";i:533;s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:533;a:3:{s:3:\"uid\";i:534;s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:534;a:3:{s:3:\"uid\";i:535;s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:535;a:3:{s:3:\"uid\";i:536;s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:536;a:3:{s:3:\"uid\";i:537;s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"700\";}}i:537;a:3:{s:3:\"uid\";i:538;s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";}}i:538;a:3:{s:3:\"uid\";i:539;s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:539;a:3:{s:3:\"uid\";i:540;s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:540;a:3:{s:3:\"uid\";i:541;s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:541;a:3:{s:3:\"uid\";i:542;s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:542;a:3:{s:3:\"uid\";i:543;s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:543;a:3:{s:3:\"uid\";i:544;s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:544;a:3:{s:3:\"uid\";i:545;s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:545;a:3:{s:3:\"uid\";i:546;s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:546;a:3:{s:3:\"uid\";i:547;s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:547;a:3:{s:3:\"uid\";i:548;s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:548;a:3:{s:3:\"uid\";i:549;s:6:\"family\";s:9:\"Rubik One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:549;a:3:{s:3:\"uid\";i:550;s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:550;a:3:{s:3:\"uid\";i:551;s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:551;a:3:{s:3:\"uid\";i:552;s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:552;a:3:{s:3:\"uid\";i:553;s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:553;a:3:{s:3:\"uid\";i:554;s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:554;a:3:{s:3:\"uid\";i:555;s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:555;a:3:{s:3:\"uid\";i:556;s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:556;a:3:{s:3:\"uid\";i:557;s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:557;a:3:{s:3:\"uid\";i:558;s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:558;a:3:{s:3:\"uid\";i:559;s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:559;a:3:{s:3:\"uid\";i:560;s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:560;a:3:{s:3:\"uid\";i:561;s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:561;a:3:{s:3:\"uid\";i:562;s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:562;a:3:{s:3:\"uid\";i:563;s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:563;a:3:{s:3:\"uid\";i:564;s:6:\"family\";s:11:\"Sansita One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:564;a:3:{s:3:\"uid\";i:565;s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:565;a:3:{s:3:\"uid\";i:566;s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:566;a:3:{s:3:\"uid\";i:567;s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:567;a:3:{s:3:\"uid\";i:568;s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:568;a:3:{s:3:\"uid\";i:569;s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:569;a:3:{s:3:\"uid\";i:570;s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:570;a:3:{s:3:\"uid\";i:571;s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:571;a:3:{s:3:\"uid\";i:572;s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:572;a:3:{s:3:\"uid\";i:573;s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:573;a:3:{s:3:\"uid\";i:574;s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:574;a:3:{s:3:\"uid\";i:575;s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:575;a:3:{s:3:\"uid\";i:576;s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:576;a:3:{s:3:\"uid\";i:577;s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:577;a:3:{s:3:\"uid\";i:578;s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:578;a:3:{s:3:\"uid\";i:579;s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:579;a:3:{s:3:\"uid\";i:580;s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:580;a:3:{s:3:\"uid\";i:581;s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:581;a:3:{s:3:\"uid\";i:582;s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:582;a:3:{s:3:\"uid\";i:583;s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:583;a:3:{s:3:\"uid\";i:584;s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"900\";}}i:584;a:3:{s:3:\"uid\";i:585;s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:585;a:3:{s:3:\"uid\";i:586;s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:586;a:3:{s:3:\"uid\";i:587;s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:587;a:3:{s:3:\"uid\";i:588;s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:588;a:3:{s:3:\"uid\";i:589;s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:589;a:3:{s:3:\"uid\";i:590;s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:590;a:3:{s:3:\"uid\";i:591;s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:591;a:3:{s:3:\"uid\";i:592;s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:592;a:3:{s:3:\"uid\";i:593;s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:593;a:3:{s:3:\"uid\";i:594;s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"800\";}}i:594;a:3:{s:3:\"uid\";i:595;s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:595;a:3:{s:3:\"uid\";i:596;s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:596;a:3:{s:3:\"uid\";i:597;s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:597;a:3:{s:3:\"uid\";i:598;s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:598;a:3:{s:3:\"uid\";i:599;s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:599;a:3:{s:3:\"uid\";i:600;s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:600;a:3:{s:3:\"uid\";i:601;s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:601;a:3:{s:3:\"uid\";i:602;s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:602;a:3:{s:3:\"uid\";i:603;s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:603;a:3:{s:3:\"uid\";i:604;s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:604;a:3:{s:3:\"uid\";i:605;s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:605;a:3:{s:3:\"uid\";i:606;s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:606;a:3:{s:3:\"uid\";i:607;s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:607;a:3:{s:3:\"uid\";i:608;s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:608;a:3:{s:3:\"uid\";i:609;s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:609;a:3:{s:3:\"uid\";i:610;s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:610;a:3:{s:3:\"uid\";i:611;s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:611;a:3:{s:3:\"uid\";i:612;s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:612;a:3:{s:3:\"uid\";i:613;s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:613;a:3:{s:3:\"uid\";i:614;s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:6:\"normal\";}}i:614;a:3:{s:3:\"uid\";i:615;s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:615;a:3:{s:3:\"uid\";i:616;s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:616;a:3:{s:3:\"uid\";i:617;s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:617;a:3:{s:3:\"uid\";i:618;s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:618;a:3:{s:3:\"uid\";i:619;s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:619;a:3:{s:3:\"uid\";i:620;s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:620;a:3:{s:3:\"uid\";i:621;s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:621;a:3:{s:3:\"uid\";i:622;s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:622;a:3:{s:3:\"uid\";i:623;s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:623;a:3:{s:3:\"uid\";i:624;s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:624;a:3:{s:3:\"uid\";i:625;s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:625;a:3:{s:3:\"uid\";i:626;s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:626;a:3:{s:3:\"uid\";i:627;s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:627;a:3:{s:3:\"uid\";i:628;s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:628;a:3:{s:3:\"uid\";i:629;s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:629;a:3:{s:3:\"uid\";i:630;s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:6:\"normal\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:630;a:3:{s:3:\"uid\";i:631;s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:631;a:3:{s:3:\"uid\";i:632;s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:632;a:3:{s:3:\"uid\";i:633;s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:633;a:3:{s:3:\"uid\";i:634;s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:634;a:3:{s:3:\"uid\";i:635;s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:635;a:3:{s:3:\"uid\";i:636;s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:636;a:3:{s:3:\"uid\";i:637;s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:637;a:3:{s:3:\"uid\";i:638;s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:638;a:3:{s:3:\"uid\";i:639;s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:6:\"normal\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:639;a:3:{s:3:\"uid\";i:640;s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:640;a:3:{s:3:\"uid\";i:641;s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:641;a:3:{s:3:\"uid\";i:642;s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:642;a:3:{s:3:\"uid\";i:643;s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:643;a:3:{s:3:\"uid\";i:644;s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:644;a:3:{s:3:\"uid\";i:645;s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:645;a:3:{s:3:\"uid\";i:646;s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:646;a:3:{s:3:\"uid\";i:647;s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:647;a:3:{s:3:\"uid\";i:648;s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:648;a:3:{s:3:\"uid\";i:649;s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:649;a:3:{s:3:\"uid\";i:650;s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:650;a:3:{s:3:\"uid\";i:651;s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:651;a:3:{s:3:\"uid\";i:652;s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:652;a:3:{s:3:\"uid\";i:653;s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:653;a:3:{s:3:\"uid\";i:654;s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:654;a:3:{s:3:\"uid\";i:655;s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:655;a:3:{s:3:\"uid\";i:656;s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:6:\"normal\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:656;a:3:{s:3:\"uid\";i:657;s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:657;a:3:{s:3:\"uid\";i:658;s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:658;a:3:{s:3:\"uid\";i:659;s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:659;a:3:{s:3:\"uid\";i:660;s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:660;a:3:{s:3:\"uid\";i:661;s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:661;a:3:{s:3:\"uid\";i:662;s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:2:{i:0;s:6:\"normal\";i:1;s:3:\"700\";}}i:662;a:3:{s:3:\"uid\";i:663;s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:663;a:3:{s:3:\"uid\";i:664;s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:664;a:3:{s:3:\"uid\";i:665;s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:665;a:3:{s:3:\"uid\";i:666;s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:666;a:3:{s:3:\"uid\";i:667;s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:667;a:3:{s:3:\"uid\";i:668;s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:668;a:3:{s:3:\"uid\";i:669;s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:669;a:3:{s:3:\"uid\";i:670;s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:670;a:3:{s:3:\"uid\";i:671;s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:4:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:6:\"normal\";i:3;s:3:\"700\";}}i:671;a:3:{s:3:\"uid\";i:672;s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:672;a:3:{s:3:\"uid\";i:673;s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:673;a:3:{s:3:\"uid\";i:674;s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}i:674;a:3:{s:3:\"uid\";i:675;s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:6:\"normal\";}}}','no'),(368,'widget_mts_ad_728_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(369,'widget_tabs2','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(394,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1409451042;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"text-4\";i:1;s:6:\"text-5\";i:2;s:6:\"text-6\";}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(361,'theme_mods_truepixel','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1409451038;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:7:{i:0;s:8:\"search-2\";i:1;s:6:\"text-4\";i:2;s:12:\"categories-2\";i:3;s:14:\"recent-posts-2\";i:4;s:6:\"meta-2\";i:5;s:17:\"recent-comments-2\";i:6;s:10:\"archives-2\";}s:7:\"sidebar\";a:1:{i:0;s:6:\"text-6\";}s:13:\"widget-header\";a:1:{i:0;s:6:\"text-5\";}}}}','yes'),(254,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1409289726','yes'),(255,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"4587\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2848\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2785\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"2284\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2189\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1792\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1587\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1563\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1529\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1519\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1448\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1411\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1350\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1209\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1153\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1121\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1044\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1001\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"995\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"823\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"811\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"798\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"793\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"789\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"730\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"693\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"691\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"661\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"638\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"618\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"609\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"607\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"601\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"593\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"587\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"546\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"544\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"543\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"536\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"534\";}}','yes'),(162,'seo_ultimate','a:3:{s:7:\"version\";s:7:\"7.6.5.1\";s:7:\"modules\";a:38:{s:7:\"modules\";i:10;s:7:\"noindex\";i:10;s:10:\"more-links\";i:10;s:15:\"sharing-buttons\";i:10;s:13:\"fofs-settings\";i:10;s:10:\"permalinks\";i:10;s:15:\"global-settings\";i:10;s:13:\"settings-data\";i:10;s:9:\"uninstall\";i:10;s:13:\"rich-snippets\";i:10;s:7:\"widgets\";i:10;s:7:\"linkbox\";i:10;s:17:\"content-autolinks\";i:10;s:26:\"content-autolinks-settings\";i:10;s:16:\"footer-autolinks\";i:10;s:8:\"fofs-log\";i:10;s:9:\"canonical\";i:10;s:25:\"footer-autolinks-settings\";i:10;s:4:\"fofs\";i:10;s:12:\"import-aiosp\";i:10;s:12:\"author-links\";i:10;s:9:\"user-code\";i:10;s:9:\"autolinks\";i:10;s:5:\"files\";i:10;s:7:\"install\";i:10;s:21:\"internal-link-aliases\";i:10;s:17:\"meta-descriptions\";i:10;s:11:\"meta-robots\";i:10;s:9:\"opengraph\";i:10;s:8:\"settings\";i:10;s:11:\"wp-settings\";i:10;s:6:\"titles\";i:10;s:16:\"webmaster-verify\";i:10;s:8:\"sds-blog\";i:10;s:4:\"misc\";i:10;s:13:\"link-nofollow\";i:-10;s:13:\"meta-keywords\";i:-10;s:5:\"slugs\";i:-10;}s:4:\"cron\";a:1:{s:8:\"sds-blog\";a:1:{s:13:\"load_blog_rss\";a:3:{i:0;s:25:\"su-sds-blog-load-blog-rss\";i:1;i:1409257570;i:2;s:6:\"hourly\";}}}}','yes'),(163,'seo_ultimate_module_more-links','a:1:{s:7:\"default\";s:45:\"Continue reading “{post}” »\";}','yes'),(164,'seo_ultimate_module_sharing-buttons','a:3:{s:8:\"provider\";s:4:\"none\";s:14:\"sharethis_code\";s:104:\"<script type=\"text/javascript\" charset=\"utf-8\" src=\"http://w.sharethis.com/widget/?wp={wpver}\"></script>\";s:12:\"addthis_code\";s:298:\"<a class=\"addthis_button\" href=\"http://addthis.com/bookmark.php?v=250\"><img src=\"http://s7.addthis.com/static/btn/v2/lg-share-en.gif\" width=\"125\" height=\"16\" alt=\"Bookmark and Share\" style=\"border:0\"/></a><script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js\"></script>\";}','yes'),(165,'seo_ultimate_module_404s','a:7:{s:10:\"exceptions\";s:66:\"*/favicon.ico\n*/apple-touch-icon.png\n*/pingserver.php\n*/xmlrpc.php\";s:12:\"max_log_size\";i:100;s:11:\"log_enabled\";b:1;s:16:\"restrict_logging\";b:1;s:11:\"log_spiders\";b:1;s:24:\"log_errors_with_referers\";b:1;s:3:\"log\";a:5:{s:48:\"http://www.hulknoticias.com/post_tag-sitemap.xml\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:0;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1409259722;}s:47:\"http://www.hulknoticias.com/?feed=comments-rss2\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1409318578;}s:34:\"http://transformice.wtf/?feed=rss2\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1409450457;}s:43:\"http://transformice.wtf/?feed=comments-rss2\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1409453560;}s:29:\"http://transformice.wtf/?p=31\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:33:\"http://www.hulknoticias.com/?p=31\";}s:11:\"user_agents\";a:2:{i:0;s:65:\"Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Firefox/31.0\";i:1;s:143:\"Mozilla/5.0 (Linux; U; Android 2.3.6; es-us; GT-S5360L Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\";}s:13:\"last_hit_time\";i:1409457498;}}}','yes'),(166,'seo_ultimate_module_permalinks','a:1:{s:20:\"add_rule_if_conflict\";b:1;}','yes'),(167,'seo_ultimate_module_settings','a:4:{s:16:\"attribution_link\";b:0;s:9:\"mark_code\";b:1;s:9:\"sdf_theme\";b:1;s:7:\"version\";s:7:\"7.6.5.1\";}','yes'),(168,'seo_ultimate_module_linkbox','a:1:{s:4:\"html\";s:298:\"<div class=\"su-linkbox\" id=\"post-{id}-linkbox\"><div class=\"su-linkbox-label\">Link to this post!</div><div class=\"su-linkbox-field\"><input type=\"text\" value=\"<a href="{url}">{title}</a>\" onclick=\"javascript:this.select()\" readonly=\"readonly\" style=\"width: 100%;\" /></div></div>\";}','yes'),(169,'seo_ultimate_module_autolinks','a:15:{s:25:\"dampen_sitewide_lpa_value\";i:50;s:34:\"enable_perlink_dampen_sitewide_lpa\";b:0;s:17:\"enable_self_links\";b:0;s:24:\"enable_current_url_links\";b:0;s:15:\"limit_lpp_value\";i:5;s:15:\"limit_lpa_value\";i:2;s:15:\"limit_lpu_value\";i:1;s:13:\"linkfree_tags\";s:30:\"code,pre,kbd,h1,h2,h3,h4,h5,h6\";s:22:\"autolink_posttype_post\";b:1;s:22:\"autolink_posttype_page\";b:1;s:28:\"autolink_posttype_attachment\";b:1;s:26:\"footer_link_section_format\";s:67:\"<div id=\"su-footer-links\" style=\"text-align: center;\">{links}</div>\";s:18:\"footer_link_format\";s:6:\"{link}\";s:15:\"footer_link_sep\";s:3:\" | \";s:5:\"links\";a:0:{}}','yes'),(170,'seo_ultimate_module_import-aiosp','a:3:{s:15:\"import_postmeta\";b:1;s:25:\"postmeta_bothexist_action\";s:4:\"skip\";s:17:\"after_post_import\";s:7:\"nothing\";}','yes'),(171,'seo_ultimate_module_user-code','a:1:{s:14:\"global_wp_head\";s:0:\"\";}','yes'),(172,'seo_ultimate_module_internal-link-aliases','a:2:{s:9:\"alias_dir\";s:2:\"go\";s:7:\"aliases\";a:0:{}}','yes'),(173,'seo_ultimate_module_meta','a:6:{s:32:\"home_description_tagline_default\";b:1;s:25:\"description_posttype_post\";s:9:\"{excerpt}\";s:25:\"description_posttype_page\";s:0:\"\";s:29:\"description_taxonomy_category\";s:13:\"{description}\";s:29:\"description_taxonomy_post_tag\";s:13:\"{description}\";s:17:\"description_paged\";s:31:\"{meta_description} - Page {num}\";}','yes'),(174,'seo_ultimate_module_opengraph','a:6:{s:20:\"default_post_og_type\";s:7:\"article\";s:20:\"default_page_og_type\";s:7:\"article\";s:25:\"default_post_twitter_card\";s:7:\"summary\";s:25:\"default_page_twitter_card\";s:7:\"summary\";s:31:\"default_attachment_twitter_card\";s:5:\"photo\";s:24:\"enable_og_article_author\";b:1;}','yes'),(175,'seo_ultimate_module_titles','a:14:{s:10:\"title_home\";s:6:\"{blog}\";s:12:\"title_single\";s:15:\"{post} | {blog}\";s:10:\"title_page\";s:15:\"{page} | {blog}\";s:14:\"title_category\";s:19:\"{category} | {blog}\";s:9:\"title_tag\";s:14:\"{tag} | {blog}\";s:9:\"title_day\";s:43:\"Archives for {month} {day}, {year} | {blog}\";s:11:\"title_month\";s:36:\"Archives for {month} {year} | {blog}\";s:10:\"title_year\";s:28:\"Archives for {year} | {blog}\";s:12:\"title_author\";s:26:\"Posts by {author} | {blog}\";s:12:\"title_search\";s:35:\"Search Results for {query} | {blog}\";s:9:\"title_404\";s:22:\"404 Not Found | {blog}\";s:11:\"title_paged\";s:20:\"{title} - Page {num}\";s:13:\"terms_ucwords\";b:1;s:14:\"rewrite_method\";s:2:\"ob\";}','yes'),(176,'seo_ultimate_module_sds-blog','a:2:{s:8:\"lastread\";i:1409257570;s:14:\"rss_item_times\";a:30:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:0;i:9;i:0;i:10;i:0;i:11;i:0;i:12;i:0;i:13;i:0;i:14;i:0;i:15;i:0;i:16;i:0;i:17;i:0;i:18;i:0;i:19;i:0;i:20;i:0;i:21;i:0;i:22;i:0;i:23;i:0;i:24;i:0;i:25;i:0;i:26;i:0;i:27;i:0;i:28;i:0;i:29;i:0;}}','yes'),(353,'_transient_timeout_feed_mod_da8c757f762dcd1ec67339593414ea85','1409492449','no'),(354,'_transient_feed_mod_da8c757f762dcd1ec67339593414ea85','1409449249','no'),(351,'_transient_timeout_feed_da8c757f762dcd1ec67339593414ea85','1409492449','no'),(352,'_transient_feed_da8c757f762dcd1ec67339593414ea85','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"SEO Design Solutions™ 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://www.seodesignsolutions.com/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Search Engine Optimization Strategies, Tips, Tactics and Techniques from SEO Design Solutions.\";s: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:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 14 Aug 2014 19:53:54 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.8.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:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Other Ways to Measure SEO Results!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/E1tOAZ6Ira8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 14 Aug 2014 19:49:59 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9394\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"What are alternative SEO metrics (aside from rankings) you can use to determine if your SEO campaign is working? Quantifying the effects of your efforts is integral as you move up the rankings for intentional and unintentional keywords. There are multiple ways to assess the impact of your SEO campaign aside from using rankings alone. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:1604:\"<p>What are alternative <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> metrics (aside from rankings) you can use to determine if your SEO campaign is working? Quantifying the effects of your efforts is integral as you move up the rankings for intentional and unintentional keywords.</p>\n<div id=\"attachment_8586\" style=\"width: 328px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo/alternative-ways-to-measure-seo-results/\"><img class=\"size-full wp-image-8586\" title=\"measuring-seo-results\" alt=\"SEO-Results\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/03/measuring-seo-results.jpg\" width=\"318\" height=\"378\" /></a><p class=\"wp-caption-text\">Other Ways to Measure SEO Results!</p></div>\n<p>There are multiple ways to assess the impact of your SEO campaign aside from using rankings alone. As correlation does not imply causation, read further to determine alternative ways to measure SEO results!</p>\n<p>>>> <a href=\"http://www.seodesignsolutions.com/blog/seo/alternative-ways-to-measure-seo-results/\">Click HERE</a> for Read Full Post!<span id=\"more-9394\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=E1tOAZ6Ira8:WBmKMeA5NaE:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/E1tOAZ6Ira8\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://www.seodesignsolutions.com/blog/seo/other-ways-to-measure-seo-results/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Link Metrics for SEO: Why Quality is Better Than Quantity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/yO8qqp3LMKo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 13 Aug 2014 20:03:48 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9390\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"When building links you can think or qualitative or quantitative metrics to measure impact. The purpose of this post is to (a) identify the various types of links (b) calculate their impact on search engine rankings and (c) provide an overview of the link metrics to create a protocol for SEO best practices. Which types […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeffrey_Smith\";s: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:3342:\"<p>When building links you can think or qualitative or quantitative metrics to measure impact. The purpose of this post is to (a) identify the various types of links (b) calculate their impact on search engine rankings and (c) provide an overview of the <strong>link metrics</strong> to create a protocol for <a href=\"http://www.seodesignsolutions.com/\">SEO</a> best practices.</p>\n<div id=\"attachment_7131\" style=\"width: 410px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/link-building/link-building-seo-guide/\"><img class=\"size-full wp-image-7131\" title=\"link-metrics-type\" alt=\"Link Building Tips: The Definitive Guide to Links\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2010/04/link-metrics-type.jpg\" width=\"400\" height=\"352\" /></a><p class=\"wp-caption-text\"><a href=\"http://www.seodesignsolutions.com/seo-link-building.html\" title=\"Link Building\">Link Building</a> Tips: The Definitive <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> Guide to Link Metrics</p></div>\n<p>Which types of links are effective for SEO and why? Link building and search engine optimization work in tandem to produce viable shifts in search engines for specific keywords and corresponding landing pages.</p>\n<h3>Link Metrics</h3>\n<p>Within the framework of link building, there are <a href=\"http://www.seodesignsolutions.com/blog/link-building/understanding-link-prominence-volume-velocity-flow-and-distribution/\">link metrics</a> which impact the outcome of rankings aside from the <strong><em>number, frequency or volume of links</em></strong> built.</p>\n<ul>\n<li>Domain Trust</li>\n<li>Theme Relevance</li>\n<li>Frequency</li>\n<li>Volume</li>\n<li>Velocity</li>\n<li>Page Strength</li>\n<li>Link Flow /Prominence</li>\n</ul>\n<div id=\"attachment_7132\" style=\"width: 410px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-7132\" title=\"link-metrics-pie-chart\" alt=\"SEO Link Metrics\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2010/04/link-metrics.jpg\" width=\"400\" height=\"278\" /><p class=\"wp-caption-text\">Link Metrics: Domain Trust, Theme Relevance, Frequency, Volume, Page Strength, Link Flow, Prominence</p></div>\n<p><strong>Domain Trust</strong> – Acquired as a result of sending strong signals of citation a site linked to from authoritative sources or earmarked by search engines as a reference will surely attract domain trust.</p>\n<p>Once acquired, consider it the magic ingredient to acquiring immediate results in the search engine result pages. It expedites the review process (through preferential regard from spiders) as well as catapults your content into the real time search spotlight allowing your content to rise to the top with little effort.</p>\n<p>Click HERE to <a href=\"http://www.seodesignsolutions.com/blog/link-building/link-building-seo-guide/\">Continue Reading</a> >>></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=yO8qqp3LMKo:ikCpLjY6Eog:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/yO8qqp3LMKo\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://www.seodesignsolutions.com/blog/seo/link-metrics-for-seo-why-quality-is-better-than-quantity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Avoid These 5 Internal Linking Mistakes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/BunfEZDBkuc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 12 Aug 2014 22:33:04 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9388\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"We all know the value of external links from other websites, but what about the power of internal links for SEO or how they impact ranking algorithms to determine which pages serve what function within a website? Below are 5 common on page SEO boo-boos to avoid when optimizing your websites internal link structure that […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:1601:\"<p>We all know the value of external links from other websites, but what about the power of <strong>internal links</strong> for <a href=\"http://www.seodesignsolutions.com\">SEO</a> or how they impact ranking algorithms to determine which pages serve what function within a website?</p>\n<div id=\"attachment_8155\" style=\"width: 434px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo-basics/5-seo-internal-linking-errors-to-avoid/\"><img class=\"size-full wp-image-8155\" title=\"seo-errors\" alt=\"Internal Linking Errors\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2010/11/seo-errors.jpg\" width=\"424\" height=\"283\" /></a><p class=\"wp-caption-text\">5 Internal Linking Errors to Avoid</p></div>\n<p>Below are 5 common on page <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> boo-boos to avoid when optimizing your websites internal link structure that can sap your websites rankings . Click to read more about >>> <a href=\"http://www.seodesignsolutions.com/blog/seo-basics/5-seo-internal-linking-errors-to-avoid/\">5 internal link errors to avoid</a>.<span id=\"more-9388\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=BunfEZDBkuc:uSdDUXGxvUw:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/BunfEZDBkuc\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://www.seodesignsolutions.com/blog/seo/avoid-these-5-internal-linking-mistakes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"How to Create Affiliate Headlines That Convert!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/f5rP1eLykAY/\";s: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:19:\"Affiliate Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 11 Aug 2014 16:31:20 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9385\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"Below, we have identified an array of emotionally-charged, SEO tested search queries and modifiers (descriptive words used to clarify purchase intent) used by millions each month to find and purchase products. If you are an affiliate marketer looking for a direct line in to the psyche of the consumers you’re enticing to visit your landing […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:2374:\"<p>Below, we have identified an array of <strong>emotionally-charged</strong>, <a href=\"http://www.seodesignsolutions.com/\">SEO</a> tested search queries and modifiers (descriptive words used to clarify <a href=\"http://www.seodesignsolutions.com/blog/seo/motivated-buyers-seo-and-intent/\">purchase intent</a>) used by millions each month to find and purchase products.</p>\n<div id=\"attachment_7729\" style=\"width: 385px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-modifiers-for-affiliate-marketing/\"><img class=\"size-full wp-image-7729\" title=\"online-shopping\" alt=\"Online Shopping\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2010/07/online-shopping.jpg\" width=\"375\" height=\"250\" /></a><p class=\"wp-caption-text\">Consumers are Shopping Online, But Can They Find Your Offer?</p></div>\n<p>If you are an <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-to-find-affiliate-marketing-opportunities/\">affiliate marketer</a> looking for a direct line in to the psyche of the consumers you’re enticing to visit your landing pages and convert into long-term value repeat customers, then this post is a great starting point.</p>\n<p>For those unfamiliar with the context of what a <a href=\"http://www.seodesignsolutions.com/blog/internet-marketing/keywords-and-modifers-how-visitors-find-your-website/\">keyword modifier</a> is, modifiers are descriptive words that either are utilized as a prefix or suffix in combination with primary keywords or phrases that help search engines identify intent and return the most relevant corresponding web pages that contain direct or related content based on those queries.</p>\n<p>Click Image Above or Click Here to <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-modifiers-for-affiliate-marketing/\">Read Full Article</a>>>></p>\n<p> </p>\n<p><span id=\"more-9385\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=f5rP1eLykAY:D0Wj3GZ9n8Y:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/f5rP1eLykAY\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://www.seodesignsolutions.com/blog/affiliate-marketing/how-to-create-affiliate-headlines-that-convert/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Google’s Love Affair with Authority and How You Can Leverage It!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/hKCjbQb98Tk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 09 Aug 2014 13:41:07 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9377\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"In short, Google’s love affair with authority sites is based on the premise of reciprocity, relevance and commercial viability. It’s no secret, that Google’s search engine algorithms are stacked in favor of quality content and authoritative websites. Protecting the integrity of that love affair can have harsh consequences for those on the fringes or gray […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:2523:\"<p>In short, Google’s love affair with authority sites is based on the premise of <strong>reciprocity, relevance </strong>and <strong>commercial viability</strong>. It’s no secret, that Google’s <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/what-do-search-engines-know-that-we-dont/\">search engine algorithms</a> are stacked in favor of quality content and authoritative websites.</p>\n<div id=\"attachment_8620\" style=\"width: 429px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo-resources/googles-loves-affair-with-authority-sites/\"><img class=\"size-full wp-image-8620\" title=\"google-love\" alt=\"Google Loves Authority Sites\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/03/google-love.jpg\" width=\"419\" height=\"287\" /></a><p class=\"wp-caption-text\">Google’s Love Affair with Authority Sites</p></div>\n<p>Protecting the integrity of that love affair can have harsh consequences for those on the fringes or gray areas as Google updates their index.</p>\n<p>One must consider, that if a higher echelon of quality presides in Google’s index <em>from Google being more selective or downright finicky</em> about “<strong>which types of websites are algorithmically endowed</strong>” or quality rater approved, the more relevant and / or commercially viable<strong> </strong>Google’s dominion becomes when it’s time to monetize that traffic.</p>\n<p>This is a post covering two glaring and mutually important topics, the first being how search engine algorithms can dramatically impact your business through <strong>“corrections” </strong>designed to improve quality control and relevance and the other part leaning towards what you can do to insulate yourself from changes to algorithms by creating an authoritative online presence.</p>\n<p>Click to read more from >>> <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/googles-loves-affair-with-authority-sites/\">Google’s Love Affair with Authority Sites</a>.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=hKCjbQb98Tk:vrfAUEjFpzE:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/hKCjbQb98Tk\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://www.seodesignsolutions.com/blog/seo/google-loves-authority/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"What Is Google’s Greatest Fear?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/1kNrXOte_-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:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 08 Aug 2014 16:04:25 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9373\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"With millions of business owners, webmasters and affiliates spending thousands of dollars on SEO and countless hours optimizing their websites (only to have Google organic search results shaken up or completely whisked away due to vacillating shifts from new algorithm changes) is genuinely creating feelings of anger, frustration and disdain. As if running a business […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeffrey_Smith\";s: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:2414:\"<p>With millions of business owners, webmasters and affiliates spending thousands of dollars on SEO and countless hours optimizing their websites (only to have Google organic search results <strong>shaken up or completely whisked away</strong> due to vacillating shifts from new <a href=\"http://searchengineland.com/google-confirms-panda-update-link-evaluation-local-search-rankings-113078\">algorithm changes)</a> is genuinely creating feelings of anger, frustration and disdain.</p>\n<div id=\"attachment_9113\" style=\"width: 410px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo/googles-greatest-fear/\"><img class=\"size-full wp-image-9113\" title=\"google-ignored\" alt=\"Google Greatest Fear\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/04/google-ignored.jpg\" width=\"400\" height=\"425\" /></a><p class=\"wp-caption-text\">Google’s greatest fear is you not using or needing to use Google…</p></div>\n<p>As if running a business wasn’t hard enough, business owners are now forced to deal with the <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/the-rise-and-fall-of-rankings/\">rise and fall of search engine results</a> (knowing that at any time aside from ruthless competitors targeting their most coveted positions that a <a href=\"http://www.seodesignsolutions.com/blog/seo/warning-search-engine-algorithm-changes-detected/\">new algorithm change</a> could come along and potentially <em>sweep all their progress under the rug) </em>without warning.</p>\n<p>The only solution is to either (1) conform or (2) diversify your traffic sources to become less dependent on any one source of visitors, however, most are either unwilling or unaware of their options, so they continue to run on the treadmill in hope of stability.</p>\n<p><strong>CLICK</strong> to read the whole post -<a href=\"http://www.seodesignsolutions.com/blog/seo/googles-greatest-fear/\"> Google’s Greatest Fear!</a></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=1kNrXOte_-0:Q_RmornW1Dk:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/1kNrXOte_-0\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.seodesignsolutions.com/blog/seo/what-is-googles-greatest-fear/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Forget These 3 SEO Myths\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/0pgGsT5gu-k/\";s: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:32:\"Search Engine Optimization Myths\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 12 Jun 2014 12:49:58 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9366\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:317:\"Looking back at the state of SEO and I’ve seen allot since 1995 when I started doing it, there are often myths proliferated in the SEO space that for lack of better terms are better off silenced by empirical data but continue to propagate to ridiculous proportions. In this post, let’s look at 3 SEO […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeffrey_Smith\";s: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:9446:\"<p>Looking back at the state of <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> and I’ve seen allot since 1995 when I started doing it, there are often myths proliferated in the SEO space that for lack of better terms are better off silenced by empirical data but continue to propagate to ridiculous proportions. In this post, let’s look at 3 SEO myths you are better off forgetting, ignoring or whichever politically correct term preferred that still have value when used in the proper context.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization-myths/3-seo-myths-youre-forgetting/\"><img class=\"aligncenter size-full wp-image-9367\" alt=\"Gold Adam\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/06/seo-myths.jpg\" width=\"423\" height=\"283\" /></a></p>\n<p>In essence, there are three things, 1) things that work 2) things that people all talk about and 3) things that work that nobody talks about. I prefer the third, because as soon as people start sharing what really works, it’s only a matter of time before it’s filtered out, penalized or potentially compromised.</p>\n<p>Looking from the outside in (in my experience) at what all the chatter is about or what’s the latest nugget of what <a href=\"https://twitter.com/mattcutts\">Matt Cutts</a> is discussing or how many penalties are out there does nothing to further the search engine optimization space (which is why we won’t even bother joining such speculation).</p>\n<p>I’d rather be that quiet guy with a few hundred test sites who sifts through data to put the strategies in perspective through a battery of litmus tests to determine what is quietly conquering the SEO fear uncertainty and doubt based <a href=\"http://searchengineland.com/library/google/google-panda-update/panda-update-news\">gargantuan Google menaces</a> that are constantly being regurgitated in an attempt of classic misdirection.</p>\n<p>In that light, let’s revisit some of the more notable myths.<span id=\"more-9366\"></span></p>\n<p><b>SEO Myth #1 Keyword density:</b> The keyword density of a page or post using relevant synonyms to created themed content is a moving target that changes based on the site that’s implementing it. In my experience, it’s much different for Wikipedia than it is for an auto blog that curates content or even the average enthusiast trying to make a dent in a flourishing market.</p>\n<p>So, the density of the keywords and key phrases used all depends on a) if the site has ample <a href=\"http://nlp.stanford.edu/IR-book/html/htmledition/tf-idf-weighting-1.html\">term-weight</a> for the topic and / or topics discussed and b) if the page in question is a critical page in the website or not (which is heavily influenced by<a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\"> internal linking</a> and site architecture).</p>\n<p>While some may speculate blanket rules to how many keywords are needed on a page, whether or not there is continuity between the keyword, synonyms used in addition to correlations to things such as the title, H1, H2, bold and italics, internal links to the page, more than 750 words on the page, etc. are viable ranking factors, there are equally as many pages ranking that have <strong>none of those elements in line</strong> that are also on page one.</p>\n<p>I’ve ranked pages that don’t even mention the word on the page or just have it sparsely mentioned in the meta description or have less than 100 words (for competitive keywords). So, this point is moot and it’s more about the authority, <a href=\"http://searchengineland.com/majestic-seo-announces-new-link-metrics-trust-flow-citation-flow-121230\">trust-flow</a> of the site and link-flow to the page than <b>the content on the page</b> or the subordinate metrics that make it a contender for first page results. But, if you spent more time building authority and publishing, then you already know that rankings can be conquered in minutes and not months with a site that has credibility, trust and proper on page architecture.</p>\n<p>So, the key is to topically write (en masse) on a topic, link properly, don’t get carried away with metrics like keyword density (as topical relevance is already extracted from the market focus of the page through the <a href=\"http://en.wikipedia.org/wiki/Bag-of-words_model\">bag of words model</a> anyway) and remember, it’s about conversion, not just keyword gibberish to trick machines.</p>\n<p><b>SEO Myth#2 Nofollow links don’t pass value:</b> For example, if I had believed that no follow links didn’t pass value then I may as well believe that the tooth fairy is real, that <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-tips-for-internal-links-deep-links-and-sitemaps/\">building links to sitemaps</a> using (noindex, follow) doesn’t work and there is no reason to ever implement no-follow links ever again. However, on the contrary, thank god I am a rebel and have tested and dissected this method and can assure you nofollow links count for passing something more important than Pagerank.</p>\n<p><img class=\"aligncenter\" alt=\"\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/06/follow-no-follow.jpg\" width=\"509\" height=\"236\" /></p>\n<p>I’ve seen a dynamically generated site with hundreds of thousands of SKU’s (stock kept units) swell from 25K pages indexed to over 2.5 million pages indexed in Google that all ranked for 1000 models numbers per page with what should have been considered “<a href=\"http://www.seodesignsolutions.com/blog/seo/duplicate-content-and-seo/\">duplicate content</a>” and produce substantial lifts in traffic, leads and sales (using the sitemap strategy). And as for nofollow on links, they pass domain authority which trumps Pagerank any day for a link portfolio.</p>\n<p>Just saying, you can’t always believe what you hear, particularly if you don’t test it first. The truth is, tactics like implementing nofollow links or stacking links through link insurance (building links to your links or using sitemaps to distribute link-flow) are merely precursors to developing genuine domain trust and authority which are the most important metrics in SEO, period!</p>\n<p>All links have value (both internal links and external inbound links equally) as it is after all the fabric of the web and linked data. So, how you sculpt them is what determines how effective they are… So, don’t underestimate the power of nofollow links.</p>\n<p><b>SEO Myth#3 Links don’t have the same value as they did before: </b>This is pure poppycock. If you actually believe that eliminating links from the link graph as an intangible ranking factor is attainable, then you better get out your tin hats made from aluminum foil to protect your brain from alien invasion right now.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/06/broken-link.jpg\"><img class=\"aligncenter size-full wp-image-9368\" alt=\"broken-link\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/06/broken-link.jpg\" width=\"400\" height=\"300\" /></a></p>\n<p>All kidding aside, <strong>links absolutely pass vital ranking factor</strong>, however for now, the only metric that has genuinely changed in their value is the amount of scrutiny links are under for being considered trusted and / or passing tangible citation.</p>\n<p>Combine that with the fact that the filters for undermining the relationships in the link graph is bordering on algorithmic hypersensitivity (penguin, panda and the like) means that things such as neighborhood, anchor text, social citation (which is really a derivative of authority) suggests that it’s better to have a few solid links, focus on authority and on-site factors such as <a href=\"http://www.seodesignframework.com/website-silo-architecture/\">website silo architecture</a> and build a quality site that converts instead of the older more traditional SEO approaches.</p>\n<p>But, here is the kicker, if your website has a much higher domain authority, links which would penalize or cripple a less authoritative site have far less if any impact on your web property. So, if you have concerns about negative SEO (competitors buying bad links and pointing them at your site) or links from the past haunting you, you can can always increase your domain authority and quell penalties and insulate your online assets.</p>\n<p>So, in case you wondered why we were so quiet at <a href=\"http://www.seodesignsolutions.com/\">SEO Design Solutions</a>. Two reasons 1) we’re building the next generation of content management systems via our <a href=\"http://www.seodesignframework.com/\">WordPress Framework</a> and 2) quietly testing, testing and more testing of powerful SEO strategies (which we will eventually share or build into our platform).</p>\n<p>Until the next post…</p>\n<p>Over and out!</p>\n<p> </p>\n<p> </p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=0pgGsT5gu-k:7MIZS7GAclE:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/0pgGsT5gu-k\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://www.seodesignsolutions.com/blog/search-engine-optimization-myths/3-seo-myths-youre-forgetting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"How to Add 3rd Party Scripts to the SEO Design Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/_KJaDIJyI1o/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:25:\"How To Reference Material\";s: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:20:\"SEO Design Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:19:\"WordPress Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 27 Mar 2014 14:36:39 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9355\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:320:\"It’s that time for releasing dozens of video tutorials for the SEO Design Framework as we start building the massive how to SEO training materials area for our members. I just finished this video on how to add third party scripts to your layouts using the framework. Hope you enjoy it. Have a question or […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:1183:\"<p>It’s that time for releasing dozens of video tutorials for the <a href=\"http://www.seodesignframework.com/features/\">SEO Design Framework</a> as we start building the massive <strong>how to SEO training materials area</strong> for our members.</p>\n<p><iframe src=\"//www.youtube.com/embed/PU5NJO7ElUI?rel=0&vq=hd720\" height=\"278\" width=\"495\" allowfullscreen=\"\" frameborder=\"0\"></iframe></p>\n<p>I just finished this video on how to add third party scripts to your layouts using the framework. Hope you enjoy it. Have a question or would like to know more or see a feature <a href=\"http://www.seodesignframework.com/contact-us/\">let us know</a> we’re listening…</p>\n<p>Over and out!<span id=\"more-9355\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=_KJaDIJyI1o:qq_un3JXdc4:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/_KJaDIJyI1o\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://www.seodesignsolutions.com/blog/how-to-reference-material/add-3rd-party-scripts-seo-design-framework/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"SEO Ultimate Version 7.6.3.1 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/9aIJCvUIBzQ/\";s: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:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:23:\"New SEO Ultimate 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:2;a:5:{s:4:\"data\";s:29:\"SEO Ultimate 7.6.3.1 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 24 Mar 2014 21:45:42 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9344\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"It came to our attention that after we published the last version update for SEO Ultimate 7.6.2 that some users had experienced data loss for some or all of the title tag rewriter and code inserter settings from 7.6.1. The first thought, “this is tragic”, and rightfully so, however thankfully, this should be fixed in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeffrey_Smith\";s: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:5821:\"<p>It came to our attention that after we published the last version update for SEO Ultimate 7.6.2 that some users had experienced data loss for some or all of the title tag rewriter and code inserter settings from 7.6.1.</p>\n<div id=\"attachment_9346\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/seo-ultimate-7-6-3-1.jpg\"><img class=\"size-full wp-image-9346\" alt=\"SEO Ultimate 7.6.3.1 Released\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/seo-ultimate-7-6-3-1.jpg\" width=\"500\" height=\"300\" /></a><p class=\"wp-caption-text\">SEO Ultimate 7.6.3.1 Released</p></div>\n<p>The first thought, “this is tragic”, and rightfully so, however thankfully, this should be fixed in the new version 7.6.3.1 as 7.6.2 was practically <b>creating parallel options</b> instead of referring to the legacy settings in the wp_options table (whew).<span id=\"more-9344\"></span></p>\n<p>The new version 7.6.3.1 should point to old data from 7.6.1 (unless some other type of reset occurred) meaning upon activation, your legacy meta data (and code inserter data) should be intact.</p>\n<p>It’s times like this you wish you had that little doohickey from Men in black that erases memory (<strong>what was it called again?, ah yes, the Neuralizer</strong>). However, an apology for making you panic is more appropriate and transparent, so, we are truly sorry if you were affected by this oversight.</p>\n<div id=\"attachment_9345\" style=\"width: 505px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/meninblack2.jpg\"><img class=\"size-full wp-image-9345\" alt=\"This never happened ;)\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/meninblack2.jpg\" width=\"495\" height=\"329\" /></a><p class=\"wp-caption-text\">But remember, this incident never happened!</p></div>\n<h3>So, What Else is New?</h3>\n<p>Well, since the hood was already open, we couldn’t resist adding another tweak to the recently added <strong>Open Graph integrator</strong> settings on the page / post level.</p>\n<p>Now, instead of having to upload your twitter card images through the media library, copy the URL and then paste into the page / post settings in the Social Media Tab, this little <i>user interface work-flow tweak</i> allows you to add the image on the fly with an image upload button from the page/post SEO Ultimate meta box.</p>\n<p><img class=\"aligncenter size-full wp-image-9349\" alt=\"opengraph-image-uploader\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/opengraph-image-uploader.jpg\" width=\"495\" height=\"207\" /></p>\n<p>Stored values appear in the Open Graph global setting area which on SEO Ultimate Premium will also feature a quick-upload option (next to each field) to retrofit indexed pages and posts with enhanced Open Graph meta data, but for now, at least you can add your images in a cinch when you post.</p>\n<p>The bulk editor feature (which we’ve had for years and some of the <b>other SEO plugins</b> are calling new) e.g. as featured in the Title Tag Rewriter, Meta Description Editor and Open Graph Integrator module is yet another reason to harness the pure on page awesomeness of SEO Ultimate.</p>\n<p>Also, as one more little tweak, we’ve added the no follow attribute to the attribution links in the footer and ads, since all the panic recently on how Google is laying the Smackdown on webmasters based on who and how you link (don’t get me started).</p>\n<div style=\"width: 410px\" class=\"wp-caption aligncenter\"><img alt=\"\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/01/shaking-up-the-SERPs.jpg\" width=\"400\" height=\"400\" /><p class=\"wp-caption-text\">Googlebot Attacks do-followed links</p></div>\n<p>My stance on linking is, the link graph and the web existed before Google <del>was in itch in, well….</del> an idea anyway, and trying to change the way our online culture embraces this population stereotype of linking to others based on intent and what is considered <strong>“natural”</strong> or <strong>“unnatural”</strong> based on their moral compass is pure poppycock.</p>\n<p>To think its normal to add a nofollow attribute on every outbound link (when most people don’t even know what that is or why they should implement it) because of a deficiency in their algorithm would be as natural as it is for them to pay you every time <strong>your site appeared in their index and they monetized it</strong>.</p>\n<p>So, in all fairness unless we are getting paid for it, it’s highly unlikely that it’s going to happen, so, good luck with that one. If you penalize everybody, there won’t be an index to sell paid click through, so, don’t forget who really matters here (we the people).</p>\n<p>But I digress, to me just seems plain wrong (and I said not to get me started)… But, I don’t make the rules, I just know that others still have to play by them. So, since we know it still matters, we have no followed any links from SEO Ultimate <strong>just in case</strong> to prevent any unnecessary incidents.</p>\n<p>That’s it for now, stay tuned for more tips, tactics and tweaks to distinguish your website in search engines.</p>\n<p>Over and out!</p>\n<p> </p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=9aIJCvUIBzQ:yViyTYNk08E:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/9aIJCvUIBzQ\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-version-7-6-3-1-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Major Update to SEO Ultimate, Version 7.6.2 is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/7K_yi6sjKLU/\";s: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:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 20 Mar 2014 05:41:50 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9332\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:310:\"Today we’re releasing a major update for SEO Ultimate (7.6.2) and despite the minor numeric version change vs. a jump to say version 7.7, our new lead developer Aleksandar rewrote vast swaths of the core code (as many of the older features were written way back in the in PHP 4 days and needed to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:6982:\"<p>Today we’re releasing a major update for <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> Ultimate (7.6.2) and despite the minor numeric version change vs. a jump to say version 7.7, our new lead developer Aleksandar rewrote vast swaths of the core code (as many of the older features were written <i>way back in the in PHP 4 days</i> and needed to fast-forward to present).</p>\n<div id=\"attachment_9333\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/major-update-seo-ultimate-version-7-6-2/\"><img class=\"size-full wp-image-9333\" alt=\"SEO Ultimate is Now Mightier than Ever\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/seo-ultimate-mightier-than-ever.jpg\" width=\"500\" height=\"300\" /></a><p class=\"wp-caption-text\">SEO Ultimate is Now Mightier than Ever</p></div>\n<p>We will also be rolling out additional features shortly (additional rich snippet options and media uploader tweaks for sharing your content from the page level) and even more user-interface enhancements to expedite work-flow.</p>\n<p>There are a few feature enhancements (twitter card tags in the Opengraph Integrator module), but this update was more all about two things, 1) cleaning up any deprecated code or features to ensure compatibility with <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\" title=\"WordPress SEO\">WordPress</a> core updates and 2) integration into our new framework (as the primary <b>SEO module</b>).<span id=\"more-9332\"></span></p>\n<h3>Spiffy New Digs</h3>\n<p>Upon logging into the main dashboard you’ll notice a slightly different look in the modules main screen. Have no fear, the same functionality is present to prevent culture shock in lieu of an entirely different interface, but slightly more polished with buttons for the <i>enabled, silenced, hidden or disabled</i> option for the modules, as well as the module names now have buttons instead of text to jump to the more granular controls for each module.</p>\n<div id=\"attachment_9335\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9335\" alt=\"Slightly new look, same powerful functionality\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/new-seo-ultimate-modules-interface.jpg\" width=\"500\" height=\"238\" /><p class=\"wp-caption-text\">Slightly new look, same powerful functionality</p></div>\n<p>SEO Ultimate is now part our next generation of WordPress tools called the SEO Design Framework. The <a href=\"http://www.seodesignframework.com/\">SEO Design Framework</a> is a revolutionary framework developed to create beautiful drag and drop design, <a href=\"http://www.seodesignframework.com/website-silo-architecture/\">website silo architecture</a> and implement advanced SEO principals in a simple easy-to-use interface.</p>\n<div id=\"attachment_9336\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9336\" alt=\"SEO-Ulttimate-Integrated-Into-SEO-Design-Framework\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/SEO-Ulttimate-Integrated-Into-SEO-Design-Framework.jpg\" width=\"500\" height=\"394\" /><p class=\"wp-caption-text\">What SEO Ultimate Looks Like Logged In to the SEO Design Framework</p></div>\n<p>All of SEO Ultimate’s Global modules now live under one settings tab (the SEO tab) inside the framework so, it’s compact and unobtrusive, yet as powerful as ever. The tabbed theme recurs throughout the framework to compartmentalize things into two prominent states, Global (where the defaults live) and Local Page Level Settings (to override global settings and customize content further). To learn more visit the <a href=\"http://www.seodesignframework.com/features/\">SDF features</a> page.</p>\n<h3>New Features</h3>\n<p>As we mentioned above, additional Open Graph tweaks are now live in the Open Graph Integrator Module for <a href=\"https://dev.twitter.com/docs/cards\">advanced Twitter Card</a> functionality. On the left before the input field you can read a brief description on how to use that field (<em>ranging from twitter site, side ID, creator, creator ID, image, labels, gallery, raw video or audio stream, twitter player for video, and Apps for iPhone, Android or Google Play Store</em>).</p>\n<div id=\"attachment_9334\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9334\" alt=\"Tweaks to Twitter Cards Provides Enhanced Markup for Your Content\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/seo-ultimate-twitter-card-tags.jpg\" width=\"500\" height=\"216\" /><p class=\"wp-caption-text\">Tweaks to Twitter Cards Provides Enhanced Markup for Your Content</p></div>\n<p>Also, there are new <strong>Twitter Types</strong> available under your social media settings (located under you pages or posts) in the meta box such for:</p>\n<div id=\"attachment_9338\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9338\" alt=\"Select Twitter Type and Add Images for Enhanced Markup\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/new-seo-ultimate-twitter-types.jpg\" width=\"500\" height=\"236\" /><p class=\"wp-caption-text\">Select Twitter Type and Add Images or Other Enhanced Markup</p></div>\n<ul>\n<li>Default</li>\n<li>Summary</li>\n<li>Product</li>\n<li>Photo</li>\n<li>Summary Large Image</li>\n<li>Gallery</li>\n<li>Player</li>\n<li>APP</li>\n</ul>\n<p>Thanks in advance for showing the love by checking our new wares. We look forward to your feedback and have some exciting new changes planned with the framework and plan to shake things up a bit after the word gets out. In the meantime, back to the lab…</p>\n<p>Enjoy the updates to SEO Ultimate and <strong>let us know what new functions and features you would like to see</strong> so we can follow up with SEO Ultimate Premium. We love WordPress and look forward to providing new functionality and support for SEO Ultimate shortly.</p>\n<p>Also, check our the <strong>limited-time introductory offer</strong> for the SEO Design Framework, essentially you’ll get the framework, the SEOBizz Child theme, and an additional Quick Start Settings File for Only $69 You can <a href=\"http://www.seodesignframework.com/purchase/\">preview the framework and themes</a> here.</p>\n<p>All the best,</p>\n<p>Follow me <a href=\"https://twitter.com/Jeffrey_Smith\">on twitter</a> or <a href=\"https://plus.google.com/u/0/109189625824502979466/posts\">add me to circles</a> here.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=7K_yi6sjKLU:OCcMjuVZe7w:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/7K_yi6sjKLU\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://www.seodesignsolutions.com/blog/wordpress-seo/major-update-seo-ultimate-version-7-6-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:10;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Introducing The SEO Design Framework for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/GZA-sAlBXRE/\";s: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:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 11 Mar 2014 00:35:06 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9314\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:314:\"Finally, after years of coding, tweaking, testing and perfecting, we are pleased to introduce the SEO Design Framework. Rome was not built in a day and neither was this framework. But what makes it unique is that we created it as a solution for people who have better things to do than struggle with code […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeffrey_Smith\";s: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:7073:\"<p>Finally, after years of coding, tweaking, testing and perfecting, we are pleased to introduce the <a href=\"http://www.seodesignframework.com/\">SEO Design Framework</a>.</p>\n<p><a href=\"http://www.seodesignframework.com/\"><img class=\"aligncenter size-full wp-image-9323\" alt=\"SEO-Design-Framework\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/03/SEO-Design-Framework.jpg\" width=\"506\" height=\"279\" /></a></p>\n<p>Rome was not built in a day and neither was this framework. But what makes it unique is that we created it as a solution for people who have better things to do than struggle with code (like run their businesses and make money), yet powerful enough for developers to take advantage of its inherent modular functionality.</p>\n<p><iframe width=\"500\" height=\"255\" src=\"//www.youtube.com/embed/hetx5nbM0wE?rel=0&vq=hd720\" frameborder=\"0\" allowfullscreen></iframe></p>\n<p>For the record, there was nothing easy about building such a robust <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> and Design based CMS. But, easy doesn’t get the job done, which is why we took our time, went back to the drawing board (again and again and again) and virtually embedded our craft into this framework.<span id=\"more-9314\"></span></p>\n<p>We threw everything but the kitchen sink in this Beta and if I only had a nickel for every time I said two weeks to my business partners when asked about the launch date, let’s just say I would have allot of nickels right now.</p>\n<p>But I digress.</p>\n<p>This software was designed to make your life easier when you build your next <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\" title=\"WordPress SEO\">WordPress</a> site. Meaning, our approach was user-centric and how end-users embrace features when they have a task in mind. If the features were buried in a cluttered interface that lacks intuitive design, then no matter how spectacular they are, then they are simply ignored.</p>\n<div style=\"width: 504px\" class=\"wp-caption aligncenter\"><img class=\" \" alt=\"\" src=\"http://s3.amazonaws.com/sdfimages/features/global-settings.jpg\" width=\"494\" height=\"259\" /><p class=\"wp-caption-text\">The SEO Design Framework Global Settings</p></div>\n<p>So, we deliberately kept the controls minimal and centralized around two modes that permeate the design 1) <strong>global settings</strong> (that you set up first) and 2)<strong> local page level settings</strong> (to allow you to further customize each page asynchronous to the global controls.</p>\n<div style=\"width: 465px\" class=\"wp-caption aligncenter\"><img alt=\"\" src=\"http://s3.amazonaws.com/sdfimages/features/local-page-level-settings.jpg\" width=\"455\" height=\"243\" /><p class=\"wp-caption-text\">Easily Override Global Defaults at the Page Level</p></div>\n<p>For example, the <strong>local page level settings</strong> allow you to merely toggle features on / off (as you need them) such as building a custom header (for that page), custom navigation, toggling breadcrumbs, display title, logo, social media icons, widgets and more.</p>\n<h3>The SEO Design Framework’s Objective:</h3>\n<p>The goal was to infuse SEO (via SEO Ultimate), responsive design, HTML 5 / CSS 3, a drag-and-drop page builder, website silo architecture, the ability to export child theme and page level templates, insanely powerful widgets and flexible global and page level settings into a fine-grained and intuitive dashboard that allows you to <b>build websites that rank as great as they look</b>. And thankfully, we can now say that there’s a new framework in town, and it means business.</p>\n<div style=\"width: 519px\" class=\"wp-caption aligncenter\"><img class=\" \" alt=\"Totally Reponsive, Drag and Drop Design\" src=\"http://s3.amazonaws.com/sdfimages/features/drag-and-drop.jpg\" width=\"509\" height=\"265\" /><p class=\"wp-caption-text\">SDF Drag and Drop Page Builder</p></div>\n<p>For the story behind the launch check out the <a href=\"http://www.seodesignframework.com/about/\">about us</a> page for the 411 on how it all came about, the <a href=\"http://www.seodesignframework.com/features/\">SDF features page</a> breaks down the functionality, you can preview of our <a href=\"http://www.seodesignframework.com/purchase/\">SEOBiZZ</a> child theme (which you get <b>FREE with the framework</b> as part of our <b>limited-time introductory offer</b>) and we’re even giving away <strong>SEO Ultimate version 7.6.2</strong> as well as a preconfigured settings file, the SDF quick-start settings file (essentially another child theme), a detailed user’s manual, access to our member’s area and 1 year of updates and support <strong>for only $69</strong>.</p>\n<h3>You’ll be building themes in no time with features like:</h3>\n<ul>\n<li>Drag and Drop Design</li>\n<li>Breadcrumbs</li>\n<li>Entrance Animations (for text and images)</li>\n<li>Parallax Backgrounds</li>\n<li>Sticky Menus</li>\n<li>Timed Light boxes for opt-in offers</li>\n<li>Totally Responsive</li>\n<li>Website Silo Architecture (no really, siloing is built in).</li>\n<li>New SEO Ultimate features for extended Twitter Card,<br />\nG+ and Open Graph functionality</li>\n<li>Shortcode Generator</li>\n<li>Custom header builder</li>\n<li>Unlimited sidebars and more…</li>\n</ul>\n<p>Take WordPress and design to a <b>Whole Nutha Level</b> with the <a href=\"http://www.seodesignframework.com/\">SEO Design Framework</a> and FYI, later this week we will be pushing SEO Ultimate version 7.6.2 to WordPress with <i>a new look</i> and some awesome new features.</p>\n<p>In closing, this reminds me of Dane Cook and his father promising to take him to <a href=\"http://www.youtube.com/watch?v=OFfCDpAyAMY\">Benson’s animal farm</a>. Just for the record, we apologize for any false starts about the timing of the launch, we really had to make sure we put our best foot forward (which we did).</p>\n<p><iframe width=\"480\" height=\"360\" src=\"//www.youtube.com/embed/OFfCDpAyAMY?rel=0&vq=hd720\" frameborder=\"0\" allowfullscreen></iframe></p>\n<p>So, alright kids, put on your fun hats <b>“we’re finally going to Benson’s animal farm”</b> and launching the SEO Design Framework to our SEO Ultimate community (Skid-alee-dooo)!</p>\n<p>For all of you who’ve enjoyed SEO Ultimate over the years, instead of buying us a beer, just buy the framework instead. This way, we can keep doing what we love most - helping you get ranked with powerful tools for WordPress and building stunning websites that <strong>rank</strong> as <strong>great as they look</strong>.</p>\n<p>We’d appreciate it. Support the launch, purchase your copy today.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=GZA-sAlBXRE:lIWGzqUcE3o:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/GZA-sAlBXRE\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://www.seodesignsolutions.com/blog/wordpress-seo/introducing-seo-design-framework-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:11;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Beta Testers Wanted for SEO Ultimate 7.6.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/Lz1z-LkRY18/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"SEO Design Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:18:\"SEO Ultimate 7.6.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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 24 Feb 2014 22:13:02 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9296\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:301:\"Great news! As you know (due to the silence on the blog) we’ve had our heads down coding, but we haven’t forgotten about SEO Ultimate and have a new release (SEO Ultimate 7.6.2) that we need your help testing before we push it live. Two major things are happening this week. 1) We find a […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeffrey_Smith\";s: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:5034:\"<p>Great news!</p>\n<p>As you know (due to the silence on the blog) we’ve had our heads down coding, but we haven’t forgotten about <a href=\"http://wordpress.org/plugins/seo-ultimate/\">SEO Ultimate</a> and have a new release (<strong>SEO Ultimate 7.6.2</strong>) that we need <strong>your help testing</strong> before we push it live.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo/beta-testers-wanted-seo-ultimate-7-6-2/\"><img class=\"aligncenter size-full wp-image-9298\" alt=\"Business solutions\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/02/beta-testers.jpg\" width=\"346\" height=\"346\" /></a></p>\n<p>Two major things are happening this week. 1) We find a <b>select group of beta testers</b> (hint, hint) and 2) the launch of our SEO Design Framework. After what feels like countless hours in development, finally we’re ready to share a truly phenomenal tool for WordPress users.<span id=\"more-9296\"></span></p>\n<p>Every good software company knows that gaining critical feedback <b>before</b> is essential instead of rushing to market and having to fix something major after it’s live. This is why we want a few of you to put it through the paces.</p>\n<p>Also, to drop a hint about our new framework (screen caps below), we took the best of SEO, the best of Drag and Drop design and sprinkled in a little <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\">website silo architecture</a> to create a truly formidable program capable of sculpting limitless themes with ease. If you like SEO Ultimate, then you’re going to love the SEO Design Framework.</p>\n<div id=\"attachment_9299\" style=\"width: 500px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9299\" alt=\"SEO Ultimate 7.6.2. has additional Twitter Card Functionality\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/02/new-twitter-features-for-seo-ultimate.jpg\" width=\"490\" height=\"260\" /><p class=\"wp-caption-text\">SEO Ultimate 7.6.2. has additional Twitter Card Functionality</p></div>\n<div id=\"attachment_9300\" style=\"width: 506px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9300\" alt=\"SEO Design Framework Silo Builder\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/02/silo-builder.jpg\" width=\"496\" height=\"335\" /><p class=\"wp-caption-text\">SEO Design Framework Silo Builder Module</p></div>\n<div id=\"attachment_9301\" style=\"width: 500px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9301\" alt=\"Create Complex Designs with Ease with the SDF Page Builder\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/02/SDF-Builder-Drag-and-Drop-Design.jpg\" width=\"490\" height=\"302\" /><p class=\"wp-caption-text\">Create Complex Designs with Ease with the SDF Drag and Drop Page Builder</p></div>\n<p>Tools are only useful if they can be implemented with ease. So, we paid particular attention to the user-interface and built a truly intuitive and intrinsic dashboard. Then, took it a step further with asynchronous global and local page level controls (that allow you to create completely unique designs on a page-by-page basis).</p>\n<div id=\"attachment_9308\" style=\"width: 500px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9308\" alt=\"First configure Global Settings, then tweak elements on / off on the page level settings\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/02/global.jpg\" width=\"490\" height=\"254\" /><p class=\"wp-caption-text\">First configure Global Settings, then tweak elements on / off on the page level settings</p></div>\n<div id=\"attachment_9302\" style=\"width: 500px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9302\" alt=\"Create unique headers, layout, widgets, custom navigation and more on a page by page basis\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2014/02/page-level-controls.jpg\" width=\"490\" height=\"263\" /><p class=\"wp-caption-text\">Create unique headers, layout, widgets, custom navigation and more on a page by page basis</p></div>\n<p>We’ll make the announcement shortly when we open the gates, but we truly look forward to sharing this with you all very soon.</p>\n<p>In the meantime… A select group will also get to test the new features of the SEO Design Framework, so, fill out the form and throw your name in the hat.<br />\n<script type=\"text/javascript\" src=\"http://forms.aweber.com/form/96/1832960596.js\"></script></p>\n<p>If your selected, we’ll be in touch with the details.</p>\n<p>Talk soon.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=Lz1z-LkRY18:kNPUSdr0Q4Q:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/Lz1z-LkRY18\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://www.seodesignsolutions.com/blog/seo/beta-testers-wanted-seo-ultimate-7-6-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:12;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Internal Link Structures Still Matter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/LJ6Gvt04QPQ/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 01 Aug 2013 12:41:26 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9278\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:326:\"When it comes to SEO and search engines, the cache is king. One of the most simple metrics of measuring the wealth and authority of a web property is how many pages are indexed and whether or not preferred landing pages are established. However, before visitors can arrive, search engines need to find, spider, index […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:1746:\"<p>When it comes to SEO and search engines, the <a href=\"http://www.seodesignsolutions.com/blog/mini-blogs/seo-its-all-about-the-cache/\">cache</a> is king. One of the most simple metrics of measuring the wealth and authority of a web property is <strong>how many pages are indexed </strong>and whether or not preferred landing pages are established.<strong><br />\n</strong></p>\n<div style=\"width: 410px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-for-link-structure/\"><img title=\"SEO-Cache\" alt=\"\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2010/01/links-in-to-links-out.jpg\" width=\"400\" height=\"300\" /></a><p class=\"wp-caption-text\">Structuring Your Link Hierarchy</p></div>\n<p>However, before visitors can arrive, search engines need to find, spider, index and rank your pages for relevance. This means you should take every opportunity to increase indexation through creating viable link structures based on a hierarchy of importance for keywords or landing pages.</p>\n<p>Click The Image Above or Follow the Link to Read the Complete Post >>><a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-for-link-structure/\">SEO Tips for Link Structure</a><<<!</p>\n<p><span id=\"more-9278\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=LJ6Gvt04QPQ:OoemnRzMDjw:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/LJ6Gvt04QPQ\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://www.seodesignsolutions.com/blog/seo/internal-link-structures-matter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Why Website Authority Matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/BjdrkiImg_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:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mini-Blogs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 26 Jul 2013 12:30:48 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9274\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"Rome was not built in a day, neither was a top ranking using SEO. Each keyword has a threshold that search engines and the competition have set, finding it and surpassing that mark is the true objective of search engine optimization. Just like climbing Mount Everest (conquering a competitive keyword), takes planning, preparation and execution. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:2304:\"<p>Rome was not built in a day, neither was a top ranking using <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a>. Each keyword has a threshold that search engines and the competition have set, finding it and surpassing that mark is the true objective of <a href=\"http://www.seodesignsolutions.com/blog/\" title=\"Search Engine Optimization\">search engine optimization</a>.<br />\n<a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/build-authority-before-links/\"><img src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/01/mount-everest.jpg\" alt=\"mount-everest\" title=\"mount-everest\" width=\"400\" height=\"265\" class=\"aligncenter size-full wp-image-1106\" /></a><br />\nJust like climbing <strong>Mount Everest</strong> (<strong>conquering a competitive keyword</strong>), takes planning, preparation and execution. One of the common misconceptions about search engine optimization is that once you acquire the most competitive keyword in your industry the floodgates will open and your job marketing your product or service is done.</p>\n<p>Nothing is farther from the truth, sure SEO can generate hordes of traffic, but unless the fundamental <a href=\"http://www.seodesignsolutions.com/blog/seo/impulse-surfing-click-triggers-and-keywords/\">click-triggers</a> are in place, a strong value proposition exists or if your presentation just doesn’t make the grade, there is no loyalty from would be visitors perusing your content, only the back button.</p>\n<p>The premise is simple, appear for as many relevant keywords as possible that funnel visitors to the underlying conversion objective. </p>\n<p>>>>Click Here to Read the Full Post – <a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/build-authority-before-links/\">Build Authority Before Links</a> < <<.<br />\n<span id=\"more-9274\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=BjdrkiImg_8:bQt6OrubZgg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/BjdrkiImg_8\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://www.seodesignsolutions.com/blog/mini-blogs/website-authority-matters/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"20 Timeless SEO Tips to Defuse Search Animals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/IUrvXV-SmrM/\";s: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:\"SEO Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 11 Jul 2013 12:48:55 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9267\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:400:\"Today’s post from the past covers 20 SEO techniques you either forgot or never knew about, including proven insights for producing viable, repeatable results. It’s ok bobo, we’ve got your back! With search engine animals and algorithms being more difficult to impress, creating websites that holistically reinforce themselves both internally from website silo architecture and […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:2308:\"<p>Today’s <em>post from the past</em> covers 20 <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> techniques you either forgot or never knew about, including proven insights for producing viable, repeatable results.</p>\n<p style=\"text-align: center;\"><a href=\"http://www.seodesignsolutions.com/blog/seo-tips/20-seo-tips-you-either-forgot-or-didnt-know/\"><img class=\"aligncenter size-full wp-image-8737\" title=\"20-things-about-seo\" alt=\"20 SEO Tips\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/05/20-things-about-seo.jpg\" width=\"368\" height=\"326\" /><br />\n</a><strong>It’s ok bobo, we’ve got your back!</strong></p>\n<p>With search engine animals and algorithms being more difficult to impress, creating websites that holistically reinforce themselves both internally from <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-easily-create-silo-site-architecture/\">website silo architecture</a> and internal linking as well as receive sufficient <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/theming-your-content-for-higher-search-engine-results/\">peer review</a> via links from other topical websites (in the proper proportions with an acceptable <a href=\"http://www.seodesignsolutions.com/blog/link-building/finding-the-right-link-velocity-to-complement-seo/\">link velocity</a> ) determines the strength of the website and which keywords emerge with a dominant presence in search results.</p>\n<p>Despite this post being over 2 years old, these strategies are still effective in a post penguin and panda world. Click here to read the original post – “<a href=\"http://www.seodesignsolutions.com/blog/seo-tips/20-seo-tips-you-either-forgot-or-didnt-know/\">20 Things You Either Forgot or Never Knew About SEO</a>“.</p>\n<p><span id=\"more-9267\"></span></p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=IUrvXV-SmrM:GenmAslfyCM:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/IUrvXV-SmrM\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://www.seodesignsolutions.com/blog/seo-tips/20-timeless-seo-tips-defuse-search-animals/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"SEO Tools: Looking Back to Move Forward!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/ygIVQfNT5A8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"SEO Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"SEO Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 11 Mar 2013 04:06:54 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9243\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:326:\"Sometimes, especially with SEO tools, you’ve got to go back to move forward. I recently stumbled accross this old video of myself and my good friend Matt Da Cruz from 3 years ago discussing the future of some of the sickest SEO tools ever released for public consumption. This was the precursor to some of 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:13:\"Jeffrey_Smith\";s: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:7265:\"<p>Sometimes, especially with <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> tools, you’ve got to go back to move forward. I recently stumbled accross this old video of myself and my good friend Matt Da Cruz from 3 years ago discussing the future of some of the sickest SEO tools ever released for public consumption.<br />\n<object width=\"500\" height=\"281\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/oip4_46eoNA?hl=en_US&version=3\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"500\" height=\"281\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/oip4_46eoNA?hl=en_US&version=3\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object><br />\nThis was the precursor to some of the features we had planned for the <a href=\"http://www.wpultimatetheme.com/wp-ultimate-features/\">WP Ultimate Theme</a> and features that they were building into their suite of tools for <a href=\"http://www.networkempire.com/dap/a/?a=152\">Domain Web Studio</a>.</p>\n<p>When reminiscing back to 2011, I get excited for two reasons (1) I still had my dreadlocks which I later cut in 2012 (big mistake after 21 years of committment) and (2) the sinister advanced SEO brain storm sessions with Matt plotting market-domination over some highly-caffeinated coffee hit truly unchartered depths.</p>\n<p>For the record, we could spend the next 10 years building out <strong>the tip of the iceberg</strong> for some of the automated tools we discussed, but I digress.</p>\n<p>Looking back in hindsight reminds me that it’s a good idea to evaluate and assess your old strategies, progress and lessons learned along the way (essentially knowing where you have been, to define where you’re going).</p>\n<p>While many of the proposed modules we discussed on the video then have changed (such is life), other ideas have evolved and taken their place in existing features in either their software or ours.</p>\n<p>Speaking of modules, we have some great updates underway for SEO Ultimate’s Opengraph Integrator module and are looking forward to updating other SEO Ultimate features for the sake of enhanced usability… But what about our WP Ultimate theme?</p>\n<h3>Update on The WP Ultimate Theme Release</h3>\n<p>In all truthfulness, you’ll never have a <em>second chance to make a first impression,</em> which is why we’ve been so stringent about not releasing our beta version of WP Ultimate Theme until each feature is checked, double checked and triple checked under a diverse array of use-case scenarios.</p>\n<p>To whet your beak in anticipation of the release, we’ve provided a few sneak-peak screen caps below for you to peruse.</p>\n<p><img class=\"aligncenter size-full wp-image-9244\" alt=\"WP Ultimate SEO Design Theme\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap.jpg\" width=\"500\" height=\"340\" /></p>\n<p style=\"text-align: center;\"><strong>The Layout settings</strong> feature allows <strong>fixed, fluid or responsive layout</strong> options and customizable sidebar and/or content width.</p>\n<p><img class=\"aligncenter size-full wp-image-9245\" alt=\"WPU Screen Cap\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap2.jpg\" width=\"500\" height=\"357\" /></p>\n<p style=\"text-align: center;\"><strong>The Typography and Style Settings</strong> allow granularly CSS / Design control w/ color picker and straight-forward controls.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-9246\" alt=\"WPU Screen Cap 3\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap3.jpg\" width=\"500\" height=\"324\" /></p>\n<p style=\"text-align: center;\"><strong>The Ad Manager Module</strong> allows you to add HTML scripts or upload banners with ease and ads can also be used as short codes.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-9247\" alt=\"WPU Screen Cap 4\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/03/WPU-Cap4.jpg\" width=\"506\" height=\"312\" /></p>\n<p style=\"text-align: center;\"><strong>The Short Code Generator Module</strong> allows you to create and use your own short codes (maps, contact forms, HTML or text) or, you can select from our built-in short codes from content boxes to columns (it’s in there).</p>\n<p>In closing, affiliates and small business owners seeking a visually stunning SEO equalizer will soon have some new <strong>SEO and Design</strong> tools to play with.</p>\n<p>However, in the meantime, we are currently stress-testing and refining the last batch of newly integrated features in the front-end (e.g. Twitter Bootstrap, Google Fonts, Slider Revolution, a Timed Lightbox Feature, Content Columns, <a href=\"http://fortawesome.github.com/Font-Awesome/\">Font Awesome</a>, the quick silo builder and an ever-increasing library of shortcodes).</p>\n<h3>Once Beta Testers are Done, It’s a Wrap</h3>\n<p>Our beta testers are now in their final review, so, once all bugs are crushed, we’ll broadcast the announcement to those of you reading this blog via the proper social channels and you’ll be able to download your copy and <strong>put it to the test</strong>. As always, we look forward to your feedback and suggestions on how we can make our tools the best they can be.</p>\n<p>The jury on price point is still hung as we have poured our heart, soul and most coveted tactics and tools into this framework, but we’ll be sure to entice early adopters with a special promotion coupon code for the launch before settling at the final single user license fee and extended / unlimited site user license rates.</p>\n<p>In the meantime, thank you for your patience during the scope-creep cycles we’re emerging from. We truly look forward to building a dynamic community and providing useful resources that you can deploy powered by our battle-tested SEO strategies and tools to generate more revenue for your business.</p>\n<p>If you haven’t already, feel free to download <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> our All-In-One <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\" title=\"WordPress SEO\">WordPress</a> SEO Plugin and take a peak at the <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">video tutorial</a> explaining how to use its various features. Thanks again and stay tuned for more SEO goodies.</p>\n<p>Have questions or have something to say? Speak up! Share your thoughts below.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=ygIVQfNT5A8:1j0aW7_KlwA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/ygIVQfNT5A8\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://www.seodesignsolutions.com/blog/seo-tools/seo-tools-looking-back-to-move-forward/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Are Internal Links More Important than Backlinks?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/1i5w_UIJblA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:10:\"SEO Basics\";s: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:24:\"Internal Linking for SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"internal-links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"seo and internal linking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 04 Mar 2013 23:41:01 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9241\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:362:\"Do internal links pass more referential integrity for the topic of your pages and where they fit in to your website’s architecture to search engines than links from other websites? Let’s investigate in today’s post. To start with a mental image and analogy, think of internal links like veins in your website analogous SEO circulatory […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:2649:\"<p>Do <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-internal-linking/\">internal links</a> pass more referential integrity for the topic of your pages and where they fit in to your website’s architecture to search engines than <strong>links from other websites</strong>? Let’s investigate in today’s post.</p>\n<div style=\"width: 356px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\"><img alt=\"SEO and Internal Linking\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2011/02/seo-circulatory-system.jpg\" width=\"346\" height=\"346\" /></a><p class=\"wp-caption-text\">Why Internal Links Matter More than Backlinks</p></div>\n<p>To start with a mental image and analogy, think of internal links like veins in your website analogous <a title=\"SEO\" href=\"http://www.seodesignsolutions.com/seo/\">SEO</a> circulatory system. Their role and function are equally as important to the health of your website as the veins are to your body.</p>\n<h3>The Value of Link Weight</h3>\n<p>Think of each page as an island in itself, the page essentially has 3 attributes and/or characteristics (1) the links to it <strong>from other pages</strong> (2) the <strong>content or topic</strong> of the page and (3) the <strong>links leaving</strong> the page.</p>\n<p>Based on those three characteristics each page serves a very specific function in the website. That function is either (1) to rank as a <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-to-create-a-champion-page/\">champion page</a> / <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-techniques/\">preferred landing page</a> or (2) to serve as a <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-easily-create-silo-site-architecture/\">hub page</a> / supporting page (to create enough topical relevance) to rank preferred landing pages.</p>\n<p style=\"text-align: center;\">Continue reading >>> <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">Why Internal Links are More Important than Backlinks</a> Here!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=1i5w_UIJblA:Lz9WT3ozZqo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/1i5w_UIJblA\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://www.seodesignsolutions.com/blog/seo-basics/are-internal-links-more-important-than-backlinks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Duplicate Content, What is it and How to Avoid it!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/6Extr3JuGnY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:13:\"SEO Resources\";s: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:25:\"Duplicate Content and SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:43:\"Shingle Analysis to Avoid Duplicate Content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 23 Feb 2013 09:12:48 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9238\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"You’ve heard of duplicate content, but how do you know if you are creating it or how to stop it from penalizing your website? If you have a WordPress site, then it’s a simple fix, but for the sake of elaboration, let’s delve deeper into how search engines work and reveal what duplicate content really […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:2907:\"<p>You’ve heard of duplicate content, but how do you know <strong>if you are creating it</strong> or <strong>how to stop it</strong> from penalizing your website? If you have a <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\" title=\"WordPress SEO\">WordPress</a> site, then <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/wordpress-seo-tips-to-avoid-search-engine-penalties/\">it’s a simple fix</a>, but for the sake of elaboration, let’s delve deeper into <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-natural-language-discrimination-through-semantic-analysis/\">how search engines work </a>and reveal what duplicate content really is.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\"><img class=\"aligncenter\" alt=\"\" src=\"http://www.seodesignsolutions.com/images/uniqueness.jpg\" width=\"425\" height=\"282\" /></a></p>\n<p>Block segment analysis dictates the value of weight / ranking factors a web page is given for a set portion of the page. For example, text in the header and footer of a document are treated differently than the text in the body section of a page.</p>\n<p>The header is given more weight than the footer and typically the body text is given more value than both (since that is where the page has the ability to distinguish itself from borrowed elements, i.e. navigation, etc.).</p>\n<p>The reason for this is simple, page composition dictates that proximity and distinction (the more unique one document is from another) by distinguishing your content, the better. Search engines can easily discern duplication (through <a href=\"http://www.seodesignsolutions.com/blog/web-resources/semantic-optimization-keywords-and-co-occurrence-revisited/\">shingle analysis</a>, singular value decomposition (<a href=\"http://en.wikipedia.org/wiki/Singular_value_decomposition\">SVD</a>), etc.) in areas such as <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/google-website-analysis-live-site-review/\">navigation, sidebars</a>/blogrolls with the same links and footers all using the same text. This has the tendency of diffuse a pages ranking potential.</p>\n<p>Click Here to Read the Complete Post – “<a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\">Block Segmentation, Duplicate Content, SEO and IR</a>” or simply click the image above. As always, comments are welcomed and encouraged!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=6Extr3JuGnY:CUS5F2KHUCk:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/6Extr3JuGnY\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://www.seodesignsolutions.com/blog/seo-resources/duplicate-content-what-is-it-and-how-to-avoid-it/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Is Your SEO Strategy Proactive or Reactive?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/emH46l-JJSc/\";s: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:10:\"Mini-Blogs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 22 Feb 2013 20:00:39 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9236\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:336:\"Before you jump in to any SEO technique, you’ll need to understand two things (1) it’s immediate and extended purpose and (2) it’s history. Like everything, there are cycles, and if you come on too strong at the wrong time (i.e. hit the turbo button when you should have taken a deferred and metered pace), […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:2089:\"<p>Before you jump in to any <a href=\"http://www.seodesignsolutions.com/blog/seo-services/10-seo-techniques-for-top-10-rankings/\">SEO technique</a>, you’ll need to understand two things (1) it’s immediate and extended purpose and (2) it’s history. Like everything, there are cycles, and if you come on too strong at the wrong time (i.e. hit the turbo button when you should have taken a deferred and metered pace), then the outcome is almost predicable – you hit a wall.</p>\n<div style=\"width: 410px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-the-cycles-of-optimization/\"><img alt=\"\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2009/02/optimization-phases.jpg\" width=\"400\" height=\"265\" /></a><p class=\"wp-caption-text\">Ready, Fire, Aim!</p></div>\n<p>Do yourself a favor and its time to go back before you move forward. Here is a<strong> post from the past</strong> written over 4 years ago, that still rings true today. Aside from the fact that the turtle with a jet pack is just plain snazzy, there are some worthwhile gems to extract.</p>\n<p>Topics covered:</p>\n<ul>\n<li><strong>The Ping Phase</strong></li>\n<li><strong>The Gap</strong></li>\n<li><strong>Link Insurance</strong></li>\n<li><strong>The Authority Ranking and more…<br />\n</strong></li>\n</ul>\n<p>Click Here to read “<a href=\"http://www.seodesignsolutions.com/blog/seo/seo-and-the-cycles-of-optimization/\">SEO and the Cycles of Optimization</a>“… After you’ve read it, let me know what you think.</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=emH46l-JJSc:V_gNdqREvtk:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/emH46l-JJSc\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://www.seodesignsolutions.com/blog/mini-blogs/is-your-seo-strategy-proactive-or-reactive/\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WordPress SEO Tips to Avoid Search Engine Penalties\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/-oVM60xjqBo/\";s: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:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 19 Feb 2013 21:46:06 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9219\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"It’s no secret that WordPress is one of the most popular, easy-to-implement content management systems online. But just because it’s easy doesn’t mean that the out-of-the-box WordPress settings are ideal for optimal on page SEO. In fact, there’s nothing farther from the truth. In this post, we cover simple solutions to prevent redundant pages (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:\"Jeffrey_Smith\";s: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:12753:\"<p>It’s no secret that <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\" title=\"WordPress SEO\">WordPress</a> is one of the most popular, easy-to-implement content management systems online. But just because it’s easy doesn’t mean that the <strong>out-of-the-box WordPress settings</strong> are ideal for optimal on page <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a>. In fact, there’s nothing farther from the truth.</p>\n<div id=\"attachment_9220\" style=\"width: 410px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/wordpress-seo-tips-to-avoid-search-engine-penalties/\"><img class=\"size-full wp-image-9220\" alt=\"SEO Ultimate Indexing Tips\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/spiders.jpg\" width=\"400\" height=\"225\" /></a><p class=\"wp-caption-text\">How to Block Bots for Optimal SEO</p></div>\n<p>In this post, we cover simple solutions to prevent redundant pages (pages with duplicate or minimal content) from getting indexed from the roving tarsus of search engine spiders.</p>\n<p>Search engines use a <a href=\"http://en.wikipedia.org/wiki/Bag-of-words_model\">bag of words model</a> to deduce market-focus (<em>what each page is about</em>) and topicality and relevancy are often lost when boilerplate templates, category pages, tags or archives pages are left wide-open for spiders to crawl.</p>\n<p>By eliminating digital stragglers (thin pages), you’ll bolster your websites relevancy by having a higher percentage of <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\">unique indexed content</a>.</p>\n<p><span id=\"more-9219\"></span></p>\n<p>While users might observe a tag page, a search engine is programmed to view that page as <b>redundant content</b> with very few classifiers to distinguish itself from the boilerplate template.</p>\n<p>In fact, this is one of the prime directives of the Google Panda algorithm<i> (to eliminate low quality content through normalization within a body of documents</i>) hence, pages like these often get ignored or suppressed.</p>\n<h3>Avoid Rookie SEO Blunders</h3>\n<p>Websites with a high percentage of duplicate or minimal content on pages (such as category, archives or tag pages) can trigger algorithmic suppression.</p>\n<p>If your an avid SEO and understand HTML then you could simply implement a meta-robots command such as <a href=\"http://www.seodesignsolutions.com/blog/seo/duplicate-content-and-seo/\">nofollow or noindex</a>, but unless you want to do that painstakingly page by page, you’ll need a plugin such as <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> (<strong>The Premiere All-In-One WordPress SEO Plugin</strong>) from <a href=\"http://www.seodesignsolutions.com/\">SEO Design Solutions</a> that allows you to quickly and easily implement control over robots (search engine spiders) and canonicalization on the fly.</p>\n<p>If you are already using SEO Ultimate, chances are you have already implemented these changes. If not, then let’s get started by making your website canonical and segmenting any potential duplicate content penalties. This is particularly important to new websites so they can make a great first impression (by preventing non-canonical taxonomies or duplicate content from being indexed).</p>\n<p>With Google constantly updating their algorithms (Penguin, Panda and the other zoo animals running amuck) you’ll need to avoid tripping any algorithmic filters. Sharing content across multiple pages or thin content on boilerplate templates can devalue the integrity of your website architecture and spring these booby traps into action.</p>\n<p>A splintering effect occurs dynamically by default when using WordPress. For example, when you create a post, that post also gets added to a category archive and if you use tags, then each tag also becomes a page with a link “via the excerpt” to the original post.</p>\n<p>While implementing canonicalization helps, selective indexation via the <strong>Meta Robot Editor</strong> module is an ideal countermeasure to prevent multiple pages from being indexed and potentially creating penalties. Keep in mind, if its not indexed, there is no penalty (which is the basis of the Meta Robot Editor).</p>\n<div id=\"attachment_9221\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9221\" alt=\"Example of Category Archive Page with Cyclical Posts Under Category\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/category-archive.jpg\" width=\"500\" height=\"253\" /><p class=\"wp-caption-text\">Example of Category Archive Page with Cyclical Posts Under Category</p></div>\n<p>From an end-user’s perspective, tag pages are not ideal landing pages, which is why canonicalization is important. You want the search engines to show them the original page or post (not some tag or category archive).</p>\n<p>Search engines have been known to suppress websites which allow tag pages and category archives to leach through into their index by relegating them to the <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-to-increase-indexation/\">supplemental results</a>.</p>\n<p><img class=\"aligncenter size-full wp-image-9225\" alt=\"Example of Cyclical Posts\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/cyclical-posts.jpg\" width=\"500\" height=\"252\" /></p>\n<h3>Taming the Search Engine Spiders</h3>\n<p>First proceed to the SEO Ultimate module manager and make sure the <b>Canonicalizer</b>, <b>Meta Robot Tags Editor</b> module, <b>Miscellaneous </b>module and <b>Nofollow Manager</b> module are all enabled >>> then click the <strong>save change</strong>s button.</p>\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-9222\" style=\"border: 1px solid black;\" alt=\"SEO Ultimate Module Manager\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/module-manager-seo-ultimate.jpg\" width=\"500\" height=\"898\" /></p>\n<p>If you are wondering about what <a href=\"http://support.google.com/webmasters/bin/answer.py?hl=en&answer=139066\">canonicalization</a> is or why it matters, here’s a brief synopsis in layman’s terms.</p>\n<p><b>What it does:</b> Canonicalizer will point Google to the correct URL for your homepage and each of your posts, Pages, categories, tags, date archives, and author archives.</p>\n<p><b>Why it helps:</b> If Google comes across an alternate URL by which one of those items can be accessed, it will be able to find the correct URL and won’t penalize you for having two identical pages on your site.</p>\n<p><img class=\"aligncenter\" alt=\"SEO Ultimate Canonicalizer Module\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/canonicalizer.jpg\" width=\"500\" height=\"160\" /></p>\n<p>Next, click the <strong>Canonicalizer Module</strong> and under the <b>Canonical URL Generation</b> setting tick the first two boxes:</p>\n<ul>\n<li>Generate <code><link rel=”canonical”/></code> meta tags and</li>\n<li>Send <code>rel=”canonical”</code> HTTP headers</li>\n</ul>\n<p>This will ensure that any potential splintering of pages or posts are redirected to the primary page (helping Google avoid any potential confusion about your website architecture or data hierarchy).</p>\n<p>Also, make sure you tick the <b>redirect requests for nonexistent pagination checkbox</b> to add an automated 301 redirect for categories or archives that have recently changed due to adding or deleting content within the category or archive.</p>\n<p><b>Please Note:</b> Canonicalizer improves on two WordPress features to minimize possible exact-content duplication penalties. The <code><link rel=\"canonical\" /></code> tags setting improves on the canonical tags feature of WordPress 2.9 and above by encompassing much more of your site than just your posts and Pages.</p>\n<p>The nonexistent pagination redirect feature fills a gap in WordPress’s built-in canonicalization functionality: for example, if a URL request is made for page 6 of a category archive, and that category doesn’t have a page 6, then by default, depending on the context, WordPress will display a blank page, or it will display the content of the closest page number available, without issuing a 404 error or a 301 redirect (thus creating two or more identical webpages).</p>\n<p>This duplicate-content situation can happen when you, for example, remove many posts from a category, thus reducing the amount of pagination needed in the category’s archive. The Canonicalizer’s feature fixes that behavior by issuing 301 redirects to page 1 of the paginated section in question.</p>\n<h3>Implementing the Nofollow and Meta Robot Tags Editor</h3>\n<p>Since you are already in the <strong>Miscellaneous Module</strong> scroll down until you see the <b>Nofollow Manager</b> module>>> <b>Click All the Boxes</b> and <b>save changes</b> and your done with this step.</p>\n<p><img class=\"aligncenter size-full wp-image-9224\" alt=\"The SEO Ultimate Nofollow Manager\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/Nofollow-Manager.jpg\" width=\"500\" height=\"345\" /></p>\n<h3>What is the Nofollow Manager?</h3>\n<p>The <strong>“Nofollow Manager”</strong> module lets you set the nofollow attribute on entire swaths of links on your site. Although Google has deprecated the use of nofollow for PageRank Sculpting in 2008, if you’re transitioning from another SEO plugin to SEO Ultimate, Nofollow Manager can help you maintain your existing settings if you’d rather take an <strong>“if it ain’t broke don’t fix it”</strong> approach.</p>\n<p>Regardless of whether or not you elect to use the <strong>Nofollow Manager</strong> module as an on page SEO tactic, you can implement the <strong>Meta Robot Tags Editor</strong> as a catch-all solution.</p>\n<div id=\"attachment_9226\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9226\" alt=\"Control default settings, pages, posts, media or term archives with the Meta Robot Tags Editor\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/02/SEO-Ultimate-Meta-Robot-Tags-Editor.jpg\" width=\"500\" height=\"331\" /><p class=\"wp-caption-text\">Control default settings, pages, posts, media or term archives with the Meta Robot Tags Editor</p></div>\n<p>Once complete simply save your changes and that will discourage bots from crawling the directories, pages, posts, categories, etc. listed above.</p>\n<p>To take it a step further, you have the ability to granularly assign index or noindex or nofollow status to pages, posts, media, tags and post format archives (through either using the default settings or individually). Once default values are assigned, they will carry through to the other sections e.g. categories, tags, etc. unless you specify and overwrite the option by visiting the tabs specific to each type.</p>\n<p>For a more detailed explaination of all the SEO Ultimate modules feel free to <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">watch the video</a> here.</p>\n<p>In closing, there is one more thing we suggest in the Settings>>>Permalinks>>> and changing from the default parameter to custom and using <code>/%category%/%postname%/</code> to create <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-url-structure/\">keyword-rich URL structure</a> instead of the default URL output. This will give you more bang for your buck by creating keyword rich URL structures instead of the default P=ID# setting that WordPress generates by default.</p>\n<p>Later in the week, we’ll discuss how to use the <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-6-6/\">SEO Ultimate Siloed Categories Widget</a> in tandem with the Deeplink Juggernaut Module to quickly implement <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\">website silo architecture</a> quickly and easily on your blog.</p>\n<p>Make sure to check back for more SEO tips and tactics to d<a>istinguish your website in Search Engines </a>from the <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions Blog</a>.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=-oVM60xjqBo:c-KbzmXVYjg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/-oVM60xjqBo\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://www.seodesignsolutions.com/blog/wordpress-seo/wordpress-seo-tips-to-avoid-search-engine-penalties/\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"SEO Ultimate WordPress Plugin Surpasses 1 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/2PPuJxVFZnE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"SEO Ultimate\";s: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:39:\"SEO Ultimate Passes 1 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:\"\";}i:3;a:5:{s:4:\"data\";s:20:\"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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 18 Jan 2013 00:30:27 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9208\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Today our team rejoiced as SEO Ultimate (the Swiss-army-knife of SEO Plugins) surpassed the 1 Million download benchmark from WordPress.org. As critical milestones go, this represents a crucial turning point for our firm as we move away from the SEO service model into an SEO software business model allowing us to provide access and training […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:4431:\"<p>Today our team rejoiced as <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> (the Swiss-army-knife of <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> Plugins) surpassed the <strong>1 Million download benchmark</strong> from <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\" title=\"WordPress SEO\">WordPress</a>.org.</p>\n<div id=\"attachment_9210\" style=\"width: 422px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-wordpress-plugin-surpasses-1-million-downloads/\"><img class=\"size-full wp-image-9210\" title=\"SEO Ultimate Reaches 1 Million Downloads\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/seo-ultimate-surpasses-1-million-downloads.jpg\" alt=\"\" width=\"412\" height=\"291\" /></a><p class=\"wp-caption-text\">SEO Ultimate Reaches 1,000,000 Downloads</p></div>\n<p>As critical milestones go, this represents a crucial turning point for our firm as we move away from the SEO service model into an <em>SEO software business model</em> allowing us to provide access and training to our most coveted WordPress tactics and tools.</p>\n<p>The latest addition to the <a href=\"http://www.seodesignsolutions.com/\">SDS</a> family (scheduled to unveil later this year in mid February) is our <strong>SEO Design Framework for WordPress </strong>dubbed <a href=\"http://www.wpultimatetheme.com/\">WP Ultimate</a>.<span id=\"more-9208\"></span></p>\n<div class=\"mceTemp mceIEcenter\">\n<dl id=\"attachment_9174\" class=\"wp-caption aligncenter\" style=\"width: 310px;\">\n<dt class=\"wp-caption-dt\"><a href=\"http://www.wpultimatetheme.com/wp-ultimate-features/\"><img class=\"size-full wp-image-9174\" title=\"WPU_logo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/WPU_logo.jpg\" alt=\"\" width=\"300\" height=\"136\" /></a></dt>\n</dl>\n</div>\n<p>If SEO Ultimate is the <em>Swiss army knife</em> of SEO, then <strong><a href=\"http://www.wpultimatetheme.com/\">WP Ultimate</a></strong> is the <strong>“<em>Adobe Photoshop</em>”</strong> of WordPress Framework’s boasting a dynamic range of unparalleled design flexibility<em>(able to accomplish stunning visual design feats</em> via multiple mediums) depending on the strategy or tact required.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\"><img class=\"aligncenter size-full wp-image-9209\" title=\"Download SEO Ultimate from WordPress\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/seo-ultimate761.jpg\" alt=\"\" width=\"513\" height=\"234\" /></a></p>\n<p>The plugin (SEO Ultimate) was originally designed as part of an advanced SEO toolset for our own sites and our clients’ websites – and over the years we’ve steadily enhanced its scope to replace the functionality of dozens of other SEO plugins from autolinking, optimizing slugs, removing the category base, integrating social sharing, micro formats, rich-snippets, link masking, mass meta editing capabilities, theming / content siloing and more.</p>\n<p>We genuinely hope you’ve enjoyed using SEO Ultimate as much as we’ve enjoyed sharing it and look forward to adding new and exciting features for you to dominate search engines with push-button ease.</p>\n<p>If you haven’t already, feel free to watch the comprehensive <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\">SEO Ultimate Video tutorial</a> to learn more about each feature in detail.</p>\n<p>If are one of the 60% of active users who currently have the two most recent versions of the plugin installed, make sure to either leave a comment, testimonial or <a href=\"http://wordpress.org/support/bb-login.php?re=http%3A%2F%2Fwordpress.org%2Fextend%2Fplugins%2Fseo-ultimate%2F\">log in to WordPress and vote</a> to share your appreciation.</p>\n<p>Have a comment? Let us know or pass this along to others so they can enjoy the pure on page power of <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a>.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=2PPuJxVFZnE:hKlpAURVNwk:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/2PPuJxVFZnE\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-wordpress-plugin-surpasses-1-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:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"SEO Ultimate 7.6.1 Introduces Autolink Link Dampening Feature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/2IWIWQotmU0/\";s: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:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Fri, 04 Jan 2013 00:13:12 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9194\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"SEO Ultimate, (the All-In-One WordPress SEO plugin created by SEO Design Solutions) was recently updated to version 7.6.1 and introduced an exciting new feature for the Deeplink Juggernaut module that allows you to dampen the amount of internal links either globally or on a keyword by keyword basis. Why You Should Cap Internal Links! Without […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:8049:\"<p><a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> Ultimate, (the All-In-One <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\" title=\"WordPress SEO\">WordPress</a> SEO plugin created by <a href=\"http://www.seodesignsolutions.com/\">SEO Design Solutions</a>) was recently updated to <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/changelog/\">version 7.6.1</a> and introduced an exciting new feature for the Deeplink Juggernaut module that allows you to dampen the amount of <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">internal links</a> <em>either globally or on a keyword by keyword basis</em>.</p>\n<div id=\"attachment_9195\" style=\"width: 424px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/\"><img class=\"size-full wp-image-9195\" title=\"SEO Ultimate Introduces Autolink Dampener Feature\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/seo-ultimate-link-dampener.jpg\" alt=\"\" width=\"414\" height=\"290\" /></a><p class=\"wp-caption-text\">SEO Ultimate 7.6.1 Introduces Autolink Dampening Feature</p></div>\n<h3>Why You Should Cap Internal Links!</h3>\n<p>Without going into wild-eyed speculation about Google Penguin and Panda algorithms and / or how other search engines determine what is considered “<em>natural</em>” or “<em>unnatural</em>”, the correlation between excessive link quantities and spam (for either inbound links from other websites or even internal links within websites) is a sensitive, yet serious issue for SEO.</p>\n<p>As SEO’s, we do know that if you push it too far with either excessive inbound or internal links that your hard earned SERP (search engine result page) position could potentially trigger a penalty and recede (either partially or entirely from the index).<span id=\"more-9194\"></span></p>\n<p>As a result, we previously implemented a <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-6-5/\">site cap feature</a> for Deeplink juggernaut module which allowed you to prescribe a link cap for internal links to prevent potential <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-avoid-seo-over-optimization/\">over optimization penalties</a>.</p>\n<h3>The History of The Module</h3>\n<p>This feature (previously known as the <strong>per link customization</strong> feature) was originally created to provide webmasters with fine-grained control over their automated internal links within their website.</p>\n<p>As an example, say you had a large site and assigned an autolink / keyword to a specific URL like linking the word <strong>electronics</strong> to your <strong>electronics category landing page</strong>, but you used this phrase egregiously on several thousand instances in your website.</p>\n<p>The last thing you would want is for every instance of that keyword (<a href=\"http://www.seodesignsolutions.com/blog/seo-resources/seo-information-retrieval/\">shingle</a>) to link to the target URL and trip a filter for over optimization. Hence, we created two methods to limit this scenario.</p>\n<h3>Reeling in Autolinks</h3>\n<p>The first link governor is located in the <strong>quantity restrictions</strong> region of the <strong>content link settings</strong> tab of the Deeplink Juggernaut Module that allows you to limit the autolink functionality to one instance per page/post (or you can adjust the number of instances per page/post with this option), but what about the rest of the website and those other potential instances of the keyword / autolink?</p>\n<p><img class=\"aligncenter size-full wp-image-9196\" title=\"Link Quantity Restrictions Setting\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/quantity-restrictions.jpg\" alt=\"\" width=\"500\" height=\"236\" /></p>\n<p>Globally, aside from limiting the number of times the keyword was used in the content, what could be done to limit over optimization with autolinking?</p>\n<p>This was why we originally implemented a <strong>link cap</strong> via the <strong>per link customization feature</strong> for SEO Ultimate (on versions 6.5 to version 7.5.7) which allowed you to cap the links (and prevent additional instances of autolinking for each keyword) with a quantity based limit i.e. 15 times, 25 times, etc.</p>\n<p>While this feature worked beautifully on the majority of websites, in some server environments the per link customization site cap feature was rather intensive and created problems due to memory allocation and the inability to turn up the memory within shared hosting environments. So, now the module has evolved and been rewritten using a distinctly different approach we called <em>link dampening</em>.</p>\n<p>The Link Dampening feature allows you dampen the number of total links for internal link quantities for keywords assigned in the content link settings module of SEO Ultimate.</p>\n<h3>How it Works</h3>\n<p>If the anchor text you specify occurs many times throughout your site’s content, you may wish to reduce the overall frequency with which the anchor text is hyperlinked. You can reduce the autolinking frequency by a percentage with the Dampener field. For example:</p>\n<ul>\n<li>0% dampening will have no effect.</li>\n<li>50% dampening means the anchor text will be autolinked approximately half as often as it otherwise would be.</li>\n<li>90% dampening means the anchor text will be autolinked only 10% as often as it otherwise would be.</li>\n<li>100% dampening means the anchor text won’t be linked at all.</li>\n</ul>\n<p>The <strong>“Dampener” </strong>column will only appear if you’ve enabled it under the <strong>“Content Link Settings”</strong> tab.</p>\n<p>To set the feature globally, navigate to the Deeplink Juggernaut content links setting tab and click the option [x] globally decrease autolinking frequency by <span style=\"text-decoration: underline;\">x%</span>, then, add your percentage for global link dampening (using the appropirate ratio above).</p>\n<p><img class=\"aligncenter size-full wp-image-9197\" title=\"Global Link Dampening Setting\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/global-dampening.jpg\" alt=\"\" width=\"500\" height=\"235\" /></p>\n<p>Alternatively, you can use the next checkbox down [x] Add a dampener column to the content links editor (which allows you to dampen links on a per link quantity basis).</p>\n<p><img class=\"aligncenter size-full wp-image-9198\" title=\"Per Link Dampener Setting\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/per-link-dampen.jpg\" alt=\"\" width=\"500\" height=\"38\" /></p>\n<p style=\"text-align: center;\">After activation of this setting, you can dampen link percentages on a keyword / per link basis.</p>\n<p><img class=\"aligncenter size-full wp-image-9205\" title=\"Content Editor Dampener Percentage\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/Dampener-percentage.jpg\" alt=\"\" width=\"500\" height=\"233\" /></p>\n<p>We hope you enjoy and implement this useful SEO feature. This is merely one tactic you can employ using SEO Ultimate for automated internal linking to create optimal on page SEO. Come back soon as we release more informative SEO Ultimate tips and share techniques like how to silo your WordPress blog using the SEO Ultimate Siloed Categories Widget.</p>\n<p>If you haven’t already, watch the <a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\">SEO Ultimate Video Tutorial</a> to learn how to use each module and unleash the pure on page power of this plugin.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=2IWIWQotmU0:4f7r2csqYtA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/2IWIWQotmU0\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://www.seodesignsolutions.com/blog/wordpress-seo/seo-ultimate-7-6-1-introduces-autolink-link-dampening-feature/\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"The Official SEO Ultimate WordPress Plugin Tutorial\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/9GlCsPvzX18/\";s: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:13:\"WordPress SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 02 Jan 2013 03:43:03 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9173\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"It’s that time again to kick off the new year and what better way to do so than (1) a new update to - “The Real All-In-One SEO Plugin for WordPress” – SEO Ultimate and (2) to introduce (our long-awaited) comprehensive video tutorial covering each SEO Module in detail for our plugin. For the record, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:8077:\"<p>It’s that time again to kick off the new year and what better way to do so than (1) a new update to <strong>- “The Real All-In-One <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> Plugin for <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\" title=\"WordPress SEO\">WordPress</a>”</strong> – <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> and (2) to introduce (our long-awaited) comprehensive video tutorial covering each SEO Module in detail for our plugin.</p>\n<div id=\"attachment_9172\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\"><img class=\"size-full wp-image-9172\" title=\"SEO_Ultimate_Logo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/SEO_Ultimate_Logo.jpg\" alt=\"\" width=\"500\" height=\"233\" /></a><p class=\"wp-caption-text\">Click to Watch the Long-Awaited SEO Ultimate Video Tutorial (Opt-In Required)</p></div>\n<p>For the record, SEO Ultimate <strong>was NOT designed for the public</strong>; it was originally designed as an in-house SEO tool deployed specifically to provide unparalleled on page SEO setup for WordPress. By consolidating these features into modules (that we could simply toggle on or off and configure at will) allowed us to virtually dominate hundreds of markets for our clients (without having to painstakingly customize the code time and time again).<span id=\"more-9173\"></span></p>\n<h3>Why All the Secrecy with SEO Ultimate?</h3>\n<p>Many wondered – if SEO Ultimate is so awesome, then why not show us how to use this thing? Well, frankly, if you weren’t a client, then we didn’t want to create unnecessary competition in our markets, especially from giving away our most cherished methods free of charge.</p>\n<p>We hope this explains the lack of documentation over the years <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/\">aside from version updates</a> where we briefly informed users about new features, but in all honesty, we kept <strong>the real power of SEO Ultimate</strong> close to the chest – until now. The time has come to provide detailed documentation of each module, why it’s important and of course, how to use it – courtesy of our lead developer <a href=\"http://profiles.wordpress.org/JohnLamansky/\">John Lamansky</a>.</p>\n<p>Unlike some half-baked SEO plugins, we poured over 15 years of real world advanced SEO principles into this plugin. Prior to releasing this tutorial, the argument of just how powerful SEO Ultimate vs. any other SEO plugin <strong><em>may</em></strong> have been in question. However, after watching the video, this should clear up any confusion about <em>the depth</em> or <em>the real purpose</em> behind each module and the scope of the plugin.</p>\n<p>SEO Ultimate has amazing features such as:</p>\n<ul>\n<li>Twitter Cards</li>\n<li>Opengraph Integration</li>\n<li>Rich Snippets (For Local Pages, Reviews and More)</li>\n<li>Automated Internal Linking (with New Link Dampening Feature)</li>\n<li>Affiliate Link Masking</li>\n<li>A Mass/Bulk Editor for Complete Editing for Meta Tags, Titles, Keywords, Categories, Media Attachments, Post Format Archives and much, much more.</li>\n</ul>\n<h3>The WP Ultimate Framework</h3>\n<p>While the deliberate suppression of information regarding the inner workings of the SEO Ultimate features was not entirely deliberate, there was a concurrent<strong> master plan</strong> in the works. Just think of it like a 6 year chess game where each move unfolds another strategic layer of the battle plan, only to culminate in a brilliant (market-dominating) end-game and check mate. It’s like that, but in this case its all about the <a href=\"http://www.wpultimatetheme.com/\">WP Ultimate Framework</a>.</p>\n<div id=\"attachment_9174\" style=\"width: 310px\" class=\"wp-caption aligncenter\"><a href=\"http://www.wpultimatetheme.com/\"><img class=\"size-full wp-image-9174\" title=\"WPU_logo\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/WPU_logo.jpg\" alt=\"\" width=\"300\" height=\"136\" /></a><p class=\"wp-caption-text\">The WP Ultimate Framework for WordPress</p></div>\n<p>The market dominating check mate in this scenario was that our proprietary SEO platform (<a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a>) was absorbed and integrated into our WordPress Framework to provide unparalled SEO & Design flexibility. The beauty for end-users is, once you gain access to the framework, you also get access to the training as well.</p>\n<h3>Is WP Ultimate Ready Yet?</h3>\n<p>Thank you for your patience, as many of you know for the past two years we’ve toiled away in the labs like obsessive compulsive perfectionists testing the WPU Framework and we’re nearly finished coding and stress-testing now. When complete, we will release 1000 copies to a select group, then take that feedback and roll even more powerful features into the Framework.</p>\n<p>Consider it a work in progress, however, recent additions to the framework include adding Twitter Bootstrap, Google Fonts, a Lightbox Feature which can be toggled via a timer or link), a more comprehensive Style Editor, a New Media Manager suite to insert ads, media, shortcodes and more and a Completely Reworked Grid System to handle responsive layouts, fluid layouts or the ability to create fixed width layouts to liberate your design impulse and display options and build websites that rank as great as they look.</p>\n<p>Combine this with the robust SEO power of SEO Ultimate and you can see why we’re excited…</p>\n<p>For a sneak peek, you can read a few of the <a href=\"http://www.wpultimatetheme.com/wp-ultimate-features/\">WP Ultimate features</a>, or stay tuned as we release more information on the launch details over the next few weeks.</p>\n<h3 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\">WARNING!</span></strong></h3>\n<p>I prefer transparency about everything, so, do <strong>not</strong> be surprised from the opt-in form prior to accessing the video tutorial. The video is over one hour long and jam-packed with <strong>EVERYTHING</strong> you’ll need to get the most our of SEO Ultimate.</p>\n<p>Also, keep in mind, we intend on putting other advanced training videos and tactics <strong>which will not be featured anywhere else</strong> in the members section. By opting-in, you’ll gain access to that material and will also be notified when we launch the WP Ultimate Framework.</p>\n<p>We hate spam as much as you do and respect your privacy. You can opt out-at any time. This (content-locking) method simply helps us manage our user-base more efficiently and separate the power-users from the sheep.</p>\n<div id=\"attachment_9190\" style=\"width: 410px\" class=\"wp-caption aligncenter\"><a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\"><img class=\"size-full wp-image-9190\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2013/01/Opt-In.jpg\" alt=\"\" width=\"400\" height=\"440\" /></a><p class=\"wp-caption-text\">Enter First Name and Email Address for Instant Access! </p></div>\n<h2 style=\"text-align: center;\">>>><a href=\"http://www.wpultimatetheme.com/seo-ultimate-video-tutorial/\">Click Here to Watch the Official SEO Ultimate Video Tutorial</a><<<</h2>\n<p>We wish you the best in 2013 and look forward to providing the best, cutting-edge SEO tools for WordPress – period! Help SEO Design Solutions spread the word by sharing or commenting on this post!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=9GlCsPvzX18:pHCh2qSPmZg:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/9GlCsPvzX18\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://www.seodesignsolutions.com/blog/wordpress-seo/the-official-seo-ultimate-wordpress-plugin-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:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"The Last Keyword Tool: SEO Tactics Revealed!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/33-91D7MqvE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:10:\"SEO Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Keyword Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:32:\"Network Empire Last Keyword Tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:21:\"The Last Keyword Tool\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 27 Oct 2012 13:54:26 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9166\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"Keywords are the cornerstone of any online conversation. Metrics such as user engagement, conversion and search engine optimization all rely on critical keywords and their convergence to convey relevancy and intent to your audience. The question is, how do you know which keywords are worth using and which are better to ignore? Watch the video […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:1704:\"<p>Keywords are the cornerstone of any online conversation. Metrics such as user engagement, conversion and search engine optimization all rely on critical keywords and their convergence to convey relevancy and intent to your audience. The question is, how do you know which keywords are worth using and which are better to ignore?</p>\n<p><object width=\"500\" height=\"281\"><param name=\"movie\" value=\"http://www.youtube.com/v/grQ4qZSzjBc?version=3&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/grQ4qZSzjBc?version=3&hl=en_US\" type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Watch the video above (which is an insightful view into the mind of Sue <strong>“The Architect”</strong> Bell from Themezoom / Network Empire) as she reveals dozens of useful <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> strategies for harvesting lucrative keywords and how to integrate them into your semantic website architecture using <a href=\"http://lastkeywordtool.themezoom.com/?ref=sds\">The Last Keyword Tool</a>.</p>\n<p>Enjoy!</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=33-91D7MqvE:VM0WoZ8DbNo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/33-91D7MqvE\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://www.seodesignsolutions.com/blog/seo-videos/the-last-keyword-tool-seo-tactics-revealed/\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Google Disavow Links Tool: Declassified!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/wLnwxXKpQsQ/\";s: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:13:\"Internet 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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 18 Oct 2012 06:18:13 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9159\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:347:\"In case you haven’t heard, Google has released a new disavow links tool allowing you to disavow (deny the existence of) any questionable backlinks. While the first thought that comes to mind is mission impossible – “if you are caught, the government will disavow your existence”. Now, it seems that webmasters have the ability to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:4374:\"<p>In case you haven’t heard, Google has released a new <a href=\"http://googlewebmastercentral.blogspot.com/2012/10/a-new-tool-to-disavow-links.html\">disavow links tool</a> allowing you to disavow (deny the existence of) any <strong>questionable</strong> backlinks.<a href=\"http://www.seodesignsolutions.com/blog/internet-news/google-disavow-links-tool-declassified/\"><img class=\"aligncenter size-full wp-image-9160\" title=\"mission-impossible\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/mission-impossible.jpg\" alt=\"Google Link Disavow Tool\" width=\"500\" height=\"315\" /></a></p>\n<p>While the first thought that comes to mind is mission impossible – <strong>“if you are caught, the government will disavow your existence”</strong>. Now, it seems that webmasters have the ability to do this with their links (<em>if their mission fails</em>).<span id=\"more-9159\"></span></p>\n<p>On a brief comical Google conspiracy side note: now, the “<a rel=\"nofollow\" href=\"http://searchengineland.com/google-explains-new-link-warnings-says-dont-panic-but-dont-ignore-128888\">unnatural links warning</a>” broadcast email from Google <a href=\"http://googlewebmastercentral.blogspot.com/2012/07/new-notifications-about-inbound-links.html\" target=\"_blank\">this July</a> makes perfect strategic sense.</p>\n<p>Was this part of the plan all along, to scare webmasters with the notice then have them participate in the cleanup with the new <strong>link disavow tool</strong> (to further improve their algorithm) like a mass web-wide manual review using us as user generated base of <strong>“motivated”</strong> volunteers? Hmmm <<em>fingers on chin in perplexed pondering gesture</em>>, the world may never know.</p>\n<p>Anyway, so much for the Google conspiracy theories or movie trivia, so how does the tool work? After logging in, simply click the red button and then proceed to the browse / upload feature.</p>\n<p><a href=\"http://googlewebmastercentral.blogspot.com/2012/10/a-new-tool-to-disavow-links.html\" target=\"_blank\"><img class=\"aligncenter size-full wp-image-9161\" title=\"link-disavow-sc1\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/link-disavow-sc1.jpg\" alt=\"\" width=\"506\" height=\"267\" /></a></p>\n<p style=\"text-align: center;\">Next, simply select the link location file (a .txt file with the URL’s or domains in question) and upload it and that’s it.</p>\n<p><a href=\"http://googlewebmastercentral.blogspot.com/2012/10/a-new-tool-to-disavow-links.html\" target=\"_blank\"><img class=\"aligncenter size-full wp-image-9162\" title=\"link-disavow-sc2\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/link-disavow-sc2.jpg\" alt=\"\" width=\"500\" height=\"243\" /></a></p>\n<p>After you submit your file, allow Google ample time to re-crawl the links (<em>with Googlebot armed with the link abort list</em>) and monitor the SERPs for signs of <strong><em>Penguin symptom- like</em></strong> recovery.</p>\n<p>Google suggests not to disavow links from your own website, however aside from that, this is one way to get rid of pesky links which could be hurting your website in the SERPs (search engine result pages).</p>\n<p>Since you can’t control who links to you, this is a great way to unwind potential backlinks acquired from negative <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> via competitors or otherwise.</p>\n<p>In closing, there are no guarantees that they will disavow any or all links found in the discovery from the uploaded file, but this tool is better than having no option at all and having to sit it out in the penalty box indefinitely (if your website has lost rankings or been penalized in some way as a result of bad <a href=\"http://www.seoengine.com/link-neighborhood.htm\">link neighborhoods</a>).</p>\n<p>Consider yourself debriefed and good luck on your mission: <strong>Project SERP Recovery</strong>.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=wLnwxXKpQsQ:IHJnYvKxqCU:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/wLnwxXKpQsQ\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://www.seodesignsolutions.com/blog/internet-news/google-disavow-links-tool-declassified/\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"The Google EMD Update: Don’t Let Bad Search Happen to 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/ryL6RtTC0UA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 11 Oct 2012 06:46:20 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9145\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"If you’re a webmaster and have been impacted (penalized, lost traffic or have been caught in an algorithmic filter) from Google, the conclusion is obvious that Google isn’t trying to win a popularity contests with their user base lately. First, it was the dawn of the web shattering Panda update (a content classifier designed to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:14908:\"<p>If you’re a webmaster and have been impacted (penalized, lost traffic or have been caught in an algorithmic filter) from Google, the conclusion is obvious that Google isn’t trying to win a popularity contests with their user base lately.</p>\n<p><a href=\"http://www.seodesignsolutions.com/blog/seo/the-google-emd-update-don%E2%80%99t-let-bad-search-happen-to-you/\"><img class=\"aligncenter size-full wp-image-9149\" title=\"dont-let-bad-search-happen-to-you\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/dont-let-bad-search-happen-to-you.jpg\" alt=\"\" width=\"500\" height=\"274\" /></a></p>\n<p>First, it was the dawn of the web shattering <strong>Panda update</strong> (a content classifier designed to remove low quality web pages, websites that copied from other websites or weak internal pages with minimal value) from their index, second, the backlink witch hunt / <strong>Penguin update</strong> (designed to demote websites from ranking highly which have <em>off-topic</em> or inbound links from low quality websites) and now <strong>the EMD update</strong> (the <strong>exact match domain update</strong>) which demotes websites which have exact match domains from easily ranking for their core keywords.<span id=\"more-9145\"></span></p>\n<h2>What’s an EMD?</h2>\n<p>While most savvy <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a>’s or online marketing types understand the lingo, for those unfamiliar with the terminology, exact match domains are websites such as babycribs.com which <em>in the past</em> would rank rather easily for the key phrase “baby cribs”.</p>\n<p>Exact match domains are typically highly sought from <strong>“Domaineers”</strong> (individuals who purchase, collect, monetize or sell domains) due to their ability to (1) rank highly in search engines with a fraction of the effort by the virtue of the domain name or (2) monetize those sites due to the commercial viability (since consumers easily commit the domain name to memory); that is, until <strong>the Google EMD update</strong>.</p>\n<p>Before this update, there was a glaring loophole in search engines (Google in particular) which allowed exact match domains to rank uncontested with minimal SEO (sometimes within days of being created). So, instead of spending money on SEO, backlinks or promotion, businesses would often spend the money on acquiring a top level exact match domain.</p>\n<p>The reason is simple, a website in the #1 position for an organic search phrase can garner 42-70% of the click through traffic for a keyword (compared to 2% in the number 10 position on the page); and since 7 out of 10 people typically click the organic results instead of paid (PPC) results, this is a major blow if dethroned from the #1 position or top 3 organic positions on the page.</p>\n<h2>Minor or Major Change?</h2>\n<p>On September 28<sup>th</sup>, avid SEO personality <a href=\"http://www.seroundtable.com/google-emd-update-15776.html\">Barry Schwartz</a> from <strong>SEO Round Table</strong> gleaned a tidbit of relevant info on the EMD update. Apparently, in a recent tweet by Matt Cutts (head of Google’s Web Spam Team) he states – “<em>Minor weather report: small upcoming Google algo change will reduce low-quality “exact-match” domains in search results.</em>”</p>\n<p>Cutts later tweeted – <em>“New exact-match domain (EMD) algo affects 0.6% of English-US queries to a noticeable degree. Unrelated to Panda/Penguin”.</em></p>\n<p>Now your first thought, 0.6 that’s not so bad right? That all depends on the <a href=\"http://www.theatlantic.com/technology/archive/2012/09/google-news-at-10-how-the-algorithm-won-over-the-news-industry/262641/\">sheer volume</a> of total English-US queries, and, if that number is <strong>theoretically</strong> 100,000,000,000 queries per day (100 billion), that represents 60 million potential queries <strong>affected daily</strong> by this change.</p>\n<p>There’s <strong><em>nothing minor about this</em></strong> or any other algorithm, infrastructure or classifier change in a search engines’ index, more specifically, this is the equivalent of Hurricane Katrina to a small business or website <em>not fortified by alternative traffic or citation sources</em>.</p>\n<p>While most webmasters may not own an EMD or rely strictly on the ranking power of an exact match domain alone; if you do own a full or partial hyphenated EMD and your website’s major keywords disappear, your revenue is and business model are inevitably impacted instantly.</p>\n<p>As far as chain reactions go, once rankings dip, your cash flow could tank or you could inevitably go out of business, unless you have a plan B for traffic (particularly in this economy).</p>\n<p>Based on the inquiries we have received for the past 6 months from companies in need of solutions to Google changes, most webmasters (business owners, individuals and affiliates alike), do not have a plan B and are <strong>puzzled, frustrated, agitated or struggling</strong> to determine <em>what happened to their traffic</em>, <em>what <strong>they did</strong> or <strong>did not do</strong></em> and, most of all <strong>why now</strong>, when things were just fine before the latest <span style=\"text-decoration: line-through;\">monkey wrench</span> tweak. Was it a competitor throwing a batch of bad links from negative SEO, or did they simply trip a filter and get hit with a penalty?</p>\n<p>In either case, it’s dangerous for webmasters to blindly assume that once you attain a high ranking position for your primary keyword (exact match domain or otherwise) that your website won’t be churned off the page (from an update, filter or algorithm change).</p>\n<p>Often, <strong>it’s not even your site being penalized</strong>; it’s the other sites that linked to yours that took the hit (and your website is no longer buoyant in the search results as a result). Keep in mind that when they purge their index many of the sites that were holding other sites up (by virtue of their citation/links) have been caught (essentially algorithmically neutered) from passing link flow to other websites.</p>\n<p>Since citation leaves a footprint, if your website happened to receive sustenance from an algorithmically compromised website, then, like a chain of dominos, the link-flow dropped off. Essentially, you start from zero again and fall to the back of the line (rolled back 5-10 pages in the search results) or sometimes worse (not ranking at all for the keyword).</p>\n<p>The point is, there are no guarantees when it comes to how search engines tally links, popularity, relevance and value, it’s merely their perception of <strong>what they think their users want</strong>. What Google forgets is, it’s those same users <em>who own websites and have become dependent on that traffic for their business</em> who are getting thrown under the bus and have no idea why.</p>\n<p>This process has gone on for years and quite frankly, people are getting tired of running the gauntlet and trying to appease their new rules (starting with things like adding nofollow attributes to all outbound links) because Google couldn’t detect link intent i.e. <strong>“paid links”</strong> with their algorithm and wanted to impose using nofollow to webmasters to add nofollow attributes to all outbound links (using the fear of penalties) as a consequence.</p>\n<p>Over time, Google just kept a plethora of updates coming (in the name or relevancy) from the Florida Update, the Big Daddy Update, the May Day Update, The Vince Update, the Panda Update, Penguin Update, etc., <strong>enough is enough already</strong>.</p>\n<h2>Is SEO Still Important?</h2>\n<p>Is SEO still important? Yes and No!</p>\n<p>SEO is important if you have (1) implemented conversion optimization first, so that regardless of <strong>where your traffic emanates from</strong>, it will result in increased ROI (return on investment) via more subscriptions, social engagement (viral traffic) or sales and (2) If you have the budget and / or staff to afford implementing the often tedious work associated with SEO.</p>\n<p>SEO is NOT important if want to spend more money on Television, Radio, Newspaper ads, Pay-Per-Click, have a strong offline marketing push. While Google’s claim for making these changes is relevancy, their motivation has transcended “building the best search engine” and has become something far more transparent (scrub <span style=\"text-decoration: line-through;\">compromise</span> the organic search results and focus on paid search which provides approximately 98% of all profits for Google).</p>\n<h2>How Do You Get Ranked?</h2>\n<p>After perfecting your <a href=\"http://www.seodesignsolutions.com/blog/seo/is-your-on-page-seo-strong-enough/\">on page SEO</a>, a large portion of the SEO process is based on developing sufficient website authority through exceeding the <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/why-internal-links-are-more-important-than-backlinks/\">algorithmic tipping point</a> for on page content (with the quality of that content now being equally as important as the volume and frequency).</p>\n<p>Essentially, since articles don’t write themselves, you’ll need an in-house <strong>subject matter expert</strong> or a knowledgeable writer or team of writers if you intend on developing the authority site model. Instead of building and relying on backlinks, create content that is worthy to garner its own links or leverage the on page authority and trust your website has to catapult past less authoritative websites in your way.</p>\n<p>Keep in mind, developing authority is a lengthy process that requires commitment and dedication to quality and consistency (always providing users’ value instead of rehashing vague fodder). Also remember that nothing happens overnight with SEO (most sustainable results can take months), in short, it’s all about <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/you-reap-what-you-sow-with-organic-seo/\">planting and sowing</a> the results over time.</p>\n<p>If your content is stellar, people will share it (if you give them a nudge) and the social sharing has tremendous weight in the new algorithm (to expedite authority for the page and hence the site).</p>\n<p>If you plan on using the three strategies outlined above, then SEO is important. Otherwise, you may have to seek <a href=\"http://www.networkedblogs.com/\">alternative traffic sources</a> to offset dependency on Google’s organic traffic as a life vein for your business.</p>\n<h2>SEO Bizarro World</h2>\n<p>Is the epic battle of giants affecting your business?</p>\n<p style=\"text-align: center;\">\n<div id=\"attachment_9150\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><img class=\"size-full wp-image-9150\" title=\"6a00d8345158e369e200e552abeda58834-500wi\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/10/6a00d8345158e369e200e552abeda58834-500wi.jpg\" alt=\"\" width=\"500\" height=\"377\" /><p class=\"wp-caption-text\">Me Facebook Beat You Google</p></div>\n<p>Image courtesy of (<a href=\"http://comiccoverage.typepad.com/comic_coverage/2008/06/cover-to-cover-action-comics-1.html\">comic coverage</a>).</p>\n<p>In this Bizarro world where Google wants to be more social and Facebook is talking about creating their own search engine, <em>be worried, be very worried</em> since core competencies exist for a reason.</p>\n<p>The rise and fall of search results for webmasters may result in a requiem for search engines, since consumers can easily <strong>“jump ship”</strong> and find the next big thing and find new ways to <strong>get what they want</strong>.</p>\n<p>Let’s just say that backlash is an understatement and when the search bubble bursts (and it will), I wouldn’t want to be in aisle 5 (if you catch my drift). I’m sure Myspace, Digg and other once popular websites never saw it coming as they were displaced by a fickle (or bored) user base or lots of savvy emerging competitors who introduced something equally viable to woo their users away. The end result, their traffic sources (repeat visitors) dried up (like dust in the wind).</p>\n<p>While search does not exclusively belong to Google, quality matters and the importance and credibility of organic results is what delivers the most traffic from repeat visitors.</p>\n<p>If the quality and relevancy suffers, the site loses its value. In my opinion, that is how I view Google’s search results, quite simply, <em>they have filtered so many things that good sites along with the bad have been suppressed </em>(which translates to a poor user experience). I find myself having to refine my searches more and more, since the results on the first page are NOT what I am looking for and often are so far off topic I am amazed how it surfaced.</p>\n<h2>Don’t Let Bad Search Happen to You!</h2>\n<p>So, not to go all <strong>“fist of goodness”</strong> on you here (props to direct TV vs. cable ads) but, this is one thing for both Google and users alike to keep in mind.</p>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"281\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/Lo2hyWYOV6g?version=3&hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" src=\"http://www.youtube.com/v/Lo2hyWYOV6g?version=3&hl=en_US\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>When people lose confidence in search engines, the less people search, the less people search, the less valuable the paid ads become, the less valuable the paid ads become the more a search engine tries to justify its position to those paying for ads, the more a search engine tries to justify its position for those paying for ads, the more changes, penalties or adjustments are enforced through “the index vs. the content in the index” which affects its organic user base, the more changes, penalties or adjustments are made that affect the organic user base, the less users will depend on search engines.</p>\n<p>Don’t let bad search happen to you, don’t rely strictly on search engines…</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=ryL6RtTC0UA:Dr3friZCmoo:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/ryL6RtTC0UA\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://www.seodesignsolutions.com/blog/seo/the-google-emd-update-don%e2%80%99t-let-bad-search-happen-to-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:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"SEO Overhauled: It’s not about links, it’s about promotions!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/0o45EW4lGDs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:10:\"SEO Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"DWS 4.0 is Live\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"Is SEO Dead?\";s: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:30:\"Online Marketing and Promotion\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:17:\"Online Promotions\";s: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:14:\"SEO Overhauled\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 24 Jul 2012 01:42:17 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9122\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:361:\"Rather than overreact to rankings alone and scream the sky is falling, for the past 15 months we have been quietly testing new strategies that can withstand the likes of Panda (a quality control classifier) and Penguin (a thematic link sniffing filter) that demotes websites with excessive inbound anchor text i.e. “unnatural” link signals. Keep […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:19033:\"<p>Rather than overreact to rankings alone and scream the sky is falling, for the past 15 months we have been quietly testing new strategies that can withstand the likes of <strong>Panda</strong> (<em>a quality control classifier</em>) and <strong>Penguin</strong> (<em>a thematic link sniffing filter</em>) that demotes websites with excessive inbound anchor text i.e. <strong>“unnatural”</strong> link signals.</p>\n<div id=\"attachment_9123\" style=\"width: 509px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo-videos/seo-overhauled-it%E2%80%99s-not-about-links-it%E2%80%99s-about-promotions/\"><img class=\"size-full wp-image-9123\" title=\"SEO-Overhaul\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/07/SEO-Overhaul.jpg\" alt=\"SEO Overhauled\" width=\"499\" height=\"518\" /></a><p class=\"wp-caption-text\">It's Not About Links, It's About Promotions</p></div>\n<p>Keep in mind suspicious or contrived <a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/seo-rankings-trust-and-relevance-signals/\">link signals</a> could imply a wide variety of possibilities, such as:</p>\n<ul>\n<li>Unnatural <a href=\"http://www.seodesignsolutions.com/blog/link-building/balancing-link-diversity-link-velocity-and-link-volume/\">link velocity</a> (building or losing links too fast).</li>\n<li>Excessive anchor text, i.e. a high percentage of the same or similar anchor-text.</li>\n<li> Links from mixed-fruit / atypical websites that lack genuine/natural signals such as (1) supporting / thematic inbound links (2) traffic and engagement or (3) social signals (which is why many generic link networks failed to get past Penguin).</li>\n</ul>\n<p><span id=\"more-9122\"></span><br />\nIt’s no secret that two Google algorithm changes (<strong>Penguin</strong> and <strong>Panda</strong>) nearly eradicated <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> as we knew it, however,one thing is certain about SEO, the fact that it’s always adapting or in a state of flux.</p>\n<p>Adaptation in this instance implies (a) understanding the entire keyword climate for all educational or promotional key phrases that consumers are using while progressing through the sales cycle (b) using that language strategically in titles, on page content, <a href=\"http://www.networkempire.com/dap/a/?a=152&p=www.networkempire.com/sales-page/silo-plugin-sales-page/\">in your promotions</a> (content, images and links) and (c) in the social graph as hooks <strong>that all drive traffic back to your branded promotional properties</strong> or your <strong>primary website. </strong>Expanding this process systemically facilitates perpetual conversions.</p>\n<h3>Is SEO Dead As We Know It?</h3>\n<p>Have the rules changed? Absolutely! Is SEO dead? <em>In its previous embodiment</em>, to a large extent, yes! So, the bottom line is (1) what now? And (2) <strong>how do I broadcast my brand and my message</strong> instead of merely churning mediocre content or fiddling with low quality backlinks?</p>\n<p>Watch the videos below and learn how to quickly create your own thematically relevant <strong>“personal broadcast network”</strong> using <a href=\"http://www.seodesignsolutions.com/wordpress-seo/\" title=\"WordPress SEO\">WordPress</a>, <a href=\"http://www.networkempire.com/dap/a/?a=152&p=www.networkempire.com/sales-page/silo-plugin-sales-page/\">DWS</a> and our plugin amply named “<a href=\"http://www.networkempire.com/dap/a/?a=152&p=www.networkempire.com/sales-page/silo-plugin-sales-page/\">The Silo Blog Builder</a>”. Afterwards, make sure to watch the webinar (further down the page) for an in depth overview of the new DWS 4.0 online promotion paradigm.</p>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"281\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/EB5qMffmAKQ?version=3&hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"281\" src=\"http://www.youtube.com/v/EB5qMffmAKQ?version=3&hl=en_US\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Put simply, if your primary website lacks traffic or sales, then no amount of outdated SEO (circa. the Google Penguin update April 2012) will make a difference. It’s not just about rankings; it’s about how scalable your traffic sources are and how adept you are in extracting <strong>relevant traffic on demand</strong>.</p>\n<h3>Spoiler Alert Regarding Blog Networks!!!</h3>\n<p>Do mixed-fruit blog networks still work? No! or at least until a filter weeds them out. However, <strong>theme relevant networks </strong>still pass ranking factor (and can serve as a branded broadcast beacon for extended promotions), which means a link from <strong>site B</strong> to <strong>site A</strong> must be <a href=\"http://www.seodesignsolutions.com/blog/seo-videos/seo-video-how-to-properly-silo-your-website/\">theme relevant</a> (have the same topic) and use the appropriate anchor text along with related synonyms (a.k.a. the DNA Braid) to avoid overoptimization filters or being smacked / deindexed.</p>\n<p>If you are creating a beacon/site, it also helps to create stellar content (worthy of social media) and syndicate that content (to build links to your links) and ensure the longevity of your <strong>“broadcast channel”</strong>.</p>\n<p>The new paradigm suggests to look past rankings and think of <strong>each site or promotional property</strong> as a beacon, broadcasting YOU (your brand), All the Time, Right NOW!</p>\n<h3>It’s Not About Links, It’s About Promotions!</h3>\n<p>In a competitive online environment, using obsolete legacy metrics (such as search engine rankings and only using one website to compete) is defunct as a viable strategy.</p>\n<p>The imperative <strong>metrics</strong> to consider are (1) how scalable are your personal broadcast networks? and (2) how theme relevant and extensive are your syndication sequences for generating <strong>traffic</strong> which is <em>the only metric that matters</em>.</p>\n<p>Learn <strong>how to create a proper promotional campaign</strong>, including:</p>\n<ul>\n<li>which keywords to use</li>\n<li>how much those keywords are worth to your business</li>\n<li>how long it will take to get ranked</li>\n<li>how to use website silo architecture to build your website</li>\n<li>which content , synonyms and type of promotions you need to drive traffic</li>\n<li>knowing which social media sites, RSS directories, video sites or press release<br />\nsources to use and having a project management suite to coordinate your team.</li>\n</ul>\n<h3>Take The Next Step: Watch the <a href=\"http://www.networkempire.com/dap/a/?a=152\">DWS 4.0</a> Webinar!</h3>\n<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"500\" height=\"375\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param value=\"http://www.youtube.com/v/txB97iCsUmU?version=3&hl=en_US\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/txB97iCsUmU?version=3&hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed type=\"application/x-shockwave-flash\" width=\"500\" height=\"375\" src=\"http://www.youtube.com/v/txB97iCsUmU?version=3&hl=en_US\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Sure, on page SEO is still important, however quality content and engagement is a metric you simply can’t afford to overlook, and about that “<em>off page SEO thing</em>”, yeah, <a href=\"http://www.seodesignsolutions.com/blog/seo/how-to-avoid-seo-over-optimization/\">over optimization</a> is real, but just keep in mind, now, it’s not just about links, it’s about promotions.</p>\n<p>Allow me to explain!</p>\n<p><strong>People Hemmed up in Panda and Penguin Algorithms Typically:</strong></p>\n<ol>\n<li>Got a bit too greedy with off page SEO (link metrics) and churned out as much content to build links as possible (without thinking of quality).As a result, Google struck back with their quality control algorithms which comprised stricter filters, classifiers and relevance signals, (i.e. social signals, engagement time, bounce rate, <em>thematic relevance of the link graph</em> for the target and refering site) and 200 other <strong>fancy smancy words</strong> that translate to <strong>“if your website sucks, then good luck finding it in their SERPs”</strong>).</li>\n<li>People hemmed up in the Panda / Penguin Algo had a tendency to get a bit too lose with quality control on their promotional content and found out that <strong>regardless of the traffic source</strong> – you <strong>MUST</strong> have something useful to contribute.Otherwise, your content will simply be skimmed over for something useful and ignored vs. starting with a solid foundation of engaging contnent and promotional content to begin with.</li>\n<li>Websites drastically afftected by Panda or Penguin often relied too heavily on one metric (such as links) because it was working and thus became complacent in regard to seeking viable alternatives or finding new ways to reach their ideal consumer.</li>\n</ol>\n<p>Remember, Google is merely one traffic source; a very popular one, but not every consumer uses or purchases exclusively through their link/traffic/ sales funnel. This means, there are a myriad of <strong>alternate traffic funnels</strong> that you can leverage systematically to reach your audience contextually, socially or otherwise.</p>\n<p>A consumer’s impulse to purchase is either active or dormant, yet if that dormant spark of desire is enlivened through curiosity, a clever headline, utility or impulse, then conversion is merely a few clicks away. Conversions (making a sale) is not exclusive to Google, in fact, conversions can occur from a multitude of sources.</p>\n<p>For example, a conversion could occur from:</p>\n<ul>\n<li>playing a game online and being lured by an enticing banner</li>\n<li>during social interactions on Facebook (or other social platforms) from banners or contextual links<br />\nbeing lured from teaser “check this out” social media content or images in their various clever iterations</li>\n<li>from reading articles and clicking the contextual links (after social proof is established).</li>\n</ul>\n<p>This process, setting up the sales funnel should not be left to happenstance alone. In fact, when we map this phase of a campaign for a new client, we use what <a href=\"http://www.youtube.com/watch?v=jsS8Zppd_q4\">Russell Wright</a> brilliantly coined as the <strong>IS-DNA</strong>. The letter “I” in “IS-DNA” stands for Invention/Innovation/Industry and the “S” stands for “Solution”.</p>\n<div id=\"attachment_9124\" style=\"width: 510px\" class=\"wp-caption aligncenter\"><a href=\"http://www.networkempire.com/dap/a/?a=152\"><img class=\"size-full wp-image-9124\" title=\"Network-Empire-DWS-DNA\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/07/Network-Empire-DWS-DNA.jpg\" alt=\"Network-Empire-DWS-DNA\" width=\"500\" height=\"375\" /></a><p class=\"wp-caption-text\">Understanding Promotion as a Stackable Process</p></div>\n<p>When we speak of “DNA” in our material we simply mean “components of” or <strong>“building blocks of”</strong>.</p>\n<p>So “IS-DNA” translates into the “building blocks” of your innovation or invention that you have provided to your industry.</p>\n<p>The purpose of the IS-DNA process is to align your market’s FAQs (frequently asked questions) with your market’s SAQ’s (should ask questions) by drilling down and getting to <strong>“the questions behind the questions”</strong>, or <strong>“the pain behind the questions</strong>” which will be used later to create highly converting articles and videos using the PAM (painkiller article method).</p>\n<p>Remember that we are giving you a <a href=\"http://www.networkempire.com/dap/a/?a=152\">highly profitable stack-able business process</a>, and the IS-DNA may very well be the most important part of the entire process, because it is the BASE of your PLMM (Perpetual Lead Magnet Machine) System and Pyramid. <strong>Get this wrong</strong> and you may end up <strong>using the wrong language to talk to the wrong market!</strong></p>\n<p>The IS-DNA set’s the stage by creating a matrix of market questions in order to help you select the most effective language that can reach your target market because you (and your team) will truly understand the problems and pains that have been solved for them by your product or service (innovation or invention).</p>\n<p>Once you have mapped out <strong>“the pain in the market”</strong>, you can tactfully craft “<a href=\"http://www.theme-zoom.com/krakken12/pdf/the-4-million-dollar-market-research-questions.pdf\">pain killers</a>” (PDF Download) in your content, videos, social media and/or promotions to transcend <em>traffic-dependency</em> (such as Google) to devour your entire market. To thrive, you’ll have to escape the grasp of one simple traffic funnel to flourish.</p>\n<p>Whenever you rely solely on a <strong>“<em>for profit business</em>”</strong>, <em>that business</em> (potentially) has the ability to <strong>endanger your bottom line</strong>. Just as the “<em>eggs in one basket</em>” adage comes to mind, the question is, are you still in Google’s pocket? Or have you considered a long-term contingent strategy diverse enough to flourish (if Google or your most lucrative traffic source simply stopped providing traffic?).</p>\n<p>To avoid putting your business at risk you must hedge your primary property with branded social media and third-party websites (just in case). Consider Google’s last algorithm change Penguin. Many who were unprepared suffered, as their once profitable websites spigot of traffic got shut off, <strong>forcing them to find alternatives</strong> – rather than diverisfying and being prepared (as if Google never existed) in the first place.</p>\n<p>In order to do that, you must change the way you think, which means instead of thinking about <strong>backlinks and on page optimization</strong>, replace on page SEO with “<em>genuinely engaging content</em>” and replace backlinks with the idea of “<em>broadcasts</em>” and “<em>promotions</em>” and broadcasting your brand (across hundreds of traffic-bearing sources) using a <a href=\"http://www.networkempire.com/dap/a/?a=152&p=www.networkempire.com/testimonials/\">stackable / repeatable process</a> that YOU control.</p>\n<p>Remember, backlinks are merely a byproduct of promotions if you don’t have anything worthy of sending traffic to, then visitors will simply bounce in search of better content; so, there is no need to put the cart before the horse.</p>\n<div id=\"attachment_9127\" style=\"width: 410px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo-marketing/how-to-get-your-seo-call-to-action-and-conversion-on-the-same-page/\"><img class=\"size-full wp-image-9127\" title=\"call-to-action\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/07/call-to-action.jpg\" alt=\"Call to Action\" width=\"400\" height=\"486\" /></a><p class=\"wp-caption-text\">Does Your Content Have a Clear Call to Action?</p></div>\n<p>After seeing the image above, did you want to buy something? Ok, perhaps not this time right? It’s obvious that the image/message and timing doesn’t coinside as a strong call to action.</p>\n<p>The point remains that regardless of the website a consumer is frequenting, conversion is merely a matter of enlivening synchronicity (between their needs and desires to your<strong> perfect solution</strong> via a product or service) to facilitate an impulse to purchase.</p>\n<p>This fact was often overlooked entirely from SEO practitioners prior to Penguin who focused solely on <em>fabricating lackluster content</em> and flinging it in a thousand directions in an attempt to get links. Content farms thrived, comment spam, forum links and network sites were the rave.</p>\n<p>The truth is, most SEO practioners missed the boat from taking short cuts with their primary and promotional content. The notion that people would actually consume or be persuaded by fodder (lackluster content) and purchase is ridiculous. Don’t make the same mistake…<strong>tap the web</strong>, not just Google as a source of revenue.</p>\n<h3>Why Has Our Blog Been So Quiet for 3 Months?</h3>\n<p>In case you have wondered why the 3 month silence on the <a href=\"http://www.seodesignsolutions.com/blog/\">SEO Design Solutions</a> Blog, On April 8th, I survived a horrific motorcycle crash avoiding a minivan that took my lane while I was riding my Ducati 996 at 90 MPH. It resulted in tumbling twisting and sliding nearly 900 feet on the Freeway (like a bowling ball). </p>\n<p>Although the bike is totalled, I have multiple broken bones and some bumps and bruises (which are all healing now), thankfully, I survived with no brain injury or spinal damage.</p>\n<p>However, during the last 90 days, we have continued to make updates to <a href=\"http://wordpress.org/extend/plugins/seo-ultimate/\">SEO Ultimate</a> “<strong>The Real All-In One SEO Plugin</strong>” and <a href=\"http://www.seodesignsolutions.com/blog/wordpress-seo/sneak-peak-of-the-wp-ultimate-theme-by-seo-design-solutions%E2%84%A2/\">The WP Ultimate Theme</a> – our sleek, flexible, WordPress Theme Framework (designed to give existing WordPress frameworks a run for their money).</p>\n<p>Also, later this month our lead developer <a href=\"http://profiles.wordpress.org/JohnLamansky/\">John Lamansky</a> plans to release an updated video for all the SEO Ultimate features from version .5 to present (which includes dozens of tips, updates and tweaks).</p>\n<p>Shortly thereafter, we will release our beta version of WP Ultimate for suggestions and tweaks for the final version. Until then, thank you for your patience and welcome to the new paradigm and it’s herald and summary – <span style=\"text-decoration: underline;\">it’s not about links</span>, it’s about promotions.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=0o45EW4lGDs:V-R8cyMHOOs:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/0o45EW4lGDs\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://www.seodesignsolutions.com/blog/seo-videos/seo-overhauled-it%e2%80%99s-not-about-links-it%e2%80%99s-about-promotions/\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Google’s Greatest Fear\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/c3NjkKxSVOY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Sat, 07 Apr 2012 09:36:57 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.seodesignsolutions.com/blog/seo/googles-greatest-fear/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"With millions of business owners, webmasters and affiliates spending thousands of dollars on SEO and countless hours optimizing their websites (only to have the Google organic search results shaken up or completely whisked away due to vacillating shifts from new algorithm changes) is genuinely creating feelings of anger, frustration and disdain. As if running a […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeffrey_Smith\";s: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:10909:\"<p>With millions of business owners, webmasters and affiliates spending thousands of dollars on <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> and countless hours optimizing their websites (only to have the Google organic search results <strong>shaken up or completely whisked away</strong> due to vacillating shifts from new <a href=\"http://searchengineland.com/google-confirms-panda-update-link-evaluation-local-search-rankings-113078\">algorithm changes)</a> is genuinely creating feelings of anger, frustration and disdain.</p>\n<div id=\"attachment_9113\" style=\"width: 410px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/seo/googles-greatest-fear/\"><img class=\"size-full wp-image-9113\" title=\"google-ignored\" alt=\"Google Greatest Fear\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/04/google-ignored.jpg\" width=\"400\" height=\"425\" /></a><p class=\"wp-caption-text\">Google’s greatest fear is you not using or needing to use Google…</p></div>\n<p>As if running a business wasn’t hard enough, business owners are now forced to deal with the <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/the-rise-and-fall-of-rankings/\">rise and fall of search engine results</a> (knowing that at any time aside from ruthless competitors targeting their most coveted positions that a <a href=\"http://www.seodesignsolutions.com/blog/seo/warning-search-engine-algorithm-changes-detected/\">new algorithm change</a> could come along and potentially <em>sweep all their progress under the rug) </em>without warning.</p>\n<p>The only solution is to either (1) conform or (2) diversify your traffic sources to become less dependent on any one source of visitors, however, most are either unwilling or unaware of their options, so they continue to run on the treadmill in hope of stability.</p>\n<p><span id=\"more-9114\"></span></p>\n<p>For large or small businesses alike faced with overhead, cash flow and competition; conforming or overly depending on any one traffic source (Google) is not a viable solution for creating long-term stability.</p>\n<p>Faced with violent shifts in rankings and either posting record profits or losses based on where you rank is a type of <strong>traffic-dependency</strong>. That dependency can be weaned and replaced if those same business owners took their searches or paid search budget to other viable search engines and / or traffic sources to funnel traffic.</p>\n<p>Objectively, it’s time to see things for what they really are; the fact that Google (not surprisingly) is a business model motivated by profits. Despite the <strong>“don’t be evil”</strong> motto which once brandished a blind eye from most, with recent allegations of <a href=\"http://en.wikipedia.org/wiki/Criticism_of_Google\">privacy concerns</a>, changes in Adwords policies (which left thousands banned <strong>with no explanation</strong>) and the constant organic search algorithm shuffle, at some point users will come to terms with this and act accordingly (and ignore Google).</p>\n<h3>The Pervasive Threat of Google Penalties</h3>\n<p>Recently Google informed untold numbers of webmasters that they were in <a href=\"http://next.inman.com/2012/04/google-evolves-are-you-ready/\">violation of their terms of service</a> for unnatural link activity. Needless to say, the fear of loss is a great motivator. When people are told to conform, most will to avoid going against the current of the status quo.</p>\n<p>However, the audacity that webmasters should conform to a terms of service (considering they didn’t opt in in the first place) based on Google’s limitation on determining the value of the link graph (paid link, intentional link, unintentional link, etc.) is preposterous. It’s not like anyone in their index ever received a request asking if it was OK to crawl your content and include it in their index?</p>\n<p>Does CNN, New York Times, USA today or other massive authority sites add rel=”nofollow” tags to every outbound link or risk getting deindexed? No, they do not… Then why should you have to?</p>\n<p>The fact is that websites with that extent of authority simply don’t need Google (because they already have an established brand) and users will go directly to their website instead of using Google as an intermediary (which is essentially all they are).</p>\n<p>And how <strong>“relevant”</strong> would Google be if a user typed in CNN in Google and couldn’t find CNN (or any large brand for that matter), which makes brands essentially immune to being banned from their search results.</p>\n<p>Yet, for small businesses, entrepreneurs, affiliates and others forced to compete daily in search engines to funnel traffic to thrive and survive are constantly pummeled by the vague terms of service which essentially means you cannot promote your website (unless it’s done according to Google’s promotional policy).</p>\n<h3>Google’s Stance on Links is Dated</h3>\n<p>Sorry, the last time I checked links were not exclusively designed to manipulate PageRank, <strong>links are just links</strong>, the are simply how people move <em>from page to page and website to website</em>. Just as freedom of speech exists, the freedom to link to <strong>who you like when you like</strong> exists in the same vein.</p>\n<p>The only difference (mind you) is intent and links are either designed to deliver visitors from Page A to Page B or to promote – it’s that simple. And<strong> people are going to promote their business by necessity in order to create a profit</strong> so, I don’t see links going away any time soon, so, Google you will simply have to adapt (and stop penalizing webmasters) or they will simply move on to other traffic funnels.</p>\n<p>The point I am making is, if Google were losing money due to their massive operation, do you think they would have the time, energy or resources to keep <strong>“shaking things up”</strong> in the organic search results in the name of search quality?</p>\n<p>Would they have time to ban countless advertisers (since they collectively are not worth the time to service compared to fortune 500 and up clientele)? – I think not.</p>\n<h3>Is Google’ Greatest Fear Competition or Complacency?</h3>\n<p>With Facebook (the social giant) and Apple (the mobile giant) both considering entering the search engine space, Google could potentially have some SERIOUS competition ahead (unlike Yahoo or Bing) and which suggests that…</p>\n<p>Google biggest fear is:</p>\n<p>1) They will become obsolete as the preferred organic search engine and lose their monopoly (and profit).</p>\n<p>2) Paid search will fail to deliver (since organic search is no longer “the cats meow” for disgruntled users) and the organic traffic base will diminish.</p>\n<p>3) The curve will change (which is the most likely) meaning that new technologies, platforms, methods and/or solutions will emerge and people will simply move on from typing keywords in to search engines and use alternative methods such as apps, HTML5 or other alternatives to have media or commerce delivered on demand.</p>\n<p>The cycle of emerging innovation (from BBS, to directories, to search engines) followed by user adaptation which now borders on user complacency has already reached the point of consolidation.</p>\n<p>This implies that the cycle is ripe for change and a new potential curve (such as <a href=\"http://www.apple.com/iphone/features/siri.html\">Apples Siri</a>) or other alternatives to search could make the previous achievement obsolete (e.g. pagers, cassette tapes, VCR’s, the Yellow Pages).</p>\n<p>However, at the time (back in the day) few were looking past the phase of user complacency and would still be using Pagers, cassette tapes, VCR’s, etc. if new innovations and curves had not usurped them, now making them obsolete.</p>\n<p>While most people didn’t know (or care) what a search engine was 10 years ago, fast forward 10 years and they may not even be able to remember.</p>\n<p>Keep in mind, the market is fickle and here today gone tomorrow can happen faster with the acceleration of communication and new emerging technologies.</p>\n<h3>The Take Away Is…</h3>\n<p>1) The very data in <strong>Google’s index</strong> that they attempt to police and enforce <strong>does not belong to them</strong>, it belongs to those who wrote it and who are generously sharing it with the web at large. Google does not create the content their index, <em>“YOU and others like you DO”</em> and <strong>how you promote it</strong> is up to you.</p>\n<p>2) The web is bigger than Google and you decide Google’s fate every time you search on their platform or choose another search engine you cast your vote. There are thousands of traffic funnels to drive visitors to your websites aside from search engines (investigate them for viability to your business).</p>\n<p>3) Google telling people to jump through hoops (in fear of a ranking penalty or removal from <strong>their index</strong>) is a Pandora’s Box they should leave behind (or they might be left behind on the next emerging curve from those same banned/penalized users).</p>\n<p>In closing,<strong> Google’s greatest fear is you not using them </strong>and while their business model is brilliant, they’re the most successful company in history to profit from (1) using content created from other websites via crawling and indexing technology (2) create a synergistic advertising model <em>as an accessory</em> to their organic search results and (3) getting paid to send traffic <em>away from their own site</em> as an authoritative intermediary – this curve, put simply, has its limitations, particularly, if any of the aforementioned metrics change, (such as Google having to ask permission to crawl your data).</p>\n<p>Fortunately for us (based on previous experience), we know that consumers are fickle and at any time they could opt-out and frequent other websites which have more emotional, functional or curb appeal than Google. Google started as one website and can potentially be reduced to that <em>if people choose not to use it</em>.</p>\n<p>This means you, the users hold the key to just how much power or control you wish to allow it to have over you or your business.</p>\n<p>Feel free to share your thoughts below…</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=c3NjkKxSVOY:ypiqYAOtUZc:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/c3NjkKxSVOY\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.seodesignsolutions.com/blog/seo/googles-greatest-fear/\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"SEO Video: Qualifying Keywords Through Competitor Research\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/gvVzgFPausA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:10:\"SEO Videos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:27:\"Competitor Keyword Research\";s: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:40:\"Qualifying Keywords with competitor data\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"SEM Rush\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 20 Feb 2012 15:02:11 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9110\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"Searching for quick competitor research methods to determine if a keyword is a worthy target for an SEO campaign? Watch this video and learn how to use your competitors to qualify which phrases are worthwhile using SEM Rush and other useful SEO tools. Stay tuned for more SEO tips and tactics from SEO Design Solutions […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:1451:\"<p>Searching for quick competitor research methods to determine if a keyword is a worthy target for an <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> campaign? Watch this video and learn how to use your competitors to qualify which phrases are worthwhile using <a href=\"http://semrush.com/?ref=591439647\" title=\"SEM Rush\" rel=\"nofollow\">SEM Rush</a> and other useful SEO tools.</p>\n<p><object width=\"480\" height=\"360\"><param name=\"movie\" value=\"http://www.youtube.com/v/jIpEKnTG3Kc?version=3&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/jIpEKnTG3Kc?version=3&hl=en_US\" type=\"application/x-shockwave-flash\" width=\"480\" height=\"360\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object></p>\n<p>Stay tuned for more SEO tips and tactics from SEO Design Solutions and the upcoming release of our new WP Ultimate Theme and WP Silo Builder plugin.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=gvVzgFPausA:LPoUpSys_TQ:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/gvVzgFPausA\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:\"5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://www.seodesignsolutions.com/blog/seo-videos/seo-video-qualifying-keywords-through-competitor-research/\";s: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:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Full-Bodied SEO: Looking Past Keywords\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://feeds.seodesignsolutions.com/~r/SeoDesignSolutionsBlog/~3/xSnyEisWj14/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:26:\"Search Engine Optimization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:28:\"developing on page authority\";s: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:16:\"Domain Authority\";s: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:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:24:\"transcending SEO metrics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 15 Feb 2012 21:21:30 PST\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://www.seodesignsolutions.com/blog/?p=9105\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:361:\"Just like degusting a fine wine to appreciate its full-bodied flavor, don’t omit the chronology that it’s the process of the grapes aging combined with a semblance of subordinate processes that merge a plethora of complex layers into simplified notes to cultivate a delectable, yet exquisite fine wine. In parallel, SEO is quite similar. While […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Jeffrey_Smith\";s: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:7398:\"<p>Just like degusting a fine wine to appreciate its full-bodied flavor, don’t omit the chronology that it’s <strong>the process of the grapes aging</strong> combined with a semblance of subordinate processes that merge a plethora of complex layers into simplified notes to cultivate a delectable, yet exquisite fine wine. In parallel, <a href=\"http://www.seodesignsolutions.com/seo/\" title=\"SEO\">SEO</a> is quite similar.</p>\n<div id=\"attachment_9104\" style=\"width: 410px\" class=\"wp-caption aligncenter\"><a href=\"http://www.seodesignsolutions.com/blog/search-engine-optimization/full-bodied-seo-looking-past-keywords/\"><img class=\"size-full wp-image-9104\" title=\"seo-is-like-fine-wine\" src=\"http://www.seodesignsolutions.com/blog/wp-content/uploads/2012/02/seo-is-like-fine-wine.jpg\" alt=\"\" width=\"400\" height=\"424\" /></a><p class=\"wp-caption-text\">Like a fine wine, authority occurs over time</p></div>\n<p>While most blindly assume that SEO is about keywords (which is partially true), real SEO is involves grasping the underlying metrics and logic that search engines use to determine which websites are authoritative and which others are not.<span id=\"more-9105\"></span></p>\n<p>The real goal of SEO is to create authority; and the faster you accomplish domain or page level authority for any website, the faster keyword conquests are realized and achieved. The extent of the authority of a website, determines how long (or short) a keyword conquest becomes.</p>\n<p>If your website has exceeded the necessary tipping point (meaning it has enough <a href=\"http://www.miislita.com/information-retrieval-tutorial/cosine-similarity-tutorial.html\">term weight</a>, <a href=\"http://www.seoengine.com/link-flow.htm\">link-flow</a> from supporting anchor text and pages) and nests the proper on page signals, then that website is a candidate for occupying the top 1000 seed pages in Google’s index otherwise dubbed “<a href=\"http://www.seodesignsolutions.com/blog/seo-basics/seizing-the-seo-window-of-opportunity/\">the authority set</a>“. In essence, the more weight the pages have, the more pages from that domain can be included as seeds in the organic search landscape.</p>\n<p>While other pages are crawled, only the top 1000 matter and from those 1000 pages there are typically a handful of domains which are considered dominant within the scope of that topic.</p>\n<p>Those websites are considered <strong>“the authority set”</strong> and once any page from any website has reached the apex of a topic and breaches the authority set, it now becomes the model that Google and other search engines compare other pages to (to ascertain relevance, validity and rankings).</p>\n<p>Your objective is to (a) model your data (b) site architecture (c) internal linking structures (d) backlinks and (e) navigation schema to reinforce the topical scope of a page for (1) the primary phrase (2) parallel themes or categories (3) synonyms and sibling themes and (4) adjacent pages which could benefit from the link-flow or page level / theme /authority of that page.</p>\n<p>This in turn allows you to funnel PageRank, trust and authority to any area of your website with the ideal anchor text (at will) which makes your website less dependent on off-site linking structures to achieve <a href=\"http://www.seodesignsolutions.com/blog/seo/applied-seo-pivotal-seo-metrics/\">buoyant ranking</a> factor.</p>\n<p>For example, we have built websites using this technique and created PR5 sites from brand new domain (which achieved first page results in 30-45 days time for competitive keywords up to 7,500,000 competing pages using less than 50 backlinks off-site.</p>\n<p>Similarly, the 70+ of the 95 internal pages also sprouted page rank (PR3,PR4 and PR5) which in turn funneled that <a href=\"http://www.seodesignsolutions.com/blog/seo-tips/seo-tips-to-transfer-latent-ranking-factors/\">ranking factor</a> to other select pages creating an unparalleled <a href=\"http://www.seodesignsolutions.com/blog/seo/the-seo-tipping-point/\">tipping point</a> like a tube Taurus folding in on itself) to propel even more rankings as a result, which leads to my next point.</p>\n<p>Rankings can be observed from two perspectives (similar to the haves and have nots) and while the ultimate goal or <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-tips-to-optimize-a-new-website/\">optimizing your website</a> stems from the desire to reach the top 3 spots (the traffic band) getting there is ultimately determined by how authoritative your page is and the website that supports it.</p>\n<p>Allow me to elaborate.</p>\n<p>Every page of your website (if optimal) represents an opportunity to rank that page and dozens more when combined with <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-best-practices-getting-started/\">SEO best practices</a>, such as:</p>\n<ul>\n<li>Relevant meta data (for every page).</li>\n<li>A mirrored keyword-rich <a href=\"http://www.seodesignsolutions.com/blog/seo/seo-url-structure/\">URL structure</a> for the primary market and semantic focus of the page.</li>\n<li>Proper H1 use to reflect the primary keyword</li>\n<li>Sufficient inclusion of theme relevant keywords for the primary and secondary keyword shingles (groups of words).</li>\n<li>Awareness of link-flow limitations (not having 100+links on a page via navigation and contextual areas to bleed ranking factor).</li>\n<li>Use of optimal internal linking</li>\n<li>Proper site architecture that reflects a <a href=\"http://www.seodesignsolutions.com/blog/seo-resources/website-silo-architecture-seo-siloing-simplified/\">natural data hierarchy</a> (with more competitive keywords higher up in the hierarchy and less competitive categories and mid-tail and long-tail keyword variations supporting the theme).</li>\n<li>Proper grammar and conversion cues</li>\n<li>The proper proportion of themed inbound links from qualified sources to the home page and deep links to various supporting categories and landing pages (with their primary shingles and / or synonyms).</li>\n</ul>\n<p>The takeaway here is, cultivation of authority is the goal of SEO. Once that authority has been realized, it must be leveraged to propel entire clusters of keywords into a prominent search engine position (with minimal backlinks) from using the overlapping nodes of relevance and page level trust and relevance score it has accumulated.</p>\n<p>The extent of the authority depends on (a) the freshness and introduction of new / <a href=\"http://www.seodesignsolutions.com/blog/how-to-reference-material/how-to-theme-and-silo-your-wordpress-blog/\">supporting content</a> (b) the volume of content (c) the age of the domain (d) the relevancy or the internal link structure and most importantly (e) the time to authority factor (like a fine wine aging over time) that represents the priceless / more elusive ranking factor to distill in reverse or from the perspective of a competitor to emulate.</p>\n<p><a href=\"https://plus.google.com/109189625824502979466/?rel=author\" rel=\"author\"> -Jeffrey</a></p><div class=\"feedflare\">\n<a href=\"http://feeds.seodesignsolutions.com/~ff/SeoDesignSolutionsBlog?a=xSnyEisWj14:BvmIoZiDFbA:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/SeoDesignSolutionsBlog?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/SeoDesignSolutionsBlog/~4/xSnyEisWj14\" height=\"1\" width=\"1\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s: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:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://www.seodesignsolutions.com/blog/search-engine-optimization/full-bodied-seo-looking-past-keywords/\";s: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:3:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:58:\"http://feeds.seodesignsolutions.com/SeoDesignSolutionsBlog\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:58:\"http://feeds.seodesignsolutions.com/SeoDesignSolutionsBlog\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:4:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:22:\"seodesignsolutionsblog\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:14:\"emailServiceId\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"SeoDesignSolutionsBlog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:18:\"feedburnerHostname\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://feedburner.google.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"feedFlare\";a:16:{i:0;a:5:{s:4:\"data\";s:24:\"Subscribe with My Yahoo!\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:98:\"http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:59:\"http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:24:\"Subscribe with NewsGator\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:122:\"http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:42:\"http://www.newsgator.com/images/ngsub1.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:21:\"Subscribe with My AOL\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:102:\"http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:108:\"http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"Subscribe with Bloglines\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:87:\"http://www.bloglines.com/sub/http://feeds.seodesignsolutions.com/SeoDesignSolutionsBlog\";s:3:\"src\";s:48:\"http://www.bloglines.com/images/sub_modern11.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:23:\"Subscribe with Netvibes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:108:\"http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:44:\"http://www.netvibes.com/img/add2netvibes.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:21:\"Subscribe with Google\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:103:\"http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:51:\"http://buttons.googlesyndication.com/fusion/add.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:25:\"Subscribe with Pageflakes\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:111:\"http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:87:\"http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&fileName=ATP_blu_91x17.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:21:\"Subscribe with Plusmo\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:96:\"http://www.plusmo.com/add?url=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:43:\"http://plusmo.com/res/graphics/fbplusmo.gif\";}}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:34:\"Subscribe with The Free Dictionary\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:116:\"http://www.thefreedictionary.com/_/hp/AddRSS.aspx?http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:48:\"http://img.tfd.com/hp/addToTheFreeDictionary.gif\";}}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:28:\"Subscribe with Bitty Browser\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:128:\"http://www.bitty.com/manual/?contenttype=rssfeed&contentvalue=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:48:\"http://www.bitty.com/img/bittychicklet_91x17.gif\";}}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:23:\"Subscribe with Live.com\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:91:\"http://www.live.com/?add=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:141:\"http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw\";}}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:25:\"Subscribe with Excite MIX\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:99:\"http://mix.excite.eu/add?feedurl=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:42:\"http://image.excite.co.uk/mix/addtomix.gif\";}}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:21:\"Subscribe with Webwag\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:104:\"http://www.webwag.com/wwgthis.php?url=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:40:\"http://www.webwag.com/images/wwgthis.gif\";}}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:28:\"Subscribe with Podcast Ready\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:120:\"http://www.podcastready.com/oneclick_bookmark.php?url=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:58:\"http://www.podcastready.com/images/podcastready_button.gif\";}}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:20:\"Subscribe with Wikio\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:101:\"http://www.wikio.com/subscribe?url=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:45:\"http://www.wikio.com/shared/img/add2wikio.gif\";}}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:29:\"Subscribe with Daily Rotation\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"href\";s:110:\"http://www.dailyrotation.com/index.php?feed=http%3A%2F%2Ffeeds.seodesignsolutions.com%2FSeoDesignSolutionsBlog\";s:3:\"src\";s:40:\"http://www.dailyrotation.com/rss-dr2.gif\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:28:\"http://www.w3.org/1999/xhtml\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:6:\"robots\";s:7:\"content\";s:7:\"noindex\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://pipes.yahoo.com\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:5:\"pipes\";s:7:\"content\";s:9:\"noprocess\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"cumRmnHd2asDYlrSCRzk782OmdA\";s:13:\"last-modified\";s:29:\"Sun, 31 Aug 2014 01:13:03 GMT\";s:4:\"date\";s:29:\"Sun, 31 Aug 2014 01:38:53 GMT\";s:7:\"expires\";s:29:\"Sun, 31 Aug 2014 01:38:53 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:18:\"alternate-protocol\";s:15:\"80:quic,80:quic\";}s:5:\"build\";s:14:\"20140828193756\";}','no'),(183,'wpseo','a:18:{s:14:\"blocking_files\";a:0:{}s:26:\"ignore_blog_public_warning\";b:0;s:31:\"ignore_meta_description_warning\";b:0;s:20:\"ignore_page_comments\";b:0;s:16:\"ignore_permalink\";b:0;s:11:\"ignore_tour\";b:1;s:15:\"ms_defaults_set\";b:0;s:23:\"theme_description_found\";s:0:\"\";s:21:\"theme_has_description\";b:0;s:19:\"tracking_popup_done\";b:1;s:7:\"version\";s:5:\"1.5.6\";s:11:\"alexaverify\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:14:\"yoast_tracking\";b:1;}','yes'),(184,'wpseo_permalinks','a:10:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:15:\"force_transport\";s:7:\"default\";s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(185,'wpseo_titles','a:61:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:14:\"hide-feedlinks\";b:0;s:12:\"hide-rsdlink\";b:0;s:14:\"hide-shortlink\";b:0;s:16:\"hide-wlwmanifest\";b:0;s:5:\"noodp\";b:0;s:6:\"noydir\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page Not Found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:17:\"noauthorship-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:17:\"noauthorship-page\";b:1;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:23:\"noauthorship-attachment\";b:1;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}','yes'),(186,'wpseo_social','a:15:{s:9:\"fb_admins\";a:0:{}s:6:\"fbapps\";a:0:{}s:12:\"fbconnectkey\";s:32:\"cc00fc847654c2128a008b825a52131b\";s:13:\"facebook_site\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:10:\"googleplus\";b:0;s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:0;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:10:\"fbadminapp\";i:0;}','yes'),(187,'wpseo_rss','a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(188,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(189,'wpseo_xml','a:17:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"xml_ping_yahoo\";b:0;s:12:\"xml_ping_ask\";b:0;s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(252,'_site_transient_timeout_browser_559b7dac01fe1637ac7cdc444c695407','1409883473','yes'),(253,'_site_transient_browser_559b7dac01fe1637ac7cdc444c695407','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"36.0.1985.143\";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'),(232,'widget_akismet_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(367,'widget_mts_ad_300_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(257,'facebook-id','777657738998028','yes'),(258,'share-message','Comparte en facebook para ver el video','yes'),(259,'video-size','560x315','yes'),(378,'widget_single_category_posts_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(233,'widget_su_siloed_terms','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(234,'widget_su_footer_autolinks','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(386,'category_children','a:0:{}','yes'),(239,'wpseo_taxonomy_meta','a:0:{}','yes'),(241,'_transient_random_seed','8e5d3e5813a8000ebe63592e3d6c9050','yes'),(377,'widget_social-profile-icons','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'); /*!40000 ALTER TABLE `wpoptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wppopularpostsdata` -- DROP TABLE IF EXISTS `wppopularpostsdata`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wppopularpostsdata` ( `postid` bigint(20) NOT NULL, `day` datetime NOT NULL default '0000-00-00 00:00:00', `last_viewed` datetime NOT NULL default '0000-00-00 00:00:00', `pageviews` bigint(20) default '1', PRIMARY KEY (`postid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wppopularpostsdata` -- LOCK TABLES `wppopularpostsdata` WRITE; /*!40000 ALTER TABLE `wppopularpostsdata` DISABLE KEYS */; INSERT INTO `wppopularpostsdata` VALUES (31,'2014-08-28 21:51:39','2014-08-30 20:16:08',142),(38,'2014-08-28 22:24:12','2014-08-28 22:25:19',2); /*!40000 ALTER TABLE `wppopularpostsdata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wppopularpostssummary` -- DROP TABLE IF EXISTS `wppopularpostssummary`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wppopularpostssummary` ( `ID` bigint(20) NOT NULL auto_increment, `postid` bigint(20) NOT NULL, `pageviews` bigint(20) NOT NULL default '1', `view_date` date NOT NULL default '0000-00-00', `last_viewed` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`ID`), UNIQUE KEY `ID_date` (`postid`,`view_date`), KEY `postid` (`postid`), KEY `last_viewed` (`last_viewed`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wppopularpostssummary` -- LOCK TABLES `wppopularpostssummary` WRITE; /*!40000 ALTER TABLE `wppopularpostssummary` DISABLE KEYS */; INSERT INTO `wppopularpostssummary` VALUES (1,31,3,'2014-08-28','2014-08-28 22:42:58'),(2,38,2,'2014-08-28','2014-08-28 22:25:19'),(3,31,119,'2014-08-29','2014-08-29 23:29:22'),(4,31,20,'2014-08-30','2014-08-30 20:16:08'); /*!40000 ALTER TABLE `wppopularpostssummary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wppostmeta` -- DROP TABLE IF EXISTS `wppostmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wppostmeta` ( `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=154 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wppostmeta` -- LOCK TABLES `wppostmeta` WRITE; /*!40000 ALTER TABLE `wppostmeta` DISABLE KEYS */; INSERT INTO `wppostmeta` VALUES (1,2,'_wp_page_template','default'),(2,6,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(3,6,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:177:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on HulkNoticias (http://www.hulknoticias.com)\";s:9:\"recipient\";s:20:\"lualfer_99@gmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(4,6,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:119:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on HulkNoticias (http://www.hulknoticias.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(5,6,'_messages','a:6:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";}'),(6,6,'_additional_settings',''),(7,6,'_locale','en_US'),(8,1,'_wp_trash_meta_status','publish'),(9,1,'_wp_trash_meta_time','1409257756'),(10,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(11,9,'_edit_lock','1409259242:1'),(12,9,'_edit_last','1'),(16,11,'_edit_lock','1409259564:1'),(15,9,'_su_rich_snippet_type','none'),(17,11,'_edit_last','1'),(20,11,'_su_rich_snippet_type','none'),(23,13,'_edit_lock','1409259452:1'),(24,13,'_edit_last','1'),(28,15,'_edit_lock','1409259511:1'),(27,13,'_su_rich_snippet_type','none'),(29,15,'_edit_last','1'),(33,17,'_edit_lock','1409260146:1'),(32,15,'_su_rich_snippet_type','none'),(34,17,'_edit_last','1'),(38,19,'_edit_lock','1409260000:1'),(37,17,'_su_rich_snippet_type','none'),(39,19,'_edit_last','1'),(43,21,'_edit_lock','1409259945:1'),(42,19,'_su_rich_snippet_type','none'),(44,21,'_edit_last','1'),(48,23,'_edit_lock','1409259857:1'),(47,21,'_su_rich_snippet_type','none'),(49,23,'_edit_last','1'),(65,2,'_edit_lock','1409260191:1'),(52,23,'_su_rich_snippet_type','none'),(66,2,'_wp_trash_meta_status','publish'),(61,19,'_layout','inherit'),(64,17,'_layout','inherit'),(67,2,'_wp_trash_meta_time','1409260335'),(68,23,'_wp_trash_meta_status','publish'),(69,23,'_wp_trash_meta_time','1409277032'),(70,21,'_wp_trash_meta_status','publish'),(71,21,'_wp_trash_meta_time','1409277032'),(72,19,'_wp_trash_meta_status','publish'),(73,19,'_wp_trash_meta_time','1409277032'),(74,17,'_wp_trash_meta_status','publish'),(75,17,'_wp_trash_meta_time','1409277032'),(76,15,'_wp_trash_meta_status','publish'),(77,15,'_wp_trash_meta_time','1409277032'),(78,13,'_wp_trash_meta_status','publish'),(79,13,'_wp_trash_meta_time','1409277032'),(80,11,'_wp_trash_meta_status','publish'),(81,11,'_wp_trash_meta_time','1409277032'),(82,9,'_wp_trash_meta_status','publish'),(83,9,'_wp_trash_meta_time','1409277032'),(84,31,'_edit_lock','1409295729:1'),(85,31,'_edit_last','1'),(86,32,'_wp_attached_file','2014/08/da.jpg'),(87,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:630;s:6:\"height\";i:455;s:4:\"file\";s:14:\"2014/08/da.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"da-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:14:\"da-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"da-604x270.jpg\";s:5:\"width\";i:604;s:6:\"height\";i:270;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:\"\";}}'),(88,31,'_thumbnail_id','32'),(98,31,'_yoast_wpseo_linkdex','74'),(91,31,'_su_rich_snippet_type','none'),(92,31,'_yoast_wpseo_opengraph-title','Paul Walker fingió su muerte, y ahora podría ir a la cárcel. Todos los detalles aquí.'),(93,31,'_yoast_wpseo_opengraph-description','Paul Walker fingió su muerte , y ahora podria ir a la cárcel [VER VIDEO]'),(94,31,'_yoast_wpseo_opengraph-image','http://imgur.com/RABRMCo.png'),(95,31,'_yoast_wpseo_focuskw','s'),(96,31,'_yoast_wpseo_title','Paul Walker fingió su muerte, y ahora podría ir a la cárcel. Todos los detalles aquí.'),(97,31,'_yoast_wpseo_metadesc','Paul Walker fingió su muerte , y ahora podria ir a la cárcel'),(107,38,'_plugrush','a:3:{s:7:\"message\";b:0;s:6:\"errors\";b:0;s:8:\"autopost\";s:1:\"0\";}'),(103,31,'_layout','inherit'),(106,31,'_plugrush','a:3:{s:7:\"message\";b:0;s:6:\"errors\";b:0;s:8:\"autopost\";s:1:\"0\";}'),(108,38,'_edit_lock','1409282121:1'),(109,38,'_edit_last','1'),(114,38,'_wp_trash_meta_status','publish'),(112,38,'_su_rich_snippet_type','none'),(113,38,'_layout','inherit'),(115,38,'_wp_trash_meta_time','1409283602'),(123,31,'_wp_trash_meta_time','1409450392'),(122,31,'_wp_trash_meta_status','publish'),(124,31,'_wp_trash_meta_comments_status','a:1:{i:2;s:5:\"trash\";}'),(125,43,'_edit_lock','1409450311:1'),(126,43,'_edit_last','1'),(132,43,'_wp_trash_meta_status','publish'),(129,43,'_su_rich_snippet_type','none'),(130,43,'_mts_custom_sidebar',''),(131,43,'_mts_sidebar_location',''),(133,43,'_wp_trash_meta_time','1409450454'),(134,45,'_edit_last','1'),(137,45,'_su_rich_snippet_type','none'),(138,45,'_mts_custom_sidebar',''),(139,45,'_mts_sidebar_location',''),(140,45,'_edit_lock','1409450721:1'),(144,45,'_wp_trash_meta_time','1409451978'),(143,45,'_wp_trash_meta_status','publish'),(145,48,'_edit_lock','1409452111:1'),(146,48,'_edit_last','1'),(149,48,'_su_rich_snippet_type','none'),(150,48,'_mts_custom_sidebar',''),(151,48,'_mts_sidebar_location',''); /*!40000 ALTER TABLE `wppostmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpposts` -- DROP TABLE IF EXISTS `wpposts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpposts` ( `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=51 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpposts` -- LOCK TABLES `wpposts` WRITE; /*!40000 ALTER TABLE `wpposts` DISABLE KEYS */; INSERT INTO `wpposts` VALUES (1,1,'2014-08-28 20:03:38','2014-08-28 20:03:38','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','trash','open','open','','hello-world','','','2014-08-28 15:29:16','2014-08-28 20:29:16','',0,'http://www.hulknoticias.com/?p=1',0,'post','',1),(2,1,'2014-08-28 20:03:38','2014-08-28 20:03:38','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://www.hulknoticias.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','trash','open','open','','sample-page','','','2014-08-28 16:12:15','2014-08-28 21:12:15','',0,'http://www.hulknoticias.com/?page_id=2',0,'page','',0),(3,1,'2014-08-28 20:04:16','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-08-28 20:04:16','0000-00-00 00:00:00','',0,'http://www.hulknoticias.com/?p=3',0,'post','',0),(4,1,'2014-08-28 20:06:25','2014-08-28 20:06:25','','Media','','private','closed','closed','','media','','','2014-08-28 20:06:25','2014-08-28 20:06:25','',0,'http://www.hulknoticias.com/?option-tree=media',0,'option-tree','',0),(5,2,'2014-08-28 20:10:47','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-08-28 20:10:47','0000-00-00 00:00:00','',0,'http://www.hulknoticias.com/?p=5',0,'post','',0),(6,1,'2014-08-28 15:20:46','2014-08-28 20:20:46','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on HulkNoticias (http://www.hulknoticias.com)\nlualfer_99@gmail.com\n\n\n0\n0\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on HulkNoticias (http://www.hulknoticias.com)\n[your-email]\n\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.','Contact form 1','','publish','open','open','','contact-form-1','','','2014-08-28 15:20:46','2014-08-28 20:20:46','',0,'http://www.hulknoticias.com/?post_type=wpcf7_contact_form&p=6',0,'wpcf7_contact_form','',0),(7,2,'2014-08-28 15:21:42','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-08-28 15:21:42','0000-00-00 00:00:00','',0,'http://www.hulknoticias.com/?p=7',0,'post','',0),(8,1,'2014-08-28 15:29:16','2014-08-28 20:29:16','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','inherit','open','open','','1-revision-v1','','','2014-08-28 15:29:16','2014-08-28 20:29:16','',1,'http://www.hulknoticias.com/archivos/8',0,'revision','',0),(9,1,'2014-08-28 15:54:56','2014-08-28 20:54:56','<div class=\"tags\" style=\"color: #000000;\">\r\n<div id=\"contenedorLista9287\" class=\"contenedor estirar alto_limitado\">\r\n<ul>\r\n <li><a style=\"color: #666666;\" title=\"Ver más noticias de [Comunicación]\" href=\"http://cultura.elpais.com/tag/comunicacion/a/\">Comunicación</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"columna_texto\" style=\"color: #000000;\">\r\n<div class=\"contenedor_fotonoticia_compartir\">\r\n<div class=\"izquierda\">\r\n<div class=\"foto figure\"><img title=\"\" src=\"http://ep01.epimg.net/cultura/imagenes/2014/08/28/television/1409243240_497986_1409249983_noticia_normal.jpg\" alt=\"\" width=\"300\" height=\"398\" /></div>\r\n</div>\r\n<div class=\"disposicion_vertical\">\r\n<div class=\"modulo_compartir estirar\">\r\n<div class=\"boton_enviar facebook estirar\"><a id=\"fb\" class=\"servicio\" style=\"color: #de2a70;\" title=\"Recomendar en Facebook\"></a>Recomendar en Facebook<span id=\"fbnum\" class=\"contador\" style=\"color: #666666;\">0</span></div>\r\n<div class=\"boton_enviar twitter estirar\"><a id=\"twit\" class=\"servicio\" style=\"color: #de2a70;\" title=\"Twittear\"></a>Twittear<a id=\"tnum\" class=\"contador\" style=\"color: #666666;\" title=\"Ver quién lo ha twitteado ya\"></a>0</div>\r\n<div class=\"boton_enviar linkedin estirar\"><a id=\"linkedin\" class=\"servicio\" style=\"color: #de2a70;\" title=\"Enviar a LinkedIn\"></a>Enviar a LinkedIn<span id=\"lnum\" class=\"contador\" style=\"color: #666666;\">0</span></div>\r\n<div id=\"gp\">\r\n<div class=\"googleplus_falso\" title=\"Enviar a Google +\"></div>\r\n<div class=\"googleplus_ocultar\"><iframe src=\"https://plusone.google.com/u/0/_/+1/fastbutton?url=http://cultura.elpais.com/cultura/2014/08/28/television/1409243240_497986.html&parent=http://elpais.com&size=medium&count=true\" width=\"85\" height=\"30\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n</div>\r\n<div class=\"contenedor_varios estirar\"><a id=\"bomn_tuenti\" class=\"accion tuenti\" style=\"color: #de2a70;\" title=\"Enviar a Tuenti\"></a>Enviar a Tuenti<a id=\"bomn_eskup\" class=\"accion eskup\" style=\"color: #de2a70;\" title=\"Enviar a Eskup\"></a>Enviar a Eskup</div>\r\n<a class=\"boton enviar inactivo\" style=\"color: #de2a70;\" title=\"Tienes que estar registrado en EL PAÍS y haber iniciado sesión para poder enviar por correo electrónico\">Enviar</a><a id=\"bomn_imprimir\" class=\"boton imprimir\" style=\"color: #de2a70;\" title=\"Versión para imprimir\"></a>Imprimir<a class=\"boton guardar inactivo\" style=\"color: #de2a70;\" title=\"Tienes que estar registrado en EL PAÍS y haber iniciado sesión para poder guardar noticias\">Guardar</a></div>\r\n</div>\r\n</div>\r\n<div id=\"cuerpo_noticia\" class=\"cuerpo_noticia\">\r\n\r\nDespués de ocho años en el aire, <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/\" target=\"_blank\">en <em>El hormiguero</em></a> hay clásicos. El Hombre de Negro. Trancas y Barrancas. Will Smith. Y con tantas fórmulas que han funcionado, reinventarse empieza a parecer complicado. Sus creadores, sin embargo, comienzan la nueva temporada este 1 de septiembre en Antena 3 llenos de optimismo. “Queremos darle la vuelta a la tortilla”, anunciaba su presentador, Pablo Motos, pero no hablaba del formato del programa, sino de actitud.\r\n\r\nY para vender su idea se acompañó –por supuesto– de sus amigos más famosos. Bradley Cooper, Diego el Cigala, Ryan Reynolds, Sergio Ramos, Belén Rueda, Antonio Banderas, Enrique Iglesias, Tom Hanks, Ricky Martin, Channing Tatum, Hugh Jackman... Todos están incluidos en un vídeo musical que promociona su nueva cara, una que no se deja desanimar aunque “la vida te alise los rizos”, como canta frente a la cámara David Bisbal, ni que alguien te “saque de tus casillas”, como bromea Íker en honor a su apellido.\r\n\r\n<a style=\"color: #de2a70;\" href=\"http://cultura.elpais.com/cultura/2013/03/20/television/1363801765_516266.html\">Motos</a>, acompañado de Juan Ibáñez (Trancas y Petancas), Damián Mollá (Barrancas), Pablo Ibáñez (El Hombre de Negro), Marron, Anna Simon, Pilar Rubio y Jandro, presentó la nueva temporada del programa, que regresa después de lograr un récord de audiencia (casi 2,5 millones de espectadores) con su octava entrega.\r\n\r\n“No creo que haya más presión o nervios esta nueva temporada. Eso lo hubo desde el minuto uno. Pero sí hay que ir poco a poco... Si calculas la de veces que tenemos que salir y la de cosas que tenemos que planear, te da un ataque”. El comediante <a style=\"color: #de2a70;\" href=\"https://twitter.com/Jandro\" target=\"_blank\">Alejandro López García, mejor conocido como Jandro</a>, ha estado en el programa desde el principio, y cuenta que esta temporada le emociona tener en el plató a Alec Baldwin, uno de los invitados internacionales que irán a divertirse a <em>El hormiguero</em> este año.\r\n\r\nAunque no será el primero. Ese honor se lo lleva Kylie Minogue, que regresará al programa el próximo lunes. Más tarde llegará el turno del actor Luis Tosar, el cantante Pablo Alborán, el cocinero Karlos Arguiñano, la nadadora olímpica Mireia Belmonte, el futbolista Cristiano Ronaldo y el entrenador Vicente del Bosque. Todos ellos podrán disfrutar de las ya populares secciones, como la de <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/secciones/ciencia-marron/\" target=\"_blank\">ciencia con Marron</a>, o los trucos <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/sobre-programa/colaboradores/yunke_2011090200026.html\" target=\"_blank\">del mago Yunke</a>, sin olvidar los chistes de <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/sobre-programa/colaboradores/trancas-barrancas-petancas_2011070600102.html\" target=\"_blank\">Trancas y Barrancas,</a> las hormigas que dan nombre al programa.\r\n<div id=\"sumario_1|html\" class=\"centro\"><a style=\"color: #de2a70;\" name=\"sumario_1\"></a><iframe src=\"http://www.youtube.com/embed/SJ-FZIqF2aA?list=UU84t25xqhPEPpGY7NBZJ_eA\" width=\"460\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n</div>\r\nEl público, por otro lado, disfrutará de más de 10 nuevas secciones con personajes como el comediante Agustín Jiménez, la presentadora Pilar Rubio, que <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/secciones/cambio-constante/\" target=\"_blank\">pondrá en forma a los espectadores en <em>Cambio constante</em></a>; Sergio ‘El Monaguillo’ Fernández, que estrenará <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/secciones/celebrity-fuerza/celebrity-fuerza_2014082800065.html\" target=\"_blank\"><em>Celibrity a la fuerza</em></a>, una sección en la que elegirá a una persona del público y lo expondrá a los martirios de la fama. Además, el científico británico Richard Wiseman acompañará a Luis Piedrahita en el arte de desvelar los misterios del comportamiento humano.\r\n\r\nPor las secciones nuevas –y por las viejas también– se lanzan con optimismo a una nueva etapa en Antena 3, el canal que ha sido su hogar desde 2011.\r\n<div id=\"sumario_2|despiece\" class=\"centro\"><a style=\"color: #de2a70;\" name=\"sumario_2\"></a>\r\n<div class=\"aside estirar\">\r\n<h2 style=\"color: #30302b;\">La hormigas internacionales</h2>\r\n<p style=\"color: #30302b;\">El formato producido por 7yacción empieza a desplegarse por el mundo. México ya cuenta con <em>El hormiguero Mx</em>, un programa que emite TV Azteca, y que América Azteca retransmite en Estados Unidos. La productora también intenta lanzar versiones de su <em>show</em> en Alemania, Italia, Francia y Colombia, además de una original para EE UU, que espera a dar con un presentador adecuado. China, Portugal, Brasil, Venezuela y Chile ya disfrutan de Trancas y Barrancas, aunque solo en su versión española.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','‘El hormiguero’ regresa para dar la vuelta a la tortilla','','trash','open','open','','el-hormiguero-regresa-para-dar-la-vuelta-la-tortilla','','','2014-08-28 20:50:32','2014-08-29 01:50:32','',0,'http://www.hulknoticias.com/?p=9',0,'post','',0),(10,1,'2014-08-28 15:54:56','2014-08-28 20:54:56','<div class=\"tags\" style=\"color: #000000;\">\r\n<div id=\"contenedorLista9287\" class=\"contenedor estirar alto_limitado\">\r\n<ul>\r\n <li><a style=\"color: #666666;\" title=\"Ver más noticias de [Comunicación]\" href=\"http://cultura.elpais.com/tag/comunicacion/a/\">Comunicación</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"columna_texto\" style=\"color: #000000;\">\r\n<div class=\"contenedor_fotonoticia_compartir\">\r\n<div class=\"izquierda\">\r\n<div class=\"foto figure\"><img title=\"\" src=\"http://ep01.epimg.net/cultura/imagenes/2014/08/28/television/1409243240_497986_1409249983_noticia_normal.jpg\" alt=\"\" width=\"300\" height=\"398\" /></div>\r\n</div>\r\n<div class=\"disposicion_vertical\">\r\n<div class=\"modulo_compartir estirar\">\r\n<div class=\"boton_enviar facebook estirar\"><a id=\"fb\" class=\"servicio\" style=\"color: #de2a70;\" title=\"Recomendar en Facebook\"></a>Recomendar en Facebook<span id=\"fbnum\" class=\"contador\" style=\"color: #666666;\">0</span></div>\r\n<div class=\"boton_enviar twitter estirar\"><a id=\"twit\" class=\"servicio\" style=\"color: #de2a70;\" title=\"Twittear\"></a>Twittear<a id=\"tnum\" class=\"contador\" style=\"color: #666666;\" title=\"Ver quién lo ha twitteado ya\"></a>0</div>\r\n<div class=\"boton_enviar linkedin estirar\"><a id=\"linkedin\" class=\"servicio\" style=\"color: #de2a70;\" title=\"Enviar a LinkedIn\"></a>Enviar a LinkedIn<span id=\"lnum\" class=\"contador\" style=\"color: #666666;\">0</span></div>\r\n<div id=\"gp\">\r\n<div class=\"googleplus_falso\" title=\"Enviar a Google +\"></div>\r\n<div class=\"googleplus_ocultar\"><iframe src=\"https://plusone.google.com/u/0/_/+1/fastbutton?url=http://cultura.elpais.com/cultura/2014/08/28/television/1409243240_497986.html&parent=http://elpais.com&size=medium&count=true\" width=\"85\" height=\"30\" frameborder=\"0\" scrolling=\"no\"></iframe></div>\r\n</div>\r\n<div class=\"contenedor_varios estirar\"><a id=\"bomn_tuenti\" class=\"accion tuenti\" style=\"color: #de2a70;\" title=\"Enviar a Tuenti\"></a>Enviar a Tuenti<a id=\"bomn_eskup\" class=\"accion eskup\" style=\"color: #de2a70;\" title=\"Enviar a Eskup\"></a>Enviar a Eskup</div>\r\n<a class=\"boton enviar inactivo\" style=\"color: #de2a70;\" title=\"Tienes que estar registrado en EL PAÍS y haber iniciado sesión para poder enviar por correo electrónico\">Enviar</a><a id=\"bomn_imprimir\" class=\"boton imprimir\" style=\"color: #de2a70;\" title=\"Versión para imprimir\"></a>Imprimir<a class=\"boton guardar inactivo\" style=\"color: #de2a70;\" title=\"Tienes que estar registrado en EL PAÍS y haber iniciado sesión para poder guardar noticias\">Guardar</a></div>\r\n</div>\r\n</div>\r\n<div id=\"cuerpo_noticia\" class=\"cuerpo_noticia\">\r\n\r\nDespués de ocho años en el aire, <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/\" target=\"_blank\">en <em>El hormiguero</em></a> hay clásicos. El Hombre de Negro. Trancas y Barrancas. Will Smith. Y con tantas fórmulas que han funcionado, reinventarse empieza a parecer complicado. Sus creadores, sin embargo, comienzan la nueva temporada este 1 de septiembre en Antena 3 llenos de optimismo. “Queremos darle la vuelta a la tortilla”, anunciaba su presentador, Pablo Motos, pero no hablaba del formato del programa, sino de actitud.\r\n\r\nY para vender su idea se acompañó –por supuesto– de sus amigos más famosos. Bradley Cooper, Diego el Cigala, Ryan Reynolds, Sergio Ramos, Belén Rueda, Antonio Banderas, Enrique Iglesias, Tom Hanks, Ricky Martin, Channing Tatum, Hugh Jackman... Todos están incluidos en un vídeo musical que promociona su nueva cara, una que no se deja desanimar aunque “la vida te alise los rizos”, como canta frente a la cámara David Bisbal, ni que alguien te “saque de tus casillas”, como bromea Íker en honor a su apellido.\r\n\r\n<a style=\"color: #de2a70;\" href=\"http://cultura.elpais.com/cultura/2013/03/20/television/1363801765_516266.html\">Motos</a>, acompañado de Juan Ibáñez (Trancas y Petancas), Damián Mollá (Barrancas), Pablo Ibáñez (El Hombre de Negro), Marron, Anna Simon, Pilar Rubio y Jandro, presentó la nueva temporada del programa, que regresa después de lograr un récord de audiencia (casi 2,5 millones de espectadores) con su octava entrega.\r\n\r\n“No creo que haya más presión o nervios esta nueva temporada. Eso lo hubo desde el minuto uno. Pero sí hay que ir poco a poco... Si calculas la de veces que tenemos que salir y la de cosas que tenemos que planear, te da un ataque”. El comediante <a style=\"color: #de2a70;\" href=\"https://twitter.com/Jandro\" target=\"_blank\">Alejandro López García, mejor conocido como Jandro</a>, ha estado en el programa desde el principio, y cuenta que esta temporada le emociona tener en el plató a Alec Baldwin, uno de los invitados internacionales que irán a divertirse a <em>El hormiguero</em> este año.\r\n\r\nAunque no será el primero. Ese honor se lo lleva Kylie Minogue, que regresará al programa el próximo lunes. Más tarde llegará el turno del actor Luis Tosar, el cantante Pablo Alborán, el cocinero Karlos Arguiñano, la nadadora olímpica Mireia Belmonte, el futbolista Cristiano Ronaldo y el entrenador Vicente del Bosque. Todos ellos podrán disfrutar de las ya populares secciones, como la de <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/secciones/ciencia-marron/\" target=\"_blank\">ciencia con Marron</a>, o los trucos <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/sobre-programa/colaboradores/yunke_2011090200026.html\" target=\"_blank\">del mago Yunke</a>, sin olvidar los chistes de <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/sobre-programa/colaboradores/trancas-barrancas-petancas_2011070600102.html\" target=\"_blank\">Trancas y Barrancas,</a> las hormigas que dan nombre al programa.\r\n<div id=\"sumario_1|html\" class=\"centro\"><a style=\"color: #de2a70;\" name=\"sumario_1\"></a><iframe src=\"http://www.youtube.com/embed/SJ-FZIqF2aA?list=UU84t25xqhPEPpGY7NBZJ_eA\" width=\"460\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n\r\n</div>\r\nEl público, por otro lado, disfrutará de más de 10 nuevas secciones con personajes como el comediante Agustín Jiménez, la presentadora Pilar Rubio, que <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/secciones/cambio-constante/\" target=\"_blank\">pondrá en forma a los espectadores en <em>Cambio constante</em></a>; Sergio ‘El Monaguillo’ Fernández, que estrenará <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/programas/el-hormiguero/secciones/celebrity-fuerza/celebrity-fuerza_2014082800065.html\" target=\"_blank\"><em>Celibrity a la fuerza</em></a>, una sección en la que elegirá a una persona del público y lo expondrá a los martirios de la fama. Además, el científico británico Richard Wiseman acompañará a Luis Piedrahita en el arte de desvelar los misterios del comportamiento humano.\r\n\r\nPor las secciones nuevas –y por las viejas también– se lanzan con optimismo a una nueva etapa en Antena 3, el canal que ha sido su hogar desde 2011.\r\n<div id=\"sumario_2|despiece\" class=\"centro\"><a style=\"color: #de2a70;\" name=\"sumario_2\"></a>\r\n<div class=\"aside estirar\">\r\n<h2 style=\"color: #30302b;\">La hormigas internacionales</h2>\r\n<p style=\"color: #30302b;\">El formato producido por 7yacción empieza a desplegarse por el mundo. México ya cuenta con <em>El hormiguero Mx</em>, un programa que emite TV Azteca, y que América Azteca retransmite en Estados Unidos. La productora también intenta lanzar versiones de su <em>show</em> en Alemania, Italia, Francia y Colombia, además de una original para EE UU, que espera a dar con un presentador adecuado. China, Portugal, Brasil, Venezuela y Chile ya disfrutan de Trancas y Barrancas, aunque solo en su versión española.</p>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>','‘El hormiguero’ regresa para dar la vuelta a la tortilla','','inherit','open','open','','9-revision-v1','','','2014-08-28 15:54:56','2014-08-28 20:54:56','',9,'http://www.hulknoticias.com/archivos/10',0,'revision','',0),(11,1,'2014-08-28 15:58:31','2014-08-28 20:58:31','<p style=\"color: #000000;\"><a style=\"color: #de2a70;\" href=\"http://foxinternationalchannels.com/\">FOX International Channels (FIC)</a>, la compañía multimedia de 21st Century FOX, ha anunciado hoy el lanzamiento en España de FOXLife, la marca de entretenimiento dirigida mayoritariamente al público femenino, pero no excluyente para los hombres. El nuevo canal ofrecerá una combinación de contenidos con alta presencia de producciones de no ficción como rasgo más novedoso, aunque la ficción tendrá sitio en su parrilla. FOXLife estará disponible a partir de octubre en las principales plataformas de televisión de pago.</p>\r\n<p style=\"color: #000000;\">FOXLife supone un nuevo hito en la estrategia de FIC para reforzar su oferta de televisión en España y aumentar la distribución de sus principales marcas en todos los territorios alrededor del mundo. FIC está presente en el mercado nacional desde 2001 con un bouquet de canales liderados por <a style=\"color: #de2a70;\" href=\"http://www.foxtv.es/\">FOX</a> y <a style=\"color: #de2a70;\" href=\"http://natgeotv.nationalgeographic.es/es\">National Geographic Channel</a>, al que durante este tiempo se han sumado Nat Geo Wild, FOX Crime, Baby TV, así como la adquisición de <a style=\"color: #de2a70;\" href=\"http://canalviajar.com/\">VIAJAR</a>.</p>\r\n<p style=\"color: #000000;\">FOXLife acogerá una mezcla ecléctica de series internacionales, comedias, programas de no ficción y producciones locales. FIC quiere potenciar este nuevo concepto y sumar España a la lista de distribución internacional del canal, disponible en la actualidad en 73 países con una fuerte presencia en Europa, donde emite en Italia, Portugal, Polonia, Rusia, Bulgaria, Croacia, Estonia, Grecia, Serbia, Eslovenia y Turquía.</p>\r\n<p style=\"color: #000000;\">La llegada de FOXLife supone una reorganización de la oferta de FIC en España que tiene como consecuencia más destacada la sustitución de<a style=\"color: #de2a70;\" href=\"http://www.foxcrime.es/\">FOX Crime</a> por FOX Life. Lanzado en 2010, FOX Crime, el canal dedicado a la ficción policiaca, se ha consolidado en sólo cuatro años entre los 10 primeros puestos del entretenimiento en televisión de pago. Ahora cederá el testigo a FOXLife para poder ofrecer una programación más diversificada con dos marcas de entretenimiento fuertes y más diferenciadas. Las series de FOX Crime se seguirán emitiendo en España, principalmente en FOX, y FOXLIfe asumirá contenidos de ficción de ambos canales.</p>\r\n<p style=\"color: #000000;\">FOXLife adaptará su programación según las preferencias de los espectadores españoles, que se dejarán notar de forma especial en las producciones locales. Entre los contenidos ya confirmados para el lanzamiento, destacan las series <em><a style=\"color: #de2a70;\" href=\"http://blogs.elpais.com/quinta-temporada/2013/10/the-good-wife-la-serie.html\">The Good Wife</a>, <a style=\"color: #de2a70;\" href=\"http://blogs.elpais.com/quinta-temporada/2013/08/la-madre-de-todos-los-placeres-culpables.html\">Scandal</a>, <a style=\"color: #de2a70;\" href=\"http://cultura.elpais.com/cultura/2012/11/26/television/1353959833_538993.html\">Revenge</a></em> o<em>Anatomía de Grey</em>, que migran de FOX a FOXLife; la presencia de programas de no ficción de estreno en España, incluyendo <em>realities</em> y contenidos musicales, y el estreno de la primera producción local para FIC: la serie de no ficción <em>Los mejores chefs del mundo</em>, producción de la compañía española Minoría Absoluta en exclusiva para FIC sobre los grandes nombres de la cocina moderna mundial, todos ellos incluidos entre los primeros puestos de la lista confeccionada por la revista Restaurant Magazine. Entre sus protagonistas, Ferrán Adrià, Michel Guérard, Joan Roca, Andoni Aduriz, Juan Mari Arzak, Massimo Bottura, Gastón Acurio o José Andrés.</p>','Fox Life toma el relevo de Fox Crime','','trash','open','open','','fox-life-toma-el-relevo-de-fox-crime','','','2014-08-28 20:50:32','2014-08-29 01:50:32','',0,'http://www.hulknoticias.com/?p=11',0,'post','',0),(12,1,'2014-08-28 15:58:31','2014-08-28 20:58:31','<p style=\"color: #000000;\"><a style=\"color: #de2a70;\" href=\"http://foxinternationalchannels.com/\">FOX International Channels (FIC)</a>, la compañía multimedia de 21st Century FOX, ha anunciado hoy el lanzamiento en España de FOXLife, la marca de entretenimiento dirigida mayoritariamente al público femenino, pero no excluyente para los hombres. El nuevo canal ofrecerá una combinación de contenidos con alta presencia de producciones de no ficción como rasgo más novedoso, aunque la ficción tendrá sitio en su parrilla. FOXLife estará disponible a partir de octubre en las principales plataformas de televisión de pago.</p>\r\n<p style=\"color: #000000;\">FOXLife supone un nuevo hito en la estrategia de FIC para reforzar su oferta de televisión en España y aumentar la distribución de sus principales marcas en todos los territorios alrededor del mundo. FIC está presente en el mercado nacional desde 2001 con un bouquet de canales liderados por <a style=\"color: #de2a70;\" href=\"http://www.foxtv.es/\">FOX</a> y <a style=\"color: #de2a70;\" href=\"http://natgeotv.nationalgeographic.es/es\">National Geographic Channel</a>, al que durante este tiempo se han sumado Nat Geo Wild, FOX Crime, Baby TV, así como la adquisición de <a style=\"color: #de2a70;\" href=\"http://canalviajar.com/\">VIAJAR</a>.</p>\r\n<p style=\"color: #000000;\">FOXLife acogerá una mezcla ecléctica de series internacionales, comedias, programas de no ficción y producciones locales. FIC quiere potenciar este nuevo concepto y sumar España a la lista de distribución internacional del canal, disponible en la actualidad en 73 países con una fuerte presencia en Europa, donde emite en Italia, Portugal, Polonia, Rusia, Bulgaria, Croacia, Estonia, Grecia, Serbia, Eslovenia y Turquía.</p>\r\n<p style=\"color: #000000;\">La llegada de FOXLife supone una reorganización de la oferta de FIC en España que tiene como consecuencia más destacada la sustitución de<a style=\"color: #de2a70;\" href=\"http://www.foxcrime.es/\">FOX Crime</a> por FOX Life. Lanzado en 2010, FOX Crime, el canal dedicado a la ficción policiaca, se ha consolidado en sólo cuatro años entre los 10 primeros puestos del entretenimiento en televisión de pago. Ahora cederá el testigo a FOXLife para poder ofrecer una programación más diversificada con dos marcas de entretenimiento fuertes y más diferenciadas. Las series de FOX Crime se seguirán emitiendo en España, principalmente en FOX, y FOXLIfe asumirá contenidos de ficción de ambos canales.</p>\r\n<p style=\"color: #000000;\">FOXLife adaptará su programación según las preferencias de los espectadores españoles, que se dejarán notar de forma especial en las producciones locales. Entre los contenidos ya confirmados para el lanzamiento, destacan las series <em><a style=\"color: #de2a70;\" href=\"http://blogs.elpais.com/quinta-temporada/2013/10/the-good-wife-la-serie.html\">The Good Wife</a>, <a style=\"color: #de2a70;\" href=\"http://blogs.elpais.com/quinta-temporada/2013/08/la-madre-de-todos-los-placeres-culpables.html\">Scandal</a>, <a style=\"color: #de2a70;\" href=\"http://cultura.elpais.com/cultura/2012/11/26/television/1353959833_538993.html\">Revenge</a></em> o<em>Anatomía de Grey</em>, que migran de FOX a FOXLife; la presencia de programas de no ficción de estreno en España, incluyendo <em>realities</em> y contenidos musicales, y el estreno de la primera producción local para FIC: la serie de no ficción <em>Los mejores chefs del mundo</em>, producción de la compañía española Minoría Absoluta en exclusiva para FIC sobre los grandes nombres de la cocina moderna mundial, todos ellos incluidos entre los primeros puestos de la lista confeccionada por la revista Restaurant Magazine. Entre sus protagonistas, Ferrán Adrià, Michel Guérard, Joan Roca, Andoni Aduriz, Juan Mari Arzak, Massimo Bottura, Gastón Acurio o José Andrés.</p>','Fox Life toma el relevo de Fox Crime','','inherit','open','open','','11-revision-v1','','','2014-08-28 15:58:31','2014-08-28 20:58:31','',11,'http://www.hulknoticias.com/archivos/12',0,'revision','',0),(13,1,'2014-08-28 15:59:49','2014-08-28 20:59:49','<p style=\"color: #000000;\">El actor Roberto Cairo, conocido por su papel de Desiderio o <em>Desi</em>, en la popular serie <em>Cuéntame cómo pasó</em>, ha fallecido este jueves a los 51 años a consecuencia de un cáncer de pulmón, s<a style=\"color: #de2a70;\" href=\"http://www.rtve.es/television/20140828/muere-actor-roberto-cairo-desi-cuentame-51-anos/1001400.shtml\" target=\"_blank\">egún informa la página web de Radio Televisión Española (RTVE)</a>.</p>\r\n<p style=\"color: #000000;\">Cairo tenía una trayectoría de más de 20 años en cine, televisión y teatro, casi siempre con papeles secundarios. Además de <em>Cuéntame…</em>, apareció en series como <em>Las chicas de hoy en día</em>,<em>Ay, señor, señor</em>, <em>Los Ladrones van a la oficina</em> y <em>Farmacia de guardia</em>. En cine integró el reparto de <em>Mi hermano del alma</em>, <em>Allegro ma non troppo</em>,<em>Cachito</em>, <em>Brujas</em> y <em>Fugitivas</em>, entre otros filmes.</p>\r\n<p style=\"color: #000000;\">En teatro se le pudo ver en obras como <em>Las mujeres sabias, Los siete infantes de Lara, Morirás de otra cosa, Trainspotting</em> y <em>Luna de miel en Hiroshima</em><em>.</em></p>\r\n<p style=\"color: #000000;\">Pero fue en <em>Cuéntame cómo pasó</em> donde Roberto Cairo se dio a conocer al gran público. Su personaje, Desi, era uno de los mejores amigos de Antonio Alcántara (Imanol Arias). Aunque en los primeros capítulos su presencia era poco más que testimonial, poco a poco fue ganando peso y llegó a protagonizar varias tramas de la serie</p>','Muere Roberto Cairo, Desi en ‘Cuéntame cómo pasó’','','trash','open','open','','muere-roberto-cairo-desi-en-cuentame-como-paso','','','2014-08-28 20:50:32','2014-08-29 01:50:32','',0,'http://www.hulknoticias.com/?p=13',0,'post','',0),(14,1,'2014-08-28 15:59:49','2014-08-28 20:59:49','<p style=\"color: #000000;\">El actor Roberto Cairo, conocido por su papel de Desiderio o <em>Desi</em>, en la popular serie <em>Cuéntame cómo pasó</em>, ha fallecido este jueves a los 51 años a consecuencia de un cáncer de pulmón, s<a style=\"color: #de2a70;\" href=\"http://www.rtve.es/television/20140828/muere-actor-roberto-cairo-desi-cuentame-51-anos/1001400.shtml\" target=\"_blank\">egún informa la página web de Radio Televisión Española (RTVE)</a>.</p>\r\n<p style=\"color: #000000;\">Cairo tenía una trayectoría de más de 20 años en cine, televisión y teatro, casi siempre con papeles secundarios. Además de <em>Cuéntame…</em>, apareció en series como <em>Las chicas de hoy en día</em>,<em>Ay, señor, señor</em>, <em>Los Ladrones van a la oficina</em> y <em>Farmacia de guardia</em>. En cine integró el reparto de <em>Mi hermano del alma</em>, <em>Allegro ma non troppo</em>,<em>Cachito</em>, <em>Brujas</em> y <em>Fugitivas</em>, entre otros filmes.</p>\r\n<p style=\"color: #000000;\">En teatro se le pudo ver en obras como <em>Las mujeres sabias, Los siete infantes de Lara, Morirás de otra cosa, Trainspotting</em> y <em>Luna de miel en Hiroshima</em><em>.</em></p>\r\n<p style=\"color: #000000;\">Pero fue en <em>Cuéntame cómo pasó</em> donde Roberto Cairo se dio a conocer al gran público. Su personaje, Desi, era uno de los mejores amigos de Antonio Alcántara (Imanol Arias). Aunque en los primeros capítulos su presencia era poco más que testimonial, poco a poco fue ganando peso y llegó a protagonizar varias tramas de la serie</p>','Muere Roberto Cairo, Desi en ‘Cuéntame cómo pasó’','','inherit','open','open','','13-revision-v1','','','2014-08-28 15:59:49','2014-08-28 20:59:49','',13,'http://www.hulknoticias.com/archivos/14',0,'revision','',0),(15,1,'2014-08-28 16:00:23','2014-08-28 21:00:23','<p style=\"color: #000000;\"><a style=\"color: #de2a70;\" href=\"http://cultura.elpais.com/cultura/2014/07/22/television/1406044434_018716.html\">Acaba de aterrizar en Atresmedia</a> y ya le han encargado uno de sus proyectos estrella para la nueva temporada. <a style=\"color: #de2a70;\" href=\"http://cultura.elpais.com/tag/juan_ramon_bonet_alba/a/\">Juanra Bonet</a> (Barcelona, 1974) será el presentador de <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/objetivotv/actualidad/espana/muy-pronto-estreno-boom_2014072500323.html\"><em>¡Boom!</em>,</a>concurso que prepara Antena 3. Dos equipos, una bomba y preguntas para conseguir desactivar el peligro a tiempo en un programa que pone a prueba el conocimiento y la estrategia de los participantes. Bonet pasa así del concurso <a style=\"color: #de2a70;\" href=\"http://www.cuatro.com/losabenolosabe/\"><em>Lo sabe, no lo</em></a> <em><a style=\"color: #de2a70;\" href=\"http://www.cuatro.com/losabenolosabe/\">sabe</a>,</em> en el que el plató era la calle, a moverse bajo los focos entre bombas de ficción.</p>\r\n<p style=\"color: #000000;\"><strong>Pregunta.</strong> ¿Qué aporta <em>¡Boom!</em> dentro del panorama de concursos televisivos?</p>\r\n<p style=\"color: #000000;\"><strong>Respuesta.</strong> Cada vez que alguien me pregunta “¿pero de qué va el concurso?” y yo digo que de desactivar bombas, nadie me dice “bah, lo de siempre”. En los ensayos he tenido la sensación de estar dentro de un cómic. El diseño es muy de Ibáñez. Y, sobre todo, la mecánica es muy novedosa.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> Desde que terminó <em>Lo sabe, no lo sabe</em> le hemos visto poco en televisión. ¿Es bueno desaparecer un tiempo para volver con más fuerza?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Viene muy bien. <em>Lo sabe, no lo sabe</em> ha sido importantísimo para mí, pero fue extenuante. Le debo mucho, pero fue un programa agotador.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Demasiados kilómetros a la espalda?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Era más una cuestión de exposición. Cada vez que íbamos a un pueblo o ciudad pequeña, éramos como Michael Landon en <em>Autopista hacia el cielo</em>. Fue cansado no solo por los viajes, por todo. Al estar por la calle, siempre estaba en el plató. Pero si me dicen que seguimos 10 años más, habría seguido.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> La Wikipedia <a style=\"color: #de2a70;\" href=\"http://es.wikipedia.org/wiki/Juanra_Bonet\">le define</a> como “actor, presentador y humorista”. ¿Usted cómo se define?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> No sé. Hay gente a la que le hago gracia, he memorizado líneas de texto... No sé. Estoy pagando a un señor para que me ayude a saber qué soy [risas]. No tengo ni idea, pero tampoco quiero definirme. Si te defines, te cierras puertas. Me gusta la comedia, intento hacerla presentando o actuando... Creo que no te estoy aclarando nada. Se nota mucho que traté con políticos en una época de mi vida.</p>\r\n\r\n<div id=\"sumario_1|html\" class=\"derecha\" style=\"color: #000000;\"><a style=\"color: #de2a70;\" name=\"sumario_1\"></a>\r\n<blockquote style=\"color: #333333;\">\'Lo sabe, no lo sabe\' fue importante para mí, pero extenuante</blockquote>\r\n</div>\r\n<p style=\"color: #000000;\"><strong>P.</strong> Parece que aprendió bien la lección. Hablando de comedia, ¿cuál diría que es el límite entre ser gracioso y pasarse de gracioso?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> El que sepa eso se forra. El humor es muy, muy subjetivo. He conocido gente muy graciosa tomando unas cañas o en una sobremesa y que al subirse al escenario no funciona, y al revés. Cosa que también se agradece: no hay nada más desconcertante que alguien que es muy gracioso en el escenario y también fuera de él. En términos clínicos, tendría mis dudas sobre si es normal estar siempre así. En <em>Lo sabe, no lo</em> <em>sabe,</em> cuando apagábamos las cámaras y la gente se acercaba a nosotros a saludar, lo más habitual era decepcionar. Creo que le ocurre a mucha gente que pasa por televisión durante un tiempo continuado, que luego les conoces y siempre son más bajitos, más flacos o más serios de lo que pensabas.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Cuál es su valoración del estado de la televisión?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Riquísimo. Hay formatos para todos los gustos. Hay programas familiares, documentales a cualquier hora, ficciones muy buenas, ficción de culto, programas para dormitar... ¡Hay incluso informativos!</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> Y usted, ¿qué elige cuando enciende la televisión con la idea de desconectar?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Soy más de escuchar música. Pero en televisión, voy a ser obvio: me gusta mucho la ficción americana.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Un ejemplo?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Ahora mismo, me quedo con <em>Louie</em>.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Qué tienen que aprender los humoristas españoles de gente como Louis CK y otros cómicos anglosajones?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Aquí hay humoristas de todos los tipos, a nivel comercial hay gente muy potente, y a nivel alternativo también. Y los clásicos... No sé si tenemos que aprender mucho de allí. Sí es verdad que el humor más incorrecto y más negro está más presente en Gran Bretaña y Estados Unidos. Igual echo de menos eso, pero son culturas diferentes. ¿Te imaginas algo como la serie <em>Little Britain</em> en España? Imposible. Pero en cuestión de humor estamos bien cubiertos.</p>\r\n\r\n<div id=\"sumario_2|html\" class=\"izquierda\" style=\"color: #000000;\"><a style=\"color: #de2a70;\" name=\"sumario_2\"></a>\r\n<blockquote style=\"color: #333333;\">Twitter ha puesto las pilas a los profesionales del humor</blockquote>\r\n</div>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Es más difícil hacer humor en época de crisis?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Este país siempre se ha reído mucho de todo. No creo que sea más fácil o más difícil ahora. El humor siempre es necesario, ya sea como entretenimiento puro y duro, como paliativo o como caballo de Troya para poner en evidencia ciertas cosas.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Y es más sencillo hacer humor en la era de Twitter o más complicado?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> <a style=\"color: #de2a70;\" href=\"https://twitter.com/ElBonet\">Twitter</a> ha puesto las pilas a los profesionales. Muchas veces se te ocurre un chiste y lo colabas, pero ahora te das cuenta de que ya se le ha ocurrido a 5.000 personas y cuatro horas antes que a ti. Ha subido el nivel de exigencia muchísimo. Yo leo a tuiteros y pienso: “no tires esas ideas, publícalas, guárdalas”. Hay gente realmente brillante, y alucino con que no vivan de ello. Las redes sociales han subido muchísimo el nivel.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> Una pregunta poco original pero obligada: ¿televisión o radio?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Pues una respuesta obligada: donde me quieran.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Y qué es lo que más le gusta de cada medio?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> De la radio... Si digo la palabra \"magia\", me cuelgas o lo tachas, ¿vale? De la radio me gusta mucho el pacto que se hace con el oyente para fabricar una realidad. En radio he hecho <a style=\"color: #de2a70;\" href=\"http://www.cadenaser.com/el-mundo-today/\"><em>El mundo today</em></a>, donde teníamos que crear una realidad, una obra de ficción, relatos cortos, teníamos que crear todo el contexto. Ese pacto (y sigo sin decir magia) es muy divertido. Se parece mucho al del ilusionista con su público en el escenario. Y de la tele me gusta lo frenético e inmediato que es, la cantidad de gente que mueve, la cantidad de trabajo que genera. Lo que une a las dos es la vocación, todo el mundo con el que he trabajado en tele y radio está muy enamorado de su trabajo. Y te has olvidado del teatro. De él, lo que más me gusta es que hago lo que me da la gana. Para mí, el teatro es mucho más libre, porque la gente es la que viene a verte, y eso te da mucha más libertad.</p>','“Estoy pagando a un señor para que me ayude a saber qué soy”','','trash','open','open','','estoy-pagando-un-senor-para-que-ayude-saber-que-soy','','','2014-08-28 20:50:32','2014-08-29 01:50:32','',0,'http://www.hulknoticias.com/?p=15',0,'post','',0),(16,1,'2014-08-28 16:00:23','2014-08-28 21:00:23','<p style=\"color: #000000;\"><a style=\"color: #de2a70;\" href=\"http://cultura.elpais.com/cultura/2014/07/22/television/1406044434_018716.html\">Acaba de aterrizar en Atresmedia</a> y ya le han encargado uno de sus proyectos estrella para la nueva temporada. <a style=\"color: #de2a70;\" href=\"http://cultura.elpais.com/tag/juan_ramon_bonet_alba/a/\">Juanra Bonet</a> (Barcelona, 1974) será el presentador de <a style=\"color: #de2a70;\" href=\"http://www.antena3.com/objetivotv/actualidad/espana/muy-pronto-estreno-boom_2014072500323.html\"><em>¡Boom!</em>,</a>concurso que prepara Antena 3. Dos equipos, una bomba y preguntas para conseguir desactivar el peligro a tiempo en un programa que pone a prueba el conocimiento y la estrategia de los participantes. Bonet pasa así del concurso <a style=\"color: #de2a70;\" href=\"http://www.cuatro.com/losabenolosabe/\"><em>Lo sabe, no lo</em></a> <em><a style=\"color: #de2a70;\" href=\"http://www.cuatro.com/losabenolosabe/\">sabe</a>,</em> en el que el plató era la calle, a moverse bajo los focos entre bombas de ficción.</p>\r\n<p style=\"color: #000000;\"><strong>Pregunta.</strong> ¿Qué aporta <em>¡Boom!</em> dentro del panorama de concursos televisivos?</p>\r\n<p style=\"color: #000000;\"><strong>Respuesta.</strong> Cada vez que alguien me pregunta “¿pero de qué va el concurso?” y yo digo que de desactivar bombas, nadie me dice “bah, lo de siempre”. En los ensayos he tenido la sensación de estar dentro de un cómic. El diseño es muy de Ibáñez. Y, sobre todo, la mecánica es muy novedosa.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> Desde que terminó <em>Lo sabe, no lo sabe</em> le hemos visto poco en televisión. ¿Es bueno desaparecer un tiempo para volver con más fuerza?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Viene muy bien. <em>Lo sabe, no lo sabe</em> ha sido importantísimo para mí, pero fue extenuante. Le debo mucho, pero fue un programa agotador.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Demasiados kilómetros a la espalda?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Era más una cuestión de exposición. Cada vez que íbamos a un pueblo o ciudad pequeña, éramos como Michael Landon en <em>Autopista hacia el cielo</em>. Fue cansado no solo por los viajes, por todo. Al estar por la calle, siempre estaba en el plató. Pero si me dicen que seguimos 10 años más, habría seguido.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> La Wikipedia <a style=\"color: #de2a70;\" href=\"http://es.wikipedia.org/wiki/Juanra_Bonet\">le define</a> como “actor, presentador y humorista”. ¿Usted cómo se define?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> No sé. Hay gente a la que le hago gracia, he memorizado líneas de texto... No sé. Estoy pagando a un señor para que me ayude a saber qué soy [risas]. No tengo ni idea, pero tampoco quiero definirme. Si te defines, te cierras puertas. Me gusta la comedia, intento hacerla presentando o actuando... Creo que no te estoy aclarando nada. Se nota mucho que traté con políticos en una época de mi vida.</p>\r\n\r\n<div id=\"sumario_1|html\" class=\"derecha\" style=\"color: #000000;\"><a style=\"color: #de2a70;\" name=\"sumario_1\"></a>\r\n<blockquote style=\"color: #333333;\">\'Lo sabe, no lo sabe\' fue importante para mí, pero extenuante</blockquote>\r\n</div>\r\n<p style=\"color: #000000;\"><strong>P.</strong> Parece que aprendió bien la lección. Hablando de comedia, ¿cuál diría que es el límite entre ser gracioso y pasarse de gracioso?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> El que sepa eso se forra. El humor es muy, muy subjetivo. He conocido gente muy graciosa tomando unas cañas o en una sobremesa y que al subirse al escenario no funciona, y al revés. Cosa que también se agradece: no hay nada más desconcertante que alguien que es muy gracioso en el escenario y también fuera de él. En términos clínicos, tendría mis dudas sobre si es normal estar siempre así. En <em>Lo sabe, no lo</em> <em>sabe,</em> cuando apagábamos las cámaras y la gente se acercaba a nosotros a saludar, lo más habitual era decepcionar. Creo que le ocurre a mucha gente que pasa por televisión durante un tiempo continuado, que luego les conoces y siempre son más bajitos, más flacos o más serios de lo que pensabas.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Cuál es su valoración del estado de la televisión?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Riquísimo. Hay formatos para todos los gustos. Hay programas familiares, documentales a cualquier hora, ficciones muy buenas, ficción de culto, programas para dormitar... ¡Hay incluso informativos!</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> Y usted, ¿qué elige cuando enciende la televisión con la idea de desconectar?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Soy más de escuchar música. Pero en televisión, voy a ser obvio: me gusta mucho la ficción americana.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Un ejemplo?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Ahora mismo, me quedo con <em>Louie</em>.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Qué tienen que aprender los humoristas españoles de gente como Louis CK y otros cómicos anglosajones?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Aquí hay humoristas de todos los tipos, a nivel comercial hay gente muy potente, y a nivel alternativo también. Y los clásicos... No sé si tenemos que aprender mucho de allí. Sí es verdad que el humor más incorrecto y más negro está más presente en Gran Bretaña y Estados Unidos. Igual echo de menos eso, pero son culturas diferentes. ¿Te imaginas algo como la serie <em>Little Britain</em> en España? Imposible. Pero en cuestión de humor estamos bien cubiertos.</p>\r\n\r\n<div id=\"sumario_2|html\" class=\"izquierda\" style=\"color: #000000;\"><a style=\"color: #de2a70;\" name=\"sumario_2\"></a>\r\n<blockquote style=\"color: #333333;\">Twitter ha puesto las pilas a los profesionales del humor</blockquote>\r\n</div>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Es más difícil hacer humor en época de crisis?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Este país siempre se ha reído mucho de todo. No creo que sea más fácil o más difícil ahora. El humor siempre es necesario, ya sea como entretenimiento puro y duro, como paliativo o como caballo de Troya para poner en evidencia ciertas cosas.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Y es más sencillo hacer humor en la era de Twitter o más complicado?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> <a style=\"color: #de2a70;\" href=\"https://twitter.com/ElBonet\">Twitter</a> ha puesto las pilas a los profesionales. Muchas veces se te ocurre un chiste y lo colabas, pero ahora te das cuenta de que ya se le ha ocurrido a 5.000 personas y cuatro horas antes que a ti. Ha subido el nivel de exigencia muchísimo. Yo leo a tuiteros y pienso: “no tires esas ideas, publícalas, guárdalas”. Hay gente realmente brillante, y alucino con que no vivan de ello. Las redes sociales han subido muchísimo el nivel.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> Una pregunta poco original pero obligada: ¿televisión o radio?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> Pues una respuesta obligada: donde me quieran.</p>\r\n<p style=\"color: #000000;\"><strong>P.</strong> ¿Y qué es lo que más le gusta de cada medio?</p>\r\n<p style=\"color: #000000;\"><strong>R.</strong> De la radio... Si digo la palabra \"magia\", me cuelgas o lo tachas, ¿vale? De la radio me gusta mucho el pacto que se hace con el oyente para fabricar una realidad. En radio he hecho <a style=\"color: #de2a70;\" href=\"http://www.cadenaser.com/el-mundo-today/\"><em>El mundo today</em></a>, donde teníamos que crear una realidad, una obra de ficción, relatos cortos, teníamos que crear todo el contexto. Ese pacto (y sigo sin decir magia) es muy divertido. Se parece mucho al del ilusionista con su público en el escenario. Y de la tele me gusta lo frenético e inmediato que es, la cantidad de gente que mueve, la cantidad de trabajo que genera. Lo que une a las dos es la vocación, todo el mundo con el que he trabajado en tele y radio está muy enamorado de su trabajo. Y te has olvidado del teatro. De él, lo que más me gusta es que hago lo que me da la gana. Para mí, el teatro es mucho más libre, porque la gente es la que viene a verte, y eso te da mucha más libertad.</p>','“Estoy pagando a un señor para que me ayude a saber qué soy”','','inherit','open','open','','15-revision-v1','','','2014-08-28 16:00:23','2014-08-28 21:00:23','',15,'http://www.hulknoticias.com/archivos/16',0,'revision','',0),(17,1,'2014-08-28 16:02:17','2014-08-28 21:02:17','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">El primer ministro británico reiteró su defensa del \"no\" ante los empresarios escoceses de cara al referéndum del 19 de septiembre<a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">Comentarios</a></p>\r\n\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido noticias\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">NOTICIAS</strong> (3)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2497610/independencia-escocia--segundo-debate-salmond-darling/\">Alex Salmond: \'Nadie gestionará mejor Escocia que los escoceses\'</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2494638/escocia--mas-millon-escoceses-firman-independencia/\">Más de un millón de escoceses firman a favor de la independencia</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2491278/salmond-escocia-seria-pais-rico-declararse-independiente/\">Salmond: \'Escocia sería el país más rico en declararse independiente\'</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tipo_contenido links\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">MÁS INFORMACIÓN</strong>(1)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/tag/escocia/\">Referéndum Escocia 2014</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El primer ministro británico, David Cameron, defendió hoy ante dirigentes empresariales escoceses las \"grandes ventajas\" de permanecer en el Reino Unido, frente a una eventual independencia de Escocia.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Cameron, quien retomó hoy su actividad tras el descanso estival, sostuvo que la unión entre Escocia y el resto del Reino Unido es \"la mejor fusión de la historia\" y reiteró su <strong>defensa del \"no\"</strong> de cara al referéndum sobre la independencia de la región previsto para el <strong>18 de septiembre</strong>. \"Vamos a elegir una visión amplia por encima de una visión estrecha, grandes ventajas por encima de grandes incertidumbres. Vamos a permanecer juntos\", dijo Cameron en un discurso durante la cena anual de la patronal CBI en Glasgow (Escocia).</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">En la recta final de las campañas a favor y en contra de la independencia, <strong>diversas empresas con sede en Escocia han hecho pública su postura</strong> al respecto en los últimos días. Unas 200 figuras del mundo empresarial escocés firmaron hoy una carta abierta en apoyo de la separación del Reino Unido, entre ellas el presidente de la firma de transporte Stagecoach, Brian Souter, y el del grupo industrial Clyde Blowers, Jim McColl.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El escrito siguió a la carta que hicieron pública ayer 133 empresarios escoceses contrarios a la independencia, entre ellos los responsables de la compañía de alimentación Baxters, el banco HSBC y la firma de whisky propietaria de las marcas Famous Grouse y Macallan. Ante la organización empresarial CBI, el líder \"tory\" argumentó que la pertenencia el Reino Unido juega \"en favor de los intereses\" de la economía escocesa. \"Fueron las oportunidades económicas las que llevaron a unirse a nuestras naciones en 1707\", señaló el \"premier\" británico, quien subrayó que la \"prosperidad\" de ambas zonas está todavía \"íntimamente ligada\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El primer ministro afirmó que el Reino Unido es \"uno de los mercados comunes más antiguos y exitosos del mundo\" y subrayó las \"oportunidades empresariales\" que genera un mercado doméstico de más de 60 millones de personas. Puntualizó que \"Escocia hace el doble de negocio con el resto del Reino Unido que con todos los demás países del mundo. Ese comercio ayuda a mantener un millón de puestos de trabajo en Escocia\".</p>\r\n\r\n</div>','Cameron defiende ante empresarios las \'ventajas\' de seguir \'juntos\'','','trash','open','open','','cameron-defiende-ante-empresarios-las-ventajas-de-seguir-juntos','','','2014-08-28 20:50:32','2014-08-29 01:50:32','',0,'http://www.hulknoticias.com/?p=17',0,'post','',0),(29,1,'2014-08-28 16:09:38','2014-08-28 21:09:38','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">El primer ministro británico reiteró su defensa del \"no\" ante los empresarios escoceses de cara al referéndum del 19 de septiembre<a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">Comentarios</a></p>\r\n\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido noticias\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">NOTICIAS</strong> (3)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2497610/independencia-escocia--segundo-debate-salmond-darling/\">Alex Salmond: \'Nadie gestionará mejor Escocia que los escoceses\'</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2494638/escocia--mas-millon-escoceses-firman-independencia/\">Más de un millón de escoceses firman a favor de la independencia</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2491278/salmond-escocia-seria-pais-rico-declararse-independiente/\">Salmond: \'Escocia sería el país más rico en declararse independiente\'</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tipo_contenido links\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">MÁS INFORMACIÓN</strong>(1)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/tag/escocia/\">Referéndum Escocia 2014</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El primer ministro británico, David Cameron, defendió hoy ante dirigentes empresariales escoceses las \"grandes ventajas\" de permanecer en el Reino Unido, frente a una eventual independencia de Escocia.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Cameron, quien retomó hoy su actividad tras el descanso estival, sostuvo que la unión entre Escocia y el resto del Reino Unido es \"la mejor fusión de la historia\" y reiteró su <strong>defensa del \"no\"</strong> de cara al referéndum sobre la independencia de la región previsto para el <strong>18 de septiembre</strong>. \"Vamos a elegir una visión amplia por encima de una visión estrecha, grandes ventajas por encima de grandes incertidumbres. Vamos a permanecer juntos\", dijo Cameron en un discurso durante la cena anual de la patronal CBI en Glasgow (Escocia).</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">En la recta final de las campañas a favor y en contra de la independencia, <strong>diversas empresas con sede en Escocia han hecho pública su postura</strong> al respecto en los últimos días. Unas 200 figuras del mundo empresarial escocés firmaron hoy una carta abierta en apoyo de la separación del Reino Unido, entre ellas el presidente de la firma de transporte Stagecoach, Brian Souter, y el del grupo industrial Clyde Blowers, Jim McColl.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El escrito siguió a la carta que hicieron pública ayer 133 empresarios escoceses contrarios a la independencia, entre ellos los responsables de la compañía de alimentación Baxters, el banco HSBC y la firma de whisky propietaria de las marcas Famous Grouse y Macallan. Ante la organización empresarial CBI, el líder \"tory\" argumentó que la pertenencia el Reino Unido juega \"en favor de los intereses\" de la economía escocesa. \"Fueron las oportunidades económicas las que llevaron a unirse a nuestras naciones en 1707\", señaló el \"premier\" británico, quien subrayó que la \"prosperidad\" de ambas zonas está todavía \"íntimamente ligada\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El primer ministro afirmó que el Reino Unido es \"uno de los mercados comunes más antiguos y exitosos del mundo\" y subrayó las \"oportunidades empresariales\" que genera un mercado doméstico de más de 60 millones de personas. Puntualizó que \"Escocia hace el doble de negocio con el resto del Reino Unido que con todos los demás países del mundo. Ese comercio ayuda a mantener un millón de puestos de trabajo en Escocia\".</p>\r\n\r\n</div>','Cameron defiende ante empresarios las \'ventajas\' de seguir \'juntos\'','','inherit','open','open','','17-revision-v1','','','2014-08-28 16:09:38','2014-08-28 21:09:38','',17,'http://www.hulknoticias.com/archivos/29',0,'revision','',0),(30,1,'2014-08-28 16:12:15','2014-08-28 21:12:15','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://www.hulknoticias.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision-v1','','','2014-08-28 16:12:15','2014-08-28 21:12:15','',2,'http://www.hulknoticias.com/archivos/30',0,'revision','',0),(31,1,'2014-08-28 20:55:09','2014-08-29 01:55:09','<p style=\"color: #000000;\">En la primera parte de esta nota te presentaremos todas las pruebas recaudadas así como la investigación que “comprueba” que la muerte del actor fue falsa y también hablaremos de las razones de por qué Paul Walker fingiría su muerte.</p>\r\n<p style=\"color: red;\"><strong>VIDEO : </strong></p>\r\n<p style=\"color: #000000;\">[videolock url=\"http://www.youtube.com/watch?v=HI44GRjBfUY\" message=\"Comparte en facebook para ver el video\" width=\"560\" height=\"315\"]</p>\r\n<a href=\"http://sh.st/tFom6\" target=\"_blank\"><img src=\"http://img105.imagenimage.com/th/06661/f0e8avk2t5qk.jpg\" border=\"0\"></a><br>\r\n\r\n\r\n\r\n<p style=\"color: #000000;\">Lógicamente, los millones de fans alrededor del mundo mostraron su descontento y repudio por esta publicación, pero la pagina insiste en tener “pruebas irrefutables” para respaldar su afirmación.</p>\r\n<p style=\"color: #000000;\">Después de la publicación hecha por nodisinfo, muchos fans han atacado con todo esta publicación tan insensible, Por otro lado hay miles de personas que una vez analizadas las pruebas presentadas por la pagina, creen que es realmente posible que Paul Walker haya fingido su muerte. Muchos ya lo afirman y confían en esta evidencia.</p>\r\n<p style=\"color: #000000;\">Pero, será cierto? Porque Paul Walker haría algo así si se encontraba en una de las mejores etapas de su vida, un hombre millonario, famoso, poderoso, mucha gente diría que no tiene sentido.\r\nPero, lo tiene? Fuentes cercanas al actor y una investigación conducida por la página de internet presume haber encontrado evidencia irrefutable de que Paul no murió.\r\nCierto o no, ya hay miles, si no es que millones de personas que afirman que efectivamente todo fue un montaje y que la misma empresa Universal Studios lo sabe, y se ha negado a comentar cualquier cosa sobre la supuesta muerte del actor y su compañero.</p>\r\n<p style=\"color: #000000;\"><img class=\"size-full wp-image-450 aligncenter\" src=\"http://imgur.com/RABRMCo.png\" alt=\"Untitled-1\" width=\"630\" height=\"455\" data-lazy-loaded=\"true\" /></p>\r\n<p style=\"color: #000000;\"></p>','Paul Walker fingió su muerte, y ahora podría ir a la cárcel. Todos los detalles aquí.','','trash','open','open','','paul-walker-fingio-su-muerte-y-ahora-podria-ir-la-carcel-todos-los-detalles-aqui','','','2014-08-30 20:59:52','2014-08-31 01:59:52','',0,'http://www.hulknoticias.com/?p=31',0,'post','',0),(18,1,'2014-08-28 16:02:17','2014-08-28 21:02:17','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">El primer ministro británico reiteró su defensa del \"no\" ante los empresarios escoceses de cara al referéndum del 19 de septiembre.</p>\r\n\r\n<ul class=\"acciones\" style=\"color: #333333;\">\r\n <li id=\"readspeaker\" class=\"escuchar\" style=\"font-weight: bold; font-style: inherit;\"><a id=\"escuchar-contenido\" accesskey=\"L\" style=\"font-weight: inherit; font-style: inherit; color: #666666;\" href=\"http://app.readspeaker.com/cgi-bin/rsent?customerid=5764&lang=es_es&readid=detalle&url=http://www.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506972%2Freferendum-escocia--cameron-defiende-ventajas-seguir-juntos%2F\">Escuchar la página</a></li>\r\n <li id=\"imprimir\" style=\"font-weight: bold; font-style: inherit; color: #666666;\"><input style=\"color: #666666;\" name=\"imprimir\" type=\"button\" value=\"Imprimir\" /></li>\r\n</ul>\r\n<ul class=\"utilidades\" style=\"color: #333333;\">\r\n <li class=\"compartir\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: inherit; font-style: inherit; color: #999999;\" href=\"http://www.eitb.com/es/modulo/multimedia/share/id/detalle_noticia_2506972\" rel=\"shadowbox;height=105;width=430\">Compartir</a></li>\r\n <li class=\"enviar\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: inherit; font-style: inherit; color: #999999;\" href=\"http://www.eitb.com/es/modulo/multimedia/send/id/detalle_noticia_2506972\" rel=\"shadowbox;height=185;width=430\">Enviar</a></li>\r\n</ul>\r\n<div class=\"galeria_fotos_2_col rs_preserve\" style=\"color: #333333;\">\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><img style=\"font-weight: inherit; font-style: inherit;\" title=\"El primer ministro británico David Cameron. Foto de archivo: EFE\" src=\"http://www.eitb.com/multimedia/images/2014/05/21/1382138/Cameron_efe_foto610x342.jpg\" alt=\"El primer ministro británico David Cameron. Foto de archivo: EFE\" width=\"610\" height=\"342\" /></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<ul class=\"sociales_facebook\" style=\"color: #333333;\">\r\n <li class=\"facebook\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"fb-like fb_iframe_widget\" style=\"font-weight: inherit; font-style: inherit;\" data-href=\"http://www.eitb.com/es/noticias/internacional/detalle/2506972/referendum-escocia--cameron-defiende-ventajas-seguir-juntos/\" data-send=\"true\" data-width=\"450\" data-show-faces=\"true\" data-font=\"arial\" data-action=\"recommend\"><span style=\"font-weight: inherit; font-style: inherit;\"><iframe class=\"\" style=\"font-weight: inherit; font-style: inherit;\" title=\"fb:like Facebook Social Plugin\" src=\"http://www.facebook.com/plugins/like.php?action=recommend&app_id=274805577151&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FW2xi4Tmu0YA.js%3Fversion%3D41%23cb%3Df2462d6cf8%26domain%3Dwww.eitb.com%26origin%3Dhttp%253A%252F%252Fwww.eitb.com%252Ff14dcdf238%26relation%3Dparent.parent&font=arial&href=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506972%2Freferendum-escocia--cameron-defiende-ventajas-seguir-juntos%2F&locale=es_ES&sdk=joey&send=true&show_faces=true&width=450\" name=\"f2f529c738\" width=\"450px\" height=\"1000px\" frameborder=\"0\" scrolling=\"no\"></iframe></span></div></li>\r\n</ul>\r\n<div class=\"utilidades\" style=\"color: #333333;\">\r\n<ul class=\"sociales\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li class=\"twitter\" style=\"font-weight: inherit; font-style: inherit;\"><iframe id=\"twitter-widget-0\" class=\"twitter-share-button twitter-tweet-button twitter-share-button twitter-count-horizontal\" style=\"font-weight: inherit; font-style: inherit;\" title=\"Twitter Tweet Button\" src=\"http://platform.twitter.com/widgets/tweet_button.1409007440.html#_=1409252426673&count=horizontal&id=twitter-widget-0&lang=es&original_referer=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506972%2Freferendum-escocia--cameron-defiende-ventajas-seguir-juntos%2F&size=m&text=Referendum%20Escocia%20%7C%20Cameron%20defiende%20ventajas%20de%20seguir%20juntos%20%7C%20Noticias%20del%20mundo%20%7C%20EiTB&url=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506972%2Freferendum-escocia--cameron-defiende-ventajas-seguir-juntos%2F\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" data-twttr-rendered=\"true\"></iframe></li>\r\n <li class=\"tuenti\" style=\"font-weight: inherit; font-style: inherit;\"><a class=\"tuenti-share-button\" style=\"font-weight: inherit; font-style: inherit; color: #999999;\" title=\"Compartir en Tuenti\" href=\"http://www.tuenti.com/share\"><img style=\"font-weight: inherit; font-style: inherit;\" src=\"http://tuentistatic1-a.akamaihd.net/layout/web2-Zero/images/corporate/share_button/light_es.FT6n1brCYJ.png\" alt=\"\" /></a></li>\r\n <li class=\"google_plus\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div id=\"___plusone_0\" style=\"font-weight: inherit; font-style: inherit;\"><iframe id=\"I0_1409252413998\" style=\"font-weight: inherit; font-style: inherit;\" tabindex=\"0\" title=\"+1\" src=\"https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&size=Medium&annotation=inline&width=100&hl=es&origin=http%3A%2F%2Fwww.eitb.com&url=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506972%2Freferendum-escocia--cameron-defiende-ventajas-seguir-juntos%2F&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.es.zV6FI6_FwEY.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAItRSTMOTsMpCI_Qa0SOpABhW53PA8XrwA#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh&id=I0_1409252413998&parent=http%3A%2F%2Fwww.eitb.com&pfname=&rpctoken=28603548\" name=\"I0_1409252413998\" width=\"100%\" height=\"150\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" data-gapiattached=\"true\"></iframe></div></li>\r\n <li class=\"pinterest\" style=\"font-weight: inherit; font-style: inherit;\"></li>\r\n <li class=\"linkedin\" style=\"font-weight: inherit; font-style: inherit;\"><span class=\"IN-widget\" style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><span id=\"li_ui_li_gen_1409252416194_0\" style=\"font-weight: inherit; font-style: inherit;\"><a id=\"li_ui_li_gen_1409252416194_0-link\" style=\"font-weight: inherit; font-style: inherit; color: #999999;\"></a><span id=\"li_ui_li_gen_1409252416194_0-logo\" style=\"font-weight: inherit; font-style: inherit;\">in</span><span id=\"li_ui_li_gen_1409252416194_0-title\" style=\"font-weight: inherit; font-style: inherit; color: #333333 !important;\"><span id=\"li_ui_li_gen_1409252416194_0-mark\" style=\"font-weight: inherit; font-style: inherit;\"></span><span id=\"li_ui_li_gen_1409252416194_0-title-text\" style=\"font-weight: bold !important;\">Share</span></span></span></span></span></li>\r\n <li class=\"meneame\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: bold; font-style: inherit; color: #000000;\" title=\"Enviar este artículo a Meneame\" href=\"http://www.meneame.net/submit.php?url=http://www.eitb.com/es/noticias/internacional/detalle/2506972/referendum-escocia--cameron-defiende-ventajas-seguir-juntos/&ei=UTF\" target=\"_blank\">Menéame</a></li>\r\n</ul>\r\n<p class=\"comentarios\" style=\"font-style: inherit; color: #ffffff;\"><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">Comentarios</a></p>\r\n\r\n</div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido noticias\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">NOTICIAS</strong> (3)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2497610/independencia-escocia--segundo-debate-salmond-darling/\">Alex Salmond: \'Nadie gestionará mejor Escocia que los escoceses\'</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2494638/escocia--mas-millon-escoceses-firman-independencia/\">Más de un millón de escoceses firman a favor de la independencia</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2491278/salmond-escocia-seria-pais-rico-declararse-independiente/\">Salmond: \'Escocia sería el país más rico en declararse independiente\'</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tipo_contenido links\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">MÁS INFORMACIÓN</strong>(1)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/tag/escocia/\">Referéndum Escocia 2014</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El primer ministro británico, David Cameron, defendió hoy ante dirigentes empresariales escoceses las \"grandes ventajas\" de permanecer en el Reino Unido, frente a una eventual independencia de Escocia.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Cameron, quien retomó hoy su actividad tras el descanso estival, sostuvo que la unión entre Escocia y el resto del Reino Unido es \"la mejor fusión de la historia\" y reiteró su <strong>defensa del \"no\"</strong> de cara al referéndum sobre la independencia de la región previsto para el <strong>18 de septiembre</strong>. \"Vamos a elegir una visión amplia por encima de una visión estrecha, grandes ventajas por encima de grandes incertidumbres. Vamos a permanecer juntos\", dijo Cameron en un discurso durante la cena anual de la patronal CBI en Glasgow (Escocia).</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">En la recta final de las campañas a favor y en contra de la independencia, <strong>diversas empresas con sede en Escocia han hecho pública su postura</strong> al respecto en los últimos días. Unas 200 figuras del mundo empresarial escocés firmaron hoy una carta abierta en apoyo de la separación del Reino Unido, entre ellas el presidente de la firma de transporte Stagecoach, Brian Souter, y el del grupo industrial Clyde Blowers, Jim McColl.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El escrito siguió a la carta que hicieron pública ayer 133 empresarios escoceses contrarios a la independencia, entre ellos los responsables de la compañía de alimentación Baxters, el banco HSBC y la firma de whisky propietaria de las marcas Famous Grouse y Macallan. Ante la organización empresarial CBI, el líder \"tory\" argumentó que la pertenencia el Reino Unido juega \"en favor de los intereses\" de la economía escocesa. \"Fueron las oportunidades económicas las que llevaron a unirse a nuestras naciones en 1707\", señaló el \"premier\" británico, quien subrayó que la \"prosperidad\" de ambas zonas está todavía \"íntimamente ligada\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El primer ministro afirmó que el Reino Unido es \"uno de los mercados comunes más antiguos y exitosos del mundo\" y subrayó las \"oportunidades empresariales\" que genera un mercado doméstico de más de 60 millones de personas. Puntualizó que \"Escocia hace el doble de negocio con el resto del Reino Unido que con todos los demás países del mundo. Ese comercio ayuda a mantener un millón de puestos de trabajo en Escocia\".</p>\r\n\r\n</div>','Cameron defiende ante empresarios las \'ventajas\' de seguir \'juntos\'','','inherit','open','open','','17-revision-v1','','','2014-08-28 16:02:17','2014-08-28 21:02:17','',17,'http://www.hulknoticias.com/archivos/18',0,'revision','',0),(19,1,'2014-08-28 16:02:49','2014-08-28 21:02:49','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">Los 43 efectivos fueron detenidos en las proximidades de la localidad de Al Qunaytirah, mientras que a otros 81 se vieron \'restringidos a mantenerse en sus posiciones\'.</p>\r\n\r\n<div class=\"utilidades\" style=\"color: #333333;\">\r\n<p class=\"comentarios\" style=\"font-style: inherit; color: #ffffff;\"><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">Comentarios</a></p>\r\n\r\n</div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido videos\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">VÍDEOS</strong> (1)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul class=\"listado_multimedia\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"img\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506894/video-los-yihadistas-is-ejecutan-250-soldados/\"><img style=\"font-style: inherit;\" src=\"http://imagenes1.eitb.org/multimedia/images/2014/08/28/1453434/siria_foto134x75.jpg\" alt=\"Un grupo secuestra a 43 cascos azules y el IS comete otra matanza\" width=\"134\" height=\"75\" /></a></div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506894/video-los-yihadistas-is-ejecutan-250-soldados/\">Un grupo secuestra a 43 cascos azules y el IS comete otra matanza</a></p>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La ONU ha confirmado que <strong>43 \"cascos azules\"</strong>, naturales de Fiji,<strong> han sido detenidos</strong> este jueves por un \"grupo armado\" en los Altos del Golán y a otros 81 de Filipinas se les impide desplazarse por la misma zona.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La oficina de prensa de la ONU ha subrayado que los efectivos forman parte de la <strong>Fuerza de las Naciones Unidas de Observación de la Separación en los Altos del Golán</strong>(UNDOF, en inglés), que actúa en ese lugar fronterizo entre Siria e Israel. \"Naciones Unidas está haciendo todos los esfuerzos para garantizar la puesta en libertad de los \'cascos azules\' detenidos y restablecer la total libertad de movimientos de la fuerza en su área de operaciones\", ha asegurado una nota oficial.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Los problemas suscitados con los \"cascos azules\" han surgido \"durante un período de incremento de los combates\" en la zona entre \"elementos armados\" no identificados por la ONU y fuerzas del Ejército Sirio. Los 43 efectivos de la ONU han sido detenidos en las proximidades de la localidad de Al Qunaytirah, mientras que otros 81 se han visto \"restringidos a (mantenerse en) sus posiciones\" en las cercanías de Ar Ruwayhinah y Burayqah.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El director del Observatorio Sirio de Derechos Humanos (OSDH), Rami Abderrahmán, <strong>ha acusado al yihadista Frente al Nusra</strong>, filial de Al Qaeda en Siria, de estar detrás de este secuestro.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Naciones Unidas no ha apuntado a ninguna organización en concreto, pero sí ha confirmado que \"un grupo armado\" ha retenido a 43 de sus cascos azules en la zona y que otros 81 ven impedidos sus movimientos en el área fronteriza de los Altos del Golán.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El corresponsal de la organización opositora siria Red Sham, Fadi Alasmai, ha dicho que los miembros del yihadista Frente al Nusra tienen asediados dos edificios donde se encuentran cascos azules, uno en la aldea de Briqa y el otro en Ruihina, pero que<strong> no han entrado en ellos</strong>. Además, ha añadido que miembros del \"Ejército Libre Sirio están mediando con los yihadistas\" con el objetivo de liberar a los cascos azules, pero que el Frente al Nusra \"se niega por el momento a negociar\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Stéphane Dujarric, portavoz del secretario general de la ONU, Ban Ki-moon, ha indicado que se están estableciendo contactos con diversos actores en la zona <strong>para conseguir la liberación de los retenidos</strong> y permitir la libertad de movimientos de los demás.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Se trata del <strong>tercer secuestro</strong> de oficiales de Naciones Unidas en los Altos del Golán a manos de los rebeldes sirios.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">En mayo de 2013, cuatro cascos azules filipinos de la misma misión en el Golán fueron retenidos y liberados días más tarde.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Dos meses antes, en esa misma zona, otros 21 cascos azules filipinos fueron secuestrados durante unos días también por grupos rebeldes en Deraa.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La UNDOF fue creada el 31 de mayo de 1974 a fin de supervisar el acuerdo entre Siria e Israel para la retirada de los Altos del Golán y vigilar que se mantiene el alto el fuego acordado entre las partes. Su mandato se amplió recientemente por seis meses más, hasta el 31 de diciembre de este año. A fines de julio, la fuerza de paz estaba integrada por 1.223 efectivos de seis países: Fiji, India, Irlanda, Nepal, Holanda y Filipinas.</p>\r\n\r\n</div>','La ONU confirma la detención de 43 \'cascos azules\' en Altos del Golán','','trash','open','open','','la-onu-confirma-la-detencion-de-43-cascos-azules-en-altos-del-golan','','','2014-08-28 20:50:32','2014-08-29 01:50:32','',0,'http://www.hulknoticias.com/?p=19',0,'post','',0),(28,1,'2014-08-28 16:08:43','2014-08-28 21:08:43','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">Los 43 efectivos fueron detenidos en las proximidades de la localidad de Al Qunaytirah, mientras que a otros 81 se vieron \'restringidos a mantenerse en sus posiciones\'.</p>\r\n\r\n<div class=\"utilidades\" style=\"color: #333333;\">\r\n<p class=\"comentarios\" style=\"font-style: inherit; color: #ffffff;\"><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">Comentarios</a></p>\r\n\r\n</div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido videos\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">VÍDEOS</strong> (1)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul class=\"listado_multimedia\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"img\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506894/video-los-yihadistas-is-ejecutan-250-soldados/\"><img style=\"font-style: inherit;\" src=\"http://imagenes1.eitb.org/multimedia/images/2014/08/28/1453434/siria_foto134x75.jpg\" alt=\"Un grupo secuestra a 43 cascos azules y el IS comete otra matanza\" width=\"134\" height=\"75\" /></a></div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506894/video-los-yihadistas-is-ejecutan-250-soldados/\">Un grupo secuestra a 43 cascos azules y el IS comete otra matanza</a></p>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La ONU ha confirmado que <strong>43 \"cascos azules\"</strong>, naturales de Fiji,<strong> han sido detenidos</strong> este jueves por un \"grupo armado\" en los Altos del Golán y a otros 81 de Filipinas se les impide desplazarse por la misma zona.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La oficina de prensa de la ONU ha subrayado que los efectivos forman parte de la <strong>Fuerza de las Naciones Unidas de Observación de la Separación en los Altos del Golán</strong>(UNDOF, en inglés), que actúa en ese lugar fronterizo entre Siria e Israel. \"Naciones Unidas está haciendo todos los esfuerzos para garantizar la puesta en libertad de los \'cascos azules\' detenidos y restablecer la total libertad de movimientos de la fuerza en su área de operaciones\", ha asegurado una nota oficial.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Los problemas suscitados con los \"cascos azules\" han surgido \"durante un período de incremento de los combates\" en la zona entre \"elementos armados\" no identificados por la ONU y fuerzas del Ejército Sirio. Los 43 efectivos de la ONU han sido detenidos en las proximidades de la localidad de Al Qunaytirah, mientras que otros 81 se han visto \"restringidos a (mantenerse en) sus posiciones\" en las cercanías de Ar Ruwayhinah y Burayqah.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El director del Observatorio Sirio de Derechos Humanos (OSDH), Rami Abderrahmán, <strong>ha acusado al yihadista Frente al Nusra</strong>, filial de Al Qaeda en Siria, de estar detrás de este secuestro.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Naciones Unidas no ha apuntado a ninguna organización en concreto, pero sí ha confirmado que \"un grupo armado\" ha retenido a 43 de sus cascos azules en la zona y que otros 81 ven impedidos sus movimientos en el área fronteriza de los Altos del Golán.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El corresponsal de la organización opositora siria Red Sham, Fadi Alasmai, ha dicho que los miembros del yihadista Frente al Nusra tienen asediados dos edificios donde se encuentran cascos azules, uno en la aldea de Briqa y el otro en Ruihina, pero que<strong> no han entrado en ellos</strong>. Además, ha añadido que miembros del \"Ejército Libre Sirio están mediando con los yihadistas\" con el objetivo de liberar a los cascos azules, pero que el Frente al Nusra \"se niega por el momento a negociar\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Stéphane Dujarric, portavoz del secretario general de la ONU, Ban Ki-moon, ha indicado que se están estableciendo contactos con diversos actores en la zona <strong>para conseguir la liberación de los retenidos</strong> y permitir la libertad de movimientos de los demás.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Se trata del <strong>tercer secuestro</strong> de oficiales de Naciones Unidas en los Altos del Golán a manos de los rebeldes sirios.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">En mayo de 2013, cuatro cascos azules filipinos de la misma misión en el Golán fueron retenidos y liberados días más tarde.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Dos meses antes, en esa misma zona, otros 21 cascos azules filipinos fueron secuestrados durante unos días también por grupos rebeldes en Deraa.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La UNDOF fue creada el 31 de mayo de 1974 a fin de supervisar el acuerdo entre Siria e Israel para la retirada de los Altos del Golán y vigilar que se mantiene el alto el fuego acordado entre las partes. Su mandato se amplió recientemente por seis meses más, hasta el 31 de diciembre de este año. A fines de julio, la fuerza de paz estaba integrada por 1.223 efectivos de seis países: Fiji, India, Irlanda, Nepal, Holanda y Filipinas.</p>\r\n\r\n</div>','La ONU confirma la detención de 43 \'cascos azules\' en Altos del Golán','','inherit','open','open','','19-revision-v1','','','2014-08-28 16:08:43','2014-08-28 21:08:43','',19,'http://www.hulknoticias.com/archivos/28',0,'revision','',0),(20,1,'2014-08-28 16:02:49','2014-08-28 21:02:49','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">Los 43 efectivos fueron detenidos en las proximidades de la localidad de Al Qunaytirah, mientras que a otros 81 se vieron \'restringidos a mantenerse en sus posiciones\'.</p>\r\n\r\n<ul class=\"acciones\" style=\"color: #333333;\">\r\n <li id=\"readspeaker\" class=\"escuchar\" style=\"font-weight: bold; font-style: inherit;\"><a id=\"escuchar-contenido\" accesskey=\"L\" style=\"font-weight: inherit; font-style: inherit; color: #666666;\" href=\"http://app.readspeaker.com/cgi-bin/rsent?customerid=5764&lang=es_es&readid=detalle&url=http://www.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506454%2Fsiria--detienen-43-cascos-azules-altos-golan%2F\">Escuchar la página</a></li>\r\n <li id=\"imprimir\" style=\"font-weight: bold; font-style: inherit; color: #666666;\"><input style=\"color: #666666;\" name=\"imprimir\" type=\"button\" value=\"Imprimir\" /></li>\r\n</ul>\r\n<ul class=\"utilidades\" style=\"color: #333333;\">\r\n <li class=\"compartir\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: inherit; font-style: inherit; color: #999999;\" href=\"http://www.eitb.com/es/modulo/multimedia/share/id/detalle_noticia_2506454\" rel=\"shadowbox;height=105;width=430\">Compartir</a></li>\r\n <li class=\"enviar\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: inherit; font-style: inherit; color: #999999;\" href=\"http://www.eitb.com/es/modulo/multimedia/send/id/detalle_noticia_2506454\" rel=\"shadowbox;height=185;width=430\">Enviar</a></li>\r\n</ul>\r\n<div class=\"video_noticia_2_col rs_preserve\" style=\"color: #333333;\"></div>\r\n<ul class=\"sociales_facebook\" style=\"color: #333333;\">\r\n <li class=\"facebook\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"fb-like fb_iframe_widget\" style=\"font-weight: inherit; font-style: inherit;\" data-href=\"http://www.eitb.com/es/noticias/internacional/detalle/2506454/siria--detienen-43-cascos-azules-altos-golan/\" data-send=\"true\" data-width=\"450\" data-show-faces=\"true\" data-font=\"arial\" data-action=\"recommend\"><span style=\"font-weight: inherit; font-style: inherit;\"><iframe class=\"\" style=\"font-weight: inherit; font-style: inherit;\" title=\"fb:like Facebook Social Plugin\" src=\"http://www.facebook.com/plugins/like.php?action=recommend&app_id=274805577151&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FW2xi4Tmu0YA.js%3Fversion%3D41%23cb%3Dffc0b51fc%26domain%3Dwww.eitb.com%26origin%3Dhttp%253A%252F%252Fwww.eitb.com%252Ff3303b4c7%26relation%3Dparent.parent&font=arial&href=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506454%2Fsiria--detienen-43-cascos-azules-altos-golan%2F&locale=es_ES&sdk=joey&send=true&show_faces=true&width=450\" name=\"f2036b297c\" width=\"450px\" height=\"1000px\" frameborder=\"0\" scrolling=\"no\"></iframe></span></div></li>\r\n</ul>\r\n<div class=\"utilidades\" style=\"color: #333333;\">\r\n<ul class=\"sociales\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li class=\"twitter\" style=\"font-weight: inherit; font-style: inherit;\"><iframe id=\"twitter-widget-0\" class=\"twitter-share-button twitter-tweet-button twitter-share-button twitter-count-horizontal\" style=\"font-weight: inherit; font-style: inherit;\" title=\"Twitter Tweet Button\" src=\"http://platform.twitter.com/widgets/tweet_button.1409007440.html#_=1409252426732&count=horizontal&id=twitter-widget-0&lang=es&original_referer=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506454%2Fsiria--detienen-43-cascos-azules-altos-golan%2F&size=m&text=Siria%20%7C%20Detienen%20a%2043%20cascos%20azules%20en%20los%20Altos%20del%20Gol%C3%A1n%20%7C%20Noticias%20del%20mundo%20%7C%20EiTB&url=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506454%2Fsiria--detienen-43-cascos-azules-altos-golan%2F\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" data-twttr-rendered=\"true\"></iframe></li>\r\n <li class=\"tuenti\" style=\"font-weight: inherit; font-style: inherit;\"><a class=\"tuenti-share-button\" style=\"font-weight: inherit; font-style: inherit; color: #999999;\" title=\"Compartir en Tuenti\" href=\"http://www.tuenti.com/share\"><img style=\"font-weight: inherit; font-style: inherit;\" src=\"http://tuentistatic1-a.akamaihd.net/layout/web2-Zero/images/corporate/share_button/light_es.FT6n1brCYJ.png\" alt=\"\" /></a></li>\r\n <li class=\"google_plus\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div id=\"___plusone_0\" style=\"font-weight: inherit; font-style: inherit;\"><iframe id=\"I0_1409252415508\" style=\"font-weight: inherit; font-style: inherit;\" tabindex=\"0\" title=\"+1\" src=\"https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&size=Medium&annotation=inline&width=100&hl=es&origin=http%3A%2F%2Fwww.eitb.com&url=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506454%2Fsiria--detienen-43-cascos-azules-altos-golan%2F&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.es.zV6FI6_FwEY.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAItRSTMOTsMpCI_Qa0SOpABhW53PA8XrwA#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh&id=I0_1409252415508&parent=http%3A%2F%2Fwww.eitb.com&pfname=&rpctoken=54098352\" name=\"I0_1409252415508\" width=\"100%\" height=\"150\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" data-gapiattached=\"true\"></iframe></div></li>\r\n <li class=\"pinterest\" style=\"font-weight: inherit; font-style: inherit;\"></li>\r\n <li class=\"linkedin\" style=\"font-weight: inherit; font-style: inherit;\"><span class=\"IN-widget\" style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><span id=\"li_ui_li_gen_1409252417519_0\" style=\"font-weight: inherit; font-style: inherit;\"><a id=\"li_ui_li_gen_1409252417519_0-link\" style=\"font-weight: inherit; font-style: inherit; color: #999999;\"></a><span id=\"li_ui_li_gen_1409252417519_0-logo\" style=\"font-weight: inherit; font-style: inherit;\">in</span><span id=\"li_ui_li_gen_1409252417519_0-title\" style=\"font-weight: inherit; font-style: inherit; color: #333333 !important;\"><span id=\"li_ui_li_gen_1409252417519_0-mark\" style=\"font-weight: inherit; font-style: inherit;\"></span><span id=\"li_ui_li_gen_1409252417519_0-title-text\" style=\"font-weight: bold !important;\">Share</span></span></span></span></span></li>\r\n <li class=\"meneame\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: bold; font-style: inherit; color: #000000;\" title=\"Enviar este artículo a Meneame\" href=\"http://www.meneame.net/submit.php?url=http://www.eitb.com/es/noticias/internacional/detalle/2506454/siria--detienen-43-cascos-azules-altos-golan/&ei=UTF\" target=\"_blank\">Menéame</a></li>\r\n</ul>\r\n<p class=\"comentarios\" style=\"font-style: inherit; color: #ffffff;\"><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">Comentarios</a></p>\r\n\r\n</div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido videos\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">VÍDEOS</strong> (1)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul class=\"listado_multimedia\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"img\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506894/video-los-yihadistas-is-ejecutan-250-soldados/\"><img style=\"font-style: inherit;\" src=\"http://imagenes1.eitb.org/multimedia/images/2014/08/28/1453434/siria_foto134x75.jpg\" alt=\"Un grupo secuestra a 43 cascos azules y el IS comete otra matanza\" width=\"134\" height=\"75\" /></a></div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506894/video-los-yihadistas-is-ejecutan-250-soldados/\">Un grupo secuestra a 43 cascos azules y el IS comete otra matanza</a></p>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La ONU ha confirmado que <strong>43 \"cascos azules\"</strong>, naturales de Fiji,<strong> han sido detenidos</strong> este jueves por un \"grupo armado\" en los Altos del Golán y a otros 81 de Filipinas se les impide desplazarse por la misma zona.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La oficina de prensa de la ONU ha subrayado que los efectivos forman parte de la <strong>Fuerza de las Naciones Unidas de Observación de la Separación en los Altos del Golán</strong>(UNDOF, en inglés), que actúa en ese lugar fronterizo entre Siria e Israel. \"Naciones Unidas está haciendo todos los esfuerzos para garantizar la puesta en libertad de los \'cascos azules\' detenidos y restablecer la total libertad de movimientos de la fuerza en su área de operaciones\", ha asegurado una nota oficial.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Los problemas suscitados con los \"cascos azules\" han surgido \"durante un período de incremento de los combates\" en la zona entre \"elementos armados\" no identificados por la ONU y fuerzas del Ejército Sirio. Los 43 efectivos de la ONU han sido detenidos en las proximidades de la localidad de Al Qunaytirah, mientras que otros 81 se han visto \"restringidos a (mantenerse en) sus posiciones\" en las cercanías de Ar Ruwayhinah y Burayqah.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El director del Observatorio Sirio de Derechos Humanos (OSDH), Rami Abderrahmán, <strong>ha acusado al yihadista Frente al Nusra</strong>, filial de Al Qaeda en Siria, de estar detrás de este secuestro.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Naciones Unidas no ha apuntado a ninguna organización en concreto, pero sí ha confirmado que \"un grupo armado\" ha retenido a 43 de sus cascos azules en la zona y que otros 81 ven impedidos sus movimientos en el área fronteriza de los Altos del Golán.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El corresponsal de la organización opositora siria Red Sham, Fadi Alasmai, ha dicho que los miembros del yihadista Frente al Nusra tienen asediados dos edificios donde se encuentran cascos azules, uno en la aldea de Briqa y el otro en Ruihina, pero que<strong> no han entrado en ellos</strong>. Además, ha añadido que miembros del \"Ejército Libre Sirio están mediando con los yihadistas\" con el objetivo de liberar a los cascos azules, pero que el Frente al Nusra \"se niega por el momento a negociar\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Stéphane Dujarric, portavoz del secretario general de la ONU, Ban Ki-moon, ha indicado que se están estableciendo contactos con diversos actores en la zona <strong>para conseguir la liberación de los retenidos</strong> y permitir la libertad de movimientos de los demás.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Se trata del <strong>tercer secuestro</strong> de oficiales de Naciones Unidas en los Altos del Golán a manos de los rebeldes sirios.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">En mayo de 2013, cuatro cascos azules filipinos de la misma misión en el Golán fueron retenidos y liberados días más tarde.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Dos meses antes, en esa misma zona, otros 21 cascos azules filipinos fueron secuestrados durante unos días también por grupos rebeldes en Deraa.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La UNDOF fue creada el 31 de mayo de 1974 a fin de supervisar el acuerdo entre Siria e Israel para la retirada de los Altos del Golán y vigilar que se mantiene el alto el fuego acordado entre las partes. Su mandato se amplió recientemente por seis meses más, hasta el 31 de diciembre de este año. A fines de julio, la fuerza de paz estaba integrada por 1.223 efectivos de seis países: Fiji, India, Irlanda, Nepal, Holanda y Filipinas.</p>\r\n\r\n</div>','La ONU confirma la detención de 43 \'cascos azules\' en Altos del Golán','','inherit','open','open','','19-revision-v1','','','2014-08-28 16:02:49','2014-08-28 21:02:49','',19,'http://www.hulknoticias.com/archivos/20',0,'revision','',0),(21,1,'2014-08-28 16:03:20','2014-08-28 21:03:20','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">Rusia niega la presencia de sus unidades militares en territorio ucraniano; la Unión Europea le pide que ponga fin a las hostilidades.</p>\r\n\r\n<ul class=\"sociales\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li class=\"twitter\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">me</a></li>\r\n</ul>\r\n<div class=\"utilidades\" style=\"color: #333333;\"></div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido noticias\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">NOTICIAS</strong> (3)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2503996/crisis-ucrania--kiev-descarta-alto-fuego/\">Ucrania descarta un pronto alto el fuego en el este del país</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2501204/ucrania-rusia--declaraciones-putin-poroshenko/\">Putin: \'La escalada militar no resolverá la crisis en Ucrania\'</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2499246/poroshenko-disuelve-parlamento-facilitar-elecciones/\">Poroshenko disuelve el Parlamento para facilitar las elecciones</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tipo_contenido videos\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">VÍDEOS</strong> (1)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul class=\"listado_multimedia\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"img\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506948/video-poroshenko-denuncia-invasion-militar-rusa/\"><img style=\"font-style: inherit;\" src=\"http://imagenes1.eitb.org/multimedia/images/2014/08/28/1453706/petro-poroshenko_foto134x75.jpg\" alt=\"Petró Poroshenko ha denunciado una invasión militar\" width=\"134\" height=\"75\" /></a></div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506948/video-poroshenko-denuncia-invasion-militar-rusa/\">Petró Poroshenko ha denunciado una invasión militar</a></p>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Ucrania ha denunciado hoy que la ciudad de Novoazovsk, en el este del país y fronteriza con Rusia, fue tomada ayer por <strong>dos columnas de blindados rusos</strong> previo cañoneo de las posiciones ucranianas con misiles \"Grad\" desde territorio del país vecino.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El mando ucraniano \"ordenó el repliegue de las unidades militares, del Ministerio de Interior y de la Guardia Fronteriza desde Novoazovsk con el objetivo de conservar la vida de los soldados ucranianos y reagrupar las fuerzas y medios\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El Consejo de Seguridad Nacional y Defensa de Ucrania (CSND) va más allá y <strong>denuncia una intervención de las tropas regulares rusas</strong> prácticamente en todos los frentes donde aún resisten y combaten los rebeldes.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"En la última semana, las unidades de milicianos locales y cosacos en las ciudades de Lugansk, Krasnodón y Antratsit han sido reemplazadas por tropas regulares del ejército ruso\", ha denunciado el CSND.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El presidente ucraniano Petro Poroshenko ha denunciado hoy \"el despliegue de tropas rusas en Ucrania\", argumentando que tropas regulares rusas con armamento pesado han entrado en territorio ucraniano, aunque ha asegurado que la situación militar en el este del país es \"controlable\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Entraron columnas con técnica militar pesada, una gran partida de armas y tropas de unidades regulares de la Federación Rusa\", ha dicho Poroshenko en la reunión urgente del Consejo de Seguridad Nacional y Defensa de Ucrania. \"El mundo debe hacer una valoración sobre el repentino agravamiento de la situación\", ha dicho.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><b><span style=\"font-weight: inherit; font-style: inherit;\">La OTAN calcula que hay más de mil soldados rusos combatiendo en Ucrania</span></b></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La OTAN calcula que hay \"más de mil\" soldados rusos dentro de Ucrania combatiendo del lado de los separatistas prorrusos en el este del país.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La OTAN estima que \"hay bastante más de mil soldados rusos que apoyan a los separatistas y luchan junto a ellos\" e individualmente contra las tropas ucranianas, ha señalado una fuente de la organización, bajo condición de anonimato.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Ha indicado, además, que el suministro de armas por parte de Rusia a los rebeldes ha aumentado tanto en \"volumen como en calidad\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><img style=\"font-weight: inherit; font-style: inherit;\" title=\"soldados rusos soldadu errusiarrak Errusian muga ondoan ucrania ukraina EFE\" src=\"http://www.eitb.com/multimedia/images/2014/08/15/1447440/635436920816690984w_original_imagen.jpg\" alt=\"soldados rusos soldadu errusiarrak Errusian muga ondoan ucrania ukraina EFE\" width=\"585\" height=\"330\" /></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La OTAN basa sus afirmaciones en nuevas imágenes de satélite difundidas hoy por el cuartel de mando de las operaciones aliadas en Mons (sur de Bélgica), SHAPE, y tomadas \"a finales de agosto\", que \"muestran fuerzas de combate rusas participando en operaciones militares dentro del territorio soberano de Ucrania\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">También aparecen unidades de artillería autopropulsadas trasladándose en formación de convoy por campos ucranianos y después \"preparándose para la acción, al establecer posiciones de fuego en el área de Krasnodón\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"En las últimas dos semanas hemos notado una importante escalada tanto en el nivel como la sofisticación de la interferencia militar rusa en Ucrania\", afirma la fuente.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><strong>Los embajadores de la OTAN se reunirán mañana</strong> para analizar la situación en Ucrania, después de las informaciones de la propia Alianza y de Kiev sobre la presencia de soldados rusos en Ucrania, han informado fuentes diplomáticas.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La cita del Consejo del Atlántico Norte, máximo órgano decisorio de la Alianza, será a primera hora de la mañana y a ella le seguirá una reunión de la Comisión OTAN-Ucrania, a petición del embajador de Ucrania, Ihor Dolhov, han explicado las fuentes.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Rusia niega su presencia en Ucrania</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El Ministerio de Defensa de Rusia <strong>ha negado hoy la presencia de sus unidades militares en territorio de Ucrania</strong>, como ha denunciado el presidente ucraniano, Petro Poroshenko, y la OTAN.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"La información no tiene nada que ver con la realidad\", ha asegurado el general Ígor Konashenkov. El general ruso <strong>ha tachado de \"farol\" </strong>la información sobre la supuesta lista de agrupaciones militares rusas que luchan en las regiones ucranianas de Donetsk y Lugansk, escenario de combates entre fuerzas gubernamentales y separatistas prorrusos.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Ha reconoció que la mayoría de las unidades rusas participan actualmente en maniobras tácticas lejos de sus habituales bases de emplazamiento, pero ha calificado esa situación de \"normal\" para cualquier Ejército.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Reunión urgente de la ONU</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El Consejo de Seguridad de la ONU<strong> se reune en una sesión de urgencia</strong> hoy para analizar la crisis de Ucrania a partir de una petición cursada por la representación ucraniana, según ha confirmado la oficina de prensa de Naciones Unidas.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La solicitud fue respaldada por Lituania, que ocupa un puesto no permanente en el consejo.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El consejo se reúne en medio de denuncias de Ucrania de que tropas rusas han entrado en su territorio, algo que ha negado el Kremlin.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El embajador ucraniano ante la ONU, Yuriry Sergeyev, sostiene que se solicita la reunión a causa del \"deterioro de la situación\" en su país y las \"amenazas a la integridad territorial\" de esa nación.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">También pide que se le permita participar en el Consejo de Seguridad para hacer una declaración.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>La Unión Europea pide a Rusia que ponga fin a las hostilidades</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La Unión Europea ha mostrado una gran preocupación por la presencia de <strong>tropas rusas en el este de Ucrania</strong> y ha instado de nuevo a Rusia a poner fin \"inmediato\" a toda forma de <strong>hostilidades fronterizas</strong>, incluido el envío de personal militar a Ucrania.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Obviamente estamos extremadamente preocupados por los últimos acontecimientos, por las informaciones que estamos viendo sobre lo que está ocurriendo sobre el terreno\", ha manifestado en rueda de prensa Maja Kocijancic, portavoz de la Alta Representante de Política Exterior y de Seguridad Común de la UE.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Reiteramos nuestro llamamiento a Rusia para que ponga fin de inmediato a cualquier forma de hostilidades fronterizas. Esto obviamente incluye el flujo de armas, equipos y personal militar de Rusia a Ucrania\", ha apostillado la portavoz de Catherine Ashton.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La UE ha reiterado la <strong>necesidad \"urgente\" de buscar una solución a la crisis</strong> en la exrepública soviética que garantice el \"pleno respeto\" de la soberanía e integridad territorial de Ucrania.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Los jefes de Estado y de Gobierno de la UE discutirán \"todos los últimos acontecimientos\" en Ucrania en la cumbre extraordinaria del sábado en Bruselas.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Más de 100 soldados rusos murieron el 13 de agosto</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Más de cien soldados rusos murieron en un combate el pasado 13 de agosto en el este de Ucrania, según han informado este jueves dos miembros del Consejo de Derechos Humanos del presidente ruso, Vladimir Putin, que citan a testigos y familiares de los fallecidos.</p>\r\n\r\n</div>','Kiev confirma la entrada de tropas regulares rusas en Ucrania','','trash','open','open','','kiev-confirma-la-entrada-de-tropas-regulares-rusas-en-ucrania','','','2014-08-28 20:50:32','2014-08-29 01:50:32','',0,'http://www.hulknoticias.com/?p=21',0,'post','',0),(27,1,'2014-08-28 16:07:43','2014-08-28 21:07:43','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">Rusia niega la presencia de sus unidades militares en territorio ucraniano; la Unión Europea le pide que ponga fin a las hostilidades.</p>\r\n\r\n<ul class=\"sociales\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li class=\"twitter\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">me</a></li>\r\n</ul>\r\n<div class=\"utilidades\" style=\"color: #333333;\"></div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido noticias\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">NOTICIAS</strong> (3)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2503996/crisis-ucrania--kiev-descarta-alto-fuego/\">Ucrania descarta un pronto alto el fuego en el este del país</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2501204/ucrania-rusia--declaraciones-putin-poroshenko/\">Putin: \'La escalada militar no resolverá la crisis en Ucrania\'</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2499246/poroshenko-disuelve-parlamento-facilitar-elecciones/\">Poroshenko disuelve el Parlamento para facilitar las elecciones</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tipo_contenido videos\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">VÍDEOS</strong> (1)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul class=\"listado_multimedia\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"img\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506948/video-poroshenko-denuncia-invasion-militar-rusa/\"><img style=\"font-style: inherit;\" src=\"http://imagenes1.eitb.org/multimedia/images/2014/08/28/1453706/petro-poroshenko_foto134x75.jpg\" alt=\"Petró Poroshenko ha denunciado una invasión militar\" width=\"134\" height=\"75\" /></a></div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506948/video-poroshenko-denuncia-invasion-militar-rusa/\">Petró Poroshenko ha denunciado una invasión militar</a></p>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Ucrania ha denunciado hoy que la ciudad de Novoazovsk, en el este del país y fronteriza con Rusia, fue tomada ayer por <strong>dos columnas de blindados rusos</strong> previo cañoneo de las posiciones ucranianas con misiles \"Grad\" desde territorio del país vecino.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El mando ucraniano \"ordenó el repliegue de las unidades militares, del Ministerio de Interior y de la Guardia Fronteriza desde Novoazovsk con el objetivo de conservar la vida de los soldados ucranianos y reagrupar las fuerzas y medios\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El Consejo de Seguridad Nacional y Defensa de Ucrania (CSND) va más allá y <strong>denuncia una intervención de las tropas regulares rusas</strong> prácticamente en todos los frentes donde aún resisten y combaten los rebeldes.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"En la última semana, las unidades de milicianos locales y cosacos en las ciudades de Lugansk, Krasnodón y Antratsit han sido reemplazadas por tropas regulares del ejército ruso\", ha denunciado el CSND.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El presidente ucraniano Petro Poroshenko ha denunciado hoy \"el despliegue de tropas rusas en Ucrania\", argumentando que tropas regulares rusas con armamento pesado han entrado en territorio ucraniano, aunque ha asegurado que la situación militar en el este del país es \"controlable\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Entraron columnas con técnica militar pesada, una gran partida de armas y tropas de unidades regulares de la Federación Rusa\", ha dicho Poroshenko en la reunión urgente del Consejo de Seguridad Nacional y Defensa de Ucrania. \"El mundo debe hacer una valoración sobre el repentino agravamiento de la situación\", ha dicho.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><b><span style=\"font-weight: inherit; font-style: inherit;\">La OTAN calcula que hay más de mil soldados rusos combatiendo en Ucrania</span></b></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La OTAN calcula que hay \"más de mil\" soldados rusos dentro de Ucrania combatiendo del lado de los separatistas prorrusos en el este del país.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La OTAN estima que \"hay bastante más de mil soldados rusos que apoyan a los separatistas y luchan junto a ellos\" e individualmente contra las tropas ucranianas, ha señalado una fuente de la organización, bajo condición de anonimato.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Ha indicado, además, que el suministro de armas por parte de Rusia a los rebeldes ha aumentado tanto en \"volumen como en calidad\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><img style=\"font-weight: inherit; font-style: inherit;\" title=\"soldados rusos soldadu errusiarrak Errusian muga ondoan ucrania ukraina EFE\" src=\"http://www.eitb.com/multimedia/images/2014/08/15/1447440/635436920816690984w_original_imagen.jpg\" alt=\"soldados rusos soldadu errusiarrak Errusian muga ondoan ucrania ukraina EFE\" width=\"585\" height=\"330\" /></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La OTAN basa sus afirmaciones en nuevas imágenes de satélite difundidas hoy por el cuartel de mando de las operaciones aliadas en Mons (sur de Bélgica), SHAPE, y tomadas \"a finales de agosto\", que \"muestran fuerzas de combate rusas participando en operaciones militares dentro del territorio soberano de Ucrania\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">También aparecen unidades de artillería autopropulsadas trasladándose en formación de convoy por campos ucranianos y después \"preparándose para la acción, al establecer posiciones de fuego en el área de Krasnodón\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"En las últimas dos semanas hemos notado una importante escalada tanto en el nivel como la sofisticación de la interferencia militar rusa en Ucrania\", afirma la fuente.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><strong>Los embajadores de la OTAN se reunirán mañana</strong> para analizar la situación en Ucrania, después de las informaciones de la propia Alianza y de Kiev sobre la presencia de soldados rusos en Ucrania, han informado fuentes diplomáticas.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La cita del Consejo del Atlántico Norte, máximo órgano decisorio de la Alianza, será a primera hora de la mañana y a ella le seguirá una reunión de la Comisión OTAN-Ucrania, a petición del embajador de Ucrania, Ihor Dolhov, han explicado las fuentes.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Rusia niega su presencia en Ucrania</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El Ministerio de Defensa de Rusia <strong>ha negado hoy la presencia de sus unidades militares en territorio de Ucrania</strong>, como ha denunciado el presidente ucraniano, Petro Poroshenko, y la OTAN.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"La información no tiene nada que ver con la realidad\", ha asegurado el general Ígor Konashenkov. El general ruso <strong>ha tachado de \"farol\" </strong>la información sobre la supuesta lista de agrupaciones militares rusas que luchan en las regiones ucranianas de Donetsk y Lugansk, escenario de combates entre fuerzas gubernamentales y separatistas prorrusos.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Ha reconoció que la mayoría de las unidades rusas participan actualmente en maniobras tácticas lejos de sus habituales bases de emplazamiento, pero ha calificado esa situación de \"normal\" para cualquier Ejército.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Reunión urgente de la ONU</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El Consejo de Seguridad de la ONU<strong> se reune en una sesión de urgencia</strong> hoy para analizar la crisis de Ucrania a partir de una petición cursada por la representación ucraniana, según ha confirmado la oficina de prensa de Naciones Unidas.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La solicitud fue respaldada por Lituania, que ocupa un puesto no permanente en el consejo.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El consejo se reúne en medio de denuncias de Ucrania de que tropas rusas han entrado en su territorio, algo que ha negado el Kremlin.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El embajador ucraniano ante la ONU, Yuriry Sergeyev, sostiene que se solicita la reunión a causa del \"deterioro de la situación\" en su país y las \"amenazas a la integridad territorial\" de esa nación.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">También pide que se le permita participar en el Consejo de Seguridad para hacer una declaración.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>La Unión Europea pide a Rusia que ponga fin a las hostilidades</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La Unión Europea ha mostrado una gran preocupación por la presencia de <strong>tropas rusas en el este de Ucrania</strong> y ha instado de nuevo a Rusia a poner fin \"inmediato\" a toda forma de <strong>hostilidades fronterizas</strong>, incluido el envío de personal militar a Ucrania.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Obviamente estamos extremadamente preocupados por los últimos acontecimientos, por las informaciones que estamos viendo sobre lo que está ocurriendo sobre el terreno\", ha manifestado en rueda de prensa Maja Kocijancic, portavoz de la Alta Representante de Política Exterior y de Seguridad Común de la UE.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Reiteramos nuestro llamamiento a Rusia para que ponga fin de inmediato a cualquier forma de hostilidades fronterizas. Esto obviamente incluye el flujo de armas, equipos y personal militar de Rusia a Ucrania\", ha apostillado la portavoz de Catherine Ashton.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La UE ha reiterado la <strong>necesidad \"urgente\" de buscar una solución a la crisis</strong> en la exrepública soviética que garantice el \"pleno respeto\" de la soberanía e integridad territorial de Ucrania.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Los jefes de Estado y de Gobierno de la UE discutirán \"todos los últimos acontecimientos\" en Ucrania en la cumbre extraordinaria del sábado en Bruselas.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Más de 100 soldados rusos murieron el 13 de agosto</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Más de cien soldados rusos murieron en un combate el pasado 13 de agosto en el este de Ucrania, según han informado este jueves dos miembros del Consejo de Derechos Humanos del presidente ruso, Vladimir Putin, que citan a testigos y familiares de los fallecidos.</p>\r\n\r\n</div>','Kiev confirma la entrada de tropas regulares rusas en Ucrania','','inherit','open','open','','21-revision-v1','','','2014-08-28 16:07:43','2014-08-28 21:07:43','',21,'http://www.hulknoticias.com/archivos/27',0,'revision','',0),(22,1,'2014-08-28 16:03:20','2014-08-28 21:03:20','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">Rusia niega la presencia de sus unidades militares en territorio ucraniano; la Unión Europea le pide que ponga fin a las hostilidades.</p>\r\n\r\n<ul class=\"acciones\" style=\"color: #333333;\">\r\n <li id=\"readspeaker\" class=\"escuchar\" style=\"font-weight: bold; font-style: inherit;\"><a id=\"escuchar-contenido\" accesskey=\"L\" style=\"font-weight: inherit; font-style: inherit; color: #666666;\" href=\"http://app.readspeaker.com/cgi-bin/rsent?customerid=5764&lang=es_es&readid=detalle&url=http://www.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2505980%2Fucrania--kiev-denuncia-entrada-blindados-rusos-ucrania%2F\">Escuchar la página</a></li>\r\n <li id=\"imprimir\" style=\"font-weight: bold; font-style: inherit; color: #666666;\"><input style=\"color: #666666;\" name=\"imprimir\" type=\"button\" value=\"Imprimir\" /></li>\r\n</ul>\r\n<ul class=\"utilidades\" style=\"color: #333333;\">\r\n <li class=\"compartir\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: inherit; font-style: inherit; color: #999999;\" href=\"http://www.eitb.com/es/modulo/multimedia/share/id/detalle_noticia_2505980\" rel=\"shadowbox;height=105;width=430\">Compartir</a></li>\r\n <li class=\"enviar\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: inherit; font-style: inherit; color: #999999;\" href=\"http://www.eitb.com/es/modulo/multimedia/send/id/detalle_noticia_2505980\" rel=\"shadowbox;height=185;width=430\">Enviar</a></li>\r\n</ul>\r\n<div class=\"video_noticia_2_col rs_preserve\" style=\"color: #333333;\"></div>\r\n<ul class=\"sociales_facebook\" style=\"color: #333333;\">\r\n <li class=\"facebook\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"fb-like fb_iframe_widget\" style=\"font-weight: inherit; font-style: inherit;\" data-href=\"http://www.eitb.com/es/noticias/internacional/detalle/2505980/ucrania--kiev-denuncia-entrada-blindados-rusos-ucrania/\" data-send=\"true\" data-width=\"450\" data-show-faces=\"true\" data-font=\"arial\" data-action=\"recommend\"><span style=\"font-weight: inherit; font-style: inherit;\"><iframe class=\"\" style=\"font-weight: inherit; font-style: inherit;\" title=\"fb:like Facebook Social Plugin\" src=\"http://www.facebook.com/plugins/like.php?action=recommend&app_id=274805577151&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FW2xi4Tmu0YA.js%3Fversion%3D41%23cb%3Df327bc480%26domain%3Dwww.eitb.com%26origin%3Dhttp%253A%252F%252Fwww.eitb.com%252Ff203f3aae8%26relation%3Dparent.parent&font=arial&href=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2505980%2Fucrania--kiev-denuncia-entrada-blindados-rusos-ucrania%2F&locale=es_ES&sdk=joey&send=true&show_faces=true&width=450\" name=\"f34e1bf84\" width=\"450px\" height=\"1000px\" frameborder=\"0\" scrolling=\"no\"></iframe></span></div></li>\r\n</ul>\r\n<div class=\"utilidades\" style=\"color: #333333;\">\r\n<ul class=\"sociales\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li class=\"twitter\" style=\"font-weight: inherit; font-style: inherit;\"><iframe id=\"twitter-widget-0\" class=\"twitter-share-button twitter-tweet-button twitter-share-button twitter-count-horizontal\" style=\"font-weight: inherit; font-style: inherit;\" title=\"Twitter Tweet Button\" src=\"http://platform.twitter.com/widgets/tweet_button.1409007440.html#_=1409252423607&count=horizontal&id=twitter-widget-0&lang=es&original_referer=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2505980%2Fucrania--kiev-denuncia-entrada-blindados-rusos-ucrania%2F&size=m&text=Ucrania%20%7C%20Kiev%20denuncia%20la%20entrada%20de%20blindados%20rusos%20en%20Ucrania%20%7C%20Noticias%20del%20mundo%20%7C%20EiTB&url=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2505980%2Fucrania--kiev-denuncia-entrada-blindados-rusos-ucrania%2F\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" data-twttr-rendered=\"true\"></iframe></li>\r\n <li class=\"tuenti\" style=\"font-weight: inherit; font-style: inherit;\"><a class=\"tuenti-share-button\" style=\"font-weight: inherit; font-style: inherit; color: #999999;\" title=\"Compartir en Tuenti\" href=\"http://www.tuenti.com/share\"><img style=\"font-weight: inherit; font-style: inherit;\" src=\"http://tuentistatic1-a.akamaihd.net/layout/web2-Zero/images/corporate/share_button/light_es.FT6n1brCYJ.png\" alt=\"\" /></a></li>\r\n <li class=\"google_plus\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div id=\"___plusone_0\" style=\"font-weight: inherit; font-style: inherit;\"><iframe id=\"I0_1409252418655\" style=\"font-weight: inherit; font-style: inherit;\" tabindex=\"0\" title=\"+1\" src=\"https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&size=Medium&annotation=inline&width=100&hl=es&origin=http%3A%2F%2Fwww.eitb.com&url=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2505980%2Fucrania--kiev-denuncia-entrada-blindados-rusos-ucrania%2F&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.es.zV6FI6_FwEY.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAItRSTMOTsMpCI_Qa0SOpABhW53PA8XrwA#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh&id=I0_1409252418655&parent=http%3A%2F%2Fwww.eitb.com&pfname=&rpctoken=30989246\" name=\"I0_1409252418655\" width=\"100%\" height=\"150\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" data-gapiattached=\"true\"></iframe></div></li>\r\n <li class=\"pinterest\" style=\"font-weight: inherit; font-style: inherit;\"></li>\r\n <li class=\"linkedin\" style=\"font-weight: inherit; font-style: inherit;\"><span class=\"IN-widget\" style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><span id=\"li_ui_li_gen_1409252419733_0\" style=\"font-weight: inherit; font-style: inherit;\"><a id=\"li_ui_li_gen_1409252419733_0-link\" style=\"font-weight: inherit; font-style: inherit; color: #999999;\"></a><span id=\"li_ui_li_gen_1409252419733_0-logo\" style=\"font-weight: inherit; font-style: inherit;\">in</span><span id=\"li_ui_li_gen_1409252419733_0-title\" style=\"font-weight: inherit; font-style: inherit; color: #333333 !important;\"><span id=\"li_ui_li_gen_1409252419733_0-mark\" style=\"font-weight: inherit; font-style: inherit;\"></span><span id=\"li_ui_li_gen_1409252419733_0-title-text\" style=\"font-weight: bold !important;\">Share</span></span></span></span><span style=\"font-weight: inherit; font-style: inherit;\"><span id=\"li_ui_li_gen_1409252419786_1-container\" class=\"IN-right\" style=\"font-weight: inherit; font-style: inherit;\"><span id=\"li_ui_li_gen_1409252419786_1\" class=\"IN-right\" style=\"font-weight: inherit; font-style: inherit;\"><span id=\"li_ui_li_gen_1409252419786_1-inner\" class=\"IN-right\" style=\"font-weight: inherit; font-style: inherit;\"><span id=\"li_ui_li_gen_1409252419786_1-content\" class=\"IN-right\" style=\"font-weight: bold !important; font-style: inherit; color: #04558b !important;\">1</span></span></span></span></span></span></li>\r\n <li class=\"meneame\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: bold; font-style: inherit; color: #000000;\" title=\"Enviar este artículo a Meneame\" href=\"http://www.meneame.net/submit.php?url=http://www.eitb.com/es/noticias/internacional/detalle/2505980/ucrania--kiev-denuncia-entrada-blindados-rusos-ucrania/&ei=UTF\" target=\"_blank\">Menéame</a></li>\r\n</ul>\r\n<p class=\"comentarios\" style=\"font-style: inherit; color: #ffffff;\"><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">Comentarios</a></p>\r\n\r\n</div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido noticias\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">NOTICIAS</strong> (3)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2503996/crisis-ucrania--kiev-descarta-alto-fuego/\">Ucrania descarta un pronto alto el fuego en el este del país</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2501204/ucrania-rusia--declaraciones-putin-poroshenko/\">Putin: \'La escalada militar no resolverá la crisis en Ucrania\'</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2499246/poroshenko-disuelve-parlamento-facilitar-elecciones/\">Poroshenko disuelve el Parlamento para facilitar las elecciones</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n<div class=\"tipo_contenido videos\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">VÍDEOS</strong> (1)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul class=\"listado_multimedia\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"img\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506948/video-poroshenko-denuncia-invasion-militar-rusa/\"><img style=\"font-style: inherit;\" src=\"http://imagenes1.eitb.org/multimedia/images/2014/08/28/1453706/petro-poroshenko_foto134x75.jpg\" alt=\"Petró Poroshenko ha denunciado una invasión militar\" width=\"134\" height=\"75\" /></a></div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/videos/detalle/2506948/video-poroshenko-denuncia-invasion-militar-rusa/\">Petró Poroshenko ha denunciado una invasión militar</a></p>\r\n</li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Ucrania ha denunciado hoy que la ciudad de Novoazovsk, en el este del país y fronteriza con Rusia, fue tomada ayer por <strong>dos columnas de blindados rusos</strong> previo cañoneo de las posiciones ucranianas con misiles \"Grad\" desde territorio del país vecino.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El mando ucraniano \"ordenó el repliegue de las unidades militares, del Ministerio de Interior y de la Guardia Fronteriza desde Novoazovsk con el objetivo de conservar la vida de los soldados ucranianos y reagrupar las fuerzas y medios\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El Consejo de Seguridad Nacional y Defensa de Ucrania (CSND) va más allá y <strong>denuncia una intervención de las tropas regulares rusas</strong> prácticamente en todos los frentes donde aún resisten y combaten los rebeldes.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"En la última semana, las unidades de milicianos locales y cosacos en las ciudades de Lugansk, Krasnodón y Antratsit han sido reemplazadas por tropas regulares del ejército ruso\", ha denunciado el CSND.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El presidente ucraniano Petro Poroshenko ha denunciado hoy \"el despliegue de tropas rusas en Ucrania\", argumentando que tropas regulares rusas con armamento pesado han entrado en territorio ucraniano, aunque ha asegurado que la situación militar en el este del país es \"controlable\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Entraron columnas con técnica militar pesada, una gran partida de armas y tropas de unidades regulares de la Federación Rusa\", ha dicho Poroshenko en la reunión urgente del Consejo de Seguridad Nacional y Defensa de Ucrania. \"El mundo debe hacer una valoración sobre el repentino agravamiento de la situación\", ha dicho.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><b><span style=\"font-weight: inherit; font-style: inherit;\">La OTAN calcula que hay más de mil soldados rusos combatiendo en Ucrania</span></b></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La OTAN calcula que hay \"más de mil\" soldados rusos dentro de Ucrania combatiendo del lado de los separatistas prorrusos en el este del país.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La OTAN estima que \"hay bastante más de mil soldados rusos que apoyan a los separatistas y luchan junto a ellos\" e individualmente contra las tropas ucranianas, ha señalado una fuente de la organización, bajo condición de anonimato.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Ha indicado, además, que el suministro de armas por parte de Rusia a los rebeldes ha aumentado tanto en \"volumen como en calidad\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><img style=\"font-weight: inherit; font-style: inherit;\" title=\"soldados rusos soldadu errusiarrak Errusian muga ondoan ucrania ukraina EFE\" src=\"http://www.eitb.com/multimedia/images/2014/08/15/1447440/635436920816690984w_original_imagen.jpg\" alt=\"soldados rusos soldadu errusiarrak Errusian muga ondoan ucrania ukraina EFE\" width=\"585\" height=\"330\" /></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La OTAN basa sus afirmaciones en nuevas imágenes de satélite difundidas hoy por el cuartel de mando de las operaciones aliadas en Mons (sur de Bélgica), SHAPE, y tomadas \"a finales de agosto\", que \"muestran fuerzas de combate rusas participando en operaciones militares dentro del territorio soberano de Ucrania\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">También aparecen unidades de artillería autopropulsadas trasladándose en formación de convoy por campos ucranianos y después \"preparándose para la acción, al establecer posiciones de fuego en el área de Krasnodón\".</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"En las últimas dos semanas hemos notado una importante escalada tanto en el nivel como la sofisticación de la interferencia militar rusa en Ucrania\", afirma la fuente.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><strong>Los embajadores de la OTAN se reunirán mañana</strong> para analizar la situación en Ucrania, después de las informaciones de la propia Alianza y de Kiev sobre la presencia de soldados rusos en Ucrania, han informado fuentes diplomáticas.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La cita del Consejo del Atlántico Norte, máximo órgano decisorio de la Alianza, será a primera hora de la mañana y a ella le seguirá una reunión de la Comisión OTAN-Ucrania, a petición del embajador de Ucrania, Ihor Dolhov, han explicado las fuentes.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Rusia niega su presencia en Ucrania</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El Ministerio de Defensa de Rusia <strong>ha negado hoy la presencia de sus unidades militares en territorio de Ucrania</strong>, como ha denunciado el presidente ucraniano, Petro Poroshenko, y la OTAN.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"La información no tiene nada que ver con la realidad\", ha asegurado el general Ígor Konashenkov. El general ruso <strong>ha tachado de \"farol\" </strong>la información sobre la supuesta lista de agrupaciones militares rusas que luchan en las regiones ucranianas de Donetsk y Lugansk, escenario de combates entre fuerzas gubernamentales y separatistas prorrusos.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Ha reconoció que la mayoría de las unidades rusas participan actualmente en maniobras tácticas lejos de sus habituales bases de emplazamiento, pero ha calificado esa situación de \"normal\" para cualquier Ejército.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Reunión urgente de la ONU</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El Consejo de Seguridad de la ONU<strong> se reune en una sesión de urgencia</strong> hoy para analizar la crisis de Ucrania a partir de una petición cursada por la representación ucraniana, según ha confirmado la oficina de prensa de Naciones Unidas.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La solicitud fue respaldada por Lituania, que ocupa un puesto no permanente en el consejo.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El consejo se reúne en medio de denuncias de Ucrania de que tropas rusas han entrado en su territorio, algo que ha negado el Kremlin.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El embajador ucraniano ante la ONU, Yuriry Sergeyev, sostiene que se solicita la reunión a causa del \"deterioro de la situación\" en su país y las \"amenazas a la integridad territorial\" de esa nación.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">También pide que se le permita participar en el Consejo de Seguridad para hacer una declaración.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>La Unión Europea pide a Rusia que ponga fin a las hostilidades</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La Unión Europea ha mostrado una gran preocupación por la presencia de <strong>tropas rusas en el este de Ucrania</strong> y ha instado de nuevo a Rusia a poner fin \"inmediato\" a toda forma de <strong>hostilidades fronterizas</strong>, incluido el envío de personal militar a Ucrania.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Obviamente estamos extremadamente preocupados por los últimos acontecimientos, por las informaciones que estamos viendo sobre lo que está ocurriendo sobre el terreno\", ha manifestado en rueda de prensa Maja Kocijancic, portavoz de la Alta Representante de Política Exterior y de Seguridad Común de la UE.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Reiteramos nuestro llamamiento a Rusia para que ponga fin de inmediato a cualquier forma de hostilidades fronterizas. Esto obviamente incluye el flujo de armas, equipos y personal militar de Rusia a Ucrania\", ha apostillado la portavoz de Catherine Ashton.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">La UE ha reiterado la <strong>necesidad \"urgente\" de buscar una solución a la crisis</strong> en la exrepública soviética que garantice el \"pleno respeto\" de la soberanía e integridad territorial de Ucrania.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Los jefes de Estado y de Gobierno de la UE discutirán \"todos los últimos acontecimientos\" en Ucrania en la cumbre extraordinaria del sábado en Bruselas.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Más de 100 soldados rusos murieron el 13 de agosto</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Más de cien soldados rusos murieron en un combate el pasado 13 de agosto en el este de Ucrania, según han informado este jueves dos miembros del Consejo de Derechos Humanos del presidente ruso, Vladimir Putin, que citan a testigos y familiares de los fallecidos.</p>\r\n\r\n</div>','Kiev confirma la entrada de tropas regulares rusas en Ucrania','','inherit','open','open','','21-revision-v1','','','2014-08-28 16:03:20','2014-08-28 21:03:20','',21,'http://www.hulknoticias.com/archivos/22',0,'revision','',0),(23,1,'2014-08-28 16:03:46','2014-08-28 21:03:46','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">En las próximas horas, el nuevo jefe de Estado va a encargar la formación de un nuevo Gobierno al hasta ahora ministro de Exteriores, Ahmet Davutoglu, que sustituye a Erdogan al frente del Ejecutivo</p>\r\n\r\n<div class=\"galeria_fotos_2_col rs_preserve\" style=\"color: #333333;\">\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><img style=\"font-weight: inherit; font-style: inherit;\" title=\"Recep Tayyip Erdogan, a la derecha, saluda a Ahmet Davutoglu. Foto: EFE.\" src=\"http://www.eitb.com/multimedia/images/2014/08/28/1453464/erdogan-davutoglu-turkia-EFE_foto610x342.jpg\" alt=\"Recep Tayyip Erdogan, a la derecha, saluda a Ahmet Davutoglu. Foto: EFE.\" width=\"610\" height=\"342\" /><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">omentarios</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido noticias\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">NOTICIAS</strong> (2)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2470508/turquia--erdogan-gana-elecciones-primera-vuelta/\">Erdogan gana las elecciones y será presidente de Turquía</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2469458/elecciones-turquia-erdogan--elecciones-presidenciales-turquia-/\">Turquía elige por primera vez a su presidente por voto popular</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El islamista <strong>Recep Tayyip Erdogan</strong> prestó hoy juramento como el <strong>primer presidente de Turquía elegido en las urnas</strong>, lo que le otorga un <strong>mandato de cinco años</strong> al frente del Estado euro-asiático. El juramento del hasta ahora primer ministro durante 12 años tuvo lugar en el Parlamento, en una ceremonia a la que asistieron decenas de invitados extranjeros, aunque destacó la ausencia de dignatarios occidentales de primer nivel.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El nuevo jefe de Estado, el duodécimo en la historia de la República, tiene previsto encargar en las próximas horas la formación de un nuevo Gobierno al hasta ahora ministro de Exteriores, Ahmet Davutoglu, que sucederá a Erdogan al frente del Ejecutivo.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Como presidente, juro que <strong>voy a defender la independencia del Estado, su unidad, y voy a ser fiel a los principios laicos de la Constitución</strong>\", leyó Erdogan en su toma de posesión.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Tras el juramento, Erdogan, tal como demanda el protocolo, se ha dirigido al Mausoleo de Mustafa Kemal \"Atatürk\", para rendir honores al fundador y primer presidente de la Turquía moderna.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Una quincena de jefes de Estado, en la toma de posesión</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">A la toma de posesión han acudido una quincena de jefes de Estado, casi todos de países vecinos o culturalmente cercanos a Turquía, como los presidentes de Bulgaria, Macedonia, Albania, Kazajistán y Turkmenistán, entre otros. Sin embargo, ha destacado la ausencia de figuras occidentales de primera fila, y en el caso de EEUU, acudió a la ceremonia solo el encargado de negocios de su Embajada en Ankara.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El nuevo jefe de Estado ha dejado claro que va a ejercer una presidencia activa, pese a que el cargo en el sistema parlamentario turco es en gran parte ceremonial y sus predecesores han buscado siempre un perfil institucional.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Casi todos los analistas coinciden en que Erdogan va a dominar las labores de gobierno desde el palacio presidencial de Cankaya, y que Davutoglu, uno de sus más leales colaboradores, le apoyará en sus ambiciones. Erdogan ha manifestado que aspira a un sistema presidencialista con amplios poderes para el jefe del Estado, lo que sólo se puede lograr con cambios constitucionales que requieren de dos tercios de apoyo parlamentario, fuera del alcance de la actual mayoría absoluta del partido islamista gubernamental.</p>\r\n\r\n</div>','Erdogan ya es el nuevo presidente de Turquía','','trash','open','open','','erdogan-ya-es-el-nuevo-presidente-de-turquia','','','2014-08-28 20:50:32','2014-08-29 01:50:32','',0,'http://www.hulknoticias.com/?p=23',0,'post','',0),(26,1,'2014-08-28 16:06:27','2014-08-28 21:06:27','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">En las próximas horas, el nuevo jefe de Estado va a encargar la formación de un nuevo Gobierno al hasta ahora ministro de Exteriores, Ahmet Davutoglu, que sustituye a Erdogan al frente del Ejecutivo</p>\r\n\r\n<div class=\"galeria_fotos_2_col rs_preserve\" style=\"color: #333333;\">\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><img style=\"font-weight: inherit; font-style: inherit;\" title=\"Recep Tayyip Erdogan, a la derecha, saluda a Ahmet Davutoglu. Foto: EFE.\" src=\"http://www.eitb.com/multimedia/images/2014/08/28/1453464/erdogan-davutoglu-turkia-EFE_foto610x342.jpg\" alt=\"Recep Tayyip Erdogan, a la derecha, saluda a Ahmet Davutoglu. Foto: EFE.\" width=\"610\" height=\"342\" /><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">omentarios</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido noticias\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">NOTICIAS</strong> (2)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2470508/turquia--erdogan-gana-elecciones-primera-vuelta/\">Erdogan gana las elecciones y será presidente de Turquía</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2469458/elecciones-turquia-erdogan--elecciones-presidenciales-turquia-/\">Turquía elige por primera vez a su presidente por voto popular</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El islamista <strong>Recep Tayyip Erdogan</strong> prestó hoy juramento como el <strong>primer presidente de Turquía elegido en las urnas</strong>, lo que le otorga un <strong>mandato de cinco años</strong> al frente del Estado euro-asiático. El juramento del hasta ahora primer ministro durante 12 años tuvo lugar en el Parlamento, en una ceremonia a la que asistieron decenas de invitados extranjeros, aunque destacó la ausencia de dignatarios occidentales de primer nivel.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El nuevo jefe de Estado, el duodécimo en la historia de la República, tiene previsto encargar en las próximas horas la formación de un nuevo Gobierno al hasta ahora ministro de Exteriores, Ahmet Davutoglu, que sucederá a Erdogan al frente del Ejecutivo.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Como presidente, juro que <strong>voy a defender la independencia del Estado, su unidad, y voy a ser fiel a los principios laicos de la Constitución</strong>\", leyó Erdogan en su toma de posesión.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Tras el juramento, Erdogan, tal como demanda el protocolo, se ha dirigido al Mausoleo de Mustafa Kemal \"Atatürk\", para rendir honores al fundador y primer presidente de la Turquía moderna.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Una quincena de jefes de Estado, en la toma de posesión</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">A la toma de posesión han acudido una quincena de jefes de Estado, casi todos de países vecinos o culturalmente cercanos a Turquía, como los presidentes de Bulgaria, Macedonia, Albania, Kazajistán y Turkmenistán, entre otros. Sin embargo, ha destacado la ausencia de figuras occidentales de primera fila, y en el caso de EEUU, acudió a la ceremonia solo el encargado de negocios de su Embajada en Ankara.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El nuevo jefe de Estado ha dejado claro que va a ejercer una presidencia activa, pese a que el cargo en el sistema parlamentario turco es en gran parte ceremonial y sus predecesores han buscado siempre un perfil institucional.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Casi todos los analistas coinciden en que Erdogan va a dominar las labores de gobierno desde el palacio presidencial de Cankaya, y que Davutoglu, uno de sus más leales colaboradores, le apoyará en sus ambiciones. Erdogan ha manifestado que aspira a un sistema presidencialista con amplios poderes para el jefe del Estado, lo que sólo se puede lograr con cambios constitucionales que requieren de dos tercios de apoyo parlamentario, fuera del alcance de la actual mayoría absoluta del partido islamista gubernamental.</p>\r\n\r\n</div>','Erdogan ya es el nuevo presidente de Turquía','','inherit','open','open','','23-revision-v1','','','2014-08-28 16:06:27','2014-08-28 21:06:27','',23,'http://www.hulknoticias.com/archivos/26',0,'revision','',0),(25,1,'2014-08-28 16:05:56','2014-08-28 21:05:56','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">En las próximas horas, el nuevo jefe de Estado va a encargar la formación de un nuevo Gobierno al hasta ahora ministro de Exteriores, Ahmet Davutoglu, que sustituye a Erdogan al frente del Ejecutivo</p>\r\n\r\n<div class=\"galeria_fotos_2_col rs_preserve\" style=\"color: #333333;\">\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><img style=\"font-weight: inherit; font-style: inherit;\" title=\"Recep Tayyip Erdogan, a la derecha, saluda a Ahmet Davutoglu. Foto: EFE.\" src=\"http://www.eitb.com/multimedia/images/2014/08/28/1453464/erdogan-davutoglu-turkia-EFE_foto610x342.jpg\" alt=\"Recep Tayyip Erdogan, a la derecha, saluda a Ahmet Davutoglu. Foto: EFE.\" width=\"610\" height=\"342\" /></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<ul class=\"sociales_facebook\" style=\"color: #333333;\">\r\n <li class=\"facebook\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"fb-like fb_iframe_widget\" style=\"font-weight: inherit; font-style: inherit;\" data-href=\"http://www.eitb.com/es/noticias/internacional/detalle/2506106/presidente-turquia--erdogan-es-nuevo-presidente-turco/\" data-send=\"true\" data-width=\"450\" data-show-faces=\"true\" data-font=\"arial\" data-action=\"recommend\"><span style=\"font-weight: inherit; font-style: inherit;\"><iframe class=\"\" style=\"font-weight: inherit; font-style: inherit;\" title=\"fb:like Facebook Social Plugin\" src=\"http://www.facebook.com/plugins/like.php?action=recommend&app_id=274805577151&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FW2xi4Tmu0YA.js%3Fversion%3D41%23cb%3Df1eab77598%26domain%3Dwww.eitb.com%26origin%3Dhttp%253A%252F%252Fwww.eitb.com%252Ff3f254b1%26relation%3Dparent.parent&font=arial&href=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506106%2Fpresidente-turquia--erdogan-es-nuevo-presidente-turco%2F&locale=es_ES&sdk=joey&send=true&show_faces=true&width=450\" name=\"f21771b10c\" width=\"450px\" height=\"1000px\" frameborder=\"0\" scrolling=\"no\"></iframe></span></div></li>\r\n</ul>\r\n<div class=\"utilidades\" style=\"color: #333333;\">\r\n<ul class=\"sociales\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li class=\"twitter\" style=\"font-weight: inherit; font-style: inherit;\"><iframe id=\"twitter-widget-0\" class=\"twitter-share-button twitter-tweet-button twitter-share-button twitter-count-horizontal\" style=\"font-weight: inherit; font-style: inherit;\" title=\"Twitter Tweet Button\" src=\"http://platform.twitter.com/widgets/tweet_button.1409007440.html#_=1409252426803&count=horizontal&id=twitter-widget-0&lang=es&original_referer=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506106%2Fpresidente-turquia--erdogan-es-nuevo-presidente-turco%2F&size=m&text=Presidente%20de%20Turqu%C3%ADa%20%7C%20Erdogan%20es%20el%20nuevo%20presidente%20turco%20%7C%20Noticias%20del%20mundo%20%7C%20EiTB&url=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506106%2Fpresidente-turquia--erdogan-es-nuevo-presidente-turco%2F\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" data-twttr-rendered=\"true\"></iframe></li>\r\n <li class=\"tuenti\" style=\"font-weight: inherit; font-style: inherit;\"><a class=\"tuenti-share-button\" style=\"font-weight: inherit; font-style: inherit; color: #999999;\" title=\"Compartir en Tuenti\" href=\"http://www.tuenti.com/share\"><img style=\"font-weight: inherit; font-style: inherit;\" src=\"http://tuentistatic1-a.akamaihd.net/layout/web2-Zero/images/corporate/share_button/light_es.FT6n1brCYJ.png\" alt=\"\" /></a></li>\r\n <li class=\"google_plus\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div id=\"___plusone_0\" style=\"font-weight: inherit; font-style: inherit;\"><iframe id=\"I0_1409252419714\" style=\"font-weight: inherit; font-style: inherit;\" tabindex=\"0\" title=\"+1\" src=\"https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&size=Medium&annotation=inline&width=100&hl=es&origin=http%3A%2F%2Fwww.eitb.com&url=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506106%2Fpresidente-turquia--erdogan-es-nuevo-presidente-turco%2F&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.es.zV6FI6_FwEY.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAItRSTMOTsMpCI_Qa0SOpABhW53PA8XrwA#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh&id=I0_1409252419714&parent=http%3A%2F%2Fwww.eitb.com&pfname=&rpctoken=64910131\" name=\"I0_1409252419714\" width=\"100%\" height=\"150\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" data-gapiattached=\"true\"></iframe></div></li>\r\n <li class=\"pinterest\" style=\"font-weight: inherit; font-style: inherit;\"></li>\r\n <li class=\"linkedin\" style=\"font-weight: inherit; font-style: inherit;\"><span class=\"IN-widget\" style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><span id=\"li_ui_li_gen_1409252420703_0\" style=\"font-weight: inherit; font-style: inherit;\"><a id=\"li_ui_li_gen_1409252420703_0-link\" style=\"font-weight: inherit; font-style: inherit; color: #999999;\"></a><span id=\"li_ui_li_gen_1409252420703_0-logo\" style=\"font-weight: inherit; font-style: inherit;\">in</span><span id=\"li_ui_li_gen_1409252420703_0-title\" style=\"font-weight: inherit; font-style: inherit; color: #333333 !important;\"><span id=\"li_ui_li_gen_1409252420703_0-mark\" style=\"font-weight: inherit; font-style: inherit;\"></span><span id=\"li_ui_li_gen_1409252420703_0-title-text\" style=\"font-weight: bold !important;\">Share</span></span></span></span></span></li>\r\n <li class=\"meneame\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: bold; font-style: inherit; color: #000000;\" title=\"Enviar este artículo a Meneame\" href=\"http://www.meneame.net/submit.php?url=http://www.eitb.com/es/noticias/internacional/detalle/2506106/presidente-turquia--erdogan-es-nuevo-presidente-turco/&ei=UTF\" target=\"_blank\">Menéame</a></li>\r\n</ul>\r\n<p class=\"comentarios\" style=\"font-style: inherit; color: #ffffff;\"><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">Comentarios</a></p>\r\n\r\n</div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido noticias\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">NOTICIAS</strong> (2)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2470508/turquia--erdogan-gana-elecciones-primera-vuelta/\">Erdogan gana las elecciones y será presidente de Turquía</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2469458/elecciones-turquia-erdogan--elecciones-presidenciales-turquia-/\">Turquía elige por primera vez a su presidente por voto popular</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El islamista <strong>Recep Tayyip Erdogan</strong> prestó hoy juramento como el <strong>primer presidente de Turquía elegido en las urnas</strong>, lo que le otorga un <strong>mandato de cinco años</strong> al frente del Estado euro-asiático. El juramento del hasta ahora primer ministro durante 12 años tuvo lugar en el Parlamento, en una ceremonia a la que asistieron decenas de invitados extranjeros, aunque destacó la ausencia de dignatarios occidentales de primer nivel.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El nuevo jefe de Estado, el duodécimo en la historia de la República, tiene previsto encargar en las próximas horas la formación de un nuevo Gobierno al hasta ahora ministro de Exteriores, Ahmet Davutoglu, que sucederá a Erdogan al frente del Ejecutivo.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Como presidente, juro que <strong>voy a defender la independencia del Estado, su unidad, y voy a ser fiel a los principios laicos de la Constitución</strong>\", leyó Erdogan en su toma de posesión.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Tras el juramento, Erdogan, tal como demanda el protocolo, se ha dirigido al Mausoleo de Mustafa Kemal \"Atatürk\", para rendir honores al fundador y primer presidente de la Turquía moderna.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Una quincena de jefes de Estado, en la toma de posesión</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">A la toma de posesión han acudido una quincena de jefes de Estado, casi todos de países vecinos o culturalmente cercanos a Turquía, como los presidentes de Bulgaria, Macedonia, Albania, Kazajistán y Turkmenistán, entre otros. Sin embargo, ha destacado la ausencia de figuras occidentales de primera fila, y en el caso de EEUU, acudió a la ceremonia solo el encargado de negocios de su Embajada en Ankara.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El nuevo jefe de Estado ha dejado claro que va a ejercer una presidencia activa, pese a que el cargo en el sistema parlamentario turco es en gran parte ceremonial y sus predecesores han buscado siempre un perfil institucional.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Casi todos los analistas coinciden en que Erdogan va a dominar las labores de gobierno desde el palacio presidencial de Cankaya, y que Davutoglu, uno de sus más leales colaboradores, le apoyará en sus ambiciones. Erdogan ha manifestado que aspira a un sistema presidencialista con amplios poderes para el jefe del Estado, lo que sólo se puede lograr con cambios constitucionales que requieren de dos tercios de apoyo parlamentario, fuera del alcance de la actual mayoría absoluta del partido islamista gubernamental.</p>\r\n\r\n</div>','Erdogan ya es el nuevo presidente de Turquía','','inherit','open','open','','23-revision-v1','','','2014-08-28 16:05:56','2014-08-28 21:05:56','',23,'http://www.hulknoticias.com/archivos/25',0,'revision','',0),(24,1,'2014-08-28 16:03:46','2014-08-28 21:03:46','<p class=\"entradilla\" style=\"font-weight: bold; color: #333333;\">En las próximas horas, el nuevo jefe de Estado va a encargar la formación de un nuevo Gobierno al hasta ahora ministro de Exteriores, Ahmet Davutoglu, que sustituye a Erdogan al frente del Ejecutivo.</p>\r\n\r\n<ul class=\"acciones\" style=\"color: #333333;\">\r\n <li id=\"readspeaker\" class=\"escuchar\" style=\"font-weight: bold; font-style: inherit;\"><a id=\"escuchar-contenido\" accesskey=\"L\" style=\"font-weight: inherit; font-style: inherit; color: #666666;\" href=\"http://app.readspeaker.com/cgi-bin/rsent?customerid=5764&lang=es_es&readid=detalle&url=http://www.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506106%2Fpresidente-turquia--erdogan-es-nuevo-presidente-turco%2F\">Escuchar la página</a></li>\r\n <li id=\"imprimir\" style=\"font-weight: bold; font-style: inherit; color: #666666;\"><input style=\"color: #666666;\" name=\"imprimir\" type=\"button\" value=\"Imprimir\" /></li>\r\n</ul>\r\n<ul class=\"utilidades\" style=\"color: #333333;\">\r\n <li class=\"compartir\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: inherit; font-style: inherit; color: #999999;\" href=\"http://www.eitb.com/es/modulo/multimedia/share/id/detalle_noticia_2506106\" rel=\"shadowbox;height=105;width=430\">Compartir</a></li>\r\n <li class=\"enviar\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: inherit; font-style: inherit; color: #999999;\" href=\"http://www.eitb.com/es/modulo/multimedia/send/id/detalle_noticia_2506106\" rel=\"shadowbox;height=185;width=430\">Enviar</a></li>\r\n</ul>\r\n<div class=\"galeria_fotos_2_col rs_preserve\" style=\"color: #333333;\">\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><img style=\"font-weight: inherit; font-style: inherit;\" title=\"Recep Tayyip Erdogan, a la derecha, saluda a Ahmet Davutoglu. Foto: EFE.\" src=\"http://www.eitb.com/multimedia/images/2014/08/28/1453464/erdogan-davutoglu-turkia-EFE_foto610x342.jpg\" alt=\"Recep Tayyip Erdogan, a la derecha, saluda a Ahmet Davutoglu. Foto: EFE.\" width=\"610\" height=\"342\" /></li>\r\n</ul>\r\n</div>\r\n</div>\r\n<ul class=\"sociales_facebook\" style=\"color: #333333;\">\r\n <li class=\"facebook\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"fb-like fb_iframe_widget\" style=\"font-weight: inherit; font-style: inherit;\" data-href=\"http://www.eitb.com/es/noticias/internacional/detalle/2506106/presidente-turquia--erdogan-es-nuevo-presidente-turco/\" data-send=\"true\" data-width=\"450\" data-show-faces=\"true\" data-font=\"arial\" data-action=\"recommend\"><span style=\"font-weight: inherit; font-style: inherit;\"><iframe class=\"\" style=\"font-weight: inherit; font-style: inherit;\" title=\"fb:like Facebook Social Plugin\" src=\"http://www.facebook.com/plugins/like.php?action=recommend&app_id=274805577151&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2FW2xi4Tmu0YA.js%3Fversion%3D41%23cb%3Df1eab77598%26domain%3Dwww.eitb.com%26origin%3Dhttp%253A%252F%252Fwww.eitb.com%252Ff3f254b1%26relation%3Dparent.parent&font=arial&href=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506106%2Fpresidente-turquia--erdogan-es-nuevo-presidente-turco%2F&locale=es_ES&sdk=joey&send=true&show_faces=true&width=450\" name=\"f21771b10c\" width=\"450px\" height=\"1000px\" frameborder=\"0\" scrolling=\"no\"></iframe></span></div></li>\r\n</ul>\r\n<div class=\"utilidades\" style=\"color: #333333;\">\r\n<ul class=\"sociales\" style=\"font-weight: inherit; font-style: inherit;\">\r\n <li class=\"twitter\" style=\"font-weight: inherit; font-style: inherit;\"><iframe id=\"twitter-widget-0\" class=\"twitter-share-button twitter-tweet-button twitter-share-button twitter-count-horizontal\" style=\"font-weight: inherit; font-style: inherit;\" title=\"Twitter Tweet Button\" src=\"http://platform.twitter.com/widgets/tweet_button.1409007440.html#_=1409252426803&count=horizontal&id=twitter-widget-0&lang=es&original_referer=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506106%2Fpresidente-turquia--erdogan-es-nuevo-presidente-turco%2F&size=m&text=Presidente%20de%20Turqu%C3%ADa%20%7C%20Erdogan%20es%20el%20nuevo%20presidente%20turco%20%7C%20Noticias%20del%20mundo%20%7C%20EiTB&url=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506106%2Fpresidente-turquia--erdogan-es-nuevo-presidente-turco%2F\" width=\"300\" height=\"150\" frameborder=\"0\" scrolling=\"no\" data-twttr-rendered=\"true\"></iframe></li>\r\n <li class=\"tuenti\" style=\"font-weight: inherit; font-style: inherit;\"><a class=\"tuenti-share-button\" style=\"font-weight: inherit; font-style: inherit; color: #999999;\" title=\"Compartir en Tuenti\" href=\"http://www.tuenti.com/share\"><img style=\"font-weight: inherit; font-style: inherit;\" src=\"http://tuentistatic1-a.akamaihd.net/layout/web2-Zero/images/corporate/share_button/light_es.FT6n1brCYJ.png\" alt=\"\" /></a></li>\r\n <li class=\"google_plus\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div id=\"___plusone_0\" style=\"font-weight: inherit; font-style: inherit;\"><iframe id=\"I0_1409252419714\" style=\"font-weight: inherit; font-style: inherit;\" tabindex=\"0\" title=\"+1\" src=\"https://apis.google.com/u/0/se/0/_/+1/fastbutton?usegapi=1&size=Medium&annotation=inline&width=100&hl=es&origin=http%3A%2F%2Fwww.eitb.com&url=http%3A%2F%2Fwww.eitb.com%2Fes%2Fnoticias%2Finternacional%2Fdetalle%2F2506106%2Fpresidente-turquia--erdogan-es-nuevo-presidente-turco%2F&gsrc=3p&ic=1&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.es.zV6FI6_FwEY.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAItRSTMOTsMpCI_Qa0SOpABhW53PA8XrwA#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh&id=I0_1409252419714&parent=http%3A%2F%2Fwww.eitb.com&pfname=&rpctoken=64910131\" name=\"I0_1409252419714\" width=\"100%\" height=\"150\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" data-gapiattached=\"true\"></iframe></div></li>\r\n <li class=\"pinterest\" style=\"font-weight: inherit; font-style: inherit;\"></li>\r\n <li class=\"linkedin\" style=\"font-weight: inherit; font-style: inherit;\"><span class=\"IN-widget\" style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><span id=\"li_ui_li_gen_1409252420703_0\" style=\"font-weight: inherit; font-style: inherit;\"><a id=\"li_ui_li_gen_1409252420703_0-link\" style=\"font-weight: inherit; font-style: inherit; color: #999999;\"></a><span id=\"li_ui_li_gen_1409252420703_0-logo\" style=\"font-weight: inherit; font-style: inherit;\">in</span><span id=\"li_ui_li_gen_1409252420703_0-title\" style=\"font-weight: inherit; font-style: inherit; color: #333333 !important;\"><span id=\"li_ui_li_gen_1409252420703_0-mark\" style=\"font-weight: inherit; font-style: inherit;\"></span><span id=\"li_ui_li_gen_1409252420703_0-title-text\" style=\"font-weight: bold !important;\">Share</span></span></span></span></span></li>\r\n <li class=\"meneame\" style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-weight: bold; font-style: inherit; color: #000000;\" title=\"Enviar este artículo a Meneame\" href=\"http://www.meneame.net/submit.php?url=http://www.eitb.com/es/noticias/internacional/detalle/2506106/presidente-turquia--erdogan-es-nuevo-presidente-turco/&ei=UTF\" target=\"_blank\">Menéame</a></li>\r\n</ul>\r\n<p class=\"comentarios\" style=\"font-style: inherit; color: #ffffff;\"><a style=\"font-weight: inherit; font-style: inherit; color: #ffffff;\" href=\"http://www.eitb.com/#comentarios\">Comentarios</a></p>\r\n\r\n</div>\r\n<div class=\"texto\" style=\"color: #333333;\">\r\n<div class=\"relacionados\" style=\"font-weight: inherit; font-style: inherit; color: #000000;\">\r\n<div class=\"tipo_contenido noticias\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<p class=\"titulo_scroller\" style=\"font-weight: inherit; font-style: inherit; color: #a90014;\"><strong style=\"color: #000000;\">NOTICIAS</strong> (2)</p>\r\n\r\n<div class=\"scroller\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<div class=\"envoltorio\" style=\"font-weight: inherit; font-style: inherit;\">\r\n<ul style=\"font-weight: inherit; font-style: inherit;\">\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2470508/turquia--erdogan-gana-elecciones-primera-vuelta/\">Erdogan gana las elecciones y será presidente de Turquía</a></li>\r\n <li style=\"font-weight: inherit; font-style: inherit;\"><a style=\"font-style: inherit; color: #333333;\" href=\"http://www.eitb.com/es/noticias/internacional/detalle/2469458/elecciones-turquia-erdogan--elecciones-presidenciales-turquia-/\">Turquía elige por primera vez a su presidente por voto popular</a></li>\r\n</ul>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El islamista <strong>Recep Tayyip Erdogan</strong> prestó hoy juramento como el <strong>primer presidente de Turquía elegido en las urnas</strong>, lo que le otorga un <strong>mandato de cinco años</strong> al frente del Estado euro-asiático. El juramento del hasta ahora primer ministro durante 12 años tuvo lugar en el Parlamento, en una ceremonia a la que asistieron decenas de invitados extranjeros, aunque destacó la ausencia de dignatarios occidentales de primer nivel.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El nuevo jefe de Estado, el duodécimo en la historia de la República, tiene previsto encargar en las próximas horas la formación de un nuevo Gobierno al hasta ahora ministro de Exteriores, Ahmet Davutoglu, que sucederá a Erdogan al frente del Ejecutivo.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">\"Como presidente, juro que <strong>voy a defender la independencia del Estado, su unidad, y voy a ser fiel a los principios laicos de la Constitución</strong>\", leyó Erdogan en su toma de posesión.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Tras el juramento, Erdogan, tal como demanda el protocolo, se ha dirigido al Mausoleo de Mustafa Kemal \"Atatürk\", para rendir honores al fundador y primer presidente de la Turquía moderna.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\"><span style=\"font-weight: inherit; font-style: inherit;\"><strong>Una quincena de jefes de Estado, en la toma de posesión</strong></span></p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">A la toma de posesión han acudido una quincena de jefes de Estado, casi todos de países vecinos o culturalmente cercanos a Turquía, como los presidentes de Bulgaria, Macedonia, Albania, Kazajistán y Turkmenistán, entre otros. Sin embargo, ha destacado la ausencia de figuras occidentales de primera fila, y en el caso de EEUU, acudió a la ceremonia solo el encargado de negocios de su Embajada en Ankara.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">El nuevo jefe de Estado ha dejado claro que va a ejercer una presidencia activa, pese a que el cargo en el sistema parlamentario turco es en gran parte ceremonial y sus predecesores han buscado siempre un perfil institucional.</p>\r\n<p style=\"font-weight: inherit; font-style: inherit;\">Casi todos los analistas coinciden en que Erdogan va a dominar las labores de gobierno desde el palacio presidencial de Cankaya, y que Davutoglu, uno de sus más leales colaboradores, le apoyará en sus ambiciones. Erdogan ha manifestado que aspira a un sistema presidencialista con amplios poderes para el jefe del Estado, lo que sólo se puede lograr con cambios constitucionales que requieren de dos tercios de apoyo parlamentario, fuera del alcance de la actual mayoría absoluta del partido islamista gubernamental.</p>\r\n\r\n</div>','Erdogan ya es el nuevo presidente de Turquía','','inherit','open','open','','23-revision-v1','','','2014-08-28 16:03:46','2014-08-28 21:03:46','',23,'http://www.hulknoticias.com/archivos/24',0,'revision','',0),(32,1,'2014-08-28 20:54:13','2014-08-29 01:54:13','','da','','inherit','open','open','','da','','','2014-08-28 20:54:13','2014-08-29 01:54:13','',31,'http://www.hulknoticias.com/wp-content/uploads/2014/08/da.jpg',0,'attachment','image/jpeg',0),(33,1,'2014-08-28 20:55:09','2014-08-29 01:55:09','<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\">Lógicamente, los millones de fans alrededor del mundo mostraron su descontento y repudio por esta publicación, pero la pagina insiste en tener “pruebas irrefutables” para respaldar su afirmación.</p>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\">Después de la publicación hecha por nodisinfo, muchos fans han atacado con todo esta publicación tan insensible, Por otro lado hay miles de personas que una vez analizadas las pruebas presentadas por la pagina, creen que es realmente posible que Paul Walker haya fingido su muerte. Muchos ya lo afirman y confían en esta evidencia.</p>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\"></p>\r\n<p style=\"color: #000000;\">Pero, será cierto? Porque Paul Walker haría algo así si se encontraba en una de las mejores etapas de su vida, un hombre millonario, famoso, poderoso, mucha gente diría que no tiene sentido.\r\nPero, lo tiene? Fuentes cercanas al actor y una investigación conducida por la página de internet presume haber encontrado evidencia irrefutable de que Paul no murió.\r\nCierto o no, ya hay miles, si no es que millones de personas que afirman que efectivamente todo fue un montaje y que la misma empresa Universal Studios lo sabe, y se ha negado a comentar cualquier cosa sobre la supuesta muerte del actor y su compañero.</p>\r\n<p style=\"color: #000000;\"><img class=\"size-full wp-image-450 aligncenter\" src=\"http://imgur.com/RABRMCo.png\" alt=\"Untitled-1\" width=\"630\" height=\"455\" data-lazy-loaded=\"true\" /></p>\r\n<p style=\"color: #000000;\">En la segunda parte de esta nota te presentaremos todas las pruebas recaudadas así como la investigación que “comprueba” que la muerte del actor fue falsa y también hablaremos de las razones de por qué Paul Walker fingiría su muerte.</p>\r\n<span style=\"color: #000000;\">','Paul Walker fingió su muerte, y ahora podría ir a la cárcel. Todos los detalles aquí.','','inherit','open','open','','31-revision-v1','','','2014-08-28 20:55:09','2014-08-29 01:55:09','',31,'http://www.hulknoticias.com/archivos/33',0,'revision','',0),(35,1,'2014-08-29 02:01:21','2014-08-29 07:01:21','<p style=\"color: #000000;\">En la primera parte de esta nota te presentaremos todas las pruebas recaudadas así como la investigación que “comprueba” que la muerte del actor fue falsa y también hablaremos de las razones de por qué Paul Walker fingiría su muerte.</p>\n<p style=\"color: red;\"><strong>VIDEO : </strong></p>\n<p style=\"color: #000000;\">[videolock url=\"http://www.youtube.com/watch?v=HI44GRjBfUY\" message=\"Comparte en facebook para ver el video\" width=\"560\" height=\"315\"]</p>\n\n<a href=\"http://sh.st/tFom6\" target=\"_blank\"><img src=\"http://img105.imagenimage.com/th/06661/f0e8avk2t5qk.jpg\" border=\"0\"></a>\n<p style=\"color: #000000;\">Lógicamente, los millones de fans alrededor del mundo mostraron su descontento y repudio por esta publicación, pero la pagina insiste en tener “pruebas irrefutables” para respaldar su afirmación.</p>\n<p style=\"color: #000000;\">Después de la publicación hecha por nodisinfo, muchos fans han atacado con todo esta publicación tan insensible, Por otro lado hay miles de personas que una vez analizadas las pruebas presentadas por la pagina, creen que es realmente posible que Paul Walker haya fingido su muerte. Muchos ya lo afirman y confían en esta evidencia.</p>\n<p style=\"color: #000000;\">Pero, será cierto? Porque Paul Walker haría algo así si se encontraba en una de las mejores etapas de su vida, un hombre millonario, famoso, poderoso, mucha gente diría que no tiene sentido.\nPero, lo tiene? Fuentes cercanas al actor y una investigación conducida por la página de internet presume haber encontrado evidencia irrefutable de que Paul no murió.\nCierto o no, ya hay miles, si no es que millones de personas que afirman que efectivamente todo fue un montaje y que la misma empresa Universal Studios lo sabe, y se ha negado a comentar cualquier cosa sobre la supuesta muerte del actor y su compañero.\n<p style=\"color: #000000;\"><img class=\"size-full wp-image-450 aligncenter\" src=\"http://imgur.com/RABRMCo.png\" alt=\"Untitled-1\" width=\"630\" height=\"455\" data-lazy-loaded=\"true\" /></p>\n<p style=\"color: #000000;\"></p>','Paul Walker fingió su muerte, y ahora podría ir a la cárcel. Todos los detalles aquí.','','inherit','open','open','','31-autosave-v1','','','2014-08-29 02:01:21','2014-08-29 07:01:21','',31,'http://www.hulknoticias.com/?p=35',0,'revision','',0),(36,1,'2014-08-28 21:25:42','2014-08-29 02:25:42','<p style=\"color: #000000;\">En la primera parte de esta nota te presentaremos todas las pruebas recaudadas así como la investigación que “comprueba” que la muerte del actor fue falsa y también hablaremos de las razones de por qué Paul Walker fingiría su muerte.</p>\r\n<p style=\"color: #000000;\">[videolock url=\"http://www.youtube.com/watch?v=HI44GRjBfUY\" message=\"Comparte en facebook para ver el video\" width=\"560\" height=\"315\"]</p>\r\n<p style=\"color: #000000;\">Lógicamente, los millones de fans alrededor del mundo mostraron su descontento y repudio por esta publicación, pero la pagina insiste en tener “pruebas irrefutables” para respaldar su afirmación.</p>\r\n<p style=\"color: #000000;\">Después de la publicación hecha por nodisinfo, muchos fans han atacado con todo esta publicación tan insensible, Por otro lado hay miles de personas que una vez analizadas las pruebas presentadas por la pagina, creen que es realmente posible que Paul Walker haya fingido su muerte. Muchos ya lo afirman y confían en esta evidencia.</p>\r\n<p style=\"color: #000000;\">Pero, será cierto? Porque Paul Walker haría algo así si se encontraba en una de las mejores etapas de su vida, un hombre millonario, famoso, poderoso, mucha gente diría que no tiene sentido.\r\nPero, lo tiene? Fuentes cercanas al actor y una investigación conducida por la página de internet presume haber encontrado evidencia irrefutable de que Paul no murió.\r\nCierto o no, ya hay miles, si no es que millones de personas que afirman que efectivamente todo fue un montaje y que la misma empresa Universal Studios lo sabe, y se ha negado a comentar cualquier cosa sobre la supuesta muerte del actor y su compañero.</p>\r\n<p style=\"color: #000000;\"><img class=\"size-full wp-image-450 aligncenter\" src=\"http://imgur.com/RABRMCo.png\" alt=\"Untitled-1\" width=\"630\" height=\"455\" data-lazy-loaded=\"true\" /></p>\r\n<p style=\"color: #000000;\"></p>','Paul Walker fingió su muerte, y ahora podría ir a la cárcel. Todos los detalles aquí.','','inherit','open','open','','31-revision-v1','','','2014-08-28 21:25:42','2014-08-29 02:25:42','',31,'http://www.hulknoticias.com/?p=36',0,'revision','',0),(37,1,'2014-08-28 21:55:52','2014-08-29 02:55:52','<p style=\"color: #000000;\">En la primera parte de esta nota te presentaremos todas las pruebas recaudadas así como la investigación que “comprueba” que la muerte del actor fue falsa y también hablaremos de las razones de por qué Paul Walker fingiría su muerte.</p>\r\n<p style=\"color: red;\"><strong><font size=\"20\">VIDEO : </font></strong></p>\r\n<p style=\"color: #000000;\">[videolock url=\"http://www.youtube.com/watch?v=HI44GRjBfUY\" message=\"Comparte en facebook para ver el video\" width=\"560\" height=\"315\"]</p>\r\n<p style=\"color: #000000;\">Lógicamente, los millones de fans alrededor del mundo mostraron su descontento y repudio por esta publicación, pero la pagina insiste en tener “pruebas irrefutables” para respaldar su afirmación.</p>\r\n<p style=\"color: #000000;\">Después de la publicación hecha por nodisinfo, muchos fans han atacado con todo esta publicación tan insensible, Por otro lado hay miles de personas que una vez analizadas las pruebas presentadas por la pagina, creen que es realmente posible que Paul Walker haya fingido su muerte. Muchos ya lo afirman y confían en esta evidencia.</p>\r\n<p style=\"color: #000000;\">Pero, será cierto? Porque Paul Walker haría algo así si se encontraba en una de las mejores etapas de su vida, un hombre millonario, famoso, poderoso, mucha gente diría que no tiene sentido.\r\nPero, lo tiene? Fuentes cercanas al actor y una investigación conducida por la página de internet presume haber encontrado evidencia irrefutable de que Paul no murió.\r\nCierto o no, ya hay miles, si no es que millones de personas que afirman que efectivamente todo fue un montaje y que la misma empresa Universal Studios lo sabe, y se ha negado a comentar cualquier cosa sobre la supuesta muerte del actor y su compañero.</p>\r\n<p style=\"color: #000000;\"><img class=\"size-full wp-image-450 aligncenter\" src=\"http://imgur.com/RABRMCo.png\" alt=\"Untitled-1\" width=\"630\" height=\"455\" data-lazy-loaded=\"true\" /></p>\r\n<p style=\"color: #000000;\"></p>','Paul Walker fingió su muerte, y ahora podría ir a la cárcel. Todos los detalles aquí.','','inherit','open','open','','31-revision-v1','','','2014-08-28 21:55:52','2014-08-29 02:55:52','',31,'http://www.hulknoticias.com/?p=37',0,'revision','',0),(38,1,'2014-08-28 22:13:37','2014-08-29 03:13:37','[videolock url=\"www.youtube.com/watch?v=l31qCxx4KYE\" message=\"Comparte en facebook para ver el video\" width=\"560\" height=\"315\"]','','','trash','open','open','','38','','','2014-08-28 22:40:02','2014-08-29 03:40:02','',0,'http://www.hulknoticias.com/?p=38',0,'post','',0),(39,1,'2014-08-28 22:13:37','2014-08-29 03:13:37','[videolock url=\"www.youtube.com/watch?v=l31qCxx4KYE\" message=\"Comparte en facebook para ver el video\" width=\"560\" height=\"315\"]','','','inherit','open','open','','38-revision-v1','','','2014-08-28 22:13:37','2014-08-29 03:13:37','',38,'http://www.hulknoticias.com/?p=39',0,'revision','',0),(40,1,'2014-08-29 00:50:15','2014-08-29 05:50:15','<p style=\"color: #000000;\">En la primera parte de esta nota te presentaremos todas las pruebas recaudadas así como la investigación que “comprueba” que la muerte del actor fue falsa y también hablaremos de las razones de por qué Paul Walker fingiría su muerte.</p>\r\n<p style=\"color: red;\"><strong>VIDEO : </strong></p>\r\n<p style=\"color: #000000;\">[videolock url=\"http://www.youtube.com/watch?v=HI44GRjBfUY\" message=\"Comparte en facebook para ver el video\" width=\"560\" height=\"315\"]</p>\r\n<a href=\"http://imagenimage.com/f0e8avk2t5qk/kGJnJaCsf.gif.html\" target=\"_blank\"><img src=\"http://img105.imagenimage.com/th/06661/f0e8avk2t5qk.jpg\" border=\"0\"></a><br>\r\n\r\n\r\n\r\n<p style=\"color: #000000;\">Lógicamente, los millones de fans alrededor del mundo mostraron su descontento y repudio por esta publicación, pero la pagina insiste en tener “pruebas irrefutables” para respaldar su afirmación.</p>\r\n<p style=\"color: #000000;\">Después de la publicación hecha por nodisinfo, muchos fans han atacado con todo esta publicación tan insensible, Por otro lado hay miles de personas que una vez analizadas las pruebas presentadas por la pagina, creen que es realmente posible que Paul Walker haya fingido su muerte. Muchos ya lo afirman y confían en esta evidencia.</p>\r\n<p style=\"color: #000000;\">Pero, será cierto? Porque Paul Walker haría algo así si se encontraba en una de las mejores etapas de su vida, un hombre millonario, famoso, poderoso, mucha gente diría que no tiene sentido.\r\nPero, lo tiene? Fuentes cercanas al actor y una investigación conducida por la página de internet presume haber encontrado evidencia irrefutable de que Paul no murió.\r\nCierto o no, ya hay miles, si no es que millones de personas que afirman que efectivamente todo fue un montaje y que la misma empresa Universal Studios lo sabe, y se ha negado a comentar cualquier cosa sobre la supuesta muerte del actor y su compañero.</p>\r\n<p style=\"color: #000000;\"><img class=\"size-full wp-image-450 aligncenter\" src=\"http://imgur.com/RABRMCo.png\" alt=\"Untitled-1\" width=\"630\" height=\"455\" data-lazy-loaded=\"true\" /></p>\r\n<p style=\"color: #000000;\"></p>','Paul Walker fingió su muerte, y ahora podría ir a la cárcel. Todos los detalles aquí.','','inherit','open','open','','31-revision-v1','','','2014-08-29 00:50:15','2014-08-29 05:50:15','',31,'http://www.hulknoticias.com/?p=40',0,'revision','',0),(41,1,'2014-08-29 00:54:52','2014-08-29 05:54:52','<p style=\"color: #000000;\">En la primera parte de esta nota te presentaremos todas las pruebas recaudadas así como la investigación que “comprueba” que la muerte del actor fue falsa y también hablaremos de las razones de por qué Paul Walker fingiría su muerte.</p>\r\n<p style=\"color: red;\"><strong>VIDEO : </strong></p>\r\n<p style=\"color: #000000;\">[videolock url=\"http://www.youtube.com/watch?v=HI44GRjBfUY\" message=\"Comparte en facebook para ver el video\" width=\"560\" height=\"315\"]</p>\r\n<a href=\"http://sh.st/tFom6\" target=\"_blank\"><img src=\"http://img105.imagenimage.com/th/06661/f0e8avk2t5qk.jpg\" border=\"0\"></a><br>\r\n\r\n\r\n\r\n<p style=\"color: #000000;\">Lógicamente, los millones de fans alrededor del mundo mostraron su descontento y repudio por esta publicación, pero la pagina insiste en tener “pruebas irrefutables” para respaldar su afirmación.</p>\r\n<p style=\"color: #000000;\">Después de la publicación hecha por nodisinfo, muchos fans han atacado con todo esta publicación tan insensible, Por otro lado hay miles de personas que una vez analizadas las pruebas presentadas por la pagina, creen que es realmente posible que Paul Walker haya fingido su muerte. Muchos ya lo afirman y confían en esta evidencia.</p>\r\n<p style=\"color: #000000;\">Pero, será cierto? Porque Paul Walker haría algo así si se encontraba en una de las mejores etapas de su vida, un hombre millonario, famoso, poderoso, mucha gente diría que no tiene sentido.\r\nPero, lo tiene? Fuentes cercanas al actor y una investigación conducida por la página de internet presume haber encontrado evidencia irrefutable de que Paul no murió.\r\nCierto o no, ya hay miles, si no es que millones de personas que afirman que efectivamente todo fue un montaje y que la misma empresa Universal Studios lo sabe, y se ha negado a comentar cualquier cosa sobre la supuesta muerte del actor y su compañero.</p>\r\n<p style=\"color: #000000;\"><img class=\"size-full wp-image-450 aligncenter\" src=\"http://imgur.com/RABRMCo.png\" alt=\"Untitled-1\" width=\"630\" height=\"455\" data-lazy-loaded=\"true\" /></p>\r\n<p style=\"color: #000000;\"></p>','Paul Walker fingió su muerte, y ahora podría ir a la cárcel. Todos los detalles aquí.','','inherit','open','open','','31-revision-v1','','','2014-08-29 00:54:52','2014-08-29 05:54:52','',31,'http://www.hulknoticias.com/?p=41',0,'revision','',0),(43,1,'2014-08-30 21:00:17','2014-08-31 02:00:17','\r\n<div class=\"jeu\" style=\"width:800px;height:600px;\">\r\n <div id=\"transformice\" style=\"width:100%;height:100%;\">\r\n <object id=\"swf1\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\"100%\" height=\"100%\" id=\"Transformice\" align=\"middle\">\r\n <param name=\"allowScriptAccess\" value=\"always\" />\r\n <param name=\"movie\" value=\"TransformiceChargeur.swf\" />\r\n <param name=\"menu\" value=\"true\" />\r\n <param name=\"quality\" value=\"high\" />\r\n <param name=\"bgcolor\" value=\"#6A7495\" />\r\n <embed id=\"swf2\" src=\"TransformiceChargeur.swf\" wmode=\"direct\" menu=\"true\" quality=\"high\" bgcolor=\"#6A7495\" width=\"100%\" height=\"100%\" name=\"Transformice\" align=\"middle\" swLiveConnect=\"true\" allowFullScreen=\"true\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />\r\n </object>','Juego','','trash','open','open','','juego','','','2014-08-30 21:00:54','2014-08-31 02:00:54','',0,'http://transformice.wtf/?p=43',0,'post','',0),(44,1,'2014-08-30 21:00:17','2014-08-31 02:00:17','\r\n<div class=\"jeu\" style=\"width:800px;height:600px;\">\r\n <div id=\"transformice\" style=\"width:100%;height:100%;\">\r\n <object id=\"swf1\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\"100%\" height=\"100%\" id=\"Transformice\" align=\"middle\">\r\n <param name=\"allowScriptAccess\" value=\"always\" />\r\n <param name=\"movie\" value=\"TransformiceChargeur.swf\" />\r\n <param name=\"menu\" value=\"true\" />\r\n <param name=\"quality\" value=\"high\" />\r\n <param name=\"bgcolor\" value=\"#6A7495\" />\r\n <embed id=\"swf2\" src=\"TransformiceChargeur.swf\" wmode=\"direct\" menu=\"true\" quality=\"high\" bgcolor=\"#6A7495\" width=\"100%\" height=\"100%\" name=\"Transformice\" align=\"middle\" swLiveConnect=\"true\" allowFullScreen=\"true\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />\r\n </object>','Juego','','inherit','open','open','','43-revision-v1','','','2014-08-30 21:00:17','2014-08-31 02:00:17','',43,'http://transformice.wtf/?p=44',0,'revision','',0),(45,1,'2014-08-30 21:02:10','2014-08-31 02:02:10','dadsasd','asdads','','trash','open','open','','asdads','','','2014-08-30 21:26:18','2014-08-31 02:26:18','',0,'http://transformice.wtf/?p=45',0,'post','',0),(46,1,'2014-08-30 21:02:10','2014-08-31 02:02:10','dadsasd','asdads','','inherit','open','open','','45-revision-v1','','','2014-08-30 21:02:10','2014-08-31 02:02:10','',45,'http://transformice.wtf/?p=46',0,'revision','',0),(48,1,'2014-08-30 21:26:39','2014-08-31 02:26:39','.','.','','publish','open','open','','bienvenidos','','','2014-08-30 21:30:39','2014-08-31 02:30:39','',0,'http://transformice.wtf/?p=48',0,'post','',0),(49,1,'2014-08-30 21:26:39','2014-08-31 02:26:39','Bienvenidos','-Bienvenidos','','inherit','open','open','','48-revision-v1','','','2014-08-30 21:26:39','2014-08-31 02:26:39','',48,'http://transformice.wtf/?p=49',0,'revision','',0),(50,1,'2014-08-30 21:30:39','2014-08-31 02:30:39','.','.','','inherit','open','open','','48-revision-v1','','','2014-08-30 21:30:39','2014-08-31 02:30:39','',48,'http://transformice.wtf/?p=50',0,'revision','',0); /*!40000 ALTER TABLE `wpposts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpterm_relationships` -- DROP TABLE IF EXISTS `wpterm_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpterm_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpterm_relationships` -- LOCK TABLES `wpterm_relationships` WRITE; /*!40000 ALTER TABLE `wpterm_relationships` DISABLE KEYS */; INSERT INTO `wpterm_relationships` VALUES (1,1,0),(9,1,0),(11,1,0),(13,1,0),(15,1,0),(17,1,0),(19,1,0),(21,1,0),(23,1,0),(31,1,0),(38,1,0),(43,1,0),(45,1,0),(48,1,0); /*!40000 ALTER TABLE `wpterm_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpterm_taxonomy` -- DROP TABLE IF EXISTS `wpterm_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpterm_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=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpterm_taxonomy` -- LOCK TABLES `wpterm_taxonomy` WRITE; /*!40000 ALTER TABLE `wpterm_taxonomy` DISABLE KEYS */; INSERT INTO `wpterm_taxonomy` VALUES (1,1,'category','',0,1); /*!40000 ALTER TABLE `wpterm_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpterms` -- DROP TABLE IF EXISTS `wpterms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpterms` ( `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=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpterms` -- LOCK TABLES `wpterms` WRITE; /*!40000 ALTER TABLE `wpterms` DISABLE KEYS */; INSERT INTO `wpterms` VALUES (1,'Inicio','inicio',0); /*!40000 ALTER TABLE `wpterms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpusermeta` -- DROP TABLE IF EXISTS `wpusermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpusermeta` ( `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=43 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpusermeta` -- LOCK TABLES `wpusermeta` WRITE; /*!40000 ALTER TABLE `wpusermeta` DISABLE KEYS */; INSERT INTO `wpusermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','Luis Aldair'),(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,'wpcapabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wpuser_level','10'),(12,1,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets,mts_truepixel_1_2_pointer'),(13,1,'show_welcome_panel','1'),(14,1,'wpdashboard_quick_press_last_post_id','3'),(15,2,'first_name','Emmanuel'),(16,2,'last_name','Restrepo'),(17,2,'nickname','Emmanuel'),(18,2,'description',''),(19,2,'rich_editing','true'),(20,2,'comment_shortcuts','false'),(21,2,'admin_color','midnight'),(22,2,'use_ssl','0'),(23,2,'show_admin_bar_front','true'),(24,2,'wpcapabilities','a:1:{s:13:\"administrator\";b:1;}'),(25,2,'wpuser_level','10'),(26,2,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(27,2,'wpdashboard_quick_press_last_post_id','5'),(28,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\";}'),(29,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(30,2,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(31,2,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(32,1,'_yoast_wpseo_profile_updated','1409451044'),(33,2,'_yoast_wpseo_profile_updated','1409451044'),(34,1,'wpuser-settings','editor=html&libraryContent=browse'),(35,1,'wpuser-settings-time','1409291412'),(36,1,'wpseo_title',''),(37,1,'wpseo_metadesc',''),(38,1,'wpseo_metakey',''),(39,1,'wpseo_excludeauthorsitemap',''),(40,1,'googleplus',''),(41,1,'twitter',''),(42,1,'facebook',''); /*!40000 ALTER TABLE `wpusermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpusers` -- DROP TABLE IF EXISTS `wpusers`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpusers` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpusers` -- LOCK TABLES `wpusers` WRITE; /*!40000 ALTER TABLE `wpusers` DISABLE KEYS */; INSERT INTO `wpusers` VALUES (1,'ElMejor','$P$BJK9lXG244ZRMEpv/noCth8nxLKxlZ1','elmejor','lualfer_99@gmail.com','','2014-08-28 20:03:38','',0,'Luis Aldair'),(2,'Emmanuel','$P$BME02ZfX8D3PxnZRGHiMxC.kDoyTl4/','emmanuel','emmanuel@hulknoticias.com','http://www.hulknoticias.com','2014-08-28 20:09:28','',0,'Emmanuel Restrepo'); /*!40000 ALTER TABLE `wpusers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvideolock_shares` -- DROP TABLE IF EXISTS `wpvideolock_shares`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpvideolock_shares` ( `id` int(11) NOT NULL auto_increment, `url` varchar(255) NOT NULL, `ip` varchar(40) NOT NULL, `post` int(11) NOT NULL, `time` datetime default NULL, `share_id` varchar(255) NOT NULL, `gender` enum('female','male') default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpvideolock_shares` -- LOCK TABLES `wpvideolock_shares` WRITE; /*!40000 ALTER TABLE `wpvideolock_shares` DISABLE KEYS */; INSERT INTO `wpvideolock_shares` VALUES (1,'http://www.hulknoticias.com/?p=31','190.159.225.42',31,'2014-08-29 11:03:23','10204177875743848',''),(2,'http://www.hulknoticias.com/?p=31','190.207.194.41',31,'2014-08-29 13:30:37','702467683166117',''),(3,'http://www.hulknoticias.com/?p=31','88.13.47.199',31,'2014-08-29 13:57:43','281005565433706',''),(4,'http://www.hulknoticias.com/?p=31','186.5.62.18',31,'2014-08-29 15:35:56','1621798924713139',''),(5,'http://www.hulknoticias.com/?p=31','190.2.108.237',31,'2014-08-29 15:38:08','710433259028293',''),(6,'http://www.hulknoticias.com/?p=31','190.179.225.205',31,'2014-08-29 15:58:18','1461840064101061',''),(7,'http://www.hulknoticias.com/?p=31','190.48.202.158',31,'2014-08-29 18:52:26','826677274041584',''),(8,'http://www.hulknoticias.com/?p=31','189.174.133.92',31,'2014-08-29 21:30:05','690132951061438',''),(9,'http://www.hulknoticias.com/?p=31','189.236.148.6',31,'2014-08-30 00:15:09','4462963788194',''),(10,'http://www.hulknoticias.com/?p=31','201.236.63.107',31,'2014-08-30 00:29:54','1559031764324562',''),(11,'http://www.hulknoticias.com/?p=31','190.239.182.160',31,'2014-08-30 01:24:05','339227909577101',''),(12,'http://www.hulknoticias.com/?p=31','190.239.182.160',31,'2014-08-30 01:24:08','339227929577099',''),(13,'http://www.hulknoticias.com/?p=31','181.1.157.240',31,'2014-08-30 03:32:57','1544082475814463',''),(14,'http://www.hulknoticias.com/?p=31','190.74.117.12',31,'2014-08-30 03:49:25','763867490341892',''),(15,'http://www.hulknoticias.com/?p=31','186.118.19.62',31,'2014-08-30 15:53:06','10204340224763218',''),(16,'http://www.hulknoticias.com/?p=31','190.22.15.107',31,'2014-08-30 16:01:47','347895808709234',''),(17,'http://www.hulknoticias.com/?p=31','181.37.36.117',31,'2014-08-30 17:31:50','294111614109966',''),(18,'http://www.hulknoticias.com/?p=31','190.63.138.168',31,'2014-08-31 01:12:22','1487922701456224',''); /*!40000 ALTER TABLE `wpvideolock_shares` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wpvideolock_views` -- DROP TABLE IF EXISTS `wpvideolock_views`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wpvideolock_views` ( `post_id` int(11) NOT NULL, `views` int(11) NOT NULL, `date` date NOT NULL, UNIQUE KEY `post_id` (`post_id`,`date`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wpvideolock_views` -- LOCK TABLES `wpvideolock_views` WRITE; /*!40000 ALTER TABLE `wpvideolock_views` DISABLE KEYS */; INSERT INTO `wpvideolock_views` VALUES (31,75,'2014-08-28'),(38,19,'2014-08-28'),(31,186,'2014-08-29'),(31,52,'2014-08-30'); /*!40000 ALTER TABLE `wpvideolock_views` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'hulknoticias' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2014-08-31 4:47:12