0byt3m1n1
Path:
/
data
/
0
/
0
/
86
/
3
/
86329
/
meta
/
87678
/
mysql.backup
/
[
Home
]
File: 1_0011f36_13.mysqlv102.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv102 Database: 1_0011f36_13 -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_blc_filters` -- DROP TABLE IF EXISTS `wp_blc_filters`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_blc_filters` ( `id` int(10) unsigned NOT NULL auto_increment, `name` varchar(100) NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_blc_filters` -- LOCK TABLES `wp_blc_filters` WRITE; /*!40000 ALTER TABLE `wp_blc_filters` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_blc_filters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_blc_instances` -- DROP TABLE IF EXISTS `wp_blc_instances`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_blc_instances` ( `instance_id` int(10) unsigned NOT NULL auto_increment, `link_id` int(10) unsigned NOT NULL, `container_id` int(10) unsigned NOT NULL, `container_type` varchar(40) NOT NULL default 'post', `link_text` varchar(250) NOT NULL default '', `parser_type` varchar(40) NOT NULL default 'link', `container_field` varchar(250) NOT NULL default '', `link_context` varchar(250) NOT NULL default '', `raw_url` text NOT NULL, PRIMARY KEY (`instance_id`), KEY `link_id` (`link_id`), KEY `source_id` (`container_type`,`container_id`), KEY `parser_type` (`parser_type`) ) ENGINE=MyISAM AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_blc_instances` -- LOCK TABLES `wp_blc_instances` WRITE; /*!40000 ALTER TABLE `wp_blc_instances` DISABLE KEYS */; INSERT INTO `wp_blc_instances` VALUES (1,1,1,'blogroll','Documentation','url_field','link_url','','http://codex.wordpress.org/'),(2,2,2,'blogroll','WordPress Blog','url_field','link_url','','http://wordpress.org/news/'),(3,3,3,'blogroll','Suggest Ideas','url_field','link_url','','http://wordpress.org/extend/ideas/'),(4,4,4,'blogroll','Support Forum','url_field','link_url','','http://wordpress.org/support/'),(5,5,5,'blogroll','Plugins','url_field','link_url','','http://wordpress.org/extend/plugins/'),(6,6,6,'blogroll','Themes','url_field','link_url','','http://wordpress.org/extend/themes/'),(7,7,7,'blogroll','WordPress Planet','url_field','link_url','','http://planet.wordpress.org/'),(8,8,1,'comment','Mr WordPress','url_field','comment_author_url','','http://wordpress.org/'),(9,9,123,'page','','link','post_content','','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1.png'),(10,9,123,'page','','link','post_content','','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1.png'),(11,10,123,'page','','image','post_content','','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1-300x219.png'),(12,10,123,'page','','image','post_content','','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1-300x219.png'); /*!40000 ALTER TABLE `wp_blc_instances` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_blc_links` -- DROP TABLE IF EXISTS `wp_blc_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_blc_links` ( `link_id` int(20) unsigned NOT NULL auto_increment, `url` text character set latin1 collate latin1_general_cs NOT NULL, `first_failure` datetime NOT NULL default '0000-00-00 00:00:00', `last_check` datetime NOT NULL default '0000-00-00 00:00:00', `last_success` datetime NOT NULL default '0000-00-00 00:00:00', `last_check_attempt` datetime NOT NULL default '0000-00-00 00:00:00', `check_count` int(4) unsigned NOT NULL default '0', `final_url` text character set latin1 collate latin1_general_cs NOT NULL, `redirect_count` smallint(5) unsigned NOT NULL default '0', `log` text NOT NULL, `http_code` smallint(6) NOT NULL default '0', `status_code` varchar(100) default '', `status_text` varchar(250) default '', `request_duration` float NOT NULL default '0', `timeout` tinyint(1) unsigned NOT NULL default '0', `broken` tinyint(1) NOT NULL default '0', `may_recheck` tinyint(1) NOT NULL default '1', `being_checked` tinyint(1) NOT NULL default '0', `result_hash` varchar(200) NOT NULL default '', `false_positive` tinyint(1) NOT NULL default '0', PRIMARY KEY (`link_id`), KEY `url` (`url`(150)), KEY `final_url` (`final_url`(150)), KEY `http_code` (`http_code`), KEY `broken` (`broken`) ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_blc_links` -- LOCK TABLES `wp_blc_links` WRITE; /*!40000 ALTER TABLE `wp_blc_links` DISABLE KEYS */; INSERT INTO `wp_blc_links` VALUES (1,'http://codex.wordpress.org/','0000-00-00 00:00:00','2011-07-21 13:23:01','2011-07-21 13:23:01','2011-07-21 13:23:01',0,'http://codex.wordpress.org/',0,'=== HTTP code : 200 ===\n\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Thu, 21 Jul 2011 13:23:01 GMT\r\nContent-Type: text/html; charset=UTF-8\r\nConnection: close\r\nVary: Accept-Encoding\r\nVary: Accept-Encoding, Cookie\r\nX-Vary-Options: Accept-Encoding;list-contains=gzip,Cookie;string-contains=codexToken;string-contains=codexLoggedOut;string-contains=codex_session\r\nExpires: Thu, 01 Jan 1970 00:00:00 GMT\r\nCache-Control: private, must-revalidate, max-age=0\r\nLast-Modified: Wed, 13 Jul 2011 21:15:31 GMT\r\nContent-Language: en\r\n\r\n\nLink is valid.',200,'','',0.11073,0,0,1,0,'200|0|0|92e94be9e239aee87374f062f227d35e',0),(2,'http://wordpress.org/news/','0000-00-00 00:00:00','2011-07-21 13:23:02','2011-07-21 13:23:02','2011-07-21 13:23:02',0,'http://wordpress.org/news/',0,'=== HTTP code : 200 ===\n\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Thu, 21 Jul 2011 13:23:02 GMT\r\nContent-Type: text/html; charset=utf-8\r\nConnection: close\r\nVary: Accept-Encoding\r\nX-Pingback: http://wordpress.org/news/xmlrpc.php\r\nLink: <http://wp.me/ZhYe>; rel=shortlink\r\n\r\n\nLink is valid.',200,'','',0.386085,0,0,1,0,'200|0|0|fa02148807c8b091f77c60ef1e78fed0',0),(3,'http://wordpress.org/extend/ideas/','0000-00-00 00:00:00','2011-07-21 13:23:02','2011-07-21 13:23:02','2011-07-21 13:23:02',0,'http://wordpress.org/extend/ideas/',0,'=== HTTP code : 200 ===\n\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Thu, 21 Jul 2011 13:23:02 GMT\r\nContent-Type: text/html; charset=utf-8\r\nConnection: close\r\nVary: Accept-Encoding\r\n\r\n\nLink is valid.',200,'','',0.22996,0,0,1,0,'200|0|0|e8c3ed9b14697d598db49bec46b1b346',0),(4,'http://wordpress.org/support/','0000-00-00 00:00:00','2011-07-21 13:23:02','2011-07-21 13:23:02','2011-07-21 13:23:02',0,'http://wordpress.org/support/',0,'=== HTTP code : 200 ===\n\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Thu, 21 Jul 2011 13:23:02 GMT\r\nContent-Type: text/html; charset=utf-8\r\nConnection: close\r\nVary: Accept-Encoding\r\n\r\n\nLink is valid.',200,'','',0.127585,0,0,1,0,'200|0|0|1456808f2203afff679945a4720401b1',0),(5,'http://wordpress.org/extend/plugins/','0000-00-00 00:00:00','2011-07-21 13:23:02','2011-07-21 13:23:02','2011-07-21 13:23:02',0,'http://wordpress.org/extend/plugins/',0,'=== HTTP code : 200 ===\n\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Thu, 21 Jul 2011 13:23:03 GMT\r\nContent-Type: text/html; charset=utf-8\r\nConnection: close\r\nVary: Accept-Encoding\r\n\r\n\nLink is valid.',200,'','',0.331584,0,0,1,0,'200|0|0|c523ef557a5346199cecd3f1fcdfcb7e',0),(6,'http://wordpress.org/extend/themes/','0000-00-00 00:00:00','2011-07-21 13:23:03','2011-07-21 13:23:03','2011-07-21 13:23:03',0,'http://wordpress.org/extend/themes/',0,'=== HTTP code : 200 ===\n\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Thu, 21 Jul 2011 13:23:03 GMT\r\nContent-Type: text/html; charset=utf-8\r\nConnection: close\r\nVary: Accept-Encoding\r\n\r\n\nLink is valid.',200,'','',0.678516,0,0,1,0,'200|0|0|04d5d2af50159ffcdf98e68d75daa4fd',0),(7,'http://planet.wordpress.org/','0000-00-00 00:00:00','2011-07-21 13:23:03','2011-07-21 13:23:03','2011-07-21 13:23:03',0,'http://planet.wordpress.org/',0,'=== HTTP code : 200 ===\n\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Thu, 21 Jul 2011 13:23:03 GMT\r\nContent-Type: text/html\r\nConnection: close\r\nVary: Accept-Encoding\r\nAccept-Ranges: bytes\r\nLast-Modified: Thu, 21 Jul 2011 13:15:15 GMT\r\nContent-Length: 73840\r\n\r\n\nLink is valid.',200,'','',0.071126,0,0,1,0,'200|0|0|63ea7fc1950318b883a7f367b25e8a37',0),(8,'http://wordpress.org/','0000-00-00 00:00:00','2011-07-21 13:23:03','2011-07-21 13:23:03','2011-07-21 13:23:03',0,'http://wordpress.org/',0,'=== HTTP code : 200 ===\n\nHTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Thu, 21 Jul 2011 13:23:03 GMT\r\nContent-Type: text/html; charset=utf-8\r\nConnection: close\r\nVary: Accept-Encoding\r\n\r\n\nLink is valid.',200,'','',0.074676,0,0,1,0,'200|0|0|8e73c6b5bc5ba66d98238874d1d08cfb',0),(9,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1.png','0000-00-00 00:00:00','2011-07-21 13:23:03','2011-07-21 13:23:03','2011-07-21 13:23:03',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1.png',0,'=== HTTP code : 200 ===\n\nHTTP/1.1 200 OK\r\nDate: Thu, 21 Jul 2011 13:23:08 GMT\r\nServer: Apache/2.2.17 (Unix) FrontPage/5.0.2.2635\r\nLast-Modified: Thu, 21 Jul 2011 01:42:30 GMT\r\nETag: \"1b00452-504b4-4a88a764a4848\"\r\nAccept-Ranges: bytes\r\nContent-Length: 328884\r\nContent-Type: image/png\r\n\r\n\nLink is valid.',200,'','',4.80015,0,0,1,0,'200|0|0|08e7bd9a0cc96cd7c91a6c62ac3dd228',0),(10,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1-300x219.png','0000-00-00 00:00:00','2011-07-21 13:23:08','2011-07-21 13:23:08','2011-07-21 13:23:08',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1-300x219.png',0,'=== HTTP code : 200 ===\n\nHTTP/1.1 200 OK\r\nDate: Thu, 21 Jul 2011 13:23:08 GMT\r\nServer: Apache/2.2.17 (Unix) FrontPage/5.0.2.2635\r\nLast-Modified: Thu, 21 Jul 2011 01:42:30 GMT\r\nETag: \"1b00454-159f7-4a88a764f0723\"\r\nAccept-Ranges: bytes\r\nContent-Length: 88567\r\nContent-Type: image/png\r\n\r\n\nLink is valid.',200,'','',0.007077,0,0,1,0,'200|0|0|d29f51ea564d45c575ce2badeda6b6b8',0); /*!40000 ALTER TABLE `wp_blc_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_blc_synch` -- DROP TABLE IF EXISTS `wp_blc_synch`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_blc_synch` ( `container_id` int(20) unsigned NOT NULL, `container_type` varchar(40) NOT NULL, `synched` tinyint(3) unsigned NOT NULL, `last_synch` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`container_type`,`container_id`), KEY `synched` (`synched`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_blc_synch` -- LOCK TABLES `wp_blc_synch` WRITE; /*!40000 ALTER TABLE `wp_blc_synch` DISABLE KEYS */; INSERT INTO `wp_blc_synch` VALUES (1,'blogroll',1,'2011-07-21 09:23:01'),(2,'blogroll',1,'2011-07-21 09:23:01'),(3,'blogroll',1,'2011-07-21 09:23:01'),(4,'blogroll',1,'2011-07-21 09:23:01'),(5,'blogroll',1,'2011-07-21 09:23:01'),(6,'blogroll',1,'2011-07-21 09:23:01'),(7,'blogroll',1,'2011-07-21 09:23:01'),(1,'comment',1,'2011-07-21 09:23:01'),(2,'page',1,'2011-07-21 09:23:01'),(49,'page',1,'2011-07-21 09:23:01'),(123,'page',1,'2011-07-21 09:23:01'),(130,'page',1,'2011-07-21 09:23:01'),(132,'page',1,'2011-07-21 09:23:01'),(134,'page',1,'2011-07-21 09:23:01'),(1,'post',1,'2011-07-21 09:23:01'),(126,'post',1,'2011-07-21 10:20:57'); /*!40000 ALTER TABLE `wp_blc_synch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','http://wordpress.org/','','2011-07-14 19:56:47','2011-07-14 19:56:47','Hi, this is a comment.<br />To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `blog_id` int(11) NOT NULL default '0', `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=609 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,0,'siteurl','http://0011f36.netsolhost.com/jungleblog','yes'),(2,0,'blogname','The Jungle Blog','yes'),(3,0,'blogdescription','Your Guide to Workplace Wildlife, Business Beasts, and Personal Pests','yes'),(4,0,'users_can_register','1','yes'),(5,0,'admin_email','dnewman@workingrelationships.biz','yes'),(6,0,'start_of_week','0','yes'),(7,0,'use_balanceTags','0','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','1','yes'),(10,0,'comments_notify','1','yes'),(11,0,'posts_per_rss','10','yes'),(12,0,'rss_use_excerpt','0','yes'),(13,0,'mailserver_url','127.0.0.1','yes'),(14,0,'mailserver_login','login@example.com','yes'),(15,0,'mailserver_pass','password','yes'),(16,0,'mailserver_port','110','yes'),(17,0,'default_category','1','yes'),(18,0,'default_comment_status','open','yes'),(19,0,'default_ping_status','open','yes'),(20,0,'default_pingback_flag','0','yes'),(21,0,'default_post_edit_rows','20','yes'),(22,0,'posts_per_page','10','yes'),(23,0,'date_format','F j, Y','yes'),(24,0,'time_format','g:i A','yes'),(25,0,'links_updated_date_format','F j, Y g:i a','yes'),(26,0,'links_recently_updated_prepend','<em>','yes'),(27,0,'links_recently_updated_append','</em>','yes'),(28,0,'links_recently_updated_time','120','yes'),(29,0,'comment_moderation','0','yes'),(30,0,'moderation_notify','1','yes'),(31,0,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(32,0,'gzipcompression','0','yes'),(33,0,'hack_file','0','yes'),(34,0,'blog_charset','UTF-8','yes'),(35,0,'moderation_keys','','no'),(36,0,'active_plugins','a:0:{}','yes'),(37,0,'home','http://www.ChiefPeoplePerson.com/jungleblog','yes'),(38,0,'category_base','','yes'),(39,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,0,'advanced_edit','0','yes'),(41,0,'comment_max_links','2','yes'),(42,0,'gmt_offset','','yes'),(43,0,'default_email_category','1','yes'),(44,0,'recently_edited','a:4:{i:0;s:106:\"/data/0/0/86/3/86329/user/87678/htdocs/jungleblog/wp-content/plugins/polaroid-gallery/polaroid_gallery.php\";i:1;s:86:\"/data/0/0/86/3/86329/user/87678/htdocs/jungleblog/wp-content/themes/graphene/style.css\";i:2;s:86:\"/data/0/0/86/3/86329/user/87678/htdocs/jungleblog/wp-content/themes/graphene/index.php\";i:3;s:0:\"\";}','no'),(45,0,'template','graphene','yes'),(46,0,'stylesheet','jungle','yes'),(47,0,'comment_whitelist','1','yes'),(48,0,'blacklist_keys','','no'),(49,0,'comment_registration','0','yes'),(50,0,'rss_language','en','yes'),(51,0,'html_type','text/html','yes'),(52,0,'use_trackback','0','yes'),(53,0,'default_role','subscriber','yes'),(54,0,'db_version','18226','yes'),(55,0,'uploads_use_yearmonth_folders','1','yes'),(56,0,'upload_path','','yes'),(57,0,'blog_public','0','yes'),(58,0,'default_link_category','2','yes'),(59,0,'show_on_front','page','yes'),(60,0,'tag_base','','yes'),(61,0,'show_avatars','1','yes'),(62,0,'avatar_rating','G','yes'),(63,0,'upload_url_path','','yes'),(64,0,'thumbnail_size_w','150','yes'),(65,0,'thumbnail_size_h','150','yes'),(66,0,'thumbnail_crop','1','yes'),(67,0,'medium_size_w','300','yes'),(68,0,'medium_size_h','300','yes'),(69,0,'avatar_default','mystery','yes'),(70,0,'enable_app','0','yes'),(71,0,'enable_xmlrpc','0','yes'),(72,0,'large_size_w','1024','yes'),(73,0,'large_size_h','1024','yes'),(74,0,'image_default_link_type','file','yes'),(75,0,'image_default_size','','yes'),(76,0,'image_default_align','','yes'),(77,0,'close_comments_for_old_posts','0','yes'),(78,0,'close_comments_days_old','14','yes'),(79,0,'thread_comments','1','yes'),(80,0,'thread_comments_depth','5','yes'),(81,0,'page_comments','0','yes'),(82,0,'comments_per_page','50','yes'),(83,0,'default_comments_page','newest','yes'),(84,0,'comment_order','asc','yes'),(85,0,'sticky_posts','a:0:{}','yes'),(86,0,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,0,'widget_text','a:3:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:13:\"header widget\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(88,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,0,'timezone_string','America/Los_Angeles','yes'),(90,0,'embed_autourls','1','yes'),(91,0,'embed_size_w','','yes'),(92,0,'embed_size_h','600','yes'),(93,0,'page_for_posts','0','yes'),(94,0,'page_on_front','2','yes'),(95,0,'default_post_format','0','yes'),(96,0,'wp_user_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:13:\"manage_series\";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:13:\"manage_series\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(97,0,'_transient_random_seed','f7038781078894b8176a9fdc3ce0e819','yes'),(98,0,'widget_search','a:4:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:1:{s:5:\"title\";s:5:\"serch\";}i:4;a:1:{s:5:\"title\";s:5:\"serch\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,0,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:12:\"Recent Posts\";s:6:\"number\";i:1;}s:12:\"_multiwidget\";i:1;}','yes'),(100,0,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(101,0,'widget_archives','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:3;a:3:{s:5:\"title\";s:7:\"archive\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,0,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,0,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:23:{i:0;s:6:\"text-3\";i:1;s:14:\"share-widget-2\";i:2;s:15:\"follow-widget-2\";i:3;s:18:\"graphene-twitter-2\";i:4;s:7:\"pages-2\";i:5;s:10:\"calendar-2\";i:6;s:7:\"links-2\";i:7;s:6:\"text-2\";i:8;s:5:\"rss-2\";i:9;s:11:\"tag_cloud-2\";i:10;s:10:\"nav_menu-2\";i:11;s:8:\"search-2\";i:12;s:14:\"recent-posts-2\";i:13;s:17:\"recent-comments-2\";i:14;s:10:\"archives-2\";i:15;s:12:\"categories-2\";i:16;s:6:\"meta-2\";i:17;s:8:\"search-4\";i:18;s:10:\"calendar-3\";i:19;s:7:\"pages-3\";i:20;s:8:\"search-3\";i:21;s:14:\"recent-posts-3\";i:22;s:10:\"archives-3\";}s:19:\"sidebar-widget-area\";a:1:{i:0;s:13:\"simpleimage-4\";}s:23:\"sidebar-two-widget-area\";a:0:{}s:18:\"footer-widget-area\";a:0:{}s:24:\"home-sidebar-widget-area\";a:0:{}s:28:\"home-sidebar-two-widget-area\";a:0:{}s:23:\"home-footer-widget-area\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(106,0,'widget_pages','a:3:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:5:\"pages\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(107,0,'widget_calendar','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:8:\"calendar\";}s:12:\"_multiwidget\";i:1;}','yes'),(108,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(109,0,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(110,0,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(111,0,'cron','a:3:{i:1311278409;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:1311278466;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(112,0,'_transient_doing_cron','1311259140','yes'),(345,0,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:40:\"http://wordpress.org/wordpress-3.2.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:40:\"http://wordpress.org/wordpress-3.2.1.zip\";s:10:\"no_content\";s:51:\"http://wordpress.org/wordpress-3.2.1-no-content.zip\";s:11:\"new_bundled\";s:52:\"http://wordpress.org/wordpress-3.2.1-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"3.2.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.2\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1311261706;s:15:\"version_checked\";s:5:\"3.2.1\";}','yes'),(526,0,'org_series_version','2.3.7','yes'),(527,0,'series_icon_path','','yes'),(528,0,'series_icon_url','','yes'),(529,0,'series_icon_filetypes','jpg gif jpeg png','yes'),(530,0,'org_series_options','a:26:{s:10:\"custom_css\";i:1;s:14:\"kill_on_delete\";i:0;s:15:\"auto_tag_toggle\";i:1;s:19:\"auto_tag_nav_toggle\";i:1;s:26:\"auto_tag_seriesmeta_toggle\";i:1;s:14:\"series_toc_url\";s:10:\"series-toc\";s:18:\"series_custom_base\";s:6:\"series\";s:16:\"series_toc_title\";s:28:\"Series Table of Contents << \";s:13:\"orgseries_api\";s:0:\"\";s:25:\"series_post_list_template\";s:163:\"<div class=\"seriesbox\"><div class=\"center\">%series_icon_linked%<br />%series_title_linked%</div><ul class=\"serieslist-ul\">%post_title_list%</ul></div>%postcontent%\";s:30:\"series_post_list_post_template\";s:50:\"<li class=\"serieslist-li\">%post_title_linked%</li>\";s:37:\"series_post_list_currentpost_template\";s:51:\"<li class=\"serieslist-li-current\">%post_title%</li>\";s:20:\"series_meta_template\";s:138:\"<div class=\"seriesmeta\">This entry is part %series_part% of %total_posts_in_series% in the series %series_title_linked%</div>%postcontent%\";s:28:\"series_meta_excerpt_template\";s:138:\"<div class=\"seriesmeta\">This entry is part %series_part% of %total_posts_in_series% in the series %series_title_linked%</div>%postcontent%\";s:37:\"series_table_of_contents_box_template\";s:215:\"<div class=\"serieslist-box\"><div class=\"imgset\">%series_icon_linked%</div><div class=\"serieslist-content\"><h2>%series_title_linked%</h2><p>%series_description%</p></div><hr style=\"clear: left; border: none\" /></div>\";s:29:\"latest_series_before_template\";s:31:\"<div class=\"latest-series\"><ul>\";s:28:\"latest_series_inner_template\";s:30:\"<li>%series_title_linked%</li>\";s:28:\"latest_series_after_template\";s:11:\"</ul></div>\";s:24:\"series_post_nav_template\";s:169:\"%postcontent%<fieldset><legend>Series Navigation</legend><span class=\"series-nav-left\">%previous_post%</span><span class=\"series-nav-right\">%next_post%</span></fieldset>\";s:31:\"series_nextpost_nav_custom_text\";s:15:\"%post_title% >>\";s:31:\"series_prevpost_nav_custom_text\";s:15:\"<< %post_title%\";s:29:\"series_icon_width_series_page\";i:200;s:27:\"series_icon_width_post_page\";i:100;s:31:\"series_icon_width_latest_series\";i:100;s:20:\"series_posts_orderby\";s:10:\"meta_value\";s:18:\"series_posts_order\";s:3:\"ASC\";}','yes'),(587,0,'_site_transient_timeout_theme_roots','1311265424','yes'),(588,0,'_site_transient_theme_roots','a:20:{s:6:\"bamboo\";s:7:\"/themes\";s:8:\"graphene\";s:7:\"/themes\";s:6:\"jungle\";s:7:\"/themes\";s:13:\"unused/ahimsa\";s:7:\"/themes\";s:14:\"unused/arclite\";s:7:\"/themes\";s:18:\"unused/arras-theme\";s:7:\"/themes\";s:16:\"unused/atahualpa\";s:7:\"/themes\";s:27:\"unused/cordobo-green-park-2\";s:7:\"/themes\";s:12:\"unused/corp2\";s:7:\"/themes\";s:13:\"unused/fusion\";s:7:\"/themes\";s:20:\"unused/grayCorporate\";s:7:\"/themes\";s:12:\"unused/inove\";s:7:\"/themes\";s:21:\"unused/lightspersonal\";s:7:\"/themes\";s:16:\"unused/lightword\";s:7:\"/themes\";s:17:\"unused/monochrome\";s:7:\"/themes\";s:22:\"unused/orangeCorporate\";s:7:\"/themes\";s:12:\"unused/pixel\";s:7:\"/themes\";s:12:\"unused/trees\";s:7:\"/themes\";s:19:\"unused/twentyeleven\";s:7:\"/themes\";s:16:\"unused/twentyten\";s:7:\"/themes\";}','yes'),(362,0,'theme_mods_jungle','a:10:{i:0;b:0;s:12:\"header_image\";s:79:\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/header1.png\";s:16:\"header_textcolor\";s:5:\"blank\";s:16:\"background_image\";s:88:\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/bambobackground1.jpg\";s:22:\"background_image_thumb\";s:96:\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/bambobackground1-150x150.jpg\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:6:\"center\";s:21:\"background_attachment\";s:6:\"scroll\";s:16:\"background_color\";s:0:\"\";s:18:\"nav_menu_locations\";a:3:{s:11:\"Header Menu\";i:7;s:14:\"secondary-menu\";i:0;s:11:\"footer-menu\";i:0;}}','yes'),(118,0,'auth_salt','jVsO}wIW3Z :Z8j:BUZQ:Mma[J&WH=}Y/W$VY^+VZQbTruf0XCmQwBRtQlNitx-N','yes'),(119,0,'logged_in_salt','3>5ML9FnIsAqT!]!c1^KVAMBwOO?d7x6Cbc1uzauz(-V:|^*D{K}n_4U6AV]BIr(','yes'),(244,0,'_transient_timeout_plugin_slugs','1311348299','no'),(245,0,'_transient_plugin_slugs','a:19:{i:0;s:19:\"akismet/akismet.php\";i:1;s:43:\"broken-link-checker/broken-link-checker.php\";i:2;s:41:\"fancy-gallery/wp-plugin-fancy-gallery.php\";i:3;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:4;s:36:\"google-sitemap-generator/sitemap.php\";i:5;s:9:\"hello.php\";i:6;s:19:\"jetpack/jetpack.php\";i:7;s:29:\"organize-series/orgSeries.php\";i:8;s:21:\"podpress/podpress.php\";i:9;s:37:\"polaroid-gallery/polaroid_gallery.php\";i:10;s:37:\"share-and-follow/share-and-follow.php\";i:11;s:35:\"simple-image-widget/simpleimage.php\";i:12;s:31:\"smooth-slider/smooth-slider.php\";i:13;s:25:\"user-photo/user-photo.php\";i:14;s:29:\"wp-db-backup/wp-db-backup.php\";i:15;s:28:\"editorial-calendar/edcal.php\";i:16;s:21:\"wp-cufon/wp-cufon.php\";i:17;s:35:\"wp-delete-posts/wp-delete-posts.php\";i:18;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(122,0,'recently_activated','a:14:{s:35:\"wp-delete-posts/wp-delete-posts.php\";i:1311261404;s:27:\"wp-super-cache/wp-cache.php\";i:1311261401;s:29:\"wp-db-backup/wp-db-backup.php\";i:1311261396;s:28:\"editorial-calendar/edcal.php\";i:1311261393;s:37:\"share-and-follow/share-and-follow.php\";i:1311261389;s:25:\"user-photo/user-photo.php\";i:1311261386;s:35:\"simple-image-widget/simpleimage.php\";i:1311261381;s:37:\"polaroid-gallery/polaroid_gallery.php\";i:1311261377;s:29:\"organize-series/orgSeries.php\";i:1311261373;s:19:\"jetpack/jetpack.php\";i:1311261369;s:43:\"broken-link-checker/broken-link-checker.php\";i:1311261363;s:27:\"wp-pagenavi/wp-pagenavi.php\";i:1311249709;s:31:\"smooth-slider/smooth-slider.php\";i:1311222716;s:21:\"wp-cufon/wp-cufon.php\";i:1311222722;}','yes'),(123,0,'nonce_salt','CR 19/vqgWq-teD j9+7tpxW,`_k&I!twTvH*nT~jS/d3{Wh1=dura}sD(]75J.o','yes'),(343,0,'db_upgraded','','yes'),(361,0,'current_theme','Jungle','yes'),(521,0,'_site_transient_timeout_wporg_theme_feature_list','1311269978','yes'),(522,0,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:18:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:20:\"front-page-post-form\";i:10;s:19:\"full-width-template\";i:11;s:12:\"microformats\";i:12;s:12:\"post-formats\";i:13;s:20:\"rtl-language-support\";i:14;s:11:\"sticky-post\";i:15;s:13:\"theme-options\";i:16;s:17:\"threaded-comments\";i:17;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(131,0,'theme_mods_graphene','a:4:{i:0;b:0;s:16:\"header_textcolor\";s:6:\"000000\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:12:\"header_image\";s:94:\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/cropped-parchment_tile.jpg\";}','yes'),(359,0,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1311259178;s:7:\"checked\";a:20:{s:6:\"bamboo\";s:0:\"\";s:8:\"graphene\";s:3:\"1.4\";s:6:\"jungle\";s:3:\"1.4\";s:13:\"unused/ahimsa\";s:3:\"3.0\";s:14:\"unused/arclite\";s:5:\"1.5.4\";s:18:\"unused/arras-theme\";s:5:\"1.3.5\";s:16:\"unused/atahualpa\";s:5:\"3.4.1\";s:27:\"unused/cordobo-green-park-2\";s:7:\"0.9.501\";s:12:\"unused/corp2\";s:2:\"v1\";s:13:\"unused/fusion\";s:3:\"3.1\";s:20:\"unused/grayCorporate\";s:2:\"v1\";s:12:\"unused/inove\";s:5:\"1.4.6\";s:21:\"unused/lightspersonal\";s:4:\"1.00\";s:16:\"unused/lightword\";s:5:\"1.8.7\";s:17:\"unused/monochrome\";s:3:\"2.0\";s:22:\"unused/orangeCorporate\";s:2:\"v1\";s:12:\"unused/pixel\";s:5:\"1.9.7\";s:12:\"unused/trees\";s:2:\"v1\";s:19:\"unused/twentyeleven\";s:3:\"1.2\";s:16:\"unused/twentyten\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:8:\"graphene\";a:3:{s:11:\"new_version\";s:5:\"1.4.1\";s:3:\"url\";s:43:\"http://wordpress.org/extend/themes/graphene\";s:7:\"package\";s:62:\"http://wordpress.org/extend/themes/download/graphene.1.4.1.zip\";}}}','yes'),(133,0,'widget_graphene-twitter','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(134,0,'graphene_settings','a:20:{s:20:\"homepage_panes_count\";s:1:\"0\";s:20:\"homepage_panes_posts\";s:1:\"3\";s:11:\"twitter_url\";s:34:\"http://twitter.com/ChiefPeoplePrsn\";s:12:\"facebook_url\";s:40:\"http://facebook.com/WorkingRelationships\";s:16:\"social_media_new\";a:2:{i:0;a:3:{s:4:\"name\";s:47:\"http://www.linkedin.com/in/workingrelationships\";s:3:\"url\";s:36:\"http://w-48.WorkingRelationships.BIZ\";s:4:\"icon\";s:66:\"/htdocs/jungleblog/wp-content/themes/jungle/images/linkedin-48.png\";}i:1;a:3:{s:4:\"name\";s:0:\"\";s:3:\"url\";s:0:\"\";s:4:\"icon\";s:0:\"\";}}s:10:\"slider_cat\";s:1:\"4\";s:16:\"slider_postcount\";s:1:\"7\";s:10:\"slider_img\";s:10:\"post_image\";s:20:\"slider_display_style\";s:9:\"full-post\";s:9:\"print_css\";b:1;s:12:\"print_button\";b:1;s:16:\"comments_setting\";s:14:\"disabled_pages\";s:16:\"alt_home_sidebar\";b:1;s:21:\"alt_home_footerwidget\";b:1;s:12:\"social_media\";a:1:{s:42:\"httpwww-linkedin-cominworkingrelationships\";a:3:{s:3:\"url\";s:36:\"http://w-48.WorkingRelationships.BIZ\";s:4:\"icon\";s:66:\"/htdocs/jungleblog/wp-content/themes/jungle/images/linkedin-48.png\";s:4:\"name\";s:47:\"http://www.linkedin.com/in/workingrelationships\";}}s:27:\"custom_site_title_frontpage\";s:15:\"The Jungle Blog\";s:25:\"custom_site_title_content\";s:15:\"The Jungle Blog\";s:20:\"frontpage_posts_cats\";a:1:{i:0;s:1:\"8\";}s:19:\"footerwidget_column\";s:1:\"2\";s:23:\"alt_footerwidget_column\";s:1:\"3\";}','yes'),(573,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1311296263','no'),(574,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1311253063','no'),(577,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1311296263','no'),(578,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1311253063','no'),(135,0,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:43:\"http://www.ChiefPeoplePerson.com/jungleblog\";s:4:\"link\";s:119:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.ChiefPeoplePerson.com/jungleblog/\";s:3:\"url\";s:149:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://0011f36.netsolhost.com/jungleblog/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(551,0,'_transient_timeout_feed_mod_bdca20444d45d92b3ee28dcb18635ab0','1311296261','no'),(552,0,'_transient_feed_mod_bdca20444d45d92b3ee28dcb18635ab0','1311253061','no'),(561,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1311296263','no'),(549,0,'_transient_timeout_feed_bdca20444d45d92b3ee28dcb18635ab0','1311296261','no'),(550,0,'_transient_feed_bdca20444d45d92b3ee28dcb18635ab0','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"link:http://0011f36.netsolhost.com/jungleblog/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://www.google.com/search?ie=utf-8&q=link:http://0011f36.netsolhost.com/jungleblog/&tbm=blg&tbs=sbd:1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Your search - <b>link:http://0011f36.netsolhost.com/jungleblog/</b> - did not match any documents. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Thu, 21 Jul 2011 12:57:41 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";s:143:\"PREF=ID=17a3060e9cbab45e:FF=0:TM=1311253061:LM=1311253061:S=DezoKphFNOT5ipSz; expires=Sat, 20-Jul-2013 12:57:41 GMT; path=/; domain=.google.com\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(557,0,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1311296263','no'),(558,0,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1311253063','no'),(559,0,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1311296263','no'),(560,0,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2011/07/best-wordcamp-speakers/\' title=\'As we complete speaker selection for the annual WordPress conference (a.k.a. WordCamp San Francisco), it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply […]\'>Best WordCamp Speakers?</a> <span class=\"rss-date\">July 16, 2011</span><div class=\'rssSummary\'>As we complete speaker selection for the annual WordPress conference (a.k.a. WordCamp San Francisco), it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply […]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2011/07/wordpress-3-2-1/\' title=\'After more than a million downloads of WordPress 3.2, we’re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to […]\'>WordPress 3.2.1</a> <span class=\"rss-date\">July 12, 2011</span><div class=\'rssSummary\'>After more than a million downloads of WordPress 3.2, we’re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to […]</div></li></ul></div>','no'),(575,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1311296263','no'),(576,0,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2011 12:47:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"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:48:\"printfriendly on \"Print Friendly and PDF Button\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/printfriendly/#post-10394\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Apr 2009 10:10:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"10394@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"#1 Print and PDF button for your wp site. Printer Friendly pages without coding, css, or print.css. Fast, easy, and professional.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"printfriendly\";s: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:31:\"adrian7 on \"WP Image Preloader\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/wp-image-preloader/#post-25426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Mar 2011 09:49:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25426@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Preloads images using Javascript. Use it to enhance your blog's visitors experience by preloading images for hover effects, slideshows etc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"adrian7\";s: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:40:\"camu on \"Subscribe To Comments Reloaded\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/#post-20966\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Sep 2010 00:55:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"20966@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Subscribe to Comments Reloaded allows commenters to sign up for e-mail notifications of subsequent replies.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"camu\";s: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:52:\"Joost de Valk on \"SlideShare for WordPress 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:57:\"http://wordpress.org/extend/plugins/slideshare/#post-2920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Feb 2008 20:30:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2920@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Easily embed SlideShare presentations into your WordPress posts by using the SlideShare WordPress.com embed 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:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"satollo on \"Hyper 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:58:\"http://wordpress.org/extend/plugins/hyper-cache/#post-5170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Apr 2008 12:16: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:41:\"5170@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"Hyper Cache is flexible and easy to configure cache system for WordPress. It's aim is to work on any installation.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"satollo\";s: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:33:\"dartiss on \"Artiss YouTube Embed\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/youtube-embed/#post-15267\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 Jan 2010 13:28: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"15267@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"A simple to use method of embedding YouTube videos into your posts and pages but with powerful features for those that need them.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"dartiss\";s: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:51:\"sisolm on \"Category Specific RSS feed Subscription\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/add-category-and-rss-menu/#post-28587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 21:00:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28587@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Wordpress plugin to add Category - RSS feed subscription menu to your posts, pages and sidebar.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"sisolm\";s: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:61:\"fabiancz on \"Simple Social - Sharing Widgets & Icons Updated\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wordpress.org/extend/plugins/simple-social-sharing-widgets-icons-updated/#post-28548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 Jul 2011 14:57:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28548@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Adds a set of cool icons and widgets at the end of your post for your readers to share.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"fabiancz\";s: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:33:\"sisolm on \"Twitter Profil Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/wp-twitter-profil-widget/#post-28602\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 07:21:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28602@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Official Twitter Profile Widget. Plugin shows your tweets on Page/Post/Widget area.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"sisolm\";s: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:27:\"khaledsaikat on \"User Meta\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/user-meta/#post-28254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Jul 2011 04:37:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28254@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Allow you to import user data from CSV file, including custom usermeta fields and you can add extra field to user profile page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"khaledsaikat\";s: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:55:\"Go-Gadget-Blog on \"Weather and Weather Forecast Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.org/extend/plugins/weather-and-weather-forecast-widget/#post-24646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Feb 2011 07:28:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24646@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"Use the best weather service worldwide - weather.com - to get the most beautiful weather info free on your WordPress site!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Go-Gadget-Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:21:\"TIgor4eg on \"TI Stat\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/ti-stat/#post-27926\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2011 09:11:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"27926@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Plugins shows charts from Yandex.Metrika on page.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"TIgor4eg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"joychao.cc on \"Image show box\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/img-show-box/#post-28532\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 Jul 2011 04:11:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28532@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"一款炫酷的图片查看插件,仿QQ空间个人中心查看图片效果。A cool image show box.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"joychao.cc\";s: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:62:\"isimpledesign on \"iSimpleDesign Amazon S3 Music Player 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:91:\"http://wordpress.org/extend/plugins/isimpledesign-amazon-s3-music-player-plugin/#post-24602\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Feb 2011 20:19:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24602@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"A plugin that allows you to link to your amazon S3 bucket and sets up a playlist. This plugin will only play .mp3 files please use Lamedrop to 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"isimpledesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"jim912 on \"PS Taxonomy Expander\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/extend/plugins/ps-taxonomy-expander/#post-26256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 02 May 2011 06:08:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"26256@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Makes categories, tags and custom taxonomies more useful.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"jim912\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 21 Jul 2011 12:57:43 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2009-04-29 10:10:42\";s:14:\"content-length\";s:4:\"8077\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(567,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1311296263','no'),(568,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1311253063','no'),(569,0,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1311296263','no'),(570,0,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2011/07/21/matt-wpn/\' title=\' […]\'>WordPress.tv: Matt Mullenweg on WordPress 3.2 – WebProNews Interview</a></li><li><a class=\'rsswidget\' href=\'http://alexking.org/blog/2011/07/20/ramp-content-deploy-wordpress\' title=\'I’m very excited to introduce RAMP to the WordPress community. RAMP is a new commercial product for WordPress that makes it easy to set up your content in your staging environment, then push those changes to your live site. At Crowd Favorite we are fortunate to have some really great clients. These clients are running some pretty big web properties on WordPr […]\'>Alex King: RAMP: Easy Content Deployment for WordPress</a></li><li><a class=\'rsswidget\' href=\'http://ma.tt/2011/07/pro-patent-arguments/\' title=\'The Trouble with Nathan Myhrvold’s Pro-Patent Arguments by Paul Kedrosky. […]\'>Matt: Pro-Patent Arguments</a></li><li><a class=\'rsswidget\' href=\'http://ocaoimh.ie/2011/07/20/cookies-for-comments-0-5-4/\' title=\'Cookies for Comments is a WordPress plugin that can be used alongside Akismet to significantly reduce or even kill completely comment spam. Version 0.5.4 adds a rejections page in case human visitors trip over the cookie check. You can modify the message shown to visitors and it’s obviously only useful if you don’t use the cookie check in your .htaccess file […]\'>Donncha: Cookies for Comments 0.5.4</a></li><li><a class=\'rsswidget\' href=\'http://josephscott.org/archives/2011/07/detecting-mysql-replication-lag-in-hyperdb/\' title=\'Iliya has a new post on detecting MySQL replication lag in HyperDB. It starts off with a few WordPress.com numbers: On WordPress.com we have over 218 million tables and perform tens of thousands queries per second. To scale all of this, we shard our 24 million blogs across more than 550 MySQL servers. This allows us to cope with load bursts and to handle dat […]\'>Joseph: Detecting MySQL Replication Lag in HyperDB</a></li></ul></div>','no'),(571,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1311296263','no'),(572,0,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/extend/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2011 12:52: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"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:56:\"sisolm on \"Add icons to sidebar of categories and 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wordpress.org/extend/plugins/add-icons-to-sidebar-of-categories-and-pages/#post-28584\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 19:21:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28584@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Easy add icons to sidebar of categories and pages. All features are flexible and ajax based.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"sisolm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"wpsimple on \"WPSP - Terms of Use\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/wpsp-terms-of-use/#post-28547\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 Jul 2011 13:07:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28547@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"WPSP - Terms of Use plugin is a plugin that links to the websites Terms of Use on the user registration page.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"wpsimple\";s: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:51:\"sisolm on \"Category Specific RSS feed Subscription\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/add-category-and-rss-menu/#post-28587\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 21:00:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28587@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Wordpress plugin to add Category - RSS feed subscription menu to your posts, pages and sidebar.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"sisolm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"sisolm on \"Twitter Profil Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/wp-twitter-profil-widget/#post-28602\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 07:21:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28602@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Official Twitter Profile Widget. Plugin shows your tweets on Page/Post/Widget area.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"sisolm\";s: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:34:\"AustinThemes on \"RanNum shortcode\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/rannum-shortcode/#post-28499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 Jul 2011 09:14:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28499@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"Adds a shortcode for generating a random number, either 1-100 or in a set range.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"AustinThemes\";s: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:38:\"twuni on \"Stack Overflow Flair Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/stack-overflow-flair-widget/#post-28566\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 08:55:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28566@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"This sidebar widget displays your Stack Overflow flair.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"twuni\";s: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:43:\"dashifen on \"WoW Hunter\'s Hall Feed Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/wow-hunters-hall-rss-feed/#post-28579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 15:34:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28579@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Loads the RSS feed from WoW Hunter's Hall on your site with as little configuration as possible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"dashifen\";s: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:44:\"sourcez on \"Simple Event Attendance (SEATT)\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/simple-event-attendance/#post-28553\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 Jul 2011 18:19:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28553@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"Simple attendance list, multiple lists can be added to any post or page and subscribed members can be edited.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"sourcez\";s: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:46:\"Zack Katz on \"Gravity Forms Salesforce Add-on\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/gravity-forms-salesforce/#post-28582\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 18:39:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28582@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Integrate the remarkable Gravity Forms plugin with Salesforce.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Zack Katz\";s: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:47:\"LorenW on \"Hierarchical Page Template Redirect\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wordpress.org/extend/plugins/hierarchical-page-template-redirect-plugin-hptr/#post-28556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 Jul 2011 19:46:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28556@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Assigns hierarchical templates to pages and their children giving precedence to the page-[id].php templates.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"LorenW\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"modcoder on \"WP-Browser\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/wp-browser/#post-28575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 13:58:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28575@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Multi-functional navigation with using AJAX. Allows you to preview all contents of category on one page. Saves traffic and server 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:\"\";}}}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:\"modcoder\";s: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:40:\"Wolfram Research on \"Wolfram CDF 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:66:\"http://wordpress.org/extend/plugins/wolfram-cdf-plugin/#post-28578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 14:59:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28578@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"The Wolfram CDF Plugin is a simple robust plugin that allows users to include interactive Computable Document Format (CDF) documents in their WordPres\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Wolfram 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: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:37:\"peter2322 on \"Twitpic Profile Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/twitpic-profile-widget/#post-28560\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 00:41:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28560@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"This widget will display your Twitpic Profile in the widget area displaying your latest twitpics.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"peter2322\";s: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:27:\"nessus on \"WP Group Access\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/wp-group-access/#post-25420\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Mar 2011 20:18: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"25420@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Plugin for wordpress group access.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"nessus\";s: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:35:\"sisolm on \"Facebook Fan Box Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/extend/plugins/wp-facebook-fan-box-widget-easy/#post-28551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 19 Jul 2011 17:53:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28551@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"This is a WordPress widget to display a Facebook fan box on the sidebar.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"sisolm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:48:\"http://wordpress.org/extend/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 21 Jul 2011 12:57:43 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2011-07-20 19:21:58\";s:14:\"content-length\";s:4:\"7856\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(523,0,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1311259576','yes'),(524,0,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"2477\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"1672\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"1488\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1249\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1237\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1202\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:3:\"881\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:3:\"809\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:3:\"778\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:3:\"758\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:3:\"739\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"686\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:3:\"675\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"600\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"530\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"517\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"445\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"443\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"439\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"430\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"428\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"400\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:3:\"389\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"379\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"373\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"355\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"354\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"354\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"350\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"345\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"345\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"340\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"328\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"318\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"312\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"309\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"301\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"289\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"289\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"283\";}}','yes'),(563,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1311296263','no'),(564,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1311253063','no'),(565,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1311296263','no'),(553,0,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1311296261','no'),(346,0,'_site_transient_timeout_browser_ad7872744992ccefee40d032e5ec0761','1311690719','yes'),(347,0,'_site_transient_browser_ad7872744992ccefee40d032e5ec0761','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"12.0.742.122\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"12\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(281,0,'cufon_replacement_script','Cufon.set(\'fontFamily\', \'Boopee\').replace(\'h1\')(\'h2\');','yes'),(282,0,'cufon_jquery','','yes'),(283,0,'cufon_delay_fix','','yes'),(284,0,'cufon_init_position','wp_head','yes'),(285,0,'cufon_replacement_position','wp_head','yes'),(286,0,'cufon_delay_position','wp_footer','yes'),(512,0,'category_children','a:0:{}','yes'),(494,0,'ossdl_off_cdn_url','http://0011f36.netsolhost.com/jungleblog','yes'),(495,0,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(496,0,'ossdl_off_exclude','.php','yes'),(172,0,'smooth_slider_options','a:42:{s:5:\"speed\";s:1:\"7\";s:10:\"transition\";s:1:\"5\";s:8:\"autostep\";s:1:\"1\";s:8:\"no_posts\";s:1:\"3\";s:8:\"bg_color\";s:7:\"#ffffff\";s:6:\"height\";s:3:\"200\";s:5:\"width\";s:3:\"450\";s:6:\"border\";s:1:\"1\";s:7:\"brcolor\";s:7:\"#999999\";s:10:\"goto_slide\";s:1:\"1\";s:8:\"navimg_w\";s:2:\"32\";s:9:\"navimg_ht\";s:2:\"32\";s:10:\"custom_nav\";s:0:\"\";s:10:\"title_text\";s:14:\"Featured Posts\";s:10:\"title_font\";s:7:\"Georgia\";s:12:\"title_fcolor\";s:7:\"#000000\";s:11:\"title_fsize\";s:2:\"20\";s:12:\"title_fstyle\";s:4:\"bold\";s:11:\"ptitle_font\";s:12:\"Trebuchet MS\";s:13:\"ptitle_fcolor\";s:7:\"#000000\";s:12:\"ptitle_fsize\";s:2:\"14\";s:13:\"ptitle_fstyle\";s:4:\"bold\";s:8:\"img_pick\";a:6:{i:0;s:1:\"1\";i:1;s:16:\"slider_thumbnail\";i:2;s:1:\"1\";i:3;s:1:\"1\";i:4;s:1:\"1\";i:5;s:1:\"1\";}s:9:\"img_align\";s:4:\"left\";s:4:\"crop\";s:1:\"0\";s:8:\"img_size\";s:1:\"1\";s:9:\"img_width\";s:3:\"165\";s:10:\"img_height\";s:3:\"120\";s:10:\"img_border\";s:1:\"1\";s:11:\"img_brcolor\";s:7:\"#000000\";s:12:\"content_font\";s:7:\"Verdana\";s:14:\"content_fcolor\";s:7:\"#333333\";s:13:\"content_fsize\";s:2:\"12\";s:14:\"content_fstyle\";s:6:\"normal\";s:12:\"content_from\";s:7:\"content\";s:13:\"content_chars\";s:3:\"300\";s:13:\"content_limit\";s:2:\"50\";s:14:\"allowable_tags\";s:0:\"\";s:4:\"more\";s:9:\"Read More\";s:10:\"user_level\";s:17:\"edit_others_posts\";s:9:\"shortcode\";s:1:\"1\";s:10:\"stylesheet\";s:11:\"default.css\";}','yes'),(173,0,'widget_sslider_wid','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(176,0,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(497,0,'ossdl_cname','','yes'),(579,0,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1311296263','no'),(210,0,'ShareAndFollowAdminOptions','a:365:{s:7:\"cdn-key\";s:0:\"\";s:3:\"cdn\";a:1:{s:10:\"status_txt\";s:4:\"FAIL\";}s:8:\"icon_set\";N;s:11:\"top_padding\";s:1:\"0\";s:13:\"print_support\";s:4:\"true\";s:9:\"rss_style\";s:7:\"rss_url\";s:5:\"nujij\";s:2:\"no\";s:16:\"nujij_share_text\";s:14:\"Share on nuJIJ\";s:16:\"nujij_popup_text\";s:32:\"Share this BLOG : TITLE on nuJIJ\";s:8:\"bookmark\";s:2:\"no\";s:19:\"bookmark_share_text\";s:19:\"Bookmark in Browser\";s:19:\"bookmark_popup_text\";s:26:\"Bookmark this BLOG : TITLE\";s:6:\"sphinn\";s:2:\"no\";s:17:\"sphinn_share_text\";s:20:\"Share this on sphinn\";s:17:\"sphinn_popup_text\";s:33:\"Share this BLOG : TITLE on sphinn\";s:11:\"show_header\";s:4:\"true\";s:15:\"follow_location\";s:5:\"right\";s:16:\"background_color\";s:6:\"878787\";s:12:\"border_color\";s:3:\"fff\";s:12:\"follow_color\";s:3:\"000\";s:15:\"extra_print_css\";s:0:\"\";s:7:\"content\";s:0:\"\";s:19:\"twitter_text_suffix\";s:0:\"\";s:21:\"width_of_page_minimum\";s:0:\"\";s:9:\"extra_css\";s:0:\"\";s:20:\"excluded_share_pages\";s:0:\"\";s:10:\"list_style\";s:8:\"iconOnly\";s:4:\"size\";s:2:\"32\";s:7:\"spacing\";s:1:\"3\";s:11:\"add_content\";s:4:\"true\";s:10:\"add_follow\";s:4:\"true\";s:7:\"add_css\";s:5:\"false\";s:8:\"post_rss\";s:3:\"yes\";s:8:\"facebook\";s:3:\"yes\";s:7:\"twitter\";s:3:\"yes\";s:7:\"stumble\";s:2:\"no\";s:4:\"digg\";s:2:\"no\";s:6:\"reddit\";s:2:\"no\";s:5:\"hyves\";s:2:\"no\";s:9:\"delicious\";s:3:\"yes\";s:5:\"print\";s:2:\"no\";s:5:\"orkut\";s:2:\"no\";s:7:\"myspace\";s:2:\"no\";s:11:\"google_buzz\";s:2:\"no\";s:10:\"yahoo_buzz\";s:2:\"no\";s:15:\"yahoo_buzz_link\";s:0:\"\";s:16:\"google_buzz_link\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:8:\"linkedin\";s:3:\"yes\";s:16:\"dailymotion_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:15:\"foursquare_link\";s:0:\"\";s:14:\"vkontakte_link\";s:0:\"\";s:10:\"plaxo_link\";s:0:\"\";s:12:\"coconex_link\";s:0:\"\";s:12:\"gowalla_link\";s:0:\"\";s:9:\"xing_link\";s:0:\"\";s:14:\"twitter_suffix\";s:0:\"\";s:10:\"vimeo_link\";s:0:\"\";s:17:\"distance_from_top\";s:3:\"100\";s:19:\"follow_list_spacing\";s:2:\"10\";s:9:\"vkontakte\";s:2:\"no\";s:4:\"mixx\";s:2:\"no\";s:5:\"email\";s:2:\"no\";s:11:\"tumblr_link\";s:0:\"\";s:6:\"tumblr\";s:2:\"no\";s:10:\"email_link\";s:0:\"\";s:10:\"email_body\";s:0:\"\";s:13:\"facebook_link\";s:0:\"\";s:12:\"twitter_link\";s:0:\"\";s:12:\"stumble_link\";s:0:\"\";s:9:\"digg_link\";s:0:\"\";s:11:\"reddit_link\";s:0:\"\";s:10:\"hyves_link\";s:0:\"\";s:14:\"delicious_link\";s:0:\"\";s:10:\"orkut_link\";s:0:\"\";s:12:\"myspace_link\";s:0:\"\";s:8:\"rss_link\";N;s:15:\"newsletter_link\";s:0:\"\";s:17:\"follow_newsletter\";s:2:\"no\";s:5:\"cssid\";s:1:\"3\";s:15:\"add_follow_text\";s:4:\"true\";s:10:\"word_value\";s:6:\"follow\";s:13:\"theme_support\";s:4:\"none\";s:17:\"follow_list_style\";s:8:\"iconOnly\";s:15:\"follow_facebook\";s:2:\"no\";s:14:\"follow_twitter\";s:2:\"no\";s:14:\"follow_stumble\";s:2:\"no\";s:11:\"follow_digg\";s:2:\"no\";s:13:\"follow_reddit\";s:0:\"\";s:12:\"follow_hyves\";s:2:\"no\";s:16:\"follow_delicious\";s:2:\"no\";s:12:\"follow_orkut\";s:2:\"no\";s:14:\"follow_myspace\";s:2:\"no\";s:13:\"follow_lastfm\";s:2:\"no\";s:13:\"follow_flickr\";s:2:\"no\";s:6:\"lastfm\";s:0:\"\";s:18:\"follow_google_buzz\";s:2:\"no\";s:15:\"follow_linkedin\";s:2:\"no\";s:13:\"follow_tumblr\";s:2:\"no\";s:11:\"follow_yelp\";s:2:\"no\";s:12:\"follow_xfire\";s:2:\"no\";s:17:\"follow_yahoo_buzz\";s:2:\"no\";s:16:\"follow_vkontakte\";s:2:\"no\";s:12:\"follow_plaxo\";s:2:\"no\";s:14:\"follow_gowalla\";s:2:\"no\";s:11:\"follow_xing\";s:2:\"no\";s:20:\"twitter_text_default\";s:0:\"\";s:18:\"follow_dailymotion\";s:2:\"no\";s:17:\"follow_soundcloud\";s:2:\"no\";s:12:\"follow_vimeo\";s:2:\"no\";s:14:\"follow_coconex\";s:2:\"no\";s:10:\"follow_rss\";s:3:\"yes\";s:14:\"follow_youtube\";s:2:\"no\";s:8:\"tab_size\";s:2:\"24\";s:10:\"css_images\";s:2:\"no\";s:7:\"wp_post\";s:2:\"no\";s:7:\"wp_page\";s:2:\"no\";s:7:\"wp_home\";s:2:\"no\";s:10:\"wp_archive\";s:2:\"no\";s:9:\"wp_author\";s:2:\"no\";s:6:\"bit_ly\";s:0:\"\";s:11:\"bit_ly_code\";s:0:\"\";s:17:\"follow_foursquare\";s:2:\"no\";s:12:\"twitter_text\";s:5:\"clean\";s:14:\"add_image_link\";s:4:\"true\";s:13:\"default_email\";s:0:\"\";s:9:\"word_text\";s:7:\"follow:\";s:19:\"default_email_image\";s:0:\"\";s:15:\"author_defaults\";s:7:\"authors\";s:14:\"logo_image_url\";s:0:\"\";s:12:\"homepage_img\";s:4:\"logo\";s:18:\"homepage_image_url\";s:0:\"\";s:11:\"archive_img\";s:4:\"logo\";s:17:\"archive_image_url\";s:0:\"\";s:14:\"page_image_url\";s:0:\"\";s:14:\"post_image_url\";s:0:\"\";s:8:\"page_img\";s:4:\"logo\";s:8:\"post_img\";s:8:\"gravatar\";s:10:\"share_text\";s:6:\"share:\";s:5:\"share\";s:2:\"no\";s:11:\"lastfm_link\";s:0:\"\";s:11:\"flickr_link\";s:0:\"\";s:13:\"linkedin_link\";s:0:\"\";s:10:\"xfire_link\";s:0:\"\";s:9:\"yelp_link\";s:0:\"\";s:22:\"background_transparent\";s:2:\"no\";s:18:\"border_transparent\";s:2:\"no\";s:12:\"youtube_link\";s:0:\"\";s:18:\"css_print_excludes\";s:32:\"#menu, #navigation, #navi, .menu\";s:16:\"follow_posterous\";s:2:\"no\";s:9:\"follow_ya\";s:2:\"no\";s:14:\"posterous_link\";s:0:\"\";s:7:\"ya_link\";s:0:\"\";s:17:\"css_follow_images\";s:2:\"no\";s:19:\"posterous_link_text\";s:19:\"Check my phone feed\";s:17:\"follow_feedburner\";s:2:\"no\";s:15:\"feedburner_link\";s:0:\"\";s:10:\"technorati\";s:2:\"no\";s:21:\"technorati_share_text\";s:19:\"Share on technorati\";s:21:\"technorati_popup_text\";s:37:\"Share this BLOG : TITLE on technorati\";s:4:\"xing\";s:2:\"no\";s:15:\"xing_share_text\";s:13:\"Share on xing\";s:15:\"xing_popup_text\";s:31:\"Share this BLOG : TITLE on xing\";s:12:\"ya_link_text\";s:15:\"Connect with me\";s:17:\"follow_slideshare\";s:2:\"no\";s:20:\"slideshare_link_text\";s:20:\"See my presentations\";s:15:\"slideshare_link\";s:0:\"\";s:16:\"follow_wordpress\";s:2:\"no\";s:19:\"wordpress_link_text\";s:15:\"Me on wordpress\";s:14:\"wordpress_link\";s:0:\"\";s:14:\"follow_technet\";s:2:\"no\";s:17:\"technet_link_text\";s:18:\"My technical items\";s:12:\"technet_link\";s:0:\"\";s:14:\"follow_squidoo\";s:2:\"no\";s:17:\"squidoo_link_text\";s:19:\"Check me on Squidoo\";s:12:\"squidoo_link\";s:0:\"\";s:12:\"follow_plurk\";s:2:\"no\";s:15:\"plurk_link_text\";s:24:\"Connect with me on Plurk\";s:10:\"plurk_link\";s:0:\"\";s:13:\"follow_meetup\";s:2:\"no\";s:16:\"meetup_link_text\";s:19:\"Come to the Meeting\";s:11:\"meetup_link\";s:0:\"\";s:14:\"follow_getglue\";s:2:\"no\";s:17:\"getglue_link_text\";s:22:\"Wanna see my stickers?\";s:12:\"getglue_link\";s:0:\"\";s:11:\"follow_ning\";s:2:\"no\";s:14:\"ning_link_text\";s:22:\"Wanna see my stickers?\";s:9:\"ning_link\";s:0:\"\";s:11:\"follow_bebo\";s:2:\"no\";s:14:\"bebo_link_text\";s:15:\"Find me on Bebo\";s:9:\"bebo_link\";s:0:\"\";s:12:\"follow_faves\";s:2:\"no\";s:15:\"faves_link_text\";s:12:\"See my Faves\";s:10:\"faves_link\";s:0:\"\";s:15:\"follow_identica\";s:2:\"no\";s:18:\"identica_link_text\";s:28:\"Connect with me on identi.ca\";s:13:\"identica_link\";s:0:\"\";s:15:\"follow_bandcamp\";s:2:\"no\";s:17:\"follow_deviantart\";s:2:\"no\";s:11:\"follow_imdb\";s:2:\"no\";s:13:\"follow_itunes\";s:2:\"no\";s:12:\"follow_moddb\";s:2:\"no\";s:13:\"follow_picasa\";s:2:\"no\";s:13:\"follow_sphinn\";s:2:\"no\";s:13:\"bandcamp_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:9:\"imdb_link\";s:0:\"\";s:11:\"itunes_link\";s:0:\"\";s:10:\"moddb_link\";s:0:\"\";s:11:\"picasa_link\";s:0:\"\";s:11:\"sphinn_link\";s:0:\"\";s:4:\"bebo\";s:2:\"no\";s:15:\"bebo_share_text\";s:13:\"Share on bebo\";s:15:\"bebo_popup_text\";s:31:\"Share this BLOG : TITLE on bebo\";s:8:\"identica\";s:2:\"no\";s:19:\"identica_share_text\";s:17:\"Share on identica\";s:19:\"identica_popup_text\";s:35:\"Share this BLOG : TITLE on identica\";s:5:\"dzone\";s:2:\"no\";s:16:\"dzone_share_text\";s:14:\"Share on dzone\";s:16:\"dzone_popup_text\";s:32:\"Share this BLOG : TITLE on dzone\";s:4:\"fark\";s:2:\"no\";s:15:\"fark_share_text\";s:13:\"Share on fark\";s:15:\"fark_popup_text\";s:31:\"Share this BLOG : TITLE on fark\";s:5:\"faves\";s:2:\"no\";s:16:\"faves_share_text\";s:14:\"Share on faves\";s:16:\"faves_popup_text\";s:32:\"Share this BLOG : TITLE on faves\";s:9:\"linkagogo\";s:2:\"no\";s:20:\"linkagogo_share_text\";s:18:\"Share on linkagogo\";s:20:\"linkagogo_popup_text\";s:36:\"Share this BLOG : TITLE on linkagogo\";s:6:\"mrwong\";s:2:\"no\";s:17:\"mrwong_share_text\";s:15:\"Share on mrwong\";s:17:\"mrwong_popup_text\";s:33:\"Share this BLOG : TITLE on mrwong\";s:8:\"netvibes\";s:2:\"no\";s:19:\"netvibes_share_text\";s:17:\"Share on netvibes\";s:19:\"netvibes_popup_text\";s:35:\"Share this BLOG : TITLE on netvibes\";s:10:\"friendfeed\";s:2:\"no\";s:21:\"friendfeed_share_text\";s:19:\"Share on FriendFeed\";s:21:\"friendfeed_popup_text\";s:37:\"Share this BLOG : TITLE on FriendFeed\";s:15:\"friendfeed_ning\";s:0:\"\";s:20:\"friendfeed_link_text\";s:14:\"Check my feeds\";s:15:\"friendfeed_link\";s:0:\"\";s:17:\"follow_friendfeed\";s:2:\"no\";s:25:\"wpsc_top_of_products_page\";s:2:\"no\";s:31:\"wpsc_product_before_description\";s:2:\"no\";s:30:\"wpsc_product_addon_after_descr\";s:2:\"no\";s:12:\"follow_email\";s:2:\"no\";s:15:\"email_link_text\";s:18:\"Sign up for emails\";s:21:\"excluded_follow_pages\";s:0:\"\";s:11:\"follow_page\";s:2:\"no\";s:11:\"follow_post\";s:2:\"no\";s:14:\"follow_archive\";s:2:\"no\";s:11:\"follow_home\";s:2:\"no\";s:13:\"follow_author\";s:2:\"no\";s:20:\"vkontakte_share_text\";s:18:\"Share on vkontakte\";s:15:\"mixx_share_text\";s:10:\"Mixx it up\";s:19:\"linkedin_share_text\";s:17:\"Share on Linkedin\";s:19:\"facebook_share_text\";s:21:\"Recommend on Facebook\";s:18:\"twitter_share_text\";s:14:\"Tweet about it\";s:17:\"tumblr_share_text\";s:9:\"Tumblr it\";s:18:\"stumble_share_text\";s:20:\"Share with Stumblers\";s:15:\"digg_share_text\";s:14:\"Digg this post\";s:17:\"reddit_share_text\";s:16:\"share via Reddit\";s:16:\"hyves_share_text\";s:12:\"Tip on Hyves\";s:20:\"delicious_share_text\";s:21:\"Bookmark on Delicious\";s:16:\"orkut_share_text\";s:14:\"Share on Orkut\";s:18:\"myspace_share_text\";s:17:\"Share via MySpace\";s:18:\"facebook_link_text\";s:25:\"Become my Facebook friend\";s:17:\"twitter_link_text\";s:13:\"Tweet with me\";s:16:\"tumblr_link_text\";s:16:\"Read my Tumbles.\";s:15:\"xfire_link_text\";s:17:\"Come on a mission\";s:17:\"stumble_link_text\";s:18:\"Follow my Stumbles\";s:15:\"hyves_link_text\";s:25:\"Become my friend on Hyves\";s:15:\"orkut_link_text\";s:20:\"Become Orkut Buddies\";s:17:\"myspace_link_text\";s:25:\"Become a myspace follower\";s:20:\"foursquare_link_text\";s:23:\"Follow me on FourSquare\";s:20:\"soundcloud_link_text\";s:18:\"Listen to my music\";s:20:\"feedburner_link_text\";s:12:\"Stay updated\";s:17:\"coconex_link_text\";s:15:\"Connect with us\";s:15:\"plaxo_link_text\";s:20:\"Join my address book\";s:19:\"vkontakte_link_text\";s:14:\"Become Friends\";s:17:\"gowalla_link_text\";s:17:\"Follow my actions\";s:14:\"xing_link_text\";s:15:\"Connect with us\";s:16:\"sphinn_link_text\";s:13:\"Read my posts\";s:16:\"itunes_link_text\";s:12:\"Listen to me\";s:20:\"deviantart_link_text\";s:14:\"See my artwork\";s:15:\"moddb_link_text\";s:14:\"Gamer? my mods\";s:16:\"picasa_link_text\";s:15:\"See my pictures\";s:18:\"bandcamp_link_text\";s:18:\"Listen to the band\";s:14:\"imdb_link_text\";s:15:\"Read my reviews\";s:19:\"delicious_link_text\";s:16:\"See what I share\";s:14:\"digg_link_text\";s:13:\"Digg my stuff\";s:15:\"vimeo_link_text\";s:15:\"Watch my videos\";s:21:\"dailymotion_link_text\";s:18:\"Tune to my channel\";s:21:\"yahoo_buzz_share_text\";s:10:\"Buzz it up\";s:22:\"google_buzz_share_text\";s:10:\"Buzz it up\";s:20:\"yahoo_buzz_link_text\";s:9:\"Follow me\";s:16:\"lastfm_link_text\";s:14:\"Check my tunes\";s:21:\"google_buzz_link_text\";s:21:\"Join my conversations\";s:18:\"linkedin_link_text\";s:15:\"Connect with me\";s:14:\"yelp_link_text\";s:12:\"Read reviews\";s:16:\"flickr_link_text\";s:13:\"See my photos\";s:20:\"newsletter_link_text\";s:19:\"Join the newsletter\";s:13:\"rss_link_text\";s:3:\"RSS\";s:16:\"email_share_text\";s:13:\"Tell a friend\";s:15:\"email_body_text\";s:40:\"here is a link to a site I really like. \";s:17:\"youtube_link_text\";s:31:\"Subscribe to my YouTube Channel\";s:19:\"post_rss_share_text\";s:38:\"Subscribe to the comments on this post\";s:16:\"print_share_text\";s:15:\"Print for later\";s:15:\"mixx_popup_text\";s:31:\"Share this BLOG : TITLE on Mixx\";s:19:\"linkedin_popup_text\";s:35:\"Share this BLOG : TITLE on Linkedin\";s:19:\"facebook_popup_text\";s:39:\"Recommend this BLOG : TITLE on Facebook\";s:18:\"stumble_popup_text\";s:38:\"Share this BLOG : TITLE with Stumblers\";s:18:\"twitter_popup_text\";s:34:\"Tweet this BLOG : TITLE on Twitter\";s:17:\"tumblr_popup_text\";s:26:\"Tumblr. this BLOG : TITLE \";s:20:\"delicious_popup_text\";s:39:\"Bookmark this BLOG : TITLE on Delicious\";s:20:\"vkontakte_popup_text\";s:36:\"Share this BLOG : TITLE on vkontakte\";s:15:\"digg_popup_text\";s:22:\"Digg this BLOG : TITLE\";s:17:\"reddit_popup_text\";s:33:\"Share this BLOG : TITLE on Reddit\";s:16:\"hyves_popup_text\";s:30:\"Tip this BLOG : TITLE on Hyves\";s:16:\"orkut_popup_text\";s:32:\"Share this BLOG : TITLE on Orkut\";s:18:\"myspace_popup_text\";s:35:\"Share this BLOG : TITLE via MySpace\";s:19:\"post_rss_popup_text\";s:33:\"Follow this BLOG : TITLE comments\";s:16:\"print_popup_text\";s:41:\"Print this BLOG : TITLE for reading later\";s:16:\"email_popup_text\";s:38:\"Tell a friend about this BLOG : TITLE \";s:22:\"google_buzz_popup_text\";s:26:\"Buzz up this BLOG : TITLE \";s:21:\"yahoo_buzz_popup_text\";s:26:\"Buzz up this BLOG : TITLE \";s:18:\"blogger_popup_text\";s:34:\"Share this BLOG : TITLE on Blogger\";s:7:\"blogger\";s:2:\"no\";s:14:\"follow_blogger\";s:2:\"no\";s:18:\"blogger_share_text\";s:10:\"Blog this!\";s:12:\"blogger_link\";s:0:\"\";s:17:\"blogger_link_text\";s:20:\"Follow me on Blogger\";s:12:\"like_topleft\";s:2:\"no\";s:13:\"like_topright\";s:2:\"no\";s:11:\"like_bottom\";s:2:\"no\";s:10:\"like_style\";s:9:\"box_count\";s:10:\"like_width\";s:2:\"65\";s:10:\"like_faces\";s:5:\"false\";s:9:\"like_verb\";s:4:\"like\";s:10:\"like_color\";s:5:\"light\";s:9:\"like_font\";s:5:\"arial\";s:13:\"bit_ly_domain\";s:0:\"\";s:13:\"tweet_topleft\";s:2:\"no\";s:14:\"tweet_topright\";s:2:\"no\";s:12:\"tweet_bottom\";s:2:\"no\";s:11:\"tweet_width\";s:2:\"65\";s:11:\"tweet_style\";s:8:\"vertical\";s:31:\"tweet_wpsc_top_of_products_page\";s:2:\"no\";s:37:\"tweet_wpsc_product_before_description\";s:2:\"no\";s:36:\"tweet_wpsc_product_addon_after_descr\";s:2:\"no\";s:30:\"like_wpsc_top_of_products_page\";s:2:\"no\";s:36:\"like_wpsc_product_before_description\";s:2:\"no\";s:35:\"like_wpsc_product_addon_after_descr\";s:2:\"no\";s:9:\"posterous\";s:2:\"no\";s:20:\"posterous_share_text\";s:18:\"Share on Posterous\";s:20:\"posterous_popup_text\";s:36:\"Share this BLOG : TITLE on Posterous\";s:9:\"tweet_via\";s:0:\"\";s:13:\"stumble_style\";s:1:\"5\";s:15:\"stumble_topleft\";s:2:\"no\";s:16:\"stumble_topright\";s:2:\"no\";s:14:\"stumble_bottom\";s:2:\"no\";s:33:\"stumble_wpsc_top_of_products_page\";s:2:\"no\";s:39:\"stumble_wpsc_product_before_description\";s:2:\"no\";s:38:\"stumble_wpsc_product_addon_after_descr\";s:2:\"no\";}','yes'),(211,0,'widget_share-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(212,0,'widget_follow-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(213,0,'ShareAndFollowCSS','a:3:{s:5:\"cssid\";s:1:\"3\";s:5:\"print\";s:317:\"body {background: white;font-size: 12pt;color:black;}\n * {background-image:none;}\n #wrapper, #content {width: auto;margin: 0 5%;padding: 0;border: 0;float: none !important;color: black;background: transparent none;}\n a { text-decoration : underline; color : #0000ff; }\n#menu, #navigation, #navi, .menu {display:none}\n\";s:6:\"screen\";s:2872:\".socialwrap li.icon_text a img, .socialwrap li.iconOnly a img, .followwrap li.icon_text a img, .followwrap li.iconOnly a img{border-width:0 !important;background-color:none;}#follow.right {width:32px;position:fixed; right:0; top:100px;background-color:#878787;padding:10px 0;font-family:impact,charcoal,arial, helvetica,sans-serif;-moz-border-radius-topleft: 5px;-webkit-border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border:2px solid #fff;border-right-width:0}#follow.right ul {padding:0; margin:0; list-style-type:none !important;font-size:24px;color:black;}\n#follow.right ul li {padding-bottom:10px;list-style-type:none !important;padding-left:4px;padding-right:4px}\n#follow img{border:none;}#follow.right ul li.follow {margin:0 4px;}\n#follow.right ul li.follow img {border-width:0;display:block;overflow:hidden; background:transparent url(http://0011f36.netsolhost.com/jungleblog/wp-content/plugins/share-and-follow/images/impact/follow-right.png) no-repeat -0px 0px;height:79px;width:20px;}\n#follow.right ul li a {display:block;}\n#follow.right ul li.follow span, #follow ul li a span {display:none}.share {margin:0 3px 3px 0;}\n.phat span {display:inline;}\nul.row li {float:left;list-style-type:none;}\nli.iconOnly a span.head {display:none}\n#follow.left ul.size16 li.follow{margin:0px auto !important}\nli.icon_text a {padding-left:0;margin-right:3px}\nli.text_only a {background-image:none !important;padding-left:0;}\nli.text_only a img {display:none;}\nli.icon_text a span{background-image:none !important;padding-left:0 !important; }\nli.iconOnly a span.head {display:none}\nul.socialwrap li {margin:0 3px 3px 0 !important;}\nul.socialwrap li a {text-decoration:none;}ul.row li {float:left;line-height:auto !important;}\nul.row li a img {padding:0}.size16 li a,.size24 li a,.size32 li a, .size48 li a, .size60 li a {display:block}ul.socialwrap {list-style-type:none !important;margin:0; padding:0;text-indent:0 !important;}\nul.socialwrap li {list-style-type:none !important;background-image:none;padding:0;list-style-image:none !important;}\nul.followwrap {list-style-type:none !important;margin:0; padding:0}\nul.followwrap li {margin-right:3px;margin-bottom:3px;list-style-type:none !important;}\n#follow.right ul.followwrap li, #follow.left ul.followwrap li {margin-right:0px;margin-bottom:0px;}\n.shareinpost {clear:both;padding-top:0px}.shareinpost ul.socialwrap {list-style-type:none !important;margin:0 !important; padding:0 !important}\n.shareinpost ul.socialwrap li {padding-left:0 !important;background-image:none !important;margin-left:0 !important;list-style-type:none !important;text-indent:0 !important}\n.socialwrap li.icon_text a img, .socialwrap li.iconOnly a img{border-width:0}ul.followrap li {list-style-type:none;list-style-image:none !important;}\ndiv.clean {clear:left;}\ndiv.display_none {display:none;}\n\";}','yes'),(555,0,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1311296263','no'),(556,0,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Jul 2011 21:32:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/?v=3.3-aortic-dissection\";s:7:\"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:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Best WordCamp Speakers?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/news/2011/07/best-wordcamp-speakers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2011/07/best-wordcamp-speakers/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Jul 2011 21:32:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2000\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"As we complete speaker selection for the annual WordPress conference (a.k.a. WordCamp San Francisco), it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1600:\"<p>As we complete speaker selection for <a href=\"http://2011.sf.wordcamp.org/\">the annual WordPress conference (a.k.a. WordCamp San Francisco)</a>, it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply (too shy? who knows?) but have wowed local crowds at previous WordCamps.</p>\n<p>This is about as basic a survey as there is. Tell us the three best WordCamp presentations you saw in the past year or so. For each, give the presenters name, the topic (exact title not necessary) and which WordCamp it was at (important).</p>\n<p>Example:</p>\n<p>1. Joe Shmoe, Using the Loop, WordCamp Sheboygan 2011<br />\n2. Jane Doe, Top 5 WordPress Plugins, WordCamp La Mancha 2010<br />\n3. Lee Smith, Your First Core Patch, WordCamp Atlantis 2011</p>\n<p>That’s it. We don’t need your name or any info at all, just your three top speaker votes. We’ll take a look at the people with the most votes, and consider them for WCSF if they’re not already in the application pool. Thanks for your help in making this year’s conference better and more WordPressy than ever. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p><a href=\"http://wordcampcentral.polldaddy.com/s/best-2010-2011-wordcamp-speakers-so-far\">Vote Now!</a></p>\n<p>P.S. <a href=\"http://2011.sf.wordcamp.org/get-tickets/\">Have you bought your tickets yet</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:62:\"http://wordpress.org/news/2011/07/best-wordcamp-speakers/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:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 3.2.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:50:\"http://wordpress.org/news/2011/07/wordpress-3-2-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/2011/07/wordpress-3-2-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2011 19:49:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=1982\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"After more than a million downloads of WordPress 3.2, we’re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated 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: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:1129:\"<p>After more than a million downloads of WordPress 3.2, we’re now releasing <a href=\"http://wordpress.org/download/\">WordPress 3.2.1</a> into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to 3.2, then this update will be even faster than usual, thanks to the new feature in 3.2 that only updates files that have been changed, rather than replacing all the files in your installation.</p>\n<p>For a full list of fixes, view the <a href=\"http://core.trac.wordpress.org/log/branches/3.2/?rev=18436&stop_rev=18398\">changelog</a> the list of <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.2.1\">tickets</a>. Our release haiku:</p>\n<p>JSON, the admin<br />\nA little bit tidier<br />\nEdge cases covered</p>\n<p><a href=\"http://wordpress.org/download/\"><strong>Download 3.2.1</strong></a> or update now from the Dashboard → Updates menu in your site’s admin area.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/07/wordpress-3-2-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:2;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 3.2 now available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://wordpress.org/news/2011/07/gershwin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2011/07/gershwin/#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, 04 Jul 2011 21:07:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=1924\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Here in the U.S. we are observing Independence Day, and I can’t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I’m excited to announce that WordPress 3.2 is now available to the world, both as an update 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: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:14127:\"<p>Here in the U.S. we are observing Independence Day, and I can’t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I’m excited to announce that WordPress 3.2 is now available to the world, both as an update in your dashboard and a <a href=\"http://wordpress.org/\">download on WordPress.org</a>. Version 3.2 is our fifteenth major release of WordPress and comes just four months after 3.1 (which coincidentally just passed the 15 million download mark this morning), reflecting the growing speed of development in the WordPress community and our dedication to getting improvements in your hands as soon as possible. We’re dedicating this release to noted composer and pianist <a href=\"http://en.wikipedia.org/wiki/George_Gershwin\">George Gershwin</a>.</p>\n<p><em>Before we get to the release, in anticipation of the State of the Word speech at the upcoming <a href=\"http://2011.sf.wordcamp.org/\">WordCamp San Francisco</a> (the annual WordPress conference) we’re doing a survey or census of the WordPress world. If you have a moment, <a href=\"http://wpsurvey.polldaddy.com/s/wp-2011\">please fill out this survey</a> and we’ll share what <em>we learn by </em>publishing the aggregate results in August.</em></p>\n<p>The focus for this release was <strong>making WordPress faster and lighter</strong>. The first thing you’ll notice when you log in to 3.2 is a <strong>refreshed dashboard design</strong> that tightens the typography, design, and code behind the admin. (Rhapsody in Grey?) If you’re starting a new blog, you’ll also appreciate the fully HTML5 <strong>new Twenty Eleven theme</strong>, fulfilling our plan to replace the default theme every year. Start writing your first post in our redesigned post editor and venture to the full-screen button in the editing toolbar to enter the new <strong>distraction-free writing or zen mode</strong>, my personal favorite feature of the release. All of the widgets, menus, buttons, and interface elements fade away to allow you to compose and edit your thoughts in a completely clean environment conducive to writing, but when your mouse strays to the top of the screen your most-used shortcuts are right there where you need them. (I like to press F11 to take my browser full-screen, getting rid of even the OS chrome.)</p>\n<p><embed src=\"http://v.wordpress.com/ac07H291\" type=\"application/x-shockwave-flash\" width=\"600\" height=\"337\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></p>\n<p>Under the hood there have been a number of improvements, not the least of which is the <strong>streamlining</strong> enabled by our <a href=\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\">previously announced plan</a> of retiring support for PHP4, older versions of MySQL, and legacy browsers like IE6, which allows us to take advantage of more features enabled by new technologies. The <strong>admin bar</strong> has a few more shortcuts to your most commonly-used actions. On the comment moderation screen, the new <strong>approve & reply</strong> feature speeds up your conversation management. You’ll notice in your first update after 3.2 that we’ll only be updating the files that have changed with each new release instead of every file in your WordPress installation, which makes <strong>updates significantly faster on all hosting platforms</strong>. There are also some fun new theme features shown off by Twenty Eleven, like the ability to have multiple <strong>rotating header images</strong> to highlight all of your favorite photos.</p>\n<p>There is way more, like our new freedoms and credits screens (linked from your dashboard footer), so for the full story check out the <a href=\"http://codex.wordpress.org/Version_3.2\">Codex page on 3.2</a> or the <a href=\"http://core.trac.wordpress.org/milestone/3.2\">Trac milestone which includes the 400+ tickets closed in this release</a>.</p>\n<h3>A Community Effort</h3>\n<p>We now finally have a credits page inside of WordPress itself (though a cool revision is coming in 3.3), but for posterity let’s give a round of applause to these fine folks who contributed to 3.2:</p>\n<p><a href=\"http://profiles.wordpress.org/users/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/users/aaroncampbell\">Aaron Campbell</a>, <a href=\"http://profiles.wordpress.org/users/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/users/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/users/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/users/ampt\">ampt</a>, <a href=\"http://profiles.wordpress.org/users/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/users/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/users/andrewryno\">andrewryno</a>, <a href=\"http://profiles.wordpress.org/users/andy\">andy</a>, <a href=\"http://profiles.wordpress.org/users/filosofo\">Austin Matzko</a>, <a href=\"http://profiles.wordpress.org/users/benchapman\">BenChapman</a>, <a href=\"http://profiles.wordpress.org/users/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/users/bluntelk\">bluntelk</a>, <a href=\"http://profiles.wordpress.org/users/boonebgorges\">Boone Gorges</a>, <a href=\"http://profiles.wordpress.org/users/cnorris23\">Brandon Allen</a>, <a href=\"http://profiles.wordpress.org/users/brandonburke\">Brandon Burke</a>, <a href=\"http://profiles.wordpress.org/users/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/users/cfinke\">cfinke</a>, <a href=\"http://profiles.wordpress.org/users/charlesclarkson\">charlesclarkson</a>, <a href=\"http://profiles.wordpress.org/users/chexee\">chexee</a>, <a href=\"http://profiles.wordpress.org/users/coffee2code\">coffee2code</a>, <a href=\"http://profiles.wordpress.org/users/scribu\">Cristi Burcă</a>, <a href=\"http://profiles.wordpress.org/users/daniloercoli\">daniloercoli</a>, <a href=\"http://profiles.wordpress.org/users/koopersmith\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/users/dcowgill\">David Cowgill</a>, <a href=\"http://profiles.wordpress.org/users/jdtrower\">David Trower</a>, <a href=\"http://profiles.wordpress.org/users/demetris\">demetris</a>, <a href=\"http://profiles.wordpress.org/users/devinreams\">Devin Reams</a>, <a href=\"http://profiles.wordpress.org/users/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/users/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/users/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/users/dougwrites\">Doug Provencio</a>, <a href=\"http://profiles.wordpress.org/users/dvwallin\">dvwallin</a>, <a href=\"http://profiles.wordpress.org/users/cyberhobo\">Dylan Kuhn</a>, <a href=\"http://profiles.wordpress.org/users/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/users/fabifott\">fabifott</a>, <a href=\"http://profiles.wordpress.org/users/peaceablewhale\">Franklin Tse</a>, <a href=\"http://profiles.wordpress.org/users/frumph\">Frumph</a>, <a href=\"http://profiles.wordpress.org/users/garyc40\">garyc40</a>, <a href=\"http://profiles.wordpress.org/users/blepoxp\">Glenn Ansley</a>, <a href=\"http://profiles.wordpress.org/users/guyn\">guyn</a>, <a href=\"http://profiles.wordpress.org/users/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/users/hebbet\">hebbet</a>, <a href=\"http://profiles.wordpress.org/users/helenyhou\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/users/hew\">hew</a>, <a href=\"http://profiles.wordpress.org/users/holizz\">holizz</a>, <a href=\"http://profiles.wordpress.org/users/iandstewart\">Ian Stewart</a>, <a href=\"http://profiles.wordpress.org/users/jacobwg\">Jacob Gillespie</a>, <a href=\"http://profiles.wordpress.org/users/jane\">Jane Wells</a>, <a href=\"http://profiles.wordpress.org/users/jayjdk\">Jayjdk</a>, <a href=\"http://profiles.wordpress.org/users/jfarthing84\">Jeff Farthing</a>, <a href=\"http://profiles.wordpress.org/users/jkudish\">Joachim Kudish</a>, <a href=\"http://profiles.wordpress.org/users/joelhardi\">joelhardi</a>, <a href=\"http://profiles.wordpress.org/users/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/users/aldenta\">John Ford</a>, <a href=\"http://profiles.wordpress.org/users/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/users/johnonolan\">JohnONolan</a>, <a href=\"http://profiles.wordpress.org/users/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/users/joostdevalk\">joostdevalk</a>, <a href=\"http://profiles.wordpress.org/users/koke\">Jorge Bernal</a>, <a href=\"http://profiles.wordpress.org/users/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/users/jtsternberg\">Justin Sternberg</a>, <a href=\"http://profiles.wordpress.org/users/greenshady\">Justin Tadlock</a>, <a href=\"http://profiles.wordpress.org/users/kevinb\">kevinB</a>, <a href=\"http://profiles.wordpress.org/users/knutsp\">Knut Sparhell</a>, <a href=\"http://profiles.wordpress.org/users/kovshenin\">kovshenin</a>, <a href=\"http://profiles.wordpress.org/users/tenpura\">Kuraishi</a>, <a href=\"http://profiles.wordpress.org/users/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/users/linuxologos\">linuxologos</a>, <a href=\"http://profiles.wordpress.org/users/lloydbudd\">lloydbudd</a>, <a href=\"http://profiles.wordpress.org/users/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/users/marcis20\">marcis20</a>, <a href=\"http://profiles.wordpress.org/users/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/users/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/users/tfnab\">Martin Lormes</a>, <a href=\"http://profiles.wordpress.org/users/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/users/sivel\">Matt Martz</a>, <a href=\"http://profiles.wordpress.org/users/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/users/mattyrob\">MattyRob</a>, <a href=\"http://profiles.wordpress.org/users/mcepl\">mcepl</a>, <a href=\"http://profiles.wordpress.org/users/mdawaffe\">mdawaffe</a>, <a href=\"http://profiles.wordpress.org/users/mfields\">Michael Fields</a>, <a href=\"http://profiles.wordpress.org/users/michaelh\">MichaelH</a>, <a href=\"http://profiles.wordpress.org/users/michaeltyson\">michaeltyson</a>, <a href=\"http://profiles.wordpress.org/users/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/users/dimadin/\">Milan Dinić</a>, <a href=\"http://profiles.wordpress.org/users/mintindeed\">mintindeed</a>, <a href=\"http://profiles.wordpress.org/users/mitchoyoshitaka\">mitchoyoshitaka</a>, <a href=\"http://profiles.wordpress.org/users/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/users/mrroundhill\">mrroundhill</a>, <a href=\"http://profiles.wordpress.org/users/natecook\">natecook</a>, <a href=\"http://profiles.wordpress.org/users/nathanrice\">nathanrice</a>, <a href=\"http://profiles.wordpress.org/users/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/users/nickbohle\">Nick Bohle</a>, <a href=\"http://profiles.wordpress.org/users/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"http://profiles.wordpress.org/users/nuxwin\">nuxwin</a>, <a href=\"http://profiles.wordpress.org/users/otto42\">Otto</a>, <a href=\"http://profiles.wordpress.org/users/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/users/petemall\">pete.mall</a>, <a href=\"http://profiles.wordpress.org/users/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/users/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/users/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/users/bi0xid\">Rafael Poveda</a>, <a href=\"http://profiles.wordpress.org/users/rahe\">Rahe</a>, <a href=\"http://profiles.wordpress.org/users/ramiy\">Ramiy</a>, <a href=\"http://profiles.wordpress.org/users/rasheed\">Rasheed Bydousi</a>, <a href=\"http://profiles.wordpress.org/users/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/users/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/users/wpmuguru\">Ron Rennick</a>, <a href=\"http://profiles.wordpress.org/users/rosshanney\">Ross Hanney</a>, <a href=\"http://profiles.wordpress.org/users/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/users/ryanimel\">Ryan Imel</a>, <a href=\"http://profiles.wordpress.org/users/zeo\">Safirul Alredha</a>, <a href=\"http://profiles.wordpress.org/users/solarissmoke\">Samir Shah</a>, <a href=\"http://profiles.wordpress.org/users/saracannon\">saracannon</a>, <a href=\"http://profiles.wordpress.org/users/sbressler\">sbressler</a>, <a href=\"http://profiles.wordpress.org/users/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/users/shakenstirred\">shakenstirred</a>, <a href=\"http://profiles.wordpress.org/users/sidharrell\">Sidney Harrell</a>, <a href=\"http://profiles.wordpress.org/users/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/users/sorich87\">sorich87</a>, <a href=\"http://profiles.wordpress.org/users/szadok\">szadok</a>, <a href=\"http://profiles.wordpress.org/users/tetele\">tetele</a>, <a href=\"http://profiles.wordpress.org/users/tigertech\">tigertech</a>, <a href=\"http://profiles.wordpress.org/users/trepmal\">trepmal</a>, <a href=\"http://profiles.wordpress.org/users/utkarsh\">Utkarsh Kukreti</a>, <a href=\"http://profiles.wordpress.org/users/valentinas\">valentinas</a>, <a href=\"http://profiles.wordpress.org/users/webduo\">webduo</a>, <a href=\"http://profiles.wordpress.org/users/xibe\">Xavier Borderie</a>, <a href=\"http://profiles.wordpress.org/users/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/users/vanillalounge\">Ze Fontainhas</a>, and <a href=\"http://profiles.wordpress.org/users/ziofix\">ziofix</a>.</p>\n<p><strong>Bonus:</strong> On their WordPress.org profiles over 20,000 people have said they make their living from WordPress. Are you one of them? <a href=\"http://wpsurvey.polldaddy.com/s/wp-2011\">Don’t forget to take a minute for our survey</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:48:\"http://wordpress.org/news/2011/07/gershwin/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:53:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Are You Ready for WordPress 3.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:66:\"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-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:75:\"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-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:\"Sun, 03 Jul 2011 23:32:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:7:\"Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"health check\";s: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:20:\"minimum requirements\";s: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:5:\"MySQL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=1952\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: the minimum requirements are changing. PHP and MySQL As of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0. As we mentioned almost a year ago when we announced that this change was coming, the percentage [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4342:\"<p>WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: <strong>the minimum requirements are changing</strong>.</p>\n<h3>PHP and MySQL</h3>\n<p>As of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0. <a title=\"EOL Announcement for PHP4 and MySQL4\" href=\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\">As we mentioned almost a year ago when we announced that this change was coming</a>, the percentage of people running older versions of PHP and MySQL is relatively low. With more than 45 million people using WordPress, though, even a small percentage can mean a lot of people! Don’t caught with your <del>pants</del> dashboard down — make sure you’re running compatible versions of PHP and MySQL before you update <del>tomorrow</del> when WordPress 3.2 is released.</p>\n<p>Log in to your hosting account, and check to make sure you have at least PHP 5.2.4 and MySQL 5.0. Most of the major hosts already default to these or newer versions, but there are some exceptions. Check to see which versions you are running, and if you’re still on an older version, it should be as simple as changing a dropdown menu and clicking Save to get up to date.</p>\n<p>If you don’t know how to find this information in your hosting account or you don’t even know how to access your hosting control panel because someone else manages that for you, don’t fret. You can <a href=\"http://wordpress.org/extend/plugins/health-check/\">find out if you’re ready for 3.2 with the Health Check plugin</a>. In your dashboard, go to Plugins → Add New and search for “health check” (it should be the first result). Install it, activate it, and it will tell you if you need to update anything.</p>\n<p>If you need more help, contact your host’s customer service and use this email template to ask them to help you.</p>\n<blockquote><p>Hi there. I host my domain [example.com] with you, and I run WordPress on my site. The minimum requirements are changing to PHP 5.2.4 and MySQL 5.0, and I would appreciate your help in confirming that my site’s setup meets these requirements. If I’m currently running an older version of PHP or MySQL, could you update it for me, or tell me how to do it? Thanks so much!</p></blockquote>\n<p>If your host replies that they can’t update to these versions, it might be time to <a href=\"http://wordpress.org/hosting/\">look for a new host</a>.</p>\n<h3>IE6 and Outdated Browsers</h3>\n<p>With 3.2, we’re also dropping support for Internet Explorer 6, a 10-years-old outdated browser that even <a href=\"http://www.ie6countdown.com/\">Microsoft is ready to leave behind</a>. From now on, if you access your WordPress dashboard from an outdated browser, we’ll let you know. Why? Because as web technology improves, so does WordPress, as we build features to take advantage of these improvements. If you’re using an out-of-date browser, chances are you’re missing out.</p>\n<p>If your browser is out of date, you’ll see a friendly orangey-yellow box in your dashboard letting you know you a newer version is available (which you can dismiss, of course). If you’re using IE6, though, the box will be red, and your dashboard will not function properly. If you’re stuck on IE6 because the computer you use is maintained by a business, library, school, or the like, and you are not able to download a newer browser, here’s a sample email you can use to ask your boss/administrator/IT guys to update the browser.</p>\n<blockquote><p>Hi there. The computer I use at [where you use the computer] is equipped with an out-of-date web browser. Internet Explorer 6 was created 10 years ago, before modern web standards, and does not support modern web applications. More and more sites and applications are dropping support for IE6, including the new version of WordPress. Even Microsoft, the makers of IE6, are counting down until IE6 goes the way of the dinosaur (see http://www.ie6countdown.com/ for more information). Can you please install an updated version of IE or any modern browser (see http://browsehappy.com for more information) on the available computers? Thank you very much.</p></blockquote>\n<p>Welcome to the future!</p>\n<p> </p>\n<p> </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/2011/07/are-you-ready-for-wordpress-3-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:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress 3.1.4 (and 3.2 Release Candidate 3)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/06/wordpress-3-1-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/06/wordpress-3-1-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:\"Wed, 29 Jun 2011 19:00:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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=1927\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions. This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of SEC Consult for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s: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:2016:\"<p>WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions.</p>\n<p>This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of <a href=\"http://www.sec-consult.com/\">SEC Consult</a> for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening measures thanks to the work of WordPress developers <a href=\"http://www.buayacorp.com/\">Alexander Concha</a> and <a href=\"http://joncave.co.uk/\">Jon Cave</a> of our security team. Consult the <a href=\"http://core.trac.wordpress.org/log/branches/3.1/?action=stop_on_copy&mode=stop_on_copy&rev=18377&stop_rev=18043\">change log</a> for more details.</p>\n<p><strong><a href=\"http://wordpress.org/download/\"><strong>Download WordPress 3.1.4</strong></a> or update immediately from the Dashboard → Updates menu in your site’s admin area.</strong></p>\n<h3>WordPress 3.2 Release Candidate 3</h3>\n<p>This release was about all that stood in the way of a final release of WordPress 3.2. So we’re also announcing the third release candidate for 3.2, which contains all of the fixes in 3.1.4; few minor RTL, JavaScript, and user interface fixes; and ensures graceful failures if 3.2 is run on PHP4. As a reminder, we’ve bumped our minimum requirements for version 3.2 to PHP 5.2.4 and MySQL 5.0.</p>\n<p>To test WordPress 3.2, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.2-RC3.zip\">download the release candidate here</a> (zip). At this stage, plugin authors should be doing final tests to ensure compatibility.</p>\n<p><em>Bonus: For more on what to test and what to do if you find an issue, please read <a href=\"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/\">our Beta 1 post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/06/wordpress-3-1-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:5;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.2 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2011/06/wordpress-3-2-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2011/06/wordpress-3-2-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:\"Fri, 24 Jun 2011 23:15:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1915\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"Howdy! The second release candidate for WordPress 3.2 is now available. If you haven’t tested WordPress 3.2 yet, now is the time — please though, not on your live site unless you’re extra adventurous. We’ve handled a number of issues since RC1, including additional Twenty Eleven tweaks, a new theme support option for defaulting 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: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:1876:\"<p>Howdy! The second release candidate for WordPress 3.2 is now available. If you haven’t tested WordPress 3.2 yet, now is the time — please though, not on your live site unless you’re extra adventurous.</p>\n<p>We’ve handled a number of issues since RC1, including additional Twenty Eleven tweaks, a new theme support option for defaulting to randomized headers, and various RTL fixes.</p>\n<p>Plugin and theme authors, <strong>please test your plugins and themes now</strong>, so that if there is a compatibility issue, we can figure it out before the final release. Users are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause. If you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a> or <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href=\"http://core.trac.wordpress.org/\">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.2, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.2-RC2.zip\">download the release candidate here</a> (zip).</p>\n<p>If any known issues crop up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>. If you’d like to know which levers to pull in your testing, <a href=\"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/\">check out a list of features</a> in our Beta 1 post.</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/2011/06/wordpress-3-2-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Passwords Reset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/06/passwords-reset/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/06/passwords-reset/#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, 21 Jun 2011 23:57:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s: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=1908\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Earlier today the WordPress team noticed suspicious commits to several popular plugins (AddThis, WPtouch, and W3 Total Cache) containing cleverly disguised backdoors. We determined the commits were not from the authors, rolled them back, pushed updates to the plugins, and shut down access to the plugin repository while we looked for anything else unsavory. We’re [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1290:\"<p>Earlier today the WordPress team noticed suspicious commits to several popular plugins (AddThis, WPtouch, and W3 Total Cache) containing cleverly disguised backdoors. We determined the commits were not from the authors, rolled them back, pushed updates to the plugins, and shut down access to the plugin repository while we looked for anything else unsavory.</p>\n<p>We’re still investigating what happened, but as a prophylactic measure we’ve decided to force-reset all passwords on WordPress.org. To use the forums, trac, or commit to a plugin or theme, you’ll need to <a href=\"http://wordpress.org/support/bb-login.php\">reset your password to a new one</a>. (Same for bbPress.org and BuddyPress.org.)</p>\n<p>As a user, make sure to never use the same password for two different services, and we encourage you not to reset your password to be the same as your old one.</p>\n<p>Second, if you use <a href=\"http://wordpress.org/extend/plugins/addthis/\">AddThis</a>, <a href=\"http://wordpress.org/extend/plugins/wptouch/\">WPtouch</a>, or <a href=\"http://wordpress.org/extend/plugins/w3-total-cache/\">W3 Total Cache</a> and there’s a possibility you could have updated in the past day, make sure to visit your updates page and upgrade each to the latest version.</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/2011/06/passwords-reset/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:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.2 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/2011/06/wordpress-3-2-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/2011/06/wordpress-3-2-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, 14 Jun 2011 04:28:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1890\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The first release candidate (RC1) for WordPress 3.2 is now available. An RC comes after the beta period and before final release. We think we’re done, but with tens of millions of users, a variety of configurations, and thousands of plugins, it’s possible we’ve missed something. So if you haven’t tested WordPress 3.2 yet, now [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:2297:\"<p>The first release candidate (RC1) for WordPress 3.2 is now available.</p>\n<p>An RC comes after the beta period and before final release. We think we’re done, but with tens of millions of users, a variety of configurations, and thousands of plugins, it’s possible we’ve missed something. So if you haven’t tested WordPress 3.2 yet, now is the time! Please though, not on your live site unless you’re extra adventurous.</p>\n<p>Things to keep in mind:</p>\n<ul>\n<li>With <a href=\"http://core.trac.wordpress.org/milestone/3.2\">more than 350 tickets closed</a>, there are plenty of changes. Plugin and theme authors, <strong>please test your plugins and themes now</strong>, so that if there is a compatibility issue, we can figure it out before the final release.</li>\n<li><strong>Users</strong> are also encouraged to test things out. If you find problems, let your plugin/theme authors know so they can figure out the cause.</li>\n<li>Twenty Eleven isn’t quite at the release candidate stage. <a href=\"http://cheezburger.com/Mmmbop/lolz/View/4683101952\">Contents may settle</a>.</li>\n<li>If any known issues crop up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</li>\n</ul>\n<p>If you are testing the release candidate and think you’ve found a bug, there are a few ways to let us know:</p>\n<ul>\n<li>Post it to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a> or <a href=\"http://lists.automattic.com/mailman/listinfo/wp-testers\">wp-testers</a></li>\n<li>Join the development IRC channel and tell us live at irc.freenode.net #wordpress-dev</li>\n<li>File a bug ticket on the <a href=\"http://core.trac.wordpress.org/\">WordPress Trac</a></li>\n</ul>\n<p>To test WordPress 3.2, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.2-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>Happy testing!</p>\n<p><em>If you’d like to know which levers to pull in your testing, <a href=\"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/\">check out a list of features</a> in our Beta 1 post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2011/06/wordpress-3-2-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordCamp San Francisco Call for Speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2011/05/wordcamp-san-francisco-call-for-speakers/\";s:7:\"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:84:\"http://wordpress.org/news/2011/05/wordcamp-san-francisco-call-for-speakers/#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, 31 May 2011 18:59:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"wcsf\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1886\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:425:\"The annual WordPress conference, WordCamp San Francisco (home of the very first WordCamp), is now accepting speaker applications. Past speakers have included core WordPress developers, people building successful businesses on WordPress, popular bloggers, people from related projects and businesses…you name it. In addition to Matt Mullenweg’s annual “State of the Word” address, WCSF has played [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:905:\"<p>The annual WordPress conference, <a href=\"http://2011.sf.wordcamp.org/\">WordCamp San Francisco</a> (home of the very first WordCamp), is now accepting speaker applications. Past speakers have included core WordPress developers, people building successful businesses on WordPress, popular bloggers, people from related projects and businesses…you name it. In addition to Matt Mullenweg’s annual “State of the Word” address, WCSF has played host to talks by people like Mark Jaquith, Matt Cutts, Richard Stallman, Scott Berkun, Karl Fogel, Tim Ferriss, Tara Hunt, Chris Pirillo, and John Lilly. With 3 days of content this year instead of just one, the list of speakers should be even more impressive. If you think you’d make a good addition to this year’s roster, check out the <a href=\"http://2011.sf.wordcamp.org/call-for-speakers/\">WCSF Call for Speakers</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:80:\"http://wordpress.org/news/2011/05/wordcamp-san-francisco-call-for-speakers/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:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress 3.1.3 (and WordPress 3.2 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:50:\"http://wordpress.org/news/2011/05/wordpress-3-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/05/wordpress-3-1-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:\"Wed, 25 May 2011 18:43:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s: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=1838\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:408:\"WordPress 3.1.3 is available now and is a security update for all previous versions. It contains the following security fixes and enhancements: Various security hardening by Alexander Concha. Taxonomy query hardening by John Lamansky. Prevent sniffing out user names of non-authors by using canonical redirects. Props Verónica Valeros. Media security fixes by Richard Lundeen of Microsoft, Jesse Ou [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3497:\"<p><a href=\"http://wordpress.org/download/\">WordPress 3.1.3</a> is available now and is a security update for all previous versions. It contains the following security fixes and enhancements:</p>\n<ul>\n<li>Various security hardening by <a href=\"http://www.buayacorp.com\">Alexander Concha</a>.</li>\n<li>Taxonomy query hardening by <a href=\"http://johnlamansky.com/wordpress\">John Lamansky</a>.</li>\n<li>Prevent sniffing out user names of non-authors by using canonical redirects. Props <a href=\"http://www.talsoft.com.ar\">Verónica Valeros</a>.</li>\n<li>Media security fixes by Richard Lundeen of <a href=\"http://www.microsoft.com/\">Microsoft</a>, Jesse Ou of <a href=\"http://www.microsoft.com/\">Microsoft</a>, and <a href=\"http://www.microsoft.com/security/msrc/default.aspx\">Microsoft Vulnerability Research</a>.</li>\n<li>Improves file upload security on hosts with dangerous security settings.</li>\n<li>Cleans up old WordPress import files if the import does not finish.</li>\n<li>Introduce “clickjacking” protection in modern browsers on admin and login pages.</li>\n</ul>\n<p>Consult the <a href=\"http://core.trac.wordpress.org/log/branches/3.1/?action=stop_on_copy&mode=stop_on_copy&rev=18023&stop_rev=17805&limit=100\">change log</a> for more details.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.1.3</a> or update automatically from the Dashboard → Updates menu in your site’s admin area.</p>\n<hr />\n<h3>WordPress 3.2 Beta 2 also available</h3>\n<p>In other news, our development of WordPress 3.2 development continues right on schedule. We released <a href=\"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/\">Beta 1</a> thirteen days ago, and today we’re putting out Beta 2 for your testing pleasure.</p>\n<p>This is still beta software, so <strong>we don’t recommend that you use it on production sites</strong>. But if you’re a plugin developer, a theme developer, or a site administrator, <strong>you should be running this on your test environments</strong> and <a href=\"http://codex.wordpress.org/Reporting_Bugs\">reporting any bugs</a> you find. If you’re a WordPress user who wants to open your presents early, take advantage of WordPress’ famous 5-minute install and spin up a secondary test site. Let us know what you think!</p>\n<p>The plan is to start putting out release candidates in early June, and to release WordPress 3.2 by the end of the month. The more you help us iron out issues during the beta period, the more likely we are to hit those dates. To misappropriate and mangle a quote from Mahatma Gandhi: “Be the punctuality you want to see in the WordPress.” In other words, test now!</p>\n<p>Here are some of the things that changed since Beta 1:</p>\n<ul>\n<li><a href=\"http://code.google.com/chrome/chromeframe/\">Google Chrome Frame</a> is now supported in the admin, if you have it installed. This is especially useful for IE 6 users (remember, IE 6 is otherwise deprecated for the admin).</li>\n<li>The admin is less ugly in IE 7.</li>\n<li>The blue admin color scheme has caught up to the grey one, and is ready for testing.</li>\n<li>We are now bundling jQuery 1.6.1. You should test any JS that uses jQuery. WordPress JavaScript guru Andrew Ozz has <a href=\"http://wpdevel.wordpress.com/2011/05/25/jquery-updates-in-wordpress-3-2/\">a post with more info</a>.</li>\n</ul>\n<p><a href=\"http://wordpress.org/wordpress-3.2-beta2.zip\">Download WordPress 3.2 Beta 2</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/2011/05/wordpress-3-1-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:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 21 Jul 2011 12:57:42 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:\"Sat, 16 Jul 2011 21:32:34 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(554,0,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','<p>This dashboard widget queries <a href=\"http://blogsearch.google.com/\">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links… yet. It’s okay — there is no rush.</p>\n','no'),(356,0,'can_compress_scripts','1','yes'),(562,0,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2011 12:56: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://bbpress.org/?v=1.1-alpha-2855\";s:7:\"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:36:\"Takayuki Miyoshi on \"Contact Form 7\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:27:\"mlabsinfo on \"Maribol IMDB\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/maribol-imdb/#post-28334\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2011 19:57: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28334@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Maribol IMDB is a wordpress plugin that helps you show info about a movie in your blog posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"mlabsinfo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Arne on \"Google XML Sitemaps\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Arne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Brian Colinger on \"WordPress Importer\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18101@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:30:\"Alex Rabe on \"NextGEN Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:30:\"BraveNewCode Inc. on \"WPtouch\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (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:\"\";}}}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: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:49:\"Joost de Valk on \"Google Analytics for WordPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2316@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"edo888 on \"GTranslate\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/gtranslate/#post-14437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Nov 2009 17:35:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"14437@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Get translations with a single click between 58 languages (more than 98% of internet users) on your website!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"edo888\";s: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:37:\"Michael Torbert on \"WP Security Scan\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/wp-security-scan/#post-4986\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 Mar 2008 20:05:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"4986@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Scans your WordPress installation for security vulnerabilities.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Michael Torbert\";s: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:96:\"nicashmu on \"Post video players, slideshow albums, photo galleries and music / podcast playlist\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.org/extend/plugins/video-playlist-and-gallery-plugin/#post-23415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 04 Jan 2011 16:16:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"23415@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Post your videos, photo galleries/flash slideshows easily and 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:8:\"nicashmu\";s: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:38:\"Mike Challis on \"SI CAPTCHA Anti-Spam\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/si-captcha-for-wordpress/#post-6731\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 2008 23:43:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"6731@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Adds CAPTCHA anti-spam methods to WordPress on the forms for comments, registration, lost password, login, or all. For WP, WPMU, and BuddyPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:37:\"cavemonkey50 on \"Google Analyticator\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/google-analyticator/#post-130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"130@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"cavemonkey50\";s: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:28:\"casibus on \"ourSTATS Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 29 May 2010 14:16:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18282@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"create a widget for the ourstats.de counter service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"casibus\";s: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:38:\"mdawaffe on \"Jetpack by WordPress.com\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"23862@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"mdawaffe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 21 Jul 2011 12:57:43 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2007-08-02 12:45:03\";s:14:\"content-length\";s:4:\"7874\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(566,0,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WordPress.tv: Matt Mullenweg on WordPress 3.2 – WebProNews Interview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2011/07/21/matt-wpn/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1782:\"<div id=\"v-jAzB26pR\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6625/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6625/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6625/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6625/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6625/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6625/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6625/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6625/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6625/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6625/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6625/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6625/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6625/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6625/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6625&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/07/21/matt-wpn/\"><img alt=\"Matt Mullenweg on WordPress 3.2 – WebProNews Interview\" src=\"http://videos.videopress.com/jAzB26pR/wpns11_mullenweg_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2011 01:55:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Michael Pick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"Alex King: RAMP: Easy Content Deployment for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=5973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://alexking.org/blog/2011/07/20/ramp-content-deploy-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2882:\"<p>I’m very excited to introduce <a href=\"http://crowdfavorite.com/wordpress/ramp/\">RAMP</a> to the WordPress community. RAMP is a new commercial product for WordPress that makes it easy to set up your content in your staging environment, then push those changes to your live site.</p>\n<p class=\"center\"><a href=\"http://www.flickr.com/photos/alexkingorg/5958532077/\" title=\"RAMP - Easy Content Deployment for WordPress by alexkingorg, on Flickr\"><img src=\"http://farm7.static.flickr.com/6024/5958532077_9432f1c57a_m.jpg\" width=\"240\" height=\"221\" alt=\"RAMP - Easy Content Deployment for WordPress\" /></a></p>\n<p>At <a href=\"http://crowdfavorite.com\">Crowd Favorite</a> we are fortunate to have some really great clients. These clients are running some pretty big web properties on WordPress, and they need to stage their content, review it internally, revise it, etc. before they put it live. It’s a pretty universal need – we just did it on our own site as we were preparing the <a href=\"http://crowdfavorite.com/wordpress/ramp/\">web page</a> and <a href=\"http://crowdfavorite.com/wordpress/ramp/docs/\">documentation</a> for RAMP on our own site. This has always been difficult with WordPress, and had often resulted in SQL export/import followed by update scripts and/or manual copy-paste steps. RAMP solves this problem elegantly. You simply:</p>\n<ol>\n<li>Install the RAMP plugin on your staging and production servers, and enter the auth key and URL from production in the settings for your staging server.</li>\n<li>Select the changes you’d like to send and save them as a batch.</li>\n<li>RAMP the batch up to your production server.</li>\n</ol>\n<p>RAMP doesn’t just support posts and pages either; it fully supports custom post types, categories, tags, custom taxonomies, users, menus, links and more.</p>\n<p></p>\n<p>We’re really proud of the underlying architecture of RAMP. We spent a long time working out just the right way to implement this type of functionality for WordPress, and I’m really pleased with the solution. We utilize core WordPress functionality and APIs, the XMLRPC layer for transport between servers, and built everything on top of an wonderfully extensible system (which uses the core WordPress hook and filter system) to allow any WordPress content to participate in a RAMP batch. We’ve already done this to <a href=\"http://crowdfavorite.com/wordpress/carrington-build/\">Carrington Build</a>.</p>\n<p>RAMP is a commercial product priced at <a href=\"https://crowdfavorite.com/store/\">$99 per staging/production server pair</a>. This includes <a href=\"http://crowdfavorite.com/wordpress/ramp/documentation/\">documentation</a> and support in our <a href=\"http://crowdfavorite.com/forums/forum/ramp\">customer forum</a>.</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=5973&type=feed\" alt=\"\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Jul 2011 21:42: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:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:26:\"Matt: Pro-Patent Arguments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38358\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2011/07/pro-patent-arguments/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"<p><a href=\"http://paul.kedrosky.com/archives/2011/07/the-trouble-with-nathan-myrvold.html\">The Trouble with Nathan Myhrvold’s Pro-Patent Arguments</a> by Paul Kedrosky.</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 Jul 2011 18:10: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Donncha: Cookies for Comments 0.5.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ocaoimh.ie/?p=89496380\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://ocaoimh.ie/2011/07/20/cookies-for-comments-0-5-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1577:\"<p><a href=\"http://wordpress.org/extend/plugins/cookies-for-comments/\">Cookies for Comments</a> is a WordPress plugin that can be used alongside Akismet to significantly reduce or even kill completely comment spam.</p>\n<p>Version 0.5.4 adds a rejections page in case human visitors trip over the cookie check. You can modify the message shown to visitors and it’s obviously only useful if you don’t use the cookie check in your .htaccess file.</p>\n<p><img src=\"http://ocaoimh.ie/ocaoimh/2011/07/cookies-for-comments-rejection.gif\" alt=\"\" title=\"cookies-for-comments-rejection\" width=\"599\" height=\"354\" class=\"aligncenter size-full wp-image-89496381\" /></p>\n<p>It happens sometimes, usually when the visitor has cookies turned off, but very occasionally for some other reason. (That I don’t know of yet)</p>\n<p>This plugin isn’t a replacement for Akismet as it is easily bypassed. Thankfully 99% of spam bots don’t bother checking so this plugin works quite well!</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://ocaoimh.ie/cookies-for-comments/\" rel=\"bookmark\" title=\"Permanent Link: Cookies For Comments\">Cookies For Comments</a></li><li> <a href=\"http://ocaoimh.ie/2002/12/13/principalcom-cook/\" rel=\"bookmark\" title=\"Permanent Link: Principal.com – Cookies – for …\">Principal.com – Cookies – for …</a></li><li> <a href=\"http://ocaoimh.ie/2008/03/06/please-sir-can-i-have-more/\" rel=\"bookmark\" title=\"Permanent Link: Please sir, can I have more?\">Please sir, can I have more?</a></li></ul></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 Jul 2011 17:32:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Joseph: Detecting MySQL Replication Lag in HyperDB\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://josephscott.org/?p=4498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://josephscott.org/archives/2011/07/detecting-mysql-replication-lag-in-hyperdb/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1809:\"<p>Iliya has a new post on <a href=\"http://barry.wordpress.com/2011/07/20/hyperdb-lag-detection/\">detecting MySQL replication lag in HyperDB</a>. It starts off with a few <a href=\"http://wordpress.com/\">WordPress.com</a> numbers:</p>\n<blockquote><p>\nOn WordPress.com we have over 218 million tables and perform tens of thousands queries per second. To scale all of this, we shard our 24 million blogs across more than 550 MySQL servers. This allows us to cope with load bursts and to handle database servers failures.\n</p></blockquote>\n<p>The post goes on to describe some of the reasons why you might run into replication lag in MySQL and methods <a href=\"http://codex.wordpress.org/HyperDB\">HyperDB</a> uses to deal with that. In the case of WordPress.com there are additional issues to consider, like replication across multiple datacenters.</p>\n<p>Something that HyperDB has had for awhile is the ability to force read queries back to the master if a write happened earlier on the same connection:</p>\n<blockquote><p>\nIf a connection modifies data in a given table, then all subsequent SELECTs on the same connection for that table are sent to the master. Chances are replication won’t be fast enough to propagate the changes to the slaves on the same page load.\n</p></blockquote>\n<p>This is a fairly simple technique than can be remarkably useful.</p>\n<p>You can find out more about HyperDB on the <a href=\"http://codex.wordpress.org/HyperDB\">HyperDB WordPress Codex page</a>, the <a href=\"http://wordpress.org/extend/plugins/hyperdb/\">HyperDB WordPress plugin page</a>, and the <a href=\"http://comox.textdrive.com/mailman/listinfo/hyperdb\">HyperDB mailing list</a>. You can also grab a copy directly from the <a href=\"http://svn.wp-plugins.org/hyperdb/trunk/\">HyperDB Subversion repository</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, 20 Jul 2011 16:38: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:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"Weblog Tools Collection: WordPress Theme Releases for 7/20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10260\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/maGFOCgyYH4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:859:\"<p><img class=\"alignnone size-full wp-image-10261\" title=\"nest\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/nest.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><strong><a href=\"http://wordpress.org/extend/themes/nest\">Nest</a></strong> is a simple grey and white theme with theme options and widget support.</p>\n<p><img class=\"alignnone size-full wp-image-10262\" title=\"wptuts\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/wptuts.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://www.wpexplorer.com/wptuts-wordpress-theme.html\"><strong>WPTuts</strong></a> has a clean and modern design, post thumbnail support, homepage slider, custom menus, custom google fonts, built-in pagination, and more.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/maGFOCgyYH4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:65:\"Weblog Tools Collection: Vote for your Favorite WordCamp Speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/d_pfjZxJDTg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:816:\"<p><a href=\"http://2011.sf.wordcamp.org/\">WordCamp San Francisco</a>, the annual <a href=\"http://wordpress.org/\">WordPress</a> conference, will be here in just a few weeks. A few great speakers <a href=\"http://2011.sf.wordcamp.org/2011/07/17/a-dozen-more-speakers-announced/\">have already been chosen</a>, but the organizers are <a href=\"http://wordpress.org/news/2011/07/best-wordcamp-speakers/\">looking for a few good recommendations</a> from past WordCamp attendees.</p>\n<p>If you have attended a WordCamp in the past, <a href=\"http://wordcampcentral.polldaddy.com/s/best-2010-2011-wordcamp-speakers-so-far\">vote now</a> to nominate your favorite speakers for this year’s WordCamp San Francisco.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/d_pfjZxJDTg\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jul 2011 13:00:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:48:\"Alex King: Reminder: Post Formats are a Taxonomy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=5968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://alexking.org/blog/2011/07/18/reminder-post-formats-are-a-taxonomy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"<p>If you hook in to <code>get_the_terms</code> and try to make a <code>get_post_format()</code> call within your callback without first removing your filter, you’re going to get an infinite loop (perhaps a seg fault).</p>\n<p>Good times!</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=5968&type=feed\" alt=\"\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 18 Jul 2011 21:50:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Matt: On Blue\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=38354\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ma.tt/2011/07/on-blue/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1059:\"<div class=\"blockquote\"><blockquote><p>The world is blue at its edges and in its depths. This blue is the light that got lost. Light at the blue end of the spectrum does not travel the whole distance from the sun to us. It disperses among the molecules of the air, it scatters in water. Water is colorless, shallow water appears to be the color of whatever lies underneath it, but deep water is full of this scatted light, the purer the water the deeper the blue. The sky is blue for the same reason, but the blue at the horizon, the blue of land that seems to be disolving into the sky, is a deeper, dreamier, melancholy blue, the blue at the farthest reaches of the places where you see for miles, the blue of distance. This light that does not touch us, does not travel the whole distance, the light that gets lost, gives us the beauty of the world, so much of which is in the color blue.</p></blockquote></div>\n<p>From <a href=\"http://www.amazon.com/Field-Guide-Getting-Lost/dp/0143037242\"><em>A Field Guide to Getting Lost</em> by Rebecca Solnit</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, 18 Jul 2011 17:29:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:26:\"Matt: Karma of Bug Killing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2011/07/karma-of-bug-killing/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"<p><a href=\"http://publikworks.wordpress.com/2011/07/10/the-karma-of-bug-killing/\">The Karma of Bug Killing</a>. “We’re all pretty quick with the fly swatter and the folded newspapers.”</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, 18 Jul 2011 16:54:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 7/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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/SSjjZ-rYABE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2352:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/count-shortcode/\"><strong>Count Shortcode</strong></a> is a shortcode to count number of posts that match a given set of criteria.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/faceted-search-widget/\"><strong>Faceted Search Widget</strong></a> allows filtering of any search results of archive (tag, category, year, month, etc.) by any built in (category, tag) or custom taxonomies.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/force-strong-passwords/\"><strong>Force Strong Passwords</strong></a> forces users with executive capabilities to use something strong when updating their passwords.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://www.artiss.co.uk/youtube-embed\"><strong>Artiss YouTube Embed</strong></a> is an incredibly simple, yet powerful, method of embedding YouTube videos into your WordPress site.</p>\n<p><a href=\"http://ocaoimh.ie/exploit-scanner/\"><strong>Exploit Scanner</strong></a> searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/theme-check/\"><strong>Theme-Check</strong></a> allows you to run checks on the current theme before uploading to WordPress. This plugin uses the same API and is kept more or less in sync with the WordPress.org uploader tool.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/ui-labs/\"><strong>UI Labs</strong></a> offers experimental WordPress admin UI features with the aim of building upon and enhancing the default WordPress User Interface. These are unofficial core UI experiments – who knows what could happen?</p>\n<p><a href=\"http://posttypemanager.wordpress.com/\"><strong>Ultimate Post Type Manager</strong></a> allows you to easily customize post types.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wptouch/\"><strong>WPtouch</strong></a> automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/SSjjZ-rYABE\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Jul 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:42:\"Mark Jaquith: Speaking at WordCamp SF 2011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://markjaquith.wordpress.com/?p=662\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://markjaquith.wordpress.com/2011/07/17/speaking-at-wordcamp-sf-2011/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4570:\"<p>My sessions for WordCamp San Francisco 2011 <a href=\"http://2011.sf.wordcamp.org/2011/07/16/mark-jaquith-confirmed-as-speaker/\">have been confirmed</a>. This post is a quick teaser. Please let me know if you have any questions on what will be covered, or if you have any suggestions:</p>\n<h3>Scaling, Servers, and Deploys — Oh My!</h3>\n<p>Alternate title: First Thing, Second Thing, and Oxford Commas — Em Dash! <img src=\"http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif\" alt=\":-)\" class=\"wp-smiley\" /> </p>\n<p>If you manage professional WordPress-powered sites, this is going to be an invaluable presentation for you. If you’re a cowboy coder, this presentation is a mandatory WordPress-ordered intervention. (And if you don’t know what cowboy coding is, you probably do it, and don’t even know you need help.)</p>\n<p>I’ve worked with a lot of WordPress installations for professional sites in my client work. They inevitably fall short in some way. What is usually the case is that the people in charge of running the installation feel that instead of them having control of the environment, they are merely present in the environment. Deployments that were meant to be scalable are often somewhat less so, in practice. Tell me if this conversation sounds familiar:</p>\n<p>“What happens if we outgrow one server?”<br />\n“We’ll just add another one!”</p>\n<p>That’s easy to say as a hypothetical. But what if you actually had to do it? What if a couple hundred thousand unexpected page views started coming your way and your boss/client tells you “Go ahead and add that second server we’ve been talking about… how many minutes is that going to take?” Did you think “no sweat,” or did your heart start racing just imagining the scenario?</p>\n<p>I’m going to disclose the secret sauce. I’ll let you in on everything I’ve learned in the last seven years about how to code and architect WordPress-powered sites, how to scale up a single server, how to manage multiple servers, and how to deploy code in a way that is both responsive and prudent.</p>\n<p>Topics will include:</p>\n<ul>\n<li>Apache</li>\n<li>nginx</li>\n<li>Memcached</li>\n<li>MySQL</li>\n<li>APC</li>\n<li>NFS</li>\n<li>rsync</li>\n<li>Git</li>\n<li>Puppet</li>\n<li>Capistrano</li>\n</ul>\n<p>And more. At the end you’ll feel confident that you can run professional, fast, scalable WordPress installations that will make your job easier and your clients or boss happy.</p>\n<h3>Security Showdown</h3>\n<p>Instead of my battle-worn and (even to me) rather droll talk on WordPress security, I’m going to be doing an interactive panel with Brad Williams and Jon Cave. We’ll do live security reviews of some plugins that have been submitted ahead of time. This way, you can see WordPress security practices in action! There will be prizes and everything. Should be a bunch of fun.</p>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/662/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/662/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/662/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/662/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/markjaquith.wordpress.com/662/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/markjaquith.wordpress.com/662/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/markjaquith.wordpress.com/662/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/markjaquith.wordpress.com/662/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/662/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/662/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/662/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/662/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/662/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/662/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=662&subd=markjaquith&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:\"Mon, 18 Jul 2011 03:24:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:33:\"Dev Blog: Best WordCamp Speakers?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/news/2011/07/best-wordcamp-speakers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1599:\"<p>As we complete speaker selection for <a href=\"http://2011.sf.wordcamp.org/\">the annual WordPress conference (a.k.a. WordCamp San Francisco)</a>, it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply (too shy? who knows?) but have wowed local crowds at previous WordCamps.</p>\n<p>This is about as basic a survey as there is. Tell us the three best WordCamp presentations you saw in the past year or so. For each, give the presenters name, the topic (exact title not necessary) and which WordCamp it was at (important).</p>\n<p>Example:</p>\n<p>1. Joe Shmoe, Using the Loop, WordCamp Sheboygan 2011<br />\n2. Jane Doe, Top 5 WordPress Plugins, WordCamp La Mancha 2010<br />\n3. Lee Smith, Your First Core Patch, WordCamp Atlantis 2011</p>\n<p>That’s it. We don’t need your name or any info at all, just your three top speaker votes. We’ll take a look at the people with the most votes, and consider them for WCSF if they’re not already in the application pool. Thanks for your help in making this year’s conference better and more WordPressy than ever. <img src=\"http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p><a href=\"http://wordcampcentral.polldaddy.com/s/best-2010-2011-wordcamp-speakers-so-far\">Vote Now!</a></p>\n<p>P.S. <a href=\"http://2011.sf.wordcamp.org/get-tickets/\">Have you bought your tickets yet</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, 16 Jul 2011 21:32:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 7/16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10245\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/l0nF_ERhebY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:792:\"<p><img class=\"alignnone size-full wp-image-10246\" title=\"coaster\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/coaster.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/coaster\"><strong>Coaster</strong></a> is a blue and orange two-column theme.</p>\n<p><img class=\"alignnone size-full wp-image-10247\" title=\"gardenexplosion\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/gardenexplosion.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.emptynestheritage.com/?p=2213\"><strong>Garden Explosion</strong></a> is a 3 column theme in vivid greens, yellows, pinks and oranges.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/l0nF_ERhebY\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Jul 2011 13:00:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"Dougal Campbell: Review: WordPress 3 Plugin Development Essentials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=55041\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://dougal.gunters.org/blog/2011/07/14/review-wordpress-3-plugin-development-essentials/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12355:\"<div class=\"alignright\"></div>\n<p>I recently received a copy of <a href=\"http://www.amazon.com/gp/product/184951352X/ref=as_li_ss_tl?ie=UTF8&tag=geekramblings-20&linkCode=as2&camp=217145&creative=399373&creativeASIN=184951352X\">WordPress 3 Plugin Development Essentials</a><img src=\"http://www.assoc-amazon.com/e/ir?t=geekramblings-20&l=as2&o=1&a=184951352X&camp=217145&creative=399373\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" /> from Packt Publishing. This book was authored by Brian Bondari and Everett Griffiths, who run the <a href=\"http://tipsfor.us/\">TipsFor.us</a> site together. I also noted that one of the technical editors was Paul Thewlis, who wrote <a title=\"Book Review: WordPress for Business Bloggers\" href=\"http://dougal.gunters.org/blog/2008/11/12/book-review-wordpress-for-business-bloggers/\">WordPress for Business Bloggers</a>, which I reviewed here previously.</p>\n<p>I’m always eager to check out new programming books that come my way, and that’s especially true for books that cover WordPress plugins. There are certain styles for programming books that you come to recognize — a sort of Pattern. And there are particular patterns that annoy me a little. But this book does not use those patterns, so it was refreshing to see a teaching approach that I actually like. I have to say that overall I’m pleased with this one, though there were a couple of negatives that jumped out at me a little. But first, let’s cover the good points.</p>\n<p><span id=\"more-55041\"></span>The first chapter of WordPress 3 Plugin Development Essentials is pretty typical stuff for a development book. It covers some basic information about how to get a web development stack for your computer (MAMP, <acronym title=\"Microsoft, Apache, MySQL, Php\"><span class=\"caps\">WAMP</span></acronym>, XAMPP, Microsoft Web Platform, etc.), text editors and IDEs, etc. You’ll also find brief descriptions of WordPress, what plugins are, some information about source control and debugging, and a few other tidbits.</p>\n<p>Chapter 2 is where the meat begins. <a href=\"http://ma.tt/\">Matt Mullenweg</a> will appreciate that this book begins with a dissection of the infamous <a href=\"http://wordpress.org/extend/plugins/hello-dolly/\">Hello Dolly plugin</a>. The authors use the existing plugin code to illustrate the core concepts of a plugin: the information header, user-defined functions, and WordPress <acronym title=\"Application Interface\"><span class=\"caps\">API</span></acronym> hooks. But what I <em>really</em> liked about this first chapter is that the first exercise for the reader is to break the plugin. In fact, they have you break the plugin in several different ways, each illustrating different ways that you might encounter problems when developing your own plugin code.</p>\n<p>First, they have you remove the plugin header, and observe how WordPress will notify about automatically deactivating the plugin. Then they have you insert gibberish into the plugin to show what happens when a fatal syntax error occurs. Then they have you send output to the browser without going through WordPress hooks, showing the <acronym title=\"Php Hypertext Processor\"><span class=\"caps\">PHP</span></acronym> warning about sending output before HTTP headers are sent. And they also show the result of having whitespace occur after the final <acronym title=\"Php Hypertext Processor\"><span class=\"caps\">PHP</span></acronym> closing <code>?></code> tag, and how it is safe to omit it to avoid the error. And, of course, they also go through modifying Hello Dolly by changing which hooks it calls, so that it sends output to post content on the front page, instead of in the admin pages.</p>\n<p>I thought that this was an excellent way to start the process. Too often, programming books give you the canonical “<a href=\"http://www.roesler-ac.de/wolfram/hello.htm\">Hello, World</a>” example, which doesn’t do much for you in the way of learning something new. In this case, they take an existing variation of Hello, World, and show you how changing various pieces of it affect WordPress or how the plugin itself operates. Exposing the reader to errors deliberately, and explaining why they happened, will help the user understand and recover from errors later on, when they happen accidentally. Kudos for that!</p>\n<p>The next chapter goes more in-depth, creating a “Digg This” plugin from scratch. This task is simple enough to understand pretty easily, while covering key concepts which help the reader become more familiar with several important WordPress functions and hooks. This process covers fetching a post’s title, content, categories and <acronym title=\"Uniform Resource Locator\"><span class=\"caps\">URL</span></acronym>, as well as inserting Javascript into the page head. They start by creating an empty skeleton with stub functions for each method the plugin needs, and fill in the functions one-by-one, explaining its purpose.</p>\n<p>I won’t detail every chapter, but here’s a quick synopsis:</p>\n<ol>\n<li><strong>Preparing for WordPress Development</strong>, an introduction to WordPress and setting up a development environment</li>\n<li><strong>Anatomy of a Plugin</strong>, using Hello Dolly as an example</li>\n<li><strong>Social Bookmarking</strong>, building a Digg This button plugin</li>\n<li><strong>Ajax Search</strong> plugin, implementing “live search” using jQuery, and introducing using <acronym title=\"Php Hypertext Processor\"><span class=\"caps\">PHP</span></acronym> classes to encapsulate plugin functions</li>\n<li><strong>Content Rotator</strong> plugin, covers extending the WP_Widget class and adding a custom plugin settings page</li>\n<li><strong>Standardized Custom Content</strong>, working with Custom Fields (post meta), custom meta boxes, creating and modifying a child theme</li>\n<li><strong>Custom Post Types</strong>, working with Custom Post Types, using the Shortcode <acronym title=\"Application Interface\"><span class=\"caps\">API</span></acronym>, adding a settings shortcut link to the plugins page, plugin uninstall handling</li>\n<li><strong>Versioning Your Code with Subversion (SVN)</strong>, introduction to using svn to manage your code revisions</li>\n<li><strong>Preparing Your Plugin for Distribution</strong>, cleaning up your code, testing</li>\n<li><strong>Publishing Your Plugin</strong>, internationalization and localization, readme.txt file format, submitting your plugin to the wordpress.org repository</li>\n</ol>\n<p>There are also two appendices. The first is a list of helpful online resources such as the <acronym title=\"Php Hypertext Processor\"><span class=\"caps\">PHP</span></acronym> documentation site, the WordPress Codex, and a handful of other WordPress and web development sites. Appendix B is a list of WordPress <acronym title=\"Application Interface\"><span class=\"caps\">API</span></acronym> functions used in the book, with a brief description of their usage.</p>\n<p>While overall I felt like this book takes a good approach and paces things well, I do have a couple of nits to pick, particularly with chapters 4 and 5. When publishing a book like this, I feel it is very important to educate the reader using best practices. Sometimes you might need to illustrate “dirty” ways of doing things to make a point, or to ease readers into a complex subject, but you should always point out best practices. For the most part, this book did a pretty good job of that, and I was pleased to see some discussion of important topics like escaping data to avoid cross-site scripting problems and other similar security risks, for example. But in the discussions of Ajax and creating plugin option pages, they fell down a bit.</p>\n<p>First, while I felt like a live search plugin was a useful example to use for discussing Ajax, I was disappointed to see that the authors did not use the built-in <a href=\"http://codex.wordpress.org/AJAX_in_Plugins\">WordPress <acronym title=\"Asynchronous Javascript and XML\"><span class=\"caps\">AJAX</span></acronym> APIs</a> for this. The <code>wp_ajax_*</code> and <code>wp_ajax_nopriv_*</code> functions really make this fairly easy, once you wrap your head around it.</p>\n<p>And second, the examples of creating option pages did not take advantage of the <a href=\"http://codex.wordpress.org/Settings_API\">Settings <acronym title=\"Application Interface\"><span class=\"caps\">API</span></acronym></a>. Using this <acronym title=\"Application Interface\"><span class=\"caps\">API</span></acronym> has several advantages over building your own form manually: It automatically handles security nonces for you, it automatically handles saving options to the database as a serialized array, it lets you create a validation callback function to error-check the data, it gives your options page user interface consistency with the standard WordPress admin, and it future-proofs your options page against changes to the standard <acronym title=\"User Interface\"><span class=\"caps\">UI</span></acronym>. I’d also recommend checking out <a href=\"http://ottopress.com/2009/wordpress-settings-api-tutorial/\">Otto’s Settings <acronym title=\"Application Interface\"><span class=\"caps\">API</span></acronym> Tutorial</a> for some clear examples.</p>\n<p>Other than those two exceptions, I felt like this book provided useful examples which gently introduce the reader to important WordPress plugin <acronym title=\"Application Interface\"><span class=\"caps\">API</span></acronym> concepts. As the book progresses, it builds upon concepts learned previously, while providing a variety of individual example plugin projects. This is another point that I really liked — variety. I don’t like books that take the approach of building a single, large application (“<em>let’s build a shopping cart!</em>” or “<em>let’s build a product catalog site!</em>“). By building several stand-alone plugins to illustrate each chapter’s concepts, the reader is more likely to find something that piques their interest, and it becomes more digestible.</p>\n<p>You can get more details and download a sample chapter (Chapter 5: Content Rotator) <a href=\"http://www.packtpub.com/wordpress-3-plugin-development-essentials/book\">from the Packt Publishing site</a>. Or, <a href=\"http://www.amazon.com/gp/product/184951352X/ref=as_li_ss_tl?ie=UTF8&tag=geekramblings-20&linkCode=as2&camp=217145&creative=399373&creativeASIN=184951352X\">Buy from Amazon.com</a><img src=\"http://www.assoc-amazon.com/e/ir?t=geekramblings-20&l=as2&o=1&a=184951352X&camp=217145&creative=399373\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" />.</p>\n<div class=\"az_easel\"><div class=\"item\"><h4><a href=\"http://www.amazon.com/WordPress-3-Plugin-Development-Essentials/dp/184951352X%3FSubscriptionId%3D1JJ18DJ28VQQA17AG7R2%26tag%3Dgeekramblings-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D184951352X\">WordPress 3 Plugin Development Essentials</a></h4><div class=\"byline\">Paperback, Brian Bondari, Everett Griffiths</div><a href=\"http://www.amazon.com/WordPress-3-Plugin-Development-Essentials/dp/184951352X%3FSubscriptionId%3D1JJ18DJ28VQQA17AG7R2%26tag%3Dgeekramblings-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D184951352X\"><img src=\"http://ecx.images-amazon.com/images/I/51WPwzcqncL._SL160_.jpg\" class=\"book\" alt=\"WordPress 3 Plugin Development Essentials\" /></a><ul class=\"prices\"><li class=\"d\">$39.99 List Price</li><li><a href=\"http://www.amazon.com/WordPress-3-Plugin-Development-Essentials/dp/184951352X%3FSubscriptionId%3D1JJ18DJ28VQQA17AG7R2%26tag%3Dgeekramblings-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D184951352X\" title=\"Buy: WordPress 3 Plugin Development Essentials\">$34.35 at Amazon.com</a></li></ul><div class=\"info\"><h4>Other versions</h4><a href=\"http://www.amazon.com/exec/obidos/ASIN/B005685F6U/ref=nosim/geekramblings-20\">WordPress 3 Plugin Development Essentials, Kindle Edition</a></div></div></div>\n<p>Disclosure: Amazon product links are affiliate links, which provide a small sales commission to me, and help support this site. Packt Publishing provided me with a free copy of this book to review, but I make every effort to keep my reviews unbiased and honest.</p>\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:\"Fri, 15 Jul 2011 03:31:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:43:\"Matt: The Software is Wrong, Not the People\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38350\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2011/07/the-software-is-wrong-not-the-people/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"<p><a href=\"http://joeflood.com/2011/07/13/the-software-is-wrong-not-the-people/#.Th2i-IZlYcE.tweet\">The Software is Wrong, Not the People by Joe Flood</a> about the DC meetup the other day.</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, 14 Jul 2011 23:00:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"Weblog Tools Collection: WordPress Plugin Releases for 7/14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10243\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/NXsm2di1EWA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1153:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/custom-wp-update-message/\"><strong>Custom WP Update Message</strong></a> allows you to customize the WordPress update message shown when a new version of WordPress is available.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/tumblr-importer/\"><strong>Tumblr Importer</strong></a> allows you to import posts from a Tumblr blog.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/dukapress/\"><strong>DukaPress</strong></a> is an open source and free to use e-commerce platform.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/hotfix/\"><strong>Hotfix</strong></a> provides unofficial fixes for selected WordPress bugs, so you don’t have to wait for the next WordPress core release.</p>\n<p><a href=\"http://www.designchemical.com/blog/index.php/wordpress-plugin-slick-contact-forms/\"><strong>Slick Contact Forms</strong></a> creates a widget, which adds a contact form using either a floating, drop down button or a sticky, sliding tab.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/NXsm2di1EWA\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 13:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:49:\"Weblog Tools Collection: WordPress 3.2.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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10240\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/jGTTLfuxsB4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:719:\"<p><a href=\"http://wordpress.org/\">WordPress</a> 3.2.1 <a href=\"http://wordpress.org/news/2011/07/wordpress-3-2-1/\">has been released</a>. This quick maintenance release fixes a minor JSON-related server incompatibility that only affected a few users and adds <a href=\"http://core.trac.wordpress.org/log/branches/3.2/?rev=18436&stop_rev=18398\">a few finishing touches</a> to the new Dashboard and Twenty Eleven theme.</p>\n<p>This is the first release to make use of the new update system, which only replaces changes files, so you should notice a much quicker process compared to previous automated updates.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/jGTTLfuxsB4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jul 2011 13:00:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Dev Blog: WordPress 3.2.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1982\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/07/wordpress-3-2-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:1116:\"<p>After more than a million downloads of WordPress 3.2, we’re now releasing <a href=\"http://wordpress.org/download/\">WordPress 3.2.1</a> into the wild. This maintenance release fixes a server incompatibility related to JSON that’s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you’ve already updated to 3.2, then this update will be even faster than usual, thanks to the new feature in 3.2 that only updates files that have been changed, rather than replacing all the files in your installation.</p>\n<p>For a full list of fixes, view the <a href=\"http://core.trac.wordpress.org/log/branches/3.2/?rev=18436&stop_rev=18398\">changelog</a> the list of <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.2.1\">tickets</a>. Our release haiku:</p>\n<p>JSON, the admin<br />\nA little bit tidier<br />\nEdge cases covered</p>\n<p><a href=\"http://wordpress.org/download/\"><strong>Download 3.2.1</strong></a> or update now from the Dashboard → Updates menu in your site’s admin area.</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, 12 Jul 2011 19:49:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Gravatar: Open Profile 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:31:\"http://blog.gravatar.com/?p=229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://blog.gravatar.com/2011/07/12/open-profile-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:3394:\"<p>Did you know that in addition to the <a href=\"http://blog.gravatar.com/2010/06/22/hcard-profile-pages/\">hCard markup</a> on <a href=\"http://blog.gravatar.com/2010/06/02/public-profiles-for-everyone/\">profile pages</a>, we support a number of other completely open, standards-based formats for accessing profile data on Gravatar? These formats are all accessed using a similar method to how Gravatar images have been requested. <a href=\"http://gravatar.com/site/implement/profiles/\">Full details are provided</a> in the <a href=\"http://gravatar.com/site/implement/\">Developer Resources section</a> of the site which has been completely refreshed! Here are the formats that are available:</p>\n<ul>\n<li>JSON</li>\n<li>XML</li>\n<li>PHP</li>\n<li>VCF/vCard</li>\n<li>QR Codes</li>\n</ul>\n<p>The raw data formats (JSON, XML, PHP) are based on the <a href=\"http://portablecontacts.net/\">Portable Contacts</a> standard to improve interoperability with existing tools and systems, while the other formats are existing standards for sharing certain pieces of data. We’ll be providing some example implementations to demonstrate just how powerful these options can be, and I’m sure that we’ll start seeing some creative implementations from folks in the near future.</p>\n<p>Here was the initial announcement around the coming profile data formats which I made at WordCamp San Francisco 2010 in May. You can also view the video on <a href=\"http://wordpress.tv/2010/05/01/beau-lebens-gravatar-profiles-sf10/\">WordPress.tv</a>.</p>\n<p><div id=\"v-ZFGDUW6i\" class=\"video-player\">\n</div></p>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/229/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/229/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/229/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/229/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/229/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/229/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/229/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/229/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/229/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/229/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/229/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/229/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/229/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/229/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=229&subd=gravatar&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://blog.gravatar.com/2011/07/12/open-profile-data/\"><img alt=\"Beau Lebens – Gravatar Open Profiles\" src=\"http://videos.videopress.com/ZFGDUW6i/beau-lebens-gravatar-public-profiles_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2011 18:19:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Beau Lebens\";s: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:36:\"Matt: FCC.gov’s First Contribution\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38348\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2011/07/fcc-gov%e2%80%99s-first-contribution/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:408:\"<p><a href=\"http://www.fcc.gov/blog/contributing-code-back-fcc-govs-open-source-feedback-loop\">The FCC just released their first plugin for WordPress (a faceted search widget) and writes about why</a>. Does your organization have a cool plugin you’ve written but not released yet? I know we do. Hopefully they will get the plugin <a href=\"http://wordpress.org/extend/plugins/\">in the repo soon</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, 12 Jul 2011 16:21:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"Weblog Tools Collection: WordPress Theme Releases for 7/12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10234\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Nx_QKbQnn3k/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1154:\"<p><img class=\"alignnone size-full wp-image-10235\" title=\"newsleak\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/newsleak.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/news-leak\"><strong>News Leak</strong></a> is designed to give the website a professional look with ready to use Social networking support.</p>\n<p><img class=\"alignnone size-full wp-image-10236\" title=\"rosey\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/rosey.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.emptynestheritage.com/?p=1810\"><strong>Rosey</strong></a> invokes a peaceful, soft, and warm mood.</p>\n<p><img class=\"alignnone size-full wp-image-10237\" title=\"tweaker4\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/tweaker4.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/tweaker4\"><strong>Tweaker4</strong></a> is a theme specifically built for those who love tweaking their own themes.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Nx_QKbQnn3k\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"Donncha: Get a sneak preview of WP Super Cache before 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ocaoimh.cuteandinsane.com/?p=89496354\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://ocaoimh.ie/2011/07/11/get-a-sneak-preview-of-wp-super-cache-before-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3181:\"<p>WP Super Cache 1.0 will be out soon(ish) but I need testers to bang on the development version available on the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/download/\">download page</a>.</p>\n<p>This version should be significantly faster if you have a lot of mobile visitors, plus it adds support for https secure pages. The speed came about by saving those files as static files in the supercache directories rather than the old “legacy caching” of WP Cache. You’ll see files like index-mobile.html(.gz) and index-https.html(.gz) in those directories. Be aware that if you use a flat permalink structure the plugin opens the root supercache directory for reading to find the index* files. This may or may not be an issue with directories containing a very large number of directories (10,000+ for example). </p>\n<p>HTTPS support is built into the mod_rewrite rules so those files are served by the web server directly, but PHP serves the mobile clients. Only now you’ll be able to cache many times more mobile pages than before. There’s negligible speed difference between PHP and mod_rewrite modes anyway in normal operation.</p>\n<p>There’s also a handy little “donotcachepage” GET parameter now. Add that, giving it the value of a secret key from the Advanced settings page and the current page will not be cached in any way.</p>\n<p>There is lots of new code in the plugin. It’s running fine here, and a few other people have had no problems but I need more feedback. If you have a development server please give this a go, and if it works ok I believe it’s good enough to go live, <em>under supervision</em>. Don’t go install it on a Friday afternoon…</p>\n<p>With the upgrade to WordPress 3.2 I moved this site and my <a href=\"http://inphotos.org/\">photoblog</a> to a Multisite install so I’ve been looking at making Supercache work better in that environment too. </p>\n<p>I also installed Varnish as a front end cache and woah, I’m impressed. Setup was fairly easy though it’s still not 100% right. When I make posts the following page is a blank page except for the blog title, and when I (as a logged in user) leave a comment I get a 500 error and wp-comments-post.php doesn’t redirect. I’m still trying to debug those issues. I mentioned this on <a href=\"https://plus.google.com/106437496932759928522/posts/QMfyoD5AAzZ\">Google Plus</a> a few days ago but expect a follow up post on Varnish with docs in the near future. </p>\n<p>Now all I need is traffic. I should blog more!</p>\n\n<p><strong>Related Posts</strong><ul><li> <a href=\"http://ocaoimh.ie/2008/10/24/wp-super-cache-084-the-garbage-collector/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.4, the garbage collector\">WP Super Cache 0.8.4, the garbage collector</a></li><li> <a href=\"http://ocaoimh.ie/2009/01/09/wp-super-cache-087/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.8.7\">WP Super Cache 0.8.7</a></li><li> <a href=\"http://ocaoimh.ie/2010/02/08/wp-super-cache-099/\" rel=\"bookmark\" title=\"Permanent Link: WP Super Cache 0.9.9\">WP Super Cache 0.9.9</a></li></ul></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, 11 Jul 2011 21:37:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:19:\"Matt: Fifty Million\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38346\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://ma.tt/2011/07/fifty-million/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1365:\"<p>As noted <a href=\"http://thenextweb.com/media/2011/07/10/wordpress-now-powering-50-million-blogs/\">on TNW</a> <a href=\"http://www.adweek.com/news/technology/wordpress-hits-50-million-blogs-133289\">and Adweek</a>, yesterday we passed <a href=\"http://en.wordpress.com/stats/\">over 50,000,000</a> websites, blogs, portfolios, stores, pet projects, and of course cat websites powered by WordPress. I had the good fortune to celebrate this milestone with a few hundred WordPressers at <a href=\"http://2011.montreal.wordcamp.org/\">WordCamp Montreal</a> yesterday. (During my Town Hall I wasn’t aware we had passed the number until someone shouted from the audience.) It’s always fun to pass a big round number and over the weekend many libations were consumed with friends old and new, but ultimately the press has always been more concerned with those top-line numbers than we have in the WordPress community. More sites being created is a good benchmark for our adoption, but ultimately WordPress matters not for the blogs it creates but for the lives it affects. We have some huge opportunities this year, particularly around making our software more accessible to the next 50 or 500 million people who want to have a voice online, something I hope to talk more about <a href=\"http://2011.sf.wordcamp.org/\">at WordCamp San Francisco next month</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, 11 Jul 2011 17:23:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Weblog Tools Collection: WordPress Powers 50 Million 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:41:\"http://weblogtoolscollection.com/?p=10230\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/vxv_-HP7CO0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:734:\"<p>The <a href=\"http://en.wordpress.com/stats/\">official stats</a> over at <a href=\"http://wordpress.com/\">WordPress.com</a> have been updated to count <a href=\"http://wordpress.org/\">WordPress</a> installations as well as WordPress.com blogs, and the total number of WordPress-powered sites has just reached a startling 50.1 million!</p>\n<p>For comparison, that’s just a little bit less than the populations of California and Florida combined, and about 19% of all known sites on the web.</p>\n<p>For those of you who were here when WordPress began in 2003, did you ever imagine that its use would spread so rapidly?</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/vxv_-HP7CO0\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jul 2011 13:00:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:59:\"Weblog Tools Collection: WordPress Plugin Releases for 7/10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10226\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/1xGWzZnH2lA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1212:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/advanced-code-editor/\"><strong>Advanced Code Editor</strong></a> enables syntax highlighting in the integrated themes and plugins source code editors. Supports PHP, HTML, CSS and JS.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://www.jacobfresco.nl/programmeren/wordpress/before-and-after/\"><strong>Before And After</strong></a> allows scheduling of text within posts and pages.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/ui-labs/\"><strong>UI Labs</strong></a> offers experimental WordPress admin UI features with the aim of building upon and enhancing the default WordPress User Interface. These are unofficial core UI experiments – who knows what could happen?</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wptouch/\"><strong>WPtouch</strong></a> automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/1xGWzZnH2lA\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Jul 2011 13:00:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:29:\"Matt: Future of WordPress Q&A\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=38344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2011/07/future-of-wordpress-qa/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"<p>Memeburn has a new interview up: <a href=\"http://memeburn.com/2011/07/the-future-of-wordpress-qa-with-founder-matt-mullenweg/\">The future of WordPress: Q&A with founder Matt Mullenweg</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, 08 Jul 2011 21:22: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:36:\"Matt: Tribe’s Fourth: Jarobi White\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=38342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://ma.tt/2011/07/tribes-fourth-jarobi-white/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"<p><a href=\"http://www.slate.com/blogs/browbeat/2011/07/07/what_exactly_does_jarobi_white_the_mysterious_fourth_member_of_a.html\">What Exactly Does Jarobi White, the Mysterious Fourth Member of A Tribe Called Quest, Actually Do?</a> He has a WordPress blog, for one. <img src=\"http://s.ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </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, 08 Jul 2011 20:55:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"Weblog Tools Collection: WordPress Theme Releases for 7/8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10219\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/MjyvLgJrJPk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1666:\"<p><img class=\"alignnone size-full wp-image-10220\" title=\"caution\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/caution.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.emptynestheritage.com/?p=1794\"><strong>Caution</strong></a> is a three-column theme that just screams danger, caution and risk.</p>\n<p><img class=\"alignnone size-full wp-image-10221\" title=\"instapic\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/instapic.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://themes.shane-holden.com/instapic/\"><strong>Instapic</strong></a> is a fun theme styled after the popular <a href=\"http://instagr.am/\">Instagram</a>, allowing you to mimic the features that Instagram offers (minus the photo filters), yet run the photo blog on your own.</p>\n<p><img class=\"alignnone size-full wp-image-10222\" title=\"plusone\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/plusone.jpg\" alt=\"\" width=\"150\" height=\"89\" /></p>\n<p><a href=\"http://www.hacktrix.com/plusone-wordpress-theme\"><strong>PlusOne</strong></a> looks exactly like the <a href=\"http://plus.google.com/\">Google+</a> interface.</p>\n<p><img class=\"alignnone size-full wp-image-10223\" title=\"twentyeleven\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/twentyeleven.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/twentyeleven\"><strong>Twenty Eleven</strong></a> is a sophisticated, lightweight, and adaptable theme built for WordPress 3.2.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/MjyvLgJrJPk\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jul 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:27:\"Matt: Macaque self-portrait\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=38340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2011/07/macaque-self-portrait/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:268:\"<p>Check out this amazing story of <a href=\"http://www.dailymail.co.uk/news/article-2011051/Black-macaque-takes-self-portrait-Monkey-borrows-photographers-camera.html\">a black macaque monkey that picks up a photographer’s camera and takes self-portraits</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, 07 Jul 2011 19:45: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:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"Weblog Tools Collection: Get a Sneak Peek at the new Code Poet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/0D7gqsz9_h4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:779:\"<p><a href=\"http://codepoet.com/\">Code Poet</a> is a directory of trusted <a href=\"http://wordpress.org/\">WordPress</a> professionals, developers, designers, and consultants brought to you by the folks at <a href=\"http://automattic.com/\">Automattic</a>, and it’s getting a rather significant overhaul.</p>\n<p>The new Code Poet, which can be seen at <a href=\"http://beta.codepoet.com/\">the beta site</a>, will make it easier than ever before to find WordPress professionals by specialty, location, and even budget.</p>\n<p>Do you have what it takes to be a Code Poet? <a href=\"http://beta.codepoet.com/apply/\">Apply now</a> to be a part of this awesome directory!</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/0D7gqsz9_h4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jul 2011 13:00:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"Gravatar: Now supporting Gowalla, Google and GoodReads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.gravatar.com/?p=274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://blog.gravatar.com/2011/07/06/gowalla-google-goodreads-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:2449:\"<p>In our never ending quest to bring awesome profile power to gravatar users, we’ve added support for three awesome services: <a href=\"http://gowalla.com/\">Gowalla</a>, <a href=\"http://www.goodreads.com/\">GoodReads</a> and <a href=\"https://profiles.google.com/\">Google Profiles</a>. And yes, it is true, given we are called <strong>G</strong>ravatar, we do have a secret preference for <strong>G</strong> named services.</p>\n<p>You can add these new services to your Gravatar Profile the same way you add any other service. Just click “Edit My Profile” under the “My Account” menu at the top of Gravatar.com and then go to the “Verified Services” section. Enjoy!</p>\n<p><img class=\"alignnone size-full wp-image-275\" title=\"gratavar-support\" src=\"http://gravatar.files.wordpress.com/2011/07/gratavar-support.png?w=572&h=431\" alt=\"\" width=\"572\" height=\"431\" /></p>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/274/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/274/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/274/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/274/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/274/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/274/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/274/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/274/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/274/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/274/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/274/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/274/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/274/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/274/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=274&subd=gravatar&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, 06 Jul 2011 20:30:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Berkun\";s: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:39:\"Joseph: Rocking the Twenty Eleven Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://josephscott.org/?p=4413\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://josephscott.org/archives/2011/07/rocking-the-twenty-eleven-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:588:\"<p>With <a href=\"http://wordpress.org/news/2011/07/gershwin/\">WordPress 3.2</a> out the door it seemed like a good time to try out the the <a href=\"http://wordpress.org/extend/themes/twentyeleven\">Twenty Eleven theme</a>. A few minor tweaks later and I’m pretty happy with the look.</p>\n<p><img alt=\"\" src=\"https://lh5.googleusercontent.com/-FqWOWOOgdVQ/ThP1JSdor7I/AAAAAAAAAKE/81atzOVZN3Q/ss-josephscott-org.png\" title=\"josephscott.org screen shot\" class=\"alignnone\" width=\"1402\" height=\"742\" /></p>\n<p>I’m still on the look out for a good header image, any suggestions?</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, 06 Jul 2011 14:05: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:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"Weblog Tools Collection: WordPress Plugin Releases for 7/6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10212\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/bNucPLmFqFc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1594:\"<h3>New plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/moo-gravatar-box/\"><strong>Moo Gravatar Box</strong></a> auto-detects and shows in real-time the Gravatar image when users are filling the comment form.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/smugmug-for-wordpress/\"><strong>SmugMug for WordPress</strong></a> is designed to help professional and amateur photographers integrate their public and private SmugMug galleries into their WordPress websites and blogs.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://www.fastsecurecontactform.com/\"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/health-check/\"><strong>Health Check</strong></a> will perform a number of checks on your WordPress install to detect common configuration errors and known issues.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/video/\"><strong>VideoPress</strong></a> allows blog administrators to upload new videos to their WordPress.com video account and manage existing videos from the convenience of their self-hosted WordPress.org blog’s administrative interface. Authors can add any VideoPress video into a blog post through the use of a simple shortcode and customizations.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/bNucPLmFqFc\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jul 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:25:\"Matt: More Zen, Less Plus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=38338\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2011/07/more-zen-less-plus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"<p>Richard MacManus asks <a href=\"http://www.readwriteweb.com/archives/more_zen_less_plus.php\">Is More Zen, Less Plus The Way to Go?</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, 06 Jul 2011 10:25:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:24:\"Matt: 3.2 Video & Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=38334\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ma.tt/2011/07/3-2-video-design/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:393:\"<p>As you may have seen, the WordPress community <a href=\"http://wordpress.org/news/2011/07/gershwin/\">released version 3.2 “Gershwin” yesterday</a>. Here’s the announcement video with some of the new features:</p>\n<p></p>\n<p>When you get a chance also <a href=\"http://mattnt.com/2011/07/05/design-in-wordpress-3-2/\">check out MT’s post about the Design of 3.2</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jul 2011 18:44:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:47:\"Weblog Tools Collection: WordPress 3.2 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10209\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/xfAxFKaf11Y/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1156:\"<p><a href=\"http://wordpress.org/\">WordPress</a> 3.2 <a href=\"http://wordpress.org/news/2011/07/gershwin/\">has been released</a>! WordPress is now faster and lighter, with a new Dashboard, new default theme, distraction free writing, admin bar enhancements, and <a href=\"http://codex.wordpress.org/Version_3.2\">much more</a>.</p>\n<p>WordPress now requires a minimum of PHP 5.2.4 and MySQL 5.0, so <a href=\"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-2/\">make sure that you’re ready</a> before upgrading. Support for the long-outdated Internet Explorer 6 has been dropped too, but <a href=\"http://weblogtoolscollection.com/archives/2011/03/23/do-you-still-use-internet-explorer-6/\">there are many alternatives</a>.</p>\n<p>To avoid any potential issues, make sure that you temporarily deactivate all of your plugins before upgrading, and refer to the <a href=\"http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list\">WordPress 3.2 Troubleshooting Master List</a> if you run into any problems.</p>\n<p></p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/xfAxFKaf11Y\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jul 2011 00:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:37:\"Dev Blog: WordPress 3.2 now available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1924\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://wordpress.org/news/2011/07/gershwin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13941:\"<p>Here in the U.S. we are observing Independence Day, and I can’t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I’m excited to announce that WordPress 3.2 is now available to the world, both as an update in your dashboard and a <a href=\"http://wordpress.org/\">download on WordPress.org</a>. Version 3.2 is our fifteenth major release of WordPress and comes just four months after 3.1 (which coincidentally just passed the 15 million download mark this morning), reflecting the growing speed of development in the WordPress community and our dedication to getting improvements in your hands as soon as possible. We’re dedicating this release to noted composer and pianist <a href=\"http://en.wikipedia.org/wiki/George_Gershwin\">George Gershwin</a>.</p>\n<p><em>Before we get to the release, in anticipation of the State of the Word speech at the upcoming <a href=\"http://2011.sf.wordcamp.org/\">WordCamp San Francisco</a> (the annual WordPress conference) we’re doing a survey or census of the WordPress world. If you have a moment, <a href=\"http://wpsurvey.polldaddy.com/s/wp-2011\">please fill out this survey</a> and we’ll share what <em>we learn by </em>publishing the aggregate results in August.</em></p>\n<p>The focus for this release was <strong>making WordPress faster and lighter</strong>. The first thing you’ll notice when you log in to 3.2 is a <strong>refreshed dashboard design</strong> that tightens the typography, design, and code behind the admin. (Rhapsody in Grey?) If you’re starting a new blog, you’ll also appreciate the fully HTML5 <strong>new Twenty Eleven theme</strong>, fulfilling our plan to replace the default theme every year. Start writing your first post in our redesigned post editor and venture to the full-screen button in the editing toolbar to enter the new <strong>distraction-free writing or zen mode</strong>, my personal favorite feature of the release. All of the widgets, menus, buttons, and interface elements fade away to allow you to compose and edit your thoughts in a completely clean environment conducive to writing, but when your mouse strays to the top of the screen your most-used shortcuts are right there where you need them. (I like to press F11 to take my browser full-screen, getting rid of even the OS chrome.)</p>\n<p></p>\n<p>Under the hood there have been a number of improvements, not the least of which is the <strong>streamlining</strong> enabled by our <a href=\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\">previously announced plan</a> of retiring support for PHP4, older versions of MySQL, and legacy browsers like IE6, which allows us to take advantage of more features enabled by new technologies. The <strong>admin bar</strong> has a few more shortcuts to your most commonly-used actions. On the comment moderation screen, the new <strong>approve & reply</strong> feature speeds up your conversation management. You’ll notice in your first update after 3.2 that we’ll only be updating the files that have changed with each new release instead of every file in your WordPress installation, which makes <strong>updates significantly faster on all hosting platforms</strong>. There are also some fun new theme features shown off by Twenty Eleven, like the ability to have multiple <strong>rotating header images</strong> to highlight all of your favorite photos.</p>\n<p>There is way more, like our new freedoms and credits screens (linked from your dashboard footer), so for the full story check out the <a href=\"http://codex.wordpress.org/Version_3.2\">Codex page on 3.2</a> or the <a href=\"http://core.trac.wordpress.org/milestone/3.2\">Trac milestone which includes the 400+ tickets closed in this release</a>.</p>\n<h3>A Community Effort</h3>\n<p>We now finally have a credits page inside of WordPress itself (though a cool revision is coming in 3.3), but for posterity let’s give a round of applause to these fine folks who contributed to 3.2:</p>\n<p><a href=\"http://profiles.wordpress.org/users/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/users/aaroncampbell\">Aaron Campbell</a>, <a href=\"http://profiles.wordpress.org/users/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/users/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/users/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/users/ampt\">ampt</a>, <a href=\"http://profiles.wordpress.org/users/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/users/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/users/andrewryno\">andrewryno</a>, <a href=\"http://profiles.wordpress.org/users/andy\">andy</a>, <a href=\"http://profiles.wordpress.org/users/filosofo\">Austin Matzko</a>, <a href=\"http://profiles.wordpress.org/users/benchapman\">BenChapman</a>, <a href=\"http://profiles.wordpress.org/users/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/users/bluntelk\">bluntelk</a>, <a href=\"http://profiles.wordpress.org/users/boonebgorges\">Boone Gorges</a>, <a href=\"http://profiles.wordpress.org/users/cnorris23\">Brandon Allen</a>, <a href=\"http://profiles.wordpress.org/users/brandonburke\">Brandon Burke</a>, <a href=\"http://profiles.wordpress.org/users/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/users/cfinke\">cfinke</a>, <a href=\"http://profiles.wordpress.org/users/charlesclarkson\">charlesclarkson</a>, <a href=\"http://profiles.wordpress.org/users/chexee\">chexee</a>, <a href=\"http://profiles.wordpress.org/users/coffee2code\">coffee2code</a>, <a href=\"http://profiles.wordpress.org/users/scribu\">Cristi Burcă</a>, <a href=\"http://profiles.wordpress.org/users/daniloercoli\">daniloercoli</a>, <a href=\"http://profiles.wordpress.org/users/koopersmith\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/users/dcowgill\">David Cowgill</a>, <a href=\"http://profiles.wordpress.org/users/jdtrower\">David Trower</a>, <a href=\"http://profiles.wordpress.org/users/demetris\">demetris</a>, <a href=\"http://profiles.wordpress.org/users/devinreams\">Devin Reams</a>, <a href=\"http://profiles.wordpress.org/users/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/users/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/users/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/users/dougwrites\">Doug Provencio</a>, <a href=\"http://profiles.wordpress.org/users/dvwallin\">dvwallin</a>, <a href=\"http://profiles.wordpress.org/users/cyberhobo\">Dylan Kuhn</a>, <a href=\"http://profiles.wordpress.org/users/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/users/fabifott\">fabifott</a>, <a href=\"http://profiles.wordpress.org/users/peaceablewhale\">Franklin Tse</a>, <a href=\"http://profiles.wordpress.org/users/frumph\">Frumph</a>, <a href=\"http://profiles.wordpress.org/users/garyc40\">garyc40</a>, <a href=\"http://profiles.wordpress.org/users/blepoxp\">Glenn Ansley</a>, <a href=\"http://profiles.wordpress.org/users/guyn\">guyn</a>, <a href=\"http://profiles.wordpress.org/users/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/users/hebbet\">hebbet</a>, <a href=\"http://profiles.wordpress.org/users/helenyhou\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/users/hew\">hew</a>, <a href=\"http://profiles.wordpress.org/users/holizz\">holizz</a>, <a href=\"http://profiles.wordpress.org/users/iandstewart\">Ian Stewart</a>, <a href=\"http://profiles.wordpress.org/users/jacobwg\">Jacob Gillespie</a>, <a href=\"http://profiles.wordpress.org/users/jane\">Jane Wells</a>, <a href=\"http://profiles.wordpress.org/users/jayjdk\">Jayjdk</a>, <a href=\"http://profiles.wordpress.org/users/jfarthing84\">Jeff Farthing</a>, <a href=\"http://profiles.wordpress.org/users/jkudish\">Joachim Kudish</a>, <a href=\"http://profiles.wordpress.org/users/joelhardi\">joelhardi</a>, <a href=\"http://profiles.wordpress.org/users/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/users/aldenta\">John Ford</a>, <a href=\"http://profiles.wordpress.org/users/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/users/johnonolan\">JohnONolan</a>, <a href=\"http://profiles.wordpress.org/users/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/users/joostdevalk\">joostdevalk</a>, <a href=\"http://profiles.wordpress.org/users/koke\">Jorge Bernal</a>, <a href=\"http://profiles.wordpress.org/users/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/users/jtsternberg\">Justin Sternberg</a>, <a href=\"http://profiles.wordpress.org/users/greenshady\">Justin Tadlock</a>, <a href=\"http://profiles.wordpress.org/users/kevinb\">kevinB</a>, <a href=\"http://profiles.wordpress.org/users/knutsp\">Knut Sparhell</a>, <a href=\"http://profiles.wordpress.org/users/kovshenin\">kovshenin</a>, <a href=\"http://profiles.wordpress.org/users/tenpura\">Kuraishi</a>, <a href=\"http://profiles.wordpress.org/users/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/users/linuxologos\">linuxologos</a>, <a href=\"http://profiles.wordpress.org/users/lloydbudd\">lloydbudd</a>, <a href=\"http://profiles.wordpress.org/users/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/users/marcis20\">marcis20</a>, <a href=\"http://profiles.wordpress.org/users/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/users/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/users/tfnab\">Martin Lormes</a>, <a href=\"http://profiles.wordpress.org/users/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/users/sivel\">Matt Martz</a>, <a href=\"http://profiles.wordpress.org/users/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/users/mattyrob\">MattyRob</a>, <a href=\"http://profiles.wordpress.org/users/mcepl\">mcepl</a>, <a href=\"http://profiles.wordpress.org/users/mdawaffe\">mdawaffe</a>, <a href=\"http://profiles.wordpress.org/users/mfields\">Michael Fields</a>, <a href=\"http://profiles.wordpress.org/users/michaelh\">MichaelH</a>, <a href=\"http://profiles.wordpress.org/users/michaeltyson\">michaeltyson</a>, <a href=\"http://profiles.wordpress.org/users/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/users/dimadin/\">Milan Dinić</a>, <a href=\"http://profiles.wordpress.org/users/mintindeed\">mintindeed</a>, <a href=\"http://profiles.wordpress.org/users/mitchoyoshitaka\">mitchoyoshitaka</a>, <a href=\"http://profiles.wordpress.org/users/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/users/mrroundhill\">mrroundhill</a>, <a href=\"http://profiles.wordpress.org/users/natecook\">natecook</a>, <a href=\"http://profiles.wordpress.org/users/nathanrice\">nathanrice</a>, <a href=\"http://profiles.wordpress.org/users/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/users/nickbohle\">Nick Bohle</a>, <a href=\"http://profiles.wordpress.org/users/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"http://profiles.wordpress.org/users/nuxwin\">nuxwin</a>, <a href=\"http://profiles.wordpress.org/users/otto42\">Otto</a>, <a href=\"http://profiles.wordpress.org/users/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/users/petemall\">pete.mall</a>, <a href=\"http://profiles.wordpress.org/users/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/users/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/users/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/users/bi0xid\">Rafael Poveda</a>, <a href=\"http://profiles.wordpress.org/users/rahe\">Rahe</a>, <a href=\"http://profiles.wordpress.org/users/ramiy\">Ramiy</a>, <a href=\"http://profiles.wordpress.org/users/rasheed\">Rasheed Bydousi</a>, <a href=\"http://profiles.wordpress.org/users/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/users/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/users/wpmuguru\">Ron Rennick</a>, <a href=\"http://profiles.wordpress.org/users/rosshanney\">Ross Hanney</a>, <a href=\"http://profiles.wordpress.org/users/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/users/ryanimel\">Ryan Imel</a>, <a href=\"http://profiles.wordpress.org/users/zeo\">Safirul Alredha</a>, <a href=\"http://profiles.wordpress.org/users/solarissmoke\">Samir Shah</a>, <a href=\"http://profiles.wordpress.org/users/saracannon\">saracannon</a>, <a href=\"http://profiles.wordpress.org/users/sbressler\">sbressler</a>, <a href=\"http://profiles.wordpress.org/users/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/users/shakenstirred\">shakenstirred</a>, <a href=\"http://profiles.wordpress.org/users/sidharrell\">Sidney Harrell</a>, <a href=\"http://profiles.wordpress.org/users/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/users/sorich87\">sorich87</a>, <a href=\"http://profiles.wordpress.org/users/szadok\">szadok</a>, <a href=\"http://profiles.wordpress.org/users/tetele\">tetele</a>, <a href=\"http://profiles.wordpress.org/users/tigertech\">tigertech</a>, <a href=\"http://profiles.wordpress.org/users/trepmal\">trepmal</a>, <a href=\"http://profiles.wordpress.org/users/utkarsh\">Utkarsh Kukreti</a>, <a href=\"http://profiles.wordpress.org/users/valentinas\">valentinas</a>, <a href=\"http://profiles.wordpress.org/users/webduo\">webduo</a>, <a href=\"http://profiles.wordpress.org/users/xibe\">Xavier Borderie</a>, <a href=\"http://profiles.wordpress.org/users/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/users/vanillalounge\">Ze Fontainhas</a>, and <a href=\"http://profiles.wordpress.org/users/ziofix\">ziofix</a>.</p>\n<p><strong>Bonus:</strong> On their WordPress.org profiles over 20,000 people have said they make their living from WordPress. Are you one of them? <a href=\"http://wpsurvey.polldaddy.com/s/wp-2011\">Don’t forget to take a minute for our survey</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, 04 Jul 2011 21:07: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: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: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:54:\"WordPress.tv: Introducing WordPress 3.2 “Gershwin”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2011/07/04/introducing-wordpress-3-2-gershwin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1801:\"<div id=\"v-ac07H291\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6472/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6472&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/07/04/introducing-wordpress-3-2-gershwin/\"><img alt=\"Introducing WordPress 3.2 “Gershwin”\" src=\"http://videos.videopress.com/ac07H291/3-2-release_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jul 2011 21:06:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Michael Pick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:57:\"Weblog Tools Collection: WordPress Theme Releases for 7/4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10204\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/6mWZ7uy6w7Q/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1201:\"<p><img class=\"alignnone size-full wp-image-10205\" title=\"blueandgrey\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/blueandgrey.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/blue-and-grey\"><strong>Blue and Grey</strong></a> is a modern theme with a decent design. Main colors used in the theme are blue and grey.</p>\n<p><img class=\"alignnone size-full wp-image-10206\" title=\"commune\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/commune.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/commune\"><strong>Commune</strong></a> is a minimalist WordPress theme. The theme is also compatible with WP-PageNavi for a nice pagination.</p>\n<p><img class=\"alignnone size-full wp-image-10207\" title=\"greenleaf\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/07/greenleaf.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/greenleaf\"><strong>GreenLeaf</strong></a> is a green-based two-column theme with a right sidebar.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/6mWZ7uy6w7Q\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jul 2011 13:00:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:42:\"Dev Blog: Are You Ready for WordPress 3.2?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2011/07/are-you-ready-for-wordpress-3-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4341:\"<p>WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: <strong>the minimum requirements are changing</strong>.</p>\n<h3>PHP and MySQL</h3>\n<p>As of 3.2, you’ll need to be running PHP 5.2.4 and MySQL 5.0. <a title=\"EOL Announcement for PHP4 and MySQL4\" href=\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\">As we mentioned almost a year ago when we announced that this change was coming</a>, the percentage of people running older versions of PHP and MySQL is relatively low. With more than 45 million people using WordPress, though, even a small percentage can mean a lot of people! Don’t caught with your <del>pants</del> dashboard down — make sure you’re running compatible versions of PHP and MySQL before you update <del>tomorrow</del> when WordPress 3.2 is released.</p>\n<p>Log in to your hosting account, and check to make sure you have at least PHP 5.2.4 and MySQL 5.0. Most of the major hosts already default to these or newer versions, but there are some exceptions. Check to see which versions you are running, and if you’re still on an older version, it should be as simple as changing a dropdown menu and clicking Save to get up to date.</p>\n<p>If you don’t know how to find this information in your hosting account or you don’t even know how to access your hosting control panel because someone else manages that for you, don’t fret. You can <a href=\"http://wordpress.org/extend/plugins/health-check/\">find out if you’re ready for 3.2 with the Health Check plugin</a>. In your dashboard, go to Plugins → Add New and search for “health check” (it should be the first result). Install it, activate it, and it will tell you if you need to update anything.</p>\n<p>If you need more help, contact your host’s customer service and use this email template to ask them to help you.</p>\n<blockquote><p>Hi there. I host my domain [example.com] with you, and I run WordPress on my site. The minimum requirements are changing to PHP 5.2.4 and MySQL 5.0, and I would appreciate your help in confirming that my site’s setup meets these requirements. If I’m currently running an older version of PHP or MySQL, could you update it for me, or tell me how to do it? Thanks so much!</p></blockquote>\n<p>If your host replies that they can’t update to these versions, it might be time to <a href=\"http://wordpress.org/hosting/\">look for a new host</a>.</p>\n<h3>IE6 and Outdated Browsers</h3>\n<p>With 3.2, we’re also dropping support for Internet Explorer 6, a 10-years-old outdated browser that even <a href=\"http://www.ie6countdown.com/\">Microsoft is ready to leave behind</a>. From now on, if you access your WordPress dashboard from an outdated browser, we’ll let you know. Why? Because as web technology improves, so does WordPress, as we build features to take advantage of these improvements. If you’re using an out-of-date browser, chances are you’re missing out.</p>\n<p>If your browser is out of date, you’ll see a friendly orangey-yellow box in your dashboard letting you know you a newer version is available (which you can dismiss, of course). If you’re using IE6, though, the box will be red, and your dashboard will not function properly. If you’re stuck on IE6 because the computer you use is maintained by a business, library, school, or the like, and you are not able to download a newer browser, here’s a sample email you can use to ask your boss/administrator/IT guys to update the browser.</p>\n<blockquote><p>Hi there. The computer I use at [where you use the computer] is equipped with an out-of-date web browser. Internet Explorer 6 was created 10 years ago, before modern web standards, and does not support modern web applications. More and more sites and applications are dropping support for IE6, including the new version of WordPress. Even Microsoft, the makers of IE6, are counting down until IE6 goes the way of the dinosaur (see http://www.ie6countdown.com/ for more information). Can you please install an updated version of IE or any modern browser (see http://browsehappy.com for more information) on the available computers? Thank you very much.</p></blockquote>\n<p>Welcome to the future!</p>\n<p> </p>\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:\"Sun, 03 Jul 2011 23:32:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"Weblog Tools Collection: WordPress Plugin Releases for 7/2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/wcgcl6RyBdw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1321:\"<h3>New plugins</h3>\n<p><a href=\"http://www.jacobfresco.nl/programmeren/wordpress/before-and-after/\"><strong>Before And After</strong></a> allows scheduling of text within posts and pages.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/java-applet-embed/\"><strong>Java Applet Embed</strong></a> allows you to insert Java applets into your WordPress blog.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://www.ahsan.pk/2011/05/wp-plugin-adsense-float/\"><strong>Adsense Float</strong></a> shows Google AdSense ads at a prominent position on your site, which maximizes the CTR and revenue of your site.</p>\n<p><a href=\"http://ocaoimh.ie/exploit-scanner/\"><strong>Exploit Scanner</strong></a> searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.</p>\n<p><a href=\"http://www.fastsecurecontactform.com/\"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/wcgcl6RyBdw\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Jul 2011 13:00:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:58:\"Weblog Tools Collection: WordPress Theme Releases for 6/30\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10195\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/aT0A1cwTtJg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1258:\"<p><img class=\"alignnone size-full wp-image-10196\" title=\"ambrosia\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/06/ambrosia.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/ambrosia\"><strong>Ambrosia</strong></a> is a modern, minimalistic, accessible, super clean, WordPress theme built with the latest W3C standards (HTML5 and CSS3).</p>\n<p><img class=\"alignnone size-full wp-image-10197\" title=\"industrial\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/06/industrial.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.emptynestheritage.com/?p=1609\"><strong>Industrial</strong></a> would suit a mechanical, industrial and/or engineering blog.</p>\n<p><img class=\"alignnone size-full wp-image-10198\" title=\"starter\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/06/starter.jpg\" alt=\"\" width=\"150\" height=\"97\" /></p>\n<p><a href=\"http://tentblogger.com/starter-wordpress-theme/\"><strong>Starter</strong></a> is a perfect super-crisp and clean look (black and white) to start a new blog or get back to the heart of great blogging.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/aT0A1cwTtJg\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2011 13:00: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:61:\"Weblog Tools Collection: WordPress 3.1.4 and 3.2 RC3 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/HgJl5vaUCt4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:995:\"<p><a href=\"http://wordpress.org/\">WordPress</a> 3.1.4 and 3.2 RC3 <a href=\"http://wordpress.org/news/2011/06/wordpress-3-1-4/\">have been released</a>. WordPress 3.1.4 is primarily a security release which addresses one particular issue and “also incorporates several other security fixes and hardening measures.”</p>\n<p>WordPress 3.2 RC3 is described as “about all that stood in the way of a final release of WordPress 3.2.” It contains a few minor fixes and the same security improvements from 3.1.4.</p>\n<p>If you’re still on the 3.1 branch, update now to secure your blog. If you’re curious about 3.2, or you’re a theme or plugin developer, grab <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">the Beta Tester plugin</a> now to try it out.</p>\n<p>WordPress 3.2 is almost here! Can you feel the excitement in the air?</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/HgJl5vaUCt4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jun 2011 20:16: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:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:55:\"Dev Blog: WordPress 3.1.4 (and 3.2 Release Candidate 3)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1927\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/06/wordpress-3-1-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2003:\"<p>WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions.</p>\n<p>This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of <a href=\"http://www.sec-consult.com/\">SEC Consult</a> for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening measures thanks to the work of WordPress developers <a href=\"http://www.buayacorp.com/\">Alexander Concha</a> and <a href=\"http://joncave.co.uk/\">Jon Cave</a> of our security team. Consult the <a href=\"http://core.trac.wordpress.org/log/branches/3.1/?action=stop_on_copy&mode=stop_on_copy&rev=18377&stop_rev=18043\">change log</a> for more details.</p>\n<p><strong><a href=\"http://wordpress.org/download/\"><strong>Download WordPress 3.1.4</strong></a> or update immediately from the Dashboard → Updates menu in your site’s admin area.</strong></p>\n<h3>WordPress 3.2 Release Candidate 3</h3>\n<p>This release was about all that stood in the way of a final release of WordPress 3.2. So we’re also announcing the third release candidate for 3.2, which contains all of the fixes in 3.1.4; few minor RTL, JavaScript, and user interface fixes; and ensures graceful failures if 3.2 is run on PHP4. As a reminder, we’ve bumped our minimum requirements for version 3.2 to PHP 5.2.4 and MySQL 5.0.</p>\n<p>To test WordPress 3.2, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.2-RC3.zip\">download the release candidate here</a> (zip). At this stage, plugin authors should be doing final tests to ensure compatibility.</p>\n<p><em>Bonus: For more on what to test and what to do if you find an issue, please read <a href=\"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/\">our Beta 1 post</a>.</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, 29 Jun 2011 19:00:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s: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:43:\"Joseph: pressfs – Read Only Media Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://josephscott.org/?p=4353\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://josephscott.org/archives/2011/06/pressfs-read-only-media-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:1335:\"<p>Last night I tagged version 0.3.0 of <a href=\"https://github.com/josephscott/pressfs\">pressfs</a>, which includes read only support for media files managed by WordPress. You access these files via the new top level directory: /media. Entries in /media look like:</p>\n<pre class=\"brush: plain; title: ; notranslate\">\n-r-------- 1 joseph root 47487 2010-08-03 20:52 boat.jpg\n</pre>\n<p>Copying media files is as easy as <code>cp /var/wp/media/boat.jpg /tmp/boat.jpg</code></p>\n<p>To support read only media files I added two new methods to the pressfs WordPress plugin: <code>get_media_list</code> and <code>get_media_file</code>. The new <code>get_media_file</code> method is a bit different in that it does not return JSON, instead it returns the raw data of the file.</p>\n<p>There are still some questions about the best way to structure this data for WordPress installs that have a large number of media files. For now I just wanted something functional that people could use.</p>\n<p>The source is at <a href=\"https://github.com/josephscott/pressfs\">https://github.com/josephscott/pressfs</a> or you can download <a href=\"https://github.com/josephscott/pressfs/zipball/0.3.0\">pressfs 0.3.0 as a zip file</a>. A <a href=\"https://github.com/josephscott/pressfs/tarball/0.3.0\">tar.gz of pressfs 0.3.0</a> is also available.</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, 29 Jun 2011 14:26:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:50:\"WordPress.tv: Heather Gold – Tools For Tummeling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6072\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.tv/2011/06/29/heather-gold-tools-for-tummeling/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1798:\"<div id=\"v-KD3mdceG\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6072/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6072/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6072/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6072/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6072/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6072/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6072/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6072/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6072/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6072/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6072/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6072/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6072/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6072/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6072&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/06/29/heather-gold-tools-for-tummeling/\"><img alt=\"Heather Gold Tools For Tummeling\" src=\"http://videos.videopress.com/KD3mdceG/heather-gold-tools-for-tummeling_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jun 2011 13:17: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:14:\"blazestreaming\";s: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:43:\"WordPress.tv: Boone Gorges BuddyPress Pt. 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6216\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.tv/2011/06/29/boone-gorges-buddypress-pt-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1785:\"<div id=\"v-rvmvX4vI\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6216/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6216/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6216/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6216/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6216/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6216/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6216/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6216/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6216/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6216/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6216/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6216/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6216/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6216/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6216&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/06/29/boone-gorges-buddypress-pt-2/\"><img alt=\"Boone Gorges: BuddyPress Pt. 2\" src=\"http://videos.videopress.com/rvmvX4vI/04_h264_1500k_2997p_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jun 2011 13:13: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:\"blazestreaming\";s: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:43:\"WordPress.tv: Boone Gorges BuddyPress Pt. 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6212\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.tv/2011/06/29/boone-gorges-buddypress-pt-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:1769:\"<div id=\"v-bUqEoF60\" class=\"video-player\">\n</div>\n<br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6212/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6212/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6212/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6212/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6212/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6212/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6212/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6212/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6212/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6212/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6212/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6212/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6212/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6212/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6212&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/06/29/boone-gorges-buddypress-pt-1/\"><img alt=\"03_H264_1500K_2997p\" src=\"http://videos.videopress.com/bUqEoF60/03_h264_1500k_2997p1_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jun 2011 13:11:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"blazestreaming\";s: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:59:\"Weblog Tools Collection: WordPress Plugin Releases for 6/28\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10189\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/-xmy0S6Y-A4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:846:\"<h3>New plugins</h3>\n<p><a href=\"http://allcreatives.net/2011/06/25/wordpress-plugin-bulk-remove-comments/\"><strong>Bulk Remove Comments</strong></a> allows you to remove all pending comments from your database with one click.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-notcaptcha/\"><strong>WP-NOTCAPTCHA</strong></a> adds CAPTCHA anti-spam methods to WordPress on the comment form, registration form, or both. In order to post comments, users will have to range icons in right (upright) place.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://tinsology.net/plugins/amazon-tools/\"><strong>Amazon Tools</strong></a> allows you to display Amazon product information on your blog and earn commission through Amazon Associates.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/-xmy0S6Y-A4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jun 2011 13:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 21 Jul 2011 12:57:43 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 21 Jul 2011 12:45:11 GMT\";s:14:\"content-length\";s:6:\"128758\";s:4:\"x-nc\";s:11:\"HIT luv 139\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(423,0,'_site_transient_timeout_browser_5cfa67fe63822cce18d16f82bef555ea','1311817260','yes'),(424,0,'_site_transient_browser_5cfa67fe63822cce18d16f82bef555ea','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:3:\"5.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(498,0,'_transient_timeout_feed_49daf73292c6fad051c329326d531a90','1311272784','no'),(477,0,'userphoto_jpeg_compression','90','yes'),(478,0,'userphoto_maximum_dimension','150','yes'),(479,0,'userphoto_thumb_dimension','80','yes'),(480,0,'userphoto_admin_notified','0','yes'),(481,0,'userphoto_level_moderated','2','yes'),(482,0,'userphoto_use_avatar_fallback','1','yes'),(483,0,'userphoto_override_avatar','1','yes'),(492,0,'WP_PAGENAVI_STYLE_OPTION','a:11:{s:10:\"stylesheet\";s:8:\"template\";s:8:\"template\";s:10:\"css3_black\";s:5:\"align\";s:4:\"left\";s:9:\"font_size\";s:4:\"12px\";s:13:\"heading_color\";s:6:\"000000\";s:16:\"background_color\";s:6:\"000000\";s:11:\"hover_color\";s:6:\"666666\";s:10:\"link_color\";s:6:\"ffffff\";s:17:\"link_active_color\";s:6:\"ffffff\";s:12:\"border_color\";s:6:\"666666\";s:19:\"border_active_color\";s:6:\"000000\";}','yes'),(499,0,'_transient_feed_49daf73292c6fad051c329326d531a90','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Nilesh Shiragave PHP | Wordpress Expert\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"http://www.snilesh.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"PHP,Wordpress,Jquery Expert\";s: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:\"Mon, 18 Jul 2011 09:17: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:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://wordpress.org/?v=\";s:7:\"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:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Twitter Facebook Like Time Difference using PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://www.snilesh.com/resources/php/twitter-facebook-like-time-difference-using-php/\";s:7:\"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:94:\"http://www.snilesh.com/resources/php/twitter-facebook-like-time-difference-using-php/#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, 18 Jul 2011 09:17: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:3:\"PHP\";s: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:\"snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.snilesh.com/?p=1389\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:288:\"If you want to display time difference like twitter,facebook using PHP function then use following function which outputs time difference like 20 minutes ago,2 days ago,1 week<a href=\"http://www.snilesh.com/resources/php/twitter-facebook-like-time-difference-using-php/\"> Read More...</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:7:\"snilesh\";s: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:2159:\"<!-- Start LikeButtonSetTop --><!-- End LikeButtonSetTop --><p>If you want to display time difference like twitter,facebook using PHP function then use following function which outputs time difference like 20 minutes ago,2 days ago,1 week ago</p>\n<pre class=\"brush: php; title: ; notranslate\">\nfunction time_difference($date)\n{\n if(empty($date)) {\n return "No date provided";\n }\n\n $periods = array("second", "minute", "hour", "day", "week", "month", "year", "decade");\n $lengths = array("60","60","24","7","4.35","12","10");\n\n $now = time();\n $unix_date = strtotime($date);\n\n // check validity of date\n if(empty($unix_date)) {\n return "Bad date";\n }\n\n // is it future date or past date\n if($now > $unix_date) {\n $difference = $now - $unix_date;\n $tense = "ago";\n\n } else {\n $difference = $unix_date - $now;\n $tense = "from now";\n }\n\n for($j = 0; $difference >= $lengths[$j] && $j < count($lengths)-1; $j++) {\n $difference /= $lengths[$j];\n }\n\n $difference = round($difference);\n\n if($difference != 1) {\n $periods[$j].= "s";\n }\n\n return "$difference $periods[$j] {$tense}";\n}\n</pre>\n<p>call this function as </p>\n<pre class=\"brush: php; title: ; notranslate\">\n$date = "2010-07-16 17:45";\n$result = time_difference($date); // 1 year ago\n</pre>\n<div class=\"shr-publisher-1389\"></div><!-- Start LikeButtonSetBottom --><!-- End LikeButtonSetBottom -->\n<p><a href=\"http://feedads.g.doubleclick.net/~a/XkNmK2siHeCXIwRE-zbznhgD_eM/0/da\"><img src=\"http://feedads.g.doubleclick.net/~a/XkNmK2siHeCXIwRE-zbznhgD_eM/0/di\" border=\"0\" ismap=\"true\"></img></a><br/>\n<a href=\"http://feedads.g.doubleclick.net/~a/XkNmK2siHeCXIwRE-zbznhgD_eM/1/da\"><img src=\"http://feedads.g.doubleclick.net/~a/XkNmK2siHeCXIwRE-zbznhgD_eM/1/di\" border=\"0\" ismap=\"true\"></img></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://www.snilesh.com/resources/php/twitter-facebook-like-time-difference-using-php/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:50:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"wordpress membership plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://www.snilesh.com/resources/wordpress/wordpress-membership-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://www.snilesh.com/resources/wordpress/wordpress-membership-plugins/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Jul 2011 07:12: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:4:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"affliate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"membership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"private 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:30:\"http://www.snilesh.com/?p=1359\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:256:\"WordPress is becoming more popular with new features. When wordpress was first released it was just a bloging script but now you can use wordpress to create<a href=\"http://www.snilesh.com/resources/wordpress/wordpress-membership-plugins/\"> Read More...</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:7:\"snilesh\";s: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:6250:\"<!-- Start LikeButtonSetTop --><!-- End LikeButtonSetTop --><p>WordPress is becoming more popular with new features. When wordpress was first released it was just a bloging script but now you can use wordpress to create CMS websites.</p>\n<p>You can use wordpress to create a membership websites. But for that you want good membership plugins. In this post i added popular <strong>wordpress membership plugins</strong> with their features.</p>\n<p>Using membership plugins you can restrict access to your website according to membership levels.</p>\n<div class=\"clear\"></div>\n<h3>1] <a href=\"http://www.sniesh.com/go/magic-members\" title=\"Wordpress Magic Members\" target=\"_blank\">Magic Members</a></h3>\n<div id=\"attachment_1364\" class=\"wp-caption alignleft\" style=\"width: 210px\"><a href=\"http://www.sniesh.com/go/magic-members\" title=\"Magic Members\" target=\"_blank\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/magic_members.jpg\" alt=\"wordpress magic members\" title=\"magic_members\" width=\"200\" height=\"167\" class=\"size-full wp-image-1364\" /></a><p class=\"wp-caption-text\">wordpress magic members</p></div> Magic Members is a premium WordPress Membership Plugin that turns your WordPress blog into a powerful, fully automated membership site. </p>\n<ol>\n<li>Unlimited Membership Levels</li>\n<li>Payment Integration Modules</li>\n<li>Control Subscription Length</li>\n<li>Unlimited Coupon Creation</li>\n<li>Pay Per Post Access</li>\n<li>Entire Blog Protection</li>\n<li>Download Manager</li>\n</ol>\n<p><div class=\"separator\"></div>\n<h3>2] <a href=\"http://www.snilesh.com/go/wp-emember\" title=\"Wordpress eMember Plugin\" target=\"_blank\">eMember</a></h3>\n<div id=\"attachment_1370\" class=\"wp-caption alignleft\" style=\"width: 210px\"><a href=\"http://www.snilesh.com/go/wp-emember\" title=\"Wordpress eMember Plugin\" target=\"_blank\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/wp-emember.png\" alt=\"Wordpress eMember Plugin\" title=\"wp-emember\" width=\"200\" height=\"240\" class=\"size-full wp-image-1370\" /></a><p class=\"wp-caption-text\">Wordpress eMember Plugin</p></div><br />\nWordPress eMember is a WordPress Membership Plugin that can turn your existing or new WordPress site into a membership site easily. You can selectively protect articles by creating various membership levels (eg. Free, Basic, Premium, Ultimate) and protect the content (posts, pages etc) of your site. The plugin manages all the membership management side of things.</p>\n<ol>\n<li>Content Protection</li>\n<li>Easy PayPal Integration</li>\n<li>Autoresponder Integration</li>\n<li>WP eStore Integration</li>\n</ol>\n<div class=\"clear\"></div>\n<p><div class=\"separator\"></div>\n<h3>3] <a href=\"http://www.snilesh.com/go/wordpress-premium-content\" target=\"_blank\" title=\"WordPress Premium Content\" >WordPress Premium Content</a></h3>\n<div id=\"attachment_1374\" class=\"wp-caption alignleft\" style=\"width: 210px\"><a href=\"http://www.snilesh.com/go/wordpress-premium-content\" title=\"wordpress premium content\" target=\"_blank\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/wordpress-premium-content.jpg\" alt=\"wordpress premium content\" title=\"wordpress-premium-content\" width=\"200\" height=\"186\" class=\"size-full wp-image-1374\" /></a><p class=\"wp-caption-text\">Wordpress Premium Content</p></div><br />\nJigowatt’s WordPress Premium Content plugin allows you to easily set up a web site with content which is only accessible to users registered with an active PayPal subscription. You can easily manage your subscribers, change subscription prices and set up custom membership renewal options (annual, bi-annual or just month by month).</p>\n<div class=\"clear\"></div>\n<p><div class=\"separator\"></div>\n<h3>4] <a href=\"http://www.snilesh.com/go/wishlist-member\" title=\"WishList Member\" target=\"_blank\">WishList Member</a></h3>\n<div id=\"attachment_1381\" class=\"wp-caption alignleft\" style=\"width: 210px\"><a href=\"http://www.snilesh.com/go/wishlist-member\" target=\"_blank\" title=\"wordpress wishlist member\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/wishlist_members.jpg\" alt=\"wishlist members\" title=\"wishlist_members\" width=\"200\" height=\"167\" class=\"size-full wp-image-1381\" /></a><p class=\"wp-caption-text\">Wordpress Wishlist Member</p></div><br />\nWishList Member is a powerful solution for creating an online membership site – all built using WordPress as the core content management system.<br />\nTrusted by over 6100+ people as their preferred membership solution, it’s never been easier to control access to your content, accept payments, manage your members and so much more!</p>\n<div class=\"clear\"></div>\n<p><div class=\"separator\"></div>\n<h3>5] <a href=\"http://www.snilesh.com/go/wp-premium-members\" title=\"WP Premium Members + Pre Advertisements admin\" target=\"_blank\">WP Premium Members + Pre Advertisements admin</a></h3>\n<p><div id=\"attachment_1383\" class=\"wp-caption alignleft\" style=\"width: 230px\"><a href=\"http://www.snilesh.com/go/wp-premium-members\" title=\"wordpress premium members\" target=\"_blank\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/wp-premium-members.jpg\" alt=\"wordpress premium members\" title=\"wp-premium-members\" width=\"220\" height=\"112\" class=\"size-full wp-image-1383\" /></a><p class=\"wp-caption-text\">wordpress premium members</p></div><br />\nThis plugin is more than just a normal Membership plugin. Beside displaying Premium content to your paying members only, this plugin also manages Pre Post Advertisements. This plugin is designed to work both as a standalone premium membership plugin and it work’s together and extends the possibilities of the <a href=\"http://www.snilesh.com/go/wp-premium-members\" title=\"Wordpress Premium Members\" target=\"_blank\">WP Pre Advertisement plugin</a>.</p>\n<div class=\"shr-publisher-1359\"></div><!-- Start LikeButtonSetBottom --><!-- End LikeButtonSetBottom -->\n<p><a href=\"http://feedads.g.doubleclick.net/~a/xUrdffj3cg35bml-k-h7NnGyHuw/0/da\"><img src=\"http://feedads.g.doubleclick.net/~a/xUrdffj3cg35bml-k-h7NnGyHuw/0/di\" border=\"0\" ismap=\"true\"></img></a><br/>\n<a href=\"http://feedads.g.doubleclick.net/~a/xUrdffj3cg35bml-k-h7NnGyHuw/1/da\"><img src=\"http://feedads.g.doubleclick.net/~a/xUrdffj3cg35bml-k-h7NnGyHuw/1/di\" border=\"0\" ismap=\"true\"></img></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://www.snilesh.com/resources/wordpress/wordpress-membership-plugins/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:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress 3.2 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://www.snilesh.com/resources/wordpress/wordpress-3-2-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://www.snilesh.com/resources/wordpress/wordpress-3-2-features/#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, 11 Jul 2011 08:54: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:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:21:\"wordpress new 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.snilesh.com/?p=1338\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:245:\"WordPress 3.2 is now available to the world, both as an update in your dashboard and a download on WordPress.org. The focus for this release was making<a href=\"http://www.snilesh.com/resources/wordpress/wordpress-3-2-features/\"> Read More...</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:7:\"snilesh\";s: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:4873:\"<!-- Start LikeButtonSetTop --><!-- End LikeButtonSetTop --><p>WordPress 3.2 is now available to the world, both as an update in your dashboard and a download on WordPress.org. </p>\n<p>The focus for this release was making WordPress faster and lighter. The first thing you’ll notice when you log in to 3.2 is a refreshed dashboard design that tightens the typography, design, and code behind the admin.</p>\n<div class=\"clear\"></div>\n<h2>Whats New in WordPress 3.2</h2>\n<h4>1] WordPress 3.2 Minimum Requirements</h4>\n<p>Major Change in WordPress 3.2 they officially drops support for older versions of PHP and MySQL. So PHP4 and MySql 4 will no longer supported by wordpress 3.2<br />\n<a href=\"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-2/\" target=\"_blank\" title=\"Wordpress 3.2 minimum requirements\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/wordpress3_2_features1.jpg\" alt=\"\" title=\"wordpress3_2_features1\" width=\"639\" height=\"152\" class=\"aligncenter size-full wp-image-1340\" /></a><br />\nWordPress 3.2 doesn’t actually do anything that requires PHP 5, so it is a first step in that direction. Moving to PHP 5 and MySQL 5 means that future versions of WordPress can be lighter, take advantage of more new features and be better optimized for performance.</p>\n<h4>2] No Browser Support to IE6</h4>\n<p><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/wordpress3_2_ie_warning.png\" alt=\"\" title=\"wordpress3_2_ie_warning\" width=\"440\" height=\"187\" class=\"aligncenter size-full wp-image-1341\" /><br />\nWhen you login to your wordpress admin using IE6 you will see new warning screen saying “You are an insecure Browser”. You can still use wordpress dashboard using IE6 but it won’t look good.</p>\n<h4>3] New TwentyEleven WordPress Theme</h4>\n<p>Twenty Eleven is the default theme for WordPress in 2011. There are tons of really cool improvements and features packed into it — more Post Formats, beautiful new header images, alternate color schemes and layouts, even custom link colors.<br />\n<div id=\"attachment_1344\" class=\"wp-caption aligncenter\" style=\"width: 650px\"><a href=\"http://theme.wordpress.com/themes/twentyeleven/\" target=\"_blank\" title=\"Wordpress TwentyEleven Theme\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/twenty-eleven-wordpress-theme.jpg\" alt=\"\" title=\"twenty-eleven-wordpress-theme\" width=\"640\" height=\"360\" class=\"size-full wp-image-1344\" /></a><p class=\"wp-caption-text\">Wordpress TwentyEleven Theme</p></div><br />\nAll those features add up to the best part of Twenty Eleven: just how customizable it is. It looks great as a blog, a showcase of all your posts, and even a tumblelog or photolog.</p>\n<h4>4] New Writing Mode</h4>\n<p>WordPress 3.2 comes with new writing mode in full screen. When you enter in full screen mode you can write your posts or pages without any distraction.<br />\n<div id=\"attachment_1348\" class=\"wp-caption aligncenter\" style=\"width: 610px\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/wordpress3_2_fullscreen_mode.jpg\" alt=\"\" title=\"wordpress3_2_fullscreen_mode\" width=\"600\" height=\"318\" class=\"size-full wp-image-1348\" /><p class=\"wp-caption-text\">Wordpress 3.2 FullScreen Mode</p></div></p>\n<h4>5] New Dashboard Look</h4>\n<p>WordPress 3.2 comes with new dashboard look. For more details of design changes check following posts.</p>\n<ul>\n<li><a href=\"http://mattnt.com/2011/07/05/design-in-wordpress-3-2/\" title=\"Design In WordPress 3.2 By Matt Thomas\" target=\"_blank\">Design In WordPress 3.2 By Matt Thomas</a></li>\n<li><a href=\"http://wpcandy.com/presents/wordpress-32-redesign-comparison-gallery\" title=\"Wordpress 3.2 Redesign Compatison Gallery By WpCandy.com\" target=\"_blank\">WordPress 3.2 Redesign Compatison Gallery By WpCandy.com</a></li>\n<li><a href=\"http://mashable.com/2011/07/10/wordpress-3-2-guide/\" title=\"Wordpress 3.2 Guide\" target=\"_blank\">WordPress 3.2 Guide</a></li>\n<li><a href=\"http://codex.wordpress.org/Version_3.2\" target=\"_blank\" title=\"Wordpress 3.2 Release\">WordPress Codex</a></li>\n</ul>\n<h3>WordPress 3.2 Video Tour</h3>\n<p><embed type=\"application/x-shockwave-flash\" src=\"http://s0.videopress.com/player.swf?v=1.02\" width=\"600\" height=\"300\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\" flashvars=\"guid=ac07H291\"></embed></p>\n<div class=\"shr-publisher-1338\"></div><!-- Start LikeButtonSetBottom --><!-- End LikeButtonSetBottom -->\n<p><a href=\"http://feedads.g.doubleclick.net/~a/zLo4UF6_mS9F0ZyRVfg6799Mcb0/0/da\"><img src=\"http://feedads.g.doubleclick.net/~a/zLo4UF6_mS9F0ZyRVfg6799Mcb0/0/di\" border=\"0\" ismap=\"true\"></img></a><br/>\n<a href=\"http://feedads.g.doubleclick.net/~a/zLo4UF6_mS9F0ZyRVfg6799Mcb0/1/da\"><img src=\"http://feedads.g.doubleclick.net/~a/zLo4UF6_mS9F0ZyRVfg6799Mcb0/1/di\" border=\"0\" ismap=\"true\"></img></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://www.snilesh.com/resources/wordpress/wordpress-3-2-features/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress themes Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://www.snilesh.com/resources/wordpress/wordpress-themes-free/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://www.snilesh.com/resources/wordpress/wordpress-themes-free/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jul 2011 17:39:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.snilesh.com/?p=1300\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Now days wordpress themes which have theme options in admin section are becoming more popular than traditional wordpress blog themes. In this post you will find all<a href=\"http://www.snilesh.com/resources/wordpress/wordpress-themes-free/\"> Read More...</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:7:\"snilesh\";s: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:10615:\"<!-- Start LikeButtonSetTop --><!-- End LikeButtonSetTop --><p>Now days wordpress themes which have theme options in admin section are becoming more popular than traditional wordpress blog themes. In this post you will find all the latest <strong>wordpress free themes</strong> created for different types of websites from normal wordpress blogs to portfolio or magazine style wordpress themes.</p>\n<div class=\"clear\"></div>\n<h3>Minimal wordpress themes</h3>\n<h5>Expositio</h5>\n<p>Expositio is a very simple & free portfolio WordPress theme for photographers, designers & artists.<br />\n<a href=\"http://wpshower.com/themes/expositio/\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/expositio-wordpress-theme.jpg\" alt=\"expositio wordpress theme\" title=\"expositio-wordpress-theme\" width=\"500\" height=\"311\" class=\"aligncenter size-full wp-image-1301\" /></a><br />\n<a class=\"btn_arrow\" href=\"http://wpshower.com/themes/expositio/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://wpshower.com/themes/expositio/\"><span>Download</span></a></p>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>Extricate</h5>\n<p>Extricate is a clean, minimal theme built on HTML5 and CSS3. The options page allows you to resize columns and specify post information.<br />\n<a href=\"http://extricate.snoother.com/\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/extricate-screenshot.jpg\" alt=\"extricate theme\" title=\"extricate-screenshot\" width=\"500\" height=\"166\" class=\"aligncenter size-full wp-image-1307\" /></a><br />\n<a class=\"btn_arrow\" href=\"http://extricate.snoother.com/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://www.snoother.com/extricate/\"><span>Download</span></a></p>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>Renova</h5>\n<p>Renova, a new single column theme for wordpress.The main design of renova is concentrated on a minimal style dedicated to those writers who need a simple layout without any kind of useless stuff.Just words, your words.<br />\n<a href=\"http://renova.llow.it/\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/renova-preview.jpg\" alt=\"renova theme\" title=\"renova-preview\" width=\"500\" height=\"220\" class=\"aligncenter size-full wp-image-1309\" /></a><br />\n<a class=\"btn_arrow\" href=\"http://renova.llow.it/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://www.llow.it/renova/\"><span>Download</span></a></p>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>Simply Delicious</h5>\n<p>This minimalist theme features big images, a clean style and easy browsing: perfect for modern blogs and portfolios.<br />\n<a href=\"http://theme.mmminimal.com/\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/simple_delicious.jpg\" alt=\"\" title=\"simple_delicious\" width=\"606\" height=\"213\" class=\"aligncenter size-full wp-image-1311\" /></a><br />\n<a class=\"btn_arrow\" href=\"http://theme.mmminimal.com/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://mmminimal.com/wordpress-theme/\"><span>Download</span></a></p>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>wordfinder</h5>\n<p>Wordfinder is a simple magazine-style theme for users who want to start a blog with a minimal layout. The theme has many layout features, including two home page styles and six colors for links and hover effects that are easily customizable via the options page.<br />\n<a href=\"http://wordfinder.llow.it/wordpress/\" target=\"_blank\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/wordfinder-preview.jpg\" alt=\"wordfinder theme\" title=\"wordfinder-preview\" width=\"500\" height=\"162\" class=\"aligncenter size-full wp-image-1313\" /></a><br />\n<a class=\"btn_arrow\" href=\"http://wordfinder.llow.it/wordpress/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://www.llow.it/wordfinder/\"><span>Download</span></a></p>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>Mini Hyper</h5>\n<p>Mini Hyper comes with a basic options page where you can add your analytics tracking code and change the logo. Other than that, Mini Hyper is widget-ready and works in all browsers.</p>\n<p><a href=\"http://wpstyles.org/minihyper/\" title=\"Mini Hyper\" target=\"_blank\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/sm_wordpress_theme_preview.jpg\" alt=\"\" title=\"sm_wordpress_theme_preview\" width=\"500\" height=\"177\" class=\"aligncenter size-full wp-image-1315\" /></a></p>\n<a class=\"btn_arrow\" href=\"http://wpstyles.org/minihyper/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://wpstyles.org/wordpress/mini-hyper-a-free-minimalistic-wordpress-theme/\"><span>Download</span></a>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>Delicate</h5>\n<p>Delicate is a clean, minimalist theme with a focus on typography and structure.<br />\n<a href=\"http://test.nattywp.com/?preview_theme=Delicate\" target=\"_blank\" title=\"Delicate wordpress theme\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/delicate_wordpress_theme.jpg\" alt=\"delicate theme\" title=\"delicate_wordpress_theme\" width=\"500\" height=\"177\" class=\"aligncenter size-full wp-image-1317\" /></a><br />\n<a class=\"btn_arrow\" href=\"http://test.nattywp.com/?preview_theme=Delicate\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://www.nattywp.com/view-natty-theme.php?theme_id=99900&theme_name=Delicate\"><span>Download</span></a></p>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>Melville</h5>\n<p>Melville was inspired by classic literature. It has no distractions; just a simple design that focuses the reader on your writing.<br />\n<a href=\"http://demo.madebyraygun.com/melville/\" target=\"_blank\" title=\"Melville theme\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/melville_preview.jpg\" alt=\"melville theme\" title=\"melville_preview\" width=\"500\" height=\"183\" class=\"aligncenter size-full wp-image-1319\" /></a><br />\n<a class=\"btn_arrow\" href=\"http://demo.madebyraygun.com/melville/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://madebyraygun.com/lab/melville/\"><span>Download</span></a></p>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>Fresh & Clean</h5>\n<p>Fresh & Clean is another free WordPress theme I have created that has a very clean and minimal design yet it is still pretty modern and elegant looking. </p>\n<p><a href=\"http://www.aoclarkejr.com/theme-previews/?themedemo=FreshAndClean\" title=\"Fresh and Clean\" target=\"_blank\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/fresh-clean-theme.jpg\" alt=\"fresh and clean theme\" title=\"fresh-clean-theme\" width=\"450\" height=\"139\" class=\"aligncenter size-full wp-image-1321\" /></a></p>\n<a class=\"btn_arrow\" href=\"http://www.aoclarkejr.com/theme-previews/?themedemo=FreshAndClean\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://www.wpexplorer.com/fresh-clean-wordpress-theme-by-wpexplorer.html\"><span>Download</span></a>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h3>Portfolios, Galleries And Showcases themes</h3>\n<h5>Portfolium</h5>\n<p>Portfolium is a clean and flexible WordPress grid-based portfolio theme, designed in a modern and minimalist style. It is ideal for designers, artists, photographers and other creative specialists who require a professional portfolio theme.<br />\n<a href=\"http://portfolium.wpshower.com/\" title=\"Portfolium\" target=\"_blank\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/portfolium.jpg\" alt=\"\" title=\"portfolium\" width=\"500\" height=\"137\" class=\"aligncenter size-full wp-image-1323\" /></a><br />\n<a class=\"btn_arrow\" href=\"http://portfolium.wpshower.com/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://wpshower.com/free-wordpress-themes/portfolium-free-wordpress-theme/\"><span>Download</span></a></p>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>Shaken Grid</h5>\n<p>Shaken Grid uses the jQuery Masonry plug-in, which “arranges elements vertically then horizontally according to a grid.” The theme is perfect if you need a gallery or portfolio or just want a unique grid layout.<br />\n<a href=\"http://shakenandstirredweb.com/themes/\" title=\"shaken grid\" target=\"_blank\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/shaken_grid.jpg\" alt=\"shaken grid theme\" title=\"shaken_grid\" width=\"500\" height=\"187\" class=\"aligncenter size-full wp-image-1331\" /></a></p>\n<a class=\"btn_arrow\" href=\"http://shakenandstirredweb.com/themes/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://shakenandstirredweb.com/331/introducing-our-first-free-wordpress-theme-shaken-grid\"><span>Download</span></a>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>Big Square</h5>\n<p>Big Square is a stylish photoblog theme with a built-in gallery that is focused entirely on highlighting your creative visuals.<br />\n<a href=\"http://demo.wordspop.com/bigsquare/\" title=\"big square theme\" target=\"_blank\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/big_square_theme.jpg\" alt=\"big square theme\" title=\"big_square_theme\" width=\"500\" height=\"149\" class=\"aligncenter size-full wp-image-1333\" /></a><br />\n<a class=\"btn_arrow\" href=\"http://demo.wordspop.com/bigsquare/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://wordspop.com/themes/big-square/\"><span>Download</span></a></p>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<h5>Journal Crunch</h5>\n<p>Journal Crunch is a gallery and portfolio theme with all of the features you would expect from a premium theme: easy set-up via the options page, plenty of shortcodes, built-in pagination, Twitter widgets, AJAX contact form and much more.<br />\n<a href=\"http://wordpress.site5.net/journalcrunch/\" target=\"_blank\" title=\"Journal Crunch\"><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/07/journal_crunch.jpg\" alt=\"journal crunch\" title=\"journal_crunch\" width=\"500\" height=\"161\" class=\"aligncenter size-full wp-image-1335\" /></a><br />\n<a class=\"btn_arrow\" href=\"http://wordpress.site5.net/journalcrunch/\"><span>Demo</span></a> <a class=\"btn_arrow\" href=\"http://www.site5.com/wordpress-themes/\"><span>Download</span></a></p>\n<div class=\"clear\"></div>\n<div class=\"separator\"></div>\n<div class=\"shr-publisher-1300\"></div><!-- Start LikeButtonSetBottom --><!-- End LikeButtonSetBottom -->\n<p><a href=\"http://feedads.g.doubleclick.net/~a/2GNOvcUzYfmLcB_RDRhYvVtsOso/0/da\"><img src=\"http://feedads.g.doubleclick.net/~a/2GNOvcUzYfmLcB_RDRhYvVtsOso/0/di\" border=\"0\" ismap=\"true\"></img></a><br/>\n<a href=\"http://feedads.g.doubleclick.net/~a/2GNOvcUzYfmLcB_RDRhYvVtsOso/1/da\"><img src=\"http://feedads.g.doubleclick.net/~a/2GNOvcUzYfmLcB_RDRhYvVtsOso/1/di\" border=\"0\" ismap=\"true\"></img></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://www.snilesh.com/resources/wordpress/wordpress-themes-free/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"wordpress pagenavi styling 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:75:\"http://www.snilesh.com/resources/wordpress/wordpress-pagenavi-style-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://www.snilesh.com/resources/wordpress/wordpress-pagenavi-style-plugin/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jun 2011 06:04:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"page navi style\";s: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:\"pagenavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.snilesh.com/?p=1278\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:256:\"This is my next plugin WordPress PageNavi Style Plugin it is a addon to most popular page navigation plugin Wp-PageNavi. To use this plugin you must have<a href=\"http://www.snilesh.com/resources/wordpress/wordpress-pagenavi-style-plugin/\"> Read More...</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:7:\"snilesh\";s: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:4117:\"<!-- Start LikeButtonSetTop --><!-- End LikeButtonSetTop --><p>This is my next plugin <strong><a href=\"\" title=\"Wordpress PageNavi Style Plugin\" target=\"_blank\">WordPress PageNavi Style Plugin</a></strong> it is a addon to most popular page navigation plugin <strong><a href=\"http://wordpress.org/extend/plugins/wp-pagenavi/\" target=\"_blank\" title=\"Wp PageNavi Plugin\">Wp-PageNavi</a></strong>.</p>\n<p>To use this plugin you must have <strong><a href=\"http://wordpress.org/extend/plugins/wp-pagenavi/\" target=\"_blank\" title=\"Wp PageNavi Plugin\">Wp-PageNavi</a></strong> installed on your wordpress blog.</p>\n<p>This plugin comes with options to style page navigation as you like. Comes with collection fo 25+ ready style which you can choose easily. And with a custom option where you can set your own colors.</p>\n<div class=\"clear\"></div>\n<h3>1] Installation Of Wp-Pagenavi Plugin</h3>\n<p>To use this plugin you must have <a href=\"http://wordpress.org/extend/plugins/wp-pagenavi/\" target=\"_blank\" title=\"Wp-PageNavi\">Wp-PageNavi</a> installed so install that plugin first.</p>\n<p>You can either install it automatically from the WordPress admin, or do it manually:</p>\n<ol>\n<li>Unzip the archive and put the wp-pagenavi folder into your plugins folder (/wp-content/plugins/).</li>\n<li>Activate the plugin from the Plugins menu.</li>\n</ol>\n<p><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/06/wp_page_navi_style.png\" alt=\"\" title=\"wp_page_navi_style\" width=\"624\" height=\"213\" class=\"aligncenter size-full wp-image-1284\" /></p>\n<h4>Usage</h4>\n<p>In your theme, replace code like this: </p>\n<pre class=\"brush: php; title: ; notranslate\">\n<div class="navigation">\n <div class="nav-previous"><?php next_posts_link( __( \'<span class="meta-nav">&larr;</span> Older posts\', \'twentyten\' ) ); ?></div>\n <div class="nav-next"><?php previous_posts_link( __( \'Newer posts <span class="meta-nav">&rarr;</span>\', \'twentyten\' ) ); ?></div>\n</div>\n</pre>\n<p>with In your theme, replace code like this:</p>\n<pre class=\"brush: php; title: ; notranslate\">\n<?php if(function_exists(\'wp_pagenavi\')) { wp_pagenavi(); } ?>\n</pre>\n<p>If you already have Installed Wp-PageNavi plugin and Added above code then move to next step.</p>\n<h3>2] Installation Of WP PageNavi Style Plugin</h3>\n<ol>\n<li>Upload the “wp-pagenavi-style” folder to your /wp-content/plugins/ directory.</li>\n<li>Login to your admin section, go to the Plugins section and activate the Wp PageNavi Style plugin.</li>\n<li>You can access the settings page using the PageNavi Style menu item, where you can adjust the default settings for the WP PageNavi Style Plugin.</li>\n</ol>\n<h3>Usage</h3>\n<p>If you want to use style which comes with Wp PageNavi Style Plugin then select <strong>“Existing Styles”</strong> from “Select StyleSheet :” dropdown. After that you can select your style from our collection in next dropdown. </p>\n<p><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/06/page_navi_style_usage.png\" alt=\"\" title=\"page_navi_style_usage\" width=\"641\" height=\"339\" class=\"aligncenter size-full wp-image-1292\" /></p>\n<p>And Save you settings.</p>\n<p>If you want to use Custom style then select custom style from first dropdown. and select your colors and options from </p>\n<p><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/06/pagenavi_style_custom.png\" alt=\"\" title=\"pagenavi_style_custom\" width=\"632\" height=\"464\" class=\"aligncenter size-full wp-image-1294\" /></p>\n<div class=\"shr-publisher-1278\"></div><!-- Start LikeButtonSetBottom --><!-- End LikeButtonSetBottom -->\n<p><a href=\"http://feedads.g.doubleclick.net/~a/U5wtM5VubA08W_X8vhpfhgnAJ5M/0/da\"><img src=\"http://feedads.g.doubleclick.net/~a/U5wtM5VubA08W_X8vhpfhgnAJ5M/0/di\" border=\"0\" ismap=\"true\"></img></a><br/>\n<a href=\"http://feedads.g.doubleclick.net/~a/U5wtM5VubA08W_X8vhpfhgnAJ5M/1/da\"><img src=\"http://feedads.g.doubleclick.net/~a/U5wtM5VubA08W_X8vhpfhgnAJ5M/1/di\" border=\"0\" ismap=\"true\"></img></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://www.snilesh.com/resources/wordpress/wordpress-pagenavi-style-plugin/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:59:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"How to Add Google +1 (plus one) Share Button to wordpress 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:103:\"http://www.snilesh.com/resources/wordpress/how-to-add-google-1-plus-one-share-button-to-wordpress-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://www.snilesh.com/resources/wordpress/how-to-add-google-1-plus-one-share-button-to-wordpress-blog/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jun 2011 16:47:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:8:\"snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:25:\"Wordpress Tips and Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"google +1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"google +one\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"google plus one\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:8:\"plus one\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.snilesh.com/?p=1264\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:284:\"Google released +1 buttons to the whole web. As a result, you might start seeing +1 appear on sites large and small across the Internet. Google partnered<a href=\"http://www.snilesh.com/resources/wordpress/how-to-add-google-1-plus-one-share-button-to-wordpress-blog/\"> Read More...</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:7:\"snilesh\";s: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:2822:\"<!-- Start LikeButtonSetTop --><!-- End LikeButtonSetTop --><p>Google released +1 buttons to the whole web. As a result, you might start seeing +1 appear on sites large and small across the Internet. Google partnered with a few sites where you’ll see +1 buttons in the near future. </p>\n<p>With a single click you can recommend that news article or favorite sci-fi movie to friends, contacts and the rest of the world. The next time your connections search, they could see your +1’s directly in their search results, helping them find your recommendations when they’re most useful.</p>\n<p>So if you want to add google +1 button for each post on your wordpress blog just add following lines of code inside your themes functions.php file</p>\n<h3>Add Google Plus one (+1) button without plugin </h3>\n<pre class=\"brush: xml; title: ; notranslate\">\n<?php\n\n/* Add plusone.js to <head> section of your theme */\nadd_action (\'wp_enqueue_scripts\',\'google_plusone_script\');\n\nfunction google_plusone_script() {\n wp_enqueue_script(\'google_plus_one\', \'<a href=\"https://apis.google.com/js/plusone.js'\" rel=\"nofollow\">https://apis.google.com/js/plusone.js'</a>, array(), null);\n}\n\n/* Add +one button after your post content by using filter */\n\nadd_filter(\'the_content\', \'google_plus_one\');\n\nfunction google_plus_one($content) {\n $content = $content.\'<div class="google_plus_one">\n <g:plusone size="tall" href="\'.get_permalink().\'"></g:plusone></div>\';\n return $content;\n}\n\n?>\n</pre>\n<p>You can style and align button in post text by applying following class</p>\n<p>Add this code in your theme’s style.css if you want to align it to left</p>\n<pre class=\"brush: css; title: ; notranslate\">\n\n.google_plus_one{\n display: inline;\n float: left;\n margin-right: 20px;\n margin-top: 4px;\n}\n</pre>\n<p>And add this code in your theme’s style.css if you want to align it to right side</p>\n<pre class=\"brush: css; title: ; notranslate\">\n\n.google_plus_one{\n display: inline;\n float: right;\n margin-left: 20px;\n margin-top: 4px;\n}\n</pre>\n<p>For more details about the options and Google Plus One Button Visit<br />\n<a href=\"http://code.google.com/apis/+1button/#configuration\" target=\"_blank\" title=\"Google Plus One Button\">Google Plus One Button</a></p>\n<div class=\"shr-publisher-1264\"></div><!-- Start LikeButtonSetBottom --><!-- End LikeButtonSetBottom -->\n<p><a href=\"http://feedads.g.doubleclick.net/~a/VbRz-ZK74GQLjxrzvIzxNHNRqBY/0/da\"><img src=\"http://feedads.g.doubleclick.net/~a/VbRz-ZK74GQLjxrzvIzxNHNRqBY/0/di\" border=\"0\" ismap=\"true\"></img></a><br/>\n<a href=\"http://feedads.g.doubleclick.net/~a/VbRz-ZK74GQLjxrzvIzxNHNRqBY/1/da\"><img src=\"http://feedads.g.doubleclick.net/~a/VbRz-ZK74GQLjxrzvIzxNHNRqBY/1/di\" border=\"0\" ismap=\"true\"></img></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://www.snilesh.com/resources/wordpress/how-to-add-google-1-plus-one-share-button-to-wordpress-blog/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"WordPress Gallery 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:68:\"http://www.snilesh.com/resources/wordpress/wordpress-gallery-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://www.snilesh.com/resources/wordpress/wordpress-gallery-plugin/#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, 27 May 2011 07:26:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"Wordpress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.snilesh.com/?p=1242\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:264:\"I am proud to introduce my next WordPress Plugin, WordPress Gallery Plugin. This is highly customizable plugin was created using Nivo slider which is a jquery slideshow<a href=\"http://www.snilesh.com/resources/wordpress/wordpress-gallery-plugin/\"> Read More...</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:7:\"snilesh\";s: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:9591:\"<!-- Start LikeButtonSetTop --><!-- End LikeButtonSetTop --><p>I am proud to introduce my next WordPress Plugin, WordPress Gallery Plugin. This is highly customizable plugin was created using <a href=\"http://nivo.dev7studios.com/\" target=\"_blank\" title=\"Nivo slider\">Nivo slider</a> which is a jquery slideshow plugin created by <a href=\"http://dev7studios.com/\" title=\"Dev7Studio\" target=\"_blank\">dev7studios</a>.</p>\n<p>WordPress Gallery Plugin makes it as easy as it could possibly be to create gorgeous sliders for your WordPress powered site. Forget nasty custom fields and image URLs. You can even forget about manually resizing every image before you upload it because wordpress gallery plugin is using timthumb image resize script to auto resize images with dimensions of your choice.</p>\n<h3>Demo</h3>\n<div class=\"demo_download\">\n<a class=\"btn_details\" href=\"http://wordpressskins.org/wordpress-gallery-plugin\"><span>Demo [wpg] Shortcode</span></a> <a class=\"btn_details\" href=\"http://wordpressskins.org/wordpress-gallery-plugin/#thumbnail_gallery\"><span>Demo [wpg_thumb] Shortcode</span></a>\n</div>\n<div class=\"clear\"></div>\n<h3>Download</h3>\n<div class=\"demo_download\">\n<a class=\"btn_download\" href=\"http://wordpress.org/extend/plugins/wordpress-gallery-plugin/\"><span>Download</span></a>\n</div>\n<div class=\"clear\"></div>\n<p>WordPress Gallery Plugin comes with huge list of features. Create separate slideshow for every page or post, and place them anywhere on your WordPress website with ease.</p>\n<p>This plugin creates a new shortcode for WordPress. With this new shortcode, you can create a wordpress slideshow just by typing [wpg] while you’re writing your post or page. This will display the images that you have uploaded to the current post or page.</p>\n<h3>Features</h3>\n<ol>\n<li>Add Different slider for each post/page with different sets of images.</li>\n<li>Over 16 different transitions</li>\n<li>TimThumb integration for image resize.</li>\n<li>Colorbox Integration for lightbox.</li>\n</ol>\n<h3>Installation</h3>\n<ol>\n<li>Upload the “<strong>wordpress-gallery-plugin</strong>” folder to your <strong>/wp-content/plugins/</strong> directory.</li>\n<li>Login to your admin section, go to the Plugins section and activate the WordPress Gallery plugin.</li>\n<li>You can access the settings page using the <strong>Wp Gallery</strong> menu item, where you can adjust the default settings for the WordPress Gallery Plugin.</li>\n</ol>\n<h3>How to use WordPress Gallery Plugin</h3>\n<ol>\n<li>Start writing a new post or page.</li>\n<li>Attach some images to the post/page using the Add Image button. Just upload them and click on “Save All Changes” button don’t insert them inside your post/page content.</li>\n<li>To add wordpress gallery in your post/page text, type [wpg], including brackets. Alternatively, add parameters as described below <a href=\"#Parameters\" title=\"Wordpress Gallery Parameters\">WordPress Gallery Parameters</a>.</li>\n</ol>\n<pre class=\"brush: php; title: ; notranslate\">\n[wpg]\n</pre>\n<p>4. Publish and view your post/page.</p>\n<h3 id=\"Parameters\">[wpg] shortcode parameters</h3>\n<ol>\n<li><strong>width</strong> Set different width for each gallery</li>\n<li><strong>height</strong> Set different width for each gallery </li>\n<li><strong>effect<strong> See all the available effects at <a href=\"#effects\" title=\"Effects\">Effects</a>.</li>\n<li><strong>exclude</strong> Default it is set to ‘false’ if you want to exclude some images attached to your post/page then just add image ids separated by comma(,).</li>\n<li><strong>border_color</strong> Colors are defined using a hexadecimal (hex) values add color values without # e.g. 000000</li>\n<li><strong>border_size</strong> Set Border size in px like e.g. 5px</li>\n<li><strong>link</strong> By default it is set to ‘true’ you can set it to false if you dont want anchor tags to your images.</li>\n<li><strong>align</strong> You can align your gallery using this option available parameter are left,right,center</li>\n<li><strong>slices</strong> For slice animations you can set this option with total number of slice by default it is set to 15.</li>\n<li><strong>boxCols</strong> For box animations you can set number of columns</li>\n<li><strong>boxRows</strong> For box animations you can set number of rows</li>\n<li><strong>animSpeed</strong> Set Slide transition speed</li>\n<li><strong>pauseTime</strong> Set How long each slide will show</li>\n<li><strong>directionNav</strong> value will be true or false to display or hide direction prev next navigation arrows.</li>\n<li><strong>directionNavHide</strong> Show direction nav only on mouse over value will be true or false</li>\n<li><strong>controlNav</strong> value will be true or false to display or hide 1,2,3… navigation.</li>\n<li><strong>pauseOnHover</strong> Stop animation while hovering value is true or false</li>\n</ol>\n<h3>Some Examples of [wpg] Shortcode</h3>\n<ol>\n<li>\n<h6>Default Shorcode without parameters</h6>\n<pre class=\"brush: php; title: ; notranslate\">\n [wpg]\n </pre>\n<p>Gallery will be displayed using the default settings which you set on “WordPress Gallery Plugin” options page.</p>\n</li>\n<li>\n<h6>Example with setting width,height,effect,border_color,border_size,align</h6>\n<pre class=\"brush: php; title: ; notranslate\">\n [wpg width="400" height="200" effect="fold" border_color="c00000" border_size="5px" align="right"]\n </pre>\n<p>See all the available effects at <a href=\"#effects\" title=\"Effects\">Effects</a>.</p>\n</li>\n<li>\n<h6>Example with setting width,height,effect,align,animSpeed,pauseTime</h6>\n<pre class=\"brush: php; title: ; notranslate\">\n [wpg width="400" height="200" effect="fold" align="right" animSpeed="500" pauseTime="3000" border_size="0px"]\n </pre>\n<p>Set border_size=0px if you don’t want border for your gallery.</p>\n</li>\n</ol>\n<h3 id=\"effects\">Available Effects Which You can use</h3>\n<p>The effect parameter can be any of the following:</p>\n<ul>\n<li>sliceDown</li>\n<li>sliceDownLeft</li>\n<li>sliceUp</li>\n<li>sliceUpLeft</li>\n<li>sliceUpDown</li>\n<li>sliceUpDownLeft</li>\n<li>fold</li>\n<li>fade</li>\n<li>random</li>\n<li>slideInRight</li>\n<li>slideInLeft</li>\n<li>boxRandom</li>\n<li>boxRain</li>\n<li>boxRainReverse</li>\n<li>boxRainGrow</li>\n<li>boxRainGrowReverse</li>\n</ul>\n<h2 id=\"wpg_thumb_shortcde\">[wpg_thumb] Shortcode</h2>\n<h3>WordPress Gallery Plugin to display Thumbnails</h3>\n<p>One more shortcode available with this plugin is [wpg_thumb] which is used to create generate thumbnails of all the images attached to your post/page.</p>\n<p>By using this shortcode you can create your own portfolio, product showcase easily.</p>\n<h3>Using [wpg_thumb] Shortcode</h3>\n<p>Just add [wpg_thumb] to your post/page to display thumbnails of all the images attached to your post/page.</p>\n<h3>Parameters for [wpg_thumb] Shortcode</h3>\n<ol>\n<li><strong>width</strong> Set Image width in pixels e.g. 125px</li>\n<li><strong>height</strong> Set Image height in pixels e.g. 125px</li>\n<li><strong>border_color</strong> Set Image border color in Hex e.g. 000000</li>\n<li><strong>border_mover</strong> Set Image Mouse Over border color in Hex e.g. C00000</li>\n<li><strong>border_size</strong> Set Border Size in Pixels e.g. 5px\n<p>If you don’t want border then set it to 0px.</p>\n</li>\n<li><strong>link</strong> Set Link true or false</li>\n<li><strong>lightbox</strong> Set lightbox true or false</li>\n<li><strong>exclude</strong> By Default it is set to false if you want to exclude some images then add image ids, If you want to exclude several images then add them comma separated like e.g. ’24,34,54′ </li>\n<li><strong>perrow</strong> Number of images to display in one row.</li>\n</ol>\n<p>If you donate even a small amount, that both keeps me enthusiastic and it allows me to keep working on improving my plugins! </p>\n\n <form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">\n <input type=\"hidden\" name=\"cmd\" value=\"_donations\" />\n <input type=\"hidden\" name=\"business\" value=\"snilesh.com@gmail.com\" /><input type=\"hidden\" name=\"item_name\" value=\"Donation\" /><input type=\"hidden\" name=\"currency_code\" value=\"USD\" /><input type=\"image\" src=\"http://www.snilesh.com/wp-content/plugins/wp-simple-paypal-donation/donate_btn.gif\" name=\"submit\" alt=\"Make payments with payPal - it\'s fast, free and secure!\" /></form>\n<h3>Demo</h3>\n<div class=\"demo_download\">\n<a class=\"btn_details\" href=\"http://wordpressskins.org/wordpress-gallery-plugin\"><span>Demo [wpg] Shortcode</span></a> <a class=\"btn_details\" href=\"http://wordpressskins.org/wordpress-gallery-plugin/#thumbnail_gallery\"><span>Demo [wpg_thumb] Shortcode</span></a>\n</div>\n<div class=\"clear\"></div>\n<h3>Download</h3>\n<div class=\"demo_download\">\n<a class=\"btn_download\" href=\"http://wordpress.org/extend/plugins/wordpress-gallery-plugin/\"><span>Download</span></a>\n</div>\n<div class=\"clear\"></div>\n<div class=\"shr-publisher-1242\"></div><!-- Start LikeButtonSetBottom --><!-- End LikeButtonSetBottom -->\n<p><a href=\"http://feedads.g.doubleclick.net/~a/uxcj6WEKWYnW4Ihm8DRL1dAAF78/0/da\"><img src=\"http://feedads.g.doubleclick.net/~a/uxcj6WEKWYnW4Ihm8DRL1dAAF78/0/di\" border=\"0\" ismap=\"true\"></img></a><br/>\n<a href=\"http://feedads.g.doubleclick.net/~a/uxcj6WEKWYnW4Ihm8DRL1dAAF78/1/da\"><img src=\"http://feedads.g.doubleclick.net/~a/uxcj6WEKWYnW4Ihm8DRL1dAAF78/1/di\" border=\"0\" ismap=\"true\"></img></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://www.snilesh.com/resources/wordpress/wordpress-gallery-plugin/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"57\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"PHP Ipad and Iphone detection\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://www.snilesh.com/resources/php/php-ipad-and-iphone-detection/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://www.snilesh.com/resources/php/php-ipad-and-iphone-detection/#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, 25 May 2011 04:47:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:3:\"PHP\";s: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:\"snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.snilesh.com/?p=1245\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:248:\"If you want to detect Ipad and Iphone browser then following snippet will help you to redirect users to new page specifically designed for Iphone or Ipad<a href=\"http://www.snilesh.com/resources/php/php-ipad-and-iphone-detection/\"> Read More...</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:7:\"snilesh\";s: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:1290:\"<!-- Start LikeButtonSetTop --><!-- End LikeButtonSetTop --><p>If you want to detect Ipad and Iphone browser then following snippet will help you to redirect users to new page specifically designed for Iphone or Ipad devices.</p>\n<h3>PHP Ipad detection code</h3>\n<p>[PHP]<br />\n<?php<br />\n if(strstr($_SERVER[\'HTTP_USER_AGENT\'],\"iPad\"))<br />\n {<br />\n header(\"Location: <a href=\"http://ipad.yourdomain.com\" rel=\"nofollow\">http://ipad.yourdomain.com</a>\");<br />\n }<br />\n?><br />\n[/php]</p>\n<h3>PHP Iphone detection code</h3>\n<p>[PHP]<br />\n<?php<br />\n if(strstr($_SERVER[\'HTTP_USER_AGENT\'],\"iPhone\"))<br />\n {<br />\n header(\"Location: <a href=\"http://iphone.yourdomain.com\" rel=\"nofollow\">http://iphone.yourdomain.com</a>\");<br />\n }<br />\n?><br />\n[/php]</p>\n<div class=\"shr-publisher-1245\"></div><!-- Start LikeButtonSetBottom --><!-- End LikeButtonSetBottom -->\n<p><a href=\"http://feedads.g.doubleclick.net/~a/1F9PEPTiEs1bnJGa1EvoHMMRtSU/0/da\"><img src=\"http://feedads.g.doubleclick.net/~a/1F9PEPTiEs1bnJGa1EvoHMMRtSU/0/di\" border=\"0\" ismap=\"true\"></img></a><br/>\n<a href=\"http://feedads.g.doubleclick.net/~a/1F9PEPTiEs1bnJGa1EvoHMMRtSU/1/da\"><img src=\"http://feedads.g.doubleclick.net/~a/1F9PEPTiEs1bnJGa1EvoHMMRtSU/1/di\" border=\"0\" ismap=\"true\"></img></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://www.snilesh.com/resources/php/php-ipad-and-iphone-detection/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:47:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress Jetpack 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://www.snilesh.com/resources/wordpress/wordpress-jetpack-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://www.snilesh.com/resources/wordpress/wordpress-jetpack-features/#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, 26 Apr 2011 04:43: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:3:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"jetpack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.snilesh.com/?p=1232\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:294:\"WordPress released Jetpack plugin for the self hosted wordpress blogs. Plugin comes with handy features like WordPress stats, Twitter widgets, support for shortcodes and Sharedaddy sharing buttons<a href=\"http://www.snilesh.com/resources/wordpress/wordpress-jetpack-features/\"> Read More...</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:7:\"snilesh\";s: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:3081:\"<!-- Start LikeButtonSetTop --><!-- End LikeButtonSetTop --><p>WordPress released Jetpack plugin for the self hosted wordpress blogs. Plugin comes with handy features like WordPress stats, Twitter widgets, support for shortcodes and Sharedaddy sharing buttons and wp.me shortlinks in just one click.</p>\n<p><img src=\"http://cdn.snilesh.com/wp-content/uploads/2011/04/jetpack_preview.jpg\" alt=\"Wordpress Jetpack\" title=\"jetpack_preview\" width=\"500\" height=\"768\" class=\"aligncenter size-full wp-image-1233\" /></p>\n<p>WordPress comes with two options .com and .org . On wordpress.com you have to signup and create your own blog these blogs are easy to use with features like automatic upgrade and centralized access.</p>\n<p>On the other hand using self hosted wordpress blog from .org you have to host your blog on your own hosting account. And you have to maintain your blog manually.</p>\n<blockquote><p>\n “Today we’re launching the first version of what’s been a dream of mine for several years now: a way to provide feature parity between WordPress.com and WordPress.org for everybody…It’s the best of both worlds, the decentralized and the centralized, the control and the convenience, the peanut butter and the chocolate.”</p>\n<p> -WordPress founder Matt Mullenweg\n</p></blockquote>\n<p>If you want to start using Jetpack then go to <a href=\"http://jetpack.me\" rel=\"nofollow\">http://jetpack.me</a> and also read the backstory from <a href=\"http://jetpack.me/2011/03/09/blast-off/\" target=\"_blank\">Matt</a> describing why Jetpack is important for WordPress.</p>\n<h3>WordPress Jetpack Features</h3>\n<h4>WordPress.com Stats</h4>\n<p>Simple, concise site stats with no additional load on your server.</p>\n<h4>Twitter Widget</h4>\n<p>Display the latest updates from a Twitter user inside your theme’s widgets.</p>\n<h4>Gravatar Hovercards</h4>\n<p>Show a pop-up business card of your users’ Gravatar profiles in comments.</p>\n<h4>WP.me Shortlinks</h4>\n<p>Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing.</p>\n<h4>Sharedaddy</h4>\n<p>The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more.</p>\n<h4>LaTeX</h4>\n<p>Mark up your posts with the LaTeX markup language, perfect for complex mathematical equations and other über-geekery.</p>\n<h4>After the Deadline</h4>\n<p>After the Deadline helps you write better by adding spell, style, and grammar checking to WordPress.</p>\n<h4>Shortcode Embeds</h4>\n<p>Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare.</p>\n<div class=\"shr-publisher-1232\"></div><!-- Start LikeButtonSetBottom --><!-- End LikeButtonSetBottom -->\n<p><a href=\"http://feedads.g.doubleclick.net/~a/-YVX5iuIvKr8jL3gggzW5h4Ir2g/0/da\"><img src=\"http://feedads.g.doubleclick.net/~a/-YVX5iuIvKr8jL3gggzW5h4Ir2g/0/di\" border=\"0\" ismap=\"true\"></img></a><br/>\n<a href=\"http://feedads.g.doubleclick.net/~a/-YVX5iuIvKr8jL3gggzW5h4Ir2g/1/da\"><img src=\"http://feedads.g.doubleclick.net/~a/-YVX5iuIvKr8jL3gggzW5h4Ir2g/1/di\" border=\"0\" ismap=\"true\"></img></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://www.snilesh.com/resources/wordpress/wordpress-jetpack-features/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:62:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"php validate twitter username\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://www.snilesh.com/resources/php/php-validate-twitter-username/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://www.snilesh.com/resources/php/php-validate-twitter-username/#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, 19 Apr 2011 05:09:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:3:\"PHP\";s: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:\"code snippets\";s: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:5:\"hacks\";s: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:\"snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"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:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:7:\"twitter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://www.snilesh.com/?p=1224\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"If you want to validate twitter username using PHP then you can achieve this using CURL. Following function will check whether twitter username exists 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:7:\"snilesh\";s: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:1596:\"<!-- Start LikeButtonSetTop --><!-- End LikeButtonSetTop --><p>If you want to validate twitter username using PHP then you can achieve this using CURL.</p>\n<p>Following function will check whether twitter username exists or not.</p>\n<pre class=\"brush: php; title: ; notranslate\">\n<?php\n function validate_twitter_username($username)\n {\n $twitter_url=\'http://api.twitter.com/1/users/show/\'.$username.\'.xml\';\n\n $init = curl_init();\n curl_setopt ($init, CURLOPT_URL, $twitter_url);\n curl_setopt ($init, CURLOPT_CONNECTTIMEOUT, 20);\n curl_setopt($init, CURLOPT_NOBODY, 1);\n curl_setopt($init, CURLOPT_HEADER, 1);\n curl_setopt($init, CURLOPT_RETURNTRANSFER, true);\n\n curl_exec($init);\n $result_header = curl_getinfo($init, CURLINFO_HTTP_CODE);\n curl_close($init);\n\n if( $result_header == "404" )\n {\n // IF username not exists return false\n return false;\n }else{\n // IF username exists return true\n return true;\n }\n }\n if(validate_twitter_username(\'snilesh\'))\n {\n echo \'Username Exists.. Please Try Other username\';\n }\n else\n {\n echo \'Username Available\';\n }\n?>\n</pre>\n<div class=\"shr-publisher-1224\"></div><!-- Start LikeButtonSetBottom --><!-- End LikeButtonSetBottom -->\n<p><a href=\"http://feedads.g.doubleclick.net/~a/TZTvgH07ngoEdU6VGH6szdhmvp0/0/da\"><img src=\"http://feedads.g.doubleclick.net/~a/TZTvgH07ngoEdU6VGH6szdhmvp0/0/di\" border=\"0\" ismap=\"true\"></img></a><br/>\n<a href=\"http://feedads.g.doubleclick.net/~a/TZTvgH07ngoEdU6VGH6szdhmvp0/1/da\"><img src=\"http://feedads.g.doubleclick.net/~a/TZTvgH07ngoEdU6VGH6szdhmvp0/1/di\" border=\"0\" ismap=\"true\"></img></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:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://www.snilesh.com/resources/php/php-validate-twitter-username/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:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:35:\"http://feeds.feedburner.com/snilesh\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:3:{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:7:\"snilesh\";}}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:7:\"snilesh\";s: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:4:\"type\";i:128;s:7:\"headers\";a:9:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"ghavAMh4tA2bt3OL93O21ps1Xnk\";s:13:\"last-modified\";s:29:\"Thu, 21 Jul 2011 05:26:14 GMT\";s:4:\"date\";s:29:\"Thu, 21 Jul 2011 06:26:24 GMT\";s:7:\"expires\";s:29:\"Thu, 21 Jul 2011 06:26:24 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(500,0,'_transient_timeout_feed_mod_49daf73292c6fad051c329326d531a90','1311272784','no'),(501,0,'_transient_feed_mod_49daf73292c6fad051c329326d531a90','1311229584','no'),(502,0,'_transient_timeout_feed_98b99cb33be4205bbf261f188490b1c7','1311272785','no'),(503,0,'_transient_feed_98b99cb33be4205bbf261f188490b1c7','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Wordpress Skins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpressskins.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Premium and Free Themes Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jun 2011 07:30:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.2.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Newsletter Tycoon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpressskins.org/863/newsletter-tycoon.html\";s:7:\"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:61:\"http://wordpressskins.org/863/newsletter-tycoon.html#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jun 2011 07:30:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://pluginplus.info/?p=172\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:398:\"This plugin allows users to subscribe and receive a newsletter containing the blog latest posts. The newsletter subscription system features a double opt-in system, with email confirmation. Administrators can also activate subscribers. The newsletter can be sent regularly (weekly, monthly) or manually (anytime) and may contain any amount of articles. By customizing the newsletter template, [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"admin\";s: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:1005:\"<p>This plugin allows users to subscribe and receive a newsletter containing the blog latest posts. The newsletter subscription system features a double opt-in system, with email confirmation. Administrators can also activate subscribers.</p>\n<p>The newsletter can be sent regularly (weekly, monthly) or manually (anytime) and may contain any amount of articles.</p>\n<p>By customizing the newsletter template, one can send announcements, special offers and holiday messages.</p>\n<div class=\"wpthemes_image_preview\"><a href=\"http://pluginplus.info/codecanyon/239481\" title=\"Download \"Newsletter Tycoon\" target=\"_blank\"><img src=\"http://wordpressskins.org/wp-content/themes/wpskinsnew/timthumb.php?src=http://wordpressskins.org/wp-content/uploads/2011/03/FireShot-capture-033-Drink-Press-«-Live-Demo-From-Buy-Premium-Blogger-Templates-and-Wordpress-Themes-for-Your-Sites-buymythemes_com_2011_03_drink-press-wordpress-themes-two-column_demo.jpg&a=t&w=500\"a lt=\"Newsletter Tycoon\" /></a></div>\n<p> </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:57:\"http://wordpressskins.org/863/newsletter-tycoon.html/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:95:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"The Cotton – Powerful Minimalistic WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpressskins.org/799/the-cotton-powerful-minimalistic-wordpress-theme.html\";s:7:\"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:92:\"http://wordpressskins.org/799/the-cotton-powerful-minimalistic-wordpress-theme.html#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2011 06:22:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:19:{i:0;a:5:{s:4:\"data\";s:20:\"Personal Blog Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"Premium Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:28:\"Professional Blogging Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"themeforest\";s: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:14:\"advanced admin\";s: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:8:\"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:\"\";}i:6;a:5:{s:4:\"data\";s:5:\"clean\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"corporate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:4:\"dark\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:8:\"designer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:11;a:5:{s:4:\"data\";s:6:\"grunge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:7:\"minimal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:13;a:5:{s:4:\"data\";s:12:\"minimalistic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:14;a:5:{s:4:\"data\";s:8:\"personal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:15;a:5:{s:4:\"data\";s:11:\"photography\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:16;a:5:{s:4:\"data\";s:9:\"portfolio\";s: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:5:{s:4:\"data\";s:16:\"unlimited colors\";s: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:5:{s:4:\"data\";s:7:\"wedding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpressskins.org/?p=799\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"The Cotton is a Powerful Premium WordPress Theme designed in a minimalistic style. This theme provides all the main functionality you will need to present your products, work and yourself in an elegant and professional style. The Cotton theme is highly flexible, so customizing the theme or simply changing the color scheme is super simple [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"admin\";s: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:3366:\"<p>The Cotton is a Powerful Premium WordPress Theme designed in a minimalistic style. This theme provides all the main functionality you will need to present your products, work and yourself in an elegant and professional style. The Cotton theme is highly flexible, so customizing the theme or simply changing the color scheme is super simple and for the most parts you won’t need an image editor. The theme is best suited for any business, portfolio, photography and personal sites.</p>\n<div class=\"wpthemes_image_preview\"><a href=\"http://wordpressskins.org/go/themeforest/the_cotton.zip\" title=\"Download \"The Cotton – Powerful Minimalistic WordPress Theme\" target=\"_blank\"><img src=\"http://wordpressskins.org/wp-content/themes/wpskinsnew/timthumb.php?src=http://wordpressskins.org/wp-content/uploads/2011/05/the_cotton_wordpress_theme-640x1024.png&a=t&w=500\"a lt=\"The Cotton – Powerful Minimalistic WordPress Theme\" /></a></div>\n<p> </p>\n<h3>Cotton WordPress Theme Key Features</h3>\n<ul>\n<li>Unlimited skins</li>\n<li>40 pattern backgrounds included</li>\n<li>Powerful Admin\n<ul>\n<li>Easy to change theme style</li>\n<li>Dynamic sidebar generation functionality</li>\n<li>Possibility to build your custom skin with colorpicker</li>\n<li>Advanced flexible slider image management</li>\n<li>Easy page layout changing</li>\n<li> SEO section included</li>\n<li>Flexible portfolio management</li>\n<li>Easy theme translation</li>\n<li>Easy logo replacement</li>\n<li>Flexible Font Management</li>\n<li><a target=\"_blank\" href=\"http://pexeto.com/thecotton_wp/styling-buttons/\">Advanced Styling buttons</a> with preview functionality from the edit form</li>\n<li>And there is much more…</li>\n</ul>\n</li>\n<li>3 Featured Unlimited jQuery image sliders\n<ul>\n<li>Unlimited slider usage – you can set different sets of images to different pages</li>\n<li>Image Upload functionality included</li>\n<li>Easy to sort, edit and delete existing images</li>\n<li>Main slider settings can be changed from admin panel</li>\n<li>Automatic image crop option</li>\n</ul>\n</li>\n<li>Portfolio Showcase Template</li>\n<li>Portfolio Gallery template\n<ul>\n<li>Unlimited portfolio page number</li>\n<li>2,3 and 4 column layout</li>\n<li>Category filter (can be hidden)</li>\n<li>Option to set item descriptions</li>\n<li>Option to set different clicking action to each item – you can select between opening an image/video with lightbox, opening a custom link, opening item’s main content or doing nothing</li>\n<li>Option to set custom item order</li>\n<li>Pagination enabled – you can set the number of items per page</li>\n</ul>\n</li>\n<li>Separate portfolio custom types</li>\n<li>WordPress 3.0 Custom Menu Support</li>\n<li>jQuery Tabs</li>\n<li> AJAX contact form</li>\n<li>Widgetized Footer – can be easily disabled</li>\n<li>Comments with reply functionality (multiple levels depth)</li>\n<li>Multi level drop-down menu</li>\n<li>Lost of styled elements included</li>\n<li>Pricing table design</li>\n<li>Page Layouts\n<ul>\n<li>Right Sidebar</li>\n<li>Left Sidebar</li>\n<li>Full Width</li>\n</ul>\n</li>\n<li>2 bonus widgets included – Portfolio Posts Loader and Latest Posts Loader</li>\n<li>Detailed documentation included</li>\n<li> PSD Files included</li>\n<li>Works and looks similar in all major browsers: Internet Exlorer, Firefox, Opera, Safari, Google Chrome</li>\n</ul>\n<p> </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:88:\"http://wordpressskins.org/799/the-cotton-powerful-minimalistic-wordpress-theme.html/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:86:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"tinyBlog – WordPress Tumblog Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpressskins.org/796/tinyblog-wordpress-tumblog-theme.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpressskins.org/796/tinyblog-wordpress-tumblog-theme.html#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2011 06:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:16:{i:0;a:5:{s:4:\"data\";s:20:\"Blog Magazine Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"Magazine & News Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"Personal Blog Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"Premium Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"themeforest\";s: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:8:\"960 grid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:13:\"ajax 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:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:14:\"jquery effects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:31:\"jquery sliderocmx options panel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:12:\"minimalistic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:6:\"oEmbed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:7:\"tumblog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:13;a:5:{s:4:\"data\";s:6:\"tumblr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:14;a:5:{s:4:\"data\";s:14:\"video blogging\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:15;a:5:{s:4:\"data\";s:5:\"white\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpressskins.org/?p=796\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:323:\"tinyBlog is a Premium WordPress theme which uses the Wootumblog plugin to make your WordPress site behave like a Tumblr site. This is a fast growing segment and we feel we have something great to offer. So we got to work converting one of our popular tumblr themes, micro.Inkdrop, into a fully fledged WordPress theme [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"admin\";s: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:1330:\"<p>tinyBlog is a Premium WordPress theme which uses the <a target=\"_blank\" title=\"Wootumblog Plugin\" href=\"http://www.tumblr2wp.com/\" target=\"_blank\">Wootumblog </a>plugin to make your WordPress site behave like a Tumblr site.</p>\n<p>This is a fast growing segment and we feel we have something great to offer. So we got to work converting one of our popular tumblr themes, micro.Inkdrop, into a fully fledged WordPress theme packed with all the Obox goodness.</p>\n<div class=\"wpthemes_image_preview\"><a href=\"http://wordpressskins.org/go/themeforest/tinyblog.zip\" title=\"Download \"tinyBlog – WordPress Tumblog Theme\" target=\"_blank\"><img src=\"http://wordpressskins.org/wp-content/themes/wpskinsnew/timthumb.php?src=http://wordpressskins.org/wp-content/uploads/2011/05/tinyblog1.jpg&a=t&w=500\"a lt=\"tinyBlog – WordPress Tumblog Theme\" /></a></div>\n<h3>Features include:</h3>\n<ul>\n<li>Wootumblog compatibility</li>\n<li>Layout color selector (as opposed to preset color schemes)</li>\n<li>Typography manager (first of it’s kind in this market?)</li>\n<li>Archives page</li>\n<li>Full Width Page</li>\n<li>Advertising management</li>\n<li>Google Analytics installer</li>\n<li>Logo uploader</li>\n<li>Twitter & Facebook sharing</li>\n<li>Short URL integration</li>\n<li>A slick image slider for image post types</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpressskins.org/796/tinyblog-wordpress-tumblog-theme.html/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:86:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Pixelation – WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpressskins.org/793/pixelation-wordpress-theme.html\";s:7:\"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:70:\"http://wordpressskins.org/793/pixelation-wordpress-theme.html#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 May 2011 05:39:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:16:{i:0;a:5:{s:4:\"data\";s:20:\"Personal Blog Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"Portfolio Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"Premium Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"themeforest\";s: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:5:\"clean\";s: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:8:\"creative\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:17:\"custom post types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"designer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:8:\"fancybox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:15:\"form validation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:6:\"jquery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:5:\"light\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:11:\"nivo slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:13;a:5:{s:4:\"data\";s:9:\"portfolio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:14;a:5:{s:4:\"data\";s:3:\"red\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:15;a:5:{s:4:\"data\";s:4:\"work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpressskins.org/?p=793\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"The incredibly lightweight template Pixelation is here again packaged in a WordPress theme! Incredibly stylish and set apart from your standard WordPress themes, this one is loaded with tons of jQuery features that complement very nicely with it’s unique visuals. Pixelation WordPress Theme Features Valid HTML Markup Custom Post Types 5 Shortcodes Fancybox Nivo Slider [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"admin\";s: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:1210:\"<p>The incredibly lightweight template Pixelation is here again packaged in a WordPress theme! Incredibly stylish and set apart from your standard WordPress themes, this one is loaded with tons of jQuery features that complement very nicely with it’s unique visuals.</p>\n<div class=\"wpthemes_image_preview\"><a href=\"http://wordpressskins.org/go/themeforest/pixelation.zip\" title=\"Download \"Pixelation – WordPress Theme\" target=\"_blank\"><img src=\"http://wordpressskins.org/wp-content/themes/wpskinsnew/timthumb.php?src=http://wordpressskins.org/wp-content/uploads/2011/05/Pixelation-Making-Awesomeness-and-Elegance-the-Theme-for-Your-Business.jpg&a=t&w=500\"a lt=\"Pixelation – WordPress Theme\" /></a></div>\n<h3>Pixelation WordPress Theme Features</h3>\n<ul>\n<li>Valid HTML Markup</li>\n<li>Custom Post Types</li>\n<li>5 Shortcodes</li>\n<li>Fancybox</li>\n<li>Nivo Slider</li>\n<li>Pika Choose</li>\n<li>Tipsy</li>\n<li>Validation</li>\n<li>jCarousel</li>\n<li>Twitter Widget</li>\n<li>Detailed Documentation</li>\n</ul>\n<h3>Fonts</h3>\n<ul>\n<li>Helvetica</li>\n<li>Droid Sans – generated from <a target=\"_blank\" href=\"http://fonts.googleapis.com/\" target=\"_blank\">http://fonts.googleapis.com</a></li>\n</ul>\n\";s: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:66:\"http://wordpressskins.org/793/pixelation-wordpress-theme.html/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:98:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"WordPress Elegant Flickr Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpressskins.org/787/wordpress-elegant-flickr-theme.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpressskins.org/787/wordpress-elegant-flickr-theme.html#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, 18 May 2011 07:54:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:20:{i:0;a:5:{s:4:\"data\";s:12:\"Niche Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Personal Blog Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"Photo Gallery Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"Premium Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"themeforest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:5:\"audio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:8:\"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:\"\";}i:7;a:5:{s:4:\"data\";s:5:\"clean\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:8:\"dribbble\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:6:\"flickr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:7:\"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:\"\";}i:11;a:5:{s:4:\"data\";s:7:\"manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:7:\"minimal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:13;a:5:{s:4:\"data\";s:11:\"photography\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:14;a:5:{s:4:\"data\";s:10:\"shortcodes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:15;a:5:{s:4:\"data\";s:8:\"sidebars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:16;a:5:{s:4:\"data\";s:3:\"swf\";s: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:5:{s:4:\"data\";s:7:\"twitter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:18;a:5:{s:4:\"data\";s:5:\"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:\"\";}i:19;a:5:{s:4:\"data\";s:7:\"widgets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpressskins.org/?p=787\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"This theme, thanks to 4 outstanding special page layouts, a huge set of intuitive options and shortcodes, gives you the chance to finally present yourself and your business at a level never reached before. The flexibility of the layout, the Flickr API integration, the support of any type of media, the special designed pages make [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"admin\";s: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:3070:\"<p>This theme, thanks to 4 outstanding special page layouts, a huge set of intuitive options and shortcodes, gives you the chance to finally present yourself and your business at a level never reached before.</p>\n<p>The flexibility of the layout, the Flickr API integration, the support of any type of media, the special designed pages make this theme the perfect solution for a photo/design portfolio, as well for a full business site. Everything you may need is there for you, easy to use and with a step by step help that will make the use of this theme a relaxing adventure!</p>\n<p>We have reduced the use of FREE sliders, icons and plugins in general to zero! Everything is custom made to give you the professional look that you need for your business. Everything with the best parker&kent style!</p>\n<div class=\"wpthemes_image_preview\"><a href=\"http://wordpressskins.org/go/themeforest/elegant-flickr-theme\" title=\"Download \"WordPress Elegant Flickr Theme\" target=\"_blank\"><img src=\"http://wordpressskins.org/wp-content/themes/wpskinsnew/timthumb.php?src=http://wordpressskins.org/wp-content/uploads/2011/05/elagant_flickr_wordpress_theme-602x1024.jpg&a=t&w=500\"a lt=\"WordPress Elegant Flickr Theme\" /></a></div>\n<h3>WordPress Elegant Flickr Theme Features:</h3>\n<ul>\n<li>Recreate the previews in few clicks!</li>\n<li><strong>Full Flickr API integration!</strong></li>\n<li>Flickr contents caching system to drastically reduce the external calls.</li>\n<li>4 special pages and 8 more classic page templates!</li>\n<li><strong>100+ real validated shortcodes!</strong> (no 50 shortcodes for 50 buttons, 1 shortcodes for unlimted buttons)</li>\n<li>Shortcodes manager with library! <strong>Save and reuse your shortcodes in 1 click!</strong></li>\n<li><strong>33</strong> custom widgets!</li>\n<li><strong>Widget caching</strong> to speed up the website!</li>\n<li><strong>3</strong> custom sliders: multimedia slider, works slider and posts slider!</li>\n<li>80 custom hooks for advanced editing!</li>\n<li>Snippets library to reuse piece of code everywhere in 1 click.</li>\n<li><strong>All media supported</strong> by outstanding custom players!</li>\n<li>Supported files: all video formats, mp3, swf, images. HTML5 and flash as3 custom media players.</li>\n<li><strong>4 custom post types</strong>.</li>\n<li>Front and back end translation ready!</li>\n<li><strong>Options profiles</strong> for a next level customization!</li>\n<li>10 color variation for a total of 20 skins (10 boxed and 10 full width).</li>\n<li><strong>Custom footer</strong> for each page or post!</li>\n<li><strong>Custom sidebars</strong> for each page or post!</li>\n<li><strong>Works, news, services and galleries sortable by drag&drop!</strong></li>\n<li>Use shortcodes everywhere!</li>\n<li><strong>A lightbox gallery manager</strong> integrated in each page/post!</li>\n<li>Built in social sharing!</li>\n<li>Threaded comments, WordPress 3.x menu support, brandable admin!</li>\n<li>Add video, audio and images with any size and any aspect ratio everywhere!</li>\n<li>And much more…</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpressskins.org/787/wordpress-elegant-flickr-theme.html/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:65:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Athena: Premium Business/Portfolio Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpressskins.org/783/athena-premium-businessportfolio-theme.html\";s:7:\"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:82:\"http://wordpressskins.org/783/athena-premium-businessportfolio-theme.html#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, 18 May 2011 07:46:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:27:\"Business & Corporate Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"CMS Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:16:\"Portfolio Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"Premium Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"themeforest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"businesss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:5:\"clean\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:9:\"corporate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:9:\"portfolio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpressskins.org/?p=783\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:384:\"Athena is a powerfull business/corporate/portfolio & blog premium WordPress theme jam-packed with features. Athena comes with 7 custom widgets, 6 color styles, 7 background patterns, sortable portfolio and featured slider custom post types, custom contact form, sitemap template, and much more. If you’re a multimedia person, with Athena is now easier than ever to upload [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"admin\";s: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:914:\"<p>Athena is a powerfull business/corporate/portfolio & blog premium WordPress theme jam-packed with features.</p>\n<p>Athena comes with 7 custom widgets, 6 color styles, 7 background patterns, sortable portfolio and featured slider custom post types, custom contact form, sitemap template, and much more.</p>\n<p>If you’re a multimedia person, with Athena is now easier than ever to upload and play your video or audio files through its custom built-in audio and html5 video player with flashf allback.</p>\n<div class=\"wpthemes_image_preview\"><a href=\"http://wordpressskins.org/go/themeforest/athena-theme\" title=\"Download \"Athena: Premium Business/Portfolio Theme\" target=\"_blank\"><img src=\"http://wordpressskins.org/wp-content/themes/wpskinsnew/timthumb.php?src=http://wordpressskins.org/wp-content/uploads/2011/05/athena-959x1024.jpg&a=t&w=500\"a lt=\"Athena: Premium Business/Portfolio Theme\" /></a></div>\n\";s: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:78:\"http://wordpressskins.org/783/athena-premium-businessportfolio-theme.html/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:65:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Accent Clean for Business Corporate Portfolio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpressskins.org/777/accent-clean-for-business-corporate-portfolio.html\";s:7:\"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:89:\"http://wordpressskins.org/777/accent-clean-for-business-corporate-portfolio.html#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, 18 May 2011 06:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:27:\"Business & Corporate Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"CMS Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:16:\"Portfolio Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"Premium Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"themeforest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"multiclor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"portfolio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:10:\"themforest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:12:\"widget ready\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpressskins.org/?p=777\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:432:\"Accent is the WordPress theme for Business, Portfolio, Corporate built with latest WordPress 3.1 features. Custom Post Type, Unlimited Colors, Extensive admin panel etc. Features Extensive Admin Panel see http://www.gallyapp.com/tf_themes/accent_wp/?page_id=1795 Unlimited Colors (using built-in color picker) Drag & drop Homepage Contents Manager. Control and order which content to show on homepage from Admin panel Font [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"admin\";s: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:2513:\"<p>Accent is the WordPress theme for Business, Portfolio, Corporate built with latest WordPress 3.1 features. Custom Post Type, Unlimited Colors, Extensive admin panel etc.</p>\n<div class=\"wpthemes_image_preview\"><a href=\"http://wordpressskins.org/go/themeforest/238300\" title=\"Download \"Accent Clean for Business Corporate Portfolio\" target=\"_blank\"><img src=\"http://wordpressskins.org/wp-content/themes/wpskinsnew/timthumb.php?src=http://wordpressskins.org/wp-content/uploads/2011/05/accent_large-757x1024.png&a=t&w=500\"a lt=\"Accent Clean for Business Corporate Portfolio\" /></a></div>\n<h2>Features</h2>\n<ul>\n<li>Extensive Admin Panel see <a target=\"_blank\" href=\"http://www.gallyapp.com/tf_themes/accent_wp/?page_id=1795\" target=\"_blank\">http://www.gallyapp.com/tf_themes/accent_wp/?page_id=1795</a></li>\n<li>Unlimited Colors (using built-in color picker)</li>\n<li>Drag & drop Homepage Contents Manager. Control and order which content to show on homepage from Admin panel</li>\n<li>Font Manager. You can uploader your own font</li>\n<li>Contact Form Manager. Control and order which field to show on contact page from Admin panel</li>\n<li>Built-in SEO plugin</li>\n<li>Site Speed optimization, compress javascript, CSS files</li>\n<li>4 Different Portfolio page styles</li>\n<li>7 Custom Widgets\n<ul>\n<li>Recent Posts</li>\n<li>Popular Posts</li>\n<li>Category Posts</li>\n<li>Twitter feed</li>\n<li>Contact Form</li>\n<li>Maps</li>\n<li>Flickr photostream</li>\n</ul>\n</li>\n<li>4 Footer sidebar styles.</li>\n<li>Portfolio list and detail page with filter by set option</li>\n<li>Full screen Image Gallery with uploader support multiple images uplaod</li>\n<li>Page styles ex. full with, with left or right sidebar</li>\n<li>Styled typography and flexible page columns</li>\n<li>Built-in Many Shortcodes</li>\n<li>Style shortcodes ex. image frame, dropcap etc.</li>\n<li>Media shortcades ex. maps, video, slideshow, image gallery etc.</li>\n<li>Button, table, styled boxes, lightbox custom shortcakes</li>\n<li>Column shortcodes ex. 2, 3, 4, 5, 6 columns</li>\n<li>Built-in Shortcode Generator plugin</li>\n<li>Custom Post Type support for Portfolios and Slides</li>\n<li>WordPress custom menu support</li>\n<li>Blog page single post and comments</li>\n<li>Timthumb automatically thumbnail support</li>\n<li>Unlimited sidebar. Create and select sidebar for each of your page!</li>\n<li>Contact us page with validation and ready to use PHP mailer</li>\n<li> PSD included</li>\n<li>Unobtrusive jQuery powered effects</li>\n</ul>\n\";s: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:85:\"http://wordpressskins.org/777/accent-clean-for-business-corporate-portfolio.html/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:65:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Coverage WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpressskins.org/771/coverage-wordpress-theme.html\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpressskins.org/771/coverage-wordpress-theme.html#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, 18 May 2011 05:00:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:20:\"Blog Magazine Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:27:\"Business & Corporate Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"CMS Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"Microblog Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:14:\"Premium Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:28:\"Professional Blogging Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"themeforest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:16:\"shortcodes ready\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:12:\"widget ready\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpressskins.org/?p=771\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"Coverage for WordPress is a unique portfolio theme. It has been built from the ground up to take full advantage of brand new WordPress 3.1 features, including the WP3 Menu system, thumbnails, and lots more. Quite literally everything from the page layouts to custom Javascript features are configurable from a super easy to use options [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"admin\";s: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:1947:\"<p>Coverage for WordPress is a unique portfolio theme. It has been built from the ground up to take full advantage of brand new WordPress 3.1 features, including the WP3 Menu system, thumbnails, and lots more. Quite literally everything from the page layouts to custom Javascript features are configurable from a super easy to use options panel. Heck, it even comes with pre-packaged shortcodes and jquery extras to make your site look professional and ready for action…</p>\n<div class=\"wpthemes_image_preview\"><a href=\"http://wordpressskins.org/go/themeforest/168228\" title=\"Download \"Coverage WordPress Theme\" target=\"_blank\"><img src=\"http://wordpressskins.org/wp-content/themes/wpskinsnew/timthumb.php?src=http://wordpressskins.org/wp-content/uploads/2011/05/coverage_wordpress_theme-554x1024.jpg&a=t&w=500\"a lt=\"Coverage WordPress Theme\" /></a></div>\n<h3>Features..</h3>\n<ul>\n<li>New WordPress3 Menu</li>\n<li>Portfolio custom post types</li>\n<li>Slider home custom post types</li>\n<li>50+ shortcodes</li>\n<li>11 precreated color schemes</li>\n<li>6 nice backgrounds</li>\n<li>Unlimited color options</li>\n<li>Easy settings with a nice admin panel</li>\n<li>Google map integration</li>\n<li>Custom 404 page</li>\n<li>3 sidebars and 1 widgetized area</li>\n<li>Sitemap page</li>\n<li>7 custom templates</li>\n<li>Unique Portfolio Sorting/Filtering with a custom jQuery script</li>\n<li>Cufon font replacement</li>\n<li>Jquery improvements</li>\n<li>Grid Portfolio Filters</li>\n<li>Working php contact form Ready to use</li>\n<li> PSD files included</li>\n<li>Extensive Documentation Included</li>\n</ul>\n<h3>50 useful Shortcodes</h3>\n<ul>\n<li>12 List types</li>\n<li>10 Buttons</li>\n<li>Lightbox</li>\n<li>Vimeo</li>\n<li>Youtube</li>\n<li>2 Break lines</li>\n<li>Flickr Stream</li>\n<li>Blockquote</li>\n<li>Biglines</li>\n<li>8 Columns</li>\n<li>Toggler</li>\n<li>Tabs</li>\n<li>About the author</li>\n<li>3 Images framed</li>\n<li>6 Notifications blocks</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpressskins.org/771/coverage-wordpress-theme.html/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:80:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Archin – Premium WordPress Business Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpressskins.org/767/archin-premium-wordpress-business-theme.html\";s:7:\"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:83:\"http://wordpressskins.org/767/archin-premium-wordpress-business-theme.html#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, 18 May 2011 04:49:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:14:{i:0;a:5:{s:4:\"data\";s:27:\"Business & Corporate Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"CMS Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"Personal Blog Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"Portfolio Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:14:\"Premium Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:28:\"Professional Blogging Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"themeforest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"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:\"\";}i:8;a:5:{s:4:\"data\";s:12:\"custom forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:17:\"multiple sidebars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:15:\"shortcode ready\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:20:\"unlimited shortcodes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:18:\"unlimited sidebars\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:13;a:5:{s:4:\"data\";s:5:\"white\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpressskins.org/?p=767\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"With Archin we have raised the bar even higher then anything we ever did before. It’s almost at a point where you don’t need anymore plugins for adding your contact forms, events, portfolios, galleries, sliders or whatever. You name and Archin has it. Archin – Premium WordPress Business Theme Features   Features Very well documented [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"admin\";s: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:4684:\"<p>With Archin we have raised the bar even higher then anything we ever did before. It’s almost at a point where you don’t need anymore plugins for adding your contact forms, events, portfolios, galleries, sliders or whatever. You name and Archin has it.</p>\n<div class=\"wpthemes_image_preview\"><a href=\"http://wordpressskins.org/go/themeforest/239432\" title=\"Download \"Archin – Premium WordPress Business Theme\" target=\"_blank\"><img src=\"http://wordpressskins.org/wp-content/themes/wpskinsnew/timthumb.php?src=http://wordpressskins.org/wp-content/uploads/2011/05/02_archin-678x1024.png&a=t&w=500\"a lt=\"Archin – Premium WordPress Business Theme\" /></a></div>\n<h3>Archin – Premium WordPress Business Theme Features</h3>\n<p style=\"text-align: center;\"><img class=\"aligncenter\" src=\"http://wptitans.com/archin/files/2011/05/key-features.png\" alt=\"Archin Features\" width=\"616\" height=\"3600\" /></p>\n<p style=\"text-align: center;\"> </p>\n<h3>Features</h3>\n<ul>\n<li><strong>Very well documented</strong></li>\n<li><strong>Slider manager</strong> – Manage your slider images through our custom slider manager.</li>\n<li><strong>7 Main Sliders</strong> – Archin has 7 different sliders to choose from, <strong>The Piecemaker 2 3D slider</strong>, a jQuery slider with 35 effect, a html5 slider, a accordion slider, nivo and two text slider (left and right).</li>\n<li><strong>Visual Composer –</strong> Create the perfect theme with our Visual composer, play with background colors and background textures until you’ve found the perfect style.</li>\n<li><strong>16 Custom Widgets</strong> – From ads to quick contact form, everything is covered.</li>\n<li><strong>Dynamic image resizing</strong> – Archin is using TimThumb to resize it’s images.</li>\n<li><strong>Custom URL Shortener and Sharing tool</strong> – Share and shorten your post links with our inbuilt sharing tool.</li>\n<li><strong> WP 3 .0 + Custom Menus + Mega Menu –</strong> Footer, Social and main menu are ready for you and this we also have a mega menu inside.</li>\n<li><strong>Localization Ready</strong> – Translate Archin to any language you want, PO and MO are included.</li>\n<li><strong>Shortcode manager </strong>– We’ve paid some extra attention to the short-codes this time and from now it as easy as it can be to ad your short-code. Inside the short-code editor there’s also a Button editor which can create almost any type of button you want or need. Watch the screen-cast to get an idea of how it works and how to ad them.</li>\n<li><strong>Related Posts Scroller</strong> – A rather unique function is that your able to show as many related posts as you want with our related post scroller.</li>\n<li><strong>Custom Post Boxes</strong> – A custom post option where you can ad the intro, descriptions and button title and link for each page and portfolio item.</li>\n<li><strong>17 Page templates</strong> – Right sidebar, left sidebar, full witdh, different portfolio columns, sitemap, 404 and more</li>\n<li><strong>Sidebar manager</strong> – You no longer have to stay with just one or two sidebars for all your pages and posts. Your now able to create as many sidebars as you need. Creating them and assigning them to a certain page has never been this easy. Just another reason to buy this theme and make your work a little easier.</li>\n<li><strong>Font Manager </strong>– There’s no need to to ask for help with adding custom font anymore, we have build a Font Manager for you’ll. Ad fonts through this manager which will be added in to the already existing list of fonts.</li>\n<li><strong>Event Manager</strong> – No need for a plugin, manage your events directly from Archin.</li>\n<li><strong>Gallery manager</strong> – manage your galleries through our custom build gallery types.</li>\n<li><strong>Portfolio manager</strong> – manage your portfolio images through our custom build portfolio types.</li>\n<li><strong>Unbranded Admin Panel </strong>– We’re trying to improve our add-ons in both usability and styling s. That’s we’ve decided to keep on working on the theme’s option panel until we have the perfect panel build in for you’ll. In Archin we’ve made the panel even more usable then before and removed the clutter.</li>\n<li><strong>Custom Form Builder</strong> – Compose your own forms from now on. Yes, you heard us right. We have a custom form composer build for you. Packed with drag and drop functionality, notification support, captcha, auto responder and much more. Available elements are Text fields, Text areas, Drop downs, Notification, Captcha and Auto respond.</li>\n</ul>\n\";s: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:79:\"http://wordpressskins.org/767/archin-premium-wordpress-business-theme.html/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:62:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Delicious Restaurant WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpressskins.org/314/delicious-restaurant-wordpress-theme.html\";s:7:\"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:80:\"http://wordpressskins.org/314/delicious-restaurant-wordpress-theme.html#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, 06 May 2011 13:45:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:14:\"Premium Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"Restaurants & Cafes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"themeforest\";s: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:\"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:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"cafe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:5:\"cofee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:10:\"cofee shop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:10:\"restaurant\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpressskins.org/?p=314\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:332:\"This is WordPress version of my Green Delicious Restaurant template with 3 variations color (Blue, Green and Brown). You can use it for anything especially for Restaurant or Cafe. This template only for WordPress 3+. This theme supports custom menu and 8 widgetized areas (three in the homepage, three in the footer and two 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:5:\"admin\";s: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:2514:\"<p>This is WordPress version of my Green Delicious Restaurant template with 3 variations color (Blue, Green and Brown). You can use it for anything especially for Restaurant or Cafe. This template only for WordPress 3+.</p>\n<p>This theme supports custom menu and 8 widgetized areas (three in the homepage, three in the footer and two in the sidebar) and featured images (thumbnails for post, testimonial, team, review, foods and gallery). This template also have 6 custom post (Testimonial, Gallery, Team, Foods, Review and Gallery).</p>\n<div class=\"wpthemes_image_preview\"><a href=\"http://wordpressskins.org/download/themeforest/deliciousrestaurant\" title=\"Download \"Delicious Restaurant WordPress Theme\" target=\"_blank\"><img src=\"http://wordpressskins.org/wp-content/themes/wpskinsnew/timthumb.php?src=http://wordpressskins.org/wp-content/uploads/2011/05/restaurant235794-932x1024.jpg&a=t&w=500\"a lt=\"Delicious Restaurant WordPress Theme\" /></a></div>\n<h2>Delicious Restaurant Theme Features</h2>\n<ul>\n<li>Valid XHTML 1 .0 Strict & CSS 2 .1</li>\n<li>5 PSD Included\n<ul>\n<li>Homepage.psd (Main psd layout)</li>\n<li>aboutus.psd</li>\n<li>newsdetail.psd</li>\n<li>menus.psd</li>\n<li>review.psd</li>\n<li>logo.psd (Logo psd file for easy logo customisation)</li>\n</ul>\n</li>\n<li>8Widget Area (2 Sidebar, 3 homepage & 3 Footer)</li>\n<li>Custom Menu (2 level drop down for Main Navigation)</li>\n<li>Custom Posts: Testimonial, Gallery, Foods, Team, Review & Gallery</li>\n<li>Threaded Comments (5 Level)</li>\n<li>Simple and Powerful Admin Theme Settings</li>\n<li>Featured Images for: Posts, Gallery, Team, Review, Foods and Testimonial</li>\n<li>8 Custom Widget: Delicious Random Testimonial, Delicious Team Widget , Delicious News Widget, Delicious Twitter Widget, Delicious Foods, Delicious Latest Gallery, Delicious Random Review and Delicious Text Widget</li>\n<li>Full Width Layout, Sidebar on the Right or Left</li>\n<li>Shortcodes</li>\n<li>Social Bookmarking Icon by <a target=\"_blank\" href=\"http://www.komodomedia.com/download/#social-network-icon-pack\">Komodomedia</a></li>\n<li>jQuery</li>\n<li><a target=\"_blank\" href=\"http://jquery.malsup.com/cycle/\">jQuery Cycle</a></li>\n<li>jQuery Lightbox Plugin, <a target=\"_blank\" href=\"http://leandrovieira.com/projects/jquery/lightbox/\">leandrovieira.com/projects/jquery/lightbox/</a></li>\n<li>Well Documented Instruction File (HTML Format)</li>\n<li>Fonts: Arial, Georgia</li>\n<li>Compatible with: IE7 , IE8, Firefox, Safari, Chrome and Opera</li>\n</ul>\n\";s: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:76:\"http://wordpressskins.org/314/delicious-restaurant-wordpress-theme.html/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:30:\"http://wordpressskins.org/feed\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:4:\"date\";s:29:\"Thu, 21 Jul 2011 06:26:27 GMT\";s:6:\"server\";s:86:\"Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635\";s:10:\"x-pingback\";s:36:\"http://wordpressskins.org/xmlrpc.php\";s:4:\"etag\";s:34:\"\"03602036dc1c50afdfc6dc5715227550\"\";s:12:\"x-powered-by\";s:22:\"W3 Total Cache/0.9.2.3\";s:13:\"last-modified\";s:29:\"Wed, 15 Jun 2011 07:30:37 GMT\";s:4:\"vary\";s:26:\"User-Agent,Accept-Encoding\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(504,0,'_transient_timeout_feed_mod_98b99cb33be4205bbf261f188490b1c7','1311272785','no'),(505,0,'_transient_feed_mod_98b99cb33be4205bbf261f188490b1c7','1311229585','no'),(507,0,'uninstall_plugins','a:2:{i:0;b:0;s:27:\"wp-pagenavi/wp-pagenavi.php\";s:14:\"__return_false\";}','yes'),(508,0,'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'),(608,0,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1311261514;s:7:\"checked\";a:19:{s:19:\"akismet/akismet.php\";s:5:\"2.5.3\";s:43:\"broken-link-checker/broken-link-checker.php\";s:5:\"1.2.5\";s:41:\"fancy-gallery/wp-plugin-fancy-gallery.php\";s:6:\"1.3.33\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"4.1.3\";s:36:\"google-sitemap-generator/sitemap.php\";s:5:\"3.2.5\";s:9:\"hello.php\";s:3:\"1.6\";s:19:\"jetpack/jetpack.php\";s:5:\"1.1.3\";s:29:\"organize-series/orgSeries.php\";s:5:\"2.3.8\";s:21:\"podpress/podpress.php\";s:8:\"8.8.10.9\";s:37:\"polaroid-gallery/polaroid_gallery.php\";s:5:\"2.0.5\";s:37:\"share-and-follow/share-and-follow.php\";s:6:\"1.54.1\";s:35:\"simple-image-widget/simpleimage.php\";s:3:\"2.0\";s:31:\"smooth-slider/smooth-slider.php\";s:5:\"2.3.5\";s:25:\"user-photo/user-photo.php\";s:7:\"0.9.5.1\";s:29:\"wp-db-backup/wp-db-backup.php\";s:5:\"2.2.3\";s:28:\"editorial-calendar/edcal.php\";s:3:\"1.4\";s:21:\"wp-cufon/wp-cufon.php\";s:5:\"1.6.8\";s:35:\"wp-delete-posts/wp-delete-posts.php\";s:5:\"1.0.2\";s:27:\"wp-super-cache/wp-cache.php\";s:7:\"0.9.9.9\";}s:8:\"response\";a:0:{}}','yes'),(510,0,'widget_simpleimage','a:3:{i:2;a:0:{}i:4;a:4:{s:5:\"image\";s:91:\"http:www.chiefpeopleperson/jungleblog/wp-content/themes/jungle/images/dq-standing khaki.png\";s:3:\"alt\";s:0:\"\";s:4:\"link\";s:0:\"\";s:10:\"new_window\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(531,0,'widget_latestseries','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(532,0,'widget_seriestoc','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(602,0,'rewrite_rules','a:80:{s:12:\"series-toc\\z\";s:31:\"index.php?series-toc=series_toc\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:47:\"series/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?series=$matches[1]&feed=$matches[2]\";s:42:\"series/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?series=$matches[1]&feed=$matches[2]\";s:35:\"series/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?series=$matches[1]&paged=$matches[2]\";s:17:\"series/([^/]+)/?$\";s:28:\"index.php?series=$matches[1]\";s:14:\".*wp-atom.php$\";s:19:\"index.php?feed=atom\";s:13:\".*wp-rdf.php$\";s:18:\"index.php?feed=rdf\";s:13:\".*wp-rss.php$\";s:18:\"index.php?feed=rss\";s:14:\".*wp-rss2.php$\";s:19:\"index.php?feed=rss2\";s:14:\".*wp-feed.php$\";s:19:\"index.php?feed=feed\";s:22:\".*wp-commentsrss2.php$\";s:34:\"index.php?feed=rss2&withcomments=1\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:25:\".+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\".+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\".+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:18:\"(.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:18:\"(.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(580,0,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/wordpress-importer/\'>WordPress Importer</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wordpress-importer&_wpnonce=48ee09a317&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'WordPress Importer\'>Install</a>)</span>\n<p>Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/gravity-forms-salesforce/\'>Gravity Forms Salesforce Add-on</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=gravity-forms-salesforce&_wpnonce=b11089756e&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Gravity Forms Salesforce Add-on\'>Install</a>)</span>\n<p>Integrate the remarkable Gravity Forms plugin with Salesforce.</p>\n<h4>Recently Updated</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/add-category-and-rss-menu/\'>Category Specific RSS feed Subscription</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=add-category-and-rss-menu&_wpnonce=2a48962b11&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Category Specific RSS feed Subscription\'>Install</a>)</span>\n<p>Wordpress plugin to add Category - RSS feed subscription menu to your posts, pages and sidebar.</p>\n','no'),(584,0,'wsblc_options','a:37:{s:18:\"max_execution_time\";i:300;s:15:\"check_threshold\";i:72;s:13:\"recheck_count\";i:3;s:17:\"recheck_threshold\";i:1800;s:16:\"run_in_dashboard\";b:1;s:12:\"run_via_cron\";b:1;s:17:\"mark_broken_links\";b:1;s:15:\"broken_link_css\";s:63:\".broken_link, a.broken_link {\n text-decoration: line-through;\n}\";s:21:\"nofollow_broken_links\";b:0;s:18:\"mark_removed_links\";b:0;s:16:\"removed_link_css\";s:65:\".removed_link, a.removed_link {\n text-decoration: line-through;\n}\";s:14:\"exclusion_list\";a:0:{}s:24:\"send_email_notifications\";b:1;s:21:\"notification_schedule\";s:5:\"daily\";s:22:\"last_notification_sent\";i:0;s:17:\"server_load_limit\";i:4;s:17:\"enable_load_limit\";b:1;s:13:\"custom_fields\";a:0:{}s:21:\"enabled_post_statuses\";a:1:{i:0;s:7:\"publish\";}s:17:\"autoexpand_widget\";b:1;s:22:\"show_link_count_bubble\";b:1;s:12:\"table_layout\";s:8:\"flexible\";s:13:\"table_compact\";b:1;s:21:\"table_visible_columns\";a:4:{i:0;s:7:\"new-url\";i:1;s:6:\"status\";i:2;s:7:\"used-in\";i:3;s:13:\"new-link-text\";}s:20:\"table_links_per_page\";i:30;s:23:\"table_color_code_status\";b:1;s:12:\"need_resynch\";b:0;s:18:\"current_db_version\";i:5;s:7:\"timeout\";i:30;s:28:\"highlight_permanent_failures\";b:0;s:26:\"failure_duration_threshold\";i:3;s:21:\"installation_complete\";b:1;s:28:\"first_installation_timestamp\";i:1311254578;s:14:\"active_modules\";a:10:{s:4:\"http\";a:22:{s:8:\"ModuleID\";s:4:\"http\";s:14:\"ModuleCategory\";s:7:\"checker\";s:13:\"ModuleContext\";s:9:\"on-demand\";s:14:\"ModuleLazyInit\";b:1;s:15:\"ModuleClassName\";s:14:\"blcHttpChecker\";s:14:\"ModulePriority\";i:-1;s:23:\"ModuleCheckerUrlPattern\";s:0:\"\";s:12:\"ModuleHidden\";b:0;s:18:\"ModuleAlwaysActive\";b:0;s:17:\"ModuleRequiresPro\";b:0;s:4:\"Name\";s:10:\"Basic HTTP\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:50:\"Check all links that have the HTTP/HTTPS protocol.\";s:6:\"Author\";s:11:\"Janis Elsts\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:19:\"broken-link-checker\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:10:\"Basic HTTP\";s:10:\"AuthorName\";s:11:\"Janis Elsts\";s:4:\"file\";s:17:\"checkers/http.php\";}s:4:\"link\";a:22:{s:8:\"ModuleID\";s:4:\"link\";s:14:\"ModuleCategory\";s:6:\"parser\";s:13:\"ModuleContext\";s:9:\"on-demand\";s:14:\"ModuleLazyInit\";b:1;s:15:\"ModuleClassName\";s:11:\"blcHTMLLink\";s:14:\"ModulePriority\";i:1000;s:23:\"ModuleCheckerUrlPattern\";s:0:\"\";s:12:\"ModuleHidden\";b:0;s:18:\"ModuleAlwaysActive\";b:0;s:17:\"ModuleRequiresPro\";b:0;s:4:\"Name\";s:10:\"HTML links\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:78:\"Example : <code><a href=\"http://example.com/\">link text</a></code>\";s:6:\"Author\";s:11:\"Janis Elsts\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:19:\"broken-link-checker\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:10:\"HTML links\";s:10:\"AuthorName\";s:11:\"Janis Elsts\";s:4:\"file\";s:21:\"parsers/html_link.php\";}s:5:\"image\";a:22:{s:8:\"ModuleID\";s:5:\"image\";s:14:\"ModuleCategory\";s:6:\"parser\";s:13:\"ModuleContext\";s:9:\"on-demand\";s:14:\"ModuleLazyInit\";b:1;s:15:\"ModuleClassName\";s:12:\"blcHTMLImage\";s:14:\"ModulePriority\";i:900;s:23:\"ModuleCheckerUrlPattern\";s:0:\"\";s:12:\"ModuleHidden\";b:0;s:18:\"ModuleAlwaysActive\";b:0;s:17:\"ModuleRequiresPro\";b:0;s:4:\"Name\";s:11:\"HTML images\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:65:\"e.g. <code><img src=\"http://example.com/fluffy.jpg\"></code>\";s:6:\"Author\";s:11:\"Janis Elsts\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:19:\"broken-link-checker\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:11:\"HTML images\";s:10:\"AuthorName\";s:11:\"Janis Elsts\";s:4:\"file\";s:17:\"parsers/image.php\";}s:8:\"metadata\";a:22:{s:8:\"ModuleID\";s:8:\"metadata\";s:14:\"ModuleCategory\";s:6:\"parser\";s:13:\"ModuleContext\";s:9:\"on-demand\";s:14:\"ModuleLazyInit\";b:1;s:15:\"ModuleClassName\";s:17:\"blcMetadataParser\";s:14:\"ModulePriority\";i:0;s:23:\"ModuleCheckerUrlPattern\";s:0:\"\";s:12:\"ModuleHidden\";b:1;s:18:\"ModuleAlwaysActive\";b:1;s:17:\"ModuleRequiresPro\";b:0;s:4:\"Name\";s:8:\"Metadata\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:35:\"Parses metadata (AKA custom fields)\";s:6:\"Author\";s:11:\"Janis Elsts\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:19:\"broken-link-checker\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:8:\"Metadata\";s:10:\"AuthorName\";s:11:\"Janis Elsts\";s:4:\"file\";s:20:\"parsers/metadata.php\";}s:9:\"url_field\";a:22:{s:8:\"ModuleID\";s:9:\"url_field\";s:14:\"ModuleCategory\";s:6:\"parser\";s:13:\"ModuleContext\";s:9:\"on-demand\";s:14:\"ModuleLazyInit\";b:1;s:15:\"ModuleClassName\";s:11:\"blcUrlField\";s:14:\"ModulePriority\";i:0;s:23:\"ModuleCheckerUrlPattern\";s:0:\"\";s:12:\"ModuleHidden\";b:1;s:18:\"ModuleAlwaysActive\";b:1;s:17:\"ModuleRequiresPro\";b:0;s:4:\"Name\";s:10:\"URL fields\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:56:\"Parses data fields that contain a single, plaintext URL.\";s:6:\"Author\";s:11:\"Janis Elsts\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:19:\"broken-link-checker\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:10:\"URL fields\";s:10:\"AuthorName\";s:11:\"Janis Elsts\";s:4:\"file\";s:21:\"parsers/url_field.php\";}s:8:\"blogroll\";a:22:{s:8:\"ModuleID\";s:8:\"blogroll\";s:14:\"ModuleCategory\";s:9:\"container\";s:13:\"ModuleContext\";s:3:\"all\";s:14:\"ModuleLazyInit\";b:0;s:15:\"ModuleClassName\";s:18:\"blcBookmarkManager\";s:14:\"ModulePriority\";i:0;s:23:\"ModuleCheckerUrlPattern\";s:0:\"\";s:12:\"ModuleHidden\";b:0;s:18:\"ModuleAlwaysActive\";b:0;s:17:\"ModuleRequiresPro\";b:0;s:4:\"Name\";s:14:\"Blogroll items\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:0:\"\";s:6:\"Author\";s:11:\"Janis Elsts\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:19:\"broken-link-checker\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:14:\"Blogroll items\";s:10:\"AuthorName\";s:11:\"Janis Elsts\";s:4:\"file\";s:23:\"containers/blogroll.php\";}s:7:\"comment\";a:22:{s:8:\"ModuleID\";s:7:\"comment\";s:14:\"ModuleCategory\";s:9:\"container\";s:13:\"ModuleContext\";s:3:\"all\";s:14:\"ModuleLazyInit\";b:0;s:15:\"ModuleClassName\";s:17:\"blcCommentManager\";s:14:\"ModulePriority\";i:0;s:23:\"ModuleCheckerUrlPattern\";s:0:\"\";s:12:\"ModuleHidden\";b:0;s:18:\"ModuleAlwaysActive\";b:0;s:17:\"ModuleRequiresPro\";b:0;s:4:\"Name\";s:8:\"Comments\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:0:\"\";s:6:\"Author\";s:11:\"Janis Elsts\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:19:\"broken-link-checker\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:8:\"Comments\";s:10:\"AuthorName\";s:11:\"Janis Elsts\";s:4:\"file\";s:22:\"containers/comment.php\";}s:4:\"post\";a:13:{s:4:\"Name\";s:5:\"Posts\";s:14:\"ModuleCategory\";s:9:\"container\";s:13:\"ModuleContext\";s:3:\"all\";s:15:\"ModuleClassName\";s:26:\"blcAnyPostContainerManager\";s:8:\"ModuleID\";s:4:\"post\";s:4:\"file\";s:0:\"\";s:14:\"ModuleLazyInit\";b:0;s:14:\"ModulePriority\";i:0;s:12:\"ModuleHidden\";b:0;s:18:\"ModuleAlwaysActive\";b:0;s:17:\"ModuleRequiresPro\";b:0;s:10:\"TextDomain\";s:19:\"broken-link-checker\";s:7:\"virtual\";b:1;}s:4:\"page\";a:13:{s:4:\"Name\";s:5:\"Pages\";s:14:\"ModuleCategory\";s:9:\"container\";s:13:\"ModuleContext\";s:3:\"all\";s:15:\"ModuleClassName\";s:26:\"blcAnyPostContainerManager\";s:8:\"ModuleID\";s:4:\"page\";s:4:\"file\";s:0:\"\";s:14:\"ModuleLazyInit\";b:0;s:14:\"ModulePriority\";i:0;s:12:\"ModuleHidden\";b:0;s:18:\"ModuleAlwaysActive\";b:0;s:17:\"ModuleRequiresPro\";b:0;s:10:\"TextDomain\";s:19:\"broken-link-checker\";s:7:\"virtual\";b:1;}s:5:\"dummy\";a:22:{s:8:\"ModuleID\";s:5:\"dummy\";s:14:\"ModuleCategory\";s:9:\"container\";s:13:\"ModuleContext\";s:3:\"all\";s:14:\"ModuleLazyInit\";b:0;s:15:\"ModuleClassName\";s:15:\"blcDummyManager\";s:14:\"ModulePriority\";i:0;s:23:\"ModuleCheckerUrlPattern\";s:0:\"\";s:12:\"ModuleHidden\";b:1;s:18:\"ModuleAlwaysActive\";b:1;s:17:\"ModuleRequiresPro\";b:0;s:4:\"Name\";s:5:\"Dummy\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:0:\"\";s:6:\"Author\";s:11:\"Janis Elsts\";s:9:\"AuthorURI\";s:0:\"\";s:10:\"TextDomain\";s:19:\"broken-link-checker\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:5:\"Dummy\";s:10:\"AuthorName\";s:11:\"Janis Elsts\";s:4:\"file\";s:20:\"containers/dummy.php\";}}s:23:\"module_deactivated_when\";a:11:{s:12:\"custom_field\";d:1311229378;s:4:\"http\";d:1311236163;s:4:\"link\";d:1311236163;s:5:\"image\";d:1311236163;s:8:\"metadata\";d:1311236163;s:9:\"url_field\";d:1311236163;s:8:\"blogroll\";d:1311236163;s:7:\"comment\";d:1311236163;s:4:\"post\";d:1311236163;s:4:\"page\";d:1311236163;s:5:\"dummy\";d:1311236163;}s:11:\"plugin_news\";N;s:14:\"_findbroken_ad\";s:2:\"c3\";}','yes'),(585,0,'blc_installation_log','a:57:{i:0;a:3:{i:0;i:1;i:1;s:40:\"Plugin activated at 2011-07-21 06:22:58.\";i:2;N;}i:1;a:3:{i:0;i:1;i:1;s:27:\"Installation/update begins.\";i:2;N;}i:2;a:3:{i:0;i:1;i:1;s:25:\"Upgrading the database...\";i:2;N;}i:3;a:3:{i:0;i:1;i:1;s:222:\" [OK] \r\n CREATE TABLE IF NOT EXISTS `wp_blc_filters` (\r\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\r\n `name` varchar(100) NOT NULL,\r\n `params` text NOT NULL,\r\n \r\n PRIMARY KEY (`id`)\r\n ) DEFAULT CHARACTER SET utf8\";i:2;N;}i:4;a:3:{i:0;i:1;i:1;s:689:\" [OK] \r\n \r\n CREATE TABLE IF NOT EXISTS `wp_blc_instances` (\r\n `instance_id` int(10) unsigned NOT NULL AUTO_INCREMENT,\r\n `link_id` int(10) unsigned NOT NULL,\r\n `container_id` int(10) unsigned NOT NULL,\r\n `container_type` varchar(40) NOT NULL DEFAULT \'post\',\r\n `link_text` varchar(250) NOT NULL DEFAULT \'\',\r\n `parser_type` varchar(40) NOT NULL DEFAULT \'link\',\r\n `container_field` varchar(250) NOT NULL DEFAULT \'\',\r\n `link_context` varchar(250) NOT NULL DEFAULT \'\',\r\n `raw_url` text NOT NULL,\r\n \r\n PRIMARY KEY (`instance_id`),\r\n KEY `link_id` (`link_id`),\r\n KEY `source_id` (`container_type`, `container_id`),\r\n KEY `parser_type` (`parser_type`)\r\n ) DEFAULT CHARACTER SET utf8\";i:2;N;}i:5;a:3:{i:0;i:1;i:1;s:1352:\" [OK] \r\n \r\n CREATE TABLE IF NOT EXISTS `wp_blc_links` (\r\n `link_id` int(20) unsigned NOT NULL AUTO_INCREMENT,\r\n `url` text CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL,\r\n `first_failure` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n `last_check` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n `last_success` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n `last_check_attempt` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n `check_count` int(4) unsigned NOT NULL DEFAULT \'0\',\r\n `final_url` text CHARACTER SET latin1 COLLATE latin1_general_cs NOT NULL,\r\n `redirect_count` smallint(5) unsigned NOT NULL DEFAULT \'0\',\r\n `log` text NOT NULL,\r\n `http_code` smallint(6) NOT NULL DEFAULT \'0\',\r\n `status_code` varchar(100) DEFAULT \'\',\r\n `status_text` varchar(250) DEFAULT \'\',\r\n `request_duration` float NOT NULL DEFAULT \'0\',\r\n `timeout` tinyint(1) unsigned NOT NULL DEFAULT \'0\',\r\n `broken` tinyint(1) NOT NULL DEFAULT \'0\',\r\n `may_recheck` tinyint(1) NOT NULL DEFAULT \'1\',\r\n `being_checked` tinyint(1) NOT NULL DEFAULT \'0\',\r\n `result_hash` varchar(200) NOT NULL DEFAULT \'\',\r\n `false_positive` tinyint(1) NOT NULL DEFAULT \'0\',\r\n \r\n PRIMARY KEY (`link_id`),\r\n KEY `url` (`url`(150)),\r\n KEY `final_url` (`final_url`(150)),\r\n KEY `http_code` (`http_code`),\r\n KEY `broken` (`broken`)\r\n ) DEFAULT CHARACTER SET utf8\";i:2;N;}i:6;a:3:{i:0;i:1;i:1;s:364:\" [OK] \r\n \r\n CREATE TABLE IF NOT EXISTS `wp_blc_synch` (\r\n `container_id` int(20) unsigned NOT NULL,\r\n `container_type` varchar(40) NOT NULL,\r\n `synched` tinyint(3) unsigned NOT NULL,\r\n `last_synch` datetime NOT NULL DEFAULT \'0000-00-00 00:00:00\',\r\n \r\n PRIMARY KEY (`container_type`,`container_id`),\r\n KEY `synched` (`synched`)\r\n ) DEFAULT CHARACTER SET utf8\";i:2;N;}i:7;a:3:{i:0;i:1;i:1;s:24:\"Database schema updated.\";i:2;N;}i:8;a:3:{i:0;i:1;i:1;s:31:\"Database successfully upgraded.\";i:2;N;}i:9;a:3:{i:0;i:1;i:1;s:27:\"Cleaning up the database...\";i:2;N;}i:10;a:3:{i:0;i:1;i:1;s:38:\"... Deleting invalid container records\";i:2;N;}i:11;a:3:{i:0;i:0;i:1;s:27:\"... 0 synch records deleted\";i:2;N;}i:12;a:3:{i:0;i:1;i:1;s:35:\"... Deleting invalid link instances\";i:2;N;}i:13;a:3:{i:0;i:0;i:1;s:23:\"... 0 instances deleted\";i:2;N;}i:14;a:3:{i:0;i:0;i:1;s:28:\"... 0 more instances deleted\";i:2;N;}i:15;a:3:{i:0;i:1;i:1;s:27:\"... Deleting orphaned links\";i:2;N;}i:16;a:3:{i:0;i:0;i:1;s:19:\"... 0 links deleted\";i:2;N;}i:17;a:3:{i:0;i:1;i:1;s:20:\"Notifying modules...\";i:2;N;}i:18;a:3:{i:0;i:0;i:1;s:25:\"... Updating module cache\";i:2;N;}i:19;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"http\"\";i:2;N;}i:20;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"link\"\";i:2;N;}i:21;a:3:{i:0;i:0;i:1;s:59:\"...... Parser \"link\" is marking relevant items as unsynched\";i:2;N;}i:22;a:3:{i:0;i:0;i:1;s:272:\"...... Executing query: UPDATE wp_blc_synch SET synched = 0 WHERE (container_type = \'page\' AND last_synch >= \'1970-01-01 00:00:00\') OR (container_type = \'post\' AND last_synch >= \'1970-01-01 00:00:00\') OR (container_type = \'comment\' AND last_synch >= \'1970-01-01 00:00:00\')\";i:2;N;}i:23;a:3:{i:0;i:0;i:1;s:22:\"...... 0 rows affected\";i:2;N;}i:24;a:3:{i:0;i:0;i:1;s:28:\"... Notifying module \"image\"\";i:2;N;}i:25;a:3:{i:0;i:0;i:1;s:60:\"...... Parser \"image\" is marking relevant items as unsynched\";i:2;N;}i:26;a:3:{i:0;i:0;i:1;s:272:\"...... Executing query: UPDATE wp_blc_synch SET synched = 0 WHERE (container_type = \'page\' AND last_synch >= \'1970-01-01 00:00:00\') OR (container_type = \'post\' AND last_synch >= \'1970-01-01 00:00:00\') OR (container_type = \'comment\' AND last_synch >= \'1970-01-01 00:00:00\')\";i:2;N;}i:27;a:3:{i:0;i:0;i:1;s:22:\"...... 0 rows affected\";i:2;N;}i:28;a:3:{i:0;i:0;i:1;s:31:\"... Notifying module \"metadata\"\";i:2;N;}i:29;a:3:{i:0;i:0;i:1;s:63:\"...... Parser \"metadata\" is marking relevant items as unsynched\";i:2;N;}i:30;a:3:{i:0;i:0;i:1;s:139:\"...... Executing query: UPDATE wp_blc_synch SET synched = 0 WHERE (container_type = \'custom_field\' AND last_synch >= \'1970-01-01 00:00:00\')\";i:2;N;}i:31;a:3:{i:0;i:0;i:1;s:22:\"...... 0 rows affected\";i:2;N;}i:32;a:3:{i:0;i:0;i:1;s:32:\"... Notifying module \"url_field\"\";i:2;N;}i:33;a:3:{i:0;i:0;i:1;s:64:\"...... Parser \"url_field\" is marking relevant items as unsynched\";i:2;N;}i:34;a:3:{i:0;i:0;i:1;s:207:\"...... Executing query: UPDATE wp_blc_synch SET synched = 0 WHERE (container_type = \'comment\' AND last_synch >= \'1970-01-01 00:00:00\') OR (container_type = \'blogroll\' AND last_synch >= \'1970-01-01 00:00:00\')\";i:2;N;}i:35;a:3:{i:0;i:0;i:1;s:22:\"...... 0 rows affected\";i:2;N;}i:36;a:3:{i:0;i:0;i:1;s:31:\"... Notifying module \"blogroll\"\";i:2;N;}i:37;a:3:{i:0;i:0;i:1;s:30:\"... Notifying module \"comment\"\";i:2;N;}i:38;a:3:{i:0;i:0;i:1;s:51:\"...... Deleting synch. records for removed comments\";i:2;N;}i:39;a:3:{i:0;i:0;i:1;s:22:\"...... 0 rows affected\";i:2;N;}i:40;a:3:{i:0;i:0;i:1;s:47:\"...... Creating synch. records for new comments\";i:2;N;}i:41;a:3:{i:0;i:0;i:1;s:22:\"...... 1 rows affected\";i:2;N;}i:42;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"post\"\";i:2;N;}i:43;a:3:{i:0;i:0;i:1;s:47:\"...... Deleting synch records for removed posts\";i:2;N;}i:44;a:3:{i:0;i:0;i:1;s:21:\"...... 0 rows deleted\";i:2;N;}i:45;a:3:{i:0;i:0;i:1;s:41:\"...... Marking changed posts as unsynched\";i:2;N;}i:46;a:3:{i:0;i:0;i:1;s:21:\"...... 0 rows updated\";i:2;N;}i:47;a:3:{i:0;i:0;i:1;s:43:\"...... Creating synch records for new posts\";i:2;N;}i:48;a:3:{i:0;i:0;i:1;s:22:\"...... 8 rows inserted\";i:2;N;}i:49;a:3:{i:0;i:0;i:1;s:27:\"... Notifying module \"page\"\";i:2;N;}i:50;a:3:{i:0;i:0;i:1;s:74:\"...... Skipping \"page\" resyncyh since all post types were already synched.\";i:2;N;}i:51;a:3:{i:0;i:0;i:1;s:28:\"... Notifying module \"dummy\"\";i:2;N;}i:52;a:3:{i:0;i:1;i:1;s:38:\"Updating server load limit settings...\";i:2;N;}i:53;a:3:{i:0;i:1;i:1;s:26:\"Optimizing the database...\";i:2;N;}i:54;a:3:{i:0;i:1;i:1;s:26:\"Completing installation...\";i:2;N;}i:55;a:3:{i:0;i:1;i:1;s:20:\"Configuration saved.\";i:2;N;}i:56;a:3:{i:0;i:1;i:1;s:78:\"Installation/update completed at 2011-07-21 06:22:58 with 29 queries executed.\";i:2;N;}}','yes'),(590,0,'ignore_columns','no','yes'),(591,0,'custom_text','no','yes'),(586,0,'edcal_count','1','yes'),(589,0,'image_size','medium','yes'),(592,0,'custom_text_value','Image','yes'),(593,0,'thumbnail_caption','show','yes'),(594,0,'thumbnail_option','none','yes'),(595,0,'image_option','title3','yes'),(596,0,'scratches','yes','yes'),(603,0,'wpsupercache_gc_time','1311259128','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_orgSeriesIcons` -- DROP TABLE IF EXISTS `wp_orgSeriesIcons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_orgSeriesIcons` ( `term_id` int(11) NOT NULL, `icon` varchar(100) NOT NULL, PRIMARY KEY (`term_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_orgSeriesIcons` -- LOCK TABLES `wp_orgSeriesIcons` WRITE; /*!40000 ALTER TABLE `wp_orgSeriesIcons` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_orgSeriesIcons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=391 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(305,102,'_menu_item_object_id','2'),(306,102,'_menu_item_object','page'),(307,102,'_menu_item_target',''),(308,102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(309,102,'_menu_item_xfn',''),(310,102,'_menu_item_url',''),(313,108,'_edit_last','1'),(314,108,'_edit_lock','1311224026:1'),(315,109,'_wp_attached_file','2011/07/Quote-Kipling1.png'),(56,22,'_wp_attached_file','2011/07/cropped-header_lace.jpg'),(57,22,'_wp_attachment_context','custom-header'),(58,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"198\";s:14:\"hwstring_small\";s:23:\"height=\'26\' width=\'128\'\";s:4:\"file\";s:31:\"2011/07/cropped-header_lace.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"cropped-header_lace-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"cropped-header_lace-300x61.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"61\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:31:\"cropped-header_lace-451x198.jpg\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(59,22,'_wp_attachment_is_custom_header','graphene'),(60,23,'_wp_attached_file','2011/07/cropped-parchment_tile.jpg'),(61,23,'_wp_attachment_context','custom-header'),(62,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"960\";s:6:\"height\";s:3:\"198\";s:14:\"hwstring_small\";s:23:\"height=\'26\' width=\'128\'\";s:4:\"file\";s:34:\"2011/07/cropped-parchment_tile.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:34:\"cropped-parchment_tile-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:33:\"cropped-parchment_tile-300x61.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"61\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:34:\"cropped-parchment_tile-451x198.jpg\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"198\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(63,23,'_wp_attachment_is_custom_header','graphene'),(64,24,'_wp_attached_file','2011/07/header.png'),(65,24,'_wp_attachment_context','custom-header'),(66,25,'_wp_attached_file','2011/07/header_lace.png'),(67,25,'_wp_attachment_context','custom-header'),(68,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"876\";s:6:\"height\";s:3:\"303\";s:14:\"hwstring_small\";s:23:\"height=\'44\' width=\'128\'\";s:4:\"file\";s:23:\"2011/07/header_lace.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"header_lace-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"header_lace-300x103.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"103\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:23:\"header_lace-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(69,25,'_wp_attachment_is_custom_header','jungle'),(70,26,'_wp_attached_file','2011/07/bambobackground.jpg'),(71,26,'_wp_attachment_context','custom-background'),(72,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"512\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:27:\"2011/07/bambobackground.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"bambobackground-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"bambobackground-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:27:\"bambobackground-451x250.jpg\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:27:\"bambobackground-512x303.jpg\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"303\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(73,26,'_wp_attachment_is_custom_background','jungle'),(74,27,'_wp_attached_file','2011/07/Blog-Background.png'),(75,27,'_wp_attachment_context','custom-background'),(76,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"512\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:27:\"2011/07/Blog-Background.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Blog-Background-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"Blog-Background-300x300.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:27:\"Blog-Background-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:27:\"Blog-Background-512x303.png\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"303\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(77,27,'_wp_attachment_is_custom_background','jungle'),(78,28,'_wp_attached_file','2011/07/bambobackground1.jpg'),(79,28,'_wp_attachment_context','custom-background'),(80,28,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"512\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:28:\"2011/07/bambobackground1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"bambobackground1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"bambobackground1-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:28:\"bambobackground1-451x250.jpg\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:28:\"bambobackground1-512x356.jpg\";s:5:\"width\";s:3:\"512\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(81,28,'_wp_attachment_is_custom_background','jungle'),(82,29,'_wp_attached_file','2011/07/header1.png'),(83,29,'_wp_attachment_context','custom-header'),(84,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1033\";s:6:\"height\";s:3:\"356\";s:14:\"hwstring_small\";s:23:\"height=\'44\' width=\'128\'\";s:4:\"file\";s:19:\"2011/07/header1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"header1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"header1-300x103.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"103\";}s:5:\"large\";a:3:{s:4:\"file\";s:20:\"header1-1024x352.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"352\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:19:\"header1-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(85,29,'_wp_attachment_is_custom_header','jungle'),(95,33,'_wp_attached_file','2011/07/Flower-Orange-and-Yellow-Daisy.png'),(96,33,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"409\";s:6:\"height\";s:3:\"390\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'100\'\";s:4:\"file\";s:42:\"2011/07/Flower-Orange-and-Yellow-Daisy.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:42:\"Flower-Orange-and-Yellow-Daisy-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:42:\"Flower-Orange-and-Yellow-Daisy-300x286.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"286\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:42:\"Flower-Orange-and-Yellow-Daisy-409x250.png\";s:5:\"width\";s:3:\"409\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:42:\"Flower-Orange-and-Yellow-Daisy-409x356.png\";s:5:\"width\";s:3:\"409\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(97,33,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/?attachment_id=33'),(271,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1337\";s:6:\"height\";s:3:\"313\";s:14:\"hwstring_small\";s:23:\"height=\'29\' width=\'128\'\";s:4:\"file\";s:28:\"2011/07/Quote-Lincoln-11.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"Quote-Lincoln-11-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"Quote-Lincoln-11-300x70.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"70\";}s:5:\"large\";a:3:{s:4:\"file\";s:29:\"Quote-Lincoln-11-1024x239.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"239\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:28:\"Quote-Lincoln-11-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:29:\"Quote-Lincoln-11-1033x313.png\";s:5:\"width\";s:4:\"1033\";s:6:\"height\";s:3:\"313\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(105,38,'_wp_attached_file','2011/07/dreamstimefree_410429-e1311209744408.jpg'),(106,38,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:2:\"47\";s:6:\"height\";s:2:\"36\";s:14:\"hwstring_small\";s:22:\"height=\'36\' width=\'47\'\";s:4:\"file\";s:48:\"2011/07/dreamstimefree_410429-e1311209744408.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:33:\"dreamstimefree_410429-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:33:\"dreamstimefree_410429-300x229.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"229\";}s:5:\"large\";a:3:{s:4:\"file\";s:34:\"dreamstimefree_410429-1024x783.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"783\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:33:\"dreamstimefree_410429-451x250.jpg\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:34:\"dreamstimefree_410429-1033x356.jpg\";s:5:\"width\";s:4:\"1033\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(107,38,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";s:4:\"3163\";s:6:\"height\";s:4:\"2419\";s:4:\"file\";s:25:\"dreamstimefree_410429.jpg\";}}'),(108,38,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/?attachment_id=38'),(119,47,'_wp_attached_file','2011/07/Wildlife2.png'),(120,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"318\";s:6:\"height\";s:3:\"526\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'58\'\";s:4:\"file\";s:21:\"2011/07/Wildlife2.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"Wildlife2-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"Wildlife2-181x300.png\";s:5:\"width\";s:3:\"181\";s:6:\"height\";s:3:\"300\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:21:\"Wildlife2-318x250.png\";s:5:\"width\";s:3:\"318\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:21:\"Wildlife2-318x356.png\";s:5:\"width\";s:3:\"318\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(121,47,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/about-us/wildlife2/'),(122,49,'_edit_last','1'),(123,49,'_edit_lock','1311252284:1'),(124,49,'_graphene_slider_img','global'),(125,49,'_graphene_slider_imgurl',''),(126,49,'_graphene_show_addthis','global'),(127,49,'_graphene_nav_description',''),(128,49,'_wp_page_template','template-onecolumn.php'),(129,49,'slider_style','sample.css'),(130,49,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/faq/'),(132,53,'_wp_attached_file','2011/07/Full-Perm-Flower-1.png'),(133,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"642\";s:6:\"height\";s:3:\"470\";s:14:\"hwstring_small\";s:23:\"height=\'93\' width=\'128\'\";s:4:\"file\";s:30:\"2011/07/Full-Perm-Flower-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"Full-Perm-Flower-1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"Full-Perm-Flower-1-300x219.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"219\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:30:\"Full-Perm-Flower-1-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:30:\"Full-Perm-Flower-1-642x356.png\";s:5:\"width\";s:3:\"642\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(134,53,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/?attachment_id=53'),(266,87,'_graphene_show_addthis','global'),(265,87,'_graphene_slider_imgurl',''),(264,87,'_graphene_slider_img','global'),(145,59,'_wp_attached_file','2011/07/Quote-Lincoln.png'),(263,88,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/?attachment_id=88'),(146,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"908\";s:6:\"height\";s:3:\"328\";s:14:\"hwstring_small\";s:23:\"height=\'46\' width=\'128\'\";s:4:\"file\";s:25:\"2011/07/Quote-Lincoln.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"Quote-Lincoln-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"Quote-Lincoln-300x108.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"108\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:25:\"Quote-Lincoln-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(147,59,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/2011/07/21/learning-from-rudyard-kipling/quote-lincoln/'),(151,62,'_wp_attached_file','2011/07/Quote-Lincoln1.png'),(152,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"908\";s:6:\"height\";s:3:\"328\";s:14:\"hwstring_small\";s:23:\"height=\'46\' width=\'128\'\";s:4:\"file\";s:26:\"2011/07/Quote-Lincoln1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Quote-Lincoln1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Quote-Lincoln1-300x108.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"108\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:26:\"Quote-Lincoln1-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(153,62,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/?attachment_id=62'),(164,66,'_wp_attached_file','2011/07/Quote-Lincoln-Rose.png'),(165,66,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"644\";s:6:\"height\";s:3:\"239\";s:14:\"hwstring_small\";s:23:\"height=\'47\' width=\'128\'\";s:4:\"file\";s:30:\"2011/07/Quote-Lincoln-Rose.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:30:\"Quote-Lincoln-Rose-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:30:\"Quote-Lincoln-Rose-300x111.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"111\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:30:\"Quote-Lincoln-Rose-451x239.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"239\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(166,66,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/?attachment_id=66'),(262,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"888\";s:6:\"height\";s:3:\"294\";s:14:\"hwstring_small\";s:23:\"height=\'42\' width=\'128\'\";s:4:\"file\";s:27:\"2011/07/Quote-Lincoln-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Quote-Lincoln-1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Quote-Lincoln-1-300x99.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"99\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:27:\"Quote-Lincoln-1-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(261,88,'_wp_attached_file','2011/07/Quote-Lincoln-1.png'),(259,87,'_edit_last','1'),(260,87,'_edit_lock','1311227190:1'),(317,108,'_graphene_slider_img','global'),(182,2,'_edit_lock','1311228431:1'),(183,2,'_edit_last','1'),(184,2,'_graphene_slider_img','global'),(185,2,'_graphene_slider_imgurl',''),(186,2,'_graphene_show_addthis','global'),(187,2,'_graphene_nav_description',''),(188,2,'slider_style','sample.css'),(189,2,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/'),(190,73,'_menu_item_type','post_type'),(191,73,'_menu_item_menu_item_parent','0'),(192,73,'_menu_item_object_id','2'),(193,73,'_menu_item_object','page'),(194,73,'_menu_item_target',''),(195,73,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(196,73,'_menu_item_xfn',''),(197,73,'_menu_item_url',''),(198,73,'_menu_item_orphaned','1311219789'),(304,102,'_menu_item_menu_item_parent','0'),(303,102,'_menu_item_type','post_type'),(316,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1331\";s:6:\"height\";s:3:\"309\";s:14:\"hwstring_small\";s:23:\"height=\'29\' width=\'128\'\";s:4:\"file\";s:26:\"2011/07/Quote-Kipling1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Quote-Kipling1-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"Quote-Kipling1-300x69.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"69\";}s:5:\"large\";a:3:{s:4:\"file\";s:27:\"Quote-Kipling1-1024x237.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"237\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:26:\"Quote-Kipling1-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:27:\"Quote-Kipling1-1033x309.png\";s:5:\"width\";s:4:\"1033\";s:6:\"height\";s:3:\"309\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(301,101,'_menu_item_url',''),(300,101,'_menu_item_xfn',''),(299,101,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(298,101,'_menu_item_target',''),(297,101,'_menu_item_object','page'),(296,101,'_menu_item_object_id','49'),(295,101,'_menu_item_menu_item_parent','0'),(294,101,'_menu_item_type','post_type'),(270,90,'_wp_attached_file','2011/07/Quote-Lincoln-11.png'),(268,87,'slider_style','sample.css'),(269,87,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/2011/07/21/learning-from-lincoln/'),(272,90,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/2011/07/21/learning-from-lincoln/quote-lincoln-1-2/'),(275,93,'_wp_attached_file','2011/07/Quote-Lincoln-12.png'),(276,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1331\";s:6:\"height\";s:3:\"309\";s:14:\"hwstring_small\";s:23:\"height=\'29\' width=\'128\'\";s:4:\"file\";s:28:\"2011/07/Quote-Lincoln-12.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"Quote-Lincoln-12-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"Quote-Lincoln-12-300x69.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"69\";}s:5:\"large\";a:3:{s:4:\"file\";s:29:\"Quote-Lincoln-12-1024x237.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"237\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:28:\"Quote-Lincoln-12-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:29:\"Quote-Lincoln-12-1033x309.png\";s:5:\"width\";s:4:\"1033\";s:6:\"height\";s:3:\"309\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(277,93,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/2011/07/21/learning-from-lincoln/quote-lincoln-1-3/'),(368,130,'_graphene_slider_img','global'),(282,97,'_wp_attached_file','2011/07/Despair-Achievement.png'),(283,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"599\";s:6:\"height\";s:3:\"426\";s:14:\"hwstring_small\";s:23:\"height=\'91\' width=\'128\'\";s:4:\"file\";s:31:\"2011/07/Despair-Achievement.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"Despair-Achievement-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:31:\"Despair-Achievement-300x213.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"213\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:31:\"Despair-Achievement-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:31:\"Despair-Achievement-599x356.png\";s:5:\"width\";s:3:\"599\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(284,97,'slide_redirect_url','http://0011f36.netsolhost.com/jungleblog/?attachment_id=97'),(367,130,'_edit_lock','1311252503:1'),(366,130,'_edit_last','1'),(318,108,'_graphene_slider_imgurl',''),(365,108,'_wp_trash_meta_time','1311251710'),(362,87,'_wp_trash_meta_status','publish'),(363,87,'_wp_trash_meta_time','1311251710'),(364,108,'_wp_trash_meta_status','publish'),(319,108,'_graphene_show_addthis','global'),(321,112,'_wp_attached_file','2011/07/Quote-Kipling11.png'),(322,112,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1317\";s:6:\"height\";s:3:\"323\";s:14:\"hwstring_small\";s:23:\"height=\'31\' width=\'128\'\";s:4:\"file\";s:27:\"2011/07/Quote-Kipling11.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Quote-Kipling11-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Quote-Kipling11-300x73.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"73\";}s:5:\"large\";a:3:{s:4:\"file\";s:28:\"Quote-Kipling11-1024x251.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"251\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:27:\"Quote-Kipling11-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:28:\"Quote-Kipling11-1033x323.png\";s:5:\"width\";s:4:\"1033\";s:6:\"height\";s:3:\"323\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(324,114,'_wp_attached_file','2011/07/Quote-Kipling12.png'),(325,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1465\";s:6:\"height\";s:3:\"314\";s:14:\"hwstring_small\";s:23:\"height=\'27\' width=\'128\'\";s:4:\"file\";s:27:\"2011/07/Quote-Kipling12.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Quote-Kipling12-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Quote-Kipling12-300x64.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"64\";}s:5:\"large\";a:3:{s:4:\"file\";s:28:\"Quote-Kipling12-1024x219.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"219\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:27:\"Quote-Kipling12-451x250.png\";s:5:\"width\";s:3:\"451\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:28:\"Quote-Kipling12-1033x314.png\";s:5:\"width\";s:4:\"1033\";s:6:\"height\";s:3:\"314\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(327,116,'_menu_item_type','custom'),(328,116,'_menu_item_menu_item_parent','0'),(329,116,'_menu_item_object_id','116'),(330,116,'_menu_item_object','custom'),(331,116,'_menu_item_target',''),(332,116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(333,116,'_menu_item_xfn',''),(334,116,'_menu_item_url','http://www.WorkingRelationships.BIZ'),(336,117,'_wp_attached_file','2011/07/Wildlife21.png'),(337,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"246\";s:6:\"height\";s:3:\"510\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'46\'\";s:4:\"file\";s:22:\"2011/07/Wildlife21.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"Wildlife21-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"Wildlife21-144x300.png\";s:5:\"width\";s:3:\"144\";s:6:\"height\";s:3:\"300\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:22:\"Wildlife21-246x250.png\";s:5:\"width\";s:3:\"246\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:22:\"Wildlife21-246x356.png\";s:5:\"width\";s:3:\"246\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(338,120,'_wp_attached_file','2011/07/Wildlife22.png'),(339,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"246\";s:6:\"height\";s:3:\"510\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'46\'\";s:4:\"file\";s:22:\"2011/07/Wildlife22.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"Wildlife22-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"Wildlife22-144x300.png\";s:5:\"width\";s:3:\"144\";s:6:\"height\";s:3:\"300\";}s:22:\"graphene-homepage-pane\";a:3:{s:4:\"file\";s:22:\"Wildlife22-246x250.png\";s:5:\"width\";s:3:\"246\";s:6:\"height\";s:3:\"250\";}s:14:\"post-thumbnail\";a:3:{s:4:\"file\";s:22:\"Wildlife22-246x356.png\";s:5:\"width\";s:3:\"246\";s:6:\"height\";s:3:\"356\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(340,123,'_edit_last','1'),(341,123,'_edit_lock','1311251836:1'),(342,123,'_graphene_slider_img','global'),(343,123,'_graphene_slider_imgurl',''),(344,123,'_graphene_show_addthis','global'),(345,123,'_graphene_nav_description',''),(346,123,'_wp_page_template','default'),(347,125,'_menu_item_type','post_type'),(348,125,'_menu_item_menu_item_parent','0'),(349,125,'_menu_item_object_id','123'),(350,125,'_menu_item_object','page'),(351,125,'_menu_item_target',''),(352,125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(353,125,'_menu_item_xfn',''),(354,125,'_menu_item_url',''),(356,126,'_edit_last','1'),(357,126,'_edit_lock','1311258055:1'),(358,126,'_graphene_slider_img','global'),(359,126,'_graphene_slider_imgurl',''),(360,126,'_graphene_show_addthis','global'),(369,130,'_graphene_slider_imgurl',''),(370,130,'_graphene_show_addthis','global'),(371,130,'_graphene_nav_description',''),(372,130,'_wp_page_template','template-twocolumnsright.php'),(373,132,'_edit_last','1'),(374,132,'_edit_lock','1311252048:1'),(375,132,'_graphene_slider_img','global'),(376,132,'_graphene_slider_imgurl',''),(377,132,'_graphene_show_addthis','global'),(378,132,'_graphene_nav_description',''),(379,132,'_wp_page_template','default'),(380,134,'_edit_last','1'),(381,134,'_edit_lock','1311252123:1'),(382,134,'_graphene_slider_img','global'),(383,134,'_graphene_slider_imgurl',''),(384,134,'_graphene_show_addthis','global'),(385,134,'_graphene_nav_description',''),(386,134,'_wp_page_template','default'),(389,3,'_wp_trash_meta_status','auto-draft'),(390,3,'_wp_trash_meta_time','1311259055'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=146 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2011-07-14 19:56:47','2011-07-14 19:56:47','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2011-07-14 19:56:47','2011-07-14 19:56:47','',0,'http://0011f36.netsolhost.com/jungleblog/?p=1',0,'post','',1),(2,1,'2011-07-14 19:56:47','2011-07-14 19:56:47','Welcome to The Jungle Blog!\r\n\r\nFrom time to time, while on safari in this urban jungle of ours, we’ll inevitably come face to face with a few lions and tigers and bears. If we are adequately prepared, we’ll be able to deal effectively with wildlife and pests without sustaining significant emotional damage.\r\n\r\nThe purpose of The Jungle Blog is to provide a virtual meeting place where we can give and get useful information that will help us create and sustain relationships that are satisfying and beneficial.\r\n\r\nConsider The Jungle Blog your safari base station where you can find strategies for protecting endangered species from extinction and share tips for protecting yourself and others from the ravages of ferocious predators.\r\n\r\nGoing on this expedition is not an option. Growing from it is!','Home','','publish','open','open','','sample-page','','','2011-07-21 05:11:33','2011-07-21 05:11:33','',0,'http://0011f36.netsolhost.com/jungleblog/?page_id=2',0,'page','',0),(3,2,'2011-07-14 20:58:01','2011-07-15 03:58:01','','Auto Draft','','trash','open','open','','auto-draft','','','2011-07-21 07:37:35','2011-07-21 14:37:35','',0,'http://0011f36.netsolhost.com/jungleblog/?p=3',0,'post','',0),(103,1,'2011-07-21 03:30:22','2011-07-21 03:30:22','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:\r\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>\r\n[important]...or something like this:[/important]\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies 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>\r\n[error]As a new WordPress user, you should go to <a href=\"http://0011f36.netsolhost.com/jungleblog/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun![/error]','Just Home','','inherit','open','open','','2-revision-5','','','2011-07-21 03:30:22','2011-07-21 03:30:22','',2,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/2-revision-5/',0,'revision','',0),(104,1,'2011-07-21 01:26:07','2011-07-21 01:26:07','<strong>Safari Q & A</strong>\r\n\r\n<strong>When you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly </strong>encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\n<strong>Q: Are safari base stations safe</strong>?\r\n\r\nA: Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.\r\n\r\n<strong>Q: What can I do when I don’t know how to handle a critical or difficult situation?</strong>\r\n\r\nA: <strong><em>The Jungle Blog</em></strong> <strong>is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers</strong> (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\r\n\r\n<strong>Q: Can I play with the critters I find on Safari?</strong>\r\n\r\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health\r\n\r\nNever attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\r\n\r\n<strong>Q: Are porters available to handle my baggage and other personal stuff?</strong>\r\n\r\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need.\r\n\r\nBottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','FAQ','','inherit','open','open','','49-revision-2','','','2011-07-21 01:26:07','2011-07-21 01:26:07','',49,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/49-revision-2/',0,'revision','',0),(21,3,'2011-07-19 14:31:12','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2011-07-19 14:31:12','0000-00-00 00:00:00','',0,'http://0011f36.netsolhost.com/jungleblog/?p=21',0,'post','',0),(22,3,'2011-07-19 14:51:26','2011-07-19 14:51:26','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/cropped-header_lace.jpg','cropped-header_lace.jpg','','inherit','closed','open','','cropped-header_lace-jpg','','','2011-07-19 14:51:26','2011-07-19 14:51:26','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/cropped-header_lace.jpg',0,'attachment','image/jpeg',0),(23,3,'2011-07-19 14:56:19','2011-07-19 14:56:19','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/cropped-parchment_tile.jpg','cropped-parchment_tile.jpg','','inherit','closed','open','','cropped-parchment_tile-jpg','','','2011-07-19 14:56:19','2011-07-19 14:56:19','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/cropped-parchment_tile.jpg',0,'attachment','image/jpeg',0),(24,3,'2011-07-19 14:56:46','2011-07-19 14:56:46','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/header.png','header.png','','inherit','open','open','','header-png','','','2011-07-19 14:56:46','2011-07-19 14:56:46','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/header.png',0,'attachment','image/png',0),(25,3,'2011-07-19 16:47:26','2011-07-19 16:47:26','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/header_lace.png','header_lace.png','','inherit','open','open','','header_lace-png','','','2011-07-19 16:47:26','2011-07-19 16:47:26','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/header_lace.png',0,'attachment','image/png',0),(26,3,'2011-07-19 16:56:02','2011-07-19 16:56:02','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/bambobackground.jpg','bambobackground.jpg','','inherit','open','open','','bambobackground-jpg','','','2011-07-19 16:56:02','2011-07-19 16:56:02','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/bambobackground.jpg',0,'attachment','image/jpeg',0),(27,3,'2011-07-19 16:59:52','2011-07-19 16:59:52','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Blog-Background.png','Blog-Background.png','','inherit','open','open','','blog-background-png','','','2011-07-19 16:59:52','2011-07-19 16:59:52','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Blog-Background.png',0,'attachment','image/png',0),(28,3,'2011-07-19 17:02:42','2011-07-19 17:02:42','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/bambobackground1.jpg','bambobackground1.jpg','','inherit','open','open','','bambobackground1-jpg','','','2011-07-19 17:02:42','2011-07-19 17:02:42','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/bambobackground1.jpg',0,'attachment','image/jpeg',0),(29,3,'2011-07-19 17:03:07','2011-07-19 17:03:07','http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/header1.png','header1.png','','inherit','open','open','','header1-png','','','2011-07-19 17:03:07','2011-07-19 17:03:07','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/header1.png',0,'attachment','image/png',0),(107,1,'2011-07-21 04:38:18','2011-07-21 04:38:18','<strong>Safari Q & A</strong>\r\n\r\n<strong>When you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly </strong>encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\n<strong>Q: Are safari base stations safe</strong>?\r\n\r\nA: Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.\r\n\r\n<strong>Q: What can I do when I don’t know how to handle a critical or difficult situation?</strong>\r\n\r\nA: <strong><em>The Jungle Blog</em></strong> <strong>is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers</strong> (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\r\n\r\n<strong>Q: Can I play with the critters I find on Safari?</strong>\r\n\r\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health\r\n\r\nNever attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\r\n\r\n<strong>Q: Are porters available to handle my baggage and other personal stuff?</strong>\r\n\r\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need.\r\n\r\nBottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','FAQ','','inherit','open','open','','49-revision-4','','','2011-07-21 04:38:18','2011-07-21 04:38:18','',49,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/49-revision-4/',0,'revision','',0),(33,1,'2011-07-21 00:45:10','2011-07-21 00:45:10','','Flower - Orange and Yellow Daisy','','inherit','open','open','','flower-orange-and-yellow-daisy','','','2011-07-21 00:45:10','2011-07-21 00:45:10','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Flower-Orange-and-Yellow-Daisy.png',0,'attachment','image/png',0),(36,3,'2011-07-21 00:53:08','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2011-07-21 00:53:08','0000-00-00 00:00:00','',0,'http://0011f36.netsolhost.com/jungleblog/?p=36',0,'post','',0),(38,1,'2011-07-21 00:54:35','2011-07-21 00:54:35','','dreamstimefree_410429','','inherit','open','open','','dreamstimefree_410429','','','2011-07-21 00:54:35','2011-07-21 00:54:35','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/dreamstimefree_410429.jpg',0,'attachment','image/jpeg',0),(39,3,'2011-07-21 00:57:41','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2011-07-21 00:57:41','0000-00-00 00:00:00','',0,'http://0011f36.netsolhost.com/jungleblog/?p=39',0,'post','',0),(47,1,'2011-07-21 01:21:22','2011-07-21 01:21:22','','Deb Quintessa in Beige','','inherit','open','open','','wildlife2','','','2011-07-21 01:21:22','2011-07-21 01:21:22','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife2.png',1,'attachment','image/png',0),(49,1,'2011-07-21 01:26:07','2011-07-21 01:26:07',' \r\n\r\n ','FAQ','','publish','open','open','','faq','','','2011-07-21 05:44:43','2011-07-21 12:44:43','',0,'http://0011f36.netsolhost.com/jungleblog/?page_id=49',0,'page','',0),(139,1,'2011-07-21 05:39:42','2011-07-21 12:39:42','General FAQs about Going on Safari','Safari Q&A','','inherit','open','open','','130-revision-2','','','2011-07-21 05:39:42','2011-07-21 12:39:42','',130,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/130-revision-2/',0,'revision','',0),(50,1,'2011-07-21 01:25:46','2011-07-21 01:25:46','<strong>Safari Q & A</strong>\n\n<strong> When you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly </strong>encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\n\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\n\n<strong>Q: Are safari base stations safe</strong>?\n\nA: Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.\n\n<strong>Q: What can I do when I don’t know how to handle a critical or difficult situation?</strong>\n\nA: <strong><em>The Jungle Blog</em></strong> <strong>is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers</strong> (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\n\n<strong>Q: Can I play with the critters I find on Safari?</strong>\n\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health\n\nNever attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\n\n<strong>Q: Are porters available to handle my baggage and other personal stuff?</strong>\n\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need.\n\nBottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','FAQ','','inherit','open','open','','49-revision','','','2011-07-21 01:25:46','2011-07-21 01:25:46','',49,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/49-revision/',0,'revision','',0),(51,1,'2011-07-21 01:41:02','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2011-07-21 01:41:02','0000-00-00 00:00:00','',0,'http://0011f36.netsolhost.com/jungleblog/?p=51',0,'post','',0),(53,1,'2011-07-21 01:42:30','2011-07-21 01:42:30','','Full Perm Flower 1','','inherit','open','open','','full-perm-flower-1','','','2011-07-21 01:42:30','2011-07-21 01:42:30','',123,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1.png',0,'attachment','image/png',0),(106,1,'2011-07-21 05:04:58','2011-07-21 05:04:58','<strong><a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife21.png\"><img class=\"alignleft size-full wp-image-117\" title=\"Wildlife2\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife21.png\" alt=\"\" width=\"246\" height=\"510\" /></a></strong>\n<h2><strong>Safari Q & A</strong></h2>\nWhen you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\n\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\n\n \n\n<strong>Q: Are safari base stations safe</strong>?\n\nA: Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.\n\n<strong>Q: What can I do when I don’t know how to handle a critical or difficult situation?</strong>\n\nA: <em>The Jungle Blog</em> is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\n\n \n\n<strong>Q: Can I play with the critters I find on Safari?</strong>\n\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health. Never attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\n\n<strong>Q: Are porters available to handle my baggage and other personal stuff?</strong>\n\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need. Bottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','FAQ','','inherit','open','open','','49-autosave','','','2011-07-21 05:04:58','2011-07-21 05:04:58','',49,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/49-autosave/',0,'revision','',0),(105,1,'2011-07-21 04:36:43','2011-07-21 04:36:43','<strong>Safari Q & A</strong>\r\n\r\n<strong>When you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly </strong>encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\n<strong>Q: Are safari base stations safe</strong>?\r\n\r\nA: Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.\r\n\r\n<strong>Q: What can I do when I don’t know how to handle a critical or difficult situation?</strong>\r\n\r\nA: <strong><em>The Jungle Blog</em></strong> <strong>is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers</strong> (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\r\n\r\n<strong>Q: Can I play with the critters I find on Safari?</strong>\r\n\r\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health\r\n\r\nNever attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\r\n\r\n<strong>Q: Are porters available to handle my baggage and other personal stuff?</strong>\r\n\r\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need.\r\n\r\nBottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','FAQ','','inherit','open','open','','49-revision-3','','','2011-07-21 04:36:43','2011-07-21 04:36:43','',49,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/49-revision-3/',0,'revision','',0),(132,1,'2011-07-21 05:40:45','2011-07-21 12:40:45','Questions about Relationships in the Workplace','Workplace Relationships Q&A','','publish','open','open','','workplace-relationships-qa','','','2011-07-21 05:40:45','2011-07-21 12:40:45','',49,'http://www.ChiefPeoplePerson.com/jungleblog/?page_id=132',2,'page','',0),(133,1,'2011-07-21 05:40:03','2011-07-21 12:40:03','','Relationship Q&A','','inherit','open','open','','132-revision','','','2011-07-21 05:40:03','2011-07-21 12:40:03','',132,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/132-revision/',0,'revision','',0),(59,1,'2011-07-21 02:12:22','2011-07-21 02:12:22','','Quote - Lincoln','','inherit','open','open','','quote-lincoln','','','2011-07-21 02:12:22','2011-07-21 02:12:22','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln.png',0,'attachment','image/png',0),(131,1,'2011-07-21 05:39:12','2011-07-21 12:39:12','','Safari Q&A','','inherit','open','open','','130-revision','','','2011-07-21 05:39:12','2011-07-21 12:39:12','',130,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/130-revision/',0,'revision','',0),(62,1,'2011-07-21 02:14:31','2011-07-21 02:14:31','','Quote - Lincoln','','inherit','open','open','','quote-lincoln-2','','','2011-07-21 02:14:31','2011-07-21 02:14:31','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln1.png',0,'attachment','image/png',0),(130,1,'2011-07-21 05:39:42','2011-07-21 12:39:42','When you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\n<strong> Are safari base stations safe</strong>?\r\n<p style=\"padding-left: 30px;\">Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.</p>\r\n<strong>What can I do when I don’t know how to handle a critical or difficult situation?</strong>\r\n<p style=\"padding-left: 30px;\"><em>The Jungle Blog</em> is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.</p>\r\n<strong>Can I play with the critters I find on Safari?</strong>\r\n<p style=\"padding-left: 30px;\">Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health. Never attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.</p>\r\n<strong>Are porters available to handle my baggage and other personal stuff?</strong>\r\n<p style=\"padding-left: 30px;\">Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need. Bottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.</p>','Safari Q&A','','publish','open','open','','safari-qa','','','2011-07-21 05:48:04','2011-07-21 12:48:04','',49,'http://www.ChiefPeoplePerson.com/jungleblog/?page_id=130',1,'page','',0),(128,1,'2011-07-21 04:27:13','2011-07-21 04:27:13','<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-12.png\"><img class=\"size-large wp-image-93 alignleft\" title=\"Quote - Lincoln 1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-12-1024x237.png\" alt=\"\" width=\"590\" height=\"136\" /></a>','Learning from Lincoln:','','inherit','open','open','','87-revision-6','','','2011-07-21 04:27:13','2011-07-21 04:27:13','',87,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/87-revision-6/',0,'revision','',0),(89,1,'2011-07-21 04:12:15','2011-07-21 04:12:15','','Learning from Lincoln:','','inherit','open','open','','87-revision','','','2011-07-21 04:12:15','2011-07-21 04:12:15','',87,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/87-revision/',0,'revision','',0),(66,1,'2011-07-21 02:18:18','2011-07-21 02:18:18','','Quote - Lincoln Rose','','inherit','open','open','','quote-lincoln-rose','','','2011-07-21 02:18:18','2011-07-21 02:18:18','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-Rose.png',0,'attachment','image/png',0),(129,1,'2011-07-21 04:53:44','2011-07-21 04:53:44','<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling12.png\"><img class=\"alignleft size-large wp-image-114\" title=\"Quote - Kipling1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling12-1024x219.png\" alt=\"\" width=\"590\" height=\"126\" /></a>','Learning from Kipling','','inherit','open','open','','108-revision-4','','','2011-07-21 04:53:44','2011-07-21 04:53:44','',108,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/108-revision-4/',0,'revision','',0),(97,1,'2011-07-21 04:28:28','2011-07-21 04:28:28','','Despair - Achievement','','inherit','open','open','','despair-achievement','','','2011-07-21 04:28:28','2011-07-21 04:28:28','',0,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Despair-Achievement.png',0,'attachment','image/png',0),(87,1,'2011-07-21 04:19:27','2011-07-21 04:19:27','<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-12.png\"><img class=\"size-large wp-image-93 alignleft\" title=\"Quote - Lincoln 1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-12-1024x237.png\" alt=\"\" width=\"590\" height=\"136\" /></a>','Learning from Lincoln:','','trash','open','open','','learning-from-lincoln','','','2011-07-21 05:35:10','2011-07-21 12:35:10','',0,'http://0011f36.netsolhost.com/jungleblog/?p=87',0,'post','',0),(88,1,'2011-07-21 04:18:51','2011-07-21 04:18:51','','Quote - Lincoln 1','','inherit','open','open','','quote-lincoln-1','','','2011-07-21 04:18:51','2011-07-21 04:18:51','',87,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-1.png',0,'attachment','image/png',0),(69,3,'2011-07-14 19:56:47','2011-07-14 19:56:47','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 doohickies 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://0011f36.netsolhost.com/jungleblog/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','','','2011-07-14 19:56:47','2011-07-14 19:56:47','',2,'http://0011f36.netsolhost.com/jungleblog/2011/07/14/2-revision/',0,'revision','',0),(70,3,'2011-07-21 03:23:03','2011-07-21 03:23:03','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:\r\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>\r\n...or something like this:\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies 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>\r\n[error]As a new WordPress user, you should go to <a href=\"http://0011f36.netsolhost.com/jungleblog/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun![/error]','Sample Page','','inherit','open','open','','2-revision-2','','','2011-07-21 03:23:03','2011-07-21 03:23:03','',2,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/2-revision-2/',0,'revision','',0),(123,1,'2011-07-21 05:22:14','2011-07-21 05:22:14','This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image.\r\n\r\n<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1.png\"><img class=\"alignleft size-medium wp-image-53\" title=\"Full Perm Flower 1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1-300x219.png\" alt=\"\" width=\"180\" height=\"131\" /></a>This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left.\r\n\r\n<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1.png\"><img class=\"alignright size-medium wp-image-53\" title=\"Full Perm Flower 1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1-300x219.png\" alt=\"\" width=\"180\" height=\"131\" /></a>This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right.\r\n<blockquote>This is a quote embeded in the post..</blockquote>\r\nBelow is a numbered list.\r\n<ol>\r\n <li>First item</li>\r\n <li>Second item</li>\r\n <li>Third item</li>\r\n</ol>\r\nBelow is a bulleted list.\r\n<ul>\r\n <li>First item</li>\r\n <li>Second item</li>\r\n <li>Third item</li>\r\n</ul>','Blog','','publish','open','open','','blog','','','2011-07-21 05:22:14','2011-07-21 05:22:14','',0,'http://0011f36.netsolhost.com/jungleblog/?page_id=123',0,'page','',0),(71,3,'2011-07-21 03:23:55','2011-07-21 03:23:55','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:\r\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>\r\n[important]...or something like this:[/important]\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies 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>\r\n[error]As a new WordPress user, you should go to <a href=\"http://0011f36.netsolhost.com/jungleblog/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun![/error]','Sample Page','','inherit','open','open','','2-revision-3','','','2011-07-21 03:23:55','2011-07-21 03:23:55','',2,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/2-revision-3/',0,'revision','',0),(72,3,'2011-07-21 03:29:55','2011-07-21 03:29:55','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:\r\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>\r\n[important]...or something like this:[/important]\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies 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>\r\n[error]As a new WordPress user, you should go to <a href=\"http://0011f36.netsolhost.com/jungleblog/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun![/error]','Just Home','','inherit','open','open','','2-revision-4','','','2011-07-21 03:29:55','2011-07-21 03:29:55','',2,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/2-revision-4/',0,'revision','',0),(73,3,'2011-07-21 03:43:09','0000-00-00 00:00:00','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:\r\nHi 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.)\r\n[important]…or something like this:[/important]\r\nThe XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies 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.\r\n[error]As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun![/error]','','','draft','open','open','','','','','2011-07-21 03:43:09','0000-00-00 00:00:00','',0,'http://0011f36.netsolhost.com/jungleblog/?p=73',1,'nav_menu_item','',0),(102,1,'2011-07-21 04:34:13','2011-07-21 04:34:13','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:\r\nHi 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.)\r\n[important]…or something like this:[/important]\r\nThe XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies 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.\r\n[error]As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun![/error]','','','publish','open','open','','102','','','2011-07-21 05:23:21','2011-07-21 05:23:21','',0,'http://0011f36.netsolhost.com/jungleblog/?p=102',1,'nav_menu_item','',0),(101,1,'2011-07-21 04:34:13','2011-07-21 04:34:13','Safari Q & A\r\n\r\nWhen you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\nQ: Are safari base stations safe?\r\n\r\nA: Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.\r\n\r\nQ: What can I do when I don’t know how to handle a critical or difficult situation?\r\n\r\nA: The Jungle Blog is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on The Jungle Blog. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\r\n\r\nQ: Can I play with the critters I find on Safari?\r\n\r\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health\r\n\r\nNever attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\r\n\r\nQ: Are porters available to handle my baggage and other personal stuff?\r\n\r\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need.\r\n\r\nBottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','','','publish','open','open','','101','','','2011-07-21 05:23:21','2011-07-21 05:23:21','',0,'http://0011f36.netsolhost.com/jungleblog/?p=101',3,'nav_menu_item','',0),(95,1,'2011-07-21 04:26:45','2011-07-21 04:26:45','<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-12.png\"><img class=\"aligncenter size-large wp-image-93\" title=\"Quote - Lincoln 1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-12-1024x237.png\" alt=\"\" width=\"590\" height=\"136\" /></a>','Learning from Lincoln:','','inherit','open','open','','87-revision-5','','','2011-07-21 04:26:45','2011-07-21 04:26:45','',87,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/87-revision-5/',0,'revision','',0),(90,1,'2011-07-21 04:22:30','2011-07-21 04:22:30','','Quote - Lincoln 1','','inherit','open','open','','quote-lincoln-1-2','','','2011-07-21 04:22:30','2011-07-21 04:22:30','',87,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-11.png',0,'attachment','image/png',0),(91,1,'2011-07-21 04:19:27','2011-07-21 04:19:27','<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-1.png\"><img class=\"alignleft size-medium wp-image-88\" title=\"Quote - Lincoln 1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-1-300x99.png\" alt=\"\" width=\"300\" height=\"99\" /></a>','Learning from Lincoln:','','inherit','open','open','','87-revision-2','','','2011-07-21 04:19:27','2011-07-21 04:19:27','',87,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/87-revision-2/',0,'revision','',0),(92,1,'2011-07-21 04:22:49','2011-07-21 04:22:49','<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-11.png\"><img class=\"alignleft size-medium wp-image-90\" title=\"Quote - Lincoln 1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-11-300x70.png\" alt=\"\" width=\"300\" height=\"70\" /></a>','Learning from Lincoln:','','inherit','open','open','','87-revision-3','','','2011-07-21 04:22:49','2011-07-21 04:22:49','',87,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/87-revision-3/',0,'revision','',0),(93,1,'2011-07-21 04:26:13','2011-07-21 04:26:13','','Quote - Lincoln 1','','inherit','open','open','','quote-lincoln-1-3','','','2011-07-21 04:26:13','2011-07-21 04:26:13','',87,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-12.png',0,'attachment','image/png',0),(94,1,'2011-07-21 04:23:55','2011-07-21 04:23:55','<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-11.png\"><img class=\"size-medium wp-image-90 alignnone\" title=\"Quote - Lincoln 1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Lincoln-11-300x70.png\" alt=\"\" width=\"380\" height=\"144\" /></a>','Learning from Lincoln:','','inherit','open','open','','87-revision-4','','','2011-07-21 04:23:55','2011-07-21 04:23:55','',87,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/87-revision-4/',0,'revision','',0),(138,1,'2011-07-21 05:46:02','2011-07-21 12:46:02','When you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\n\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\n\n<strong> Are safari base stations safe</strong>?\n<p style=\"padding-left: 30px;\">Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.</p>\n<strong>Q: What can I do when I don’t know how to handle a critical or difficult situation?</strong>\n\nA: <em>The Jungle Blog</em> is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\n\n<strong>Q: Can I play with the critters I find on Safari?</strong>\n\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health. Never attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\n\n<strong>Q: Are porters available to handle my baggage and other personal stuff?</strong>\n\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need. Bottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','Safari Q&A','','inherit','open','open','','130-autosave','','','2011-07-21 05:46:02','2011-07-21 12:46:02','',130,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/130-autosave/',0,'revision','',0),(122,1,'2011-07-21 04:35:40','2011-07-21 04:35:40','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:\r\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>\r\n[important]...or something like this:[/important]\r\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies 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>\r\n[error]As a new WordPress user, you should go to <a href=\"http://0011f36.netsolhost.com/jungleblog/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun![/error]','Home','','inherit','open','open','','2-revision-6','','','2011-07-21 04:35:40','2011-07-21 04:35:40','',2,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/2-revision-6/',0,'revision','',0),(108,1,'2011-07-21 04:45:28','2011-07-21 04:45:28','<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling12.png\"><img class=\"alignleft size-large wp-image-114\" title=\"Quote - Kipling1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling12-1024x219.png\" alt=\"\" width=\"590\" height=\"126\" /></a>','Learning from Kipling','','trash','open','open','','learning-from-kipling','','','2011-07-21 05:35:10','2011-07-21 12:35:10','',0,'http://0011f36.netsolhost.com/jungleblog/?p=108',0,'post','',0),(109,1,'2011-07-21 04:45:10','2011-07-21 04:45:10','','Quote - Kipling1','','inherit','open','open','','quote-kipling1','','','2011-07-21 04:45:10','2011-07-21 04:45:10','',108,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling1.png',0,'attachment','image/png',0),(110,1,'2011-07-21 04:44:19','2011-07-21 04:44:19','','Learning from Kipling','','inherit','open','open','','108-revision','','','2011-07-21 04:44:19','2011-07-21 04:44:19','',108,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/108-revision/',0,'revision','',0),(111,1,'2011-07-21 04:49:47','2011-07-21 04:49:47','','Learning from Kipling','','inherit','open','open','','108-autosave','','','2011-07-21 04:49:47','2011-07-21 04:49:47','',108,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/108-autosave/',0,'revision','',0),(112,1,'2011-07-21 04:49:56','2011-07-21 04:49:56','','Quote - Kipling1','','inherit','open','open','','quote-kipling1-2','','','2011-07-21 04:49:56','2011-07-21 04:49:56','',108,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling11.png',0,'attachment','image/png',0),(113,1,'2011-07-21 04:45:28','2011-07-21 04:45:28','<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling1.png\"><img class=\"alignleft size-medium wp-image-109\" title=\"Quote - Kipling1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling1-300x69.png\" alt=\"\" width=\"300\" height=\"69\" /></a>','Learning from Kipling','','inherit','open','open','','108-revision-2','','','2011-07-21 04:45:28','2011-07-21 04:45:28','',108,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/108-revision-2/',0,'revision','',0),(114,1,'2011-07-21 04:53:16','2011-07-21 04:53:16','','Quote - Kipling1','','inherit','open','open','','quote-kipling1-3','','','2011-07-21 04:53:16','2011-07-21 04:53:16','',108,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling12.png',0,'attachment','image/png',0),(115,1,'2011-07-21 04:50:17','2011-07-21 04:50:17','<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling11.png\"><img class=\"alignleft size-medium wp-image-112\" title=\"Quote - Kipling1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Quote-Kipling11-300x73.png\" alt=\"\" width=\"300\" height=\"73\" /></a>','Learning from Kipling','','inherit','open','open','','108-revision-3','','','2011-07-21 04:50:17','2011-07-21 04:50:17','',108,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/108-revision-3/',0,'revision','',0),(116,1,'2011-07-21 04:56:28','2011-07-21 04:56:28','','Working Relationships','','publish','open','open','','working-relationships','','','2011-07-21 05:23:21','2011-07-21 05:23:21','',0,'http://0011f36.netsolhost.com/jungleblog/?p=116',4,'nav_menu_item','',0),(117,1,'2011-07-21 05:01:28','2011-07-21 05:01:28','','Wildlife2','','inherit','open','open','','wildlife2-2','','','2011-07-21 05:01:28','2011-07-21 05:01:28','',49,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife21.png',0,'attachment','image/png',0),(118,1,'2011-07-21 04:40:39','2011-07-21 04:40:39','<strong><a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife2.png\"><img class=\"alignleft size-medium wp-image-47\" title=\"Deb Quintessa in Beige\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife2-181x300.png\" alt=\"\" width=\"181\" height=\"300\" /></a>Safari Q & A</strong>\r\n\r\n<strong>When you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly </strong>encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\n<strong>Q: Are safari base stations safe</strong>?\r\n\r\nA: Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.\r\n\r\n<strong>Q: What can I do when I don’t know how to handle a critical or difficult situation?</strong>\r\n\r\nA: <strong><em>The Jungle Blog</em></strong> <strong>is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers</strong> (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\r\n\r\n<strong>Q: Can I play with the critters I find on Safari?</strong>\r\n\r\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health\r\n\r\nNever attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\r\n\r\n<strong>Q: Are porters available to handle my baggage and other personal stuff?</strong>\r\n\r\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need.\r\n\r\nBottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','FAQ','','inherit','open','open','','49-revision-5','','','2011-07-21 04:40:39','2011-07-21 04:40:39','',49,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/49-revision-5/',0,'revision','',0),(119,1,'2011-07-21 05:05:23','2011-07-21 05:05:23','<strong><a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife21.png\"><img class=\"alignleft size-full wp-image-117\" title=\"Wildlife2\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife21.png\" alt=\"\" width=\"246\" height=\"510\" /></a></strong>\r\n<h2><strong>Safari Q & A</strong></h2>\r\nWhen you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\n \r\n\r\n<strong>Q: Are safari base stations safe</strong>?\r\n\r\nA: Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.\r\n\r\n<strong>Q: What can I do when I don’t know how to handle a critical or difficult situation?</strong>\r\n\r\nA: <em>The Jungle Blog</em> is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\r\n\r\n \r\n\r\n<strong>Q: Can I play with the critters I find on Safari?</strong>\r\n\r\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health. Never attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\r\n\r\n<strong>Q: Are porters available to handle my baggage and other personal stuff?</strong>\r\n\r\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need. Bottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','FAQ','','inherit','open','open','','49-revision-6','','','2011-07-21 05:05:23','2011-07-21 05:05:23','',49,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/49-revision-6/',0,'revision','',0),(120,1,'2011-07-21 05:08:36','2011-07-21 05:08:36','','Wildlife2','','inherit','open','open','','wildlife2-3','','','2011-07-21 05:08:36','2011-07-21 05:08:36','',49,'http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife22.png',0,'attachment','image/png',0),(121,1,'2011-07-21 05:06:45','2011-07-21 05:06:45','<strong><a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife21.png\"><img class=\"alignleft size-full wp-image-117\" title=\"Wildlife2\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife21.png\" alt=\"\" width=\"221\" height=\"459\" /></a></strong>\r\n<h2><strong>Safari Q & A</strong></h2>\r\nWhen you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\n \r\n\r\n<strong>Q: Are safari base stations safe</strong>?\r\n\r\nA: Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.\r\n\r\n<strong>Q: What can I do when I don’t know how to handle a critical or difficult situation?</strong>\r\n\r\nA: <em>The Jungle Blog</em> is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\r\n\r\n \r\n\r\n<strong>Q: Can I play with the critters I find on Safari?</strong>\r\n\r\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health. Never attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\r\n\r\n<strong>Q: Are porters available to handle my baggage and other personal stuff?</strong>\r\n\r\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need. Bottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','FAQ','','inherit','open','open','','49-revision-7','','','2011-07-21 05:06:45','2011-07-21 05:06:45','',49,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/49-revision-7/',0,'revision','',0),(125,1,'2011-07-21 05:23:21','2011-07-21 05:23:21','This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image.\r\n\r\nThis is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left.\r\n\r\nThis is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right.\r\nThis is a quote embeded in the post..\r\nBelow is a numbered list.\r\n\r\n First item\r\n Second item\r\n Third item\r\n\r\nBelow is a bulleted list.\r\n\r\n First item\r\n Second item\r\n Third item\r\n','','','publish','open','open','','125','','','2011-07-21 05:23:21','2011-07-21 05:23:21','',0,'http://0011f36.netsolhost.com/jungleblog/?p=125',2,'nav_menu_item','',0),(124,1,'2011-07-21 05:21:18','2011-07-21 05:21:18','This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image. This is a sample paragraph with no image.\n\n<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1.png\"><img class=\"alignleft size-medium wp-image-53\" title=\"Full Perm Flower 1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1-300x219.png\" alt=\"\" width=\"180\" height=\"131\" /></a>This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left. This is a sample paragraph with an image to the left.\n\n<a href=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1.png\"><img class=\"alignright size-medium wp-image-53\" title=\"Full Perm Flower 1\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Full-Perm-Flower-1-300x219.png\" alt=\"\" width=\"180\" height=\"131\" /></a>This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right. This is a sample paragraph with an image to the right.\n\nThis is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image. This is a sample paragraph with a centered image.\n<blockquote>This is a quote embeded in the post..</blockquote>\nBelow is a numbered list.\n<ol>\n <li>First item</li>\n <li>Second item</li>\n <li>Third item</li>\n</ol>\nBelow is a bulleted list.\n<ul>\n <li>First item</li>\n <li>Second item</li>\n <li>Third item</li>\n</ul>','Blog','','inherit','open','open','','123-revision','','','2011-07-21 05:21:18','2011-07-21 05:21:18','',123,'http://0011f36.netsolhost.com/jungleblog/2011/07/21/123-revision/',0,'revision','',0),(126,1,'2011-07-20 23:11:38','2011-07-21 06:11:38','This is the only post that should appear on the front page. -- Is this the same as the home page?','Frontpage Post','','publish','open','open','','frontpage-post','','','2011-07-21 07:20:54','2011-07-21 14:20:54','',0,'http://www.ChiefPeoplePerson.com/jungleblog/?p=126',0,'post','',0),(127,1,'2011-07-20 23:11:29','2011-07-21 06:11:29','This is the only one that should appear on the home page.','Frontpage Post','','inherit','open','open','','126-revision','','','2011-07-20 23:11:29','2011-07-21 06:11:29','',126,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/20/126-revision/',0,'revision','',0),(134,1,'2011-07-21 05:41:29','2011-07-21 12:41:29','Questions regarding Personal Relationships','Personal Relationships Q&A','','publish','open','open','','personal-relationshipsp-qa','','','2011-07-21 05:42:02','2011-07-21 12:42:02','',49,'http://www.ChiefPeoplePerson.com/jungleblog/?page_id=134',3,'page','',0),(135,1,'2011-07-21 05:41:08','2011-07-21 12:41:08','','Personal Relationshipsp Q&A','','inherit','open','open','','134-revision','','','2011-07-21 05:41:08','2011-07-21 12:41:08','',134,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/134-revision/',0,'revision','',0),(136,1,'2011-07-21 05:41:29','2011-07-21 12:41:29','Questions regarding Personal Relationships','Personal Relationshipsp Q&A','','inherit','open','open','','134-revision-2','','','2011-07-21 05:41:29','2011-07-21 12:41:29','',134,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/134-revision-2/',0,'revision','',0),(137,1,'2011-07-21 05:09:56','2011-07-21 05:09:56','<strong><img class=\"alignleft size-full wp-image-120\" title=\"Wildlife2\" src=\"http://0011f36.netsolhost.com/jungleblog/wp-content/uploads/2011/07/Wildlife22.png\" alt=\"\" width=\"246\" height=\"510\" /></strong>\r\n<h2><strong>Safari Q & A</strong></h2>\r\nWhen you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\n \r\n\r\n<strong>Q: Are safari base stations safe</strong>?\r\n\r\nA: Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.\r\n\r\n<strong>Q: What can I do when I don’t know how to handle a critical or difficult situation?</strong>\r\n\r\nA: <em>The Jungle Blog</em> is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.\r\n\r\n \r\n\r\n<strong>Q: Can I play with the critters I find on Safari?</strong>\r\n\r\nA: Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health. Never attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.\r\n\r\n<strong>Q: Are porters available to handle my baggage and other personal stuff?</strong>\r\n\r\nA: Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need. Bottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.','FAQ','','inherit','open','open','','49-revision-8','','','2011-07-21 05:09:56','2011-07-21 05:09:56','',49,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/49-revision-8/',0,'revision','',0),(140,1,'2011-07-21 05:46:54','2011-07-21 12:46:54','When you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\n<strong> Are safari base stations safe</strong>?\r\n<p style=\"padding-left: 30px;\">Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.</p>\r\n<strong>What can I do when I don’t know how to handle a critical or difficult situation?</strong>\r\n<p style=\"padding-left: 30px;\"><em>The Jungle Blog</em> is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.</p>\r\n<strong>Can I play with the critters I find on Safari?</strong>\r\n<p style=\"padding-left: 30px;\">Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health. Never attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.</p>\r\n<strong>Are porters available to handle my baggage and other personal stuff?</strong>\r\n<p style=\"padding-left: 30px;\">Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need. Bottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.</p>','Safari Q&A','','inherit','open','open','','130-revision-3','','','2011-07-21 05:46:54','2011-07-21 12:46:54','',130,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/130-revision-3/',0,'revision','',0),(141,1,'2011-07-21 05:47:45','2011-07-21 12:47:45','When you leave the privacy of your cozy cave and venture into the urban jungle, you will undoubtedly encounter wildlife. While they may resemble domesticated pets, be careful. Even those who appear to be cute and friendly are, after all, untamed.\r\n\r\nIt is your responsibility to provide for your own safety and avoid creating hazards for others. Therefore, do not take uncalculated or unnecessary risks while you are out and about.\r\n\r\n<strong> Are safari base stations safe</strong>?\r\n<p style=\"padding-left: 30px;\">Most facilities (like business establishments, educational institutions, medical buildings, government offices, etc.) are unfenced. Dangerous animals can and do wander through the camps. While attacks are rare, they do occur from time to time.</p>\r\n<strong>What can I do when I don’t know how to handle a critical or difficult situation?</strong>\r\n<p style=\"padding-left: 30px;\"><em>The Jungle Blog</em> is not intended to be a substitute for professional services (ex. diagnosis, treatment, psychotherapy).Please do not abandon your good judgment, disregard professional advice, or delay treatment because of anything you’ve read on <em>The Jungle Blog</em>. That said, if you don’t find what you are looking for in our blog posts, submit a question on our FAQ page. Our Safari Rangers (and readers) always have an opinion about ways to deal with workplace wildlife, business beasts, and personal predators.</p>\r\n<strong>Can I play with the critters I find on Safari?</strong>\r\n<p style=\"padding-left: 30px;\">Please observe the wildlife from a safe distance with a minimum of disturbance to their natural activities or natural habitat. Disturbing flora and fauna can be bad for your health. Never attempt to attract the attention of wildlife. Do not imitate animal sounds. Do not try to provide food bribes, clap your hands, throw objects, make funny faces, stare, display threatening gestures, engage in aggressive body language, or otherwise create commotion.</p>\r\n<strong>Are porters available to handle my baggage and other personal stuff?</strong>\r\n<p style=\"padding-left: 30px;\">Not as a rule. You are expected to carry your own stuff and to clean up after yourself. If your load becomes too heavy for you to manage by yourself, consult a professional emotional baggage handler (like a therapist) who can provide the assistance you need. Bottom line, it is your responsibility to make sure your baggage is not left unattended and does not become a hazard to others.</p>','Safari Q&A','','inherit','open','open','','130-revision-4','','','2011-07-21 05:47:45','2011-07-21 12:47:45','',130,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/130-revision-4/',0,'revision','',0),(142,1,'2011-07-20 23:11:38','2011-07-21 06:11:38','This is the only one that should appear on the home page.','Frontpage Post','','inherit','open','open','','126-revision-2','','','2011-07-20 23:11:38','2011-07-21 06:11:38','',126,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/20/126-revision-2/',0,'revision','',0),(143,1,'2011-07-21 07:22:26','2011-07-21 14:22:26','This is the only post that should appear on the front page. -- Is this the same as the home page?','Frontpage Post','','inherit','open','open','','126-autosave','','','2011-07-21 07:22:26','2011-07-21 14:22:26','',126,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/126-autosave/',0,'revision','',0),(144,1,'2011-07-21 06:57:25','2011-07-21 13:57:25','This is the only post that should appear on the front page. -- Is this the same as the home page?','Frontpage Post','','inherit','open','open','','126-revision-3','','','2011-07-21 06:57:25','2011-07-21 13:57:25','',126,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/21/126-revision-3/',0,'revision','',0),(145,1,'2011-07-14 20:58:01','2011-07-15 03:58:01','','Auto Draft','','inherit','open','open','','3-revision','','','2011-07-14 20:58:01','2011-07-15 03:58:01','',3,'http://www.ChiefPeoplePerson.com/jungleblog/2011/07/14/3-revision/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_smooth_slider` -- DROP TABLE IF EXISTS `wp_smooth_slider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_smooth_slider` ( `id` int(5) NOT NULL auto_increment, `post_id` int(11) NOT NULL, `date` datetime NOT NULL, `slider_id` int(5) NOT NULL default '1', `slide_order` int(5) NOT NULL default '0', UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_smooth_slider` -- LOCK TABLES `wp_smooth_slider` WRITE; /*!40000 ALTER TABLE `wp_smooth_slider` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_smooth_slider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_smooth_slider_meta` -- DROP TABLE IF EXISTS `wp_smooth_slider_meta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_smooth_slider_meta` ( `slider_id` int(5) NOT NULL auto_increment, `slider_name` varchar(100) NOT NULL default '', UNIQUE KEY `slider_id` (`slider_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_smooth_slider_meta` -- LOCK TABLES `wp_smooth_slider_meta` WRITE; /*!40000 ALTER TABLE `wp_smooth_slider_meta` DISABLE KEYS */; INSERT INTO `wp_smooth_slider_meta` VALUES (1,'Smooth Slider'); /*!40000 ALTER TABLE `wp_smooth_slider_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_smooth_slider_postmeta` -- DROP TABLE IF EXISTS `wp_smooth_slider_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_smooth_slider_postmeta` ( `post_id` int(11) NOT NULL, `slider_id` int(5) NOT NULL default '1', UNIQUE KEY `post_id` (`post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_smooth_slider_postmeta` -- LOCK TABLES `wp_smooth_slider_postmeta` WRITE; /*!40000 ALTER TABLE `wp_smooth_slider_postmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_smooth_slider_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(1,1,0),(101,7,0),(102,7,0),(116,7,0),(108,4,0),(125,7,0),(126,8,0),(87,4,0),(3,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'link_category','',0,7),(7,7,'nav_menu','',0,4),(4,4,'category','',0,0),(5,5,'post_format','',0,0),(8,8,'category','',0,1),(9,9,'series','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(7,'Main','main',0),(4,'Quote','quote',0),(5,'post-format-image','post-format-image',0),(8,'Home','home',0),(9,'FeaturedQuotations','quotations',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=80 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(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,'show_admin_bar_admin','false'),(11,1,'aim',''),(12,1,'yim',''),(13,1,'jabber',''),(14,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(15,1,'wp_user_level','10'),(79,3,'plugins_last_view','recently_activated'),(77,1,'userphoto_thumb_width','76'),(78,1,'userphoto_thumb_height','80'),(76,1,'userphoto_thumb_file','1.thumbnail.png'),(75,1,'userphoto_image_height','150'),(71,1,'graphene_author_imgurl',''),(72,1,'userphoto_approvalstatus','2'),(73,1,'userphoto_image_file','1.png'),(74,1,'userphoto_image_width','143'),(39,3,'first_name',''),(40,3,'last_name',''),(41,3,'nickname','Gypsy'),(42,3,'description',''),(43,3,'rich_editing','true'),(44,3,'comment_shortcuts','false'),(45,3,'admin_color','fresh'),(46,3,'use_ssl','0'),(47,3,'show_admin_bar_front','true'),(48,3,'show_admin_bar_admin','false'),(49,3,'aim',''),(50,3,'yim',''),(51,3,'jabber',''),(52,3,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(53,3,'wp_user_level','10'),(54,3,'wp_dashboard_quick_press_last_post_id','21'),(55,1,'wp_user-settings','m1=o&hidetb=1&align=center&imgsize=medium&urlbutton=none'),(56,1,'wp_user-settings-time','1311225729'),(57,1,'nav_menu_recently_edited','7'),(58,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\";}'),(59,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(60,1,'wp_dashboard_quick_press_last_post_id','51'),(61,3,'nav_menu_recently_edited','6'),(62,3,'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\";}'),(63,3,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(64,3,'wp_user-settings','hidetb=1&editor=tinymce'),(65,3,'wp_user-settings-time','1311218855'),(66,1,'plugins_last_view','active'),(67,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:210:\"dashboard_right_now,dashboard_recent_comments,dashboard_incoming_links,dashboard_plugins,dashboard_widget,blc_dashboard_widget,dashboard_quick_press,dashboard_recent_drafts,dashboard_primary,dashboard_secondary\";s:4:\"side\";s:0:\"\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(68,1,'screen_layout_dashboard','2'),(69,1,'closedpostboxes_dashboard','a:0:{}'),(70,1,'metaboxhidden_dashboard','a:1:{i:0;s:16:\"dashboard_widget\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'workingrel','$P$BEyzGCF2OhrxvCbL5pGturOvjv9A4n.','workingrel','dnewman@workingrelationships.biz','','2011-07-14 19:56:47','',0,'workingrel'),(3,'Gypsy','$P$BY5ELvi0lKJ/LHROp014mi4QipTv46.','gypsy','gypsypaz@gmail.com','','2011-07-19 13:29:14','',0,'Gypsy'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0011f36_13' -- 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 2011-07-21 15:41:30