-- /usr/local/nf/bin/mysqldump --force --quick --quote-names -h mysqlhost -u u70680742 -p861b8d d60614225 wp_ar_gwa_leads wp_ar_gwa_lists wp_ar_gwa_msg wp_comments wp_links wp_options wp_postmeta wp_posts wp_term_relationships wp_term_taxonomy wp_terms wp_usermeta wp_users
--
-- MySQL dump 10.10
--
-- Host: mysqlhost Database: d60614225
-- ------------------------------------------------------
-- Server version 5.0.77-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_ar_gwa_leads`
--
DROP TABLE IF EXISTS `wp_ar_gwa_leads`;
CREATE TABLE `wp_ar_gwa_leads` (
`lID` int(11) NOT NULL auto_increment,
`lLID` int(11) NOT NULL,
`lName` varchar(250) default NULL,
`lEmail` varchar(250) default NULL,
`lDateEntry` date default NULL,
`lDateOut` date default NULL,
`lMOut` varchar(11) default NULL,
`lCnf` varchar(65) NOT NULL,
`lTime` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
`lIP` varchar(16) NOT NULL,
`lDNS` varchar(65) NOT NULL,
PRIMARY KEY (`lID`),
KEY `lCnf` (`lCnf`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `wp_ar_gwa_leads`
--
/*!40000 ALTER TABLE `wp_ar_gwa_leads` DISABLE KEYS */;
LOCK TABLES `wp_ar_gwa_leads` WRITE;
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_ar_gwa_leads` ENABLE KEYS */;
--
-- Table structure for table `wp_ar_gwa_lists`
--
DROP TABLE IF EXISTS `wp_ar_gwa_lists`;
CREATE TABLE `wp_ar_gwa_lists` (
`xID` int(11) NOT NULL auto_increment,
`xName` varchar(250) default NULL,
`xEmail` varchar(250) default NULL,
`xSubscribe` text,
`xLabel` varchar(255) NOT NULL,
`xPage` int(4) NOT NULL,
`xReturn` int(4) NOT NULL,
PRIMARY KEY (`xID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
--
-- Dumping data for table `wp_ar_gwa_lists`
--
/*!40000 ALTER TABLE `wp_ar_gwa_lists` DISABLE KEYS */;
LOCK TABLES `wp_ar_gwa_lists` WRITE;
INSERT INTO `wp_ar_gwa_lists` VALUES (1,'My Blog','barbara-harris@live.ca','<!-- [GWA] AutoResponder Begin --><form action=\"http://barbaraharris.ca/index.php\" method=\"POST\" name=\"ARGWA\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse; padding: 10px;\" bordercolor=\"#111111\"><tr><td><div><b>Name:</b> <input type=\"text\" name=\"name\" value=\"\" size=\"20\"><br /><b>Email:</b> <input type=\"text\" name=\"email\" value=\"\" size=\"20\"><br><input type=\"submit\" class=\"button\" value=\"ADD\" name=\"Add\"></div></td></tr></table> <input type=\"hidden\" name=\"act\" value=\"s_add\"> <input type=\"hidden\" name=\"listid\" value=\"1\"></form><!-- [GWA] AutoResponder End -->','My Blog',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_ar_gwa_lists` ENABLE KEYS */;
--
-- Table structure for table `wp_ar_gwa_msg`
--
DROP TABLE IF EXISTS `wp_ar_gwa_msg`;
CREATE TABLE `wp_ar_gwa_msg` (
`mID` int(11) NOT NULL auto_increment,
`mLID` int(11) default NULL,
`mSubject` varchar(250) default NULL,
`mBody` text,
`mDay` int(2) default NULL,
`mType` varchar(50) default NULL,
PRIMARY KEY (`mID`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
--
-- Dumping data for table `wp_ar_gwa_msg`
--
/*!40000 ALTER TABLE `wp_ar_gwa_msg` DISABLE KEYS */;
LOCK TABLES `wp_ar_gwa_msg` WRITE;
INSERT INTO `wp_ar_gwa_msg` VALUES (1,1,'Welcome','Hi <?Name?><br />\r\nThis is the default welcome message!<br />The webmaster has just installed this Autoresponder Plugin for Wordpress from <a href=\'http://FreeAutoresponder.biz\'>FreeAutoresponder.biz</a>\r\n<br />\r\n<?Unsubscribe?>',0,'html');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_ar_gwa_msg` ENABLE KEYS */;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
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`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_comments`
--
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
LOCK TABLES `wp_comments` WRITE;
INSERT INTO `wp_comments` VALUES (3,24,'gwqqjgm','yunlih@udbtrh.com','http://lyjscfzilppf.com/','174.143.210.216','2009-08-31 08:30:45','2009-08-31 12:30:45','vBCfJp <a href=\"http://yamwsvitphjl.com/\" rel=\"nofollow\">yamwsvitphjl</a>, [url=http://qjojkdcaepsh.com/]qjojkdcaepsh[/url], [link=http://uskgnjmiqgjr.com/]uskgnjmiqgjr[/link], http://iucvpqcbincf.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','',0,0),(4,24,'ooxlqkmghtk','pxoybn@mtutct.com','http://rqipoovrpzqv.com/','12.182.219.240','2009-09-02 12:04:50','2009-09-02 16:04:50','DF91pi <a href=\"http://vgyvyftautfi.com/\" rel=\"nofollow\">vgyvyftautfi</a>, [url=http://mlpnccdlzumm.com/]mlpnccdlzumm[/url], [link=http://wxeampvlwhkd.com/]wxeampvlwhkd[/link], http://sgkodqviieji.com/',0,'0','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','',0,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
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_category` bigint(20) NOT NULL default '0',
`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_category` (`link_category`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_links`
--
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
LOCK TABLES `wp_links` WRITE;
INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','Development Blog','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(8,'http://www.netfirms.com','Netfirms','','',0,'','Y',1,0,'0000-00-00 00:00:00','','',''),(9,'http://support.netfirms.com','Netfirms Support','','',0,'','Y',1,0,'0000-00-00 00:00:00','','','');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
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`,`blog_id`,`option_name`),
KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=902 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_options`
--
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
LOCK TABLES `wp_options` WRITE;
INSERT INTO `wp_options` VALUES (1,0,'siteurl','http://barbaraharris.ca/','yes'),(2,0,'blogname','Dr Barbara Harris, MSW, RSW','yes'),(3,0,'blogdescription','Registered for Private Practice','yes'),(4,0,'users_can_register','','yes'),(5,0,'admin_email','barbara-harris@live.ca','yes'),(6,0,'start_of_week','1','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,'mailserver_url','mail.example.com','yes'),(13,0,'mailserver_login','login@example.com','yes'),(14,0,'mailserver_pass','password','yes'),(15,0,'mailserver_port','110','yes'),(16,0,'default_category','1','yes'),(17,0,'default_comment_status','open','yes'),(18,0,'default_ping_status','open','yes'),(19,0,'default_pingback_flag','1','yes'),(20,0,'default_post_edit_rows','10','yes'),(21,0,'posts_per_page','10','yes'),(22,0,'what_to_show','posts','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','/archives/%post_id%','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:7:{i:0;s:28:\"autoresponder-gwa/ar_gwa.php\";i:1;s:17:\"cforms/cforms.php\";i:2;s:36:\"google-sitemap-generator/sitemap.php\";i:3;s:24:\"lightbox-2/lightbox2.php\";i:4;s:45:\"ozh-admin-drop-down-menu/wp_ozh_adminmenu.php\";i:5;s:41:\"ultimate-google-analytics/ultimate_ga.php\";i:6;s:29:\"wp-dbmanager/wp-dbmanager.php\";}','yes'),(37,0,'home','http://barbaraharris.ca/','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:2:{i:0;s:33:\"/themes/bloggingstream/custom.css\";i:1;s:0:\"\";}','no'),(45,0,'use_linksupdate','0','yes'),(46,0,'template','Barbara23','yes'),(47,0,'stylesheet','Barbara23','yes'),(48,0,'comment_whitelist','1','yes'),(50,0,'blacklist_keys','','no'),(51,0,'comment_registration','0','yes'),(52,0,'html_type','text/html','yes'),(53,0,'use_trackback','0','yes'),(54,0,'default_role','subscriber','yes'),(55,0,'db_version','11548','yes'),(56,0,'uploads_use_yearmonth_folders','1','yes'),(57,0,'upload_path','wp-content/uploads','yes'),(59,0,'secret','h6pksKdUH4hJG95hAt8HM4qbfiXhzuKxBM8m4E1IE020hNUxymS','yes'),(60,0,'blog_public','1','yes'),(61,0,'default_link_category','2','yes'),(62,0,'show_on_front','page','yes'),(63,0,'tag_base','','yes'),(64,0,'show_avatars','1','yes'),(65,0,'avatar_rating','G','yes'),(66,0,'upload_url_path','','yes'),(67,0,'thumbnail_size_w','150','yes'),(68,0,'thumbnail_size_h','150','yes'),(69,0,'thumbnail_crop','1','yes'),(70,0,'medium_size_w','300','yes'),(71,0,'medium_size_h','300','yes'),(72,0,'avatar_default','mystery','yes'),(73,0,'enable_app','0','yes'),(74,0,'enable_xmlrpc','0','yes'),(75,0,'large_size_w','1024','yes'),(76,0,'large_size_h','1024','yes'),(77,0,'image_default_link_type','file','yes'),(78,0,'image_default_size','','yes'),(79,0,'image_default_align','','yes'),(80,0,'close_comments_for_old_posts','0','yes'),(81,0,'close_comments_days_old','14','yes'),(82,0,'thread_comments','0','yes'),(83,0,'thread_comments_depth','5','yes'),(84,0,'page_comments','1','yes'),(85,0,'comments_per_page','50','yes'),(86,0,'default_comments_page','newest','yes'),(87,0,'comment_order','asc','yes'),(88,0,'use_ssl','0','yes'),(89,0,'sticky_posts','a:0:{}','yes'),(90,0,'widget_categories','a:3:{i:2;a:0:{}i:3;a:4:{s:5:\"title\";s:11:\"Quick Links\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(91,0,'widget_text','a:3:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:13:\"Labradore Tea\";s:4:\"text\";s:94:\"<img src=\"http://www.barbaraharris.ca/images/homepagelabtea.jpg\" width=\"213px\" height=\"170px\">\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(92,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(94,0,'dismissed_update_core','a:0:{}','yes'),(95,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:23:\"Administrator|User role\";s:12:\"capabilities\";a:57:{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:15:\"manage_database\";b:1;s:13:\"manage_cforms\";b:1;s:12:\"track_cforms\";b:1;s:14:\"install_themes\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:16:\"Editor|User role\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:16:\"Author|User role\";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:21:\"Contributor|User role\";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:20:\"Subscriber|User role\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(96,0,'cron','a:6:{i:1254105345;a:1:{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;}}}i:1254123241;a:2:{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:1254153480;a:1:{s:18:\"ar_gwa_daily_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1254167559;a:1:{s:23:\"dbmanager_cron_optimize\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:18:\"dbmanager_optimize\";s:4:\"args\";a:0:{}s:8:\"interval\";i:259200;}}}i:1254513159;a:1:{s:21:\"dbmanager_cron_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"dbmanager_backup\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(97,0,'auth_salt','30ylth5.Nx8tM','yes'),(433,0,'db_upgraded','','yes'),(435,0,'widget_pages','a:3:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:4:\"Menu\";s:6:\"sortby\";s:10:\"menu_order\";s:7:\"exclude\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(436,0,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(437,0,'widget_archives','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(100,0,'logged_in_salt','319IvZkk.6rPg','yes'),(101,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:31:\"http://barbaraharris.ca/\";s:4:\"link\";s:112:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://barbaraharris.ca//\";s:3:\"url\";s:145:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://barbaraharris.ca//\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:33:\"http://wordpress.org/development/\";s:3:\"url\";s:38:\"http://wordpress.org/development/feed/\";s:5:\"title\";s:26:\"WordPress Development 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:4:{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;}}','yes'),(102,0,'nonce_salt','32vfMY0Q6XYRI','yes'),(103,0,'sidebars_widgets','a:4:{s:19:\"wp_inactive_widgets\";a:10:{i:0;s:7:\"pages-2\";i:1;s:10:\"calendar-2\";i:2;s:10:\"archives-2\";i:3;s:7:\"links-2\";i:4;s:6:\"meta-2\";i:5;s:8:\"search-2\";i:6;s:6:\"text-2\";i:7;s:12:\"categories-2\";i:8;s:5:\"rss-2\";i:9;s:11:\"tag_cloud-2\";}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"pages-3\";i:1;s:8:\"search-3\";i:2;s:6:\"text-3\";}s:9:\"sidebar-2\";a:1:{i:0;s:12:\"categories-3\";}s:13:\"array_version\";i:3;}','yes'),(105,0,'widget_tag_cloud','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,0,'pagenavi_options','a:11:{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:\"next_text\";s:7:\"»\";s:9:\"prev_text\";s:7:\"«\";s:13:\"dotright_text\";s:3:\"...\";s:12:\"dotleft_text\";s:3:\"...\";s:5:\"style\";i:1;s:9:\"num_pages\";i:5;s:11:\"always_show\";i:0;}','yes'),(107,0,'widget_videowidget','a:2:{s:6:\"number\";s:0:\"\";s:5:\"title\";s:0:\"\";}','yes'),(108,0,'widget_pop_homewidget','a:1:{s:6:\"number\";s:0:\"\";}','yes'),(109,0,'widget_comments_homewidget','a:1:{s:6:\"number\";s:1:\"5\";}','yes'),(110,0,'widget_Twidget','a:3:{s:7:\"account\";s:8:\"netfirms\";s:5:\"title\";s:15:\"Twitter Updates\";s:4:\"show\";s:1:\"3\";}','yes'),(111,0,'widget_feedburnerwidget','a:3:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:9:\"Subscribe\";s:4:\"text\";s:6:\"hit it\";}','yes'),(112,0,'widget_popularposts','a:2:{s:5:\"title\";s:0:\"\";s:6:\"amount\";s:0:\"\";}','yes'),(113,0,'wporg_popular_tags','O:8:\"stdClass\":2:{s:7:\"timeout\";i:1248720927;s:6:\"cached\";a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:3:\"877\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:3:\"774\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:3:\"582\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:3:\"541\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:3:\"531\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:3:\"495\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:3:\"448\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:3:\"322\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"312\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:3:\"280\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:3:\"271\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"239\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:3:\"230\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"216\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"210\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:3:\"197\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"171\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"169\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"156\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"156\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"140\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"140\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"138\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"137\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"136\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"132\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"132\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"131\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"130\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"128\";}s:10:\"formatting\";a:3:{s:4:\"name\";s:10:\"Formatting\";s:4:\"slug\";s:10:\"formatting\";s:5:\"count\";s:3:\"127\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"124\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"120\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"118\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"115\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"112\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"110\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"106\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"105\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"105\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:2:\"98\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:2:\"94\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:2:\"88\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:2:\"88\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:2:\"83\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:2:\"83\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:2:\"82\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:2:\"81\";}s:11:\"integration\";a:3:{s:4:\"name\";s:11:\"integration\";s:4:\"slug\";s:11:\"integration\";s:5:\"count\";s:2:\"79\";}s:4:\"digg\";a:3:{s:4:\"name\";s:4:\"Digg\";s:4:\"slug\";s:4:\"digg\";s:5:\"count\";s:2:\"79\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:2:\"78\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:2:\"78\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:2:\"77\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:2:\"77\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:2:\"74\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:2:\"74\";}s:8:\"bookmark\";a:3:{s:4:\"name\";s:8:\"bookmark\";s:4:\"slug\";s:8:\"bookmark\";s:5:\"count\";s:2:\"73\";}s:9:\"bookmarks\";a:3:{s:4:\"name\";s:9:\"bookmarks\";s:4:\"slug\";s:9:\"bookmarks\";s:5:\"count\";s:2:\"72\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:2:\"71\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:2:\"71\";}s:6:\"flickr\";a:3:{s:4:\"name\";s:6:\"flickr\";s:4:\"slug\";s:6:\"flickr\";s:5:\"count\";s:2:\"71\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:2:\"71\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:2:\"71\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:2:\"69\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:2:\"65\";}s:4:\"blog\";a:3:{s:4:\"name\";s:4:\"blog\";s:4:\"slug\";s:4:\"blog\";s:5:\"count\";s:2:\"65\";}s:6:\"random\";a:3:{s:4:\"name\";s:6:\"random\";s:4:\"slug\";s:6:\"random\";s:5:\"count\";s:2:\"64\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:2:\"63\";}s:5:\"feeds\";a:3:{s:4:\"name\";s:5:\"feeds\";s:4:\"slug\";s:5:\"feeds\";s:5:\"count\";s:2:\"61\";}s:4:\"wpmu\";a:3:{s:4:\"name\";s:4:\"wpmu\";s:4:\"slug\";s:4:\"wpmu\";s:5:\"count\";s:2:\"61\";}s:5:\"yahoo\";a:3:{s:4:\"name\";s:5:\"yahoo\";s:4:\"slug\";s:5:\"yahoo\";s:5:\"count\";s:2:\"61\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:2:\"59\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:2:\"59\";}s:8:\"template\";a:3:{s:4:\"name\";s:8:\"template\";s:4:\"slug\";s:8:\"template\";s:5:\"count\";s:2:\"59\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:2:\"58\";}s:8:\"blogroll\";a:3:{s:4:\"name\";s:8:\"blogroll\";s:4:\"slug\";s:8:\"blogroll\";s:5:\"count\";s:2:\"57\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:2:\"57\";}s:4:\"atom\";a:3:{s:4:\"name\";s:4:\"atom\";s:4:\"slug\";s:4:\"atom\";s:5:\"count\";s:2:\"54\";}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";s:2:\"54\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:2:\"54\";}s:7:\"archive\";a:3:{s:4:\"name\";s:7:\"archive\";s:4:\"slug\";s:7:\"archive\";s:5:\"count\";s:2:\"53\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:2:\"53\";}s:5:\"music\";a:3:{s:4:\"name\";s:5:\"music\";s:4:\"slug\";s:5:\"music\";s:5:\"count\";s:2:\"52\";}s:11:\"delicious-1\";a:3:{s:4:\"name\";s:9:\"delicious\";s:4:\"slug\";s:11:\"delicious-1\";s:5:\"count\";s:2:\"52\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:2:\"52\";}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";s:2:\"51\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:2:\"50\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:2:\"50\";}s:4:\"date\";a:3:{s:4:\"name\";s:4:\"date\";s:4:\"slug\";s:4:\"date\";s:5:\"count\";s:2:\"47\";}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";s:2:\"47\";}s:14:\"authentication\";a:3:{s:4:\"name\";s:14:\"authentication\";s:4:\"slug\";s:14:\"authentication\";s:5:\"count\";s:2:\"47\";}s:3:\"php\";a:3:{s:4:\"name\";s:3:\"php\";s:4:\"slug\";s:3:\"php\";s:5:\"count\";s:2:\"47\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:2:\"47\";}s:3:\"cms\";a:3:{s:4:\"name\";s:3:\"cms\";s:4:\"slug\";s:3:\"cms\";s:5:\"count\";s:2:\"47\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:2:\"46\";}s:18:\"social-bookmarking\";a:3:{s:4:\"name\";s:18:\"social bookmarking\";s:4:\"slug\";s:18:\"social-bookmarking\";s:5:\"count\";s:2:\"45\";}s:4:\"mail\";a:3:{s:4:\"name\";s:4:\"mail\";s:4:\"slug\";s:4:\"mail\";s:5:\"count\";s:2:\"45\";}s:11:\"bookmarking\";a:3:{s:4:\"name\";s:11:\"bookmarking\";s:4:\"slug\";s:11:\"bookmarking\";s:5:\"count\";s:2:\"45\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:2:\"45\";}s:10:\"technorati\";a:3:{s:4:\"name\";s:10:\"technorati\";s:4:\"slug\";s:10:\"technorati\";s:5:\"count\";s:2:\"43\";}}}','no'),(114,0,'functions_post','a:18:{s:4:\"save\";s:12:\"Save Changes\";s:6:\"action\";s:4:\"save\";s:18:\"woo_alt_stylesheet\";s:13:\"dark_blue.css\";s:8:\"woo_logo\";s:0:\"\";s:20:\"woo_google_analytics\";s:0:\"\";s:18:\"woo_feedburner_url\";s:0:\"\";s:17:\"woo_feedburner_id\";s:0:\"\";s:15:\"woo_nav_exclude\";s:0:\"\";s:10:\"woo_resize\";s:4:\"true\";s:18:\"woo_scroller_posts\";s:1:\"4\";s:16:\"woo_about_header\";s:16:\"About Joe Bloggs\";s:14:\"woo_about_text\";s:166:\"Here you could write a brief description about yourself or your company. It is editable via the theme option\\\'s panel and caters for one link to a url of your choice.\";s:16:\"woo_about_button\";s:9:\"Read More\";s:15:\"woo_button_link\";s:0:\"\";s:15:\"woo_about_photo\";s:0:\"\";s:18:\"woo_blog_permalink\";s:0:\"\";s:12:\"woo_blog_cat\";s:0:\"\";s:18:\"woo_featured_posts\";s:1:\"4\";}','yes'),(115,0,'dbmanager_options','a:10:{s:13:\"mysqldumppath\";s:27:\"/usr/local/nf/bin/mysqldump\";s:9:\"mysqlpath\";s:23:\"/usr/local/nf/bin/mysql\";s:4:\"path\";s:71:\"/mnt/w0603/d03/s39/b030c128/www/barbaraharris.ca///wp-content/backup-db\";s:10:\"max_backup\";i:10;s:6:\"backup\";i:1;s:11:\"backup_gzip\";i:0;s:13:\"backup_period\";i:604800;s:12:\"backup_email\";s:22:\"barbara-harris@live.ca\";s:8:\"optimize\";i:3;s:15:\"optimize_period\";i:86400;}','yes'),(117,0,'cforms_settings','a:2:{s:6:\"global\";a:44:{s:9:\"plugindir\";s:6:\"cforms\";s:11:\"cforms_root\";s:50:\"http://barbaraharris.ca//wp-content/plugins/cforms\";s:7:\"tinyURI\";s:47:\"http://barbaraharris.ca//wp-includes/js/tinymce\";s:15:\"cforms_root_dir\";s:76:\"/mnt/w0603/d03/s39/b030c128/www/barbaraharris.ca///wp-content/plugins/cforms\";s:10:\"cforms_IIS\";s:1:\"/\";s:1:\"v\";s:4:\"10.5\";s:18:\"cforms_style_title\";s:69:\"font:normal 0.8em Verdana; text-align:right; color:#777; margin:3px 0\";s:18:\"cforms_style_table\";s:67:\"background:#F4F5FB; color:#666; font-size:1em; font-family:verdana;\";s:18:\"cforms_style_fs_td\";s:138:\"font-size:105%; font-variant:small-caps; letter-spacing:2px; border-bottom:2px solid #E6E8F7; padding:6px 2px 6px 4px; background:#EFF0FA;\";s:21:\"cforms_style_fsend_td\";s:63:\"background:#E6E8F7; font-size:0px; line-height:2px; height:2px;\";s:23:\"cforms_style_fsendSP_td\";s:43:\"font-size:0px; line-height:2px; height:4px;\";s:19:\"cforms_style_key_td\";s:93:\"color:#000; font-size:90%; white-space:nowrap; padding:4px 20px 4px 15px; vertical-align:top;\";s:19:\"cforms_style_val_td\";s:26:\"font-size:90%; width:100%;\";s:19:\"cforms_style_cforms\";s:35:\"font:normal 10px Arial; color:#777;\";s:16:\"cforms_formcount\";s:1:\"1\";s:18:\"cforms_upload_err1\";s:43:\"Generic file upload error. Please try again\";s:18:\"cforms_upload_err2\";s:56:\"File is empty. Please upload something more substantial.\";s:18:\"cforms_upload_err3\";s:55:\"Sorry, file is too large. You may try to zip your file.\";s:18:\"cforms_upload_err4\";s:63:\"File upload failed. Please try again or contact the blog admin.\";s:18:\"cforms_upload_err5\";s:41:\"File not accepted, file type not allowed.\";s:16:\"cforms_rsskeyall\";s:32:\"93243442d9edef20fcb7b62cddb66d88\";s:13:\"cforms_rssall\";b:0;s:19:\"cforms_rssall_count\";i:5;s:18:\"cforms_captcha_def\";a:14:{s:1:\"h\";i:25;s:1:\"w\";i:115;s:1:\"c\";s:6:\"000066\";s:1:\"l\";s:6:\"000066\";s:1:\"f\";s:9:\"font4.ttf\";s:2:\"a1\";i:-12;s:2:\"a2\";i:12;s:2:\"f1\";i:17;s:2:\"f2\";i:19;s:2:\"bg\";s:5:\"1.gif\";s:2:\"c1\";i:4;s:2:\"c2\";i:5;s:2:\"ac\";s:32:\"abcdefghijkmnpqrstuvwxyz23456789\";s:1:\"i\";s:1:\"i\";}s:13:\"cforms_sec_qa\";s:82:\"What color is snow?=white\r\nThe color of grass is=green\r\nTen minus five equals=five\";s:14:\"cforms_codeerr\";s:43:\"Please double-check your verification code.\";s:20:\"cforms_show_quicktag\";s:1:\"1\";s:23:\"cforms_show_quicktag_js\";b:0;s:21:\"cforms_commentsuccess\";s:32:\"Thank you for leaving a comment.\";s:18:\"cforms_commentWait\";s:2:\"15\";s:20:\"cforms_commentParent\";s:13:\"mycommentlist\";s:18:\"cforms_commentHTML\";s:199:\"<li id=\"comment-{id}\">{moderation}\n<p>{usercomment}</p>\n<p>\n<cite>Comment by <a href=\"{url}\" rel=\"external nofollow\">{author}</a> — {date} @ <a href=\"#comment-{id}\">{time}</a></cite>\n</p>\n</li>\";s:19:\"cforms_commentInMod\";s:45:\"<em>Your comment is awaiting moderation.</em>\";s:13:\"cforms_avatar\";s:2:\"32\";s:10:\"cforms_css\";s:17:\"wide_open_big.css\";s:14:\"cforms_labelID\";s:1:\"0\";s:11:\"cforms_liID\";s:1:\"0\";s:15:\"cforms_database\";s:1:\"0\";s:17:\"cforms_datepicker\";s:1:\"0\";s:15:\"cforms_dp_start\";s:1:\"0\";s:14:\"cforms_dp_date\";s:10:\"MM/dd/yyyy\";s:14:\"cforms_dp_days\";s:27:\"\"S\",\"M\",\"T\",\"W\",\"T\",\"F\",\"S\"\";s:16:\"cforms_dp_months\";s:109:\"\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"\";s:13:\"cforms_dp_nav\";a:6:{i:0;s:13:\"Previous Year\";i:1;s:14:\"Previous Month\";i:2;s:9:\"Next Year\";i:3;s:10:\"Next Month\";i:4;s:5:\"Close\";i:5;s:11:\"Choose Date\";}}s:4:\"form\";a:54:{s:17:\"cforms_upload_dir\";s:79:\"/mnt/w0603/d03/s39/b030c128/www/barbaraharris.ca///wp-content/plugins/cforms$#$\";s:17:\"cforms_upload_ext\";s:19:\"txt,zip,doc,rtf,xls\";s:18:\"cforms_upload_size\";s:4:\"1024\";s:16:\"cforms_dontclear\";b:0;s:13:\"cforms_rsskey\";s:32:\"835d86a3eb2981f8f5b4988ec32745aa\";s:10:\"cforms_rss\";b:0;s:16:\"cforms_rss_count\";N;s:19:\"cforms_count_fields\";s:1:\"5\";s:20:\"cforms_count_field_1\";s:51:\"Contact Barbara$#$fieldsetstart$#$0$#$0$#$0$#$0$#$0\";s:20:\"cforms_count_field_2\";s:51:\"Your Name|Your Name$#$textfield$#$1$#$0$#$1$#$0$#$0\";s:20:\"cforms_count_field_3\";s:37:\"Email$#$textfield$#$1$#$1$#$0$#$0$#$0\";s:20:\"cforms_count_field_4\";s:47:\"Website|http://$#$textfield$#$0$#$0$#$0$#$0$#$0\";s:20:\"cforms_count_field_5\";s:38:\"Message$#$textarea$#$0$#$0$#$0$#$0$#$0\";s:15:\"cforms_required\";s:10:\"(required)\";s:20:\"cforms_emailrequired\";s:22:\"(valid email required)\";s:14:\"cforms_confirm\";s:1:\"0\";s:11:\"cforms_ajax\";s:1:\"1\";s:12:\"cforms_fname\";s:17:\"Your default form\";s:15:\"cforms_csubject\";s:28:\"$#$Re: Submitted form (copy)\";s:11:\"cforms_cmsg\";s:0:\"\";s:16:\"cforms_cmsg_html\";s:0:\"\";s:12:\"cforms_email\";s:22:\"barbara-harris@live.ca\";s:16:\"cforms_fromemail\";s:22:\"barbara-harris@live.ca\";s:10:\"cforms_bcc\";s:0:\"\";s:13:\"cforms_header\";s:149:\"A new submission (form: \\\"{Form Name}\\\")\r\n============================================\r\nSubmitted on: {Date}\r\nVia: {Page}\r\nBy {IP} (visitor IP).\r\n.\r\n\";s:18:\"cforms_header_html\";s:145:\"<p style=\\\"font:normal 0.8em Verdana; text-align:right; color:#777; margin:3px 0\\\">a form has been submitted on {Date}, via: {Page} [IP {IP}]</p>\";s:15:\"cforms_formdata\";s:4:\"1110\";s:12:\"cforms_space\";s:2:\"30\";s:20:\"cforms_noattachments\";s:1:\"0\";s:14:\"cforms_subject\";s:26:\"A comment from {Your Name}\";s:18:\"cforms_submit_text\";s:6:\"Submit\";s:14:\"cforms_success\";s:27:\"Thank you for your comment!\";s:14:\"cforms_failure\";s:39:\"Please fill in all the required fields.\";s:15:\"cforms_limittxt\";s:59:\"<strong>No more submissions accepted at this time.</strong>\";s:14:\"cforms_working\";s:20:\"One moment please...\";s:12:\"cforms_popup\";s:2:\"nn\";s:14:\"cforms_showpos\";s:5:\"ynyyy\";s:11:\"cforms_hide\";b:0;s:15:\"cforms_redirect\";b:0;s:20:\"cforms_redirect_page\";s:29:\"http:###redirect.to.this.page\";s:13:\"cforms_action\";s:1:\"0\";s:18:\"cforms_action_page\";s:8:\"http:###\";s:15:\"cforms_tracking\";s:0:\"\";s:20:\"cforms_showdashboard\";s:1:\"1\";s:17:\"cforms_maxentries\";s:0:\"\";s:18:\"cforms_tellafriend\";s:2:\"01\";s:16:\"cforms_dashboard\";s:1:\"0\";s:2:\"mp\";a:8:{s:14:\"cforms_mp_form\";b:0;s:14:\"cforms_mp_next\";N;s:15:\"cforms_mp_first\";b:0;s:15:\"cforms_mp_email\";b:0;s:15:\"cforms_mp_reset\";b:0;s:19:\"cforms_mp_resettext\";N;s:14:\"cforms_mp_back\";b:0;s:18:\"cforms_mp_backtext\";N;}s:17:\"cforms_notracking\";b:0;s:20:\"cforms_emailpriority\";s:1:\"3\";s:15:\"cforms_emailoff\";s:1:\"0\";s:18:\"cforms_customnames\";s:1:\"0\";s:16:\"cforms_startdate\";s:1:\" \";s:14:\"cforms_enddate\";s:1:\" \";}}','yes'),(118,0,'recently_activated','a:0:{}','yes'),(119,0,'theme-linquist-options','a:5:{s:6:\"colors\";s:5:\"light\";s:10:\"navigation\";s:3:\"nav\";s:8:\"lightbox\";s:6:\"enable\";s:6:\"switch\";s:5:\"allow\";s:4:\"info\";s:29:\"Copyright © 2008 Yoursite\";}','yes'),(120,0,'lightbox_2_theme_path','/mnt/w0603/d03/s39/b030c128/www/barbaraharris.ca/wp-content/plugins/lightbox-2/Themes','yes'),(121,0,'lightbox_2_theme','Black','yes'),(122,0,'lightbox_2_automate','1','yes'),(123,0,'woo_logo','','yes'),(124,0,'woo_google_analytics','','yes'),(125,0,'woo_feedburner_url','','yes'),(126,0,'woo_feedburner_id','','yes'),(127,0,'woo_nav_exclude','','yes'),(128,0,'woo_about_header','About Joe Bloggs','yes'),(129,0,'woo_about_text','Here you could write a brief description about yourself or your company. It is editable via the theme option\\\'s panel and caters for one link to a url of your choice.','yes'),(130,0,'woo_about_button','Read More','yes'),(131,0,'arras_options','s:1099:\"O:7:\"Options\":31:{s:7:\"version\";s:5:\"1.3.2\";s:6:\"donate\";b:0;s:8:\"feed_url\";s:35:\"http://barbaraharris.ca//?feed=rss2\";s:17:\"comments_feed_url\";s:44:\"http://barbaraharris.ca//?feed=comments-rss2\";s:12:\"footer_title\";s:9:\"Copyright\";s:14:\"footer_message\";s:51:\"Copyright Social and Blogging. All Rights Reserved.\";s:13:\"featured_cat1\";i:0;s:13:\"featured_cat2\";i:0;s:8:\"news_cat\";i:0;s:11:\"topnav_home\";s:4:\"Home\";s:14:\"topnav_linkcat\";i:0;s:12:\"post_preview\";s:7:\"content\";s:15:\"featured1_count\";i:4;s:15:\"featured2_count\";i:3;s:11:\"index_count\";i:10;s:22:\"featured2_news_display\";s:7:\"default\";s:18:\"index_news_display\";s:4:\"line\";s:17:\"index_news_thumbs\";N;s:20:\"archive_news_display\";s:4:\"line\";s:19:\"archive_news_thumbs\";N;s:14:\"display_author\";b:1;s:13:\"single_thumbs\";b:1;s:15:\"single_meta_pos\";s:3:\"top\";s:20:\"single_custom_fields\";s:31:\"Score:score,Pros:pros,Cons:cons\";s:6:\"layout\";s:10:\"2c-r-fixed\";s:5:\"style\";s:7:\"default\";s:10:\"background\";s:0:\"\";s:15:\"background_type\";s:8:\"original\";s:17:\"background_tiling\";s:9:\"no-repeat\";s:12:\"featured_cat\";i:0;s:16:\"background_color\";s:7:\"#252221\";}\";','yes'),(132,0,'widget_recent_entries','a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}','yes'),(133,0,'widget_recent_comments','a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}','yes'),(134,0,'fusion_options','a:11:{s:12:\"metakeywords\";s:0:\"\";s:9:\"logoimage\";b:0;s:11:\"hidehometab\";b:0;s:14:\"hidecategories\";b:0;s:10:\"hidesearch\";b:0;s:12:\"categorytabs\";b:0;s:10:\"layouttype\";s:5:\"fixed\";s:10:\"sidebarpos\";s:5:\"right\";s:15:\"nolayoutcontrol\";b:0;s:8:\"nojquery\";b:0;s:9:\"customcss\";s:0:\"\";}','yes'),(135,0,'sbb_sites','blinkbits_en|blinklist_en|bloglines_en|blogmarks_en|blogmemes_en|bluedot_en|bumpzee_en|comments_en|connotea_en|delicious_en|delirious_en|diigo_en|digg_en|dotnetkicks_en|dzone_en|facebook_en|fark_en|feed_me_en|fleck_en|friendsite_en|furl_en|google_en|kaboodle_en|linkagogo_en|maple_en|magnolia_en|misterwong_en|netscape_en|netvouz_en|newsvine_en|plugim_en|popcurrent_en|rawsugar_en|reddit_en|rojo_en|simpy_en|skirt_en|slashdot_en|stumbleupon_en|shoutwire_en|squidoo_en|sphereit_en|spurl_en|taggly_en|tailrank_en|technorati_en|thisnext_en|webride_en|wists_en|yahoo_en|tipd_en|buzz_en','yes'),(136,0,'sbb_label','Bookmark It','yes'),(137,0,'sbb_target','new','yes'),(138,0,'sbb_pages_excluded','none','yes'),(139,0,'sbb_lines','3','yes'),(140,0,'sbb_display','3','yes'),(141,0,'sbb_tooltip_text','Add to','yes'),(142,0,'sbb_round_box_enabled','Y','yes'),(143,0,'sbb_ajax_dropdown_enabled','Y','yes'),(144,0,'sbb_ajax_dropdown_hide','Y','yes'),(145,0,'sbb_ajax_dropdown_speed','0.5','yes'),(146,0,'woo_template','a:24:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:6:{s:4:\"name\";s:16:\"Theme Stylesheet\";s:4:\"desc\";s:38:\"Please select your colour scheme here.\";s:2:\"id\";s:18:\"woo_alt_stylesheet\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:13:{i:0;s:7:\"red.css\";i:1;s:16:\"fresh_grunge.css\";i:2;s:15:\"light_green.css\";i:3;s:14:\"light_grey.css\";i:4;s:13:\"baby_blue.css\";i:5;s:8:\"null.css\";i:6;s:9:\"black.css\";i:7;s:13:\"chocolate.css\";i:8;s:13:\"dark_blue.css\";i:9;s:14:\"dark_green.css\";i:10;s:11:\"default.css\";i:11;s:15:\"dark_grunge.css\";i:12;s:9:\"fresh.css\";}}i:2;a:5:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:136:\"Paste the full URL of your custom logo image, should you wish to replace our default logo e.g. \'http://www.yoursite.com/logo-trans.png\'.\";s:2:\"id\";s:8:\"woo_logo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:3;a:5:{s:4:\"name\";s:16:\"Google Analytics\";s:4:\"desc\";s:65:\"Please paste your Google Analytics (or other) tracking code here.\";s:2:\"id\";s:20:\"woo_google_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:4;a:5:{s:4:\"name\";s:18:\"Feedburner RSS URL\";s:4:\"desc\";s:31:\"Enter your Feedburner URL here.\";s:2:\"id\";s:18:\"woo_feedburner_url\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:5;a:5:{s:4:\"name\";s:17:\"Feedburner RSS ID\";s:4:\"desc\";s:30:\"Enter your Feedburner ID here.\";s:2:\"id\";s:17:\"woo_feedburner_id\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:6;a:2:{s:4:\"name\";s:15:\"Layout Settings\";s:4:\"type\";s:7:\"heading\";}i:7;a:5:{s:4:\"name\";s:26:\"Exclude pages from top nav\";s:4:\"desc\";s:159:\"Enter a comma-separated list of the <a href=\'http://support.wordpress.com/pages/8/\'>ID\'s</a> that you\'d like to exclude from the top navigation. (e.g. 1,2,3,4)\";s:2:\"id\";s:15:\"woo_nav_exclude\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:8;a:5:{s:4:\"name\";s:25:\"Use Dynamic Image Resizer\";s:4:\"desc\";s:50:\"This will enable thumb.php dynamic image resizer. \";s:2:\"id\";s:10:\"woo_resize\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:9;a:2:{s:4:\"name\";s:17:\"Home Page Options\";s:4:\"type\";s:7:\"heading\";}i:10;a:6:{s:4:\"name\";s:22:\"Home Page Slider Posts\";s:4:\"desc\";s:63:\"Select the number of posts to display in your home page slider.\";s:2:\"id\";s:18:\"woo_scroller_posts\";s:3:\"std\";s:16:\"Select a number:\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:16:\"Select a number:\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";i:13;s:2:\"13\";i:14;s:2:\"14\";i:15;s:2:\"15\";i:16;s:2:\"16\";i:17;s:2:\"17\";i:18;s:2:\"18\";i:19;s:2:\"19\";}}i:11;a:5:{s:4:\"name\";s:11:\"About Title\";s:4:\"desc\";s:61:\"Include a short title for your about module on the home page.\";s:2:\"id\";s:16:\"woo_about_header\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:12;a:5:{s:4:\"name\";s:10:\"About Text\";s:4:\"desc\";s:74:\"Include a short paragraph of text describing your product/service/company.\";s:2:\"id\";s:14:\"woo_about_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:13;a:5:{s:4:\"name\";s:21:\"Read More Button Text\";s:4:\"desc\";s:84:\"Please enter the text you want to appear on the first button. Leave empty to remove.\";s:2:\"id\";s:16:\"woo_about_button\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:14;a:5:{s:4:\"name\";s:20:\"Read More Button URL\";s:4:\"desc\";s:60:\"Please enter the URL of the page you want linked to button 1\";s:2:\"id\";s:15:\"woo_button_link\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:15;a:5:{s:4:\"name\";s:11:\"About Photo\";s:4:\"desc\";s:102:\"Please enter the url of the photo you would like to appear in the about module. Leave empty to remove.\";s:2:\"id\";s:15:\"woo_about_photo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:16;a:2:{s:4:\"name\";s:35:\"Home Page Category Boxes To Exclude\";s:4:\"type\";s:7:\"heading\";}i:17;a:5:{s:4:\"name\";s:13:\"Uncategorized\";s:4:\"desc\";s:81:\"Check this box if you wish to exclude this category in the photo album categories\";s:2:\"id\";s:13:\"woo_cat_box_1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:18;a:2:{s:4:\"name\";s:10:\"Blog Setup\";s:4:\"type\";s:7:\"heading\";}i:19;a:5:{s:4:\"name\";s:33:\"Add Blog Link to Main Navigation?\";s:4:\"desc\";s:91:\"If checked, this option will add a blog link to your main navigation next to the Home link.\";s:2:\"id\";s:19:\"woo_blog_navigation\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:20;a:5:{s:4:\"name\";s:58:\"Add blog categories as a drop-down to top navigation link?\";s:4:\"desc\";s:123:\"If checked, this option will add a drop-down menu - with all your blog categories - to the blog link in the top navigation.\";s:2:\"id\";s:22:\"woo_blog_subnavigation\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:21;a:5:{s:4:\"name\";s:14:\"Blog Permalink\";s:4:\"desc\";s:237:\"Please enter the permalink to your blog parent category (i.e. /category/blog/). If you are not using <a href=\'http://codex.wordpress.org/Using_Permalinks\'>Pretty Permalinks</a> then you can use (/?cat=X) where X is your blog category ID.\";s:2:\"id\";s:18:\"woo_blog_permalink\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:22;a:5:{s:4:\"name\";s:16:\"Blog Category ID\";s:4:\"desc\";s:133:\"Please enter the ID of your main blog category. Only the sub-categories of this category will be displayed in the category drop-down.\";s:2:\"id\";s:12:\"woo_blog_cat\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:23;a:6:{s:4:\"name\";s:27:\"Blog posts on the home page\";s:4:\"desc\";s:206:\"Select the number of blog posts you\'d like to display on the home page. <br />NOTE: Set total number of posts to show on home page in WordPress admin under Settings -> Reading -> Blog posts to show at most.\";s:2:\"id\";s:18:\"woo_featured_posts\";s:3:\"std\";s:16:\"Select a number:\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:20:{i:0;s:16:\"Select a number:\";i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";i:11;s:2:\"11\";i:12;s:2:\"12\";i:13;s:2:\"13\";i:14;s:2:\"14\";i:15;s:2:\"15\";i:16;s:2:\"16\";i:17;s:2:\"17\";i:18;s:2:\"18\";i:19;s:2:\"19\";}}}','yes'),(147,0,'woo_alt_stylesheet','dark_blue.css','yes'),(148,0,'woo_resize','true','yes'),(149,0,'woo_scroller_posts','4','yes'),(150,0,'woo_button_link','','yes'),(151,0,'woo_about_photo','','yes'),(152,0,'woo_blog_permalink','','yes'),(153,0,'woo_blog_cat','','yes'),(154,0,'woo_featured_posts','4','yes'),(156,0,'templatelite_links','a:3:{s:4:\"time\";i:1243615655;s:4:\"hash\";s:8:\"8:090407\";s:5:\"links\";s:0:\"\";}','yes'),(679,0,'art_footer_content','<!---<a href=\'#\'>Contact Us</a> | <a href=\'#\'>Terms of Use</a> | <a href=\'#\'>Trademarks</a> | <a href=\'#\'>Privacy Statement</a>---><br/>Copyright © 2009 Dr Barbara Harris, MSW, RSW. All Rights Reserved. ','yes'),(158,0,'headspace_version','10','yes'),(438,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(439,0,'widget_meta','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(440,0,'widget_search','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:6:\"Search\";}s:12:\"_multiwidget\";i:1;}','yes'),(441,0,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(442,0,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(428,0,'_transient_random_seed','a24f013c16c3d7714d90844d4057de8d','yes'),(429,0,'rss_excerpt_length','50','yes'),(430,0,'rss_use_excerpt','0','yes'),(431,0,'rss_language','en','yes'),(432,0,'timezone_string','Etc/GMT+4','yes'),(473,0,'can_compress_scripts','1','yes'),(474,0,'_transient_doing_cron','1254080898','yes'),(527,0,'ar_gwa_rmvlead','Your email has been unsubscribed successfully.','yes'),(526,0,'ar_gwa_badlead','There was a problem with your email. Try Again!','yes'),(525,0,'ar_gwa_addlead','Subscribed to the newsletter.','yes'),(518,0,'ar_gwa_addsub','1','yes'),(519,0,'ar_gwa_unsub','Click to unsubscribe.','yes'),(511,0,'_transient_plugins_delete_result_1','1','yes'),(529,0,'_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1254077109;s:7:\"checked\";a:12:{s:25:\"add-to-any/add-to-any.php\";s:8:\".9.9.3.3\";s:19:\"akismet/akismet.php\";s:5:\"2.2.6\";s:17:\"cforms/cforms.php\";s:6:\"10.5.2\";s:36:\"google-sitemap-generator/sitemap.php\";s:5:\"3.1.4\";s:24:\"headspace2/headspace.php\";s:6:\"3.6.30\";s:9:\"hello.php\";s:5:\"1.5.1\";s:25:\"lifestream/lifestream.php\";s:8:\"0.99.8.4\";s:24:\"lightbox-2/lightbox2.php\";s:5:\"2.8.2\";s:45:\"ozh-admin-drop-down-menu/wp_ozh_adminmenu.php\";s:5:\"3.3.1\";s:41:\"ultimate-google-analytics/ultimate_ga.php\";s:5:\"1.6.0\";s:29:\"wp-dbmanager/wp-dbmanager.php\";s:4:\"2.50\";s:28:\"autoresponder-gwa/ar_gwa.php\";s:3:\"2.5\";}s:8:\"response\";a:5:{s:25:\"add-to-any/add-to-any.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"429\";s:4:\"slug\";s:10:\"add-to-any\";s:11:\"new_version\";s:8:\".9.9.3.5\";s:3:\"url\";s:47:\"http://wordpress.org/extend/plugins/add-to-any/\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/plugin/add-to-any.0.9.9.3.5.zip\";}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"132\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:11:\"new_version\";s:5:\"3.1.6\";s:3:\"url\";s:61:\"http://wordpress.org/extend/plugins/google-sitemap-generator/\";s:7:\"package\";s:72:\"http://downloads.wordpress.org/plugin/google-sitemap-generator.3.1.6.zip\";}s:24:\"headspace2/headspace.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"904\";s:4:\"slug\";s:10:\"headspace2\";s:11:\"new_version\";s:6:\"3.6.32\";s:3:\"url\";s:47:\"http://wordpress.org/extend/plugins/headspace2/\";s:7:\"package\";s:52:\"http://downloads.wordpress.org/plugin/headspace2.zip\";}s:25:\"lifestream/lifestream.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:4:\"4190\";s:4:\"slug\";s:10:\"lifestream\";s:11:\"new_version\";s:8:\"0.99.9.2\";s:3:\"url\";s:47:\"http://wordpress.org/extend/plugins/lifestream/\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/plugin/lifestream.0.99.9.2.zip\";}s:45:\"ozh-admin-drop-down-menu/wp_ozh_adminmenu.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:4:\"1057\";s:4:\"slug\";s:24:\"ozh-admin-drop-down-menu\";s:11:\"new_version\";s:5:\"3.3.4\";s:3:\"url\";s:61:\"http://wordpress.org/extend/plugins/ozh-admin-drop-down-menu/\";s:7:\"package\";s:66:\"http://downloads.wordpress.org/plugin/ozh-admin-drop-down-menu.zip\";}}}','yes'),(530,0,'ultimate_ga_options','a:21:{s:16:\"internal_domains\";s:16:\"barbaraharris.ca\";s:10:\"account_id\";s:12:\"UA-953740-20\";s:14:\"enable_tracker\";b:1;s:15:\"track_adm_pages\";b:0;s:12:\"ignore_users\";b:1;s:14:\"max_user_level\";s:1:\"8\";s:13:\"footer_hooked\";b:1;s:14:\"filter_content\";b:1;s:15:\"filter_comments\";b:1;s:22:\"filter_comment_authors\";b:1;s:15:\"track_ext_links\";b:1;s:16:\"prefix_ext_links\";s:10:\"/outgoing/\";s:11:\"track_files\";b:1;s:17:\"prefix_file_links\";s:11:\"/downloads/\";s:16:\"track_extensions\";s:76:\"gif,jpg,jpeg,bmp,png,pdf,mp3,wav,phps,zip,gz,tar,rar,jar,exe,pps,ppt,xls,doc\";s:16:\"track_mail_links\";b:1;s:17:\"prefix_mail_links\";s:8:\"/mailto/\";s:5:\"debug\";b:0;s:13:\"check_updates\";b:1;s:12:\"version_sent\";s:5:\"1.6.0\";s:15:\"advanced_config\";b:0;}','yes'),(521,0,'ar_gwa_aff','1','yes'),(522,0,'ar_gwa_cb','checked','yes'),(523,0,'ar_gwa_reg_optin','checked','yes'),(524,0,'ar_gwa_from','barbara-harris@live.ca','yes'),(476,0,'_transient_update_themes','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1254077111;s:8:\"response\";a:2:{s:11:\"arras-theme\";a:3:{s:11:\"new_version\";s:5:\"1.3.5\";s:3:\"url\";s:46:\"http://wordpress.org/extend/themes/arras-theme\";s:7:\"package\";s:65:\"http://wordpress.org/extend/themes/download/arras-theme.1.3.5.zip\";}s:6:\"fusion\";a:3:{s:11:\"new_version\";s:3:\"3.1\";s:3:\"url\";s:41:\"http://wordpress.org/extend/themes/fusion\";s:7:\"package\";s:58:\"http://wordpress.org/extend/themes/download/fusion.3.1.zip\";}}}','yes'),(513,0,'_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":5:{s:8:\"response\";s:7:\"upgrade\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-2.8.4.zip\";s:7:\"current\";s:5:\"2.8.4\";s:6:\"locale\";s:5:\"en_US\";}}s:12:\"last_checked\";i:1254067481;s:15:\"version_checked\";s:5:\"2.8.2\";}','yes'),(478,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:23:\"http://barbaraharris.ca\";s:4:\"link\";s:105:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://barbaraharris.ca/\";s:3:\"url\";s:138:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=20&output=rss&partner=wordpress&q=link:http://barbaraharris.ca/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:33:\"http://wordpress.org/development/\";s:3:\"url\";s:38:\"http://wordpress.org/development/feed/\";s:5:\"title\";s:26:\"WordPress Development 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:4:{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;}}','yes'),(900,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1254120343','no'),(894,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1254120342','no'),(883,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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"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:36:\"http://wordpress.org/extend/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"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: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Sep 2009 18:45: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:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"sswells on \"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:62:\"http://wordpress.org/extend/plugins/terms-of-use-2/#post-13277\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Sep 2009 05:20:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13277@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Forces all users (except admins) to agree to your Terms and Conditions on first login and anytime you choose to make them accept new terms.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"sswells\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"mliljedahl on \"Lnk Juice Tracking\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/lnk-juice-tracking/#post-13273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 18:48:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13273@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:\"This is a simple plugin that adds your Lnk Juice tracking code to the head tag of your 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"mliljedahl\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"gopiplus on \"Vertical carousel slideshow\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/vertical-carousel-slideshow/#post-13270\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 14:28:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13270@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:96:\"Don\'t just display images, showcase them in style using this Vertical carousel slideshow plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"gopiplus\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"ramon fincken on \"Admin renamer extended\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/admin-renamer-extended/#post-13269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 11:54: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13269@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:94:\"Plugin to change your default admin username ( with GUI to change all other admin names too ).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"ramon fincken\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"fixmonster on \"PicsPlz.com Photo Sharing\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/picsplzcom-photo-sharing/#post-13265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 07: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13265@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:\"Lets users on your blog exchange pics about any topic using the PicsPlz.com 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:10:\"fixmonster\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"RavanH on \"XML Sitemap 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/xml-sitemap-feed/#post-13263\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 04:51:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13263@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:121:\"Creates a feed that complies to the XML Sitemap protocol ready to be submitted to Google, Yahoo, MSN, Ask.com and others.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"RavanH\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"singingwolfboy on \"Restrict Registration\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/restrict-registration/#post-13262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 01:47: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13262@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Use simple blacklists and whitelists to control who can and cannot register on \nyour 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:14:\"singingwolfboy\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"john0001 on \"Random Pages 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/random-posts-widget-include/#post-13261\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 01:05: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:\"13261@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Displays random posts and pages in sidebar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"john0001\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"Kau-Boy on \"Kau-Boy\'s Comment Notification\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/kau-boys-comment-notification/#post-13260\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2009 21:55: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13260@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:\"This plugin enables blog admins and editors to manage the notification of incomming comments. It offers a special RSS feed with all comments, includin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Kau-Boy\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"mangup on \"Personal Favicon\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/personal-favicon/#post-13259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2009 19:00:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13259@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:74:\"Personal Favicon is plugin that enable to customize favicon for 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:6:\"mangup\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"PeteWilliams on \"Amazon Affiliate Link Localizer\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/amazon-affiliate-link-localizer/#post-13251\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2009 21:48: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:\"13251@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"This plugin changes any Amazon links on your site to use your affiliate ID. It also changes the link to point to the user\'s local Amazon store.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"PeteWilliams\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"destnkat on \"WP Photo Album\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/location-map/#post-13250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2009 20:56: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:\"13250@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:\"This plugin is designed to allow users to enter the locations of their store locations and plot those locations on a map of the United States. The pl\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"destnkat\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"mkyong on \"Adsense Daemon\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/adsense-daemon/#post-13248\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2009 16:19:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13248@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:85:\"Integrate \"Google Adsense\" Into Wordpress Content, with 7 pre-define display 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:6:\"mkyong\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"faebu on \"Page and Post Counter for Admin Menu\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wordpress.org/extend/plugins/post-and-page-counter-for-admin-menu/#post-13247\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2009 16:11:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13247@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:111:\"Shows the number of posts or/and pages of a certain state in the menu (similar to the available plugin updates)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"faebu\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"birkoffsjunk on \"AdSense Now! Redux\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/adsense-now-redux/#post-13246\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2009 13:53:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13246@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"AdSense Now! gets you started with Google AdSense. No mess, no fuss.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"birkoffsjunk\";s:7:\"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:13:\"last-modified\";s:19:\"2009-09-27 05:20:24\";s:4:\"etag\";s:34:\"\"4e5078e039d003019cb5e981f4e5d66a\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"7068\";s:4:\"date\";s:29:\"Sun, 27 Sep 2009 18:45:42 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(871,0,'_transient_feed_9cb27327d430d40e0517dc0316239426','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"link:http://barbaraharris.ca/ - 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:108:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=20&q=link:http://barbaraharris.ca/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Your search - <b>link:http://barbaraharris.ca/</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:4:\"date\";s:29:\"Sun, 27 Sep 2009 18:45:42 GMT\";s:6:\"pragma\";s:8:\"no-cache\";s:7:\"expires\";s:29:\"Fri, 01 Jan 1990 00:00:00 GMT\";s:13:\"cache-control\";s:25:\"no-cache, must-revalidate\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"set-cookie\";s:138:\"PREF=ID=bfae643eb1651f08:TM=1254077142:LM=1254077142:S=Av80ByuXVg2KdVTt; expires=Tue, 27-Sep-2011 18:45:42 GMT; path=/; domain=.google.com\";s:6:\"server\";s:4:\"bsfe\";}s:5:\"build\";i:20081219;}','no'),(873,0,'_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4','1254120341','no'),(892,0,'_transient_timeout_feed_mod_9cb27327d430d40e0517dc0316239426','1254120342','no'),(870,0,'_transient_timeout_feed_9cb27327d430d40e0517dc0316239426','1254120342','no'),(896,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1254120342','no'),(888,0,'_transient_timeout_plugin_slugs','1254163586','no'),(889,0,'_transient_plugin_slugs','a:12:{i:0;s:25:\"add-to-any/add-to-any.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:17:\"cforms/cforms.php\";i:3;s:36:\"google-sitemap-generator/sitemap.php\";i:4;s:24:\"headspace2/headspace.php\";i:5;s:9:\"hello.php\";i:6;s:25:\"lifestream/lifestream.php\";i:7;s:24:\"lightbox-2/lightbox2.php\";i:8;s:45:\"ozh-admin-drop-down-menu/wp_ozh_adminmenu.php\";i:9;s:41:\"ultimate-google-analytics/ultimate_ga.php\";i:10;s:29:\"wp-dbmanager/wp-dbmanager.php\";i:11;s:28:\"autoresponder-gwa/ar_gwa.php\";}','no'),(891,0,'_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4','1254077141','no'),(876,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1254120343','no'),(877,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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s: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:71:\"Dougal Campbell: Jumping into WordPress Plugin Development presentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dougal.gunters.org/?p=1766\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"http://dougal.gunters.org/blog/2009/09/26/wordpress-plugin-development-presentation?utm_source=rss&utm_medium=rss&utm_campaign=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2099:\"<p>Despite an extreme lack of sleep, I managed to make it through my <a href=\"http://wordcampbirmingham.org/\">WordCamp Birmingham</a> presentation this morning on Jumping into WordPress Plugin Programming. I didn’t feel as prepared as I wanted to be, but several people gave me some kind comments, so I guess it must have gone okay. Here is the slideshow I used, which I’ve uploaded to <a href=\"http://www.slideshare.net/DougalCampbell/\">SlideShare</a> (where you can also find my presentation from last year).</p><div id=\"__ss_2071816\"><a href=\"http://www.slideshare.net/DougalCampbell/jumping-into-wordpress-plugin-programming-2071816\" title=\"Jumping Into WordPress Plugin Programming\">Jumping Into WordPress Plugin Programming</a><div>View more <a href=\"http://www.slideshare.net/\">documents</a> from <a href=\"http://www.slideshare.net/DougalCampbell\">Dougal Campbell</a>.</div></div><p>Obviously, with the slideshow, you don’t get the extra patter and commentary (did anybody record audio?), but the essential pieces are there. When I can find time (heh), I plan to turn this into a series of articles here on my blog, where I will go into much more depth, and give more complex and useful examples.</p> <a href=\"http://dougal.gunters.org/blog/2009/09/26/wordpress-plugin-development-presentation\" class=\"retweet vert\">Jumping into WordPress Plugin Development presentation</a><p>Related posts:<ol><li><a href=\"http://dougal.gunters.org/blog/2009/08/16/jumping-into-wordpress-plugin-programming\" rel=\"bookmark\" title=\"Permanent Link: Jumping Into WordPress Plugin Programming\">Jumping Into WordPress Plugin Programming</a></li><li><a href=\"http://dougal.gunters.org/blog/2009/09/25/getting-ready-for-wordcamp-birmingham-2009\" rel=\"bookmark\" title=\"Permanent Link: Getting ready for WordCamp Birmingham 2009\">Getting ready for WordCamp Birmingham 2009</a></li><li><a href=\"http://dougal.gunters.org/blog/2008/10/01/back-from-wordcamp-birmingham-2008\" rel=\"bookmark\" title=\"Permanent Link: Back from WordCamp Birmingham 2008\">Back from WordCamp Birmingham 2008</a></li></ol></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, 26 Sep 2009 20:09: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: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: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 09/24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2009/09/26/wordpress-theme-releases-for-0924/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1637:\"<h4><a href=\"http://www.3roadsmedia.com/free-wordpress-theme-elegante/\">Elegante</a></h4>\n<p><a href=\"http://3roadsmedia.com/themes/elegante/\"><img title=\"Elegante\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Elegante.gif\" alt=\"Elegante\" width=\"200\" height=\"125\" /></a></p>\n<p>Two column, widget ready theme with sIFR support and highlighting of search keywords</p>\n<h4><a href=\"http://blogigs.com/copyblogger-theme-upgraded-wp-2-8-compatible/\">CopyBlogger Upgraded</a></h4>\n<p><img title=\"copyblogger-fixed\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/copybloggerfixed.jpg\" alt=\"copyblogger-fixed\" width=\"200\" height=\"139\" /></p>\n<p>This is an updated version of the redundant, but very popular Copyblogger theme that was once originally used by Brian Clark of Copyblogger dot com. It now supports Threaded comments and other WordPress 2.8 features. The default look can be changed to a more modern layout with a few clicks of the mouse in the Custom CSS file where most of the customizations are done. Still as SEO friendly as the original.</p>\n<h4><a href=\"http://www.theme-junkie.com/2009/09/16/free-wordpress-theme-channel/\">Channel</a></h4>\n<p><img title=\"Channel\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Channel.png\" alt=\"Channel\" width=\"200\" height=\"139\" /></p>\n<p>Three/four column, widget ready, gravatar ready theme with automatic thumbnail creation, Flickr and feedburner support and a theme control panel</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to get listed in these release posts.</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, 26 Sep 2009 13:54: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:7:\"Perurry\";s: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:23:\"Matt: GPL Win in France\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14864\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2009/09/gpl-win-in-france/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"<p><a href=\"http://opendotdotdot.blogspot.com/2009/09/big-win-for-gnu-gpl-in-france.html\">Big Win for GNU GPL in France</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, 26 Sep 2009 04:36:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:42:\"WordPress.tv: Shorten your URLs with wp.me\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2612\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2009/09/25/shorten-your-urls-with-wp-me/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1377:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-0\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/25/shorten-your-urls-with-wp-me/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/iN87FFtO/wp-me-wptv_scruberthumbnail_0.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2612/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2612/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2612/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2612/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2612/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2612/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2612/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2612/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2612/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2612/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2612&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 04:15:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s: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:83:\"WordPress.tv: Utiliser une redirection 301 pour changer de domaine via le .htaccess\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2009/09/24/utiliser-redirection-301-htaccess/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1391:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-1\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/24/utiliser-redirection-301-htaccess/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/uQ6DKMxw/wordpress-redirection-301_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2610/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2610/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2610/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2610/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2610/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2610/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2610/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2610/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2610/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2610/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2610&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 04:15:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s: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:55:\"WordPress.tv: Intégrer Google Analytics sur votre 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2606\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.tv/2009/09/24/integrer-google-analytics-sur-votre-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1423:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-2\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/24/integrer-google-analytics-sur-votre-blog/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/lP3B6HeP/wordpress-integrer-google-analytics-sur-votre-blog_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2606/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2606/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2606/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2606/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2606/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2606/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2606/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2606/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2606/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2606/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2606&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 04:00: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:\"Ryan Markel\";s: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:59:\"Dougal Campbell: Getting ready for WordCamp Birmingham 2009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dougal.gunters.org/?p=1758\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"http://dougal.gunters.org/blog/2009/09/25/getting-ready-for-wordcamp-birmingham-2009?utm_source=rss&utm_medium=rss&utm_campaign=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2286:\"<p><a href=\"http://wordcampbirmingham.org/\"><img class=\"alignright size-full wp-image-1763\" title=\"WordCamp Birmingham 2009\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2009/09/wcbhm09.jpg\" alt=\"WordCamp Birmingham 2009\" width=\"170\" height=\"105\" /></a>In a short while, I’ll be leaving Atlanta, and heading west to Alabama for <a href=\"http://wordcampbirmingham.org/\">WordCamp Birmingham 2009</a>. I’m giving a presentation on Saturday morning about <a href=\"http://wordcampbirmingham.org/schedule/detail/#pluginintro\">Jumping Into WordPress Plugin Programming</a>. Of course, my presentation still isn’t done, so I’ll be burning the midnight oil tonight, finishing up my notes, gathering up my bookmarks, and turning it all into a slideshow. Unfortunately, my presentation is in the first slot of the morning. Fortunately, once that’s over with (for better or worse), I can enjoy the rest of WordCamp relatively stress-free.</p><p>Mainly, I’m looking forward to talking to people, both the people I’ve met before, like Mitch Canter of <a href=\"http://www.studionashvegas.com/\">StudioNashvegas</a>, and those I haven’t, like <a href=\"http://ma.tt/\">Matt Mullenweg</a> of…everything. If you see me wandering around, feel free to introduce yourself. I might be brain-dead from lack of sleep, and not the best conversationalist, but I’m usually more than happy to talk about WordPress, programming, or other general geekery. <img src=\"http://dougal.gunters.org/wordpress/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /></p><p>Related posts:<ol><li><a href=\"http://dougal.gunters.org/blog/2008/10/01/back-from-wordcamp-birmingham-2008\" rel=\"bookmark\" title=\"Permanent Link: Back from WordCamp Birmingham 2008\">Back from WordCamp Birmingham 2008</a></li><li><a href=\"http://dougal.gunters.org/blog/2008/09/04/wordcamp-birmingham\" rel=\"bookmark\" title=\"Permanent Link: WordCamp Birmingham\">WordCamp Birmingham</a></li><li><a href=\"http://dougal.gunters.org/blog/2008/09/22/wordcamp-birmingham-registration-deadline-approaching\" rel=\"bookmark\" title=\"Permanent Link: WordCamp Birmingham Registration Deadline Approaching\">WordCamp Birmingham Registration Deadline Approaching</a></li></ol></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, 25 Sep 2009 20:45: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: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: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:40:\"Donncha: Pigs help translate your plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ocaoimh.ie/?p=89495324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://ocaoimh.ie/pigs-translate-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2262:\"<p>I’m in the middle of translating the WP Super Cache plugin (one of my goals before a 1.0 release). The <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL2NvZGV4LndvcmRwcmVzcy5vcmcvSTE4bl9mb3JfV29yZFByZXNzX0RldmVsb3BlcnMjSTE4bl9mb3JfdGhlbWVfYW5kX3BsdWdpbl9kZXZlbG9wZXJz\">docs</a> make it easy to understand how to do it, but it is such a chore when there is so much text. According to Vim, I’m about 25% of the way through wp-cache.php</p>\n<p>Checking to make sure that all the strings are translated is tiresome but the <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvcGlnbGF0aW4v\">Pig Latin</a> plugin makes it easier to spot untranslatable strings:</p>\n<div align=\"center\"><img src=\"http://ocaoimh.ie/wp-content/uploads/2009/09/supercache1.png\" alt=\"supercache1\" title=\"supercache1\" width=\"450\" height=\"386\" class=\"aligncenter size-full wp-image-89495325\" /></p>\n<p><img src=\"http://ocaoimh.ie/wp-content/uploads/2009/09/supercache2.png\" alt=\"supercache2\" title=\"supercache2\" width=\"450\" height=\"386\" class=\"aligncenter size-full wp-image-89495326\" /></div>\n<p>There will be a new release of supercache soon, but check out <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvd3Atc3VwZXItY2FjaGUvZG93bmxvYWQv\">the download page</a> and grab the development version if you want an exclusive look at the new debugger, “newest cached files” listing and bug fixes.</p>\n<p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvbWVuYXJlcGlncy15ZXMtaXQv\" rel=\"\">MenArePigs – Yes it’s true, we …</a></li><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvZWMtY3JhY2tzLWRvd24tb24tbG8v\" rel=\"\">EC cracks down on local-loop u …</a></li><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvZGlnaXRhbC13b3JrZmxvdy1ndWlkZS8=\" rel=\"\">Digital Workflow Guide</a></li></ul></p> <img src=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?view=1&post_id=89495324\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Sep 2009 10:02: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: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: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:79:\"Weblog Tools Collection: Excellent Guide To Make Most of Your WordPress Install\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://weblogtoolscollection.com/archives/2009/09/24/excellent-guide-to-make-most-of-your-wordpress-install/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://weblogtoolscollection.com/archives/2009/09/24/excellent-guide-to-make-most-of-your-wordpress-install/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:886:\"<p>WordPress tips are available everywhere but we can’t get enough of it yet. One of my favorite tech writers and ardent programmer, Gina Trapani, has written a really comprehensive post of tips to get the best out of your WordPress blog.</p>\n<p>The tips involve lots of things we tend to overlook and also includes links to several other useful articles which will definitely enhance your WordPress IQ.</p>\n<p>This post is worth reading so don’t miss it for anything. Also several more <a href=\"http://weblogtoolscollection.com/archives/category/wordpress-for-beginners/\" target=\"_blank\">WordPress for Beginners</a> posts are lined up in my drafts so expect some really good tutorials shortly.</p>\n<p><a href=\"http://lifehacker.com/5365600/the-beginners-guide-to-tricking-out-your-wordpress-blog\">The Beginner’s Guide to Tricking Out Your WordPress Blog</a> [Life Hacker]</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, 25 Sep 2009 01:56:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Keith Dsouza\";s: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:60:\"Lorelle on WP: WordCamp Portland Donates to WordCamp Seattle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://lorelle.wordpress.com/?p=4165\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://lorelle.wordpress.com/2009/09/23/wordcamp-portland-donates-to-wordcamp-seattle/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7278:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a>You know I’m a huge WordCamp fan. I attend as many as I can, speak at many, and work hard with the <a href=\"http://wordcamp.info/\" title=\"The WordCamp Report\">The WordCamp Report</a>, <a href=\"http://www.blogherald.com/\" title=\"Blog Herald\" rel=\"tag\">Blog Herald</a>, and this blog to help promote WordCamps all over the world. </p>\n<p>For those unfamiliar with WordCamp, it is a grassroots gathering, formal or informal, of <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> fans. It can happen anywhere and in many formats, all focused on WordPress fans getting together to talk about WordPress and their online world. </p>\n<p>For those familiar with the WordCamp experience, you will not be surprised at my announcement. For those who haven’t had the joy of a WordCamp, you are about to learn how magical that experience is.</p>\n<p><strong>WordCamp Portland is donating USD $750 to WordCamp Seattle to help them with their event.</strong></p>\n<p><img src=\"http://lorelle.files.wordpress.com/2008/08/wordcamplogo.jpg\" class=\"alignleft\" alt=\"WordCamp WordPress 2008\" />That’s right. One WordCamp is helping another overcoming problems with finding sponsors and funding for their event. That’s love, folks. Pure WordPress love, and an example of the overwhelming support of WordPress fans for their community.</p>\n<p>On Monday, just a few hours after <a href=\"http://www.wordcampportland.org/\" title=\"WordCamp Portland\">WordCamp Portland</a> completed a very successful two day, sold out event in Portland, Oregon, <a href=\"http://www.wordcampseattle.org/\" title=\"WordCamp Seattle\">WordCamp Seattle</a> found out that negotiations with food services had gone astray. Five days before their event, 250 people attending the event were going to be without the promised lunch and snacks. </p>\n<p>Seeing a chance to help, several volunteers on the WordCamp Portland team swung into action. Tweets went out around the world, with retweets following one after another as it spread out to the WordPress Community and the Seattle food blogging community. Led by <a href=\"http://www.twitter.com/DeBorahBeatty\" title=\"DeBorah Beatty\">DeBorah Beatty</a>, the requests for food, drinks, and snacks spread like wildfire, with people eager to contact their “lists” via Twitter, email, and their blogs. </p>\n<p>Worried about their sister city in the Pacific Northwest, WordCamp Portland organizers decided they now had a purpose for the extra money left over for their very successful event. They had talked about saving it as seed money for next year’s event, but when the call came out that Seattle was in need, they knew it would be the right thing to do: <em>Give to the WordPress Community in Seattle</em>.</p>\n<p>That’s the magic of the WordPress Community at work. </p>\n<h3>Your Help Needed for WordCamps Everywhere</h3>\n<p>WordCamp Seattle continues to need help with food, drinks, and snacks. This generous donation is a fantastic step to help feed 250 WordPress enthusiasts this weekend, along with the many volunteers it takes to run such a huge event, but more is needed. Your help is needed for money, food, non-alcoholic drinks, and other event support. Contact <a href=\"http://www.twitter.com/DeBorahBeatty\" title=\"DeBorah Beatty\">@DeBorah Beatty</a> and <a href=\"http://www.twitter.com/JoshH\" title=\"Josh Twitter account\">@JoshH</a> to help them out.</p>\n<p>Help is not just needed for WordCamp Seattle. The organizers of the Seattle event have been so stunned and grateful for the donation from WordCamp Portland, they have offered to give any money left from their event to another WordCamp, starting an amazing interaction between WordCamps beyond their community. It’s the WordCamp Wave!</p>\n<p>WordCamps are non-profit and non-commercial events. They are social gatherings and educational opportunities to learn from each other on how we use WordPress. Some communities can support huge events with big sponsors, while others are content meeting in a park or community center with no sponsorship. Our hope is that <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> will help us create a fund that will help sponsor WordCamp events and attendees around the world. It’s early days, but your help is needed to help others in the WordPress Community.</p>\n<p>Thanks to all who give so much to the WordPress Community! And especially to WordCamp Portland for their generosity. You continue to set an example for everyone to follow!</p>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /></p>\n<hr />\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a> <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a> <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordCamps, WordPress Events, WordPress News <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/4165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/4165/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/4165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/4165/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/4165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/4165/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/4165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/4165/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/4165/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/4165/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4165&subd=lorelle&ref=&feed=1\" /></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, 23 Sep 2009 19:24: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:17:\"Lorelle VanFossen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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 Theme Releases for 09/23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2009/09/23/wordpress-theme-releases-for-0923/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2277:\"<h4><a href=\"http://templates.arcsin.se/simple-organization-wordpress-theme/\">Simple Organization</a></h4>\n<p><a href=\"http://templates.arcsin.se/demo/simple-organization-wordpress-theme/\"><img title=\"simple-organization\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/simpleorganization.jpg\" alt=\"simple-organization\" width=\"200\" height=\"100\" /></a></p>\n<p>A simple and elegant theme suitable for organizations. Supporting widgets and nested comments.</p>\n<h4><a href=\"http://the-cloisters.net/wordpress-themes/daily-minefield-theme/\">Daily Minefield</a></h4>\n<p><img title=\"Daily Minefield\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/DailyMinefield.jpg\" alt=\"Daily Minefield\" width=\"200\" height=\"200\" /></p>\n<p>Multi-column fixed-width theme in brown, black and a touch of green includes 4 widgetized footer sections. Featuring an Author Info page and gravatars along with Custom Archives, Sitemap and Full-Width No Sidebars page templates. There is an options page for setting the text in the Info Text Box.</p>\n<h4><a href=\"http://the-cloisters.net/wordpress-themes/parchment-draft-theme/\">Parchment Draft</a></h4>\n<p><img title=\"Parchment Draft\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/ParchmentDraft.jpg\" alt=\"Parchment Draft\" width=\"200\" height=\"150\" /></p>\n<p>A very basic 2 column fixed-width theme in reminiscent of old parchment paper. Featuring an Author Info page and gravatars along with Custom Archives, Sitemap and Full-Width No Sidebars page templates.</p>\n<h4><a href=\"http://www.designisphilosophy.com/free-wordpress-themes/wavefront-a-calm-space/\">Wavefront</a></h4>\n<p><img title=\"Wavefront\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Wavefront.jpg\" alt=\"Wavefront\" width=\"200\" height=\"150\" /></p>\n<p>WaveFront provides calm yet stylish layouts customized for basic CMS functionality with several custom page templates including a no-sidebar front page (Front Page template) with three bottom boxes. The theme also has a list of hidden features and extra content that can be turned on and off by editing the template files.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to get it listed in these posts.</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, 23 Sep 2009 18:45:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s: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:48:\"BuddyPress: BuddyPress 1.1 – Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://buddypress.org/?p=614\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://buddypress.org/blog/news/bp-1-1-rc/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1570:\"<p><a href=\"http://buddypress.org\">BuddyPress</a> 1.1 release candidate is available for final testing. As with the beta, this version is intended for testing, so please do not run it on production sites.</p>\n<p>As with the beta, the release candidate is available for download <a href=\"http://trac.buddypress.org/changeset/1945/tags/1.1-rc?old_path=%2F&format=zip\">via zip</a> or <a href=\"http://svn.buddypress.org/tags/1.1-rc/\">via subversion</a>.</p>\n<p>If you download the zip version you will still need to <a href=\"http://bbpress.org/download\">download bbPress 1.0</a> separately. Please extract bbPress into the folder “bp-forums/bbpress” inside of the BuddyPress plugin directory. This will not be the case with the final 1.1 version.</p>\n<p>There have been more than 70 bugs reported and fixed since the beta last week. Thank you to those who opened tickets and submitted patches.</p>\n<p>Please <a href=\"http://trac.buddypress.org/newticket\">report bugs on our trac site</a> with the milestone “1.1″. There are currently <a href=\"http://trac.buddypress.org/query?status=accepted&status=assigned&status=new&status=reopened&group=priority&order=priority&col=id&col=summary&col=milestone&col=status&col=type&col=priority&col=reporter&milestone=%211.2&type=%21enhancement\">no outstanding bugs</a> at the time of writing. Put me to work! Please use your BuddyPress.org username and password to log into the trac site.</p>\n<p>BuddyPress 1.1 final is on target for September 30.</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, 23 Sep 2009 17:35:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andy Peatling\";s: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:72:\"Weblog Tools Collection: WordPress MU and BuddyPress Plugin Contest 2009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://weblogtoolscollection.com/archives/2009/09/22/wordpress-mu-and-buddypress-plugin-contest-2009/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1202:\"<p>As in last year, following our own <a href=\"http://weblogtoolscollection.com/pluginblog\">Plugin Competition</a> (results are on the way), <a href=\"http://wpmu.org\">WPMU.org</a> is holding their own plugin competition. But this time they are adding BuddyPress plugins into the mix as well. You can visit the <a href=\"http://wpmu.org/wordpress-mu-buddypress-plugin-contest-2009/\">WPMU Plugin Competition Homepage</a> for more information.</p>\n<p>The rules for the competition remain the same as last year. Competitors need to post as announcement for their plugin(s) by registering at WPMU.org and submitting a post. The plugins must relate to WordPress MU or BuddyPress and be available freely for download. The plugins must also be released under a GPL compatible license. The prize pool is at $1000 and the organizers are looking for more donations to bolster the purse.</p>\n<p>So if you are a novice plugin author looking to wade in the WordPress MU pool or a seasoned veteran looking to flex your muscles, head over to the competition and post an entry!</p>\n<p>Disclosure: WPMU.org are past and present advertisers on this blog and have donated prizes to our own WordPress Plugin Competition.</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, 22 Sep 2009 23:27: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:\"Mark Ghosh\";s: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:73:\"Mark Jaquith: PHP $_SERVER variables are not safe for use in forms, links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://markjaquith.wordpress.com/?p=343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://markjaquith.wordpress.com/2009/09/21/php-server-vars-not-safe-in-forms-or-links/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4491:\"<div class=\"snap_preview\"><br /><p>A common security mistake I see WordPress plugin authors (and PHP coders in general) make is using <code>$_SERVER[\'PHP_SELF\']</code> or <code>$_SERVER[\'REQUEST_URI\']</code> as the action of a form or part of an anchor’s <code>href</code> attribute. This is not safe to do, and opens your code up to XSS (cross-site scripting) exploits.</p>\n<p>Common example:</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n<form action=\"<?php echo $_SERVER[\'PHP_SELF\']; ?>\">\n</pre>\n<p>Another example:</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n<a href=\"<?php echo $_SERVER[\'PHP_SELF\']\' ?>?foo=bar\">link title</a>\n</pre>\n<p>Here are my two rules regarding <code>$_SERVER[\'PHP_SELF\']</code> or <code>$_SERVER[\'REQUEST_URI\']</code> in forms:</p>\n<ul>\n<li>Do not use them</li>\n<li>If you use one of them, escape it with <code>esc_url()</code></li>\n</ul>\n<p>Most uses of <code>$_SERVER[\'PHP_SELF\']</code> and <code>$_SERVER[\'REQUEST_URI\']</code> are in HTML forms. If you want the <code>action</code> attribute to point to the current URL, <strong>leave it blank</strong>. URI references that are blank point to the current resource.</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n<form action=\"\">\n</pre>\n<p>If you do want to specify the action (and there are good reasons for wanting to do that, such as stripping the query string from the current URL), you <strong>must</strong> run it through <code>esc_url()</code>.</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n<form action=\"<?php echo esc_url( $_SERVER[\'PHP_SELF\'] ); ?>\">\n</pre>\n<p>The same applies to links… run the <code>href</code> attribute through <code>esc_url()</code>.</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n<a href=\"<?php echo esc_url( $_SERVER[\'PHP_SELF\'] . \'?foo=bar\' ); ?>\">link title</a>\n</pre>\n<p>A quick search through the WordPress Plugin Directory showed that this problem is far too common.</p>\n<p><b>Updates:</b></p>\n<p>Examples of URLs that could exploit this for double-quoted actions:</p>\n<p><code>script.php/\"%20onmouseover=\'alert(document.cookie)\'</code></p>\n<p>And single-quoted actions:</p>\n<p><code>script.php/\'%20onmouseover=\'alert(document.cookie)\'</code></p>\n<p>No, just using a plain old <code>htmlentities()</code> wrapper is not going to help! That’s still vulnerable to XSS in certain situations. If you’re not using WordPress, you should copy the WordPress escaping functions (just remove the <code>apply_filters()</code> portions).</p>\n<p>If you are using the <code>base</code> tag, Safari will apply that base to the blank <code>action</code> attribute. So if you use the <code>base</code> tag (I never do), a blank <code>action</code> isn’t going to be for you. Use what you’ve been using, but escape it.</p>\n<p>Lester Chan has a handy snippet for the form action of WordPress plugin settings pages:</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n<form action=\"<?php echo admin_url( \'admin.php?page=\' . plugin_basename( __FILE__ ) ); ?>\">\n</pre>\n<p><code>admin_url()</code> takes care of escaping for you, and is an easy way to create a full WP admin URL from a <code>wp-admin</code>-relative URL.</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/343/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/343/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/343/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/343/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/343/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/343/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/343/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/343/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/343/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/343/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=343&subd=markjaquith&ref=&feed=1\" /></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, 22 Sep 2009 02:50:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:60:\"Weblog Tools Collection: WordPress Plugin Releases for 09/21\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6767\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://weblogtoolscollection.com/archives/2009/09/21/wordpress-plugin-releases-for-0919/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3407:\"<h3>New plugins</h3>\n<p><a href=\"http://justintadlock.com/archives/2009/09/17/members-wordpress-plugin\">Members</a></p>\n<p>The Members plugin is a user, role, and content management plugin. Its purpose is to make WordPress a more powerful CMS by giving you fine-grain control over the users of your site.</p>\n<p><a href=\"http://stylizedweb.com/2009/09/18/wordpress-dashboard-pages-plugin/\">WordPress Dashboard Pages</a></p>\n<p>Adds a dashboard widget listing all of the pages allowing for easy editing, deleting and management of content pages.</p>\n<p><a href=\"http://www.gospelrhys.co.uk/plugins/wordpress-plugins/wordpress-email-capture-plugin\">WP Email Capture</a></p>\n<p>Creates a 2 field form (Name & Email) for capturing emails. Email is double opt in, and allows you to forward opt in to services such as ebooks or software. When you are ready to begin your email marketing campaign, simply export the list into your chosen email marketing software or service.</p>\n<p><a href=\"http://www.dev4press.com/2009/09/20/gd-taxonomies-tools-0-4-0/\">GD Taxonomies Tools</a></p>\n<p>GD Taxonomies Tools is a plugin that can be used to expand custom taxonomies support. Plugin adds many tools including custom taxonomies management and widget for taxonomies terms cloud.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/wp-ajax-edit-comments/\">Ajax Edit Comments</a></p>\n<p>Allow your visitors to edit the plugins they leave on your blog. v2.4.0.1 now allows admins to <a href=\"http://ajaydsouza.com/archives/2009/09/19/ajax-edit-comments-now-with-move-comments-feature/\">move the comments</a> from one post to another.</p>\n<p><a href=\"http://sivel.net/wordpress/public-post-preview/\">Public Post Preview</a></p>\n<p>Have you ever been writing a post with the help of someone who does not have access to your blog and needed to give them the ability to preview it before publishing? This plugin takes care of that by generating a URL with an expiring nonce that can be given out for public preview.</p>\n<p><a href=\"http://sivel.net/wordpress/ajax-plugin-helper/\">Ajax Plugin Helper</a></p>\n<p>An Ajax Plugin Helper for the WordPress admin plugin page. Adds Ajax activate, deactivate, delete and upgrade functionality.</p>\n<p><a href=\"http://www.dev4press.com/2009/09/14/gd-press-tools-2-1-0/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various administration, seo, maintenance and security related tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, change some aspects of WordPress, see detailed server settings and information. Plugin can also track posts and pages views for various popularity lists. Some of the features don’t work with every version of the WordPress. If you have some suggestion about potential features for this plugin, please leave a message.</p>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed reading blogroll</a></p>\n<p>The plugin adds a cool new blogroll that is able to display the freshness and the latest post-title of your bookmarks. It enables you to sort the blogroll by the latest update of your bookmarked blogs.</p>\n<p><a href=\"http://scribu.net/wordpress/custom-field-images\">Custom Field Images</a></p>\n<p>A WordPress plugin to display thumbnails in posts, excerpts, feeds etc. with plenty of options and easy management.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2009 18:55:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 09/19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://weblogtoolscollection.com/archives/2009/09/20/wordpress-theme-releases-for-0919-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:2632:\"<h4><a href=\"http://3oneseven.com/08/bruce/\">Bruce WPmu buddypress</a></h4>\n<p><a href=\"http://wp2.3oneseven.com/index.php?wptheme=Bruce\"><img title=\"Bruce\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Bruce.png\" alt=\"Bruce\" width=\"150\" height=\"150\" /></a></p>\n<p>The Bruce WPmu BuddyPress theme, fully loaded WPmu theme design for a WPmu powered site with the Bruce theme, featuring a multi column fluid layout, enabled with theme option panel, pagenavi support, frontpage slider, related posts, recent comments with gravatars are built into the theme.</p>\n<h4><a href=\"http://www.theenglishguy.co.uk/victoriana-wordpress-theme/\">Victoriana</a></h4>\n<p><img title=\"Victoriana\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Victoriana.png\" alt=\"Victoriana\" width=\"200\" height=\"180\" /></p>\n<p>This is a two-column wordpress theme, a highly customized theme. It has theme options to let you customize the font, sidebar position (left or right), post background color, sidebar background color and the link colors</p>\n<h4><a href=\"http://www.dkszone.net/2009/08/celestial-aura-free-3-column-wordpress.html\">Celestial Aura</a></h4>\n<p><a href=\"http://dkszone.0fees.net/\"><img title=\"Celestial Aura V2\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/CelestialAuraV2.png\" alt=\"Celestial Aura V2\" width=\"200\" height=\"146\" /></a></p>\n<p>Celestial Aura V2.0 is an SEO-friendly free three column WordPress theme with left and right sidebars. They can accommodate blocks of Wide Skyscraper width (160×600). It has a beautiful cosmic header with a slick menu bar elegantly blended in a sky blue background. The article area is suitable for a adsense banner ad of 468×60 pixels.</p>\n<h4><a href=\"http://wordpress.org/extend/themes/palmixio\">Palmixio</a></h4>\n<p><img title=\"Palmixio\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Palmixio.jpg\" alt=\"Palmixio\" width=\"200\" height=\"152\" /></p>\n<p>WP theme with 2 column layout, custom header, widget-ready (sidebar and footer), custom gravatar, easy to customize</p>\n<h4><a href=\"http://oldpopularyolk.joshuagoodwin.com/\">Old Popular Yolk</a></h4>\n<p><img class=\"alignnone size-thumbnail wp-image-6765\" title=\"Old Popular Yolk\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Old-Yolk-150x150.png\" alt=\"Old Yolk\" width=\"150\" height=\"150\" /></p>\n<p>Easy to customize and minimal, featuring a print stylesheet and some exciting CSS3 treats. Supports threaded comments for WordPress 2.7 and beyond. Aligned to a vertical and horizontal grid, with a whiff of the International Typographic Style.</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, 20 Sep 2009 12:37:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s: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:53:\"Dougal Campbell: It’s Talk Like a Pirate Day again!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://dougal.gunters.org/?p=1739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"http://dougal.gunters.org/blog/2009/09/19/its-talk-like-a-pirate-day-again?utm_source=rss&utm_medium=rss&utm_campaign=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1515:\"<p><img class=\"size-full wp-image-1741 alignright\" title=\"Morale\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2009/09/beatingswillcontinue.jpg\" alt=\"The beatings will continue until morale improves!\" width=\"100\" height=\"100\" /><br /> Ahoy, me maties!</p><p>Yes, it’s <a href=\"http://talklikeapirate.com/\">Talk Like a Pirate Day</a> once again. And as customary, my blog is piratified by my <a href=\"http://wordpress.org/extend/plugins/text-filter-suite/\">Text Filter Suite plugin</a>. For today, all the writing will be automatically translated into pirate speak. If you leave comments, you don’t have to go out of your way to talk pirate, just write normally, and the filters will take care of things for you.</p><p>Yaaarrr!</p> <a href=\"http://dougal.gunters.org/blog/2009/09/19/its-talk-like-a-pirate-day-again\" class=\"retweet vert\">It’s Talk Like a Pirate Day again!</a><p>Related posts:<ol><li><a href=\"http://dougal.gunters.org/blog/2005/09/13/prepare-to-be-boarded\" rel=\"bookmark\" title=\"Permanent Link: Talk Like a Pirate (and TFS updates)\">Talk Like a Pirate (and TFS updates)</a></li><li><a href=\"http://dougal.gunters.org/blog/2004/09/17/talk-like-a-pirate-weekend\" rel=\"bookmark\" title=\"Permanent Link: Talk Like a Pirate Weekend\">Talk Like a Pirate Weekend</a></li><li><a href=\"http://dougal.gunters.org/blog/2007/09/19/happy-talk-like-a-pirate-day-2\" rel=\"bookmark\" title=\"Permanent Link: Happy Talk Like a Pirate Day!\">Happy Talk Like a Pirate Day!</a></li></ol></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, 19 Sep 2009 16:33:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:54:\"Weblog Tools Collection: The Best-Of Series: SEO Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://weblogtoolscollection.com/archives/2009/09/19/the-best-of-series-seo-tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3667:\"<p>When it comes to Search Engine Optimization, there are a slew of options out there. Some good and some not so good. But today I want to talk about the best options out there for WordPress. There are many. But I’m going to try to sift through the cruft to find the truly great tools that are available. <em>Here we go…</em></p>\n<ol>\n<li><strong><a href=\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/\">All In One SEO Pack</a></strong><br />\nI suppose the most obvious plugin is the All In One SEO Pack. According to statistics it is <strong>the</strong> most popular plugin in the whole WordPress Extend repository. It has a robust feature set. Of all the SEO-related WordPress plugins I have tried it is, in my opinion, the best there currently is. The plugin allows you to optimize various things in WordPress for search engines including your site title, your keywords, page titles, and much more. One of the features I like the most is the ability to generate keywords automatically based on the current post. Very handy!</li>\n<li><strong><a href=\"http://wordpress.org/extend/plugins/headspace2/\">HeadSpace</a></strong><br />\nThe plugin HeadSpace comes in a close second for me. It also has a great many features and is also very popular. It has some of the features SEO Pack has and many others that it does not. One of the really great features of this plugin is the ability to automatically generate post tags based off the content of the post. Being a person who sucks at categorizing and tagging my posts I really love this feature. Another feature I like is the ability to import data from other plugins like SEO Pack.</li>\n<li><strong><a href=\"http://wordpress.org/extend/plugins/google-sitemap-generator/\">Google XML Sitemaps</a></strong><br />\nHaving a well-defined map of your entire site is another important aspect of SEO. Google XML Sitemaps is the best plugin for that job in my opinion. I’ve used it extensively for the past few years and I have seen some good results from it. It’s really easy to use but still has a good number of features.</li>\n<li><strong><a href=\"http://wordpress.org/extend/plugins/seo-automatic-links/\">SEO Smart Links</a></strong><br />\nI like SEO Smart Links because of the automation it provides. It can automatically link keywords in your posts to their corresponding posts and pages. This really helps with keeping visitors clicking further into your site. You can also specify custom keywords and the URLs they should link to. <em>Nifty!</em></li>\n<li><strong><a href=\"http://wordpress.org/extend/plugins/robots-meta/\">Robots Meta</a></strong><br />\nRobots Meta is another good plugin. I like it for its simplicity. With it you can add meta tags to hide comments feeds from search engines, prevent search engines from indexing all feeds on your site, hide search result pages from search engines, hide the admin pages from search engines, and much more.</li>\n</ol>\n<p>There we have it. 5 top plugins for WordPress Search Engine Optimization. Remember though, this is merely my opinion. It doesn’t necessarily mean they are in an order you would agree with. I actually like all these plugins very much. It’s pretty hard to choose what order to put them in but, I think I’m happy with how it is now.</p>\n<p>What do <strong><em>you</em></strong> think? Do you like the order? Have I missed a really great plugin? Lets hear it!</p>\n<p>Do you have a good idea for the next article in the Best-Of series? Drop a comment here or <a href=\"http://weblogtoolscollection.com/archives/2007/02/06/contact-me/\">contact us</a> and your idea just might be next in the series!</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, 19 Sep 2009 11:27: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:\"James Dimick\";s: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:64:\"Publisher Blog: University of British Columbia Selects 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:42:\"http://publisherblog.automattic.com/?p=654\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://publisherblog.automattic.com/2009/09/18/university-british-columbia-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:2401:\"<div class=\"snap_preview\"><br /><p>Thanks to <a href=\"http://bradt.ca/\">Brad Tousenard</a> for letting us know about a new site he’s developed for the University of British Columbia, <a href=\"http://www.aplaceofmind.ubc.ca/\">A Place of Mind</a>:<br />\n<a href=\"http://www.aplaceofmind.ubc.ca\"><img src=\"http://wordpresspublishers.files.wordpress.com/2009/09/university-british-columbia1.png?w=640&h=414\" alt=\"University-British-Columbia\" title=\"University-British-Columbia\" width=\"640\" height=\"414\" class=\"alignnone size-full wp-image-656\" /></a></p>\n<blockquote><p>“A Place of Mind is a web site created for the University of British Columbia to aggregate their content from a variety of online sources like YouTube, Flickr, Twitter, and blogs. The site is configured to pull feeds from these sources and import specially tagged posts”</p></blockquote>\n<p>The design and creative work was produced by <a href=\"http://www.fjordwest.com/\">Fjord Interactive</a> and development work done by <a href=\"http://bradt.ca/\">Brad Touesnard</a>.</p>\n<p>[ Visit <a href=\"http://www.aplaceofmind.ubc.ca/\">A Place of Mind</a> ]</p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/654/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/654/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/654/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/654/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/654/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/654/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/654/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/654/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/654/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/654/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=654&subd=wordpresspublishers&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 08:55:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Raanan Bar-Cohen\";s: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:22:\"Matt: Portland, Oregon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14778\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2009/09/portland-oregon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10604:\"<p>Exploring bits of Portland, Oregon with Jane.</p>\n<p><span id=\"more-14778\"></span></p>\n\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6678/\" title=\"MCM_6678\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6678-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Pioneer Square South Eastbound\" title=\"MCM_6678\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6679-2/\" title=\"MCM_6679\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6679-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Fountains in Pioneer Square\" title=\"MCM_6679\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6682/\" title=\"MCM_6682\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6682-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Spiky biker\" title=\"MCM_6682\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6683/\" title=\"MCM_6683\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6683-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6683\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6684/\" title=\"MCM_6684\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6684-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6684\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6685/\" title=\"MCM_6685\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6685-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6685\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6686/\" title=\"MCM_6686\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6686-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6686\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6687-2/\" title=\"MCM_6687\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6687-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Danger: Men Working Above\" title=\"MCM_6687\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6688/\" title=\"MCM_6688\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6688-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6688\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6689/\" title=\"MCM_6689\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6689-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6689\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6692/\" title=\"MCM_6692\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/09/MCM_6692-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6692\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6695/\" title=\"MCM_6695\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6695-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Andy Warhol tribute in parking lot\" title=\"MCM_6695\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6696-2/\" title=\"MCM_6696\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6696-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Please wait to be seated\" title=\"MCM_6696\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6697/\" title=\"MCM_6697\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6697-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Montage bar and kitchen\" title=\"MCM_6697\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6698/\" title=\"MCM_6698\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/09/MCM_6698-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"Oyster shooter, more delicious than it sounds\" title=\"MCM_6698\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6700-2/\" title=\"MCM_6700\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/09/MCM_6700-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6700\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6701/\" title=\"MCM_6701\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6701-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6701\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6702-3/\" title=\"MCM_6702\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6702-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Floor patches\" title=\"MCM_6702\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6703/\" title=\"MCM_6703\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6703-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Many napkins\" title=\"MCM_6703\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6704/\" title=\"MCM_6704\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6704-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Montage, best mac and cheese\" title=\"MCM_6704\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6705/\" title=\"MCM_6705\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6705-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"People's Co-op\" title=\"MCM_6705\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6706/\" title=\"MCM_6706\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6706-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Organic Oregonian pumpkin\" title=\"MCM_6706\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6707/\" title=\"MCM_6707\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6707-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Maple Syrup\" title=\"MCM_6707\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6708-3/\" title=\"MCM_6708\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6708-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Produce\" title=\"MCM_6708\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6709-2/\" title=\"MCM_6709\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6709-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"This tasted funny but I think it's good for me\" title=\"MCM_6709\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6710/\" title=\"MCM_6710\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6710-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"The vanilla avacado milkshake (I did it with Coconut Bliss) was amazing\" title=\"MCM_6710\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6711/\" title=\"MCM_6711\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6711-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Jen and Jane\" title=\"MCM_6711\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6712-2/\" title=\"MCM_6712\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6712-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Jen's backyard\" title=\"MCM_6712\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6713-2/\" title=\"MCM_6713\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6713-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Grapes on the vine\" title=\"MCM_6713\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6714/\" title=\"MCM_6714\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6714-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Asian pears\" title=\"MCM_6714\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6716/\" title=\"MCM_6716\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6716-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Hand-picked grapes, I love this photo\" title=\"MCM_6716\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6718/\" title=\"MCM_6718\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6718-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"This guy almost got me\" title=\"MCM_6718\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6719/\" title=\"MCM_6719\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6719-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6719\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6720/\" title=\"MCM_6720\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6720-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Yellow roses\" title=\"MCM_6720\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6726/\" title=\"MCM_6726\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6726-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6726\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6727/\" title=\"MCM_6727\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6727-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Mount Tabor club\" title=\"MCM_6727\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6728/\" title=\"MCM_6728\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6728-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Aztec cinnamon chocolates\" title=\"MCM_6728\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6729-2/\" title=\"MCM_6729\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/09/MCM_6729-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6729\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6730-2/\" title=\"MCM_6730\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6730-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Wedding cake with flowers\" title=\"MCM_6730\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6731-3/\" title=\"MCM_6731\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6731-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Eclairs\" title=\"MCM_6731\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6732/\" title=\"MCM_6732\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6732-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Yes, you can ring the bells\" title=\"MCM_6732\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6733-3/\" title=\"MCM_6733\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6733-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Ja Civa's, where all the beautiful sweets were\" title=\"MCM_6733\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6734/\" title=\"MCM_6734\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6734-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"A School for Self and Energy Awareness\" title=\"MCM_6734\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6736/\" title=\"MCM_6736\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6736-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"One of the 7 bridges in Portland\" title=\"MCM_6736\" /></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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:67:\"WordPress.tv: Ajouter un plugin via l’administration de WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2535\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.tv/2009/09/11/ajouter-un-plugin-via-ladministration-de-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:1405:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-6\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/11/ajouter-un-plugin-via-ladministration-de-wordpress/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/ozvOO1GX/wordpress-ajout-plugin_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2535/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2535/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2535/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2535/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2535/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2535/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2535/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2535/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2535/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2535/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2535&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 05:30: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:11:\"Ryan Markel\";s: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:73:\"WordPress.tv: Migrating from Blogger to WordPress: Keeping Search Results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2009/09/18/migrating-blogger-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1369:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-3\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/18/migrating-blogger-to-wordpress/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/3tFUWJvy/labnol_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2564/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2564/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2564/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2564/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2564/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2564&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 05:17: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:11:\"Ryan Markel\";s: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:67:\"WordPress.tv: Ajouter un thème via l’administration de WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2537\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2009/09/11/ajouter-un-theme-via-ladministration-de-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:1403:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-5\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/11/ajouter-un-theme-via-ladministration-de-wordpress/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/j8j7IeOt/wordpress-ajout-theme_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2537/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2537/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2537/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2537/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2537/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2537&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 04:45:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 09/17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2009/09/17/wordpress-theme-releases-for-0917/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1889:\"<h4><a href=\"http://www.dkszone.net/2009/09/coralis-free-3-column-wordpress-theme.html\">Coralis</a></h4>\n<p><a href=\"http://coralis.iblogger.org/\"><img title=\"Coralis\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Coralis.png\" alt=\"Coralis\" width=\"200\" height=\"132\" /></a></p>\n<p>Coralis is a three column WordPress theme with two Sidebars on the right side. This free theme is widget-ready and SEO optimized. This light weight <a href=\"http://www.dkszone.net/2009/08/eximius-free-3-column-wordpress-theme.html\"></a>theme has been designed to accommodate 125×125 Adsense blocks in the left sidebar and a Wide Skyscraper Ad (160×600) in the right sidebar. The Favicon of this theme can be easily replaced with your own.</p>\n<h4><a href=\"http://zaryl.com/free-wordpress-themes/\">Elegant</a></h4>\n<p><a href=\"http://zaryl.com/?themedemo=elegant\"><img title=\"Elegant\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Elegant.gif\" alt=\"Elegant\" width=\"200\" height=\"108\" /></a></p>\n<p>A simple but elegant looks wordpress theme. Valid XHTML, 2 column dark theme, widget ready. Also available are the other themes by the same author.</p>\n<h4><a href=\"http://www.izandi.net/travel-wordpress-theme/\">Travel</a></h4>\n<p><img title=\"Travel\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Travel.png\" alt=\"Travel\" width=\"200\" height=\"150\" /></p>\n<p>Three column, widget ready theme with two right sidebars.</p>\n<h4><a href=\"http://paranimage.com/blackberry-wordpress-theme-berrypress/\">BerryPress</a></h4>\n<p><img title=\"berrypress\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/berrypress.gif\" border=\"0\" alt=\"berrypress\" width=\"200\" height=\"124\" /></p>\n<p>Two-columns wordpress theme, inspired by blackberry 7230’s vodafone theme, has a cool sidebar with accordion style widget. <em>Page not in English</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Sep 2009 20:14: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s: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:60:\"Weblog Tools Collection: WordPress Plugin Releases for 09/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:40:\"http://weblogtoolscollection.com/?p=6737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://weblogtoolscollection.com/archives/2009/09/15/wordpress-plugin-releases-for-0916-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:2934:\"<h3>New Plugins</h3>\n<p><a href=\"http://masti.divinecrunch.com/wp-archive-sitemap-generator-plugin/\">WP Archive-Sitemap Generator</a></p>\n<p>WP Archive-Sitemap Generator plugin generates simple Archives/Sitemap based on your sites/blogs posts and pages. This is not another XML sitemap plugin, but rather a nice sitemap generator.</p>\n<p><a href=\"http://www.melandri.net/projects/selective-javascript-loader\">Selective JavaScript Loader</a></p>\n<p>This plugin will try to load different Javascript files based on the blog section that is being viewed.</p>\n<p><a href=\"http://www.phoenixheart.net/wp-plugins/free-cdn/\">Free CDN</a></p>\n<p>This plugin rewrites (almost) all static contents in a wordpress powered site – being any of images, objects, css, javascripts – so that they are served from Coral CDN – a free P2P Content Delivery Network – instead of site’s own server, thus saves a lot of bandwidth and increases stability.</p>\n<p><a href=\"http://www.vibethemes.com/wordpress-plugins/vibe-seo-pack-wordpress-plugin/\">Vibe SEO</a></p>\n<p>Search Engine Optimization for WordPress have never been easier! Vibe SEO Pack is a powerful and easy to use search engine optimization WordPress plugin.</p>\n<p><a href=\"http://www.plexav.com/2009/spacializer-widget\">The Spacializer Widget</a></p>\n<p>Represents multiple sound samples, each as a luminescent orb of color. The volume of each sample varies depending upon how close your mouse pointer is to the associated colored orb.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-insert/\">WP-Insert</a></p>\n<p>Manage ads, feeds, tracking codes, WYSIWYG editing and syntax highlighting</p>\n<p><a href=\"http://www.dev4press.com/2009/09/09/gd-simple-widgets-1-5-0/\">GD Simple Widgets</a></p>\n<p>This plugin contains several widgets with simple functionality. Some of them are based on standard WordPress widgets but with extended options and rendering. You can also disable default WordPress widgets if you choose to use Simple Widgets versions.</p>\n<p><a href=\"http://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>The Store Locator plugin empowers web developers & web site owners to easily manage and display any set of important stores, products, or other locations on their website in an easily searchable manner. Uses Google Maps.</p>\n<p><a href=\"http://sivel.net/wordpress/ajax-plugin-helper/\">Ajax Plugin Helper</a></p>\n<p>An Ajax Plugin Helper for the WordPress admin plugin page. Adds Ajax activate, deactivate, delete and upgrade functionality.</p>\n<p><a href=\"http://simplepressforum.com/\">Simple:Press Forum</a></p>\n<p>A feature rich forum plugin for WordPress that fully integrates into your WP based site</p>\n<p><a href=\"http://sivel.net/wordpress/public-post-preview/\">Public Post Preview</a></p>\n<p>Enables you to give a link to anonymous users for public preview of a post before it is published.</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, 15 Sep 2009 19:30:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s: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:31:\"BuddyPress: BuddyPress 1.1 Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://buddypress.org/?p=594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://buddypress.org/blog/news/buddypress-1-1-beta/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1496:\"<p><a href=\"http://buddypress.org\">BuddyPress</a> 1.1 is now available for beta testing. This version is intended for testing only, you should not try running it on production sites. You can download the beta via <a href=\"http://trac.buddypress.org/changeset/1881/tags/1.1-beta?old_path=%2F&format=zip\">this zip file</a>, or <a href=\"http://svn.buddypress.org/tags/1.1-beta\">via subversion</a>.</p>\n<p>If you download the zip version you will need to <a href=\"http://bbpress.org/download\">download bbPress 1.0</a> separately. Please extract bbPress into the folder “bp-forums/bbpress” inside of the BuddyPress plugin directory.</p>\n<p>As always, please <a href=\"http://trac.buddypress.org/newticket\">report bugs on our trac site</a> with the milestone “1.1″. You can also <a href=\"http://trac.buddypress.org/query?status=accepted&status=assigned&status=new&status=reopened&group=priority&order=priority&col=id&col=summary&col=milestone&col=status&col=type&col=priority&col=reporter&milestone=%211.2&type=%21enhancement\">view all outstanding bugs</a> for this version. Patches for any of those bugs are very welcome. Please use your BuddyPress.org username and password to log into the trac site.</p>\n<p><strong>Update:</strong> Please make sure you <a href=\"http://svn.buddypress.org/tags/1.1-beta/readme.txt\">read the installation instructions</a> as there are changes from previous versions.</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, 14 Sep 2009 21:54: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:13:\"Andy Peatling\";s: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:54:\"Joseph: Social Media Club of Salt Lake City: 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://josephscott.org/?p=1513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://josephscott.org/archives/2009/09/social-media-club-of-salt-lake-city-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:1449:\"<p>I’ll be presenting at the Social Media Club of Salt Lake City (SMCSLC) on WordPress <a href=\"http://www.smcslc.org/sept-17-meeting-all-about-wordpress-1000782.htm\">this Thursday September 17th</a>. Also presenting will be <a href=\"http://www.digitalthom.com/\">Thom Allen</a> (beginner session) and <a href=\"http://jakespurlock.com/\">Jake Spurlock</a> (intermediate session/BuddyPress).</p>\n<p>Details:</p>\n<blockquote><p>\nDate: September 17, 2009<br />\nTime: 6 to 8 p.m.<br />\nPlace: University of Utah | Fine Arts Auditorium with breakout sessions at the neighboring BEHS Building, Rooms 106-108 | <a href=\"http://maps.google.com/maps/ms?ie=UTF8&hl=en&msa=0&ll=40.761207,-111.844779&spn=0.002986,0.006099&t=h&z=18&msid=102965303781703723248.000473157bede50770004\">map it</a> (parking instructions included in map link) | Special thanks to Andy Thompson in the University of Utah’s Marketing and Communications department for arranging for our meeting space.</p>\n<p>RSVP: on <a href=\"http://smcslc909.eventbrite.com/\">Eventbrite</a><br />\nTwitter hashtag: #smcslc</p>\n<p><a href=\"http://www.smcslc.org/sept-17-meeting-all-about-wordpress-1000782.htm\">Sept. 17 meeting: All About WordPress</a>\n</p></blockquote>\n<p>Come by and say hi. And if you have something specific you’d like me to cover in my break out session (advanced WP) <a href=\"http://josephscott.org/contact/\">drop me a note</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, 14 Sep 2009 15:08: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: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: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:53:\"Publisher Blog: Ann Arbor Chronicle Selects 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:42:\"http://publisherblog.automattic.com/?p=649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://publisherblog.automattic.com/2009/09/14/ann-arbor-chronicle-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:2944:\"<div class=\"snap_preview\"><br /><p>Great <a href=\"http://www.niemanlab.org/2009/09/wordpress-twitter-the-elks-club-10-new-routines-at-a-news-startup/\">piece</a> in the <a href=\"http://www.niemanlab.org\">The Nieman Journalism Lab</a> about how the <a href=\"http://annarborchronicle.com/\">Ann Arbor Chronicle</a> is able to produce a top notch on-line only publication using <a href=\"http://wordpress.org\">WordPress</a> as it’s publishing platform:</p>\n<blockquote><p>And this is what it feels like: 15 hours a day, seven days a week, from the 7 a.m. check-in with your spouse-turned-business-partner to the midnight bookkeeping.</p>\n<p>No kids, no vacations, no car. No office; your only away-from-home base is a former Main Street antique shop that sells shared-workspace memberships to freelance software developers and the like for $100 a month. No novels before bed; there’s no time. If it’s a Saturday and the Michigan team is playing, you can watch the game, but run back to your keyboard during the commercials, okay?</p></blockquote>\n<p>As part of the morning routine, they check their WordPress dashboard for vital stats:</p>\n<blockquote><p><strong>3. Inbound links checked daily.</strong> The day before I visited, logs for the Chronicle’s <a href=\"http://wordpress.org/\">WordPress</a> site reported that it had drawn 277 visitors from a <a href=\"http://mgoblog.com/\">local sports blog</a>, 28 from a <a href=\"http://a2schoolsmuse.blogspot.com/\">local school blog</a> and 23 from <a href=\"http://www.annarbor.com/\">annarbor.com</a>, the reincarnated Ann Arbor News.</p></blockquote>\n<p>[ Visit <a href=\"http://annarborchronicle.com/\">Ann Arbor Chronicle</a> ] </p>\n <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/649/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/649/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/649/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/649/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/649/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/649/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/649/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/649/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/649/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/649/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=649&subd=wordpresspublishers&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Sep 2009 13:01:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Raanan Bar-Cohen\";s: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:23:\"Matt: Kindle Statistics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2009/09/kindle-statistics/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:611:\"<p>Dear Kindle Team, one of my favorite features of Google Reader has always been its “Trends” or more simply its statistics that give you insight into your reading patterns and volume.</p>\n<p>As the Kindle has become a bigger and bigger part of my life, much of my reading time has shifted from RSS-based sources to content on my Kindle, but I’m really curious how much time, how many words, at what times of day, etc I’m consuming all this new content. I think providing stats would also encourage people to read more, and highlight to them how the Kindle has changed their habits.</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, 14 Sep 2009 04:27: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: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: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:59:\"Weblog Tools Collection: WordPress Theme Releases for 09/13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6733\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2009/09/13/wordpress-theme-releases-for-0913/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2353:\"<h4><a href=\"http://www.colixiodesign.com/en/2009/xioletter-wordpress-theme-in-italiano-per-il-tuo-sito-100-free/\">Xioletter</a></h4>\n<p><a href=\"http://www.colixiodesign.com/themes/?preview_theme=Xioletter\"><img title=\"Xioletter\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Xioletter.png\" alt=\"Xioletter\" width=\"200\" height=\"151\" /></a></p>\n<p>Two columns, widget ready (sidebar and footer), custom gravatar, flexible width, threaded comments, theme options, custom header, easy to customize, into options page you can insert a logo image, setting title and description or title and random articles excerpt, or if you prefer disabled all if you want modify the code manually in the header.php page.</p>\n<h4><a href=\"http://www.theme-junkie.com/2009/09/07/free-wordpress-theme-fashionpress/\">FashionPress</a></h4>\n<p><a href=\"http://www.theme-junkie.com/demo/fashionpress/\"><img title=\"Fashionpress\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Fashionpress.png\" alt=\"Fashionpress\" width=\"200\" height=\"139\" /></a></p>\n<p>Widget ready, gravatar ready theme, compatible with WP 2.8 and support for Feedburner, Twitter and Flickr</p>\n<h4><a href=\"http://www.tomslatin.com/2009/09/07/paperwork-wordpress-theme/\">PaperWork</a></h4>\n<p><a href=\"http://www.tomslatin.com/?theme=Paperwork\"><img title=\"Paperwork\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Paperwork.png\" alt=\"Paperwork\" width=\"200\" height=\"150\" /></a></p>\n<p>Three column theme with both left and right sidebar inspired by the days gone past</p>\n<h4><a href=\"http://www.tomslatin.com/2009/09/07/grunge-king-wordpress-theme/\">Grunge King</a></h4>\n<p><a href=\"http://www.tomslatin.com/?theme=Grunge_King\"><img title=\"Grunge King\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/GrungeKing.png\" alt=\"Grunge King\" width=\"200\" height=\"150\" /></a></p>\n<p>Two column dark theme, elegant, yet messy</p>\n<h4><a href=\"http://www.getacustomdesign.com/news/corporate-life-free-wordpress-theme/\">Corporate Life</a></h4>\n<p><a href=\"http://www.corporatelife.getacustomdesign.com/?theme=corporate\"><img title=\"Corporate life\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Corporatelife.gif\" alt=\"Corporate life\" width=\"176\" height=\"141\" /></a></p>\n<p>Two column, widget ready theme available in three skins</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, 13 Sep 2009 18:45:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s: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:39:\"WordPress.tv: Introduction to HookPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2009/09/13/introduction-to-hookpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1382:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-4\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/13/introduction-to-hookpress/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/25KHD2dF/hookpress-webhooks-intro_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2530/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2530/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2530/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2530/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2530/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2530/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2530/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2530/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2530/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2530/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2530&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 13 Sep 2009 13:14: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:11:\"Ryan Markel\";s: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:69:\"Weblog Tools Collection: Are You Responsible Enough To Run 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:40:\"http://weblogtoolscollection.com/?p=6723\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://weblogtoolscollection.com/archives/2009/09/12/are-you-responsible-enough-to-run-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:6869:\"<p>I’m pretty sure by now that you’ve heard about the worm attack on older versions of WordPress. In the trail of destruction, I’ve been reading quite a few blog posts regarding the attacks along with comments attached to those posts and quite honestly, I can’t believe some of the comments I’ve read. One of the most absurd comments I came across stated that upgrading was <strong>not</strong> an option for them. How on earth do you put yourself in a position where upgrading is not an option? Might as well just leave the door open so the bad guys can come in freely.</p>\n<p>Unfortunately, the blame game has come back in full force with those affected generally blaming WordPress, and those not affected blaming users who failed to upgrade in a timely fashion. The bottom line is, the issues that lead to this worm attacking older versions of WordPress was fixed in WordPress 2.8.4 which was <a title=\"http://wordpress.org/development/2009/08/2-8-4-security-release/\" href=\"http://wordpress.org/development/2009/08/2-8-4-security-release/\" target=\"_blank\">released on August 12th</a>. When it comes to a security release of WordPress, I take it seriously and don’t mess around with upgrading my site. I think Matt Mullenweg puts it best in his article which explains how to keep WordPress secure.</p>\n<blockquote><p>A stitch in time saves nine. <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">Upgrading is a known quantity of work</a>, and one that the WordPress community has tried its darndest to make as easy as possible with one-click upgrades. <a href=\"http://codex.wordpress.org/FAQ_My_site_was_hacked\">Fixing a hacked blog, on the other hand, is quite hard</a>. Upgrading is taking your vitamins; fixing a hack is open heart surgery. (This is true of cost, as well.)</p></blockquote>\n<p>While WordPress has lowered the bar of entry to publishing content on the web, one constant remains, the responsibility of running your own website. This responsibility includes making sure that your webhost is doing its job, that the various layers and technologies which make WordPress tick are fairly up to date and locked down. These layers include but are not limited to PHP, MySQL, folder-file permissions, etc. Dave Coveney also brings up the point that <a title=\"http://www.interconnectit.com/679/a-common-sense-wordpress-security-primer/\" href=\"http://www.interconnectit.com/679/a-common-sense-wordpress-security-primer/\" target=\"_blank\">security is more than just WordPress</a>.</p>\n<blockquote><p>Even if you have the very latest version of everything there are, out there, what are known as zero day exploits. These are vulnerabilities which are kept secret by the hackers who have found them. They cease to be secret if they become widely used in a large scale attack. Like the current one against WordPress.</p></blockquote>\n<p>You can’t just upload WordPress, perform a bunch of customizations, install 50 plugins, 50 themes, and think everything will be fine from that day forward. WordPress along with the associated technologies are always evolving. That means your site must evolve as well.</p>\n<p>One of the commonalities between most of the comments I’ve read regarding the worm attack consisted of upgrades breaking themes or plugins. Based on experience, I have never experienced a problem with a plugin or a theme completely breaking my site thanks to an upgrade. Sure, I’ve had times where some of the theme or plugin functionality broke because of a deprecated function or changed behaviour, but that’s about it. Generally if an upgrade breaks a site, it’s because of a poorly coded plugin or theme. I can’t believe this attitude that functionality trumps security. There are hundreds of plugins within the repository, if you’re afraid of one breaking or feel that it is not compatible with the upgrade, deactivate it until an update for it is available or use a replacement. Missing a small portion of functionality is better than having your entire site compromised.</p>\n<h2>But I Didn’t Know</h2>\n<p>This is by far the lamest excuse I’ve ever heard. When a new version of WordPress is released, here are the following ways you can find out.</p>\n<p>Log into your dashboard and look for a colored message in the top center of your screen which says something like <strong>WordPress X.X.X is available! Please Update Now</strong>. The link will take you to the one click auto ugprader.</p>\n<p>Activate the WordPress Development Blog dashboard widget. This will show you the latest posts from the WordPress development blog. If there is a new update, there will be a new post saying so.</p>\n<p>In the bottom right corner of the administration panel, there will be the text <strong>Get X.X.X</strong>. This is a link to the one click upgrader letting you know you’re running an out of date version.</p>\n<p>Follow the WordPress blog account on Twitter. @<a title=\"http://twitter.com/wordpress\" href=\"http://twitter.com/wordpress\" target=\"_blank\">wordpress</a> this account is managed by the WordPress team and usually will contain links to blog posts regarding new releases.</p>\n<p>Follow blogs that report on the happenings within the community. The WordPress community does a great job spreading the word when a new version is released.</p>\n<p>WordPress does maintain an announcement mailing list that you can subscribe to by checking a box in your WordPress forum profile but in my opinion, they have done a terrible job utilizing that list.</p>\n<h2>The Decisions You Make Today Shape Your Tomorrow</h2>\n<p>One question you should ask yourself before installing any theme or plugin is whether or not it will prevent you from upgrading. The same holds true for custom development work. A theme or plugin that is custom developed which does things in such a way that makes upgrading a pain means they developed it wrong. For starters, no one should ever hack any of the core files. Secondly, developers should use hooks and existing APIs to achieve functionality. If the functionality does not exist, they should create a ticket in Trac and request that a particular hook or API be added to core so core edits do not take place.</p>\n<h2>WordPress Can’t Do It All</h2>\n<p>WordPress has made it incredibly simple to upgrade with the addition of the one click upgrader yet so many still don’t seem to upgrade in a timely fashion. I realize the auto upgrader does not work for everyone but there are alternatives. It’s getting to the point where it seems as though the only way to curb irresponsibility is automation of upgrades. However, I believe this would create more problems than solve. Since automation is not likely to occur, the responsibility falls back on you, the individual. Take that responsibility seriously.</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, 12 Sep 2009 16: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:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:45:\"Weblog Tools Collection: WordPress Cheatsheet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://weblogtoolscollection.com/archives/2009/09/11/wordpress-cheatsheet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/archives/2009/09/11/wordpress-cheatsheet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:636:\"<p><a href=\"http://codex.wordpress.org/Main_Page\" target=\"_blank\">WordPress Codex</a> has extensive documentation on the different template tags available for use in themes, but having a cheatsheet of all the available template tags can definitely come in handy.</p>\n<p>Ekin Ertac has created a really useful WordPress Cheatsheet that lists out all the available template tags and their purpose, along with listing several other useful information for creating or modifying themes. The cheatsheet is available for download in PDF format.</p>\n<p><a href=\"http://ekinertac.com/?p=259\" target=\"_blank\">Download WordPress Cheatsheet</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, 11 Sep 2009 21:43: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:\"Keith Dsouza\";s: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:60:\"Weblog Tools Collection: WordPress Plugin Releases for 09/11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6720\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://weblogtoolscollection.com/archives/2009/09/11/wordpress-plugin-releases-for-0911-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:3279:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.wordpress.org/extend/plugins/wp-newsticker/\">Wp-Newsticker</a></p>\n<p>Wp-Newsticker provides a powerful and nice JavaScript Newsticker for WordPress. It can be integrated anywhere on your Blog/Website. This Newsticker shows up the last 5 Posts from your Blog.</p>\n<p><a href=\"http://0xtc.com/2009/09/10/wp-twitter-users.xhtml\">WP Twitter Users</a></p>\n<p>Allows authors to showcase one or more Twitter accounts. Useful for creating Follow Friday lists in posts or pages.</p>\n<p><a href=\"http://gofedora.com/memepress/\">Memepress</a></p>\n<p>Provides wordpress widgets for displaying public posts from Yahoo! Meme. Memepress is SEO ready and has options to noindex/nofollow your Meme posts.</p>\n<p><a href=\"http://www.jonbishop.com/socialize/\">Socialize</a></p>\n<p>Socialize is a WordPress plugin that gives publishers the ability to selectively add actionable social media/social bookmarking buttons to their posts.</p>\n<p><a href=\"http://lionsgoroar.co.uk/wordpress-plugins/update-notifier/\">Update Notifier</a></p>\n<p>This WordPress plugin sends a daily notification email to the admin email if the WordPress installation is out of date.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/wp-ajax-edit-comments/\">Ajax Edit Comments</a></p>\n<p>WP Ajax Edit Comments (for WP 2.5+) allows users and admins to edit comments on a post. Users can edit their own comments for a limited time, while admins can edit all comments.</p>\n<p><a href=\"http://www.dev4press.com/2009/09/07/gd-press-tools-2-0-0/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various administration, seo, maintenance and security related tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, change some aspects of WordPress, see detailed server settings and information. Plugin can also track posts and pages views for various popularity lists. Some of the features don’t work with every version of the WordPress. If you have some suggestion about potential features for this plugin, please leave a message.</p>\n<p><a href=\"http://www.plexav.com/2009/tagspace-3d-menu-wordpress-plugin\">Tagspace</a></p>\n<p>The Tagspace widget automatically reflects any changes you make to your posts and categories and it can be configured to match the appearance of your site’s theme using an intuitive color picker.</p>\n<p><a href=\"http://iwebdevel.com/2009/09/04/wordpress-best-seo-itranslator-for-wordpress-get-free-traffic-from-fully-automated-plugin-script/\">Best SEO iTranslator for Wordpress</a></p>\n<p>Translate your blog in 40 languages and get tons of new traffic sources.</p>\n<p><a href=\"http://www.dev4press.com/plugin/gd-simple-widgets/\">GD Simple Widgets</a></p>\n<p>This plugin contains several widgets with simple functionality. Some of them are based on standard WordPress widgets but with extended options and rendering. You can also disable default WordPress widgets if you choose to use Simple Widgets versions.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/tag-cloud-shortcode/\">Tag Cloud Shortcode</a></p>\n<p>The plugin enables any page or post author to include a Tag Cloud by using a shortcode instead of hacking theme template files.</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, 11 Sep 2009 19:15:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s: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:20:\"Matt: WP on Palm Pre\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14774\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2009/09/wp-on-palm-pre/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"<p><a href=\"http://palmpre-hacks.com/palm-pre-hacks/how-to-installrun-a-wordpress-blog-on-a-palm-pre/\">How to Install/Run A Wordpress Blog on a Palm Pre</a>. Sweet.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Sep 2009 15:59:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:55:\"Weblog Tools Collection: WordPress Theme Releases 09/09\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6718\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/archives/2009/09/09/wordpress-theme-releases-0909/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2216:\"<h4><a href=\"http://designtowp.com/blog/free-personal-blogging-wordpress-theme/\">Elevate</a></h4>\n<p><a href=\"http://designtowp.com/elevate\"><img title=\"Elevate\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Elevate.png\" alt=\"Elevate\" width=\"200\" height=\"129\" /></a></p>\n<p>Elevate is a two column theme designed mainly for personal blogging focusing on typography and spacing to achieve maximum readability around the content.</p>\n<h4><a href=\"http://www.theenglishguy.co.uk/onyx-wordpress-theme/\">Onyx</a></h4>\n<p><a href=\"http://www.richarddows.co.uk/testblog4/\"><img title=\"Onyx\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Onyx.png\" alt=\"Onyx\" width=\"200\" height=\"118\" /></a></p>\n<p>This is a one- or two-column wordpress theme, a highly customised theme. It has theme options to let you customise the font, the link colours, the post categories, the additional content categories, twitter username/login, and search inclusion.</p>\n<h4><a href=\"http://blogigs.com/a-free-and-soothing-wordpress-theme/\">Soothing Theme</a></h4>\n<p><img title=\"Soothing\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Soothing.png\" alt=\"Soothing\" width=\"200\" height=\"150\" /></p>\n<p>A lightweight, fast loading Theme with clean typography and color schemes that is very easy and soothing on the eyes. WordPress 2.8 compatible. The Home page displays post excerpts which retains all html formats so links and pictures are all intact and are displayed with the excerpt. Pictures are displayed as arrays so the first picture in the post will always be the one displayed.</p>\n<h4><a href=\"http://human3rror.com/2009/09/05/the-digital-business-card-wordpress-theme/\">Digital Business Card</a></h4>\n<p><a href=\"http://milkengine.com/card/\"><img title=\"Digital Business Card\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/DigitalBusinessCard.png\" alt=\"Digital Business Card\" width=\"200\" height=\"128\" /></a></p>\n<p>5 social networks built in (and 50+ more included as alternatives that you can add if you’d like)</p>\n<p>Designed a WordPress theme? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to get listed in these posts.</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, 09 Sep 2009 19:20:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s: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:63:\"Weblog Tools Collection: The Best-Of Series: Social Bookmarking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6708\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://weblogtoolscollection.com/archives/2009/09/09/the-best-of-series-social-bookmarking/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3610:\"<p>Social Bookmarking; we’re all guilty of it these days. But where does WordPress fit into it? If you’ve done any amount of WordPress plugin browsing within the last few years you’ve undoubtedly come across at least one or two so-called social bookmarking plugins. You can find them on an increasingly large amount of websites all across the web. Today I want to talk about the best of the best. The best plugins I’ve found for social bookmarking with WordPress.</p>\n<ol>\n<li><a href=\"http://wordpress.org/extend/plugins/sociable/\">Sociable</a><br />\nI chose Sociable as my #1 social bookmarking plugin because of its utter simplicity and easy control over the look and feel of the overall output. Most social bookmarking plugins I’ve come across have a pre-defined way of outputting the bookmarking links that is not as easy to control. In fact, more and more plugins of this type are moving to a drop-down format with complicated CSS. I love Sociable because it only outputs what I want. Just the linked icons. Nothing more. I can customize it as much as I want very easily. It’s also not dependent on JavaScript which is a big plus as well.</li>\n<li><a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Add to Any</a><br />\nI’m sure most of you have heard of Add to Any. It’s actually one of the most popular social bookmarking plugins around. Going by statistics, it’s actually the most popular social bookmarking plugin in the WordPress Extend repository at this time. If I wasn’t using Sociable I would most definitely be using Add to Any. Its wealth of features is the big attraction point for me with this particular plugin. It seems to have it all.</li>\n<li><a href=\"http://wordpress.org/extend/plugins/share-this/\">ShareThis</a><br />\nShareThis is another great one. It has a wealth of features as well. What’s really great about it is its advanced statistics. You can get detailed info on the different social bookmarks used from your site, what is most popular, and much more. I actually used this plugin for a long time on <a href=\"http://www.jamesdimick.com/\">my personal site</a>.</li>\n<li><a href=\"http://wordpress.org/extend/plugins/addthis/\">AddThis</a><br />\nI’ve seen AddThis used all over. It actually has a pretty recognizable interface. I think some people may prefer using the same social bookmarking tool on the sites they visit. I have used this plugin before and it was pretty nice. Just not my cup of tea. It has all the functionality you would expect and also has some statistic functionality. Much like ShareThis you can see how different social sites are performing and what content is most popular.</li>\n<li><a href=\"http://wordpress.org/extend/plugins/free-tell-a-friend/\">Tell A Friend</a><br />\nTell A Friend is another plugin that uses a website service as its engine. You can add the user interface to your site and allow social bookmarking as well as a Tell a Friend area and an Add to Favorites option. So this plugin is much more than a simple social bookmarking plugin.</li>\n</ol>\n<p>So, those were the best 5 plugins for social bookmarking that I’ve found so far. Did I miss any? Feel free to post about it in the comments. I’d love to hear about it! Also, feel free to list your top 5 social bookmarking plugins in the order you prefer.</p>\n<p>Do you have a good idea for the next article in the Best-Of series? Drop a comment here or <a href=\"http://weblogtoolscollection.com/archives/2007/02/06/contact-me/\">contact us</a> and your idea just might be next in the series!</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, 09 Sep 2009 11:42:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"James Dimick\";s: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:52:\"WordPress.tv: Dave Curlee: Adding Video to 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2492\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2009/06/27/dave-curlee-video-dallas09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1397:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-65\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/06/27/dave-curlee-video-dallas09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/iMiO8OGQ/dave-curlee-adding-video-to-your-site_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2492/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2492/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2492/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2492/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2492/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2492/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2492/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2492/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2492/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2492/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2492&subd=wptv&ref=&feed=1\" /></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, 09 Sep 2009 03:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s: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:64:\"WordPress.tv: After the Deadline: Proofreading for 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2009/09/09/after-the-deadline-proofreading-for-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1406:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-7\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/09/after-the-deadline-proofreading-for-wordpress-com/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/4aIs4QvY/afterthedeadlinewpcomweb_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2499/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2499/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2499/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2499/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2499/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2499/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2499/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2499/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2499/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2499/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2499&subd=wptv&ref=&feed=1\" /></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, 09 Sep 2009 01:54:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:61:\"WordPress.tv: Installer WordPress à partir d’un client FTP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=2472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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.tv/2009/09/09/installer-wordpress-a-partir-dun-client-ftp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1417:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-8\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/09/installer-wordpress-a-partir-dun-client-ftp/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/S5nLSedA/wordpress-installation-avec-un-client-ftp_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2472/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2472&subd=wptv&ref=&feed=1\" /></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, 09 Sep 2009 01:39: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:11:\"Ryan Markel\";s: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:34:\"Publisher Blog: After the Deadline\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://publisherblog.automattic.com/?p=644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://publisherblog.automattic.com/2009/09/08/after-the-deadline/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2129:\"<div class=\"snap_preview\"><br /><p><a href=\"http://afterthedeadline.com/\">After the Deadline</a>, an amazing next-generation contextual spelling and grammar checker, is <a href=\"http://blog.afterthedeadline.com/2009/09/08/after-the-deadline-acquired/\">now part of Automattic</a> and the service <a href=\"http://en.blog.wordpress.com/2009/09/08/atd-wpcom/\">is live on WordPress.com</a>. For self-hosted WordPress publishers, grab the <a href=\"http://wordpress.org/extend/plugins/after-the-deadline/\">plugin at WordPress.org</a>.</p>\n<p>Here is a brief video overview showing how it works:<br />\n<ins>\n<div class=\"video-player\" id=\"x-video-0\">\n </div></ins></p>\n<br /><a href=\"http://publisherblog.automattic.com/2009/09/08/after-the-deadline/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/4aIs4QvY/afterthedeadlinewpcomweb_std.original.jpg\" /> </a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/644/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/644/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/644/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/644/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/644/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/644/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/644/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/644/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/644/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/644/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=644&subd=wordpresspublishers&ref=&feed=1\" /></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, 08 Sep 2009 20:45: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:16:\"Raanan Bar-Cohen\";s: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:28:\"Matt: Automattic Aquires AtD\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=14772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2009/09/automattic-aquires-atd/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:967:\"<p><a href=\"http://automattic.com/\">Automattic</a> just purchased a company and service called <a href=\"http://afterthedeadline.com/\">After the Deadline</a>, an amazingly smart contextual spelling and grammar checker, <a href=\"http://www.polishmywriting.com/nyt.html\">and can catch errors even the New York Times misses</a>. It’s <a href=\"http://en.blog.wordpress.com/2009/09/08/atd-wpcom/\">now live for 7.5 million WordPress.com blogs</a> and available as a <a href=\"http://wordpress.org/extend/plugins/after-the-deadline/\">free plugin for .org users</a>, it replaces the built-in spell checker on TinyMCE. It’s a cool story, they were actually rejected from <a href=\"http://blog.afterthedeadline.com/2009/09/08/after-the-deadline-acquired/\">Y Combinator and a few other seed funds</a> but kept at it anyway, and has now found a home in the Automattic family. I found out about the service from <a href=\"http://news.ycombinator.com/\">Hacker News</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, 08 Sep 2009 20:12:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Lloyd: Everything In Our Power\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://foolswisdom.com/?p=2092\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://foolswisdom.com/everything-in-our-power/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"<blockquote><p>WordPress is a community of hundreds of people that read the code every day, audit it, update it, and care enough about keeping your blog safe that we do things like release updates weeks apart from each other even though it makes us look bad, because updating is going to keep your blog safe from the bad guys. I’m not clairvoyant and I can’t predict what schemes spammers, hackers, crackers, and tricksters will come up with with in the future to harm your blog, but I do know for certain that as long as WordPress is around we’ll do everything in our power to make sure the software is safe. We’ve already made upgrading core and plugins a one-click procedure. If we find something broken, we’ll release a fix. Please upgrade, it’s the only way we can help each other.</p>\n<p><a href=\"http://ma.tt/\">Matt Mullenweg</a>, September 5, 2009, “<a href=\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\">How to Keep WordPress Secure</a>“, <a href=\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\"></a></p></blockquote>\n<p>Do read the rest of the potent post — articulate, insightful, and honest.</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, 08 Sep 2009 16:52:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Lloyd\";s: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:49:\"Donncha: WordPress Upgrade Notifications by Email\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ocaoimh.ie/?p=89495306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/wordpress-upgrade-notifications-email/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2914:\"<p>This weekend will go down in history. It’s the first time I’ve been seriously sick in well over 5 years. A bug infected my son on Wednesday, but he got over it quickly enough. Then the same bug hit my wife and I on Sunday morning and we’re just getting over it now.</p>\n<p>Odd that a worm attacks software I work on and I get very sick at the same time. Unfortunately I couldn’t run an <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvZXhwbG9pdC1zY2FubmVyLw==\">exploit scanner</a> and remove the bug but my body’s defenses took care of the bugs eventually.</p>\n<p>All this leads me to a handy little plugin called <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvdXBncmFkZS1ub3RpZmljYXRpb24tYnktZW1haWwv\">Upgrade Notification by Email</a> written by <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5tdXp1bmd1LnBsL21vamUtcGx1Z2lueS1kby13b3JkcHJlc3NhL3VwZ3JhZGUtbm90aWZpY2F0aW9uLWJ5LWVtYWlsLw==\">Konrad Karpieszuk</a>. Install it on your blogs and it will check once a day if a new version of WordPress is out. When that happens it will email the admin with a message saying the blog must be upgraded.</p>\n<p>It’s odd that the plugin itself contacts WordPress.org instead of relying on the built-in version checker but it’s only one request a day.</p>\n<p>What I’d like to see next is a direct link to the upgrade page on the blog.</p>\n<p>Far more challenging would be a plugin to auto upgrade a blog. In case a theme or plugin breaks things the plugin should probably deactivate all plugins and change the theme back to the default theme. Once the upgrade is complete, all plugins should be reactivated and the theme too. The admin has to be emailed before and after the upgrade.</p>\n<p>It’s easy to say what it should do, but doing it is another thing altogether. The reactivation process has to be sandboxed in case of failure so the plugin doesn’t die. The plugins page already does this so at least there’s example code to work from. Anyone up for coding it?</p>\n<p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUveW91LWRpZG50LWhlYXItdXBncmFkZS1ub3cv\" rel=\"\">You didn’t hear? Upgrade now!</a></li><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTItOC0xLw==\" rel=\"\">WordPress MU 2.8.1</a></li><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvbmV3LXJlbGVhc2Utb2YtdGhlLXByb2NtYWlsLWVtYWlsLXNhbml0aXplci8=\" rel=\"\">New Release of the Procmail Email Sanitizer</a></li></ul></p> <img src=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?view=1&post_id=89495306\" 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:\"Tue, 08 Sep 2009 08:56:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:30:\"Joseph: RSSCloud 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:30:\"http://josephscott.org/?p=1483\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://josephscott.org/archives/2009/09/rsscloud-for-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5201:\"<p><a href=\"http://rsscloud.org/\">RSSCloud</a> support has been <a href=\"http://en.blog.wordpress.com/2009/09/07/rss-in-the-clouds/\">enabled on all WordPress.com blogs</a>. If you are running a <a href=\"http://wordpress.org/\">WordPress.org</a> powered blog you can do the same thing with the <a href=\"http://wordpress.org/extend/plugins/rsscloud/\">RSSCloud plugin</a>.</p>\n<h3>So what does this really mean?</h3>\n<p>From the point of view of WordPress and this plugin there are three main additions:</p>\n<ol>\n<li>Adds the <a href=\"http://cyber.law.harvard.edu/rss/rss.html#optionalChannelElements\"><cloud></a> element to your RSS2 feed (more details <a href=\"http://cyber.law.harvard.edu/rss/rss.html#ltcloudgtSubelementOfLtchannelgt\">here</a> and <a href=\"http://cyber.law.harvard.edu/rss/soapMeetsRss.html#rsscloudInterface\">here</a>) which tells clients where and how to sign up for notification requests.</li>\n<li>Registers a URL handler with WordPress to process the notification signups.</li>\n<li>Sends out notification updates when a new post is published.</li>\n</ol>\n<p>The cloud element looks like this:</p>\n<pre class=\"brush: xml;\">\n<cloud domain=\'josephscott.org\' port=\'80\' path=\'/?rsscloud=notify\'\n registerProcedure=\'\' protocol=\'http-post\' />\n</pre>\n<p>The domain, port and path attributes combined to form a URL, http://josephscott.org:80/?rsscloud=notify in this case, where others sign up for notifications. The registerProcedure attribute is the XML-RPC method to be called if the protocol attribute was xmlrpc. Since the plugin uses http-post for the protocol the registerProcedure field is blank.</p>\n<p>Using this same example here is a small chunk of PHP code that uses the cURL library to sign up for notifications:</p>\n<pre class=\"brush: php;\">\n$curl = curl_init();\n\ncurl_setopt($curl, CURLOPT_URL, \'http://josephscott.org/?rsscloud=notify\' );\ncurl_setopt($curl, CURLOPT_POSTFIELDS, \'notifyProcedure=&protocol=http-post&port=80&path=/~joseph/rsscloud/&url1=http://josephscott.org/feed/\' );\ncurl_setopt($curl, CURLOPT_VERBOSE, 1);\ncurl_setopt($curl, CURLOPT_POST, 1);\n\ncurl_exec( $curl );\nprint_r( curl_getinfo( $curl ) );\ncurl_close( $curl );\n</pre>\n<p>This code sends an HTTP POST request to http://josephscott.org/?rsscloud=notify asking to get a notification when the http://josephscott.org/feed/ feed is updated. The notification is to be sent to the remote IP used in the request (this means notification requests must be sent from the IP that will be receiving the notifications), port 80 with a path of /~joseph/rsscloud/ and it will be given the update data via an HTTP POST. The notification script will get $_POST data that looks like:</p>\n<pre class=\"brush: php;\">\nArray\n(\n [url] => http://josephscott.org/feed/\n)\n</pre>\n<p>It is then up to notification script to turn around fetch the updated feed.</p>\n<h3>How fast does all this happen?</h3>\n<p>It depends :-)</p>\n<p>On WordPress.com the notifications happen through the <a href=\"http://code.trac.wordpress.org/\">jobs system</a>, which means it will be sent out very, very quickly. On a WordPress.org powered blog with the plugin it schedules notifications to get sent out as soon as possible with the <a href=\"http://codex.wordpress.org/Function_Reference/wp_schedule_single_event\">wp_schedule_single_event( )</a> function. Scheduled events in WordPress are checked on each page load, so if you publish a new post and then view it on the front page of your blog the notifications will get sent out in pretty quick.</p>\n<p>I think for most blogs these approaches will work fine and send out notifications with very little delay.</p>\n<h3>What does this mean for feed readers like Bloglines, Google Reader, etc.?</h3>\n<p>I believe that many (most?) public feed readers like Bloglines and Google Reader already listen for feed updates via pings (like those sent to <a href=\"http://pingomatic.com/\">Ping-O-Matic</a>). With an RSSCloud enabled WordPress blog they can register for updates to specific feeds. Why would they do this if they are already getting ping updates? Unfortunately the ping updates are similar to email, they have massive amounts of spam in them. Since RSSCloud isn’t a stream of everything, but a specific request for specific updates they could sign up for updates to those feeds that they believe are more likely to be legitimate.</p>\n<p>Signing up is simple for a feed reader (or anyone/thing) to do:</p>\n<ol>\n<li>Look for the <cloud> element in the RSS feed</li>\n<li>Sign up for notifications using the data from the <cloud> element</li>\n<li>Process notification that are sent to it from WordPress</li>\n</ol>\n<p>Right now I believe the only feed reader that supports RSSCloud is <a href=\"http://www.scripting.com/\">Dave Winer</a>’s <a href=\"http://newsriver.org/river2\">River2</a>.</p>\n<p>If you are working on RSSCloud support in your feed reader <a href=\"http://josephscott.org/contact/\">let me know</a>, I’ll be watching the RSSCloud stats on WordPress.com. And of course if you run into problems with RSSCloud on a WordPress blog (ORG or COM) I’m happy to help track down any bugs in our implementation.</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, 08 Sep 2009 03:35:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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: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:74:\"Weblog Tools Collection: WordPress For Beginners: Understanding User Roles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://weblogtoolscollection.com/archives/2009/09/07/understanding-wordpress-user-roles/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://weblogtoolscollection.com/archives/2009/09/07/understanding-wordpress-user-roles/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8814:\"<p><em>I have a role to write articles, someone else has a role to look over it and edit and deem as feasible for reading, but what does the role I have mean?</em> </p>\n<p><strong>Meta:</strong> Words or phrases marked in <em>italic</em> will be explained in future posts.</p>\n<p>You have a role of doing something wherever you are at or at whichever position you are, those roles are pre-defined and involve certain things that you can do and cannot do, some times we do break rules, however with software we usually cannot.</p>\n<p>Likewise with WordPress there are some roles that are pre-defined and have certain capabilities that you can use to assign to members of your site, in this post we will look at those roles and know what each of them mean.</p>\n<h3>Subscriber Role</h3>\n<p><strong>What is Subscriber Role?</strong></p>\n<p>A subscriber role is the most basic and default role that is assigned to any user that registers to the site, unless you of course change that by <a href=\"http://weblogtoolscollection.com/archives/2009/07/12/optimizing-wordpress-settings/\" target=\"_blank\">tweaking the settings</a>.</p>\n<p>A subscriber can comment on your blog without having to enter their details and also modify your database by setting up their profiles.</p>\n<p><strong>Best Practices for Subscriber Role?</strong></p>\n<p>Subscriber role is suited best for users whom you want to register to your site and comment without having to enter their details everytime, in addition to that you can also use this role to promote special offers and more, but it may require additional coding or plugins.</p>\n<p><strong>Subscriber Role in WordPress;</strong></p>\n<ul>\n<li>Modify their Profiles </li>\n<li>Comment on the blog (when logged in) without having to provide name and email, unless you change that in the settings. </li>\n</ul>\n<p><strong>Who Should You Assign Subscriber Role to?</strong></p>\n<p>Subscriber Role can be open to everyone who wants to save sometime while entering their details over and over again while commenting and various other things you reserve for subscribers, however they need to be logged in, this role is best suited for every user on your site, and every other roles on your site has all the capabilities that this user has.</p>\n<h3>Contributor Role</h3>\n<p><strong>Who is a Contributor?</strong></p>\n<p>A Contributor to your site has a bigger role than a regular subscriber in the sense that they can compose articles unlike subscribers, however they cannot publish or schedule the articles.</p>\n<p>Any article written by a contributor can be saved <em>as draft or under pending review</em> which we will look at when we deal with “<em>Types of Posts a WordPress site can have and what it means</em>”.</p>\n<p>A contributor can only contribute towards the site, however they do not have rights to publish a article.</p>\n<p><strong>Best Practices for Contributor Role?</strong></p>\n<p>A contributor role is best given to someone who wants to contribute to your site by adding new articles, but which you would like to go over before publishing.</p>\n<p><strong>Contributor Role In WordPress;</strong></p>\n<ul>\n<li>All of the Subscribers privileges+ </li>\n<li>View comments in the administrator panel. </li>\n<li>Add new posts to drafts or to pending review. </li>\n<li>Edit their own posts. </li>\n<li>View posts added by others in post listing section, however they cannot view drafts and scheduled post, but they can see the titles. </li>\n</ul>\n<p><strong>Who Should You Assign Contributor Role to?</strong></p>\n<p>Contributor roles should be assigned to those users who want to post articles to your site, however you still need to go over them before you <em>publish them, </em>this means that everything they write will go through you before it hits your site.</p>\n<h3>Author Role</h3>\n<p><strong>Who is a Author?</strong></p>\n<p>Author is a well known term and it has the same meaning in WordPress, a author can write articles, add it up as pending review, save it under drafts but more importantly they can publish what they write.</p>\n<p>Yes publish it, which means, whoever you assign an author role can publish articles to the site without having your consent.</p>\n<p><strong>Best Practices for Author Role</strong></p>\n<p>You can give the role of an author to people who can add and publish articles to the site without having to ask for your review, once you give a role of a author they do not have to go through the pending preview cycle to publish, so you might not have a control over what gets published.</p>\n<p>This role requires a bit of trust as they can publish <em>anything </em>(not explained) to your site without your knowledge.</p>\n<p><strong>Author Role in WordPress;</strong></p>\n<ul>\n<li>All of the Contributor privileges+ </li>\n<li>View posts added by others in post listing section, however they cannot view drafts and scheduled post, but they can see the titles. </li>\n</ul>\n<p><strong>Who Should You Assign Author Roles To?</strong></p>\n<p>In a hierarchy you would always want to go through top level, however once you assign a role of a author to someone, it bypasses that and it does not require checks, so you should only assign this role to people who you trust can write good articles for your site, if you feel otherwise you should always put them in the contributor role.</p>\n<h3>Editor Role</h3>\n<p>The Editor role can do all of the above, but in addition to that, they can edit other’s post (which is what a editor does) and change anything in anyone else’s post, however WordPress logs who edited which post and when (if you have <em>post reviews</em> on), so you need to <em>turn post revision on</em> which we will look at in future posts.</p>\n<p>However when you assign the role of an editor to someone, you virtually give control over everything that is published on your blog to them, so do this very carefully and thoughtfully.</p>\n<p>WordPress does not have a role between an author and a editor which is really wanted, but you can actually restrict roles by using several plugins.</p>\n<p><strong>Who Should You Assign Editor Roles To?</strong></p>\n<p>If an author can write and publish articles, an editor can write articles, publish them, edit them, they can do the same for any other author or editor on the site, this means that the person whom you assign as a editor has all the rights except for administrative which we will see <em>next</em>.</p>\n<p>This role should only be assigned when you are entirely sure you want to do it and except for administrative privileges it has every other privileges a newspaper or magazine editor has.</p>\n<h3>Administrator Role</h3>\n<p>I have a key to your house and I can do anything with it, virtually a administrative role is just like that, once you assign a role of a admin to someone, they can do as they like, so this role should <strong>*NEVER*</strong> be assigned to anyone other than yourself, if you do need to do that, make sure you assign it to someone who you trust.</p>\n<p>An administrator account can <strong>DELETE</strong> your entire blog, they can <strong>DELETE</strong> all comments, in short they can ruin everything you created in couple of clicks.</p>\n<p>That aside an admin user on a WordPress blog is responsible for upgrading the blog, upgrading plugins, moderating comments among other things that all of the above roles add up to, so this is a role you should <em>never assign to anyone </em>(not explained) unless you are certain of what you are doing.</p>\n<p><strong>Who Should You Assign Admin Roles To?</strong></p>\n<p>No one, unless you are really sure what you want to do with your blog.</p>\n<h3>Which Role Can Be Used and When In Simple Words</h3>\n<ul>\n<li>A subscriber role should be used when you want people who comment on your blog to not enter their information over and over again. </li>\n<li>A contributor role should be used when you want your subscribers to contribute to your site, but don’t want to directly publish articles to your site. </li>\n<li>An author role should be used when you trust a contributor or someone you think will write the best, without you having to go through what they wrote. </li>\n<li>An editor role should only be given to people who you trust to write, edit and publish not just their own articles but those of other’s too. </li>\n<li>An administrator role <strong><em>should never</em></strong> be given to anyone other than yourself, this is the most critical role and can rule the roost, and it does, but only if you hold it yourself. </li>\n</ul>\n<p>All your comments, suggestions and critiques are more than welcome, it helps us improve.</p>\n<p><em>P.S. I left Editor Role and Administrative Role in-depth talk deliberately along with WordPress Premium Subscribers as I will cover them in future.</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:\"Mon, 07 Sep 2009 23:18: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:12:\"Keith Dsouza\";s: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:15:\"Matt: RSS Cloud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://ma.tt/2009/09/rss-cloud/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:473:\"<p><a href=\"http://en.blog.wordpress.com/2009/09/07/rss-in-the-clouds/\">RSS Cloud support has been turned on for WordPress.com</a> and you can <a href=\"http://wordpress.org/extend/plugins/rsscloud/\">download a plugin for WordPress.org</a>. Both are first iterations and will continue to be improved over the next few weeks, and <a href=\"http://www.scripting.com/stories/2009/08/31/rsscloudMeetupAtUcBerkeley.html\">I’ll be at the RSS Cloud meetup on Wednesday</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, 07 Sep 2009 22:39:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:60:\"Weblog Tools Collection: WordPress Plugin Releases for 09/07\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://weblogtoolscollection.com/archives/2009/09/07/wordpress-plugin-releases-for-0907/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2989:\"<h3>New Plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/post-rich-videos-and-photos-galleries/\">Post Videos and Photo Galleries</a></p>\n<p>Post videos and photo galleries plugin is a professional tool for webmasters and bloggers to add streaming videos, image galleries and music playlists to their site, it includes uploading, transcoding/resizing, a selection of players and media hosting on a dedicatedstreaming servers at cincopa.com.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/buddypress-author-exposed/\">BuddyPress Author Exposed</a></p>\n<p>Display metadata about post author: name, email, website, and BuddyPress profile.</p>\n<p><a href=\"http://www.hilbring.de/2009/09/04/wp-postviews-dashboard/\">Post Views Dashboard</a></p>\n<p>Post Views Summary is a dashboard plugin that shows the 10 most and least visited posts and pages. (Page in German)</p>\n<p><a href=\"http://wordpress.org/extend/plugins/user-messages\">User Messages</a></p>\n<p>A plugin to facilitate communication between your users.</p>\n<p><a href=\"http://www.pluginspodcast.com/2009/09/06/html-page-sitemap-plugin-now-available/\">HTML Page Sitemap</a></p>\n<p>Adds an HTML (Not XML) sitemap of your blog pages (not posts) by entering the shortcode [html-sitemap], perfect for those who use WordPress as a CMS.</p>\n<p><a href=\"http://www.yakupgovler.com/recent-commented-posts.html\">Recent Commented Posts</a></p>\n<p>Displays most recently commented posts with thumbnail images (optional) by customizing easily.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.dashboardzone.com/monitor-your-blog-goals-with-wordpress-plugin\">DashboardZone</a></p>\n<p>This plugin will help you and your readers to keep you on track for reaching your targets. The plugin that monitors the various blog goals and in an effort tries to engage your readers more effectively.</p>\n<p><a href=\"http://blog.avirtualhome.com/wordpress-plugins/avh-extended-categories/\">AVH Extended Categories</a></p>\n<p>The AVH Extended Categories Widget gives you two widgets for displaying categories. One is a replacement of the default category widget to allow for greater customization. The second is a Top Categories widget.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/openbook-book-data/\">OpenBook Book Data</a></p>\n<p>Displays a book’s cover image, title, author, publisher and other book data from Open Library.</p>\n<p><a href=\"http://blog.strategy11.com/2009/09/05/contact-form-7-widget/\">Contact Form 7 Widget</a></p>\n<p>Use your Contact Form 7 forms in your sidebars.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wordpress-live-preview/\">WordPress Live Preview</a></p>\n<p>Allows you to see any Page from the Admin Section. You can use it to view a page before you submit it or to just look at anything on your blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/auto-thickbox/\">Auto Thickbox</a></p>\n<p>Automatically enables thickbox on thumbnail images (i.e. opens the images in a fancy pop-up).</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Sep 2009 17:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s: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:42:\"Alex King: WordPress Security/Upgrade Help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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=3603\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://alexking.org/blog/2009/09/05/wordpress-security-upgrade-help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:776:\"<p>The interwebs are abuzz with concerns about <a href=\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\" rel=\"external\">WordPress security</a> this weekend. If you use WordPress, you should always make sure you are running to the latest version.</p>\n<p>Because of these concerns, the <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> is open for special weekend hours (9am-5pm Central), and will be as responsive as possible to voice mail and email (help@wphelpcenter.com) received outside of those hours.</p>\n<p>If you need help with your upgrade, think you’ve been hacked, or need any other WordPress help, give the HelpCenter a call at 512-788-9236.</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=3603&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:\"Sun, 06 Sep 2009 01:28: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:\"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: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:49:\"Dougal Campbell: Checking Your WordPress 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://dougal.gunters.org/?p=1712\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"http://dougal.gunters.org/blog/2009/09/05/checking-your-wordpress-security?utm_source=rss&utm_medium=rss&utm_campaign=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3095:\"<p>You may have already heard that sites running out-of-date versions of <a href=\"http://wordpress.org/\">WordPress</a> have been under attack (<a href=\"http://lorelle.wordpress.com/2009/09/04/old-wordpress-versions-under-attack/\">Lorelle</a>, <a href=\"http://weblogtoolscollection.com/archives/2009/09/04/old-wordpress-version-attack-warning-please-upgrade/\">Weblog Tools Collection</a>, <a href=\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\">WordPress Dev Blog</a>). Of course, sites running the latest version of the software seem to be safe, which once again takes us back to what I said over a year ago: <a href=\"http://dougal.gunters.org/blog/2008/04/08/upgrade-or-else\">Upgrade or else!</a> I haven’t seen complete details yet about how this new worm works, but reports say that part of the hack is to create a new Administrator level account, and then try to hide the existence of that account (via javascript) when you view your list of users.</p><p>If you want a sure-fire way to make sure there are no “extra” administrator accounts registered in your blog, I suggest going straight to the source: your MySQL database. The following <acronym title=\"Structured Query Language\"><span class=\"caps\">SQL</span></acronym> query, run against your WordPress database will show you all users who have the Administrator role:</p><div class=\"geshi no sql\"><ol><li class=\"li1\"><div class=\"de1\"><span class=\"kw1\">SELECT</span> u.ID, u.user_login</div></li><li class=\"li1\"><div class=\"de1\"><span class=\"kw1\">FROM</span> wp_users u, wp_usermeta um</div></li><li class=\"li1\"><div class=\"de1\"><span class=\"kw1\">WHERE</span> u.ID <span class=\"sy0\">=</span> um.user_id</div></li><li class=\"li1\"><div class=\"de1\"><span class=\"kw1\">AND</span> um.meta_key <span class=\"sy0\">=</span> <span class=\"st0\">\'wp_capabilities\'</span></div></li><li class=\"li1\"><div class=\"de1\"><span class=\"kw1\">AND</span> um.meta_value <span class=\"kw1\">LIKE</span> <span class=\"st0\">\'%administrator%\'</span>;</div></li></ol></div><p>Advanced users can run this directly in the command-line MySQL client, or you can do it from phpMyAdmin by selecting your WordPress database and then going to the ‘<acronym title=\"Structured Query Language\"><span class=\"caps\">SQL</span></acronym>’ tab to run the query. If you use something other than the standard ‘<code>wp_</code>‘ prefix for your table names, make the appropriate change in the query (three occurrences).</p><p>Related posts:<ol><li><a href=\"http://dougal.gunters.org/blog/2008/09/09/wordpress-262-release\" rel=\"bookmark\" title=\"Permanent Link: WordPress 2.6.2 Release\">WordPress 2.6.2 Release</a></li><li><a href=\"http://dougal.gunters.org/blog/2009/02/04/efficient-wordpress-permalinks\" rel=\"bookmark\" title=\"Permanent Link: Efficient permalink strategies for WordPress\">Efficient permalink strategies for WordPress</a></li><li><a href=\"http://dougal.gunters.org/blog/2005/05/27/wordpress-security-update\" rel=\"bookmark\" title=\"Permanent Link: WordPress Security Update\">WordPress Security Update</a></li></ol></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, 05 Sep 2009 22:53:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"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:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:4:\"date\";s:29:\"Sun, 27 Sep 2009 18:45:42 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:13:\"accept-ranges\";s:5:\"bytes\";s:10:\"connection\";s:5:\"close\";s:4:\"etag\";s:23:\"\"29467-4abfb2bf-16c298\"\";s:13:\"last-modified\";s:29:\"Sun, 27 Sep 2009 18:45:19 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:14:\"content-length\";s:6:\"169063\";}s:5:\"build\";i:20081219;}','no'),(520,0,'ar_gwa_no_spam','0','yes'),(882,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1254120342','no'),(553,0,'sm_options','a:55:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:13:\"sm_b_filename\";s:11:\"sitemap.xml\";s:10:\"sm_b_debug\";b:1;s:8:\"sm_b_xml\";b:1;s:9:\"sm_b_gzip\";b:1;s:9:\"sm_b_ping\";b:1;s:14:\"sm_b_pingyahoo\";b:0;s:13:\"sm_b_yahookey\";s:0:\"\";s:12:\"sm_b_pingask\";b:1;s:12:\"sm_b_pingmsn\";b:1;s:19:\"sm_b_manual_enabled\";b:0;s:17:\"sm_b_auto_enabled\";b:1;s:15:\"sm_b_auto_delay\";b:1;s:15:\"sm_b_manual_key\";s:32:\"96314dc927f13ffc9eaf378bb9ad7f8c\";s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:14:\"sm_b_max_posts\";i:-1;s:13:\"sm_b_safemode\";b:0;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:18:\"sm_b_location_mode\";s:4:\"auto\";s:20:\"sm_b_filename_manual\";s:0:\"\";s:19:\"sm_b_fileurl_manual\";s:0:\"\";s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999997779553950749686919152736663818359375;s:15:\"sm_pr_posts_min\";d:0.200000000000000011102230246251565404236316680908203125;s:11:\"sm_pr_pages\";d:0.59999999999999997779553950749686919152736663818359375;s:10:\"sm_pr_cats\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_arch\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_auth\";d:0.299999999999999988897769753748434595763683319091796875;s:10:\"sm_pr_tags\";d:0.299999999999999988897769753748434595763683319091796875;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1249331563;s:14:\"sm_i_hide_note\";b:0;s:16:\"sm_i_hide_donors\";b:0;}','yes'),(555,0,'sm_status','O:28:\"GoogleSitemapGeneratorStatus\":34:{s:10:\"_startTime\";d:1250711569.8600289821624755859375;s:8:\"_endTime\";d:1250711572.2781059741973876953125;s:11:\"_hasChanged\";b:1;s:12:\"_memoryUsage\";i:18612224;s:9:\"_lastPost\";i:5;s:9:\"_lastTime\";d:1250711569.91707611083984375;s:8:\"_usedXml\";b:1;s:11:\"_xmlSuccess\";b:1;s:8:\"_xmlPath\";s:60:\"/mnt/w0603/d03/s39/b030c128/www/barbaraharris.ca/sitemap.xml\";s:7:\"_xmlUrl\";s:35:\"http://barbaraharris.ca/sitemap.xml\";s:8:\"_usedZip\";b:1;s:11:\"_zipSuccess\";b:1;s:8:\"_zipPath\";s:63:\"/mnt/w0603/d03/s39/b030c128/www/barbaraharris.ca/sitemap.xml.gz\";s:7:\"_zipUrl\";s:38:\"http://barbaraharris.ca/sitemap.xml.gz\";s:11:\"_usedGoogle\";b:1;s:10:\"_googleUrl\";b:1;s:15:\"_gooogleSuccess\";b:1;s:16:\"_googleStartTime\";d:1250711569.9652059078216552734375;s:14:\"_googleEndTime\";d:1250711570.082272052764892578125;s:10:\"_usedYahoo\";b:0;s:9:\"_yahooUrl\";s:0:\"\";s:13:\"_yahooSuccess\";b:0;s:15:\"_yahooStartTime\";i:0;s:13:\"_yahooEndTime\";i:0;s:8:\"_usedAsk\";b:1;s:7:\"_askUrl\";s:86:\"http://submissions.ask.com/ping?sitemap=http%3A%2F%2Fbarbaraharris.ca%2Fsitemap.xml.gz\";s:11:\"_askSuccess\";b:1;s:13:\"_askStartTime\";d:1250711570.2877480983734130859375;s:11:\"_askEndTime\";d:1250711572.1371591091156005859375;s:8:\"_usedMsn\";b:1;s:7:\"_msnUrl\";s:94:\"http://www.bing.com/webmaster/ping.aspx?siteMap=http%3A%2F%2Fbarbaraharris.ca%2Fsitemap.xml.gz\";s:11:\"_msnSuccess\";b:1;s:13:\"_msnStartTime\";d:1250711572.141768932342529296875;s:11:\"_msnEndTime\";d:1250711572.2746899127960205078125;}','no'),(570,0,'page_on_front','5','yes'),(571,0,'page_for_posts','','yes'),(895,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1254077142','no'),(879,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1254120342','no'),(885,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1254120343','no'),(874,0,'_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress Development 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:32:\"http://wordpress.org/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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress development and updates\";s: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, 05 Sep 2009 19:31: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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpress.org/?v=2.9-rare\";s:7:\"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: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:28:\"How to Keep WordPress Secure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/development/2009/09/keep-wordpress-secure/#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, 05 Sep 2009 19:22: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:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"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:39:\"http://wordpress.org/development/?p=908\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:301:\"A stitch in time saves nine. I couldn’t sew my way out of a bag, but it’s true advice for bloggers as well — a little bit of work on an upgrade now saves a lot of work fixing something later.\nRight now there is a worm making its way around old, unpatched versions of WordPress. [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6131:\"<p>A stitch in time saves nine. I couldn’t sew my way out of a bag, but it’s true advice for bloggers as well — a little bit of work on an <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">upgrade now</a> saves a lot of work fixing something later.</p>\n<p>Right now there is a worm making its way around old, unpatched versions of WordPress. This particular worm, like many before it, is clever: it registers a user, uses a security bug (fixed earlier in the year) to allow evaluated code to be executed through the permalink structure, makes itself an admin, then uses JavaScript to hide itself when you look at users page, attempts to clean up after itself, then goes quiet so you never notice while it inserts hidden spam and malware into your old posts.</p>\n<p>The tactics are new, but the strategy is not. Where this particular worm messes up is in the “clean up” phase: it doesn’t hide itself well and the blogger notices that all his links are broken, which causes him to dig deeper and notice the extent of the damage. Where worms of old would do childish things like defacing your site, the new ones are silent and invisible, so you only notice them when they screw up (as this one did) or your site gets removed from Google for having spam and malware on it.</p>\n<p>I’m talking about this not to scare you, but to highlight that this is something that has happened before, and that will more than likely happen again.</p>\n<p>A stitch in time saves nine. <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">Upgrading is a known quantity of work</a>, and one that the WordPress community has tried its darndest to make as easy as possible with one-click upgrades. <a href=\"http://codex.wordpress.org/FAQ_My_site_was_hacked\">Fixing a hacked blog, on the other hand, is quite hard</a>. Upgrading is taking your vitamins; fixing a hack is open heart surgery. (This is true of cost, as well.)</p>\n<p>2.8.4, the current version of WordPress, is immune to this worm. (<em>So was the release before this one.</em>) If you’ve been thinking about upgrading but haven’t gotten around to it yet, now would be a really good time. If you’ve already upgraded your blogs, maybe check out the blogs of your friends or that you read and see if they need any help. A stitch in time saves nine.</p>\n<p>Whenever a worm makes the rounds, everyone becomes a security expert and peddles one of three types of advice: snake oil, Club solutions, or real solutions. Snake oil you’ll be able to spot right away because it’s <em>easy</em>. Hide the WordPress version, they say, and you’ll be fine. Uh, duh, the worm writers thought of that. Where their 1.0 might have checked for version numbers, 2.0 just tests capabilities, version number be damned. </p>\n<p>The second type of advice is Club solutions; to illustrate, I’ll quote from <a href=\"http://diveintomark.org/archives/2002/10/29/club_vs_lojack_solutions\">Mark Pilgrim’s excellent essay on spam 7 years ago, before WordPress even existed</a>:</p>\n<blockquote><p>The <em>really</em> interesting thing about these approaches, from a game theory perspective, is that they are all <a href=\"http://slate.msn.com/?id=2041\" title=\"Slate, August 3, 1997: Property Is Theft: When protecting your own property is stealing from others\">Club solutions, not Lojack solutions</a>. There are two basic approaches to protecting your car from theft: <a href=\"http://www.theclub.com/\">The Club</a> (or The Shield, or a car alarm, or something similar), and <a href=\"http://www.lojack.com/\">Lojack</a>. The Club isn’t much protection against a thief who is determined to steal <em>your</em> car (it’s easy enough to drill the lock, or just cut the steering wheel and slide The Club off). But it is effective protection against a thief who wants to steal <em>a</em> car (not necessarily <em>your</em> car), because thieves are generally in a hurry and will go for the easiest target, the low-hanging fruit. The Club works as long as not everyone has it, since if everyone had it, thieves would have an equally difficult time stealing any car, their choice will be based on other factors, and your car is back to being as vulnerable as anyone else’s. The Club doesn’t deter theft, it only deflects it.</p></blockquote>\n<p>Club blog security solutions can be simple (like an .htaccess file) or incredibly complex (like two-factor authentication), and they can work, especially for <em>known exploits</em>. Club solutions can be useful, like using a strong or complex password for your login — no one would recommend against that. (Another club solution is switching to less-used software on the assumption or more like the software’s claim that it’s perfect and more secure. This is why BeOS is more secure than Linux, ahem.)</p>\n<p>In the car world, if someone figured out how to teleport entire cars to chop shops, The Club wouldn’t be so useful anymore. Luckily for manufacturers of The Club, this hasn’t happened. Online and in the software world, though, the equivalent happens almost daily. There is only one real solution. <strong>The only thing that I can promise will keep your blog secure today and in the future is upgrading.</strong></p>\n<p>WordPress is a community of hundreds of people that read the code every day, audit it, update it, and care enough about keeping your blog safe that we do things like release updates weeks apart from each other even though it makes us look bad, because updating is going to keep your blog safe from the bad guys. I’m not clairvoyant and I can’t predict what schemes spammers, hackers, crackers, and tricksters will come up with with in the future to harm your blog, but I do know for certain that as long as WordPress is around we’ll do everything in our power to make sure the software is safe. We’ve already made upgrading core and plugins a one-click procedure. If we find something broken, we’ll release a fix. Please upgrade, it’s the only way we can help each other.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/development/2009/09/keep-wordpress-secure/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:3:\"386\";s: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:44:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 2.8.4: Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/development/2009/08/2-8-4-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/development/2009/08/2-8-4-security-release/#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, 12 Aug 2009 01:41:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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:39:\"http://wordpress.org/development/?p=903\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"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:\"Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:724:\"<p>Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn’t allow remote access, but it is very annoying.</p>\n<p>We fixed this problem last night and have been testing the fixes and looking for other problems since then. <a href=\"http://wordpress.org/download/\">Version 2.8.4 which fixes all known problems is now available for download</a> and is highly recommended for all users of WordPress.</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:69:\"http://wordpress.org/development/2009/08/2-8-4-security-release/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:3:\"370\";s: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:18:\"Upcoming WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/development/2009/08/upcoming-wordcamps-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:71:\"http://wordpress.org/development/2009/08/upcoming-wordcamps-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, 07 Aug 2009 01:07: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:1:{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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=899\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We’re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some upcoming WordCamps, the [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:2708:\"<p>Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We’re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some <a href=\"http://central.wordcamp.org/schedule/\"> upcoming WordCamps</a>, the weekend conferences organized by local communities to talk about all things WordPress. </p>\n<p><strong><a href=\"http://wordcamp.org.nz\">WordCamp New Zealand</a>:</strong> Wellington, New Zealand, August 8-9, 2009</p>\n<p><strong><a href=\"http://wordcamphsv.org/\">WordCamp Huntsville</a>:</strong> Huntsville, Alabama, USA, August 15–16, 2009</p>\n<p><strong><a href=\"http://la.wordcamp.org/\">WordCamp Los Angeles</a>:</strong> Los Angeles, California, USA, September 12, 2009</p>\n<p><strong><a href=\"http://wordcamp.ph\">WordCamp Philippines</a>: </strong>Makati City, Philippines, September 19, 2009</p>\n<p><strong><a href=\"http://www.wordcampportland.org/\">WordCamp Portland</a>: </strong>Portland, Oregon, USA, September 19-20, 2009 <em>(Last year’s PDX WordCamp was awesome, IMO.)</em></p>\n<p><strong><a href=\"http://www.wordcampseattle.com/\">WordCamp Seattle</a>: </strong>Seattle, Washington, USA, September 26, 2009</p>\n<p><strong><a href=\"http://wordcampbirmingham.org/\">WordCamp Birmingham</a>:</strong> Birmingham, Alabama, USA, September 26-27, 2009</p>\n<p><strong><a href=\"http://wordcampnl.org/\">WordCamp Netherlands</a>:</strong> Utrecht, Netherlands, October 31, 2009</p>\n<p><strong><a href=\"http://2009.newyork.wordcamp.org/\">WordCamp NYC</a>:</strong> New York, New York, USA, November 14-15, 2009 <em>(<a href=\"http://2009.newyork.wordcamp.org/2009/07/24/logo-contest-again/\">Logo contest in progress</a>!)</em></p>\n<p><strong><a href=\"http://wordcampmexico.wordpress.com\">WordCamp Mexico</a>:</strong> Mexico City, Mexico, November 20, 2009</p>\n<p>If any of these are within a reasonable distance to you, consider attending. WordCamps are a great way to meet other WordPress users, find collaborators, and expand your t-shirt collection*. I know I’ll be hitting at least a few of these; WordCamps are also a great way to get user feedback to take into consideration while we’re making decisions about what to include in core. </p>\n<p>You can always find an up-to-date list of upcoming WordCamps at <a href=\"http://central.wordcamp.org/\">WordCamp Central</a>. You can also try searching for WordPress groups at <a href=\"http://www.meetup.com/\">Meetup.com</a> to find more regular monthly gatherings in your area. </p>\n<p>*<em>Most WordCamps include an event t-shirt in the registration fee. </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:67:\"http://wordpress.org/development/2009/08/upcoming-wordcamps-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"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:\"\";}}}}}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:32:\"WordPress 2.8.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/#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, 03 Aug 2009 15:30:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=891\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1. Luckily, the entire WordPress community has our backs. Several folks in the community dug deeper and discovered areas that were overlooked. With their help, the remaining issues are fixed in 2.8.3. Since this is a security release, upgrading is highly recommended. Download [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:476:\"<p>Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1. Luckily, the entire WordPress community has our backs. Several folks in the community dug deeper and discovered areas that were overlooked. With their help, the remaining issues are fixed in 2.8.3. Since this is a security release, upgrading is highly recommended. <a href=\"http://wordpress.org/download/\">Download</a> 2.8.3, or upgrade automatically from your admin.</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:79:\"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/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:3:\"252\";s: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: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:25:\"2.9 Features Vote Results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/development/2009/07/2-9-vote-results/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/development/2009/07/2-9-vote-results/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jul 2009 18:26:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"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:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"2.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/development/?p=877\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:308:\"Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted 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: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:8608:\"<p>Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted to share the survey results and let you know what we’re thinking in terms of approach.</p>\n<p>First, the results. The first question, and the only one that was mandatory, asked what single media feature you would choose to include in version 2.9. The top vote-getter was standalone editable photo albums (as opposed to the current per-post gallery) at 17.5%, followed closely by easier embeds for videos and other third-party content at 16.5%. Next came basic image editing (such as rotating, cropping and resizing) at 13.7%, and post thumbnails (image teasers for posts featured on the home page) at 12.9%. The rest of the features each took less than ten percent of the vote. The full list came in like this:</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q1.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q1.png\" alt=\"Results of question 1\" width=\"620\" /></a></p>\n<p>The second question was optional (3406 people answered it), and asked you to rate each feature on a scale going from <em>top priority</em> down to <em>definitely not</em> for implementation priority. Results here were in line with the results from the first question, with most features rated as <em>nice to have</em> more often than anything else. The features that scored the highest in question 1 were more likely to have earned higher votes in the Top Priority column, but no feature was ranked as a Top Priority more often than it was ranked as a Nice to Have (though Media Albums, Easier Embeds and Post Thumbnails came close). The complete tabulations are shown in the chart below.</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q2.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q2.png\" alt=\"Results for question 2\" width=\"620\" /></a></p>\n<p>Question three was getting at the same thing, but in a more granular fashion, asking you to rank the eleven features in order of priority to you. As only one feature could be assigned to each position, this prevented people from assigning the same priority to multiple features, and we wondered if it would alter the results. Though some features got more recognition in this question, the overall rankings were still in line with the results from question 1. Here are the exact votes per feature/per position:</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q3.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q3.png\" alt=\"Results for question 3\" width=\"620\" /></a></p>\n<p>The fourth question asked for your preferences regarding including new media features in core, bundling them as plugins with the core download, or developing them as plugins but not bundling them with the core download. This vote was more interesting to watch. As the notice for the voting went first to the development community, then to the user community, it was possible to see a shift in the voting. Earlier in the voting cycle, there were more votes for bundling ‘core plugins’ for the advanced media features, while later votes skewed heavily toward just putting the features in core. This vote shows, I think, one of the differences between developer and user perspectives. While developers are heavily interested in keeping the core code lean and relying on plugins for advanced functionality, many users would prefer features they want to be included in core rather than being a separate plugin. The final tally on this question was 56.2% for including features in core, 38.1% for bundled plugins, and 5.7% for non-bundled plugins. The actual numbers:</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q4.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q4.png\" alt=\"Results for question 4\" width=\"620\" /></a></p>\n<p>Clearly this issue deserves more discussion, and the concept of how we move toward a system of canonical plugins and/or core “packages” intended for different use cases (CMS, photoblog, portfolio, etc) will be a big topic in the months ahead.</p>\n<p>So where does that leave us regarding features coming down the road? When the vote closed, the results were discussed in the #wordpress-dev IRC chat to divvy up feature development.</p>\n<p>The top-voted feature, standalone photo albums, is being worked on as a <a href=\"http://gsoc2009wp.wordpress.com/rudolf-photo-albums/\">Google Summer of Code project by Rudolf Lai</a>, under the mentorship of WordPress Lead Developer <a href=\"http://markjaquith.com/\">Mark Jaquith</a>. The “pencils down” date for GSOC is in less than two weeks, at which point we’ll be assessing the state of Rudolf’s project. Hopefully, we’ll be able to incorporate it with 2.9 development, do some testing, amend the code and/or UI as needed, and have this launch with the 2.9 release (in core or as plugin TBD). Undoubtedly, additional functionality will be contributed by core contributors who have also been working on media plugins.</p>\n<p>Easier embeds, the second most popular feature, is being looked at in a couple of ways. One, more shortcodes for third-party services. Work on this has already begun. In addition, <a href=\"http://viper007bond.com\">Viper007Bond</a>, of <a href=\"http://wordpress.org/extend/plugins/vipers-video-quicktags/\">Viper’s Video Quicktags plugin</a> fame, has taken on the task of working on a way to improve the embed experience in core. We’re not sure quite how this will work yet, but stay tuned.</p>\n<p>Adding some basic editing functions like 90-degree rotation, cropping and resizing was considered an obvious winner in the dev chat, and as several plugins handle this functionality, we’re hopeful it will be included soon.</p>\n<p>Post thumbnails are being handled by Mark Jaquith, who has created this functionality before, with an assist from <a href=\"http://scribu.net/\">Scribu</a>, who has a <a href=\"http://wordpress.org/extend/plugins/custom-field-images/\">similar plugin</a> in the repository.</p>\n<p>Lower ranked features aren’t off the radar, but may take lower priority than some other (non-media) features we have in the works. One of my favorite 2.9 features is in trunk now, and changes the way we delete content. Goodbye, annoying popup asking me if I’m sure I want to delete a comment/post/etc. Hello, fast and quiet removal into a trash can, from which the content can be retrieved if it was deleted by accident. Think Gmail style. We’re also hoping to work on improving page management, though that has a number of technical issues that may cause it to be a 3.0 feature instead.</p>\n<p>As always, you can keep track of development progress in a number of ways:<br />\n1. Keep track of Trac. Contribute a patch, test a patch, just read through tickets if you have some time to kill, whatever. There are <a href=\"https://core.trac.wordpress.org/query?status=reopened&status=assigned&status=reviewing&status=new&status=accepted&group=status&milestone=2.9\">over 500 tickets against the 2.9 milestone</a> currently. Patches and testing can help us get that number down.</p>\n<p>2. Follow Trac commits on Twitter. Don’t want to get involved in the nitty gritty, just want to see what’s getting committed? Follow <a href=\"http://twitter.com/wpdevel\">wpdevel on Twitter</a> and you’ll get core commit updates in your stream.</p>\n<p>3. See what’s on the dev agenda. Each week for the IRC dev chat, there’s an agenda, created based on developer suggestions posted at <a href=\"http://wpdevel.wordpress.com\">wpdevel.wordpress.com</a>. This blog also contains discussions about specific development issues.</p>\n<p>4. Join the dev chat. The day changed this week, to accommodate European schedules. Chats are now held for one hour each week on Thursday at 21:00 UTC. That’s 5pm NYC, 2pm in California, etc. Chats are in the #wordpress-dev room at irc.freenode.com.</p>\n<p>5. Watch this blog. If you’re not a developer and prefer to stick to major announcements, the occasional survey to help decide a feature, and security notices, just keep doing what you’re doing. Reading this blog will get you all of these things.</p>\n<p>Thanks again for your help in prioritizing features for version 2.9, hopefully coming toward the end of the year to a server near you!</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:63:\"http://wordpress.org/development/2009/07/2-9-vote-results/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:\"26\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:56:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"The WordPress 2.0.x Legacy Branch is Deprecated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/\";s:7:\"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:98:\"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jul 2009 01:07:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{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:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"2.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:5:{s:4:\"data\";s:6:\"branch\";s: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:\"deprecation\";s: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:\"legacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/development/?p=866\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.\nMany of the security improvements to the new versions of WordPress in the last couple of years were complete [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:1149:\"<p>The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.</p>\n<p>Many of the security improvements to the new versions of WordPress in the last couple of years were complete reworks of how various systems were handled. Porting those changes to the 2.0.x branch would have been a monumental task and could have introduced instability or new bugs. We had to make hard decisions between stability and merging in the latest security enhancements. Additionally, far fewer people stayed on the 2.0.x branch than we anticipated. I take that as a testament to the new features in WordPress and perhaps even more the features offered by plugins, many of which don’t support older versions of WordPress!</p>\n<p>I’m disappointed that we weren’t able to keep the branch maintained until 2010, but since one of the big reasons for that failure was the massive scope of our security improvements for the newer versions of WordPress, 2.0.x doesn’t die in vain!</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:94:\"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/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:\"21\";s: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: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:36:\"Improving your plugin – Changelogs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/\";s:7:\"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://wordpress.org/development/2009/07/improving-your-plugin-changelogs/#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 Jul 2009 20:28:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s: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:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=848\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"We’ve recently made some changes to help improve the communication between plugin authors and plugin users about the changes that are made between versions.\nWe feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"Peter Westwood\";s: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:1507:\"<p>We’ve <a href=\"http://westi.wordpress.com/2009/06/20/changelogs-changelogs-changelogs/\">recently made some changes</a> to help improve the communication between plugin authors and plugin users about the changes that are made between versions.</p>\n<p>We feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision about when to upgrade and how much testing they should do with their site.</p>\n<p>In order to make this an easy and open communication channel we have added support for a Changelog section in the plugins <code>readme.txt</code> file. This changelog information is then displayed as a separate tab in the <a href=\"http://wordpress.org/extend/plugins/\">plugin directory</a> and also in the back end of your WordPress blog when you view the details on a new version of a plugin.</p>\n<p>The new section is formatted as follows:</p>\n<pre name=\"code\" class=\"css\">\n\n== Changelog ==\n\n= 1.0 =\n* A change since the previous version.\n* Another change.\n\n= 0.5 =\n* List versions from most recent at top to oldest at bottom.\n</pre>\n<p>We would also like to recommend that you also provide meaningful log messages when you commit changes to the subversion repository for your plugin so that people who want to dig further into your changes can see why things are changing (At the moment is seems a large number of plugin authors leave this field blank which isn’t very helpful).</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:79:\"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/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:\"19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 2.8.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:57:\"http://wordpress.org/development/2009/07/wordpress-2-8-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:66:\"http://wordpress.org/development/2009/07/wordpress-2-8-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:\"Mon, 20 Jul 2009 05:35: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: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:39:\"http://wordpress.org/development/?p=856\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:298:\"WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site. Download 2.8.2 or automatically upgrade from the Tools->Upgrade page of your blog’s admin.\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:350:\"<p>WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site. <a href=\"http://wordpress.org/download/\">Download</a> 2.8.2 or automatically upgrade from the Tools->Upgrade page of your blog’s admin.</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/development/2009/07/wordpress-2-8-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:3:\"250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:41:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 2.8.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:57:\"http://wordpress.org/development/2009/07/wordpress-2-8-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:66:\"http://wordpress.org/development/2009/07/wordpress-2-8-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2009 20:20:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=836\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages. Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.\nWhat [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:2224:\"<p>WordPress 2.8.1 fixes <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.8.1&resolution=fixed\">many bugs</a> and tightens security for plugin administration pages. <a href=\"http://corelabs.coresecurity.com/index.php?module=FrontEndMod&action=list&type=advisory\">Core Security Technologies</a> notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked. Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.</p>\n<p>What else is new since 2.8? Read through the highlights below, or <a href=\"http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&mode=stop_on_copy&rev=11699&stop_rev=11553&limit=500\">view all changes since 2.8</a></p>\n<ul>\n<li>Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won’t have to change.</li>\n<li>Dashboard memory usage is reduced. Some people were running out of memory when loading the dashboard, resulting in an incomplete page.</li>\n<li>The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.</li>\n<li>A problem where the rich text editor wasn’t being loaded due to compression issues has been worked around.</li>\n<li>Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.</li>\n<li>Translation of role names fixed.</li>\n<li>wp_page_menu() defaults to sorting by the user specified menu order rather than the page title.</li>\n<li>Upload error messages are now correctly reported.</li>\n<li>Autosave error experienced by some IE users is fixed.</li>\n<li>Styling glitch in the plugin editor fixed.</li>\n<li>SSH2 filesystem requirements updated.</li>\n<li>Switched back to curl as the default transport.</li>\n<li>Updated the translation library to avoid a problem with mbstring.func_overload.</li>\n<li>Stricter inline style sanitization.</li>\n<li>Stricter menu security.</li>\n<li>Disabled code highlighting due to browser incompatibilities.</li>\n<li>RTL layout fixes.</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:62:\"http://wordpress.org/development/2009/07/wordpress-2-8-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:3:\"290\";s: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: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:35:\"WordPress 2.8.1 Release Candidate 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:77:\"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-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:86:\"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-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, 07 Jul 2009 17:04:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s: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:39:\"http://wordpress.org/development/?p=833\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"2.8.1 is nigh. Release Candidate 1 is our last stop before the final release. Please download RC1, review the changes made since beta 2, and have a look at all of the tickets fixed in 2.8.1. Thanks for testing WordPress.\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s: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:586:\"<p>2.8.1 is nigh. Release Candidate 1 is our last stop before the final release. Please <a href=\"http://wordpress.org/wordpress-2.8.1-RC1.zip\">download</a> RC1, review the <a href=\"http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&mode=stop_on_copy&rev=&stop_rev=11654&limit=100\">changes made since beta 2</a>, and have a look at <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&order=priority&milestone=2.8.1&resolution=fixed\">all of the tickets fixed in 2.8.1</a>. Thanks for testing WordPress.</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:82:\"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"38\";s: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:38:\"http://wordpress.org/development/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:7:{s:10:\"x-pingback\";s:43:\"http://wordpress.org/development/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Sat, 05 Sep 2009 19:31:29 GMT\";s:4:\"etag\";s:34:\"\"73f4fd542aaeb016a2bf83b2030d5507\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"date\";s:29:\"Sun, 27 Sep 2009 18:45:41 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(886,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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"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:36:\"http://wordpress.org/extend/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"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: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Sep 2009 18:45: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:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"whiteshadow on \"Broken Link Checker\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/broken-link-checker/#post-2441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Oct 2007 21:35:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2441@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"This plugin will check your posts, custom fields and the blogroll for broken links and missing images and notify you if any are found.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"whiteshadow\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"sswells on \"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:62:\"http://wordpress.org/extend/plugins/terms-of-use-2/#post-13277\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Sep 2009 05:20:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13277@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"Forces all users (except admins) to agree to your Terms and Conditions on first login and anytime you choose to make them accept new terms.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"sswells\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"fpcorso on \"Quote Master\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/quote-master/#post-11314\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Jun 2009 17:42:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"11314@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:\"This adds a widget that displays random quotes as well as features new easy to use shortcode: [quotemaster] for your posts. Also, this has the option\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"fpcorso\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"roohit on \"Automatically publish highlights of any website, directly to 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/autopublish/#post-12689\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Aug 2009 20:50: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:\"12689@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:110:\"Highlight as you surf => Directly posts highlights to your website. Look/feel customizable. Very, very COOL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"roohit\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"denishua on \"Comment Reply Notification\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/comment-reply-notification/#post-7555\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 03 Nov 2008 15: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7555@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:\"When a reply is made to a comment the user has left on the blog, an e-mail shall be sent to the user to notify him of the reply. This will allow the u\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"denishua\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"aaroncampbell on \"Twitter Widget Pro\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/twitter-widget-pro/#post-5220\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Apr 2008 17:02:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5220@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:121:\"A widget that properly handles twitter feeds, including parsing @username, #hashtags, and URLs into links. Requires PHP5.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"aaroncampbell\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"tuxlog on \"wp-Monalisa\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/wp-monalisa/#post-10701\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 May 2009 09:04: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"10701@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:\"wp-monalisa is the plugin that smiles at you like monalisa does. place the smilies of your choice in posts, pages or 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"tuxlog\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"skadoogle on \"skaDoogle\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/skadoogle/#post-12629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Aug 2009 18:13: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:\"12629@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"The Affiliate Plugin of the Century! Monetize your Blog with skaDoogle\'s Contextual Link Sensor, Ads, skaShortCodes, and Plugins, and more. Turn your\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"skadoogle\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"wlindley on \"AutoNav Graphical Navigation and 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:55:\"http://wordpress.org/extend/plugins/autonav/#post-13199\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Sep 2009 17:11:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13199@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Plugin has two modes. In navigation mode: Creates a list or table of the current page\'s child pages. Tables are composed of linked thumbnail pictures\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"wlindley\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"slidepress on \"SlidePress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/slidepress/#post-7862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 28 Nov 2008 03:09: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:41:\"7862@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:46:\"WordPress integration plugin for SlideShowPro.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"slidepress\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"GDragoN on \"GD Simple 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/gd-simple-widgets/#post-6779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Aug 2008 23:22:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"6779@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Collection of powerful, easy to use widgets that expand default widgets. Plugin also adds few more must-have widgets for posts, authors and 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"GDragoN\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"mliljedahl on \"Lnk Juice Tracking\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/lnk-juice-tracking/#post-13273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 26 Sep 2009 18:48:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13273@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:\"This is a simple plugin that adds your Lnk Juice tracking code to the head tag of your 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"mliljedahl\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"anmari on \"AmR iCal Events List\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/amr-ical-events-list/#post-6546\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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 Aug 2008 03:21: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:41:\"6546@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:\"Display highly customisable and styleable list of events from iCal sources. Donate, rate it, or link to it. Write Calendar Page and put [iCal htt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"anmari\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"byybora on \"Google PageRank 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/google-pagerank-display/#post-12228\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Aug 2009 17:50:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12228@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:89:\"Check your site free google pagerank value with more than 120 pagerank buttons and badges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"byybora\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"gopiplus on \"Vertical scroll recent post\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/vertical-scroll-recent-post/#post-11900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jul 2009 13:24:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"11900@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:91:\"This will vertically scroll the recent post title in site side bar, or any desired location\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"gopiplus\";s:7:\"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:13:\"last-modified\";s:19:\"2007-10-08 21:35:04\";s:4:\"etag\";s:34:\"\"6345e346f243be374dce1a6af3b2beec\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"7298\";s:4:\"date\";s:29:\"Sun, 27 Sep 2009 18:45:43 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(856,0,'_transient_rewrite_rules','a:69:{s:12:\"robots\\.txt$\";s:18:\"index.php?robots=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=5&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:56:\"archives/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"archives/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"archives/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"archives/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:51:\"archives/tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:46:\"archives/tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"archives/tag/(.+?)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:21:\"archives/tag/(.+?)/?$\";s:25:\"index.php?tag=$matches[1]\";s:56:\"archives/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:51:\"archives/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:44:\"archives/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:26:\"archives/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:83:\"archives/date/([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:78:\"archives/date/([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:71:\"archives/date/([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:53:\"archives/date/([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:70:\"archives/date/([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:65:\"archives/date/([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:58:\"archives/date/([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:40:\"archives/date/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:57:\"archives/date/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:52:\"archives/date/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:45:\"archives/date/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:27:\"archives/date/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:37:\"archives/[0-9]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"archives/[0-9]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"archives/[0-9]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"archives/[0-9]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"archives/[0-9]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"archives/([0-9]+)/trackback/?$\";s:28:\"index.php?p=$matches[1]&tb=1\";s:50:\"archives/([0-9]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?p=$matches[1]&feed=$matches[2]\";s:45:\"archives/([0-9]+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?p=$matches[1]&feed=$matches[2]\";s:38:\"archives/([0-9]+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?p=$matches[1]&paged=$matches[2]\";s:45:\"archives/([0-9]+)/comment-page-([0-9]{1,})/?$\";s:41:\"index.php?p=$matches[1]&cpage=$matches[2]\";s:30:\"archives/([0-9]+)(/[0-9]+)?/?$\";s:40:\"index.php?p=$matches[1]&page=$matches[2]\";s:26:\"archives/[0-9]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"archives/[0-9]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"archives/[0-9]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"archives/[0-9]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"archives/[0-9]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$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'),(869,0,'category_children','a:1:{i:3;a:1:{i:0;s:1:\"6\";}}','yes'),(854,0,'current_theme','Barbara Harris 24','yes'),(880,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:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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:36:\"http://wordpress.org/extend/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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"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: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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Sep 2009 18:45: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:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:1;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"takayukister 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:12:\"takayukister\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"alexrabe 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:102:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"alexrabe\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"arnee 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:87:\"This plugin will create a Google sitemaps compliant XML-Sitemap of your 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"eight7teen on \"SexyBookmarks\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/sexybookmarks/#post-9249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 22 Feb 2009 11:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"9249@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:\"Adds an attractive social bookmarking menu to your posts, pages, index, or any combination of the three.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"eight7teen\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"manojtd on \"Easy AdSense\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/easy-adsenser/#post-7844\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 26 Nov 2008 13:10:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7844@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Easy AdSense manages all aspects of Google AdSense for your blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"manojtd\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"GDragoN on \"GD Star Rating\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/gd-star-rating/#post-5594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 11 May 2008 12:41: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5594@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:\"GD Star Rating plugin allows you to set up advanced rating and review system for posts, pages and comments in your blog using single, multi and thumbs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"GDragoN\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"flipper on \"Page Flip Image 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:70:\"http://wordpress.org/extend/plugins/page-flip-image-gallery/#post-7590\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 07 Nov 2008 06:44:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7590@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:\"FlippingBook Wordpress Gallery plugin helps you to create Image Gallery with Page Flip effects on 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:7:\"flipper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"micropat on \"Add to Any: Share/Bookmark/Email 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:56:\"http://wordpress.org/extend/plugins/add-to-any/#post-498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Mar 2007 23:08: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:40:\"498@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:147:\"Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"micropat\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"mitchoyoshitaka on \"Yet Another Related Posts 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:79:\"http://wordpress.org/extend/plugins/yet-another-related-posts-plugin/#post-2769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Jan 2008 13:05:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2769@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:\"Returns a list of related entries based on a unique algorithm for display on your blog and RSS feeds. A templating feature allows customization of the\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"mitchoyoshitaka\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"matt on \"Akismet\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"donncha on \"WP Super Cache\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2572@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:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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:12;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"bravenewcode on \"WPtouch iPhone 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: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 automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when vie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}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:\"bravenewcode\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"andy on \"WordPress.com Stats\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/stats/#post-1355\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_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, 06 May 2007 02:15: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:\"1355@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:\"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com\'s stat system.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"andy\";s: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:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";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:\"dtsn on \"TweetMeme 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:56:\"http://wordpress.org/extend/plugins/tweetmeme/#post-9292\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Feb 2009 14:55:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"9292@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:60:\"Adds a button which easily lets you retweet 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:4:\"dtsn\";s:7:\"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:13:\"last-modified\";s:19:\"2007-03-30 20:08:18\";s:4:\"etag\";s:34:\"\"a8894f3af502f182fd4e92b6405bade8\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"6949\";s:4:\"date\";s:29:\"Sun, 27 Sep 2009 18:45:42 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(890,0,'_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4','1254120341','no'),(893,0,'_transient_feed_mod_9cb27327d430d40e0517dc0316239426','1254077142','no'),(897,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1254077142','no'),(898,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1254120343','no'),(899,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1254077143','no'),(901,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1254077143','no');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
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=56 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_postmeta`
--
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
LOCK TABLES `wp_postmeta` WRITE;
INSERT INTO `wp_postmeta` VALUES (12,2,'_edit_lock','1250662862'),(11,2,'_wp_page_template','default'),(6,4,'_edit_lock','1250663146'),(7,4,'_edit_last','2'),(8,4,'_wp_page_template','default'),(9,5,'_edit_lock','1250663661'),(10,5,'_edit_last','2'),(13,2,'_edit_last','2'),(14,5,'_wp_page_template','default'),(15,17,'_edit_lock','1250711570'),(16,17,'_edit_last','1'),(17,24,'_edit_lock','1250711421'),(18,24,'_edit_last','1'),(42,53,'_edit_lock','1250624597'),(30,33,'_edit_last','2'),(29,33,'_edit_lock','1250620166'),(41,17,'_wp_page_template','default'),(43,53,'_edit_last','2'),(44,53,'_wp_page_template','default'),(45,58,'_edit_lock','1250624159'),(46,58,'_edit_last','2'),(49,62,'_edit_lock','1250624875'),(50,62,'_edit_last','2'),(51,62,'_wp_page_template','default');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
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_category` int(4) NOT NULL default '0',
`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`)
) ENGINE=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_posts`
--
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
LOCK TABLES `wp_posts` WRITE;
INSERT INTO `wp_posts` VALUES (7,1,'2009-07-27 22:33:15','2009-07-27 18:33:15','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','About',0,'','inherit','open','open','','2-revision','','','2009-07-27 22:33:15','2009-07-27 18:33:15','',2,'http://barbaraharris.ca/?p=7',0,'revision','',0),(11,1,'2009-08-03 17:32:36','2009-08-03 21:32:36','<!--cforms name=\"Your default form\"-->','Contact',0,'','inherit','open','open','','4-revision-2','','','2009-08-03 17:32:36','2009-08-03 21:32:36','',4,'http://barbaraharris.ca/?p=11',0,'revision','',0),(8,1,'2009-07-27 14:33:15','2009-07-27 18:33:15','<!--cforms name=\"Your default form\"-->','Contact',0,'','inherit','open','open','','4-revision','','','2009-07-27 14:33:15','2009-07-27 18:33:15','',4,'http://barbaraharris.ca/?p=8',0,'revision','',0),(9,1,'2009-08-03 16:32:43','2009-08-03 20:32:43','WELCOME TO THE HOME PAGE OF DR. BARBARA HARRIS!\r\n\r\nYOU HAVE REACHED THE DOORWAY TO A NEW LIFE!\r\n\r\nHave you experienced a traumatic event, that is currently causing distress?\r\n\r\nHave you experienced a recent loss that has been difficult to adjust to?\r\n\r\nDo you experience anxiety or depression which you haven’t been able to overcome?\r\n\r\nDo you find yourself stuck in unhealthy patterns or thinking, feeling or behavior?\r\n\r\nDo you have difficulty completing/achieving your goals?\r\n\r\nDo you have difficulty relaxing, resting, playing, or socializing?\r\n\r\nDo you have low self esteem?\r\n\r\nDo you sometimes feel hopeless about your ability to overcome these challenges?\r\n\r\nDo you find yourself engaging in coping strategies that are unhealthy?\r\n\r\nIf any of the above situations describe your current situation, you will benefit from counseling.\r\n\r\nOften, people may have issues affecting them that they do not know how to handle or resolve, and they may find ways to cope that are harmful in the long run. However, with the help of a counselor, most people are able to not only develop healthier strategies for coping, but are also able to overcome long-standing issues which affect their well-being and personal success.\r\n\r\nHaving myself overcome childhood trauma, addiction, and depression, I recognize the importance of\r\n\r\na) providing a safe, comfortable environment in which to explore concerns,\r\n\r\nb) respecting clients\' treatment goals,\r\n\r\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\r\n\r\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires by paying attention to the physical, mental, emotional and/or spiritual aspects of their lives.\r\n\r\n<strong>My thoughts and beliefs</strong>\r\n\r\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\r\n\r\nThere is always hope.\r\n\r\nSometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.\r\n\r\nHealing is a journey not an event.\r\n\r\nHealing happens when we bring ourselves and our story into the light.\r\n\r\nThe answer lies within.\r\n\r\nHealing is a process that requires attention to emotions, thoughts and feelings, and attention to the body.\r\n\r\nWe get out of it what we put into it.\r\n\r\nOnce upon a time I was in a place where I could not see the end of tunnel, and I sought professional help. All of a sudden, I wasn’t in the tunnel alone…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\r\n\r\nI consider it a privilege to do this work.\r\n\r\n<strong>What you can expect.</strong>\r\n\r\n<strong> </strong>\r\n\r\nThe first 2 or 3 sessions are spent discussing your concerns/ needs, as well as your goals for counseling.\r\n\r\nThen, your counseling sessions will be focused on the issues you choose to address. My role will be to assist you in:\r\n<ul>\r\n <li>Increasing self esteem/self concept by drawing on your strengths and inner knowledge and wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li>Facilitating the development and mastery of skills to cope with any symptoms arising from the challenges you face (such as depression, PTSD, anxiety).</li>\r\n</ul>\r\n<ul>\r\n <li>Helping you to resolve the issues which have prevented you from reaching your life goals, by helping you move from reacting to situations to responding to situations in healthy ways.</li>\r\n</ul>\r\n<ul>\r\n <li>Assisting you in developing a wellness plan that you can effectively implement, as well as helping you develop relaxation techniques for dealing with stressors in your life.</li>\r\n</ul>\r\nPlease give me a call at 604-728-4535 to set up an appointment.\r\n\r\nMy office is conveniently located at Suite 914 - 470 Granville St., just a few steps from the Waterfront Skytrain Station and various parking facilities.\r\n\r\nIf you will be getting funding through any 3<sup>rd</sup> party, please review the Rates and Payment Options page for further information, as we may need to determine eligibility for coverage through these programs.','Home',0,'','inherit','open','open','','5-revision-2','','','2009-08-03 16:32:43','2009-08-03 20:32:43','',5,'http://barbaraharris.ca/?p=9',0,'revision','',0),(2,2,'2009-07-27 14:33:15','2009-07-27 18:33:15','<strong><em><span style=\"text-decoration: underline;\">My Professional Experience:</span></em></strong>\r\n\r\nI have worked in both the inner city of Edmonton and Vancouver\'s Downtown Eastside. The majority of my clients have experienced multiple traumatic events in their lives, and/or have been affected by intergenerational trauma. I also have over 20 years experience working with individuals with addictions. Many of these clients\' concerns include anxiety, depression, grief and loss, low self esteem, panic, trauma symptoms, and/or thoughts of self harm.\r\n\r\nBetween 2001 and 2009 I taught both undergraduate and graduate courses at the UBC School of Social Work. I taught courses on addictions, working with First Nations, and trauma and recovery.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">My personal experience, and how it influences my work:</span></em></strong>\r\n\r\nAs a survivor of sexual, physical, verbal and emotional abuse during my childhood, and as a child of alcoholic parents, I left home at a very early age, and myself became addicted. In recovery now for over 23 years, I managed to overcome the challenges associated with growing up in a traumatic and violent home environment, as well as my addiction. Because of my lived experience as a trauma survivor, and a woman on a healing journey for over 20 years, I recognize the importance of\r\n\r\na) providing a safe, comfortable environment in which to explore concerns,\r\n\r\nb) respecting clients\' treatment goals,\r\n\r\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\r\n\r\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">My Education:</span></em></strong>\r\n\r\nMy education includes an undergraduate (BSW), and graduate degree (MSW) from the University of British Columbia, as well as a PhD (Doctor of Philosophy Degree) in Education from Simon Fraser University.\r\n\r\nI also have training in One Eye Integration, EMDR Levels I and II, and Life Skills Coach Training.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">My thoughts and beliefs:</span></em></strong>\r\n\r\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\r\n\r\nThere is always hope.\r\n\r\nHealing is a journey not an event.\r\n\r\nHealing happens when we bring ourselves and our story into the light.\r\n\r\nThe answer lies within.\r\n\r\nHealing is a process that requires attention to thoughts and feelings, and, to the body.\r\n\r\nWe get out of it what we put into it.\r\n\r\nOnce upon a time I was in a place where I could not see a light at the end of the tunnel, and I had no hope, but I sought professional help. Somewhere along the way, I had the feeling that I wasn’t in the tunnel alone anymore…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\r\n\r\nI consider it a privilege to do this work.\r\n\r\n<strong><em>Freedom begins with a single step. </em></strong>\r\n\r\n<strong><em>TO CONTACT ME TO DISCUSS YOUR CONCERNS CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','About Me',0,'','publish','open','open','','about','','','2009-08-19 02:21:01','2009-08-19 06:21:01','',0,'http://barbaraharris.ca//?page_id=2',20,'page','',0),(4,2,'2009-07-27 14:33:15','2009-07-27 18:33:15','Dr Barbara Harris\r\n\r\n#914-470 Granville St. (across from the new Waterfront Skytrain)\r\nVancouver, BC\r\nV6C 1V5\r\n\r\nPhone: 604-728-4535\r\n\r\nFax: 604-688-7715\r\n\r\n<!--cforms name=\"Your default form\"-->','Contact',0,'','publish','open','open','','contact','','','2009-08-19 02:25:45','2009-08-19 06:25:45','',0,'http://barbaraharris.ca//?page_id=4',40,'page','',0),(5,2,'2009-08-03 16:32:43','2009-08-03 20:32:43','<strong><em><span style=\"text-decoration: underline;\">Do any of the following ring true for you:</span></em></strong> \r\n\r\nDo you <strong>feel stuck</strong> in patterns of thinking, feeling or behaving that you just can’t seem to break?\r\n\r\n Do you feel <strong>tired</strong> all the time, <strong>or can’t sleep</strong> hardly at all?\r\n\r\n Do you <strong>lack motivation</strong>, or have <strong>difficulty concentrating</strong>? \r\n\r\nDo you experience <strong>nightmares, flashbacks</strong> of other symptoms related to an event that was disturbing to you?\r\n\r\nDo you have <strong>difficulty identifying, expressing or feeling your feelings</strong>, <strong>or do you just feel numb</strong> most of the time?\r\n\r\nDo certain <strong>everyday situations cause you to feel scared, or have increased heart rate, and difficulty breathing</strong>?\r\n\r\nDo you tend to <strong>think or feel negatively</strong> towards yourself and/or others?\r\n\r\nDo you tend to<strong> isolate</strong> yourself from life?\r\n\r\nDo you have <strong>difficulty trusting</strong> others, or experience excessive <strong>worry and fear</strong>?\r\n\r\nDo you tend to <strong>work, drink, eat, etc. more than you feel you should</strong>, or more than you actually want to?\r\n\r\nHave you experienced a <strong>recent loss</strong> that has been difficult to accept or heal from?\r\n\r\nIs your life going well, but you <strong>just feel there’s something missing</strong>?\r\n\r\nIf any of the above scenarios describes your current situation, you could benefit from counseling.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">Counseling can help!</span></em></strong>\r\n\r\n<strong><em>‘Sometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.’</em></strong><em> (me)</em>\r\n\r\nMany people experience periods in their lives where they are affected by situations that they do not know how to handle or resolve. However, with the help of a counselor, most people learn to cope with, and even resolve, these concerns. \r\n\r\nSome of the <strong>benefits of counseling</strong> include:\r\n<ul>\r\n <li><strong>Feeling better about yourself, as you learn knowledge and skills to help you to understand and manage the challenges you face;</strong></li>\r\n <li><strong>Becoming more satisfied with life as you clear away past hurts, and improve or strengthen your relations with others;</strong></li>\r\n <li><strong>Overcoming unhealthy patterns of feeling, thinking or behaving which have prevented you from reaching your life goals; </strong></li>\r\n <li><strong>Shifting from reacting to situations to responding to situations in healthy ways, leading to improved confidence; and </strong></li>\r\n <li><strong>Self awareness and personal growth.</strong></li>\r\n</ul>\r\n<strong><em>Freedom begins with a single step! </em></strong>\r\n\r\n<em>I provide counselling to individuals throughout the Lower Mainland of BC, as my office is easily accessible and centrally located in Downtown Vancouver, across the street from the new Waterfront Sky Train Station. </em>\r\n\r\n<strong><em>TO CONTACT ME CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','Home',0,'','publish','open','open','','home','','','2009-08-19 02:32:12','2009-08-19 06:32:12','',0,'http://barbaraharris.ca/?page_id=5',1,'page','',0),(20,1,'2009-08-10 17:33:13','2009-08-10 21:33:13','Are you currently experiencing distress due to a <span style=\"text-decoration: underline;\">traumatic event,</span> <span style=\"text-decoration: underline;\">multiple traumatic events</span>, or <span style=\"text-decoration: underline;\">intergenerational trauma</span>?\r\n\r\nDo you suffer from <span style=\"text-decoration: underline;\">anxiety </span>or <span style=\"text-decoration: underline;\">depression</span>?\r\n\r\nHave you experienced a <span style=\"text-decoration: underline;\">recent loss</span> that has been difficult to adjust to?\r\n\r\nDo you have <span style=\"text-decoration: underline;\">low self esteem</span>?\r\n\r\nDo you feel overwhelmed by <span style=\"text-decoration: underline;\">stress</span>?\r\n\r\nAre you concerned that you may have an <span style=\"text-decoration: underline;\">addiction</span>?\r\n\r\nDo you feel <span style=\"text-decoration: underline;\">stuck</span> in unhealthy patterns of thinking, feeling or behavior that interfere with your ability to complete/achieve your goals?\r\n\r\nIf any of the above scenarios describes your current situation, you can benefit from counseling.\r\n\r\n<strong><span style=\"text-decoration: underline;\">How counseling can help:</span></strong>\r\n<blockquote><em>Sometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.(me)</em></blockquote>\r\nMany people experience periods in their lives where they have issues affecting them that they do not know how to handle or resolve. However, with the help of a counselor, most people learn to cope with, and even resolve, these concerns. Many people also find that they can overcome unhealthy patterns which affect their ability to fulfill their own life goals.\r\n\r\nSome of the benefits of counseling include:\r\n<ul>\r\n <li>Feeling better about yourself, as you learn knowledge and skills to help you to understand and cope with the challenges you face;</li>\r\n</ul>\r\n<ul>\r\n <li>Becoming more satisfied with life as you clear away past hurts, and improve or strengthen your relations with others;</li>\r\n</ul>\r\n<ul>\r\n <li>Overcoming unhealthy patterns of feeling, thinking or behaving which have prevented you from reaching your life goals;</li>\r\n</ul>\r\n<ul>\r\n <li>Shifting from reacting to situations to responding to situations in healthy ways.</li>\r\n</ul>\r\n<strong>TO CONTACT ME CLICK <span style=\"text-decoration: underline;\">HERE</span></strong>','Home',0,'','inherit','open','open','','5-revision-7','','','2009-08-10 17:33:13','2009-08-10 21:33:13','',5,'http://barbaraharris.ca/archives/20',0,'revision','',0),(16,1,'2009-08-05 17:05:53','2009-08-05 21:05:53','WELCOME TO THE HOME PAGE OF DR. BARBARA HARRIS!\r\n\r\nHave you experienced a traumatic event, that is currently causing distress?\r\nHave you experienced a recent loss that has been difficult to adjust to?\r\nDo you experience anxiety or depression which you haven’t been able to overcome?\r\nDo you find yourself stuck in unhealthy patterns or thinking, feeling or behavior?\r\nDo you have difficulty completing/achieving your goals?\r\nDo you have difficulty relaxing, resting, playing, or socializing?\r\nDo you have low self esteem?\r\nDo you sometimes feel hopeless about your ability to overcome these challenges?\r\nDo you find yourself engaging in coping strategies that are unhealthy?\r\n\r\nIf any of the above situations describe your current situation, you will benefit from counseling.\r\n\r\nOften, people may have issues affecting them that they do not know how to handle or resolve, and they may find ways to cope that are harmful in the long run. However, with the help of a counselor, most people are able to not only develop healthier strategies for coping, but are also able to overcome long-standing issues which affect their well-being and personal success.\r\n\r\nHaving myself overcome childhood trauma, addiction, and depression, I recognize the importance of\r\na) providing a safe, comfortable environment in which to explore concerns,\r\nb) respecting clients’ treatment goals,\r\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\r\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires by paying attention to the physical, mental, emotional and/or spiritual aspects of their lives.\r\n\r\n<strong>My thoughts and beliefs</strong>\r\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\r\n\r\n<strong>There is always hope.</strong>\r\nSometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.\r\nHealing is a journey not an event.\r\n\r\nHealing happens when we bring ourselves and our story into the light.\r\n\r\n<strong>The answer lies within.</strong>\r\nHealing is a process that requires attention to emotions, thoughts and feelings, and attention to the body.\r\nWe get out of it what we put into it.\r\n\r\nOnce upon a time I was in a place where I could not see the end of tunnel, and I sought professional help. All of a sudden, I wasn’t in the tunnel alone…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\r\n\r\nI consider it a privilege to do this work.\r\n\r\n<strong>What you can expect.</strong>\r\nThe first 2 or 3 sessions are spent discussing your concerns/ needs, as well as your goals for counseling.\r\nThen, your counseling sessions will be focused on the issues you choose to address. My role will be to assist you in reaching your goals.\r\n\r\n<strong>Setting up an appointment:</strong>\r\nPlease give me a call at 604-728-4535 to set up an appointment.\r\nMy office is conveniently located at Suite 914 – 470 Granville St., just a few steps from the Waterfront Skytrain Station and various parking facilities.\r\n\r\n<strong>Payment options:</strong>\r\nIf you will be getting funding through any 3rd party, please review the Rates and Payment Options page for further information, as we may need to determine eligibility for coverage through these programs.\r\n','Home',0,'','inherit','open','open','','5-revision-5','','','2009-08-05 17:05:53','2009-08-05 21:05:53','',5,'http://barbaraharris.ca/?p=16',0,'revision','',0),(6,1,'2009-08-03 16:30:53','2009-08-03 20:30:53','WELCOME TO THE HOME PAGE OF DR. BARBARA HARRIS!\n\nYOU HAVE REACHED THE DOORWAY TO A NEW LIFE!\n\nHave you experienced a traumatic event, that is currently causing distress?\n\nHave you experienced a recent loss that has been difficult to adjust to?\n\nDo you experience anxiety or depression which you haven’t been able to overcome?\n\nDo you find yourself stuck in unhealthy patterns or thinking, feeling or behavior?\n\nDo you have difficulty completing/achieving your goals?\n\nDo you have difficulty relaxing, resting, playing, or socializing?\n\nDo you have low self esteem?\n\nDo you sometimes feel hopeless about your ability to overcome these challenges?\n\nDo you find yourself engaging in coping strategies that are unhealthy?\n\nIf any of the above situations describe your current situation, you will benefit from counseling.\n\nOften, people may have issues affecting them that they do not know how to handle or resolve, and they may find ways to cope that are harmful in the long run. However, with the help of a counselor, most people are able to not only develop healthier strategies for coping, but are also able to overcome long-standing issues which affect their well-being and personal success.\n\nHaving myself overcome childhood trauma, addiction, and depression, I recognize the importance of\n\na) providing a safe, comfortable environment in which to explore concerns,\n\nb) respecting clients\' treatment goals,\n\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\n\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires by paying attention to the physical, mental, emotional and/or spiritual aspects of their lives.\n\n<strong>My thoughts and beliefs</strong>\n\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\n\nThere is always hope.\n\nSometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.\n\nHealing is a journey not an event.\n\nHealing happens when we bring ourselves and our story into the light.\n\nThe answer lies within.\n\nHealing is a process that requires attention to emotions, thoughts and feelings, and attention to the body.\n\nWe get out of it what we put into it.\n\nOnce upon a time I was in a place where I could not see the end of tunnel, and I sought professional help. All of a sudden, I wasn’t in the tunnel alone…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\n\nI consider it a privilege to do this work.\n\n<strong>What you can expect.</strong>\n\n<strong> </strong>\n\nThe first 2 or 3 sessions are spent discussing your concerns/ needs, as well as your goals for counseling.\n\nThen, your counseling sessions will be focused on the issues you choose to address. My role will be to assist you in:\n<ul>\n <li>Increasing self esteem/self concept by drawing on your strengths and inner knowledge and wisdom.</li>\n</ul>\n<ul>\n <li>Facilitating the development and mastery of skills to cope with any symptoms arising from the challenges you face (such as depression, PTSD, anxiety).</li>\n</ul>\n<ul>\n <li>Helping you to resolve the issues which have prevented you from reaching your life goals, by helping you move from reacting to situations to responding to situations in healthy ways.</li>\n</ul>\n<ul>\n <li>Assisting you in developing a wellness plan that you can effectively implement, as well as helping you develop relaxation techniques for dealing with stressors in your life.</li>\n</ul>\nPlease give me a call at 604-728-4535 to set up an appointment.\n\nMy office is conveniently located at Suite 914 - 470 Granville St., just a few steps from the Waterfront Skytrain Station and various parking facilities.\n\nIf you will be getting funding through any 3<sup>rd</sup> party, please review the Rates and Payment Options page for further information, as we may need to determine eligibility for coverage through these programs.\n\n<input /><input />\n\n<input id=\"gwProxy\" type=\"hidden\" /><input id=\"jsProxy\" onclick=\"jsCall();\" type=\"hidden\" />','Home',0,'','inherit','open','open','','5-revision','','','2009-08-03 16:30:53','2009-08-03 20:30:53','',5,'http://barbaraharris.ca/?p=6',0,'revision','',0),(10,1,'2009-08-03 17:32:29','2009-08-03 21:32:29','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','About',0,'','inherit','open','open','','2-revision-2','','','2009-08-03 17:32:29','2009-08-03 21:32:29','',2,'http://barbaraharris.ca/?p=10',0,'revision','',0),(12,1,'2009-08-03 17:32:46','2009-08-03 21:32:46','WELCOME TO THE HOME PAGE OF DR. BARBARA HARRIS!\r\n\r\nYOU HAVE REACHED THE DOORWAY TO A NEW LIFE!\r\n\r\nHave you experienced a traumatic event, that is currently causing distress?\r\n\r\nHave you experienced a recent loss that has been difficult to adjust to?\r\n\r\nDo you experience anxiety or depression which you haven’t been able to overcome?\r\n\r\nDo you find yourself stuck in unhealthy patterns or thinking, feeling or behavior?\r\n\r\nDo you have difficulty completing/achieving your goals?\r\n\r\nDo you have difficulty relaxing, resting, playing, or socializing?\r\n\r\nDo you have low self esteem?\r\n\r\nDo you sometimes feel hopeless about your ability to overcome these challenges?\r\n\r\nDo you find yourself engaging in coping strategies that are unhealthy?\r\n\r\nIf any of the above situations describe your current situation, you will benefit from counseling.\r\n\r\nOften, people may have issues affecting them that they do not know how to handle or resolve, and they may find ways to cope that are harmful in the long run. However, with the help of a counselor, most people are able to not only develop healthier strategies for coping, but are also able to overcome long-standing issues which affect their well-being and personal success.\r\n\r\nHaving myself overcome childhood trauma, addiction, and depression, I recognize the importance of\r\n\r\na) providing a safe, comfortable environment in which to explore concerns,\r\n\r\nb) respecting clients\' treatment goals,\r\n\r\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\r\n\r\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires by paying attention to the physical, mental, emotional and/or spiritual aspects of their lives.\r\n\r\n<strong>My thoughts and beliefs</strong>\r\n\r\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\r\n\r\nThere is always hope.\r\n\r\nSometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.\r\n\r\nHealing is a journey not an event.\r\n\r\nHealing happens when we bring ourselves and our story into the light.\r\n\r\nThe answer lies within.\r\n\r\nHealing is a process that requires attention to emotions, thoughts and feelings, and attention to the body.\r\n\r\nWe get out of it what we put into it.\r\n\r\nOnce upon a time I was in a place where I could not see the end of tunnel, and I sought professional help. All of a sudden, I wasn’t in the tunnel alone…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\r\n\r\nI consider it a privilege to do this work.\r\n\r\n<strong>What you can expect.</strong>\r\n\r\n<strong> </strong>\r\n\r\nThe first 2 or 3 sessions are spent discussing your concerns/ needs, as well as your goals for counseling.\r\n\r\nThen, your counseling sessions will be focused on the issues you choose to address. My role will be to assist you in:\r\n<ul>\r\n <li>Increasing self esteem/self concept by drawing on your strengths and inner knowledge and wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li>Facilitating the development and mastery of skills to cope with any symptoms arising from the challenges you face (such as depression, PTSD, anxiety).</li>\r\n</ul>\r\n<ul>\r\n <li>Helping you to resolve the issues which have prevented you from reaching your life goals, by helping you move from reacting to situations to responding to situations in healthy ways.</li>\r\n</ul>\r\n<ul>\r\n <li>Assisting you in developing a wellness plan that you can effectively implement, as well as helping you develop relaxation techniques for dealing with stressors in your life.</li>\r\n</ul>\r\nPlease give me a call at 604-728-4535 to set up an appointment.\r\n\r\nMy office is conveniently located at Suite 914 - 470 Granville St., just a few steps from the Waterfront Skytrain Station and various parking facilities.\r\n\r\nIf you will be getting funding through any 3<sup>rd</sup> party, please review the Rates and Payment Options page for further information, as we may need to determine eligibility for coverage through these programs.','Home',0,'','inherit','open','open','','5-revision-3','','','2009-08-03 17:32:46','2009-08-03 21:32:46','',5,'http://barbaraharris.ca/?p=12',0,'revision','',0),(13,1,'2009-08-19 02:33:21','2009-08-19 06:33:21','<strong><em><span style=\"text-decoration: underline;\">Do any of the following ring true for you:</span></em></strong> \n\nDo you <strong>feel stuck</strong> in patterns of thinking, feeling or behaving that you just can’t seem to break?\n\n Do you feel <strong>tired</strong> all the time, <strong>or can’t sleep</strong> hardly at all?\n\n Do you <strong>lack motivation</strong>, or have <strong>difficulty concentrating</strong>? \n\nDo you experience <strong>nightmares, flashbacks</strong> of other symptoms related to an event that was disturbing to you?\n\nDo you have <strong>difficulty identifying, expressing or feeling your feelings</strong>, <strong>or do you just feel numb</strong> most of the time?\n\nDo certain <strong>everyday situations cause you to feel scared, or have increased heart rate, and difficulty breathing</strong>?\n\nDo you tend to <strong>think or feel negatively</strong> towards yourself and/or others?\n\nDo you tend to<strong> isolate</strong> yourself from life?\n\nDo you have <strong>difficulty trusting</strong> others, or experience excessive <strong>worry and fear</strong>?\n\nDo you tend to <strong>work, drink, eat, etc. more than you feel you should</strong>, or more than you actually want to?\n\nHave you experienced a <strong>recent loss</strong> that has been difficult to accept or heal from?\n\nIs your life going well, but you <strong>just feel there’s something missing</strong>?\n\nIf any of the above scenarios describes your current situation, you could benefit from counseling.\n\n<strong><em><span style=\"text-decoration: underline;\">Counseling can help!</span></em></strong>\n\n<strong><em>‘Sometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.’</em></strong><em> (me)</em>\n\nMany people experience periods in their lives where they are affected by situations that they do not know how to handle or resolve. However, with the help of a counselor, most people learn to cope with, and even resolve, these concerns. \n\nSome of the <strong>benefits of counseling</strong> include:\n<ul>\n <li><strong>Feeling better about yourself, as you learn knowledge and skills to help you to understand and manage the challenges you face;</strong></li>\n <li><strong>Becoming more satisfied with life as you clear away past hurts, and improve or strengthen your relations with others;</strong></li>\n <li><strong>Overcoming unhealthy patterns of feeling, thinking or behaving which have prevented you from reaching your life goals; </strong></li>\n <li><strong>Shifting from reacting to situations to responding to situations in healthy ways, leading to improved confidence; and </strong></li>\n <li><strong>Self awareness and personal growth.</strong></li>\n</ul>\n<strong><em>Freedom begins with a single step! </em></strong>\n\n<em>I provide counselling to individuals throughout the Lower Mainland of BC, as my office is easily accessible and centrally located in Downtown Vancouver, across the street from the new Waterfront Sky Train Station. </em>\n\n<strong><em>TO CONTACT ME CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','Home',0,'','inherit','open','open','','5-autosave','','','2009-08-19 02:33:21','2009-08-19 06:33:21','',5,'http://barbaraharris.ca/?p=13',0,'revision','',0),(19,1,'2009-08-05 17:07:31','2009-08-05 21:07:31','<strong>WELCOME TO THE HOME PAGE OF DR. BARBARA HARRIS!</strong>\r\n\r\nHave you experienced a traumatic event, that is currently causing distress?\r\nHave you experienced a recent loss that has been difficult to adjust to?\r\nDo you experience anxiety or depression which you haven’t been able to overcome?\r\nDo you find yourself stuck in unhealthy patterns or thinking, feeling or behavior?\r\nDo you have difficulty completing/achieving your goals?\r\nDo you have difficulty relaxing, resting, playing, or socializing?\r\nDo you have low self esteem?\r\nDo you sometimes feel hopeless about your ability to overcome these challenges?\r\nDo you find yourself engaging in coping strategies that are unhealthy?\r\n\r\nIf any of the above situations describe your current situation, you will benefit from counseling.\r\n\r\nOften, people may have issues affecting them that they do not know how to handle or resolve, and they may find ways to cope that are harmful in the long run. However, with the help of a counselor, most people are able to not only develop healthier strategies for coping, but are also able to overcome long-standing issues which affect their well-being and personal success.\r\n\r\nHaving myself overcome childhood trauma, addiction, and depression, I recognize the importance of\r\na) providing a safe, comfortable environment in which to explore concerns,\r\nb) respecting clients’ treatment goals,\r\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\r\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires by paying attention to the physical, mental, emotional and/or spiritual aspects of their lives.\r\n\r\n<strong>My thoughts and beliefs</strong>\r\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\r\n\r\n<strong>There is always hope.</strong>\r\nSometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.\r\nHealing is a journey not an event.\r\n\r\nHealing happens when we bring ourselves and our story into the light.\r\n\r\n<strong>The answer lies within.</strong>\r\nHealing is a process that requires attention to emotions, thoughts and feelings, and attention to the body.\r\nWe get out of it what we put into it.\r\n\r\nOnce upon a time I was in a place where I could not see the end of tunnel, and I sought professional help. All of a sudden, I wasn’t in the tunnel alone…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\r\n\r\nI consider it a privilege to do this work.\r\n\r\n<strong>What you can expect.</strong>\r\nThe first 2 or 3 sessions are spent discussing your concerns/ needs, as well as your goals for counseling.\r\nThen, your counseling sessions will be focused on the issues you choose to address. My role will be to assist you in reaching your goals.\r\n\r\n<strong>Setting up an appointment:</strong>\r\nPlease give me a call at 604-728-4535 to set up an appointment.\r\nMy office is conveniently located at Suite 914 – 470 Granville St., just a few steps from the Waterfront Skytrain Station and various parking facilities.\r\n\r\n<strong>Payment options:</strong>\r\nIf you will be getting funding through any 3rd party, please review the Rates and Payment Options page for further information, as we may need to determine eligibility for coverage through these programs.','Home',0,'','inherit','open','open','','5-revision-6','','','2009-08-05 17:07:31','2009-08-05 21:07:31','',5,'http://barbaraharris.ca/archives/19',0,'revision','',0),(15,1,'2009-08-03 17:40:13','2009-08-03 21:40:13','<strong>WELCOME TO THE HOME PAGE OF DR. BARBARA HARRIS!</strong>\r\n\r\n<strong>YOU HAVE REACHED THE DOORWAY TO A NEW LIFE!</strong>\r\n\r\nHave you experienced a traumatic event, that is currently causing distress?\r\n\r\nHave you experienced a recent loss that has been difficult to adjust to?\r\n\r\nDo you experience anxiety or depression which you haven’t been able to overcome?\r\n\r\nDo you find yourself stuck in unhealthy patterns or thinking, feeling or behavior?\r\n\r\nDo you have difficulty completing/achieving your goals?\r\n\r\nDo you have difficulty relaxing, resting, playing, or socializing?\r\n\r\nDo you have low self esteem?\r\n\r\nDo you sometimes feel hopeless about your ability to overcome these challenges?\r\n\r\nDo you find yourself engaging in coping strategies that are unhealthy?\r\n\r\nIf any of the above situations describe your current situation, you will benefit from counseling.\r\n\r\nOften, people may have issues affecting them that they do not know how to handle or resolve, and they may find ways to cope that are harmful in the long run. However, with the help of a counselor, most people are able to not only develop healthier strategies for coping, but are also able to overcome long-standing issues which affect their well-being and personal success.\r\n\r\nHaving myself overcome childhood trauma, addiction, and depression, I recognize the importance of\r\n\r\na) providing a safe, comfortable environment in which to explore concerns,\r\n\r\nb) respecting clients\' treatment goals,\r\n\r\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\r\n\r\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires by paying attention to the physical, mental, emotional and/or spiritual aspects of their lives.\r\n\r\n<strong>My thoughts and beliefs</strong>\r\n\r\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\r\n\r\nThere is always hope.\r\n\r\nSometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.\r\n\r\nHealing is a journey not an event.\r\n\r\nHealing happens when we bring ourselves and our story into the light.\r\n\r\nThe answer lies within.\r\n\r\nHealing is a process that requires attention to emotions, thoughts and feelings, and attention to the body.\r\n\r\nWe get out of it what we put into it.\r\n\r\nOnce upon a time I was in a place where I could not see the end of tunnel, and I sought professional help. All of a sudden, I wasn’t in the tunnel alone…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\r\n\r\nI consider it a privilege to do this work.\r\n\r\n<strong>What you can expect.</strong>\r\n\r\n<strong> </strong>\r\n\r\nThe first 2 or 3 sessions are spent discussing your concerns/ needs, as well as your goals for counseling.\r\n\r\nThen, your counseling sessions will be focused on the issues you choose to address. My role will be to assist you in:\r\n<ul>\r\n <li>Increasing self esteem/self concept by drawing on your strengths and inner knowledge and wisdom.</li>\r\n</ul>\r\n<ul>\r\n <li>Facilitating the development and mastery of skills to cope with any symptoms arising from the challenges you face (such as depression, PTSD, anxiety).</li>\r\n</ul>\r\n<ul>\r\n <li>Helping you to resolve the issues which have prevented you from reaching your life goals, by helping you move from reacting to situations to responding to situations in healthy ways.</li>\r\n</ul>\r\n<ul>\r\n <li>Assisting you in developing a wellness plan that you can effectively implement, as well as helping you develop relaxation techniques for dealing with stressors in your life.</li>\r\n</ul>\r\nPlease give me a call at 604-728-4535 to set up an appointment.\r\n\r\nMy office is conveniently located at Suite 914 - 470 Granville St., just a few steps from the Waterfront Skytrain Station and various parking facilities.\r\n\r\nIf you will be getting funding through any 3<sup>rd</sup> party, please review the Rates and Payment Options page for further information, as we may need to determine eligibility for coverage through these programs.','Home',0,'','inherit','open','open','','5-revision-4','','','2009-08-03 17:40:13','2009-08-03 21:40:13','',5,'http://barbaraharris.ca/?p=15',0,'revision','',0),(14,1,'2009-08-03 17:34:34','2009-08-03 21:34:34','Coming Soon','About',0,'','inherit','open','open','','2-revision-3','','','2009-08-03 17:34:34','2009-08-03 21:34:34','',2,'http://barbaraharris.ca/?p=14',0,'revision','',0),(17,2,'2009-08-10 17:29:43','2009-08-10 21:29:43','<h3>THIRD PARTY BILLING OPTIONS:</h3>\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL <input name=\"encrypted\" type=\"hidden\" value=\"-----BEGIN PKCS7-----MIIHZwYJKoZIhvcNAQcEoIIHWDCCB1QCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYAVBhG29/QmYR089exRIQh2JtpccyjM1ynS7Md5xMM8NQGp21gdlPeLbnzabdcX/m28gcIAULZw/xFkzdkA3bOrqb75x9ip6nzkOfqGTvdsrBA/gE7hN3Lwt5qn5Lq1ui+0n7yRsRUCgYx2U0cnVU9A1qudPY0bQpTq7Ztc7UGi1TELMAkGBSsOAwIaBQAwgeQGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIojkQZ/NNHTSAgcCyWYpJmJE3KYlp38KLNm5e3E/16M5j9SVe9AttlDVb2UNRSTf8Ee7r0kW8w/rkwB3rg+aEOkGrRjITV/HzXuDreEaQjMGPz68sazbts8Bkc6ihgrO1+oriGTsSfk3e2KBzLoJM5Cbtz2pwC8NueWkvwAfvCN/UEzSGiYggyONaeNQfk9dgaDLjXbUKw1sYhnAOV4ZFYwmEOGTHXFwTvRmorStHJzxtxRLcFFiGxNyHWz9zChM6/uaMI5EjOzrNFGqgggOHMIIDgzCCAuygAwIBAgIBADANBgkqhkiG9w0BAQUFADCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20wHhcNMDQwMjEzMTAxMzE1WhcNMzUwMjEzMTAxMzE1WjCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMFHTt38RMxLXJyO2SmS+Ndl72T7oKJ4u4uw+6awntALWh03PewmIJuzbALScsTS4sZoS1fKciBGoh11gIfHzylvkdNe/hJl66/RGqrj5rFb08sAABNTzDTiqqNpJeBsYs/c2aiGozptX2RlnBktH+SUNpAajW724Nv2Wvhif6sFAgMBAAGjge4wgeswHQYDVR0OBBYEFJaffLvGbxe9WT9S1wob7BDWZJRrMIG7BgNVHSMEgbMwgbCAFJaffLvGbxe9WT9S1wob7BDWZJRroYGUpIGRMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbYIBADAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GBAIFfOlaagFrl71+jq6OKidbWFSE+Q4FqROvdgIONth+8kSK//Y/4ihuE4Ymvzn5ceE3S/iBSQQMjyvb+s2TWbQYDwcp129OPIbD9epdr4tJOUNiSojw7BHwYRiPh58S1xGlFgHFXwrEBb3dgNbMUa+u4qectsMAXpVHnD9wIyfmHMYIBmjCCAZYCAQEwgZQwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tAgEAMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wOTA4MTkxOTUwMzZaMCMGCSqGSIb3DQEJBDEWBBQnyHKiY5jjQvIzP33/OkA2Q7CgpjANBgkqhkiG9w0BAQEFAASBgGHPuzbAzMa6QsOmkk5Wl7f9rp/KCKmnxhCWh+pj4AD8JVp4ztXa1jAED2qUDt2K22rl9gWedx7Yg4eaaE1ByQXip2cQRxi1jE6srl/2at6DNPCAquyEJAo24RJM9XEmhcp5QzxFuoPsY11+2kfgPqbzdQxQwQzzybiTvRe5t2lQ-----END PKCS7----- \" />\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" border=\"0\" alt=\"\" width=\"1\" height=\"1\" />\r\n</form>Please feel free to inquire about my sliding scale based on your income.\r\n\r\nTo contact me click <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">here</a>','Payment Options',0,'','publish','open','open','','payment-options','','','2009-08-19 15:51:42','2009-08-19 19:51:42','',0,'http://barbaraharris.ca/?page_id=17',35,'page','',0),(18,1,'2009-08-10 17:29:20','2009-08-10 21:29:20','<strong><span style=\"text-decoration: underline;\">PAYMENT OPTIONS:</span></strong>\n\n<strong><span style=\"text-decoration: underline;\"> </span></strong>\n\nCounseling fees are $110.00 per 55 minute session.\n\nPayments are expected at the beginning of each session, and can be made by\n\na) cash\n\nb) certified cheques/money orders\n\nc) PAYPAL (coming soon)\n\nPlease feel free to enquire about my sliding scale based on your income.\n\n<strong><span style=\"text-decoration: underline;\">Third party billing:</span></strong>\n\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\n\n<strong>EXTENDED HEALTH CARE PLANS</strong>\n<p align=\"center\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\n<p align=\"center\">Workers Compensation Board</p>\n<p align=\"center\">Telus (union employees only, not management)</p>\n<p align=\"center\">Central Mortgage and Housing Corporation</p>\n<p align=\"center\">University of British Columbia\'s Student Health Plan</p>\n<p align=\"center\">City of Vancouver</p>\n<p align=\"center\">Bank of Montreal</p>\n<p align=\"center\">BC Hydro</p>\n<p align=\"center\">Canada Post</p>\n<p align=\"center\">Insurance Corporation of BC</p>\n<p align=\"center\">City of New Westminster</p>\n<p align=\"center\">Department of Indian Affairs</p>\n<p align=\"center\">Air Canada</p>\n\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\n\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\n\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\n\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong></strong>\n\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\n\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\n\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\n\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.','',0,'','inherit','open','open','','17-revision','','','2009-08-10 17:29:20','2009-08-10 21:29:20','',17,'http://barbaraharris.ca/?p=18',0,'revision','',0),(21,1,'2009-08-05 17:02:09','2009-08-05 21:02:09','Coming Soon','About',0,'','inherit','open','open','','2-revision-4','','','2009-08-05 17:02:09','2009-08-05 21:02:09','',2,'http://barbaraharris.ca/archives/21',0,'revision','',0),(22,1,'2009-08-18 13:24:10','2009-08-18 17:24:10','<strong><em><span style=\"text-decoration: underline;\">My Experience:</span></em></strong>\n\nAs a survivor of sexual, physical, verbal and emotional abuse during my childhood, and a child of alcoholic parents, I left home at a very early age, and myself became addicted. In recovery now for over 23 years, I managed to overcome the challenges associated with growing up in a traumatic and violent home environment, as well as my addiction, and I returned to school.\n\n My education includes an undergraduate (BSW), and graduate degree (MSW) from the University of British Columbia, as well as a PhD (Doctor of Philosophy Degree) in Education from Simon Fraser University.\n\nI also have training in One Eye Integration, EMDR Levels I and II, and Life Skills Coach Training.\n\nI have worked in both the inner city of Edmonton and Vancouver, and the majority of my clients have experienced multiple traumatic events in their lives, and/or have been affected by intergenerational trauma. I also have over 20 years experience working with individuals with addictions.\n\nBetween 2001 and 2009 I taught courses on addictions as well as a directed studies course on trauma and recovery at the UBC School of Social Work.\n\nHaving myself overcome childhood trauma, addiction, and depression, I recognize the importance of\n\na) providing a safe, comfortable environment in which to explore concerns,\n\nb) respecting clients\' treatment goals,\n\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\n\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires by paying attention to the physical, mental, emotional and/or spiritual aspects of their lives.\n\n<strong><em><span style=\"text-decoration: underline;\">My thoughts and beliefs:</span></em></strong>\n\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\n\nThere is always hope.\n\nHealing is a journey not an event.\n\nHealing happens when we bring ourselves and our story into the light.\n\nThe answer lies within.\n\nHealing is a process that requires attention to thoughts and feelings, and, to the body.\n\nWe get out of it what we put into it.\n\nOnce upon a time I was in a place where I could not see the end of tunnel, and I sought professional help. All of a sudden, I wasn’t in the tunnel alone…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\n\nI consider it a privilege to do this work.\n\n<strong><em>Freedom begins with a single step. </em></strong>\n\n<strong><em>TO CONTACT ME TO DISCUSS YOUR CONCERNS CLICK HERE</em></strong>','About Me',0,'','inherit','open','open','','2-revision-5','','','2009-08-18 13:24:10','2009-08-18 17:24:10','',2,'http://barbaraharris.ca/archives/22',0,'revision','',0),(23,1,'2009-08-19 02:20:56','2009-08-19 06:20:56','<strong><em><span style=\"text-decoration: underline;\">My Professional Experience:</span></em></strong>\n\nI have worked in both the inner city of Edmonton and Vancouver\'s Downtown Eastside. The majority of my clients have experienced multiple traumatic events in their lives, and/or have been affected by intergenerational trauma. I also have over 20 years experience working with individuals with addictions. Many of these clients\' concerns include anxiety, depression, grief and loss, low self esteem, panic, trauma symptoms, and/or thoughts of self harm.\n\nBetween 2001 and 2009 I taught both undergraduate and graduate courses at the UBC School of Social Work. I taught courses on addictions, working with First Nations, and trauma and recovery.\n\n<strong><em><span style=\"text-decoration: underline;\">My personal experience, and how it influences my work:</span></em></strong>\n\nAs a survivor of sexual, physical, verbal and emotional abuse during my childhood, and as a child of alcoholic parents, I left home at a very early age, and myself became addicted. In recovery now for over 23 years, I managed to overcome the challenges associated with growing up in a traumatic and violent home environment, as well as my addiction. Because of my lived experience as a trauma survivor, and a woman on a healing journey for over 20 years, I recognize the importance of\n\na) providing a safe, comfortable environment in which to explore concerns,\n\nb) respecting clients\' treatment goals,\n\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\n\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires.\n\n<strong><em><span style=\"text-decoration: underline;\">My Education:</span></em></strong>\n\nMy education includes an undergraduate (BSW), and graduate degree (MSW) from the University of British Columbia, as well as a PhD (Doctor of Philosophy Degree) in Education from Simon Fraser University.\n\nI also have training in One Eye Integration, EMDR Levels I and II, and Life Skills Coach Training.\n\n<strong><em><span style=\"text-decoration: underline;\">My thoughts and beliefs:</span></em></strong>\n\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\n\nThere is always hope.\n\nHealing is a journey not an event.\n\nHealing happens when we bring ourselves and our story into the light.\n\nThe answer lies within.\n\nHealing is a process that requires attention to thoughts and feelings, and, to the body.\n\nWe get out of it what we put into it.\n\nOnce upon a time I was in a place where I could not see a light at the end of the tunnel, and I had no hope, but I sought professional help. Somewhere along the way, I had the feeling that I wasn’t in the tunnel alone anymore…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\n\nI consider it a privilege to do this work.\n\n<strong><em>Freedom begins with a single step. </em></strong>\n\n<strong><em>TO CONTACT ME TO DISCUSS YOUR CONCERNS CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','About Me',0,'','inherit','open','open','','2-autosave','','','2009-08-19 02:20:56','2009-08-19 06:20:56','',2,'http://barbaraharris.ca/archives/23',0,'revision','',0),(24,2,'2009-08-18 13:28:54','2009-08-18 17:28:54','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat.\r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','General Information About Trauma',0,'','publish','open','open','','about-trauma','','','2009-08-19 15:04:48','2009-08-19 19:04:48','',0,'http://barbaraharris.ca/?p=24',0,'post','',0),(25,1,'2009-08-18 13:28:34','2009-08-18 17:28:34','<strong>Understanding trauma</strong>\n\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\n\n- seemingly irrational fears\n\n- nightmares\n\n- flashbacks\n\n- numb feelings\n\n- inability to trust others\n\n- isolation\n\n- unexplainable physical pains or tension\n\n- easily startled\n\n- difficulty concentrating\n\n- fatique, exhaustion\n\n- agitation\n\n- feelings of helplessness or hopelessnes\n\n<strong>What is trauma?</strong>\n\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\n\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\n\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\n\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\n\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \n\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )','About Trauma',0,'','inherit','open','open','','24-revision','','','2009-08-18 13:28:34','2009-08-18 17:28:34','',24,'http://barbaraharris.ca/archives/25',0,'revision','',0),(26,1,'2009-08-10 17:34:04','2009-08-10 21:34:04','<strong>Are you currently experiencing distress due to a <span style=\"text-decoration: underline;\">traumatic event,</span> <span style=\"text-decoration: underline;\">multiple traumatic events</span>, or <span style=\"text-decoration: underline;\">intergenerational trauma</span>?</strong>\r\n\r\nDo you suffer from <span style=\"text-decoration: underline;\">anxiety </span>or <span style=\"text-decoration: underline;\">depression</span>?\r\n\r\nHave you experienced a <span style=\"text-decoration: underline;\">recent loss</span> that has been difficult to adjust to?\r\n\r\nDo you have <span style=\"text-decoration: underline;\">low self esteem</span>?\r\n\r\nDo you feel overwhelmed by <span style=\"text-decoration: underline;\">stress</span>?\r\n\r\nAre you concerned that you may have an <span style=\"text-decoration: underline;\">addiction</span>?\r\n\r\nDo you feel <span style=\"text-decoration: underline;\">stuck</span> in unhealthy patterns of thinking, feeling or behavior that interfere with your ability to complete/achieve your goals?\r\n\r\nIf any of the above scenarios describes your current situation, you can benefit from counseling.\r\n\r\n<strong><span style=\"text-decoration: underline;\">How counseling can help:</span></strong>\r\n<blockquote><em>Sometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.(me)</em></blockquote>\r\nMany people experience periods in their lives where they have issues affecting them that they do not know how to handle or resolve. However, with the help of a counselor, most people learn to cope with, and even resolve, these concerns. Many people also find that they can overcome unhealthy patterns which affect their ability to fulfill their own life goals.\r\n\r\nSome of the benefits of counseling include:\r\n<ul>\r\n <li>Feeling better about yourself, as you learn knowledge and skills to help you to understand and cope with the challenges you face;</li>\r\n</ul>\r\n<ul>\r\n <li>Becoming more satisfied with life as you clear away past hurts, and improve or strengthen your relations with others;</li>\r\n</ul>\r\n<ul>\r\n <li>Overcoming unhealthy patterns of feeling, thinking or behaving which have prevented you from reaching your life goals;</li>\r\n</ul>\r\n<ul>\r\n <li>Shifting from reacting to situations to responding to situations in healthy ways.</li>\r\n</ul>\r\n<strong>TO CONTACT ME CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></strong>','Home',0,'','inherit','open','open','','5-revision-8','','','2009-08-10 17:34:04','2009-08-10 21:34:04','',5,'http://barbaraharris.ca/archives/26',0,'revision','',0),(28,2,'2009-08-18 16:15:29','2009-08-18 20:15:29','<h3><strong>Understanding trauma</strong></h3>\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\n\n- seemingly irrational fears\n\n- nightmares\n\n- flashbacks\n\n- numb feelings\n\n- inability to trust others\n\n- isolation\n\n- unexplainable physical pains or tension\n\n- easily startled\n\n- difficulty concentrating\n\n- fatique, exhaustion\n\n- agitation\n\n- feelings of helplessness or hopelessnes\n\n<strong>What is trauma?</strong>\n\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\n\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\n\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\n\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\n\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \n\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\n<h3>How is PTSD treated?</h3>\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\n\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\n\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\n\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\n\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\n\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','General Information About Trauma',0,'','inherit','open','open','','24-autosave','','','2009-08-18 16:15:29','2009-08-18 20:15:29','',24,'http://barbaraharris.ca/archives/28',0,'revision','',0),(27,1,'2009-08-18 13:31:19','2009-08-18 17:31:19','<strong><em><span style=\"text-decoration: underline;\">Do any of the following ring true for you:</span></em></strong>\r\n\r\n \r\n\r\nDo you <strong>feel stuck</strong> in patterns of thinking, feeling or behaving that you just can’t seem to break?\r\n\r\n \r\n\r\nDo you feel <strong>tired</strong> all the time, <strong>or can’t sleep</strong> hardly at all?\r\n\r\n \r\n\r\nDo you <strong>lack motivation</strong>, or have <strong>difficulty concentrating</strong>?\r\n\r\n \r\n\r\nDo you experience <strong>nightmares, flashbacks</strong> of other symptoms related to an event that was disturbing to you?\r\n\r\n \r\n\r\nDo you have <strong>difficulty identifying, expressing or feeling your feelings</strong>, <strong>or do you just feel numb</strong> most of the time?\r\n\r\n \r\n\r\nDo certain <strong>everyday situations cause you to feel scared, or have increased heart rate, and difficulty breathing</strong>?\r\n\r\n \r\n\r\nDo you tend to <strong>think or feel negatively</strong> towards yourself and/or others?\r\n\r\n \r\n\r\nDo you tend to<strong> isolate</strong> yourself from life?\r\n\r\n \r\n\r\nDo you have <strong>difficulty trusting</strong> others, or experience excessive <strong>worry and fear</strong>?\r\n\r\n \r\n\r\nDo you tend to <strong>work, drink, eat, etc. more than you feel you should</strong>, or more than you actually want to?\r\n\r\n \r\n\r\nHave you experienced a <strong>recent loss</strong> that has been difficult to accept or heal from?\r\n\r\n \r\n\r\nIs your life going well, but you <strong>just feel there’s something missing</strong>?\r\n\r\n \r\n\r\n \r\n\r\nIf any of the above scenarios describes your current situation, you could benefit from counseling.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">Counseling can help!</span></em></strong>\r\n\r\n<strong><em>‘Sometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.’</em></strong><em> (me)</em>\r\n\r\n<em> </em>\r\n\r\nMany people experience periods in their lives where they are affected by situations that they do not know how to handle or resolve. However, with the help of a counselor, most people learn to cope with, and even resolve, these concerns. \r\n\r\n \r\n\r\nSome of the <strong>benefits of counseling</strong> include:\r\n\r\n \r\n<ul>\r\n <li><strong>Feeling better about yourself, as you learn knowledge and skills to help you to understand and manage the challenges you face;</strong></li>\r\n</ul>\r\n<strong> </strong>\r\n<ul>\r\n <li><strong>Becoming more satisfied with life as you clear away past hurts, and improve or strengthen your relations with others;</strong></li>\r\n</ul>\r\n<strong> </strong>\r\n<ul>\r\n <li><strong>Overcoming unhealthy patterns of feeling, thinking or behaving which have prevented you from reaching your life goals; </strong></li>\r\n</ul>\r\n<strong> </strong>\r\n<ul>\r\n <li><strong>Shifting from reacting to situations to responding to situations in healthy ways, leading to improved confidence; and </strong></li>\r\n</ul>\r\n<strong> </strong>\r\n<ul>\r\n <li><strong>Self awareness and personal growth.</strong></li>\r\n</ul>\r\n<strong> </strong>\r\n\r\n<strong><em>Freedom begins with a single step! </em></strong>\r\n\r\n<em>I provide counselling to individuals throughout the Lower Mainland of BC, as my office is easily accessible and centrally located in Downtown Vancouver, across the street from the new Waterfront Sky Train Station. </em>\r\n\r\n<strong><em>TO CONTACT ME CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','Home',0,'','inherit','open','open','','5-revision-9','','','2009-08-18 13:31:19','2009-08-18 17:31:19','',5,'http://barbaraharris.ca/archives/27',0,'revision','',0),(29,2,'2009-08-18 13:28:54','2009-08-18 17:28:54','<strong>Understanding trauma</strong>\r\n\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )','About Trauma',0,'','inherit','open','open','','24-revision-2','','','2009-08-18 13:28:54','2009-08-18 17:28:54','',24,'http://barbaraharris.ca/archives/29',0,'revision','',0),(30,1,'2009-08-18 14:01:45','2009-08-18 18:01:45','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','About Trauma',0,'','inherit','open','open','','24-revision-3','','','2009-08-18 14:01:45','2009-08-18 18:01:45','',24,'http://barbaraharris.ca/archives/30',0,'revision','',0),(31,1,'2009-08-18 14:06:38','2009-08-18 18:06:38','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from:<a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','About Trauma',0,'','inherit','open','open','','24-revision-4','','','2009-08-18 14:06:38','2009-08-18 18:06:38','',24,'http://barbaraharris.ca/archives/31',0,'revision','',0),(32,2,'2009-08-18 14:08:20','2009-08-18 18:08:20','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','About Trauma',0,'','inherit','open','open','','24-revision-5','','','2009-08-18 14:08:20','2009-08-18 18:08:20','',24,'http://barbaraharris.ca/archives/32',0,'revision','',0),(33,2,'2009-08-18 14:29:24','0000-00-00 00:00:00','','About Anxiety',0,'','draft','open','open','','','','','2009-08-18 14:29:24','2009-08-18 18:29:24','',0,'http://barbaraharris.ca/?p=33',0,'post','',0),(34,2,'2009-08-18 14:14:59','2009-08-18 18:14:59','','About Anxiety',0,'','inherit','open','open','','33-revision','','','2009-08-18 14:14:59','2009-08-18 18:14:59','',33,'http://barbaraharris.ca/archives/34',0,'revision','',0),(35,2,'2009-08-18 14:09:26','2009-08-18 18:09:26','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','About Trauma',0,'','inherit','open','open','','24-revision-6','','','2009-08-18 14:09:26','2009-08-18 18:09:26','',24,'http://barbaraharris.ca/archives/35',0,'revision','',0),(36,2,'2009-08-18 14:25:43','2009-08-18 18:25:43','','About Anxiety',0,'','inherit','open','open','','33-revision-2','','','2009-08-18 14:25:43','2009-08-18 18:25:43','',33,'http://barbaraharris.ca/archives/36',0,'revision','',0),(37,2,'2009-08-18 14:28:36','2009-08-18 18:28:36','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','About Trauma',0,'','inherit','open','open','','24-revision-7','','','2009-08-18 14:28:36','2009-08-18 18:28:36','',24,'http://barbaraharris.ca/archives/37',0,'revision','',0),(38,2,'2009-08-18 14:35:05','2009-08-18 18:35:05','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','About Trauma',0,'','inherit','open','open','','24-revision-8','','','2009-08-18 14:35:05','2009-08-18 18:35:05','',24,'http://barbaraharris.ca/archives/38',0,'revision','',0),(39,2,'2009-08-18 14:38:05','2009-08-18 18:38:05','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','About Trauma',0,'','inherit','open','open','','24-revision-9','','','2009-08-18 14:38:05','2009-08-18 18:38:05','',24,'http://barbaraharris.ca/archives/39',0,'revision','',0),(40,2,'2009-08-18 14:39:08','2009-08-18 18:39:08','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','About Trauma',0,'','inherit','open','open','','24-revision-10','','','2009-08-18 14:39:08','2009-08-18 18:39:08','',24,'http://barbaraharris.ca/archives/40',0,'revision','',0),(41,2,'2009-08-10 17:29:43','2009-08-10 21:29:43','<strong><span style=\"text-decoration: underline;\">PAYMENT OPTIONS:</span></strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\"> </span></strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments are expected at the beginning of each session, and can be made by\r\n\r\na) cash\r\n\r\nb) certified cheques/money orders\r\n\r\nc) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Third party billing:</span></strong>\r\n\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p align=\"center\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p align=\"center\">Workers Compensation Board</p>\r\n<p align=\"center\">Telus (union employees only, not management)</p>\r\n<p align=\"center\">Central Mortgage and Housing Corporation</p>\r\n<p align=\"center\">University of British Columbia\'s Student Health Plan</p>\r\n<p align=\"center\">City of Vancouver</p>\r\n<p align=\"center\">Bank of Montreal</p>\r\n<p align=\"center\">BC Hydro</p>\r\n<p align=\"center\">Canada Post</p>\r\n<p align=\"center\">Insurance Corporation of BC</p>\r\n<p align=\"center\">City of New Westminster</p>\r\n<p align=\"center\">Department of Indian Affairs</p>\r\n<p align=\"center\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong></strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.','Payment Options',0,'','inherit','open','open','','17-revision-2','','','2009-08-10 17:29:43','2009-08-10 21:29:43','',17,'http://barbaraharris.ca/archives/41',0,'revision','',0),(42,2,'2009-08-19 15:52:50','2009-08-19 19:52:50','<h3>THIRD PARTY BILLING OPTIONS:</h3>\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\n\n<strong>EXTENDED HEALTH CARE PLANS</strong>\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\n<p style=\"text-align: left;\">Workers Compensation Board</p>\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\n<p style=\"text-align: left;\">City of Vancouver</p>\n<p style=\"text-align: left;\">Bank of Montreal</p>\n<p style=\"text-align: left;\">BC Hydro</p>\n<p style=\"text-align: left;\">Canada Post</p>\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\n<p style=\"text-align: left;\">City of New Westminster</p>\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\n<p style=\"text-align: left;\">Air Canada</p>\n\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\n\n<strong>OTHER FUNDING PROGRAMS</strong>\n\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\n\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\n\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\n\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\n\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\n\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\n\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\n\n<strong>FEES, ETC.</strong>\n\nCounseling fees are $110.00 per 55 minute session.\n\nPayments can be made by\n\na) cash\n\nb) PAYPAL\n<input name=\"encrypted\" type=\"hidden\" value=\"-----BEGIN PKCS7-----MIIHZwYJKoZIhvcNAQcEoIIHWDCCB1QCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYAVBhG29/QmYR089exRIQh2JtpccyjM1ynS7Md5xMM8NQGp21gdlPeLbnzabdcX/m28gcIAULZw/xFkzdkA3bOrqb75x9ip6nzkOfqGTvdsrBA/gE7hN3Lwt5qn5Lq1ui+0n7yRsRUCgYx2U0cnVU9A1qudPY0bQpTq7Ztc7UGi1TELMAkGBSsOAwIaBQAwgeQGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIojkQZ/NNHTSAgcCyWYpJmJE3KYlp38KLNm5e3E/16M5j9SVe9AttlDVb2UNRSTf8Ee7r0kW8w/rkwB3rg+aEOkGrRjITV/HzXuDreEaQjMGPz68sazbts8Bkc6ihgrO1+oriGTsSfk3e2KBzLoJM5Cbtz2pwC8NueWkvwAfvCN/UEzSGiYggyONaeNQfk9dgaDLjXbUKw1sYhnAOV4ZFYwmEOGTHXFwTvRmorStHJzxtxRLcFFiGxNyHWz9zChM6/uaMI5EjOzrNFGqgggOHMIIDgzCCAuygAwIBAgIBADANBgkqhkiG9w0BAQUFADCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20wHhcNMDQwMjEzMTAxMzE1WhcNMzUwMjEzMTAxMzE1WjCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMFHTt38RMxLXJyO2SmS+Ndl72T7oKJ4u4uw+6awntALWh03PewmIJuzbALScsTS4sZoS1fKciBGoh11gIfHzylvkdNe/hJl66/RGqrj5rFb08sAABNTzDTiqqNpJeBsYs/c2aiGozptX2RlnBktH+SUNpAajW724Nv2Wvhif6sFAgMBAAGjge4wgeswHQYDVR0OBBYEFJaffLvGbxe9WT9S1wob7BDWZJRrMIG7BgNVHSMEgbMwgbCAFJaffLvGbxe9WT9S1wob7BDWZJRroYGUpIGRMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbYIBADAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GBAIFfOlaagFrl71+jq6OKidbWFSE+Q4FqROvdgIONth+8kSK//Y/4ihuE4Ymvzn5ceE3S/iBSQQMjyvb+s2TWbQYDwcp129OPIbD9epdr4tJOUNiSojw7BHwYRiPh58S1xGlFgHFXwrEBb3dgNbMUa+u4qectsMAXpVHnD9wIyfmHMYIBmjCCAZYCAQEwgZQwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tAgEAMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wOTA4MTkxOTUwMzZaMCMGCSqGSIb3DQEJBDEWBBQnyHKiY5jjQvIzP33/OkA2Q7CgpjANBgkqhkiG9w0BAQEFAASBgGHPuzbAzMa6QsOmkk5Wl7f9rp/KCKmnxhCWh+pj4AD8JVp4ztXa1jAED2qUDt2K22rl9gWedx7Yg4eaaE1ByQXip2cQRxi1jE6srl/2at6DNPCAquyEJAo24RJM9XEmhcp5QzxFuoPsY11+2kfgPqbzdQxQwQzzybiTvRe5t2lQ-----END PKCS7----- \" />\n\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif\" type=\"image\" /> <img src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" border=\"0\" alt=\"\" width=\"1\" height=\"1\" />\n</form>Please feel free to inquire about my sliding scale based on your income.\n\nTo contact me click <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">here</a>','Payment Options',0,'','inherit','open','open','','17-autosave','','','2009-08-19 15:52:50','2009-08-19 19:52:50','',17,'http://barbaraharris.ca/archives/42',0,'revision','',0),(49,2,'2009-08-18 15:07:55','2009-08-18 19:07:55','<h3>THIRD PARTY BILLING OPTIONS:</h3>\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.','PAYMENT OPTIONS',0,'','inherit','open','open','','17-revision-9','','','2009-08-18 15:07:55','2009-08-18 19:07:55','',17,'http://barbaraharris.ca/archives/49',0,'revision','',0),(43,2,'2009-08-18 14:58:08','2009-08-18 18:58:08','<strong><span style=\"text-decoration: underline;\">PAYMENT OPTIONS:</span></strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\"> </span></strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments are expected at the beginning of each session, and can be made by\r\n\r\na) cash\r\n\r\nb) certified cheques/money orders\r\n\r\nc) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.\r\n\r\n<strong><span style=\"text-decoration: underline;\">Third party billing:</span></strong>\r\n\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p align=\"center\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p align=\"center\">Workers Compensation Board</p>\r\n<p align=\"center\">Telus (union employees only, not management)</p>\r\n<p align=\"center\">Central Mortgage and Housing Corporation</p>\r\n<p align=\"center\">University of British Columbia\'s Student Health Plan</p>\r\n<p align=\"center\">City of Vancouver</p>\r\n<p align=\"center\">Bank of Montreal</p>\r\n<p align=\"center\">BC Hydro</p>\r\n<p align=\"center\">Canada Post</p>\r\n<p align=\"center\">Insurance Corporation of BC</p>\r\n<p align=\"center\">City of New Westminster</p>\r\n<p align=\"center\">Department of Indian Affairs</p>\r\n<p align=\"center\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong></strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.','Payment Options',0,'','inherit','open','open','','17-revision-3','','','2009-08-18 14:58:08','2009-08-18 18:58:08','',17,'http://barbaraharris.ca/archives/43',0,'revision','',0),(45,2,'2009-08-18 15:02:10','2009-08-18 19:02:10','<strong></strong>\r\n\r\n<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Third party billing:</span></strong>\r\n\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.','Payment Options',0,'','inherit','open','open','','17-revision-5','','','2009-08-18 15:02:10','2009-08-18 19:02:10','',17,'http://barbaraharris.ca/archives/45',0,'revision','',0),(44,2,'2009-08-18 15:01:36','2009-08-18 19:01:36','<strong><span style=\"text-decoration: underline;\">PAYMENT OPTIONS:</span></strong>\r\n\r\n<strong></strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Third party billing:</span></strong>\r\n\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.','Payment Options',0,'','inherit','open','open','','17-revision-4','','','2009-08-18 15:01:36','2009-08-18 19:01:36','',17,'http://barbaraharris.ca/archives/44',0,'revision','',0),(47,2,'2009-08-18 15:06:47','2009-08-18 19:06:47','<h2>THIRD PARTY BILLING OPTIONS:</h2>\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.','Payment Options',0,'','inherit','open','open','','17-revision-7','','','2009-08-18 15:06:47','2009-08-18 19:06:47','',17,'http://barbaraharris.ca/archives/47',0,'revision','',0),(46,2,'2009-08-18 15:04:22','2009-08-18 19:04:22','<strong> </strong>\r\n\r\n<strong><span style=\"text-decoration: underline;\">Third party billing:</span></strong>\r\n\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.','Payment Options',0,'','inherit','open','open','','17-revision-6','','','2009-08-18 15:04:22','2009-08-18 19:04:22','',17,'http://barbaraharris.ca/archives/46',0,'revision','',0),(48,2,'2009-08-18 15:07:32','2009-08-18 19:07:32','<h3>THIRD PARTY BILLING OPTIONS:</h3>\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.','Payment Options',0,'','inherit','open','open','','17-revision-8','','','2009-08-18 15:07:32','2009-08-18 19:07:32','',17,'http://barbaraharris.ca/archives/48',0,'revision','',0),(50,2,'2009-08-18 15:10:46','2009-08-18 19:10:46','<h3>THIRD PARTY BILLING OPTIONS:</h3>\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.\r\n\r\nFor further information click <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">here</a>','PAYMENT OPTIONS',0,'','inherit','open','open','','17-revision-10','','','2009-08-18 15:10:46','2009-08-18 19:10:46','',17,'http://barbaraharris.ca/archives/50',0,'revision','',0),(51,2,'2009-08-18 15:12:49','2009-08-18 19:12:49','<h3>THIRD PARTY BILLING OPTIONS:</h3>\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.\r\n\r\nFor further information click <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">here</a>','Payment Options',0,'','inherit','open','open','','17-revision-11','','','2009-08-18 15:12:49','2009-08-18 19:12:49','',17,'http://barbaraharris.ca/archives/51',0,'revision','',0),(52,2,'2009-08-18 15:13:14','2009-08-18 19:13:14','<h3>THIRD PARTY BILLING OPTIONS:</h3>\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.\r\n\r\nFor further information click <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">here</a>','Payment Options',0,'','inherit','open','open','','17-revision-12','','','2009-08-18 15:13:14','2009-08-18 19:13:14','',17,'http://barbaraharris.ca/archives/52',0,'revision','',0),(53,2,'2009-08-18 15:33:20','2009-08-18 19:33:20','','Understanding Trauma',0,'','draft','open','open','','','','','2009-08-18 15:43:13','2009-08-18 19:43:13','',0,'http://barbaraharris.ca/?page_id=53',30,'page','',0),(54,2,'2009-08-18 15:30:48','2009-08-18 19:30:48','','Trauma Therapy',0,'','inherit','open','open','','53-revision','','','2009-08-18 15:30:48','2009-08-18 19:30:48','',53,'http://barbaraharris.ca/archives/54',0,'revision','',0),(55,2,'2009-08-18 15:31:08','2009-08-18 19:31:08','','Trauma Therapy',0,'','inherit','open','open','','53-revision-2','','','2009-08-18 15:31:08','2009-08-18 19:31:08','',53,'http://barbaraharris.ca/archives/55',0,'revision','',0),(56,2,'2009-08-18 13:24:49','2009-08-18 17:24:49','<strong><em><span style=\"text-decoration: underline;\">My Experience:</span></em></strong>\r\n\r\nAs a survivor of sexual, physical, verbal and emotional abuse during my childhood, and a child of alcoholic parents, I left home at a very early age, and myself became addicted. In recovery now for over 23 years, I managed to overcome the challenges associated with growing up in a traumatic and violent home environment, as well as my addiction, and I returned to school.\r\n\r\n My education includes an undergraduate (BSW), and graduate degree (MSW) from the University of British Columbia, as well as a PhD (Doctor of Philosophy Degree) in Education from Simon Fraser University.\r\n\r\nI also have training in One Eye Integration, EMDR Levels I and II, and Life Skills Coach Training.\r\n\r\nI have worked in both the inner city of Edmonton and Vancouver, and the majority of my clients have experienced multiple traumatic events in their lives, and/or have been affected by intergenerational trauma. I also have over 20 years experience working with individuals with addictions.\r\n\r\nBetween 2001 and 2009 I taught courses on addictions as well as a directed studies course on trauma and recovery at the UBC School of Social Work.\r\n\r\nHaving myself overcome childhood trauma, addiction, and depression, I recognize the importance of\r\n\r\na) providing a safe, comfortable environment in which to explore concerns,\r\n\r\nb) respecting clients\' treatment goals,\r\n\r\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\r\n\r\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires by paying attention to the physical, mental, emotional and/or spiritual aspects of their lives.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">My thoughts and beliefs:</span></em></strong>\r\n\r\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\r\n\r\nThere is always hope.\r\n\r\nHealing is a journey not an event.\r\n\r\nHealing happens when we bring ourselves and our story into the light.\r\n\r\nThe answer lies within.\r\n\r\nHealing is a process that requires attention to thoughts and feelings, and, to the body.\r\n\r\nWe get out of it what we put into it.\r\n\r\nOnce upon a time I was in a place where I could not see the end of tunnel, and I sought professional help. All of a sudden, I wasn’t in the tunnel alone…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\r\n\r\nI consider it a privilege to do this work.\r\n\r\n<strong><em>Freedom begins with a single step. </em></strong>\r\n\r\n<strong><em>TO CONTACT ME TO DISCUSS YOUR CONCERNS CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','About Me',0,'','inherit','open','open','','2-revision-6','','','2009-08-18 13:24:49','2009-08-18 17:24:49','',2,'http://barbaraharris.ca/archives/56',0,'revision','',0),(57,2,'2009-08-18 15:33:20','2009-08-18 19:33:20','','Understanding Trauma',0,'','inherit','open','open','','53-revision-3','','','2009-08-18 15:33:20','2009-08-18 19:33:20','',53,'http://barbaraharris.ca/archives/57',0,'revision','',0),(58,2,'2009-08-18 15:35:58','0000-00-00 00:00:00','','Trauma and Addiction',0,'','draft','open','open','','','','','2009-08-18 15:35:58','2009-08-18 19:35:58','',0,'http://barbaraharris.ca/?page_id=58',0,'page','',0),(59,2,'2009-08-18 15:35:44','2009-08-18 19:35:44','','Trauma and Addiction',0,'','inherit','open','open','','58-revision','','','2009-08-18 15:35:44','2009-08-18 19:35:44','',58,'http://barbaraharris.ca/archives/59',0,'revision','',0),(60,2,'2009-08-18 14:51:29','2009-08-18 18:51:29','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','About Trauma',0,'','inherit','open','open','','24-revision-11','','','2009-08-18 14:51:29','2009-08-18 18:51:29','',24,'http://barbaraharris.ca/archives/60',0,'revision','',0),(61,2,'2009-08-18 15:34:43','2009-08-18 19:34:43','','Understanding Trauma',0,'','inherit','open','open','','53-revision-4','','','2009-08-18 15:34:43','2009-08-18 19:34:43','',53,'http://barbaraharris.ca/archives/61',0,'revision','',0),(62,2,'2009-08-18 15:46:31','2009-08-18 19:46:31','','Getting help',0,'','draft','open','open','','','','','2009-08-18 15:47:54','2009-08-18 19:47:54','',0,'http://barbaraharris.ca/?page_id=62',25,'page','',0),(63,2,'2009-08-18 15:46:25','2009-08-18 19:46:25','','Getting help',0,'','inherit','open','open','','62-revision','','','2009-08-18 15:46:25','2009-08-18 19:46:25','',62,'http://barbaraharris.ca/archives/63',0,'revision','',0),(64,2,'2009-08-18 15:46:31','2009-08-18 19:46:31','','Getting help',0,'','inherit','open','open','','62-revision-2','','','2009-08-18 15:46:31','2009-08-18 19:46:31','',62,'http://barbaraharris.ca/archives/64',0,'revision','',0),(65,2,'2009-08-18 15:47:52','2009-08-18 19:47:52','','Getting help',0,'','inherit','open','open','','62-revision-3','','','2009-08-18 15:47:52','2009-08-18 19:47:52','',62,'http://barbaraharris.ca/archives/65',0,'revision','',0),(66,2,'2009-08-18 13:32:44','2009-08-18 17:32:44','<strong><em><span style=\"text-decoration: underline;\">Do any of the following ring true for you:</span></em></strong> \r\n\r\nDo you <strong>feel stuck</strong> in patterns of thinking, feeling or behaving that you just can’t seem to break?\r\n\r\n Do you feel <strong>tired</strong> all the time, <strong>or can’t sleep</strong> hardly at all?\r\n\r\n Do you <strong>lack motivation</strong>, or have <strong>difficulty concentrating</strong>? \r\n\r\nDo you experience <strong>nightmares, flashbacks</strong> of other symptoms related to an event that was disturbing to you?\r\n\r\nDo you have <strong>difficulty identifying, expressing or feeling your feelings</strong>, <strong>or do you just feel numb</strong> most of the time?\r\n\r\nDo certain <strong>everyday situations cause you to feel scared, or have increased heart rate, and difficulty breathing</strong>?\r\n\r\nDo you tend to <strong>think or feel negatively</strong> towards yourself and/or others?\r\n\r\nDo you tend to<strong> isolate</strong> yourself from life?\r\n\r\nDo you have <strong>difficulty trusting</strong> others, or experience excessive <strong>worry and fear</strong>?\r\n\r\nDo you tend to <strong>work, drink, eat, etc. more than you feel you should</strong>, or more than you actually want to?\r\n\r\nHave you experienced a <strong>recent loss</strong> that has been difficult to accept or heal from?\r\n\r\nIs your life going well, but you <strong>just feel there’s something missing</strong>?\r\n\r\nIf any of the above scenarios describes your current situation, you could benefit from counseling.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">Counseling can help!</span></em></strong>\r\n\r\n<strong><em>‘Sometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.’</em></strong><em> (me)</em>\r\n\r\nMany people experience periods in their lives where they are affected by situations that they do not know how to handle or resolve. However, with the help of a counselor, most people learn to cope with, and even resolve, these concerns. \r\n\r\nSome of the <strong>benefits of counseling</strong> include:\r\n<ul>\r\n <li><strong>Feeling better about yourself, as you learn knowledge and skills to help you to understand and manage the challenges you face;</strong></li>\r\n <li><strong>Becoming more satisfied with life as you clear away past hurts, and improve or strengthen your relations with others;</strong></li>\r\n <li><strong>Overcoming unhealthy patterns of feeling, thinking or behaving which have prevented you from reaching your life goals; </strong></li>\r\n <li><strong>Shifting from reacting to situations to responding to situations in healthy ways, leading to improved confidence; and </strong></li>\r\n <li><strong>Self awareness and personal growth.</strong></li>\r\n</ul>\r\n<strong><em>Freedom begins with a single step! </em></strong>\r\n\r\n<em>I provide counselling to individuals throughout the Lower Mainland of BC, as my office is easily accessible and centrally located in Downtown Vancouver, across the street from the new Waterfront Sky Train Station. </em>\r\n\r\n<strong><em>TO CONTACT ME CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','Home',0,'','inherit','open','open','','5-revision-10','','','2009-08-18 13:32:44','2009-08-18 17:32:44','',5,'http://barbaraharris.ca/archives/66',0,'revision','',0),(67,2,'2009-08-18 15:34:27','2009-08-18 19:34:27','<strong><em><span style=\"text-decoration: underline;\">My Experience:</span></em></strong>\r\n\r\nAs a survivor of sexual, physical, verbal and emotional abuse during my childhood, and a child of alcoholic parents, I left home at a very early age, and myself became addicted. In recovery now for over 23 years, I managed to overcome the challenges associated with growing up in a traumatic and violent home environment, as well as my addiction, and I returned to school.\r\n\r\n My education includes an undergraduate (BSW), and graduate degree (MSW) from the University of British Columbia, as well as a PhD (Doctor of Philosophy Degree) in Education from Simon Fraser University.\r\n\r\nI also have training in One Eye Integration, EMDR Levels I and II, and Life Skills Coach Training.\r\n\r\nI have worked in both the inner city of Edmonton and Vancouver, and the majority of my clients have experienced multiple traumatic events in their lives, and/or have been affected by intergenerational trauma. I also have over 20 years experience working with individuals with addictions.\r\n\r\nBetween 2001 and 2009 I taught courses on addictions as well as a directed studies course on trauma and recovery at the UBC School of Social Work.\r\n\r\nHaving myself overcome childhood trauma, addiction, and depression, I recognize the importance of\r\n\r\na) providing a safe, comfortable environment in which to explore concerns,\r\n\r\nb) respecting clients\' treatment goals,\r\n\r\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\r\n\r\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires by paying attention to the physical, mental, emotional and/or spiritual aspects of their lives.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">My thoughts and beliefs:</span></em></strong>\r\n\r\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\r\n\r\nThere is always hope.\r\n\r\nHealing is a journey not an event.\r\n\r\nHealing happens when we bring ourselves and our story into the light.\r\n\r\nThe answer lies within.\r\n\r\nHealing is a process that requires attention to thoughts and feelings, and, to the body.\r\n\r\nWe get out of it what we put into it.\r\n\r\nOnce upon a time I was in a place where I could not see the end of tunnel, and I sought professional help. All of a sudden, I wasn’t in the tunnel alone…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\r\n\r\nI consider it a privilege to do this work.\r\n\r\n<strong><em>Freedom begins with a single step. </em></strong>\r\n\r\n<strong><em>TO CONTACT ME TO DISCUSS YOUR CONCERNS CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','About Me',0,'','inherit','open','open','','2-revision-7','','','2009-08-18 15:34:27','2009-08-18 19:34:27','',2,'http://barbaraharris.ca/archives/67',0,'revision','',0),(68,2,'2009-08-18 15:13:43','2009-08-18 19:13:43','<h3>THIRD PARTY BILLING OPTIONS:</h3>\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.\r\n\r\nFor further information click <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">here</a>','Payment Options',0,'','inherit','open','open','','17-revision-13','','','2009-08-18 15:13:43','2009-08-18 19:13:43','',17,'http://barbaraharris.ca/archives/68',0,'revision','',0),(69,2,'2009-08-03 17:35:24','2009-08-03 21:35:24','Dr Barbara Harris, MSW, RSW \r\nRegistered for Private Practice\r\n \r\n#914-470 Granville St. (across from the Waterfront Skytrain)\r\nVancouver, BC\r\nV6C 1V5\r\n \r\nPhone: 604-728-4535\r\nOffice: 604-688-7717\r\nFax: 604-688-7715\r\n\r\n<!--cforms name=\"Your default form\"-->','Contact',0,'','inherit','open','open','','4-revision-3','','','2009-08-03 17:35:24','2009-08-03 21:35:24','',4,'http://barbaraharris.ca/archives/69',0,'revision','',0),(70,2,'2009-08-18 15:39:01','2009-08-18 19:39:01','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','General Information About Trauma',0,'','inherit','open','open','','24-revision-12','','','2009-08-18 15:39:01','2009-08-18 19:39:01','',24,'http://barbaraharris.ca/archives/70',0,'revision','',0),(71,2,'2009-08-18 15:49:13','2009-08-18 19:49:13','<h3>THIRD PARTY BILLING OPTIONS:</h3>\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.\r\n\r\nFor further information click <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">here</a>','Payment Options',0,'','inherit','open','open','','17-revision-14','','','2009-08-18 15:49:13','2009-08-18 19:49:13','',17,'http://barbaraharris.ca/archives/71',0,'revision','',0),(73,2,'2009-08-19 02:19:46','2009-08-19 06:19:46','<strong><em><span style=\"text-decoration: underline;\">My Professional Experience:</span></em></strong>\r\n\r\nI have worked in both the inner city of Edmonton and Vancouver\'s Downtown Eastside. The majority of my clients have experienced multiple traumatic events in their lives, and/or have been affected by intergenerational trauma. I also have over 20 years experience working with individuals with addictions. Many of these clients\' concerns include anxiety, depression, grief and loss, low self esteem, panic, trauma symptoms, and/or thoughts of self harm.\r\n\r\nBetween 2001 and 2009 I taught both undergraduate and graduate courses at the UBC School of Social Work. I taught courses on addictions, working with First Nations, and trauma and recovery.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">My personal experience, and how it influences my work:</span></em></strong>\r\n\r\nAs a survivor of sexual, physical, verbal and emotional abuse during my childhood, and as a child of alcoholic parents, I left home at a very early age, and myself became addicted. In recovery now for over 23 years, I managed to overcome the challenges associated with growing up in a traumatic and violent home environment, as well as my addiction. Because of my lived experience as a trauma survivor, and a woman on a healing journey for over 20 years, I recognize the importance of\r\n\r\na) providing a safe, comfortable environment in which to explore concerns,\r\n\r\nb) respecting clients\' treatment goals,\r\n\r\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\r\n\r\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">My Education:</span></em></strong>\r\n\r\nMy education includes an undergraduate (BSW), and graduate degree (MSW) from the University of British Columbia, as well as a PhD (Doctor of Philosophy Degree) in Education from Simon Fraser University.\r\n\r\nI also have training in One Eye Integration, EMDR Levels I and II, and Life Skills Coach Training.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">My thoughts and beliefs:</span></em></strong>\r\n\r\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\r\n\r\nThere is always hope.\r\n\r\nHealing is a journey not an event.\r\n\r\nHealing happens when we bring ourselves and our story into the light.\r\n\r\nThe answer lies within.\r\n\r\nHealing is a process that requires attention to thoughts and feelings, and, to the body.\r\n\r\nWe get out of it what we put into it.\r\n\r\nOnce upon a time I was in a place where I could not see a light at the end of the tunnel, and I had no hope, but I sought professional help. Somewhere along the way, I had the feeling that I wasn’t in the tunnel alone anymore…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\r\n\r\nI consider it a privilege to do this work.\r\n\r\n<strong><em>Freedom begins with a single step. </em></strong>\r\n\r\n<strong><em>TO CONTACT ME TO DISCUSS YOUR CONCERNS CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','About Me',0,'','inherit','open','open','','2-revision-9','','','2009-08-19 02:19:46','2009-08-19 06:19:46','',2,'http://barbaraharris.ca/archives/73',0,'revision','',0),(72,2,'2009-08-18 15:48:59','2009-08-18 19:48:59','<strong><em><span style=\"text-decoration: underline;\">My Experience:</span></em></strong>\r\n\r\nAs a survivor of sexual, physical, verbal and emotional abuse during my childhood, and a child of alcoholic parents, I left home at a very early age, and myself became addicted. In recovery now for over 23 years, I managed to overcome the challenges associated with growing up in a traumatic and violent home environment, as well as my addiction, and I returned to school.\r\n\r\n My education includes an undergraduate (BSW), and graduate degree (MSW) from the University of British Columbia, as well as a PhD (Doctor of Philosophy Degree) in Education from Simon Fraser University.\r\n\r\nI also have training in One Eye Integration, EMDR Levels I and II, and Life Skills Coach Training.\r\n\r\nI have worked in both the inner city of Edmonton and Vancouver, and the majority of my clients have experienced multiple traumatic events in their lives, and/or have been affected by intergenerational trauma. I also have over 20 years experience working with individuals with addictions.\r\n\r\nBetween 2001 and 2009 I taught courses on addictions as well as a directed studies course on trauma and recovery at the UBC School of Social Work.\r\n\r\nHaving myself overcome childhood trauma, addiction, and depression, I recognize the importance of\r\n\r\na) providing a safe, comfortable environment in which to explore concerns,\r\n\r\nb) respecting clients\' treatment goals,\r\n\r\nc) assisting clients to gain and master skills to handle symptoms arising from the various challenges they face,\r\n\r\nd) helping clients resolve the issues that continue to interfere with their ability to achieve their life goals and desires by paying attention to the physical, mental, emotional and/or spiritual aspects of their lives.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">My thoughts and beliefs:</span></em></strong>\r\n\r\nBelow are some of my thoughts and beliefs which are based on my personal and professional experience, as well as my training and education.\r\n\r\nThere is always hope.\r\n\r\nHealing is a journey not an event.\r\n\r\nHealing happens when we bring ourselves and our story into the light.\r\n\r\nThe answer lies within.\r\n\r\nHealing is a process that requires attention to thoughts and feelings, and, to the body.\r\n\r\nWe get out of it what we put into it.\r\n\r\nOnce upon a time I was in a place where I could not see the end of tunnel, and I sought professional help. All of a sudden, I wasn’t in the tunnel alone…..there was a helper with a flashlight and a toolkit to help me find my way. Today, I am the person with the flashlight and the toolkit.\r\n\r\nI consider it a privilege to do this work.\r\n\r\n<strong><em>Freedom begins with a single step. </em></strong>\r\n\r\n<strong><em>TO CONTACT ME TO DISCUSS YOUR CONCERNS CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','About Me',0,'','inherit','open','open','','2-revision-8','','','2009-08-18 15:48:59','2009-08-18 19:48:59','',2,'http://barbaraharris.ca/archives/72',0,'revision','',0),(74,2,'2009-08-19 02:25:28','2009-08-19 06:25:28','Dr Barbara Harris\r\n\r\n#914-470 Granville St. (across from the new Waterfront Skytrain)\r\nVancouver, BC\r\nV6C 1V5\r\n\r\nPhone: 604-728-4535\r\n\r\nFax: 604-688-7715\r\n\r\n<!--cforms name=\"Your default form\"-->','Contact',0,'','inherit','open','open','','4-autosave','','','2009-08-19 02:25:28','2009-08-19 06:25:28','',4,'http://barbaraharris.ca/archives/74',0,'revision','',0),(75,2,'2009-08-18 15:49:29','2009-08-18 19:49:29','Dr Barbara Harris, MSW, RSW \r\nRegistered for Private Practice\r\n \r\n#914-470 Granville St. (across from the Waterfront Skytrain)\r\nVancouver, BC\r\nV6C 1V5\r\n \r\nPhone: 604-728-4535\r\nOffice: 604-688-7717\r\nFax: 604-688-7715\r\n\r\n<!--cforms name=\"Your default form\"-->','Contact',0,'','inherit','open','open','','4-revision-4','','','2009-08-18 15:49:29','2009-08-18 19:49:29','',4,'http://barbaraharris.ca/archives/75',0,'revision','',0),(77,1,'2009-08-18 16:16:31','2009-08-18 20:16:31','<h3><strong>Understanding trauma</strong></h3>\r\nIf you are experiencing any of the following symptoms you may be suffering from the effects of trauma:\r\n\r\n- seemingly irrational fears\r\n\r\n- nightmares\r\n\r\n- flashbacks\r\n\r\n- numb feelings\r\n\r\n- inability to trust others\r\n\r\n- isolation\r\n\r\n- unexplainable physical pains or tension\r\n\r\n- easily startled\r\n\r\n- difficulty concentrating\r\n\r\n- fatique, exhaustion\r\n\r\n- agitation\r\n\r\n- feelings of helplessness or hopelessnes\r\n\r\n<strong>What is trauma?</strong>\r\n\r\nAny <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=25495\">injury</a>, whether physically or emotionally inflicted. \"Trauma\" has both a medical and a <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=17898\">psychiatric</a> definition. Medically, \"trauma\" refers to a serious or critical bodily injury, wound, or <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=5477\">shock</a>. This definition is often associated with trauma medicine practiced in emergency rooms and represents a popular view of the term. In <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=15157\">psychiatry</a>, \"trauma\" has assumed a different meaning and refers to an experience that is emotionally painful, distressful, or shocking, which often results in lasting mental and physical effects.\r\n\r\n(cited from: <a href=\"http://www.medterms.com/script/main/art.asp?articlekey=8171\">http://www.medterms.com/script/main/art.asp?articlekey=8171</a> )\r\n\r\nSome people who have experienced an event, such as those mentioned above, develop what is refered to as Post-traumatic Stress Disorder\r\n\r\n<strong>What does a diagnosis of Post-traumatic Stress Disorder mean?</strong>\r\n\r\nPost-Traumatic Stress Disorder, PTSD, is an anxiety disorder that can develop after exposure to a terrifying event or ordeal in which grave physical harm occurred or was threatened. Traumatic events that may trigger PTSD include violent personal assaults, natural or human-caused disasters, accidents, or military combat. \r\n\r\n(Cited from: <a href=\"http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml\">http://www.nimh.nih.gov/health/topics/post-traumatic-stress-disorder-ptsd/index.shtml</a> )\r\n<h3>How is PTSD treated?</h3>\r\nTreatments for PTSD usually include psychological and medical treatments. Providing information about the illness, helping the individual manage the trauma by talking about it directly, teaching the person ways to manage symptoms of PTSD, and exploration and modification of inaccurate ways of thinking about the trauma are the usual techniques used in <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=42208\">psychotherapy</a> for this illness. Education of PTSD sufferers usually involves teaching individuals about what PTSD is, that it is caused by extraordinary stress rather than weakness, how it is treated, and what to expect in treatment. This education thereby increases the likelihood that inaccurate ideas the person may have about the illness are dispelled, and any shame they may feel about having it is minimized. This may be particularly important in populations like military personnel that may feel particularly stigmatized by the idea of seeing a mental-health professional and therefore avoid doing so.\r\n\r\nTeaching people with PTSD practical approaches to coping with what can be very intense and disturbing symptoms has been found to be another useful way to treat the illness. Specifically, helping sufferers learn how to manage their anger and anxiety, improve their communication skills, and use relaxation techniques can help individuals with PTSD gain a sense of mastery over their emotional and physical symptoms. Cognitive therapy can help people with PTSD recognize and adjust trauma-related thoughts and beliefs by educating sufferers about the relationships between thoughts and feelings, exploring common negative thoughts held by traumatized individuals, developing alternative interpretations, and by practicing new ways of looking at things. This treatment also involves practicing learned techniques in real-life situations.\r\n\r\nEye-movement desensitization and reprocessing (EMDR) is a form of cognitive therapy in which the practitioner guides the person with PTSD in talking about the trauma suffered and the negative feelings associated with the events, while focusing on the professional\'s rapidly moving finger. While some research indicates this treatment may be effective, it is unclear if this is any more effective than cognitive therapy that is done without the use of rapid eye movement.\r\n\r\nFamilies of PTSD individuals, as well as the sufferer, may benefit from family counseling, couples\' counseling, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=64087\">parenting</a> classes, and conflict resolution education. Family members may also be able to provide relevant history about their loved one (for example, about emotions and behaviors, <a href=\"http://www.medicinenet.com/script/main/art.asp?articlekey=25825\">drug abuse</a>, sleeping habits, and socialization) that people with the illness are unable or unwilling to share.\r\n\r\nDirectly addressing the sleep problems that can be part of PTSD has been found to not only help alleviate those problems but to thereby help decrease the symptoms of PTSD in general. Specifically, rehearsing adaptive ways of coping with nightmares (imagery rehearsal therapy), training in relaxation techniques, positive self-talk, and screening for other sleep problems have been found to be particularly helpful in decreasing the sleep problems associated with PTSD.\r\n\r\nCited from: <a href=\"http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm\">http://www.medicinenet.com/posttraumatic_stress_disorder/page5.htm</a>','General Information About Trauma',0,'','inherit','open','open','','24-revision-13','','','2009-08-18 16:16:31','2009-08-18 20:16:31','',24,'http://barbaraharris.ca/archives/77',0,'revision','',0),(76,2,'2009-08-18 15:48:46','2009-08-18 19:48:46','<strong><em><span style=\"text-decoration: underline;\">Do any of the following ring true for you:</span></em></strong> \r\n\r\nDo you <strong>feel stuck</strong> in patterns of thinking, feeling or behaving that you just can’t seem to break?\r\n\r\n Do you feel <strong>tired</strong> all the time, <strong>or can’t sleep</strong> hardly at all?\r\n\r\n Do you <strong>lack motivation</strong>, or have <strong>difficulty concentrating</strong>? \r\n\r\nDo you experience <strong>nightmares, flashbacks</strong> of other symptoms related to an event that was disturbing to you?\r\n\r\nDo you have <strong>difficulty identifying, expressing or feeling your feelings</strong>, <strong>or do you just feel numb</strong> most of the time?\r\n\r\nDo certain <strong>everyday situations cause you to feel scared, or have increased heart rate, and difficulty breathing</strong>?\r\n\r\nDo you tend to <strong>think or feel negatively</strong> towards yourself and/or others?\r\n\r\nDo you tend to<strong> isolate</strong> yourself from life?\r\n\r\nDo you have <strong>difficulty trusting</strong> others, or experience excessive <strong>worry and fear</strong>?\r\n\r\nDo you tend to <strong>work, drink, eat, etc. more than you feel you should</strong>, or more than you actually want to?\r\n\r\nHave you experienced a <strong>recent loss</strong> that has been difficult to accept or heal from?\r\n\r\nIs your life going well, but you <strong>just feel there’s something missing</strong>?\r\n\r\nIf any of the above scenarios describes your current situation, you could benefit from counseling.\r\n\r\n<strong><em><span style=\"text-decoration: underline;\">Counseling can help!</span></em></strong>\r\n\r\n<strong><em>‘Sometimes when we feel there is no hope, we act with great hope – we reach out, we share with someone, we take one more step.’</em></strong><em> (me)</em>\r\n\r\nMany people experience periods in their lives where they are affected by situations that they do not know how to handle or resolve. However, with the help of a counselor, most people learn to cope with, and even resolve, these concerns. \r\n\r\nSome of the <strong>benefits of counseling</strong> include:\r\n<ul>\r\n <li><strong>Feeling better about yourself, as you learn knowledge and skills to help you to understand and manage the challenges you face;</strong></li>\r\n <li><strong>Becoming more satisfied with life as you clear away past hurts, and improve or strengthen your relations with others;</strong></li>\r\n <li><strong>Overcoming unhealthy patterns of feeling, thinking or behaving which have prevented you from reaching your life goals; </strong></li>\r\n <li><strong>Shifting from reacting to situations to responding to situations in healthy ways, leading to improved confidence; and </strong></li>\r\n <li><strong>Self awareness and personal growth.</strong></li>\r\n</ul>\r\n<strong><em>Freedom begins with a single step! </em></strong>\r\n\r\n<em>I provide counselling to individuals throughout the Lower Mainland of BC, as my office is easily accessible and centrally located in Downtown Vancouver, across the street from the new Waterfront Sky Train Station. </em>\r\n\r\n<strong><em>TO CONTACT ME CLICK <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">HERE</a></em></strong>','Home',0,'','inherit','open','open','','5-revision-11','','','2009-08-18 15:48:46','2009-08-18 19:48:46','',5,'http://barbaraharris.ca/archives/76',0,'revision','',0),(78,1,'2009-08-19 01:18:36','2009-08-19 05:18:36','<h3>THIRD PARTY BILLING OPTIONS:</h3>\r\nMany clients are eligible for funding under their extended health care plans, or under various government programs.\r\n\r\n<strong>EXTENDED HEALTH CARE PLANS</strong>\r\n<p style=\"text-align: left;\">Health insurance or extended health benefit plans may reimburse counseling fees paid to Registered Social Workers. Your health benefits administrator and your employer can provide you with more information. In British Columbia, organizations that <strong>may </strong>reimburse fees for counseling with a Registered Social Worker include:</p>\r\n<p style=\"text-align: left;\">Workers Compensation Board</p>\r\n<p style=\"text-align: left;\">Telus (union employees only, not management)</p>\r\n<p style=\"text-align: left;\">Central Mortgage and Housing Corporation</p>\r\n<p style=\"text-align: left;\">University of British Columbia\'s Student Health Plan</p>\r\n<p style=\"text-align: left;\">City of Vancouver</p>\r\n<p style=\"text-align: left;\">Bank of Montreal</p>\r\n<p style=\"text-align: left;\">BC Hydro</p>\r\n<p style=\"text-align: left;\">Canada Post</p>\r\n<p style=\"text-align: left;\">Insurance Corporation of BC</p>\r\n<p style=\"text-align: left;\">City of New Westminster</p>\r\n<p style=\"text-align: left;\">Department of Indian Affairs</p>\r\n<p style=\"text-align: left;\">Air Canada</p>\r\n\r\nCheck with your extended health care provider to see if they cover counseling with a Registered Social Worker. If you would like to provide your employer with more information on the benefits of including Registered Social Workers in your company’s Extended Benefits package, please see the information provided on the BC Association of Social Workers Website at: <a href=\"http://www.bcasw.org/content/home.asp\">http://www.bcasw.org/content/home.asp</a>\r\n\r\n<strong>OTHER FUNDING PROGRAMS</strong>\r\n\r\n<strong>Crime Victim Assistance Program (CVAP)</strong><strong> </strong>\r\n\r\nIf you have been a victim of crime in British Columbia and the crime has been reported to the police, you may qualify for psychotherapy funding from CVAP. Typically, 12 to 24 sessions are granted, with the possibility of renewing the application. Their site is:\r\n\r\n<a href=\"http://www.pssg.gov.bc.ca/victim_services/cva/\">http://www.pssg.gov.bc.ca/victim_services/cva/</a> <strong> </strong>\r\n\r\n<strong>Non-Insured Health Benefits(NIHB) for First Nations and Inuit People</strong><strong>.</strong>\r\n\r\nThis program currently provides counseling to First Nations people through 2 programs: a crisis intervention program, and the IRS program. Individuals with Indian Status who are experiencing a crisis may be eligible for services under the crisis intervention program. The Indian Residential School Support Services Division provides counseling to Residential School Survivors and, in some cases, to their immediate family members.\r\n\r\nIn recent years, funding for psychotherapy and other health services has been turned over to some individual First Nations Bands for administration. If this has happened with your Band, an application for services would need to be filed with them. Currently, in addition working with NIHB, I also work with: Inter-tribal Health, Nu-chah-nulth Tribal Council and Musquem Indian Band.\r\n\r\nPLEASE NOTE: Accessing services under these programs is not automatic. Eligibility and preapproval are required. Please feel free to call me to discuss further.\r\n\r\n<strong>FEES, ETC.</strong>\r\n\r\nCounseling fees are $110.00 per 55 minute session.\r\n\r\nPayments can be made by\r\n\r\na) cash\r\n\r\nb) PAYPAL (coming soon)\r\n\r\nPlease feel free to enquire about my sliding scale based on your income.\r\n\r\nTo contact me click <a href=\"http://barbaraharris.ca/contact\" target=\"_self\">here</a>','Payment Options',0,'','inherit','open','open','','17-revision-15','','','2009-08-19 01:18:36','2009-08-19 05:18:36','',17,'http://barbaraharris.ca/archives/78',0,'revision','',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
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;
--
-- Dumping data for table `wp_term_relationships`
--
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
LOCK TABLES `wp_term_relationships` WRITE;
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),(8,2,0),(9,2,0),(7,1,0),(2,1,0),(3,1,0),(4,1,0),(5,1,0),(6,1,0),(8,1,0),(9,1,0),(10,1,0),(11,1,0),(12,1,0),(13,1,0),(14,1,0),(15,1,0),(16,1,0),(17,1,0),(18,1,0),(19,1,0),(20,1,0),(21,1,0),(22,1,0),(23,1,0),(24,16,0),(25,1,0),(26,1,0),(27,1,0),(28,1,0),(29,1,0),(30,1,0),(31,1,0),(32,1,0),(34,1,0),(33,17,0),(41,1,0),(40,1,0),(39,1,0),(38,1,0),(37,1,0),(35,1,0),(24,20,0),(24,22,0),(24,23,0),(24,25,0),(36,1,0),(42,1,0),(43,1,0),(44,1,0),(45,1,0),(46,1,0),(47,1,0),(48,1,0),(49,1,0),(50,1,0),(51,1,0),(52,1,0),(53,1,0),(54,1,0),(55,1,0),(56,1,0),(57,1,0),(58,1,0),(59,1,0),(60,1,0),(61,1,0),(62,1,0),(63,1,0),(64,1,0),(65,1,0),(66,1,0),(67,1,0),(68,1,0),(69,1,0),(70,1,0),(24,26,0),(24,27,0),(24,28,0),(71,1,0),(72,1,0),(73,1,0),(74,1,0),(75,1,0),(76,1,0),(77,1,0),(78,1,0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
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=29 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_term_taxonomy`
--
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
LOCK TABLES `wp_term_taxonomy` WRITE;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'link_category','',0,7),(16,3,'category','',0,1),(17,4,'category','',0,0),(18,5,'category','',0,0),(19,6,'category','',3,0),(20,3,'post_tag','',0,1),(21,7,'post_tag','',0,0),(22,8,'post_tag','',0,1),(23,9,'post_tag','',0,1),(24,10,'post_tag','',0,0),(25,11,'post_tag','',0,1),(26,12,'post_tag','',0,1),(27,13,'post_tag','',0,1),(28,14,'post_tag','',0,1);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
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=15 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_terms`
--
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
LOCK TABLES `wp_terms` WRITE;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'General Information About Trauma','about-trauma',0),(4,'General Information About Anxiety','about-anxiety',0),(5,'General Information About Depression','about-depression',0),(6,'PTSD Treatment','ptsd-treatment-about-trauma',0),(7,'Understanding Trauma','understanding-trauma',0),(8,'What is Trauma','what-is-trauma',0),(9,'PTSD','ptsd',0),(10,'How is PTSD Treated','how-is-ptsd-treated',0),(11,'PTSD Treatment','ptsd-treatment',0),(12,'Symptoms of Trauma','symptoms-of-trauma',0),(13,'Trauma Counselling Vancouver','trauma-counselling-vancouver',0),(14,'Trauma Therapy Vancouver','trauma-therapy-vancouver',0);
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
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=29 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_usermeta`
--
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
LOCK TABLES `wp_usermeta` WRITE;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'rich_editing','true'),(3,1,'comment_shortcuts','false'),(4,1,'admin_color','fresh'),(5,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(6,1,'wp_user_level','10'),(7,1,'wp_usersettings','m0=o&m1=c&m2=c&m3=c&m4=o&m5=o&m6=c&m7=c&m8=o&m9=o&hidetb=1&urlbutton=urlfile&m10=o&m11=o&m12=o&galfile=1&m13=o&editor=tinymce'),(8,1,'wp_usersettingstime','1250711498'),(9,1,'wp_autosave_draft_ids','a:3:{i:-1249331389;i:5;i:-1249939693;i:17;i:-1250616388;i:24;}'),(10,1,'closedpostboxes_dashboard','a:1:{i:0;s:0:\"\";}'),(11,1,'metaboxhidden_dashboard','a:1:{i:0;s:0:\"\";}'),(12,1,'wp_metaboxorder_dashboard','a:2:{s:4:\"side\";s:83:\"dashboard_primary,dashboard_quick_press,dashboard_recent_drafts,dashboard_secondary\";s:6:\"normal\";s:88:\"dashboard_right_now,dashboard_recent_comments,dashboard_incoming_links,dashboard_plugins\";}'),(13,1,'closedpostboxes_post','a:1:{i:0;s:0:\"\";}'),(14,1,'metaboxhidden_post','a:1:{i:0;s:7:\"slugdiv\";}'),(16,2,'first_name','Barbara'),(17,2,'last_name','Harris'),(18,2,'nickname','Barbara'),(19,2,'rich_editing','true'),(20,2,'comment_shortcuts','false'),(21,2,'admin_color','fresh'),(22,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(23,2,'wp_user_level','10'),(24,2,'wp_usersettings','hidetb=1'),(25,2,'wp_usersettingstime','1250618503'),(26,2,'wp_autosave_draft_ids','a:4:{i:-1250619273;i:33;i:-1250622874;i:53;i:-1250624126;i:58;i:-1250624764;i:62;}'),(27,2,'closedpostboxes_page','a:1:{i:0;s:13:\"pageparentdiv\";}'),(28,2,'metaboxhidden_page','a:1:{i:0;s:11:\"pageslugdiv\";}');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL auto_increment,
`user_login` varchar(60) NOT NULL default '',
`user_pass` varchar(64) NOT NULL default '',
`user_nicename` varchar(50) NOT NULL default '',
`user_email` varchar(100) NOT NULL default '',
`user_url` varchar(100) NOT NULL default '',
`user_registered` datetime NOT NULL default '0000-00-00 00:00:00',
`user_activation_key` varchar(60) NOT NULL default '',
`user_status` int(11) NOT NULL default '0',
`display_name` varchar(250) NOT NULL default '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
--
-- Dumping data for table `wp_users`
--
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
LOCK TABLES `wp_users` WRITE;
INSERT INTO `wp_users` VALUES (1,'admin','$P$Bachpv387yPRUwN9U.EMmIoHGdjHxY/','admin','cj@theadminprofessional.com','','2009-07-27 18:33:16','',0,'admin'),(2,'Barbara','$P$BSE7UtE.vvLqpHvSSCoglYmAikc9Ux0','barbara','barbara-harris@live.ca','','2009-08-03 21:48:09','',0,'Barbara');
UNLOCK TABLES;
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
/*!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 */;