Advertisement
RougeSec

Sql Dump #1

Jun 1st, 2014
7,165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 474.45 KB | None | 0 0
  1. Sql Dump From [+] http://www.cedarhealth.org [+]
  2.  
  3.  
  4.  
  5. # WordPress MySQL database migration
  6. # Hostname: http://www.cedarhealth.org
  7. #
  8. # Generated: Thursday 2. February 2012 03:37 UTC
  9. # Hostname: localhost
  10. # Database: `cedarhea_wrd1`
  11. # --------------------------------------------------------
  12.  
  13. # --------------------------------------------------------
  14. # Table: `wp_commentmeta`
  15. # --------------------------------------------------------
  16.  
  17.  
  18. #
  19. # Delete any existing table `wp_commentmeta`
  20. #
  21.  
  22. DROP TABLE IF EXISTS `wp_commentmeta`;
  23.  
  24.  
  25. #
  26. # Table structure of table `wp_commentmeta`
  27. #
  28.  
  29. CREATE TABLE `wp_commentmeta` (
  30. `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  31. `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  32. `meta_key` varchar(255) DEFAULT NULL,
  33. `meta_value` longtext,
  34. PRIMARY KEY (`meta_id`),
  35. KEY `comment_id` (`comment_id`),
  36. KEY `meta_key` (`meta_key`)
  37. ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 ;
  38.  
  39. #
  40. # Data contents of table `wp_commentmeta`
  41. #
  42.  
  43. INSERT INTO `wp_commentmeta` VALUES (1, 1, '_wp_trash_meta_status', '1') ;
  44. INSERT INTO `wp_commentmeta` VALUES (2, 1, '_wp_trash_meta_time', '1327782373') ;
  45. #
  46. # End of data contents of table `wp_commentmeta`
  47. # --------------------------------------------------------
  48.  
  49. # --------------------------------------------------------
  50. # Table: `wp_comments`
  51. # --------------------------------------------------------
  52.  
  53.  
  54. #
  55. # Delete any existing table `wp_comments`
  56. #
  57.  
  58. DROP TABLE IF EXISTS `wp_comments`;
  59.  
  60.  
  61. #
  62. # Table structure of table `wp_comments`
  63. #
  64.  
  65. CREATE TABLE `wp_comments` (
  66. `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  67. `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  68. `comment_author` tinytext NOT NULL,
  69. `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  70. `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  71. `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  72. `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  73. `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  74. `comment_content` text NOT NULL,
  75. `comment_karma` int(11) NOT NULL DEFAULT '0',
  76. `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  77. `comment_agent` varchar(255) NOT NULL DEFAULT '',
  78. `comment_type` varchar(20) NOT NULL DEFAULT '',
  79. `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  80. `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  81. PRIMARY KEY (`comment_ID`),
  82. KEY `comment_approved` (`comment_approved`),
  83. KEY `comment_post_ID` (`comment_post_ID`),
  84. KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  85. KEY `comment_date_gmt` (`comment_date_gmt`),
  86. KEY `comment_parent` (`comment_parent`)
  87. ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ;
  88.  
  89. #
  90. # Data contents of table `wp_comments`
  91. #
  92.  
  93. INSERT INTO `wp_comments` VALUES (1, 1, 'Mr WordPress', '', 'http://wordpress.org/', '', '2012-01-04 00:54:03', '2012-01-04 00:54:03', 'Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.', 0, 'trash', '', '', 0, 0) ;
  94. #
  95. # End of data contents of table `wp_comments`
  96. # --------------------------------------------------------
  97.  
  98. # --------------------------------------------------------
  99. # Table: `wp_links`
  100. # --------------------------------------------------------
  101.  
  102.  
  103. #
  104. # Delete any existing table `wp_links`
  105. #
  106.  
  107. DROP TABLE IF EXISTS `wp_links`;
  108.  
  109.  
  110. #
  111. # Table structure of table `wp_links`
  112. #
  113.  
  114. CREATE TABLE `wp_links` (
  115. `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  116. `link_url` varchar(255) NOT NULL DEFAULT '',
  117. `link_name` varchar(255) NOT NULL DEFAULT '',
  118. `link_image` varchar(255) NOT NULL DEFAULT '',
  119. `link_target` varchar(25) NOT NULL DEFAULT '',
  120. `link_description` varchar(255) NOT NULL DEFAULT '',
  121. `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  122. `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  123. `link_rating` int(11) NOT NULL DEFAULT '0',
  124. `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  125. `link_rel` varchar(255) NOT NULL DEFAULT '',
  126. `link_notes` mediumtext NOT NULL,
  127. `link_rss` varchar(255) NOT NULL DEFAULT '',
  128. PRIMARY KEY (`link_id`),
  129. KEY `link_visible` (`link_visible`)
  130. ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 ;
  131.  
  132. #
  133. # Data contents of table `wp_links`
  134. #
  135.  
  136. INSERT INTO `wp_links` VALUES (2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/') ;
  137. INSERT INTO `wp_links` VALUES (5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ;
  138. INSERT INTO `wp_links` VALUES (8, 'http://blogs.mercola.com/sites/vitalvotes/default.aspx', 'Dr. Mercola&#039;s Blog', '', '_blank', 'Dr. Mercola\'s Blog', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', '') ;
  139. #
  140. # End of data contents of table `wp_links`
  141. # --------------------------------------------------------
  142.  
  143. # --------------------------------------------------------
  144. # Table: `wp_options`
  145. # --------------------------------------------------------
  146.  
  147.  
  148. #
  149. # Delete any existing table `wp_options`
  150. #
  151.  
  152. DROP TABLE IF EXISTS `wp_options`;
  153.  
  154.  
  155. #
  156. # Table structure of table `wp_options`
  157. #
  158.  
  159. CREATE TABLE `wp_options` (
  160. `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  161. `blog_id` int(11) NOT NULL DEFAULT '0',
  162. `option_name` varchar(64) NOT NULL DEFAULT '',
  163. `option_value` longtext NOT NULL,
  164. `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  165. PRIMARY KEY (`option_id`),
  166. UNIQUE KEY `option_name` (`option_name`)
  167. ) ENGINE=MyISAM AUTO_INCREMENT=431 DEFAULT CHARSET=utf8 ;
  168.  
  169. #
  170. # Data contents of table `wp_options`
  171. #
  172.  
  173. INSERT INTO `wp_options` VALUES (429, 0, '_site_transient_timeout_theme_roots', '1328160973', 'yes') ;
  174. INSERT INTO `wp_options` VALUES (430, 0, '_site_transient_theme_roots', 'a:4:{s:8:"smallbiz";s:7:"/themes";s:9:"starttica";s:7:"/themes";s:12:"twentyeleven";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes') ;
  175. INSERT INTO `wp_options` VALUES (3, 0, 'siteurl', 'http://www.cedarhealth.org', 'yes') ;
  176. INSERT INTO `wp_options` VALUES (4, 0, 'blogname', 'Cedar Health Center', 'yes') ;
  177. INSERT INTO `wp_options` VALUES (5, 0, 'blogdescription', 'Gentle Family Chiropractic Care', 'yes') ;
  178. INSERT INTO `wp_options` VALUES (6, 0, 'users_can_register', '0', 'yes') ;
  179. INSERT INTO `wp_options` VALUES (7, 0, 'admin_email', 'cedarhealth@gmail.com', 'yes') ;
  180. INSERT INTO `wp_options` VALUES (8, 0, 'start_of_week', '0', 'yes') ;
  181. INSERT INTO `wp_options` VALUES (9, 0, 'use_balanceTags', '0', 'yes') ;
  182. INSERT INTO `wp_options` VALUES (10, 0, 'use_smilies', '1', 'yes') ;
  183. INSERT INTO `wp_options` VALUES (11, 0, 'require_name_email', '1', 'yes') ;
  184. INSERT INTO `wp_options` VALUES (12, 0, 'comments_notify', '1', 'yes') ;
  185. INSERT INTO `wp_options` VALUES (13, 0, 'posts_per_rss', '10', 'yes') ;
  186. INSERT INTO `wp_options` VALUES (14, 0, 'rss_use_excerpt', '0', 'yes') ;
  187. INSERT INTO `wp_options` VALUES (15, 0, 'mailserver_url', 'mail.example.com', 'yes') ;
  188. INSERT INTO `wp_options` VALUES (16, 0, 'mailserver_login', 'login@example.com', 'yes') ;
  189. INSERT INTO `wp_options` VALUES (17, 0, 'mailserver_pass', 'password', 'yes') ;
  190. INSERT INTO `wp_options` VALUES (18, 0, 'mailserver_port', '110', 'yes') ;
  191. INSERT INTO `wp_options` VALUES (19, 0, 'default_category', '1', 'yes') ;
  192. INSERT INTO `wp_options` VALUES (20, 0, 'default_comment_status', 'open', 'yes') ;
  193. INSERT INTO `wp_options` VALUES (21, 0, 'default_ping_status', 'open', 'yes') ;
  194. INSERT INTO `wp_options` VALUES (22, 0, 'default_pingback_flag', '1', 'yes') ;
  195. INSERT INTO `wp_options` VALUES (23, 0, 'default_post_edit_rows', '20', 'yes') ;
  196. INSERT INTO `wp_options` VALUES (24, 0, 'posts_per_page', '10', 'yes') ;
  197. INSERT INTO `wp_options` VALUES (25, 0, 'date_format', 'F j, Y', 'yes') ;
  198. INSERT INTO `wp_options` VALUES (26, 0, 'time_format', 'g:i a', 'yes') ;
  199. INSERT INTO `wp_options` VALUES (27, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes') ;
  200. INSERT INTO `wp_options` VALUES (28, 0, 'links_recently_updated_prepend', '<em>', 'yes') ;
  201. INSERT INTO `wp_options` VALUES (29, 0, 'links_recently_updated_append', '</em>', 'yes') ;
  202. INSERT INTO `wp_options` VALUES (30, 0, 'links_recently_updated_time', '120', 'yes') ;
  203. INSERT INTO `wp_options` VALUES (31, 0, 'comment_moderation', '1', 'yes') ;
  204. INSERT INTO `wp_options` VALUES (32, 0, 'moderation_notify', '1', 'yes') ;
  205. INSERT INTO `wp_options` VALUES (33, 0, 'permalink_structure', '/%postname%/', 'yes') ;
  206. INSERT INTO `wp_options` VALUES (34, 0, 'gzipcompression', '0', 'yes') ;
  207. INSERT INTO `wp_options` VALUES (35, 0, 'hack_file', '0', 'yes') ;
  208. INSERT INTO `wp_options` VALUES (36, 0, 'blog_charset', 'UTF-8', 'yes') ;
  209. INSERT INTO `wp_options` VALUES (37, 0, 'moderation_keys', '', 'no') ;
  210. INSERT INTO `wp_options` VALUES (38, 0, 'active_plugins', 'a:3:{i:0;s:36:"contact-form-7/wp-contact-form-7.php";i:1;s:19:"jetpack/jetpack.php";i:2;s:33:"wp-easy-backup/wp-easy-backup.php";}', 'yes') ;
  211. INSERT INTO `wp_options` VALUES (39, 0, 'home', 'http://www.cedarhealth.org', 'yes') ;
  212. INSERT INTO `wp_options` VALUES (40, 0, 'category_base', '', 'yes') ;
  213. INSERT INTO `wp_options` VALUES (41, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes') ;
  214. INSERT INTO `wp_options` VALUES (42, 0, 'advanced_edit', '0', 'yes') ;
  215. INSERT INTO `wp_options` VALUES (43, 0, 'comment_max_links', '2', 'yes') ;
  216. INSERT INTO `wp_options` VALUES (44, 0, 'gmt_offset', '', 'yes') ;
  217. INSERT INTO `wp_options` VALUES (45, 0, 'default_email_category', '1', 'yes') ;
  218. INSERT INTO `wp_options` VALUES (46, 0, 'recently_edited', '', 'no') ;
  219. INSERT INTO `wp_options` VALUES (47, 0, 'template', 'starttica', 'yes') ;
  220. INSERT INTO `wp_options` VALUES (48, 0, 'stylesheet', 'starttica', 'yes') ;
  221. INSERT INTO `wp_options` VALUES (49, 0, 'comment_whitelist', '1', 'yes') ;
  222. INSERT INTO `wp_options` VALUES (50, 0, 'blacklist_keys', '', 'no') ;
  223. INSERT INTO `wp_options` VALUES (51, 0, 'comment_registration', '', 'yes') ;
  224. INSERT INTO `wp_options` VALUES (52, 0, 'rss_language', 'en', 'yes') ;
  225. INSERT INTO `wp_options` VALUES (53, 0, 'html_type', 'text/html', 'yes') ;
  226. INSERT INTO `wp_options` VALUES (54, 0, 'use_trackback', '0', 'yes') ;
  227. INSERT INTO `wp_options` VALUES (55, 0, 'default_role', 'subscriber', 'yes') ;
  228. INSERT INTO `wp_options` VALUES (56, 0, 'db_version', '19470', 'yes') ;
  229. INSERT INTO `wp_options` VALUES (57, 0, 'uploads_use_yearmonth_folders', '1', 'yes') ;
  230. INSERT INTO `wp_options` VALUES (58, 0, 'upload_path', '', 'yes') ;
  231. INSERT INTO `wp_options` VALUES (59, 0, 'blog_public', '1', 'yes') ;
  232. INSERT INTO `wp_options` VALUES (60, 0, 'default_link_category', '2', 'yes') ;
  233. INSERT INTO `wp_options` VALUES (61, 0, 'show_on_front', 'page', 'yes') ;
  234. INSERT INTO `wp_options` VALUES (62, 0, 'tag_base', '', 'yes') ;
  235. INSERT INTO `wp_options` VALUES (63, 0, 'show_avatars', '1', 'yes') ;
  236. INSERT INTO `wp_options` VALUES (64, 0, 'avatar_rating', 'G', 'yes') ;
  237. INSERT INTO `wp_options` VALUES (65, 0, 'upload_url_path', '', 'yes') ;
  238. INSERT INTO `wp_options` VALUES (66, 0, 'thumbnail_size_w', '150', 'yes') ;
  239. INSERT INTO `wp_options` VALUES (67, 0, 'thumbnail_size_h', '150', 'yes') ;
  240. INSERT INTO `wp_options` VALUES (68, 0, 'thumbnail_crop', '1', 'yes') ;
  241. INSERT INTO `wp_options` VALUES (69, 0, 'medium_size_w', '300', 'yes') ;
  242. INSERT INTO `wp_options` VALUES (70, 0, 'medium_size_h', '300', 'yes') ;
  243. INSERT INTO `wp_options` VALUES (71, 0, 'avatar_default', 'mystery', 'yes') ;
  244. INSERT INTO `wp_options` VALUES (72, 0, 'enable_app', '0', 'yes') ;
  245. INSERT INTO `wp_options` VALUES (73, 0, 'enable_xmlrpc', '0', 'yes') ;
  246. INSERT INTO `wp_options` VALUES (74, 0, 'large_size_w', '640', 'yes') ;
  247. INSERT INTO `wp_options` VALUES (75, 0, 'large_size_h', '1024', 'yes') ;
  248. INSERT INTO `wp_options` VALUES (76, 0, 'image_default_link_type', '', 'yes') ;
  249. INSERT INTO `wp_options` VALUES (77, 0, 'image_default_size', '', 'yes') ;
  250. INSERT INTO `wp_options` VALUES (78, 0, 'image_default_align', '', 'yes') ;
  251. INSERT INTO `wp_options` VALUES (79, 0, 'close_comments_for_old_posts', '', 'yes') ;
  252. INSERT INTO `wp_options` VALUES (80, 0, 'close_comments_days_old', '14', 'yes') ;
  253. INSERT INTO `wp_options` VALUES (81, 0, 'thread_comments', '1', 'yes') ;
  254. INSERT INTO `wp_options` VALUES (82, 0, 'thread_comments_depth', '5', 'yes') ;
  255. INSERT INTO `wp_options` VALUES (83, 0, 'page_comments', '', 'yes') ;
  256. INSERT INTO `wp_options` VALUES (84, 0, 'comments_per_page', '50', 'yes') ;
  257. INSERT INTO `wp_options` VALUES (85, 0, 'default_comments_page', 'newest', 'yes') ;
  258. INSERT INTO `wp_options` VALUES (86, 0, 'comment_order', 'asc', 'yes') ;
  259. INSERT INTO `wp_options` VALUES (87, 0, 'sticky_posts', 'a:0:{}', 'yes') ;
  260. INSERT INTO `wp_options` VALUES (88, 0, 'widget_categories', 'a:3:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}i:3;a:4:{s:5:"title";s:10:"Categories";s:5:"count";i:0;s:12:"hierarchical";i:1;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes') ;
  261. INSERT INTO `wp_options` VALUES (89, 0, 'widget_text', 'a:4:{i:2;a:3:{s:5:"title";s:17:"From Our Patients";s:4:"text";s:280:"[quote cite="Brent S." subcite="Salt Lake City" pic="2" bg="DEEBED" color="333333" align="left"]?I often travel to Boise and get treatments from Dr. Dennis because I know he\'s the best. My back and whole body always feel better and more relaxed after being adjusted.? [/quote]";s:6:"filter";b:0;}i:3;a:3:{s:5:"title";s:17:"From Our Patients";s:4:"text";s:525:"[quote cite="Connie B." subcite="Boise" pic="6" bg="DEEBED" color="333333" align="left"]?Dr. Dennis is always right on with his treatments. He always gives additional helpful ideas and information beyond the treatment...? [/quote]\r\n\r\n[quote cite="Keith G." subcite="Boise" pic="1" bg="DEEBED" color="333333" align="left"]?I have been to many Chiropractors, but no one has ever helped me like Dr. Dennis has. He is the only one who made me feel that some change had been made after I was done being adjusted.? [/quote]";s:6:"filter";b:0;}i:4;a:3:{s:5:"title";s:17:"From Our Patients";s:4:"text";s:678:"[quote cite="Becky C." subcite="Boise" pic="5" bg="DEEBED" color="333333" align="left"]?I was completely scared about Chiropractic. I had neck pain and headaches for a long time. I also had leg problems that I just thought I had to live with. I also had bad problems with my feet and he fixed those too! I haven\' t felt this good in a long time. Dr. Dennis really has helped me. All I can say now is I\' m sold.? [/quote]\r\n\r\n[quote cite="Felice S." subcite="Boise" pic="6" bg="DEEBED" color="333333" align="left"]?...Dr. Dennis always finds the crux of the problem better than other Chiropractors I have been to. He always takes the time to answer my questions.? [/quote]";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes') ;
  262. INSERT INTO `wp_options` VALUES (90, 0, 'widget_rss', 'a:0:{}', 'yes') ;
  263. INSERT INTO `wp_options` VALUES (91, 0, 'timezone_string', 'America/Boise', 'yes') ;
  264. INSERT INTO `wp_options` VALUES (92, 0, 'embed_autourls', '1', 'yes') ;
  265. INSERT INTO `wp_options` VALUES (93, 0, 'embed_size_w', '', 'yes') ;
  266. INSERT INTO `wp_options` VALUES (94, 0, 'embed_size_h', '600', 'yes') ;
  267. INSERT INTO `wp_options` VALUES (95, 0, 'page_for_posts', '0', 'yes') ;
  268. INSERT INTO `wp_options` VALUES (96, 0, 'page_on_front', '16', 'yes') ;
  269. INSERT INTO `wp_options` VALUES (97, 0, 'default_post_format', '0', 'yes') ;
  270. INSERT INTO `wp_options` VALUES (98, 0, 'initial_db_version', '19470', 'yes') ;
  271. INSERT INTO `wp_options` VALUES (99, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:62:{s:13:"switch_themes";b:1;s:11:"edit_themes";b:1;s:16:"activate_plugins";b:1;s:12:"edit_plugins";b:1;s:10:"edit_users";b:1;s:10:"edit_files";b:1;s:14:"manage_options";b:1;s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:6:"import";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:8:"level_10";b:1;s:7:"level_9";b:1;s:7:"level_8";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;s:12:"delete_users";b:1;s:12:"create_users";b:1;s:17:"unfiltered_upload";b:1;s:14:"edit_dashboard";b:1;s:14:"update_plugins";b:1;s:14:"delete_plugins";b:1;s:15:"install_plugins";b:1;s:13:"update_themes";b:1;s:14:"install_themes";b:1;s:11:"update_core";b:1;s:10:"list_users";b:1;s:12:"remove_users";b:1;s:9:"add_users";b:1;s:13:"promote_users";b:1;s:18:"edit_theme_options";b:1;s:13:"delete_themes";b:1;s:6:"export";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:34:{s:17:"moderate_comments";b:1;s:17:"manage_categories";b:1;s:12:"manage_links";b:1;s:12:"upload_files";b:1;s:15:"unfiltered_html";b:1;s:10:"edit_posts";b:1;s:17:"edit_others_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:10:"edit_pages";b:1;s:4:"read";b:1;s:7:"level_7";b:1;s:7:"level_6";b:1;s:7:"level_5";b:1;s:7:"level_4";b:1;s:7:"level_3";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:17:"edit_others_pages";b:1;s:20:"edit_published_pages";b:1;s:13:"publish_pages";b:1;s:12:"delete_pages";b:1;s:19:"delete_others_pages";b:1;s:22:"delete_published_pages";b:1;s:12:"delete_posts";b:1;s:19:"delete_others_posts";b:1;s:22:"delete_published_posts";b:1;s:20:"delete_private_posts";b:1;s:18:"edit_private_posts";b:1;s:18:"read_private_posts";b:1;s:20:"delete_private_pages";b:1;s:18:"edit_private_pages";b:1;s:18:"read_private_pages";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:10:{s:12:"upload_files";b:1;s:10:"edit_posts";b:1;s:20:"edit_published_posts";b:1;s:13:"publish_posts";b:1;s:4:"read";b:1;s:7:"level_2";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;s:22:"delete_published_posts";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:5:{s:10:"edit_posts";b:1;s:4:"read";b:1;s:7:"level_1";b:1;s:7:"level_0";b:1;s:12:"delete_posts";b:1;}}s:10:"subscriber";a:2:{s:4:"name";s:10:"Subscriber";s:12:"capabilities";a:2:{s:4:"read";b:1;s:7:"level_0";b:1;}}}', 'yes') ;
  272. INSERT INTO `wp_options` VALUES (100, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes') ;
  273. INSERT INTO `wp_options` VALUES (159, 0, 'cron', 'a:3:{i:1328167134;a:3:{s:16:"wp_version_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:17:"wp_update_plugins";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}s:16:"wp_update_themes";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1328210376;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes') ;
  274. INSERT INTO `wp_options` VALUES (161, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":9:{s:8:"response";s:6:"latest";s:8:"download";s:40:"http://wordpress.org/wordpress-3.3.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:40:"http://wordpress.org/wordpress-3.3.1.zip";s:10:"no_content";s:51:"http://wordpress.org/wordpress-3.3.1-no-content.zip";s:11:"new_bundled";s:52:"http://wordpress.org/wordpress-3.3.1-new-bundled.zip";s:7:"partial";b:0;}s:7:"current";s:5:"3.3.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.2";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1328131646;s:15:"version_checked";s:5:"3.3.1";}', 'yes') ;
  275. INSERT INTO `wp_options` VALUES (211, 0, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1328152725;s:7:"checked";a:4:{s:8:"smallbiz";s:3:"3.8";s:9:"starttica";s:3:"1.1";s:12:"twentyeleven";s:3:"1.3";s:9:"twentyten";s:3:"1.3";}s:8:"response";a:0:{}}', 'yes') ;
  276. INSERT INTO `wp_options` VALUES (213, 0, 'current_theme', 'Starttica', 'yes') ;
  277. INSERT INTO `wp_options` VALUES (168, 0, 'jetpack_activated', '2', 'yes') ;
  278. INSERT INTO `wp_options` VALUES (169, 0, 'jetpack_options', 'a:2:{s:7:"version";s:16:"1.2.2:1327778376";s:11:"old_version";s:16:"1.2.2:1327778376";}', 'yes') ;
  279. INSERT INTO `wp_options` VALUES (170, 0, '_site_transient_timeout_browser_d371e0f1ab86893efc86c4d0c98e192c', '1328383176', 'yes') ;
  280. INSERT INTO `wp_options` VALUES (171, 0, '_site_transient_browser_d371e0f1ab86893efc86c4d0c98e192c', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:5:"6.0.2";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:1;s:8:"insecure";b:0;}', 'yes') ;
  281. INSERT INTO `wp_options` VALUES (172, 0, 'dashboard_widget_options', 'a:4:{s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:26:"http://www.cedarhealth.org";s:4:"link";s:102:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.cedarhealth.org/";s:3:"url";s:135:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.cedarhealth.org/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:26:"http://wordpress.org/news/";s:3:"url";s:31:"http://wordpress.org/news/feed/";s:5:"title";s:14:"WordPress Blog";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:7:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:20:"Other WordPress News";s:5:"items";i:5;s:12:"show_summary";i:0;s:11:"show_author";i:0;s:9:"show_date";i:0;}}', 'yes') ;
  282. INSERT INTO `wp_options` VALUES (418, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1328189472', 'no') ;
  283. INSERT INTO `wp_options` VALUES (419, 0, '_transient_feed_1a5f760f2e2b48827d4974a60857e7c2', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/updated/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:43:"WordPress Plugins » View: Recently Updated";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Feb 2012 01:24: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Geoffrey on "Juiz Last Tweet Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/juiz-last-tweet-widget/#post-33579";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 05 Jan 2012 20:03: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"33579@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:77:"Add a widget to your sidebar to show your latest tweet(s) without JavaScript!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Geoffrey";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"garee on "Garee\'s Twitter Stream"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/garees-twitter-stream/#post-32723";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Dec 2011 01:43: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:"32723@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:39:"Flexibly integrate tweets 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:5:"garee";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"iquark on "Youtube Playlist"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/extend/plugins/youtube-playlist/#post-34433";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 10:58:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34433@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:69:"YouTube Playlist show the list of a given YouTube&#039;s playlist ID.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"iquark";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"webvitaly on "Page-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:57:"http://wordpress.org/extend/plugins/page-list/#post-25957";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 18 Apr 2011 20:28: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"25957@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:129:"&#34;Page-list&#34; plugin helps you to show list of pages with [pagelist], [subpages], [siblings] and [pagelist_ext] shortcodes.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"webvitaly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:51:"SocialBlogsite on "Darkroom Facebook Photo 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:79:"http://wordpress.org/extend/plugins/darkroom-facebook-photo-gallery/#post-34365";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 Jan 2012 07:13: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:42:"34365@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:116:"The first Facebook Photo Album -to- jQuery-animated gallery for WordPress. Customizable in design and functionality.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"SocialBlogsite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"softbed on "Ajax Weather"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/ajax-weather/#post-34369";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 Jan 2012 11:28: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34369@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:"Weather information ajaxed by U.S. zip code or name of city.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"softbed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"gilles66 on "get 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/get-options/#post-34452";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Feb 2012 01: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34452@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:30:"View all the WordPress 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:8:"gilles66";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"SlaFFik on "BuddyPress Friends On-Line"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/extend/plugins/buddypress-friends-on-line/#post-13992";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Nov 2009 16:39: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:"13992@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"Plugin will display on your Friends page a new tab called Online with a list of currently online friends.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"SlaFFik";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"xnau on "Participants Database"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/participants-database/#post-32820";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2011 22:48: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:42:"32820@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:"Build and maintain a fully customizable database of participants or volunteers with signup forms, admin backend, custom lists, and CSV support.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"xnau";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"seek3r on "podPress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/podpress/#post-566";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 20 Mar 2007 17:09: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:40:"566@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:40:"A plugin for Podcasters using 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:6:"seek3r";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"mlazarov on "Hyper Cache 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:68:"http://wordpress.org/extend/plugins/hyper-cache-extended/#post-22096";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 07 Nov 2010 17:12:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22096@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:128:"Hyper Cache Extended is flexible and easy to configure cache system for WordPress. It&#039;s aim is to work on any installation.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"mlazarov";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Shahnur Alam on "WP Marketplace"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wpmarketplace/#post-32527";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 29 Nov 2011 13:16: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:"32527@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:136:"Marketplace plugin for wordpress with everything you need on a easy interface and competible with all themes, no modifications required.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Shahnur Alam";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Joost de Valk on "Sociable"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/sociable/#post-2865";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 31 Jan 2008 11:36:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2865@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:149:"Sociable continues being the leader in the sharing space of WordPress plugins. Started more than 2 years ago, and with over 1,5mm downloads now, here";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Konjunktion on "Stop ACTA Ribbon"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/stop-acta-ribbon-left/#post-34416";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Jan 2012 21:05:39 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34416@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:"Help stop Worlwide Consorship by putting a ribbon that says Stop ACTA in the top of the left corner of your WordPress site or network.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Konjunktion";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"WooThemes on "WooCommerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/woocommerce/#post-29860";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Sep 2011 08:13:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"29860@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:"WooCommerce is an open-source e-commerce toolkit that helps you sell anything. Beautifully.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"WooThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/updated";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 02 Feb 2012 01:31:12 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2012-01-05 20:03:55";s:14:"content-length";s:4:"7681";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no') ;
  284. INSERT INTO `wp_options` VALUES (369, 0, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1327983276', 'yes') ;
  285. INSERT INTO `wp_options` VALUES (370, 0, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"2477";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1672";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1488";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1249";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1237";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1202";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"881";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"809";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"778";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"758";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"739";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"686";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"675";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"600";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"530";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"517";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"445";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"443";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"439";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"430";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"428";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"400";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"389";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"379";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"373";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"355";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"354";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"354";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"350";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"345";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"345";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"340";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"328";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"318";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"312";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"309";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"301";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"289";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"289";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"283";}}', 'yes') ;
  286. INSERT INTO `wp_options` VALUES (410, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1328189471', 'no') ;
  287. INSERT INTO `wp_options` VALUES (411, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1328146271', 'no') ;
  288. INSERT INTO `wp_options` VALUES (412, 0, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1328189471', 'no') ;
  289. INSERT INTO `wp_options` VALUES (413, 0, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '<div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'http://ma.tt/2012/02/life-com/\' title=\'LIFE magazine has relaunched, powered by WordPress.com VIP. I&#8217;m a huge fan of the magazine&#8217;s history and the work of photographers like John Dominis. [&hellip;]\'>Matt: LIFE.com</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/t5vsxua94Rw/\' title=\'Dusk To Dawn is a dark theme that melds old-style organic ornaments with modern design and typography. Grisaille is a classic and simple two-column design adjusted for mobile browsing. Stark has 2 columns with a left sidebar, is of fluid width, has both an upper menu and a vertical menu, and is high contrast with vivid red, black and white. [&hellip;]\'>Weblog Tools Collection: WordPress Theme Releases for 2/1</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressTavern/~3/PhPkZy7osdE/dbs-interactive-releases-theme-reference-guide\' title=\'DBS Interactive which is an interactive agency has released their version of a WordPress 3.0+ theme reference guide. The guide is a reworked version of the information you would find in the Codex around template tags. So if the Codex presentation of this data is not your cup of tea, perhaps this reference guide will be easier to follow. Related posts: Simple [&hellip;]\'>WPTavern: DBS Interactive Releases Theme Reference Guide</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/WordpressTavern/~3/wIuvpN4IMJc/recovering-from-a-crashed-wordpress-site\' title=\'Themefuse has a generally good checklist on things to do when a WordPress powered website crashes. While the article doesn&#8217;t contain any drastically new information, it&#8217;s still a good list of things to do to get your site back up and running as soon as possible if a crash were to occur. Related posts: 5 Tips To Create A Great Site About WordPress Four Common [&hellip;]\'>WPTavern: Recovering From A Crashed WordPress Site</a></li><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/dzoYM7R6jNM/\' title=\'Are you a WordPress blogger? Do you enjoy having thousands of safe themes to choose from in the official directory? Did you know that a small group of volunteers goes through every single line of code in every submitted theme to make sure that they work properly on a basic installation and are free from malicious code? Chances are, you didn&#8217;t know that last [&hellip;]\'>Weblog Tools Collection: The WordPress Theme Review Team Needs Your Help</a></li></ul></div>', 'no') ;
  290. INSERT INTO `wp_options` VALUES (414, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1328189471', 'no') ;
  291. INSERT INTO `wp_options` VALUES (394, 0, '_transient_timeout_feed_mod_a711a1c50e84d6053e4195550b840760', '1328189469', 'no') ;
  292. INSERT INTO `wp_options` VALUES (395, 0, '_transient_feed_mod_a711a1c50e84d6053e4195550b840760', '1328146269', 'no') ;
  293. INSERT INTO `wp_options` VALUES (396, 0, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1328189469', 'no') ;
  294. INSERT INTO `wp_options` VALUES (397, 0, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '<p>This dashboard widget queries <a href="http://blogsearch.google.com/">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.</p>\n', 'no') ;
  295. INSERT INTO `wp_options` VALUES (392, 0, '_transient_timeout_feed_a711a1c50e84d6053e4195550b840760', '1328189469', 'no') ;
  296. INSERT INTO `wp_options` VALUES (393, 0, '_transient_feed_a711a1c50e84d6053e4195550b840760', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:4:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:33:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:53:"link:http://www.cedarhealth.org/ - 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:90:"http://www.google.com/search?ie=utf-8&q=link:http://www.cedarhealth.org/&tbm=blg&tbs=sbd:1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:86:"Your search - <b>link:http://www.cedarhealth.org/</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:9:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Thu, 02 Feb 2012 01:31:09 GMT";s:7:"expires";s:2:"-1";s:13:"cache-control";s:18:"private, max-age=0";s:10:"set-cookie";a:2:{i:0;s:143:"PREF=ID=dce725e60c8ad7a5:FF=0:TM=1328146269:LM=1328146269:S=mdqomWKOBCzxafBc; expires=Sat, 01-Feb-2014 01:31:09 GMT; path=/; domain=.google.com";i:1;s:212:"NID=56=zlITiO6WgWYKDlcI3tAC6TYvNayCq6Ff_usaqEqouy6_UfVyuYbt58Hb3yCf6vUrEsu6THU_of8dkko-ADVVIisYb-c7Sm9W9vtD9PPcMmqB7rfsg6OXxNSXz_g6x_2O; expires=Fri, 03-Aug-2012 01:31:09 GMT; path=/; domain=.google.com; HttpOnly";}s:3:"p3p";s:122:"CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."";s:6:"server";s:3:"gws";s:16:"x-xss-protection";s:13:"1; mode=block";s:15:"x-frame-options";s:10:"SAMEORIGIN";}s:5:"build";s:14:"20090627192103";}', 'no') ;
  297. INSERT INTO `wp_options` VALUES (415, 0, '_transient_feed_57bc725ad6568758915363af670fd8bc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:47:"http://wordpress.org/extend/plugins/browse/new/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress Plugins » View: Newest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Feb 2012 01:19: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"iquark on "Youtube Playlist"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/extend/plugins/youtube-playlist/#post-34433";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 10:58:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34433@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:69:"YouTube Playlist show the list of a given YouTube&#039;s playlist ID.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"iquark";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"gilles66 on "get 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/extend/plugins/get-options/#post-34452";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Feb 2012 01: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34452@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:30:"View all the WordPress 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:8:"gilles66";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"chitosai on "Wordpress Bangumi Sync 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:70:"http://wordpress.org/extend/plugins/wp-bangumi-sync-plugin/#post-34456";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Feb 2012 05:01:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34456@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:107:"A simple plugin which helps you to send a copy of your new post at wordpress to your bound bangumi account.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"chitosai";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"totalbounty on "Widget Logic"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/widget-logic-visual/#post-34445";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 17:12:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34445@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:"Widget Logic Visual Version lets you control on which pages widgets appear using WP&#039;s conditional tags without having to know how conditional tag";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"totalbounty";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"shazdeh on "Sidebars Plus"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/sidebars-plus/#post-34449";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 23:30: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:42:"34449@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:116:"Give you 4 sidebars that show up before and after your content on single pages, and above and below 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:7:"shazdeh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"teo7 on "Hot Tags"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/hot-tags/#post-34448";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 19:45:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34448@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:175:"Your most used tags in the last 7 days (or any other interval you choose). See plugin in action in <a href="http://movilcrunch.com/" rel="nofollow">http://movilcrunch.com/</a>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"teo7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:37:"emcniece on "EMC2 Custom Help Videos"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/emc2-custom-help-videos/#post-34447";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 19:21:33 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34447@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:128:"EMC2 CHV allows developers to place their own tutorial videos on the dashboard for their clients. Train clients while you sleep!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"emcniece";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:74:"donimedia on "WordPress captcha contact form with frontend TinyMCE editor"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:107:"http://wordpress.org/extend/plugins/wordpress-captcha-contact-form-with-frontend-tinymce-editor/#post-34465";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Feb 2012 14:16: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:"34465@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:"Customizable WordPress captcha contact form with frontend TinyMCE editor .";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"donimedia";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:43:"Billy Coover on "Nearby Now Recent Reviews"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/nearby-now/#post-34457";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Feb 2012 06:08: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:"34457@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:"The Nearby Now Plugin allows you to display your recent checkins and service area heat-map.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Billy Coover";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"eteubert on "Multi Feed Reader"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/multi-feed-reader/#post-34469";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Feb 2012 15:43: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:"34469@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:"Reads multiple feeds. Output can be customized via templates. Is displayed via Shortcodes.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"eteubert";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"jocke_gbg on "WP Easy Backup"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/wp-easy-backup/#post-34468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Feb 2012 15:15:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34468@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:70:"Create a database dump and zip all your media, theme and plugin 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:9:"jocke_gbg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"webhostings on "WH-Contacts"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wp-effective-contact-us/#post-34442";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 15:36: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:"34442@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:"Wordpress Effective Contact Us Plugin allows you to display contactform along with captcha in WordPress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"webhostings";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"AndersonMaki on "Facebook Comments"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://wordpress.org/extend/plugins/facebook-comments-wordpress-plugin/#post-34444";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 17:03: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:"34444@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:79:"Plugin to allow users leave comments on your blog using their facebook accounts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"AndersonMaki";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"smccafferty on "Wordpress Shortcodes API"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/wordpress-shortcodes-api/#post-34323";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Jan 2012 20:19:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34323@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:136:"Stores information about available shortcodes as an option and provides a method\nto easily add a media button with configurable 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:11:"smccafferty";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"sukhchainsingh on "Google Map With Short Code"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/sukhjot-google-map/#post-34404";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Jan 2012 14:17:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"34404@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 will show google map in your post or pages with the help of short code then will plugin will place a link and your google map will be view";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"sukhchainsingh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:48:"http://wordpress.org/extend/plugins/rss/view/new";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 02 Feb 2012 01:31:11 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2012-01-31 10:58:33";s:14:"content-length";s:4:"7918";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no') ;
  298. INSERT INTO `wp_options` VALUES (398, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1328189470', 'no') ;
  299. INSERT INTO `wp_options` VALUES (399, 0, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:50:"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:25:"http://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Jan 2012 17:05:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.4-alpha-19719";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Year of the Meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.org/news/2012/01/year-of-the-meetup/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/news/2012/01/year-of-the-meetup/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Jan 2012 20:17:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2210";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:456:"We hereby declare 2012 as the Year of the WordPress Meetup. You\'ll want to get in on this action. So what is a WordPress Meetup? Basically, it\'s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, "I use WordPress in some way and I like it, and I want to meet other people who can say the same.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:6300:"<p>We hereby declare 2012 as the Year of the WordPress Meetup. You&#8217;ll want to get in on this action.</p>\n<blockquote><p><strong>meet&middot;up</strong> \\<strong>m&#275;t</strong>-&#601;p\\ <em>noun</em><br />\nA meeting, especially a regular meeting of people who share a particular interest and have connected with each other through a social-networking Web site: <em>a meetup for new moms in the neighborhood; a meetup to plan the trip; a meetup for WordPress users.</em><sup>1</sup></p></blockquote>\n<p>So what is a <em>WordPress Meetup</em>? Basically, it&#8217;s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, &#8220;I use WordPress in some way and I like it, and I want to meet other people who can say the same.&#8221; Meetups come in different shapes and sizes, but they all carry the benefit of connecting you with potential collaborators and friends, and helping you learn more about what you can do with WordPress. Here are some of the common types of WordPress meetups:</p>\n<ul>\n<li>Hang out and work on your WordPress sites together</li>\n<li>Social/happy hour type gatherings</li>\n<li>Mini-lectures/presentations</li>\n<li>Developer hacking meetups</li>\n<li>Show &amp; tell of how group members are using WordPress</li>\n<li>Formal instruction on how to use WordPress</li>\n<li>Lecture series (possibly with visiting speakers)</li>\n<li>Genius bar/help desk</li>\n</ul>\n<p>There&#8217;s no prescribed format, as each local group can decide for itself what they want to do. Some groups mix it up from month to month, while others have multiple events each month to satisfy the needs of their community.</p>\n<p>The tough part? Running a popular group takes time and money. Just as we worked last year to remove the financial burden for <a href="http://wordcamp.org">WordCamp</a> organizers and provide logistical support so they could focus more on their event content and experience, we want to start extending that kind of support to meetup groups as well. We don&#8217;t want it to cost anything for someone to run a WordPress meetup, or to attend one &#8212; building local communities should be as free as WordPress itself!</p>\n<p>Since there are so many more meetups than there are WordCamps, we&#8217;re going to start with the cost that is the same for every group: meetup.com organizer dues. We&#8217;re setting up an official WordPress account on <a href="http://Meetup.com">Meetup.com</a> right now, and over the next couple of weeks will be working with existing meetup group organizers, people who want to start a new meetup group, and the helpful folks at Meetup.com to put this program in place. WordPress meetup groups that choose to have their group become part of the WordPress account will no longer pay organizer dues for that group, as the <a href="http://wordpressfoundation.org">WordPress Foundation</a> will be footing the bill.</p>\n<p>This is exciting for several reasons. First, it means local organizers who are giving something back to the project by way of their time won&#8217;t also have shell out $12-19/month for the privilege. That alone is a big step. Second, it will open the door to more events and leaders within a community, since leadership and event planning won&#8217;t need to be tied to &#8220;owning&#8221; the meetup group. Third, more active meetup groups means more WordCamps, yay!</p>\n<p>In addition to the financial aspects, we&#8217;ll be working on ways to improve social recognition of meetup activity by incorporating feeds from the official meetup groups into the WordPress.org site, and including meetup group participation in the activity stream on your <a href="http://profiles.wordpress.org/">WordPress.org profile</a>.<sup>2</sup> I&#8217;m also hoping we can do something around providing video equipment to meetup groups (like we already do for WordCamps) to record presentations and tutorials that can be posted to <a href="http://WordPress.tv">WordPress.tv</a>, helping meetup groups offer WordPress classes in their community, and getting involved with mentoring WordPress clubs at local schools and universities. Oh, and we&#8217;ll send out some WordPress buttons and stickers to the groups that join in, because everyone loves buttons and stickers.</p>\n<p>We&#8217;re also putting together some cool resources for people who want to start a new meetup group. There will be a field guide to getting started and some supplies to help you get your group going, and a forum for organizers to talk to and learn from each other.</p>\n<p>Over time, we&#8217;ll be talking to organizers and looking at what other expenses we can absorb and what other support we can provide to local groups. For now, we&#8217;re starting with the organizer dues. If you currently run a WordPress meetup group (whether you are using Meetup.com or not) or would like to start a WordPress meetup group in your area, please fill out our <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">WordPress Meetup Groups survey</a>. Filling in the survey doesn&#8217;t obligate you to join the official group, it just gives us a starting point to a) find out what groups are around/interested, and b) get some information on existing groups and their expenses and needs. Meetup.com will contact the group organizers who&#8217;ve said they&#8217;d like to join the new program, and will walk them through the logistics of the change and answer questions before helping them to opt-in officially.</p>\n<p>So, if you currently run a WordPress meetup group, or you would like to start one, please fill out our <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">WordPress Meetup Groups survey</a>. I can&#8217;t wait to see more meetups!</p>\n<p><strong>1</strong> &#8211; Adapted from <a href="http://dictionary.reference.com/browse/meetup">&#8220;meetup&#8221; definition at dictionary.com</a>.<br />\n<strong>2</strong> &#8211; Didn&#8217;t know about profiles? Check out http://profiles.wordpress.org/users/yourwordpressdotorgusernamehere (put in the username you use in the WordPress.org forums) to see yours!</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:58:"http://wordpress.org/news/2012/01/year-of-the-meetup/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Internet Blackout Day on January 18";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2012/01/internet-blackout/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2012/01/internet-blackout/#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, 17 Jan 2012 23:18:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2199";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:314:"WordPress.org is officially joining the protest against Senate Bill 968: the Protect IP Act that is coming before the U.S. Senate next week. As I wrote in my post a week ago, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1752:"<p>WordPress.org is officially joining the <a href="http://sopastrike.com/">protest against Senate Bill 968: the Protect IP Act</a> that is coming before the U.S. Senate next week. As I wrote in <a title="Help Stop SOPA/PIPA" href="http://wordpress.org/news/2012/01/help-stop-sopa-pipa/">my post a week ago</a>, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. We must stop it.</p>\n<p>On January 18, 2012 many sites around the web &#8212; from small personal blogs to internet institutions like <a href="http://Mozilla.org">Mozilla</a>, <a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Action">Wikipedia</a>, <a href="http://blog.reddit.com/2012/01/stopped-they-must-be-on-this-all.html">reddit</a>, and <a href="https://twitter.com/#!/benhuh/status/157538541155516416">I Can Has Cheezburger?</a> &#8211; will be going dark in protest and to drive their visitors to sites like <a href="http://americancensorship.org">americancensorship.org</a> to take action and help fight the passage of the Protect IP Act. So will WordPress.org.</p>\n<p>If you want to join the protest by blacking out your WordPress site or applying a ribbon, there is now a variety of <a href="http://wordpress.org/extend/plugins/tags/sopa">blackout plugins in the WordPress.org plugins directory</a>. While joining the protest in this manner is laudable, please don&#8217;t forget to also make those phone calls to U.S. Senators &#8212; they&#8217;re the ones with the voting power.</p>\n<ul>\n<li><a href="http://wordpress.org/extend/plugins/tags/sopa">Get a protest plugin</a></li>\n<li><a href="http://americancensorship.org">Take action at americancensorship.org</a></li>\n</ul>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2012/01/internet-blackout/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Help Stop SOPA/PIPA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2012/01/help-stop-sopa-pipa/";s:7:"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:63:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 10 Jan 2012 19:18:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2191";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it. Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:4305:"<p>You are an agent of change. Has anyone ever told you that? Well, I just did, and I meant it.</p>\n<p>Normally we stay away from from politics here at the official WordPress project &#8212; having users from all over the globe that span the political spectrum is evidence that we are doing our job and democratizing publishing, and we don&#8217;t want to alienate any of our users no matter how much some of us may disagree with some of them personally. Today, I&#8217;m breaking our no-politics rule, because <a href="http://americancensorship.org/">there&#8217;s something going on</a> in U.S. politics right now that we need to make sure you know about and understand, because it affects us all.</p>\n<p>Using WordPress to blog, to publish, to communicate things online that once upon a time would have been relegated to an unread private journal (or simply remained unspoken, uncreated, unshared) makes <strong>you</strong> a part of one of the biggest changes in modern history: the democratization of publishing and the independent web. Every time you click Publish, you are a part of that change, whether you are posting canny political insight or a cat that makes you LOL. How would you feel if the web stopped being so free and independent? I&#8217;m <del>concerned</del> freaked right the heck out about the bills that threaten to do this, and as a participant in one of the biggest changes in modern history, you should be, too.</p>\n<p>You may have heard people talking/blogging/twittering about SOPA &#8212; the Stop Online Piracy Act. The recent <a href="http://godaddyboycott.org/">SOPA-related boycott of GoDaddy</a> was all over the news, with many people expressing their outrage over the possibilities of SOPA, but when I ask people about SOPA and its sister bill in the Senate, PIPA (Protect IP Act), many don&#8217;t really know what the bills propose, or what we stand to lose. If you are not freaked out by SOPA/PIPA, please: for the next four minutes, instead of checking Facebook statuses, seeing who mentioned you on Twitter, or watching the latest episode of Sherlock*, watch this video (by <a href="http://fightforthefuture.org/">Fight for the Future</a>).</p>\n<p> <iframe src="http://player.vimeo.com/video/31100268" width="600" height="338" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>\n<p>Some thoughts:</p>\n<ul>\n<li>In the U.S. our legal system maintains that the burden of proof is on the accuser, and that people are innocent until proven guilty. This tenet seems to be on the chopping block when it comes to the web if these bills pass, as companies could shut down sites based on accusation alone.</li>\n<li>Laws are not like lines of PHP; they are not easily reverted if someone wakes up and realizes there is a better way to do things. We should not be so quick to codify something this far-reaching.</li>\n<li>The people writing these laws are not the people writing the independent web, and they are not out to protect it. We have to stand up for it ourselves.</li>\n</ul>\n<p>Blogging is a form of activism. You can be an agent of change. Some people will tell you that taking action is useless, that online petitions, phone calls to representatives, and other actions won&#8217;t change a single mind, especially one that&#8217;s been convinced of something by lobbyist dollars. To those people, I repeat the words of Margaret Mead:</p>\n<blockquote><p>Never doubt that a small group of thoughtful, committed citizens can change the world. Indeed, it is the only thing that ever has.</p></blockquote>\n<p>We are not a small group. More than 60 million people use WordPress &#8212; it&#8217;s said to power <a href="http://w3techs.com/technologies/overview/content_management/all">about 15% of the web</a>. We can make an impact, and you can be an agent of change. Go to <a href="http://americancensorship.org/">Stop American Censorship</a> for more information and a bunch of ways you can take action quickly, easily, and painlessly. The Senate votes in two weeks, and we need to help at least 41 more senators see reason before then. Please. <a href="http://americancensorship.org/">Make your voice heard</a>.</p>\n<p><em>*Yes, the latest episode of Sherlock is good. Stephen Moffatt + Russell Tovey = always good</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:59:"http://wordpress.org/news/2012/01/help-stop-sopa-pipa/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s: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:48:"WordPress 3.3.1 Security and Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2012/01/wordpress-3-3-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://wordpress.org/news/2012/01/wordpress-3-3-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 03 Jan 2012 21:24:10 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s: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:50:"http://wordpress.org/news/2012/01/wordpress-3-3-1/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"WordPress 3.3.1 is now available. This maintenance release fixes 15 issues with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team. Download 3.3.1 or visit [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:603:"<p>WordPress 3.3.1 is now available. This maintenance release fixes <a href="http://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=3.3.1&amp;group=resolution&amp;order=priority">15 issues</a> with WordPress 3.3, as well as a fix for a cross-site scripting vulnerability that affected version 3.3. Thanks to Joshua H., Hoang T., Stefan Zimmerman, Chris K., and the Go Daddy security team for responsibly disclosing the bug to our security team.</p>\n<p><a href="http://wordpress.org/download/">Download 3.3.1</a> or visit Dashboard &rarr; Updates in your site 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:55:"http://wordpress.org/news/2012/01/wordpress-3-3-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:25:"WordPress 3.3 ?Sonny?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://wordpress.org/news/2011/12/sonny/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:49:"http://wordpress.org/news/2011/12/sonny/#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, 12 Dec 2011 22:58:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2135";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:382:"The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist Sonny Stitt &#8212; is immediately available for download or update inside your WordPress dashboard. WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:17122:"<p>The latest and greatest version of the WordPress software &#8212; 3.3, named &#8220;Sonny&#8221; in honor of the great jazz saxophonist Sonny Stitt &#8212; is <a href="http://wordpress.org/download/">immediately available for download</a> or update inside your WordPress dashboard.</p>\n<p>WordPress has had over 65 million downloads since version 3.0 was released, and in this third major iteration we&#8217;ve added significant polish around the new user experience, navigation, uploading, and imports. Check out this short video that summarizes the things we think you&#8217;ll find are the cat&#8217;s pajamas:</p>\n<div id="v-I7NAw9Zk-1" class="video-player"><embed id="v-I7NAw9Zk-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=I7NAw9Zk&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="692" height="388" title="Introducing WordPress 3.3 &quot;Sonny&quot;" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>\n<h3>For Users</h3>\n<p>Experienced users will appreciate the new <strong>drag-and-drop uploader</strong>, hover menus for the navigation, the new toolbar, improved co-editing support, and the new Tumblr importer. We&#8217;ve also been thinking a ton about what the WordPress experience is like for people completely new to the software. Version 3.3 has significant improvements there with<strong> pointer tips</strong> for new features included in each update, a friendly welcome message for first-time users, and revamped help tabs throughout the interface. Finally we&#8217;ve improved the dashboard experience on the iPad and other tablets with better touch support.</p>\n<h3>For Developers</h3>\n<p>There is a ton of candy for developers as well. I&#8217;d recommend starting your exploration with the <a href="http://codex.wordpress.org/Function_Reference/wp_editor">new editor API</a>, new jQuery version, better ways to hook into the help screens, more performant post-slug-only permalinks, and of course the entire list of improvements <a href="http://codex.wordpress.org/Version_3.3">on the Codex</a> and <a href="http://core.trac.wordpress.org/milestone/3.3">in Trac</a>.</p>\n<h3>Roll the Credits</h3>\n<p>The Credits tab on the new About WordPress screen in the WordPress dashboard provides recognition for contributors to each release, but we like to thank them here as well.</p>\n<p><a href="http://profiles.wordpress.org/users/aaroncampbell">Aaron D. Campbell</a>, <a href="http://profiles.wordpress.org/users/jorbin">Aaron Jorbin</a>, <a href="http://profiles.wordpress.org/users/adambackstrom">Adam Backstrom</a>, <a href="http://profiles.wordpress.org/users/kawauso">Adam Harley</a>, <a href="http://profiles.wordpress.org/users/xknown">Alex Concha</a>, <a href="http://profiles.wordpress.org/users/alexkingorg">Alex King</a>, <a href="http://profiles.wordpress.org/users/viper007bond">Alex Mills (Viper007Bond)</a>, <a href="http://profiles.wordpress.org/users/amereservant">amereservant</a>, <a href="http://profiles.wordpress.org/users/ampt">ampt</a>, <a href="http://profiles.wordpress.org/users/lordandrei">Andrei Freeman</a>, <a href="http://profiles.wordpress.org/users/arena">Andre Renaut</a>, <a href="http://profiles.wordpress.org/users/andrewfrazier">andrewfrazier</a>, <a href="http://profiles.wordpress.org/users/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/users/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/users/andrewryno">Andrew Ryno</a>, <a href="http://profiles.wordpress.org/users/andy">Andy Skelton</a>, <a href="http://profiles.wordpress.org/users/lumination">Anthony Atkinson</a>, <a href="http://profiles.wordpress.org/users/filosofo">Austin Matzko</a>, <a href="http://profiles.wordpress.org/users/simek">Bartosz Kaszubowski</a>, <a href="http://profiles.wordpress.org/users/benbalter">Benjamin J. Balter</a>, <a href="http://profiles.wordpress.org/users/brandondove">Brandon Dove</a>, <a href="http://profiles.wordpress.org/users/carlospaulino">carlospaulino</a>, <a href="http://profiles.wordpress.org/users/caspie">Caspie</a>, <a href="http://profiles.wordpress.org/users/cebradesign">cebradesign</a>, <a href="http://profiles.wordpress.org/users/chexee">Chelsea Otakan</a>, <a href="http://profiles.wordpress.org/users/chipbennett">Chip Bennett</a>, <a href="http://profiles.wordpress.org/users/chrisbliss18">Chris Jean</a>, <a href="http://profiles.wordpress.org/users/coenjacobs">Coen Jacobs</a>, <a href="http://profiles.wordpress.org/users/cgrymala">Curtiss Grymala</a>, <a href="http://profiles.wordpress.org/users/danielbachhuber">Daniel Bachhuber</a>, <a href="http://profiles.wordpress.org/users/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/users/dllh">Daryl L. L. Houston</a>, <a href="http://profiles.wordpress.org/users/davecpage">David</a>, <a href="http://profiles.wordpress.org/users/dcowgill">David Cowgill</a>, <a href="http://profiles.wordpress.org/users/dgwyer">David Gwyer</a>, <a href="http://profiles.wordpress.org/users/damst">Da^MsT</a>, <a href="http://profiles.wordpress.org/users/deltafactory">deltafactory</a>, <a href="http://profiles.wordpress.org/users/demetris">demetris</a>, <a href="http://profiles.wordpress.org/users/valendesigns">Derek Herman</a>, <a href="http://profiles.wordpress.org/users/devinreams">Devin Reams</a>, <a href="http://profiles.wordpress.org/users/adeptris">Digital Raindrops</a>, <a href="http://profiles.wordpress.org/users/dd32">Dion Hulse (@dd32)</a>, <a href="http://profiles.wordpress.org/users/ocean90">Dominik Schilling (ocean90)</a>, <a href="http://profiles.wordpress.org/users/dougwrites">Doug Provencio</a>, <a href="http://profiles.wordpress.org/users/dragoonis">dragoonis</a>, <a href="http://profiles.wordpress.org/users/drewapicture">DrewAPicture</a>, <a href="http://profiles.wordpress.org/users/cyberhobo">Dylan Kuhn</a>, <a href="http://profiles.wordpress.org/users/eduplessis">eduplessis</a>, <a href="http://profiles.wordpress.org/users/eightamrock">Eightamrock</a>, <a href="http://profiles.wordpress.org/users/eko-fr">eko-fr</a>, <a href="http://profiles.wordpress.org/users/elpie">Elpie</a>, <a href="http://profiles.wordpress.org/users/elyobo">elyobo</a>, <a href="http://profiles.wordpress.org/users/empireoflight">Empireoflight</a>, <a href="http://profiles.wordpress.org/users/ethitter">Erick Hitter</a>, <a href="http://profiles.wordpress.org/users/ericmann">Eric Mann</a>, <a href="http://profiles.wordpress.org/users/ejdanderson">Evan Anderson</a>, <a href="http://profiles.wordpress.org/users/evansolomon">Evan Solomon</a>, <a href="http://profiles.wordpress.org/users/fonglh">fonglh</a>, <a href="http://profiles.wordpress.org/users/garyc40">garyc40</a>, <a href="http://profiles.wordpress.org/users/garyj">Gary Jones</a>, <a href="http://profiles.wordpress.org/users/logiclord">Gaurav Aggarwal</a>, <a href="http://profiles.wordpress.org/users/georgestephanis">George Stephanis</a>, <a href="http://profiles.wordpress.org/users/goldenapples">goldenapples</a>, <a href="http://profiles.wordpress.org/users/goto10">goto10</a>, <a href="http://profiles.wordpress.org/users/hakre">hakre</a>, <a href="http://profiles.wordpress.org/users/helenyhou">Helen Hou-Sandi</a>, <a href="http://profiles.wordpress.org/users/iandstewart">Ian Stewart</a>, <a href="http://profiles.wordpress.org/users/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/users/madjax">Jackson</a>, <a href="http://profiles.wordpress.org/users/jacobwg">Jacob Gillespie</a>, <a href="http://profiles.wordpress.org/users/jakemgold">Jake Goldman</a>, <a href="http://profiles.wordpress.org/users/jamescollins">James Collins</a>, <a href="http://profiles.wordpress.org/users/jane">Jane Wells</a>, <a href="http://profiles.wordpress.org/users/jeremyclarke">jeremyclarke</a>, <a href="http://profiles.wordpress.org/users/jayjdk">Jesper Johansen (Jayjdk)</a>, <a href="http://profiles.wordpress.org/users/jgadbois">jgadbois</a>, <a href="http://profiles.wordpress.org/users/jick">Jick</a>, <a href="http://profiles.wordpress.org/users/joehoyle">Joe Hoyle</a>, <a href="http://profiles.wordpress.org/users/johnbillion">John Blackbourn</a>, <a href="http://profiles.wordpress.org/users/vegasgeek">John Hawkins</a>, <a href="http://profiles.wordpress.org/users/johnjamesjacoby">John James Jacoby</a>, <a href="http://profiles.wordpress.org/users/johnonolan">JohnONolan</a>, <a href="http://profiles.wordpress.org/users/johnpbloch">John P. Bloch</a>, <a href="http://profiles.wordpress.org/users/duck_">Jon Cave</a>, <a href="http://profiles.wordpress.org/users/koke">Jorge Bernal</a>, <a href="http://profiles.wordpress.org/users/josephscott">Joseph Scott</a>, <a href="http://profiles.wordpress.org/users/jtclarke">jtclarke</a>, <a href="http://profiles.wordpress.org/users/yuraz">Jurica Zuanovic</a>, <a href="http://profiles.wordpress.org/users/justindgivens">Justin Givens</a>, <a href="http://profiles.wordpress.org/users/justinsainton">Justin Sainton</a>, <a href="http://profiles.wordpress.org/users/trepmal">Kailey Lampert (trepmal)</a>, <a href="http://profiles.wordpress.org/users/kevinb">kevinB</a>, <a href="http://profiles.wordpress.org/users/kitchin">kitchin</a>, <a href="http://profiles.wordpress.org/users/kovshenin">Konstantin Kovshenin</a>, <a href="http://profiles.wordpress.org/users/tenpura">Kuraishi</a>, <a href="http://profiles.wordpress.org/users/kurtpayne">Kurt Payne</a>, <a href="http://profiles.wordpress.org/users/lancewillett">Lance Willett</a>, <a href="http://profiles.wordpress.org/users/latz">Latz</a>, <a href="http://profiles.wordpress.org/users/linuxologos">linuxologos</a>, <a href="http://profiles.wordpress.org/users/lloydbudd">Lloyd Budd</a>, <a href="http://profiles.wordpress.org/users/ldebrouwer">Luc De Brouwer</a>, <a href="http://profiles.wordpress.org/users/lukeschlather">lukeschlather</a>, <a href="http://profiles.wordpress.org/users/mako09">Mako</a>, <a href="http://profiles.wordpress.org/users/settle">Mantas Malcius</a>, <a href="http://profiles.wordpress.org/users/marcuspope">MarcusPope</a>, <a href="http://profiles.wordpress.org/users/mark-k">mark-k</a>, <a href="http://profiles.wordpress.org/users/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/users/markmcwilliams">Mark McWilliams</a>, <a href="http://profiles.wordpress.org/users/markoheijnen">Marko Heijnen</a>, <a href="http://profiles.wordpress.org/users/tfnab">Martin Lormes</a>, <a href="http://profiles.wordpress.org/users/masonjames">masonjames</a>, <a href="http://profiles.wordpress.org/users/matveb">Matias Ventura</a>, <a href="http://profiles.wordpress.org/users/matt">Matt Mullenweg</a>, <a href="http://profiles.wordpress.org/users/iammattthomas">Matt Thomas</a>, <a href="http://profiles.wordpress.org/users/mattwiebe">Matt Wiebe</a>, <a href="http://profiles.wordpress.org/users/mattyrob">MattyRob</a>, <a href="http://profiles.wordpress.org/users/merty">Mert Yazicioglu</a>, <a href="http://profiles.wordpress.org/users/mdawaffe">Michael Adams (mdawaffe)</a>, <a href="http://profiles.wordpress.org/users/mfields">Michael Fields</a>, <a href="http://profiles.wordpress.org/users/mau">Michal &#8220;Mau&#8221; Pliska</a>, <a href="http://profiles.wordpress.org/users/mbijon">Mike Bijon</a>, <a href="http://profiles.wordpress.org/users/dh-shredder">Mike Schroder</a>, <a href="http://profiles.wordpress.org/users/dimadin">Milan Dinic</a>, <a href="http://profiles.wordpress.org/users/mitchoyoshitaka">mitchoyoshitaka</a>, <a href="http://profiles.wordpress.org/users/batmoo">Mohammad Jangda</a>, <a href="http://profiles.wordpress.org/users/mhauan">Morten Hauan</a>, <a href="http://profiles.wordpress.org/users/usermrpapa">Mr Papa</a>, <a href="http://profiles.wordpress.org/users/mrtorrent">mrtorrent</a>, <a href="http://profiles.wordpress.org/users/Nao">Naoko McCracken</a>, <a href="http://profiles.wordpress.org/users/natebedortha">natebedortha</a>, <a href="http://profiles.wordpress.org/users/nbachiyski">Nikolay Bachiyski</a>, <a href="http://profiles.wordpress.org/users/olivm">olivM</a>, <a href="http://profiles.wordpress.org/users/olleicua">olleicua</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/pagesimplify">pagesimplify</a>, <a href="http://profiles.wordpress.org/users/paulhastings0">paulhastings0</a>, <a href="http://profiles.wordpress.org/users/pavelevap">pavelevap</a>, <a href="http://profiles.wordpress.org/users/petemall">pete.mall</a>, <a href="http://profiles.wordpress.org/users/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/users/peterwilsoncc">peterwilsoncc</a>, <a href="http://profiles.wordpress.org/users/ppaire">ppaire</a>, <a href="http://profiles.wordpress.org/users/ptahdunbar">Ptah Dunbar</a>, <a href="http://profiles.wordpress.org/users/r-a-y">r-a-y</a>, <a href="http://profiles.wordpress.org/users/ramiy">Rami Y</a>, <a href="http://profiles.wordpress.org/users/rasheed">Rasheed Bydousi</a>, <a href="http://profiles.wordpress.org/users/miqrogroove">Robert Chapin (miqrogroove)</a>, <a href="http://profiles.wordpress.org/users/wpmuguru">Ron Rennick</a>, <a href="http://profiles.wordpress.org/users/rosshanney">Ross Hanney</a>, <a href="http://profiles.wordpress.org/users/ruslany">ruslany</a>, <a href="http://profiles.wordpress.org/users/ryan">Ryan Boren</a>, <a href="http://profiles.wordpress.org/users/ryanhellyer">ryanhellyer</a>, <a href="http://profiles.wordpress.org/users/ryanimel">Ryan Imel</a>, <a href="http://profiles.wordpress.org/users/zeo">Safirul Alredha</a>, <a href="http://profiles.wordpress.org/users/solarissmoke">Samir Shah</a>, <a href="http://profiles.wordpress.org/users/gluten">Sam Margulies</a>, <a href="http://profiles.wordpress.org/users/saracannon">saracannon</a>, <a href="http://profiles.wordpress.org/users/scottbasgaard">Scott Basgaard</a>, <a href="http://profiles.wordpress.org/users/sbressler">Scott Bressler</a>, <a href="http://profiles.wordpress.org/users/l3rady">Scott Cariss</a>, <a href="http://profiles.wordpress.org/users/scottconnerly">scottconnerly</a>, <a href="http://profiles.wordpress.org/users/coffee2code">Scott Reilly</a>, <a href="http://profiles.wordpress.org/users/wonderboymusic">Scott Taylor</a>, <a href="http://profiles.wordpress.org/users/scribu">scribu</a>, <a href="http://profiles.wordpress.org/users/sergeybiryukov">Sergey Biryukov</a>, <a href="http://profiles.wordpress.org/users/designsimply">Sheri Bigelow</a>, <a href="http://profiles.wordpress.org/users/simonwheatley">Simon Wheatley</a>, <a href="http://profiles.wordpress.org/users/sirzooro">sirzooro</a>, <a href="http://profiles.wordpress.org/users/sillybean">Stephanie Leary</a>, <a href="http://profiles.wordpress.org/users/tech163">tech163</a>, <a href="http://profiles.wordpress.org/users/thedeadmedic">TheDeadMedic</a>, <a href="http://profiles.wordpress.org/users/tmoorewp">Tim Moore</a>, <a href="http://profiles.wordpress.org/users/tomauger">Tom Auger</a>, <a href="http://profiles.wordpress.org/users/ansimation">Travis Ballard</a>, <a href="http://profiles.wordpress.org/users/sorich87">Ulrich Sossou</a>, <a href="http://profiles.wordpress.org/users/vnsavage">vnsavage</a>, <a href="http://profiles.wordpress.org/users/wpweaver">wpweaver</a>, <a href="http://profiles.wordpress.org/users/wraithkenny">WraithKenny</a>, <a href="http://profiles.wordpress.org/users/yoavf">Yoav Farhi</a>, and <a href="http://profiles.wordpress.org/users/vanillalounge">Ze Fontainhas</a>.</p>\n<p>As well, we&#8217;d like to give a shout out to these users who have been particularly active <a href="http://wordpress.org/support/">on the support forums</a> since the release of 3.2:</p>\n<p><a href="http://profiles.wordpress.org/users/alchymyth">alchymyth</a>, <a href="http://profiles.wordpress.org/users/andrea_r">Andrea_r</a>, <a href="http://profiles.wordpress.org/users/claytonjames">ClaytonJames</a>, <a href="http://profiles.wordpress.org/users/numeeja">cubecolour</a>, <a href="http://profiles.wordpress.org/users/eranmiller">Eran Miller</a>, <a href="http://profiles.wordpress.org/users/esmi">esmi</a>, <a href="http://profiles.wordpress.org/users/fredericktownes">Frederick Townes</a>, <a href="http://profiles.wordpress.org/users/govpatel">govpatel</a>, <a href="http://profiles.wordpress.org/users/ipstenu">Ipstenu</a>, <a href="http://profiles.wordpress.org/users/keesiemeijer">keesiemeijer</a>, <a href="http://profiles.wordpress.org/users/kmessinger">kmessinger</a>, <a href="http://profiles.wordpress.org/users/netweblogic">Marcus</a>, <a href="http://profiles.wordpress.org/users/otto42">Otto</a>, <a href="http://profiles.wordpress.org/users/peredur">peredur</a>, <a href="http://profiles.wordpress.org/users/rvoodoo">Rev. Voodoo</a>, <a href="http://profiles.wordpress.org/users/samboll">Samuel B</a>, <a href="http://profiles.wordpress.org/users/tobiasbg">Tobias</a>, <a href="http://profiles.wordpress.org/users/vtxyzzy">vtxyzzy</a>, and <a href="http://profiles.wordpress.org/users/zoonini">zoonini</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:45:"http://wordpress.org/news/2011/12/sonny/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.3 Release Candidate 3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 11 Dec 2011 00:27: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2130";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:364:"The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we&#8217;ve done a handful of last-minute tweaks and bugfixes that we felt were necessary. Our goal is to release version 3.3 early next week, so plugin and theme authors, this is your last pre-release chance to test your plugins and themes to find any [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1726:"<p>The third (and hopefully final!) release candidate for WordPress 3.3 is now available. Since RC2, we&#8217;ve done <a href="http://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19587&amp;stop_rev=19568&amp;limit=100">a handful of last-minute tweaks and bugfixes</a> that we felt were necessary.</p>\n<p>Our goal is to release version 3.3 early next week, so <strong>plugin and theme authors, this is your last pre-release chance to test your plugins and themes </strong> to find any compatibility issues before the final release. We&#8217;ve published <a href="http://wpdevel.wordpress.com/tag/3-3-dev-notes/">a number of posts</a> on the development blog that explain important things you need to know as you prepare for WordPress 3.3. Please review this information immediately if you have not done so already.</p>\n<p>If you think you&#8217;ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you&#8217;re comfortable writing a reproducible bug report, file one on <a href="http://core.trac.wordpress.org/">WordPress Trac</a>. Known issues that crop up will be listed <a href="http://core.trac.wordpress.org/report/6">here</a>, but let&#8217;s all keep our fingers crossed for a quiet Sunday so we can get these new features into your hands early next week!</p>\n<p><em>To test WordPress 3.3, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.3-RC3.zip">download the release candidate here</a> (zip).</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:57:"http://wordpress.org/news/2011/12/wordpress-3-3-rc3/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Core Team Meetup Time";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/12/core-team-meetup-time/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/news/2011/12/core-team-meetup-time/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 11 Dec 2011 00:06:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2127";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"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:"It&#8217;s almost that time again, when the WordPress core development team gets together in person to review the year&#8217;s progress and talk about priorities for the coming year. Next week Matt Mullenweg, Mark Jaquith, Peter Westwood, Andrew Ozz, Andrew Nacin, Dion Hulse, Daryl Koopersmith, Jon Cave, and I will meet at Tybee Island, GA, 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:2152:"<p>It&#8217;s almost that time again, when the WordPress core development team gets together in person to review the year&#8217;s progress and talk about priorities for the coming year. Next week <a href="http://profiles.wordpress.org/users/matt">Matt Mullenweg</a>, <a href="http://profiles.wordpress.org/users/markjaquith">Mark Jaquith</a>, <a href="http://profiles.wordpress.org/users/westi">Peter Westwood</a>, <a href="http://profiles.wordpress.org/users/azaozz">Andrew Ozz</a>, <a href="http://profiles.wordpress.org/users/nacin">Andrew Nacin</a>, <a href="http://profiles.wordpress.org/users/dd32">Dion Hulse</a>, <a href="http://profiles.wordpress.org/users/koopersmith">Daryl Koopersmith</a>, <a href="http://profiles.wordpress.org/users/duck_">Jon Cave</a>, and <a href="http://profiles.wordpress.org/users/jane">I</a> will meet at Tybee Island, GA, the same location as the last meetup.</p>\n<p>Last year we wanted to do a video town hall, but ran into technical and scheduling difficulties. This year we&#8217;re planning ahead, and will definitely make it happen. <a title="Questions thread" href="http://wordpress.org/support/topic/core-dev-team-meetup-qa">We&#8217;re currently taking questions</a>, and will record a series of town hall-style videos where we answer your questions. Ask about the roadmap, code, community, contributing, WordCamps, meetups, themes, plugins, features, you name it. No topic (as long as it is about WordPress) is off limits, and we&#8217;ll do our best to answer as many questions as we can while we are together. The videos will be posted to this blog and archived at <a href="http://wordpress.tv">WordPress.tv</a>.</p>\n<p>Last year the people who were in attendance also posted pictures and updates to Twitter using the <a title="#wptybee on Twitter" href="https://twitter.com/#!/search?q=%23wptybee">#wptybee</a> tag. We&#8217;ll use the same tag this year, so if you&#8217;re interested in following along, add it to your Twitter client as a search.</p>\n<p>What do you want to know from us? <a title="Questions thread" href="http://wordpress.org/support/topic/core-dev-team-meetup-qa">Ask away</a>!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2011/12/core-team-meetup-time/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.3 Release Candidate 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 07 Dec 2011 06:26:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2119";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:349:"The second release candidate for WordPress 3.3 is now available! As the first release candidate was well-received, we think we&#8217;re really close to a final release. Primarily, we&#8217;ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Andrew Nacin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2123:"<p>The second release candidate for WordPress 3.3 is now available!</p>\n<p>As the first release candidate was well-received, we think we&#8217;re <em>really</em> close to a final release. Primarily, we&#8217;ve ensured that new toolbar (the admin bar in 3.2) has a consistent appearance across all browsers, and the API for developers is now final. You can check our bug tracker for the <a href="http://core.trac.wordpress.org/log/trunk?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=19567&amp;stop_rev=19531&amp;limit=100&amp;verbose=on">complete list of changes</a>.</p>\n<p><strong>Plugin and theme authors, please test your plugins and themes now</strong>, so that if there is a compatibility issue, we can figure it out before the final release. On our development blog, we&#8217;ve published <a href="http://wpdevel.wordpress.com/tag/3-3-dev-notes/">a number of posts</a> that explain important things you need to know as you prepare for WordPress 3.3.</p>\n<p>If you haven&#8217;t tested WordPress 3.3 yet, now is the time ? please though, not on your live site unless you&#8217;re adventurous. Once you install RC2, you can visit About WordPress page (hover over the WordPress logo in the top left) to see an overview of what&#8217;s to come in WordPress 3.3 (and what to test, of course).</p>\n<p>If you think you&#8217;ve found a bug, you can post to the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta area</a> in the support forums. Or, if you&#8217;re comfortable writing a reproducible bug report, file one on <a href="http://core.trac.wordpress.org/">WordPress Trac</a>. Known issues that crop up will be listed <a href="http://core.trac.wordpress.org/report/6">here</a>.</p>\n<p>Enjoy!</p>\n<p><em>To test WordPress 3.3, try the <a href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href="http://wordpress.org/wordpress-3.3-RC2.zip">download the release candidate here</a> (zip).</em></p>\n<p>Sometimes time slows down<br />\nbetween releases &#8211; like now<br />\nThis is RC2</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2011/12/wordpress-3-3-release-candidate-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"WordPress 3.3 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:68:"http://wordpress.org/news/2011/12/wordpress-3-3-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:77:"http://wordpress.org/news/2011/12/wordpress-3-3-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:"Thu, 01 Dec 2011 05:55: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2113";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:334:"Release Candidate stage means we think we&#8217;re done and are about ready to launch this version, but are doing one last check before we officially call it. So take a look, and as always, please check your themes and plugins for compatibility if you&#8217;re a developer. Stayed up late tonight, Hammering toward RC1. Now with [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:475:"<p>Release Candidate stage means we think we&#8217;re done and are about ready to launch this version, but are doing one last check before we officially call it. So take a look, and as always, please check your themes and plugins for compatibility if you&#8217;re a developer.</p>\n<p>Stayed up late tonight,<br />\nHammering toward RC1.<br />\nNow with more icons!</p>\n<p><a href="http://wordpress.org/wordpress-3.3-RC1.zip">Download WordPress 3.3 Release Candidate 1</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/news/2011/12/wordpress-3-3-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:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s: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:34:"WordPress 3.3 Beta 4 Available Now";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-4/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 24 Nov 2011 01:44:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2106";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:312:"The march toward 3.3 continues! With all our major tickets closed, we are very close to a release candidate. In Beta 4 we&#8217;ve fixed a bunch of bugs, cleaned up the UI, added real text in some of the screens that still had placeholder text in Beta 3 (post-update screen, the Dashboard welcome area, new [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:817:"<p>The march toward 3.3 continues!</p>\n<p>With all our major tickets closed, we are very close to a release candidate. In Beta 4 we&#8217;ve fixed a bunch of bugs, cleaned up the UI, added real text in some of the screens that still had placeholder text in Beta 3 (post-update screen, the Dashboard welcome area, new feature pointers), and generally tightened things up. We updated to jQuery 1.7.1 and addressed a LOT of bugs.</p>\n<p>If you are a plugin or theme developer (or distributor), please test against Beta 4 to ensure there are no issues.</p>\n<p>If you find any problems, please report them as usual. Many thanks!</p>\n<p>Thought 3 was the last?<br />\nHa ha! Beta 4 is here &#8211;<br />\nBetter get testing!</p>\n<p><a href="http://wordpress.org/wordpress-3.3-beta4.zip">Download WordPress 3.3 Beta 4</a></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-4/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:31:"http://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 02 Feb 2012 01:31:10 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:10:"x-pingback";s:36:"http://wordpress.org/news/xmlrpc.php";s:13:"last-modified";s:29:"Mon, 30 Jan 2012 17:05:16 GMT";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no') ;
  300. INSERT INTO `wp_options` VALUES (406, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1328189471', 'no') ;
  301. INSERT INTO `wp_options` VALUES (407, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1328146271', 'no') ;
  302. INSERT INTO `wp_options` VALUES (420, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1328189472', 'no') ;
  303. INSERT INTO `wp_options` VALUES (421, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1328146272', 'no') ;
  304. INSERT INTO `wp_options` VALUES (422, 0, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1328189472', 'no') ;
  305. INSERT INTO `wp_options` VALUES (423, 0, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/wptouch/\'>WPtouch</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=wptouch&amp;_wpnonce=196bd2a8d3&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'WPtouch\'>Install</a>)</span>\n<p>WPtouch: A simple, powerful and elegant mobile theme for your website.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/wp-easy-backup/\'>WP Easy Backup</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=wp-easy-backup&amp;_wpnonce=363c2792f9&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'WP Easy Backup\'>Install</a>)</span>\n<p>Create a database dump and zip all your media, theme and plugin files.</p>\n<h4>Recently Updated</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/get-options/\'>get options</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=get-options&amp;_wpnonce=0ce103a519&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'get options\'>Install</a>)</span>\n<p>View all the WordPress Options</p>\n', 'no') ;
  306. INSERT INTO `wp_options` VALUES (192, 0, 'can_compress_scripts', '1', 'yes') ;
  307. INSERT INTO `wp_options` VALUES (404, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1328189471', 'no') ;
  308. INSERT INTO `wp_options` VALUES (405, 0, '_transient_feed_a5420c83891a9c88ad2a4f04584a5efc', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n \n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:72:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://wordpress.org/extend/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"WordPress Plugins » View: Most Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Feb 2012 01:16: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:15:{i:0;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Matt Mullenweg on "Akismet"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"15@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Takayuki Miyoshi on "Contact Form 7"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:3;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:41:"Joost de Valk on "WordPress SEO by Yoast"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"8321@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Alex Rabe on "NextGEN Gallery"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1169@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:108:"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:28:"Lester Chan on "WP-PageNavi"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/extend/plugins/wp-pagenavi/#post-363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 23:17:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"363@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Adds a more advanced paging navigation interface.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Lester Chan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"Mike Challis on "Fast Secure Contact Form"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/si-contact-form/#post-12636";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Aug 2009 01:20:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"12636@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mike Challis";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"BraveNewCode Inc. on "WPtouch"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5468@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:70:"WPtouch: A simple, powerful and elegant mobile theme for your website.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"BraveNewCode Inc.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:29:"Arne on "Google XML Sitemaps"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"132@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Arne";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:49:"Joost de Valk on "Google Analytics for WordPress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2316@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Track your WordPress site easily and with lots of metadata: views per author &#38; category, automatic tracking of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"kikadev on "gtrans"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/gtrans/#post-30417";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 22 Sep 2011 11:48:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30417@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:45:"GTranslate: Google Translate for your website";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"kikadev";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"Brian Colinger on "WordPress Importer"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18101@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"Vladimir Prelovac on "Smart YouTube 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:60:"http://wordpress.org/extend/plugins/smart-youtube/#post-2935";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 12 Feb 2008 12: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:"2935@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:"Smart Youtube is a professional WordPress Video plugin that allows you to easily insert videos/playlists into your post, comments and in your RSS 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"Vladimir Prelovac";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:36:"Donncha O Caoimh 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:16:"Donncha O Caoimh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Joost de Valk on "Sociable"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/sociable/#post-2865";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 31 Jan 2008 11:36:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2865@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:149:"Sociable continues being the leader in the sharing space of WordPress plugins. Started more than 2 years ago, and with over 1,5mm downloads now, here";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 02 Feb 2012 01:31:11 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2007-03-09 22:11:30";s:14:"content-length";s:4:"7757";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no') ;
  309. INSERT INTO `wp_options` VALUES (402, 0, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1328189470', 'no') ;
  310. INSERT INTO `wp_options` VALUES (403, 0, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '<div class="rss-widget"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2012/01/year-of-the-meetup/\' title=\'We hereby declare 2012 as the Year of the WordPress Meetup. You&#039;ll want to get in on this action. So what is a WordPress Meetup? Basically, it&#039;s people in a community getting together ? meeting up ? who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, [&hellip;]\'>Year of the Meetup</a> <span class="rss-date">January 27, 2012</span><div class=\'rssSummary\'>We hereby declare 2012 as the Year of the WordPress Meetup. You&#039;ll want to get in on this action. So what is a WordPress Meetup? Basically, it&#039;s people in a community getting together ? meeting up ? who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, [&hellip;]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2012/01/internet-blackout/\' title=\'WordPress.org is officially joining the protest against Senate Bill 968: the Protect IP Act that is coming before the U.S. Senate next week. As I wrote in my post a week ago, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. [&hellip;]\'>Internet Blackout Day on January 18</a> <span class="rss-date">January 17, 2012</span><div class=\'rssSummary\'>WordPress.org is officially joining the protest against Senate Bill 968: the Protect IP Act that is coming before the U.S. Senate next week. As I wrote in my post a week ago, if this bill is passed it will jeopardize internet freedom and shift the power of the independent web into the hands of corporations. [&hellip;]</div></li></ul></div>', 'no') ;
  311. INSERT INTO `wp_options` VALUES (408, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1328189471', 'no') ;
  312. INSERT INTO `wp_options` VALUES (409, 0, '_transient_feed_867bd5c64f85878d03a060509cd2f92c', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:61:"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"WordPress Planet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:28:"http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:47:"WordPress Planet - http://planet.wordpress.org/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:50:{i:0;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt: LIFE.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:21:"http://ma.tt/?p=40005";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:30:"http://ma.tt/2012/02/life-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:204:"<p><a href="http://life.time.com/">LIFE magazine has relaunched, powered by WordPress.com VIP</a>. I&#8217;m a huge fan of the magazine&#8217;s history and the work of photographers like John Dominis.</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, 01 Feb 2012 13:48:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:57:"Weblog Tools Collection: WordPress Theme Releases for 2/1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10991";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/t5vsxua94Rw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1276:"<p><img class="alignnone size-full wp-image-10992" title="dusktodawn" src="http://weblogtoolscollection.com/wp-content/uploads/2012/02/dusktodawn.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/dusk-to-dawn"><strong>Dusk To Dawn</strong></a> is a dark theme that melds old-style organic ornaments with modern design and typography.</p>\n<p><img class="alignnone size-full wp-image-10993" title="grisaille" src="http://weblogtoolscollection.com/wp-content/uploads/2012/02/grisaille.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/grisaille"><strong>Grisaille</strong></a> is a classic and simple two-column design adjusted for mobile browsing.</p>\n<p><img class="alignnone size-full wp-image-10994" title="stark" src="http://weblogtoolscollection.com/wp-content/uploads/2012/02/stark.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/01/25/stark-wordpress-theme/"><strong>Stark</strong></a> has 2 columns with a left sidebar, is of fluid width, has both an upper menu and a vertical menu, and is high contrast with vivid red, black and white.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/t5vsxua94Rw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Feb 2012 13:00: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:5:"James";s: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:56:"WPTavern: DBS Interactive Releases Theme Reference Guide";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6215";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/WordpressTavern/~3/PhPkZy7osdE/dbs-interactive-releases-theme-reference-guide";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1089:"<p>DBS Interactive which is an interactive agency has released their version of a <a href="http://www.dbswebsite.com/design/wordpress-reference/V3/">WordPress 3.0+ theme reference guide</a>. The guide is a reworked version of the information you would find in the Codex around template tags. So if the Codex presentation of this data is not your cup of tea, perhaps this reference guide will be easier to follow. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/simple-guide-to-adding-theme-options" rel="bookmark" title="Simple Guide To Adding Theme Options">Simple Guide To Adding Theme Options</a></li>\n<li><a href="http://www.wptavern.com/good-guide-on-avoiding-themeplugin-lock-in" rel="bookmark" title="Good Guide On Avoiding Theme/Plugin Lock-In">Good Guide On Avoiding Theme/Plugin Lock-In</a></li>\n<li><a href="http://www.wptavern.com/idiots-guide-to-wordpress" rel="bookmark" title="Idiot&#8217;s Guide To WordPress">Idiot&#8217;s Guide To WordPress</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/PhPkZy7osdE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 18:00:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:50:"WPTavern: Recovering From A Crashed WordPress Site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6212";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"http://feedproxy.google.com/~r/WordpressTavern/~3/wIuvpN4IMJc/recovering-from-a-crashed-wordpress-site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1314:"<p>Themefuse has a <a href="http://themefuse.com/blog/restoring-wordpress-after-a-crash/">generally good checklist</a> on things to do when a WordPress powered website crashes. While the article doesn&#8217;t contain any drastically new information, it&#8217;s still a good list of things to do to get your site back up and running as soon as possible if a crash were to occur. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/5-tips-to-create-a-great-site-about-wordpress" rel="bookmark" title="5 Tips To Create A Great Site About WordPress">5 Tips To Create A Great Site About WordPress</a></li>\n<li><a href="http://www.wptavern.com/four-common-sense-ways-to-improve-security-on-your-wordpress-powered-site" rel="bookmark" title="Four Common Sense Ways To Improve Security On Your WordPress Powered Site">Four Common Sense Ways To Improve Security On Your WordPress Powered Site</a></li>\n<li><a href="http://www.wptavern.com/14-things-to-consider-when-choosing-a-webhost-for-your-wordpress-powered-site" rel="bookmark" title="14 Things To Consider When Choosing A Webhost For Your WordPress Powered Site">14 Things To Consider When Choosing A Webhost For Your WordPress Powered Site</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/wIuvpN4IMJc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 14:00:21 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"Weblog Tools Collection: The WordPress Theme Review Team Needs Your 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:41:"http://weblogtoolscollection.com/?p=10987";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/dzoYM7R6jNM/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1268:"<p>Are you a <a href="http://wordpress.org/">WordPress</a> blogger? Do you enjoy having thousands of safe themes to choose from in <a href="http://wordpress.org/extend/themes/">the official directory</a>? Did you know that a small group of volunteers goes through every single line of code in every submitted theme to make sure that they work properly on a basic installation and are free from malicious code? Chances are, you didn&#8217;t know that last bit, but now you do.</p>\n<p><a href="http://make.wordpress.org/themes/">The Theme Review Team</a> could use your help, especially if you know your way around a theme or two. At this time, there are typically many more theme submissions than active reviewers, so if you&#8217;re looking for a great way to help out the entire WordPress community, <a href="http://make.wordpress.org/themes/about/how-to-join-wptrt/">join the Theme Review Team today</a>! If you&#8217;re a theme developer, but don&#8217;t have the free time to volunteer, you can at least help the team out by ensuring that your theme meets <a href="http://make.wordpress.org/themes/guidelines/">the guidelines</a> before submitting it.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/dzoYM7R6jNM" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 31 Jan 2012 13:00: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:5:"James";s: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:73:"WPTavern: Do You Want To See Plugin Specific Dashboard Widgets Disappear?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6205";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:124:"http://feedproxy.google.com/~r/WordpressTavern/~3/UsALJhPSMEg/do-you-want-to-see-plugin-specific-dashboard-widgets-disappear";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2683:"<p>Joost de Valk was one of the first to start the trend and now, he&#8217;s on pace to reverse it. <a href="http://yoast.com/wordpress-dashboard-widgets/">Joost announced</a> that he has decided to remove the dashboard widget which shows the most recent posts on his site from his SEO plugin. </p>\n<p><a href="http://www.wptavern.com/wp-content/uploads/2012/01/YoastSEoDashboardWidget.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/01/YoastSEoDashboardWidget.png" alt="" title="YoastSEoDashboardWidget" width="472" height="361" class="aligncenter size-full wp-image-6210" /></a></p>\n<p>Joost provided some interesting statistics that show where most of his visitors are coming from. As it turns out, the dashboard news are did provide additional traffic but very little in the way of conversions which is one of the reasons for the removal. Looking at the reactions of those that use the plugin, some applaud Joost for this action while others wanted the ability to choose whether to hide or display the news widget. While not mentioned, I think it&#8217;s a little humorous as well that within the <a href="http://wpcandy.com/presents/wordpress-plugin-user-interface-guide">Plugin UI Guide</a> published by WPCandy recently, they featured the Dashboard News Widget of Joost De Valks SEO Plugin as what not to do.</p>\n<div class="aligncenter">Note: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.</div>\n<p>While I want to see the results of the poll question I asked, I&#8217;ll pose a few more questions for you to answer. When is it ok to have a dashboard widget such as the one that used to be within the WordPress SEO plugin by Yoast? Is the dashboard considered sacred real estate reserved for only the most important information? </p>\n<p>Personally, I like the trend of removing dashboard widgets generated by plugins. In this case, I think less is more. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/changing-feeds-in-the-wordpress-dashboard" rel="bookmark" title="Changing Feeds In The WordPress Dashboard">Changing Feeds In The WordPress Dashboard</a></li>\n<li><a href="http://www.wptavern.com/is-it-time-to-refocus-the-dashboard-for-news" rel="bookmark" title="Is It Time To Refocus The Dashboard For News?">Is It Time To Refocus The Dashboard For News?</a></li>\n<li><a href="http://www.wptavern.com/chances-of-wptavern-getting-into-dashboard" rel="bookmark" title="Chances Of WPTavern Getting Into Dashboard?">Chances Of WPTavern Getting Into Dashboard?</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/UsALJhPSMEg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Jan 2012 18:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:57:"WPTavern: Theme Review Team Could Use Some More Reviewers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6201";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"http://feedproxy.google.com/~r/WordpressTavern/~3/it2qnaCX_lI/theme-review-team-could-use-some-more-reviewers";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2267:"<p>The Theme Review Team <a href="http://make.wordpress.org/themes/2012/01/28/wptrt-irc-review-in-saturday-28-jan-11/">tried something new</a> this past weekend. Members of the review team that could make it, spent all day in IRC to review themes stuck in the <a href="http://themes.trac.wordpress.org/query?status=new&status=reopened&time=..14daysago&group=owner&col=id&col=summary&col=keywords&col=status&col=reporter&col=time&col=changetime&report=3&order=time">Priority 2 queue</a> which lists themes that have been stuck in the review process for more than two weeks. While the goal was to clear the queue, the last time I checked the number of themes was around 81. Some of the themes have been in the review process for over 6 weeks. Browsing through the queue, I even noticed two themes submitted by Automattic. One was called <a href="http://themes.trac.wordpress.org/ticket/6095">Duotone</a> which has been in the queue for 5 weeks with <a href="http://themes.trac.wordpress.org/ticket/5992">Bouquet</a> coming in at 6 weeks. Just goes to show that Automattic doesn&#8217;t receive preferential treatment when it comes to the review process. </p>\n<p>If you would like to see themes get through the review process faster, please consider joining the <a href="http://make.wordpress.org/themes/about/how-to-join-wptrt/">theme review team</a>. As a theme author, you can also help make the review process go faster by ensuring that your theme meets the <a href="http://make.wordpress.org/themes/guidelines/">following guidelines</a>.</p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/name-your-dream-theme-team" rel="bookmark" title="Name Your Dream Theme Team">Name Your Dream Theme Team</a></li>\n<li><a href="http://www.wptavern.com/wpweekly-episode-106-%e2%80%93-the-theme-review-team" rel="bookmark" title="WPWeekly Episode 106 ? The Theme Review Team">WPWeekly Episode 106 ? The Theme Review Team</a></li>\n<li><a href="http://www.wptavern.com/devpress-plans-to-launch-plugintheme-review-service" rel="bookmark" title="DevPress Plans To Launch Plugin/Theme Review Service">DevPress Plans To Launch Plugin/Theme Review Service</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/it2qnaCX_lI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Jan 2012 14:00:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 1/30";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10985";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/gltABUCXy4g/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:972:"<h3>New plugins</h3>\n<p><a href="http://jonasnordstrom.se/plugins/no-soup/"><strong>No Soup</strong></a> allows you to block users from a specific IP or range(s) of IPs and redirect them to another site.</p>\n<p><a href="http://safeskydiving.com/whatelse-wordpress-plugin/"><strong>WhatElse</strong></a> is a widget that lets you manually add related content to every post or page.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/joemobi/"><strong>Joemobi</strong></a> allows you to create native Android and BlackBerry applications from your WordPress site.</p>\n<p><a href="http://wordpress.org/extend/plugins/loginradius-for-wordpress/"><strong>Social Login for WordPress</strong></a> lets your users log in and comment via their accounts with popular ID providers such as Facebook, Google, Twitter, Yahoo, Live, and over 15 more.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/gltABUCXy4g" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 30 Jan 2012 13:00:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s: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:77:"WPTavern: WordPress Foundation To Foot The Bill For Meetup.com Organizer Dues";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6195";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/WordpressTavern/~3/CmtdvSxjhkY/wordpress-foundation-to-foot-the-bill-for-meetup-com-organizer-dues";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3006:"<p><a href="http://www.wptavern.com/wp-content/uploads/2012/01/wordpressmeetups.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/01/wordpressmeetups.png" alt="" title="wordpressmeetups" width="148" height="97" class="alignright size-full wp-image-6196" /></a>In what I believe to be an excellent use of the WordPress Foundation, Jane Wells has <a href="http://wordpress.org/news/2012/01/year-of-the-meetup/">shared news</a> that the foundation plans on footing the bill for Meetup.com Organizer dues that need to be paid by the founder of the meetup group. Considering the amount of these dues range from $12-19/month it&#8217;s not exactly cheap. </p>\n<blockquote><p>We&#8217;re setting up an official WordPress account on Meetup.com right now, and over the next couple of weeks will be working with existing meetup group organizers, people who want to start a new meetup group, and the helpful folks at Meetup.com to put this program in place. WordPress meetup groups that choose to have their group become part of the WordPress account will no longer pay organizer dues for that group, as the WordPress Foundation will be footing the bill.</p>\n<p>This is exciting for several reasons. First, it means local organizers who are giving something back to the project by way of their time won&#8217;t also have shell out $12-19/month for the privilege. That alone is a big step. Second, it will open the door to more events and leaders within a community, since leadership and event planning won&#8217;t need to be tied to ?owning? the meetup group. Third, more active meetup groups means more WordCamps, yay!</p></blockquote>\n<p>This is great news considering how many people use Meetup.com to control all aspects of their local WordPress meetups. Reading through the post, it looks like there are no strings attached but I wonder if by joining the official WordPress Meetup Group if at some point in the future, there will be some sort of Meetup guidelines published that those users will need to follow. If there are any guidelines that will need to be followed, I would hope that they are no where near as stringent as the <a href="http://plan.wordcamp.org/planning-details/">WordCamp guidelines</a>. </p>\n<p>If you&#8217;re already a Meetup.com WordPress group organizer or looking to get started, be sure to <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">take the survey</a> so it gives the foundation a good starting point.</p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/new-forum-for-wordpress-meetup-organizers" rel="bookmark" title="New Forum For WordPress Meetup Organizers">New Forum For WordPress Meetup Organizers</a></li>\n<li><a href="http://www.wptavern.com/my-experience-in-running-a-wordpress-meetup" rel="bookmark" title="My Experience In Running A WordPress Meetup">My Experience In Running A WordPress Meetup</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/CmtdvSxjhkY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 Jan 2012 18:00:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:42:"WPTavern: Uncensoring The Web With RePress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6191";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://feedproxy.google.com/~r/WordpressTavern/~3/4c3gxRDpFNQ/uncensoring-the-web-with-repress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2489:"<p>A brand new plugin released by GreenHost aims to make censoring the web next to impossible. It&#8217;s called <a href="http://wordpress.org/extend/plugins/repress/">RePress</a> and turns any WordPress powered website it&#8217;s installed on into a proxy server. The plugin was created in response to piratebay.org being blocked within the Netherlands due to a court ruling. </p>\n<div id="attachment_6192" class="wp-caption aligncenter"><a href="http://www.wptavern.com/wp-content/uploads/2012/01/HeaderImageForRepressPlugin.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/01/HeaderImageForRepressPlugin-500x143.png" alt="" title="HeaderImageForRepressPlugin" width="500" height="143" class="size-large wp-image-6192" /></a><p class="wp-caption-text">Header Image As Seen On Their WordPress.org Plugin Page</p></div>\n<p>RePress uses <a href="http://code.google.com/p/phproxyimproved/">phpproxyimproved</a> as its HTML parser which is another piece of open source code that allows the proxy magic to happen. After installing the plugin, you&#8217;ll need to give it a unique URL that will be used when going through the proxy to the blocked website. I received the following message after trying to view one of the default websites that are added to the proxy list:</p>\n<blockquote><p>\nIn order to protect your blog from cross-site scripting attacks, please log out of your WordPress administration backend before accessing any of the proxied site urls.<br />\nPlease log out of WordPress by clicking on this logout link.</p>\n<p>Afterwards you will be directly redirected to the proxied website.<br />\nFor security reasons. This will also delete all cookies for this domain (your remembered settings will be lost). </p></blockquote>\n<p>So if there is a particular website that you visit often using your site as a proxy, you&#8217;ll need to bookmark the URL and visit it only when you&#8217;re logged out of WordPress. </p>\n<p>If you decide to give RePress a try, please give GreenHost some feedback on it <a href="http://www.wptavern.com/forum/plugins-hacks/2380-repress-plugin-uncensor-web-wordpress.html">via the following forum thread.</a> </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/addicott-web-suggests-6-more-plugins" rel="bookmark" title="Addicott Web Suggests 6 More Plugins">Addicott Web Suggests 6 More Plugins</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/4c3gxRDpFNQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 Jan 2012 14:00:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"Weblog Tools Collection: WordPress Theme Releases for 1/28";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10979";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/26HHIoHN32o/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:770:"<p><img class="alignnone size-full wp-image-10981" title="putte" src="http://weblogtoolscollection.com/wp-content/uploads/2012/01/putte.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://gazpo.com/2012/01/wordpress-theme-putte/"><strong>Putte</strong></a> is a clean and beautiful theme with great features.</p>\n<p><img class="alignnone size-full wp-image-10980" title="redmodern" src="http://weblogtoolscollection.com/wp-content/uploads/2012/01/redmodern.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/red-modern"><strong>Red Modern</strong></a> is an elegant theme with red modern menus and elements.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/26HHIoHN32o" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 Jan 2012 13:00:56 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s: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:59:"Peter Westwood: Tracing things back to where they came from";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"http://westi.wordpress.com/?p=6337";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://westi.wordpress.com/2012/01/28/tracing-things-back-to-where-they-came-from/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6248:"<p>One of the things I find myself doing a lot when developing WordPress is debugging things and so I spend a lot of time thinking of ways I can make this easier for me and easier for everyone else. Overtime this had led to a number of significant improvements to the debug ability of WordPress core including things like <a href="http://core.trac.wordpress.org/ticket/5033">WP_DEBUG</a> and the Deprecated Notices as well as the development of great tools like the <a href="http://westi.wordpress.com/2011/01/05/introducing-debug-bar/">Debug Bar plugin</a>.</p>\n<p>Recently I&#8217;ve found that the more context you can get to an issue the easier it is to understand and debug and I also noticed that while we recorded a simple backtrace for queries in core when <code>SAVEQUERIES</code> was defined we didn&#8217;t do a good job of presenting the data. Some function calls need more context that just the function name to be most useful &#8211; such as when running an action/filter it is useful to know the name and when requiring or including a file is useful to know the file name and some path context. This lead to the idea of refactoring the backtrace capture functionality out of WPDB and into a function that was improved to give proper calling syntax for functions in classes when called statically and was more obviously re-usable by plugins like the Debug Bar.</p>\n<p>So today I have introduced <code>wp_debug_backtrace_summary( $ignore_class = null, $skip_frames = 0, $pretty = true )</code> for <a href="http://core.trac.wordpress.org/ticket/19589">#19589</a>. If you provide no arguments you will get back string containing the full trace of the code run up to the place where you call <code>wp_debug_backtrace_summary()</code> &#8211; you won&#8217;t see the call to it in the trace as it always hides itself.</p>\n<p>The best way to see the difference and improvements is to look at how this improves the information in the development version of the Debug Bar (new release coming soon) so after the break I have included some before and after screenshots.</p>\n<p><span id="more-6337"></span></p>\n<div id="attachment_6338" class="wp-caption aligncenter"><a href="http://westi.files.wordpress.com/2012/01/queries-before.png"><img class="size-full wp-image-6338" title="queries-before" src="http://westi.files.wordpress.com/2012/01/queries-before.png?w=630&h=101" alt="" width="630" height="101" /></a><p class="wp-caption-text">Debug Bar query list before the change showing the previous limited infomation</p></div>\n<div id="attachment_6339" class="wp-caption aligncenter"><a href="http://westi.files.wordpress.com/2012/01/queries-after.png"><img class="size-full wp-image-6339" title="queries-after" src="http://westi.files.wordpress.com/2012/01/queries-after.png?w=630&h=152" alt="" width="630" height="152" /></a><p class="wp-caption-text">Development version of the Debug Bar showing the enhanced details</p></div>\n<div id="attachment_6340" class="wp-caption aligncenter"><a href="http://westi.files.wordpress.com/2012/01/warnings-before.png"><img class="size-full wp-image-6340" title="warnings-before" src="http://westi.files.wordpress.com/2012/01/warnings-before.png?w=630&h=48" alt="" width="630" height="48" /></a><p class="wp-caption-text">An example of how the Debug Bar currently displays warnings, notices and deprecated function calls.</p></div>\n<div id="attachment_6341" class="wp-caption aligncenter"><a href="http://westi.files.wordpress.com/2012/01/warnings-after.png"><img class="size-full wp-image-6341" title="warnings-after" src="http://westi.files.wordpress.com/2012/01/warnings-after.png?w=630&h=76" alt="" width="630" height="76" /></a><p class="wp-caption-text">The development version of the Debug Bar showing how it can use this new function to display much more useful information</p></div>\n<p>One of the things I suspect I will be doing a lot with this new function is dropping calls to <code>error_log( </code><code>wp_debug_backtrace_summary</code>() ); into code that I am trying to debug and work out how often and from where it is being called. In the past I&#8217;ve done this by using <code>print_r( debug_backtrace() );</code> which prints out a lot of information (some of which is pretty useful) and more recently I&#8217;ve been using <code>print_r( debug_backtrace( false ) );</code> so as to only fetch and print the stack traces.</p>\n<p>Using this new function does mean I lose by using the access to line numbers and file names I had from the raw PHP functions but I find that with the file names in the require/include calls and the function name being called I can get to the code just as fast as before.</p>\n<p>I hope you all put this new function to good use!</p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/westi.wordpress.com/6337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/westi.wordpress.com/6337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/westi.wordpress.com/6337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/westi.wordpress.com/6337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/westi.wordpress.com/6337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/westi.wordpress.com/6337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/westi.wordpress.com/6337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/westi.wordpress.com/6337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/westi.wordpress.com/6337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/westi.wordpress.com/6337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/westi.wordpress.com/6337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/westi.wordpress.com/6337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/westi.wordpress.com/6337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/westi.wordpress.com/6337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=westi.wordpress.com&blog=15396&post=6337&subd=westi&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 28 Jan 2012 12:14:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:"";}}}}}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:28:"Dev Blog: Year of the Meetup";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2210";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://wordpress.org/news/2012/01/year-of-the-meetup/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6299:"<p>We hereby declare 2012 as the Year of the WordPress Meetup. You&#8217;ll want to get in on this action.</p>\n<blockquote><p><strong>meet&middot;up</strong> \\<strong>m&#275;t</strong>-&#601;p\\ <em>noun</em><br />\nA meeting, especially a regular meeting of people who share a particular interest and have connected with each other through a social-networking Web site: <em>a meetup for new moms in the neighborhood; a meetup to plan the trip; a meetup for WordPress users.</em><sup>1</sup></p></blockquote>\n<p>So what is a <em>WordPress Meetup</em>? Basically, it&#8217;s people in a community getting together &#8212; meeting up &#8212; who share an interest in WordPress, whether they be bloggers, business users, developers, consultants, or any other category of person able to say, &#8220;I use WordPress in some way and I like it, and I want to meet other people who can say the same.&#8221; Meetups come in different shapes and sizes, but they all carry the benefit of connecting you with potential collaborators and friends, and helping you learn more about what you can do with WordPress. Here are some of the common types of WordPress meetups:</p>\n<ul>\n<li>Hang out and work on your WordPress sites together</li>\n<li>Social/happy hour type gatherings</li>\n<li>Mini-lectures/presentations</li>\n<li>Developer hacking meetups</li>\n<li>Show &amp; tell of how group members are using WordPress</li>\n<li>Formal instruction on how to use WordPress</li>\n<li>Lecture series (possibly with visiting speakers)</li>\n<li>Genius bar/help desk</li>\n</ul>\n<p>There&#8217;s no prescribed format, as each local group can decide for itself what they want to do. Some groups mix it up from month to month, while others have multiple events each month to satisfy the needs of their community.</p>\n<p>The tough part? Running a popular group takes time and money. Just as we worked last year to remove the financial burden for <a href="http://wordcamp.org">WordCamp</a> organizers and provide logistical support so they could focus more on their event content and experience, we want to start extending that kind of support to meetup groups as well. We don&#8217;t want it to cost anything for someone to run a WordPress meetup, or to attend one &#8212; building local communities should be as free as WordPress itself!</p>\n<p>Since there are so many more meetups than there are WordCamps, we&#8217;re going to start with the cost that is the same for every group: meetup.com organizer dues. We&#8217;re setting up an official WordPress account on <a href="http://Meetup.com">Meetup.com</a> right now, and over the next couple of weeks will be working with existing meetup group organizers, people who want to start a new meetup group, and the helpful folks at Meetup.com to put this program in place. WordPress meetup groups that choose to have their group become part of the WordPress account will no longer pay organizer dues for that group, as the <a href="http://wordpressfoundation.org">WordPress Foundation</a> will be footing the bill.</p>\n<p>This is exciting for several reasons. First, it means local organizers who are giving something back to the project by way of their time won&#8217;t also have shell out $12-19/month for the privilege. That alone is a big step. Second, it will open the door to more events and leaders within a community, since leadership and event planning won&#8217;t need to be tied to &#8220;owning&#8221; the meetup group. Third, more active meetup groups means more WordCamps, yay!</p>\n<p>In addition to the financial aspects, we&#8217;ll be working on ways to improve social recognition of meetup activity by incorporating feeds from the official meetup groups into the WordPress.org site, and including meetup group participation in the activity stream on your <a href="http://profiles.wordpress.org/">WordPress.org profile</a>.<sup>2</sup> I&#8217;m also hoping we can do something around providing video equipment to meetup groups (like we already do for WordCamps) to record presentations and tutorials that can be posted to <a href="http://WordPress.tv">WordPress.tv</a>, helping meetup groups offer WordPress classes in their community, and getting involved with mentoring WordPress clubs at local schools and universities. Oh, and we&#8217;ll send out some WordPress buttons and stickers to the groups that join in, because everyone loves buttons and stickers.</p>\n<p>We&#8217;re also putting together some cool resources for people who want to start a new meetup group. There will be a field guide to getting started and some supplies to help you get your group going, and a forum for organizers to talk to and learn from each other.</p>\n<p>Over time, we&#8217;ll be talking to organizers and looking at what other expenses we can absorb and what other support we can provide to local groups. For now, we&#8217;re starting with the organizer dues. If you currently run a WordPress meetup group (whether you are using Meetup.com or not) or would like to start a WordPress meetup group in your area, please fill out our <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">WordPress Meetup Groups survey</a>. Filling in the survey doesn&#8217;t obligate you to join the official group, it just gives us a starting point to a) find out what groups are around/interested, and b) get some information on existing groups and their expenses and needs. Meetup.com will contact the group organizers who&#8217;ve said they&#8217;d like to join the new program, and will walk them through the logistics of the change and answer questions before helping them to opt-in officially.</p>\n<p>So, if you currently run a WordPress meetup group, or you would like to start one, please fill out our <a href="http://wordpressdotorg.polldaddy.com/s/wordpress-meetup-groups">WordPress Meetup Groups survey</a>. I can&#8217;t wait to see more meetups!</p>\n<p><strong>1</strong> &#8211; Adapted from <a href="http://dictionary.reference.com/browse/meetup">&#8220;meetup&#8221; definition at dictionary.com</a>.<br />\n<strong>2</strong> &#8211; Didn&#8217;t know about profiles? Check out http://profiles.wordpress.org/users/yourwordpressdotorgusernamehere (put in the username you use in the WordPress.org forums) to see yours!</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, 27 Jan 2012 20:17:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:72:"Weblog Tools Collection: PressTrends Releases Plugin for WordPress Blogs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10974";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/SQ0Skz3I3vY/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1021:"<p><a href="http://presstrends.io/">PressTrends</a> has released <a href="http://presstrends.io/blog/2012/01/introducing-presstrends-plugin-for-wordpress/">a rather fascinating plugin</a> for <a href="http://wordpress.org/">WordPress</a> blogs. <a href="http://wordpress.org/extend/plugins/presstrends/">The plugin</a> will allow you to measure various metrics for your posts, comments, and plugin usage, and compare these to averages across the entire PressTrends community.</p>\n<p>The feature list may be just a bit basic now, but there are more features on the way, the design is very clean-cut, and if you&#8217;re interested to see how you&#8217;re doing versus &#8220;the status quo,&#8221; this is definitely the way to do it.</p>\n<p>If you&#8217;re a theme designer, you might also be interested in <a href="http://presstrends.io/learn">their core product</a>, which provides metrics for theme usage.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/SQ0Skz3I3vY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Jan 2012 13:00:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s: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:72:"WordPress.tv: Christopher Ross: Make a Living by Giving it Away for Free";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=9311";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2012/01/27/christopher-ross-make-a-living-by-giving-it-away-for-free/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1878:"<div id="v-lNawX8wM-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9311&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/27/christopher-ross-make-a-living-by-giving-it-away-for-free/"><img alt="WC Toronto 2011 &#8211; Make a Living by Giving it Away for Free" src="http://videos.videopress.com/lNawX8wM/wcto-make-a-living-by-giving-it-away-for-free-1_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Jan 2012 11:00: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:9:"wctoronto";s: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:63:"WordPress.tv: Trevor Mills: Building Mobile Apps with 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=9078";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:80:"http://wordpress.tv/2012/01/26/trevor-mills-building-mobile-apps-with-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:1859:"<div id="v-Q1ibRp6W-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9078/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9078/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9078/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9078&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/26/trevor-mills-building-mobile-apps-with-wordpress/"><img alt="WC Toronto 2011 &#8211; Building Mobile Apps with WordPress" src="http://videos.videopress.com/Q1ibRp6W/wcto-building-mobile-apps-with-wordpress_1_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 Jan 2012 05:00: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:9:"wctoronto";s: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:55:"WordPress.tv: Ron & Andrea Rennick: WordPress Multisite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9076";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.tv/2012/01/26/ron-andrea-rennick-wordpress-multisite/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1817:"<div id="v-QKDrBrqz-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9076/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9076/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9076&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/26/ron-andrea-rennick-wordpress-multisite/"><img alt="WC Toronto 2011 &#8211; WordPress Multisite" src="http://videos.videopress.com/QKDrBrqz/wcto-wordpress-multisite_1_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 23:00: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:9:"wctoronto";s: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:57:"WPTavern: Interview With ManageWP Owner Vladimir Prelovac";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6181";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:109:"http://feedproxy.google.com/~r/WordpressTavern/~3/cuOdRQUE2OY/interview-with-managewp-owner-vladimir-prelovac";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:8214:"<p><a href="https://managewp.com/">ManageWP</a> is a new service that aims to make managing multiple websites as easy as possible. They&#8217;ve recently opened their doors to the public and Vladimir Prelovac was kind enough to take some time out of his schedule to answer a few questions I had. Enjoy!</p>\n<p><strong>Is ManageWP a webhosting company or simply a means of managing websites that are hosted elsewhere?</strong></p>\n<p>We are not a webhosting company, as ManageWP provides an efficient way to manage any number of websites that are hosted on your own servers, but we do offer something new and unique to the WordPress community: one dashboard for all their websites no matter where they are hosted. This ensures that our users maintain total control over their websites while also ensuring that they can continue to expand, without restriction, far into the future.</p>\n<div id="attachment_6184" class="wp-caption aligncenter"><a href="http://www.wptavern.com/wp-content/uploads/2012/01/managewp1.png" rel="thumbnail"><img class="size-large wp-image-6184" title="managewp1" src="http://www.wptavern.com/wp-content/uploads/2012/01/managewp1-500x179.png" alt="" width="500" height="179" /></a><p class="wp-caption-text">ManageWP Dashboard After I Added The WPTavern Website</p></div>\n<p><strong>What was the idea or inspiration behind creating ManageWP?</strong></p>\n<p>As with all plugins I have developed, ManageWP was created out of the pure need to solve a problem. The problem here was having to do repetitive tasks ? like updating and maintaining your sites (something computers and Internet services are supposed to be good at).</p>\n<p>As you surely know, managing numerous WordPress sites can be somewhat time consuming. Add several WordPress sites into the mix, and you quickly become a slave to your CMS. I wanted to simplify the process, so that was when ManageWP became reality.</p>\n<p><strong>What are some of the things going on behind the scenes to make ManageWP function like a well oiled machine?</strong></p>\n<p>It requires a tremendous amount of effort by all of our team members. That&#8217;s the first thing that springs to mind. It&#8217;s not easy to create and maintain a service this complex, one which also remains in sync with the WordPress development cycle, all while having it work with thousands of different WordPress setups and with thousands of different server/hosting configurations.</p>\n<p>It&#8217;s not an easy job. But we also have no intention of stopping anytime soon!</p>\n<div id="attachment_6186" class="wp-caption aligncenter"><a href="http://www.wptavern.com/wp-content/uploads/2012/01/managewp2.png" rel="thumbnail"><img class="size-large wp-image-6186" title="managewp2" src="http://www.wptavern.com/wp-content/uploads/2012/01/managewp2-500x336.png" alt="" width="500" height="336" /></a><p class="wp-caption-text">Options To Schedule A Backup For A Particular Site</p></div>\n<p><strong>What are some of the benefits of using ManageWP versus using WordPress Multisite?</strong></p>\n<p>The most notable benefit is ManageWP&#8217;s ease of us. While being a good idea on paper, WordPress Multisite demands a certain level of technical knowledge to install, manage, and maintain. It also takes time, time which many people find valuable. And while Multisite might be good enough for some people, we always want to offer our users so much more value and time-saving functionality.</p>\n<p>And we differentiate ourselves by providing many awesome features:</p>\n<ul>\n<li>you can set up and monitor fully automated backups for all of your websites from one location, along with being able to specify exactly where you want those backups stored;</li>\n<li>you can use ManageWP to monitor your website&#8217;s up-time;</li>\n<li>you can use ManageWP to monitor crucial SEO performance metrics;</li>\n<li>you can take advantage of incredible third-party services like Google Analytics and DropBox;</li>\n<li>you can change passwords for your admin user on all of your WordPress sites from within ManageWP;</li>\n<li>and the list goes on and on.</li>\n</ul>\n<p>As for the similarities between ManageWP and WordPress Multisite ? it ends with the ability to update plugins. ManageWP goes far beyond that. However, if you&#8217;re already setup with WordPress Multisite, that&#8217;s no problem. ManageWP fully integrates with that too!</p>\n<p><strong>What types of security practices have been put into place to protect customers?</strong></p>\n<p>We know that the success of our business depends a lot on security; this has been our focus since day one. To ensure that our user&#8217;s data is secure, we dropped the built-in XML RPC protocol ? it&#8217;s inherently insecure to work with as it exposes sensitive data. We replaced it with OpenSSL encryption. Because of this, the transmission of your data remains completely secure.</p>\n<p>We also never ask users to enter their admin passwords for any websites they are managing with us. We do not have access to your site&#8217;s credentials and other crucial information. Our technology is innovative in that it allows ManageWP to talk directly to your WordPress sites through our ManageWP Worker plugin. So by utilizing WordPress&#8217; built-in plugin architecture, we are able to do amazing things to help you manage all of your sites.</p>\n<p>As for protecting your ManageWP account, we utilize multiple layers of protection: restricting the login by IP address and two-factor authentication (wherein a security code is sent to user&#8217;s email or phone via SMS). This is far beyond industry standards, and it&#8217;s only a handful of the things we do to ensure that our users&#8217; sites are safe.</p>\n<p>We take great pride in this.</p>\n<div id="attachment_6187" class="wp-caption aligncenter"><a href="http://www.wptavern.com/wp-content/uploads/2012/01/managewp3.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/01/managewp3-500x222.png" alt="" title="managewp3" width="500" height="222" class="size-large wp-image-6187" /></a><p class="wp-caption-text">All Sorts Of Cool Things You Can Do From One Location</p></div>\n<p><strong>Are there any differences between the self-hosted product of ManageWP and the ManageWP website?</strong></p>\n<p>The Enterprise (self-hosted) version of ManageWP is essentially the same as our hosted version. But we offer this to companies and organizations that want all of the benefits of ManageWP in the privacy of their own hosting environment. For example, this can be (and usually is) important for data compliance within larger organizations.</p>\n<p>Our Enterprise users also enjoy our full attention and dedicated support. We often work with our Enterprise customers to provide them with the special features that they need. We always make the extra effort to ensure that our customers&#8217; needs are served.</p>\n<p><strong>How has your experience in developing plugins and working with sites such as Mashable contribute to what you&#8217;ve accomplished with ManageWP?</strong></p>\n<p>I started making WordPress plugins almost five years ago, so getting to know WordPress inside-out helped me tremendously in understanding the needs of the average WordPress user ? if such user exists at all, as there are so many uses for WordPress today. After that, it was then only a matter of coordinating with our team to develop a high-quality solution that works on almost any number of different WordPress setups.</p>\n<p>And now that we have launched ManageWP, I can direct my focus my attention on improving it further and adding new and amazing functionality. That makes me very happy. I hope it will continue to make our incredible customers happy as well.</p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/talking-wordpress-with-vladimir-prelovac" rel="bookmark" title="Talking WordPress With Vladimir Prelovac">Talking WordPress With Vladimir Prelovac</a></li>\n<li><a href="http://www.wptavern.com/wordpress-and-how-it-changed-content-management" rel="bookmark" title="WordPress And How It Changed Content Management">WordPress And How It Changed Content Management</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/cuOdRQUE2OY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 18:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:86:"WordPress.tv: Mark Reale & Khori Armstrong: Using WordPress to Build Interactive Games";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9074";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2012/01/26/mark-reale-khori-armstrong-using-wordpress-to-build-interactive-games/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1894:"<div id="v-Rr592zoO-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9074/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9074&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/26/mark-reale-khori-armstrong-using-wordpress-to-build-interactive-games/"><img alt="WC Toronto 2011 &#8211; Using WordPress to Build Interactive Games" src="http://videos.videopress.com/Rr592zoO/wcto-using-wordpress-to-build-interactive-games_1_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 17:00:52 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s: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:52:"WPTavern: Honey Badger Doesn&#8217;t Care About Anything";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6178";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://feedproxy.google.com/~r/WordpressTavern/~3/D73sv__RJwo/honey-badger-doesnt-care-about-anything";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:982:"<p>Apparently, this site has been around for a little while but I&#8217;ve just now seen it being shared across WordPress folks on Twitter. It&#8217;s the <a href="http://wphoneybadger.com/">WordPress Honey Badger</a> who has a bad attitude and does things the way it wants to do them which is not always the right way. I&#8217;ve been reading some of the recent posts and honey badger is a pretty funny animal. Crude language aside, there is some educational value in the website in that you shouldn&#8217;t accomplish tasks the same way Honey Badger does. For example, <a href="http://wphoneybadger.com/hacking-core/">Honey Badger edits the core files</a> to get things done which is not necessarily the best way to get things accomplished. I personally like Honey Badgers stance on the <a href="http://wphoneybadger.com/capital-p/">Capital P filter</a>. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/D73sv__RJwo" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 14:00:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 1/26";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10971";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/NB1qwS0NjwI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1559:"<h3>New plugins</h3>\n<p><a href="http://www.presspixels.com/release/background-slider/"><strong>Site Background Slider</strong></a> uses fullscreen images (read from a specified folder) to create a slideshow inside your background area.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href="http://www.foxy-press.com/"><strong>FoxyPress</strong></a> is a custom plugin made to integrate FoxyCart e-commerce functionality into your WordPress website.</p>\n<p><a href="http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-slick-social-share-buttons/"><strong>Slick Social Share Buttons</strong></a> allows you to add Facebook, Twitter, Google +1, Digg, Google Buzz, Linkedin, and Stumbledupon social media buttons in a floating or slide out tab.</p>\n<p><a href="http://wordpress.org/extend/plugins/wptouch/"><strong>WPtouch</strong></a> automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when viewed from an iPhone, iPod touch, Android, Opera Mini, Palm Pre, Samsung touch and BlackBerry Storm/Torch mobile devices.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/NB1qwS0NjwI" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 13:00:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s: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:43:"WordPress.tv: Ruth Maude: SEO for WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=9071";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2012/01/26/ruth-maude-seo-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:1801:"<div id="v-MzAxaG46-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9071/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9071&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/26/ruth-maude-seo-for-wordpress/"><img alt="WC Toronto 2011 &#8211; SEO for WordPress" src="http://videos.videopress.com/MzAxaG46/wcto-seo-for-wordpress_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 11:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s: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:88:"WordPress.tv: Brendan Sera-Shriar: PressWork ? Designing in a Live Preview Environment";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9069";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2012/01/25/brendan-sera-shriar-presswork-designing-in-a-live-preview-environment/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1917:"<div id="v-od2bzkkH-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9069/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9069&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/25/brendan-sera-shriar-presswork-designing-in-a-live-preview-environment/"><img alt="WC Toronto 2011 &#8211; PressWork ? Designing in a Live Preview Environment" src="http://videos.videopress.com/od2bzkkH/wcto-presswork-e28093-designing-in-a-live-preview-environment_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 05:00:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s: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:46:"Gravatar: Growth, Performance, and Pretty URLs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://gravatar.wordpress.com/?p=302";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://blog.gravatar.com/2012/01/26/growth-and-performance/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6507:"<p>It&#8217;s <a href="http://blog.gravatar.com/2008/10/11/gravatar-one-year-later/">been a while</a> since we have posted about the current scale of Gravatar. Since that post in 2008, things have changed quite a bit. We are now serving over <strong><em>100,000 requests per second</em></strong>. That is over 8.6 billion requests per day &#8211; more than the <a href="http://www.wolframalpha.com/input/?i=how+many+people+are+alive+today">number of people currently alive</a>. </p>\n<p>With the help of our partners, <a href="http://www.edgecast.com/">Edgecast</a> and <a href="http://dyn.com/dns/">Dyn</a>, Gravatar is faster than ever. Distributing content across the world allows the majority of requests to complete in under 100 milliseconds &#8211; that is 4 times faster than the blink of an eye! No wonder more people are using Gravatar every day.</p>\n<p>In 2007, we replaced the (ugly) image URL <code>/avatar.php?gravatar_id=HASH</code> with the (pretty) URL <code>/avatar/HASH</code>. As firm believers in backwards compatibility, we continue to support both URL formats. In order to ensure the freshest content is served to all users, we now redirect the old URLs to the new ones. We suggest that if you are still using the old <code>avatar.php?gravatar_id=HASH</code> style URLs that you switch to the new style &#8211; it will be prettier and faster for your users. If you have any questions about this change, please refer to <a href="http://en.gravatar.com/site/implement/images/">our documentation</a>.</p>\n<p>Since Gravatar support has been added to WordPress, there are millions of WordPress sites using Gravatar every day. But did you know these other sites also use Gravatar?</p>\n<div class="wp-caption alignleft"><a href="https://github.com/"><img class=" " title="github" src="http://s0.wp.com/mshots/v1/https%3A%2F%2Fgithub.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">github</p></div>\n<div class="wp-caption alignleft"><a href="http://stackoverflow.com"><img class=" " title="Stack Overflow" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fstackoverflow.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Stack Overflow</p></div>\n<div class="wp-caption alignleft"><a href="http://trello.com"><img class=" " title="Trello" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Ftrello.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Trello</p></div>\n<div class="wp-caption alignleft"><a href="http://sendgrid.com"><img class=" " title="SendGrid" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fsendgrid.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">SendGrid</p></div>\n<div class="wp-caption alignleft"><a href="http://extensions.gnome.org"><img class=" " title="Gnome Extensions" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fextensions.gnome.org?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Gnome Extensions</p></div>\n<div class="wp-caption alignleft"><a href="http://http://www.americanidol.com"><img class=" " title="american idol" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Famericanidol.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">American Idol</p></div>\n<div class="wp-caption alignleft"><a href="http://battlelog.battlefield.com"><img class=" " title="Battlefield 3 Battlelog" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fbattlelog.battlefield.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Battlefield 3 Battlelog</p></div>\n<div class="wp-caption alignleft"><a href="http://99designs.com"><img class=" " title="99 designs" src="http://s0.wp.com/mshots/v1/http%3A%2F%2F99designs.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">99 designs</p></div>\n<div class="wp-caption alignleft"><a href="http://zendesk.com"><img class=" " title="Zendesk" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fzendesk.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Zendesk</p></div>\n<div class="wp-caption alignleft"><a href="http://dpreview.com"><img class=" " title="Digital Photography Review" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fdpreview.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">Digital Photography Review</p></div>\n<div class="wp-caption alignleft"><a href="http://www.zdnet.com"><img class=" " title="ZDNet" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Fzdnet.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">ZDNet</p></div>\n<div class="wp-caption alignleft"><a href="http://www.tennis.com"><img class=" " title="TENNIS.com" src="http://s0.wp.com/mshots/v1/http%3A%2F%2Ftennis.com?w=315" alt="" width="315" height="244" /></a><p class="wp-caption-text">TENNIS.com</p></div>\n<p>Want to learn how to integrate Gravatar with your website? Check out our <a href="http://en.gravatar.com/site/implement/">implemetation documentation</a>.</p>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/302/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/302/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/302/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=302&subd=gravatar&ref=&feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Jan 2012 04:55:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Barry";s: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:76:"WordPress.tv: Liesl Barrell: PM101 ? Project Management for Small Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=9067";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2012/01/25/liesl-barrell-pm101-project-management-for-small-business/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1893:"<div id="v-5QtUGbsj-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9067/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9067&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/25/liesl-barrell-pm101-project-management-for-small-business/"><img alt="WC Toronto 2011 &#8211; PM101 ? Project Management for Small Business" src="http://videos.videopress.com/5QtUGbsj/wcto-pm101-e28093-project-management-for-small-business_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 23:00:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s: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:50:"WPTavern: Jeff Starr On Smarter Slugs In WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6172";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:102:"http://feedproxy.google.com/~r/WordpressTavern/~3/qCDbmDy0FBY/jeff-starr-on-smarter-slugs-in-wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1639:"<p>One of the refinements that was part of WordPress 3.3 is that posts that have certain characters within the post title are ignored thus, creating a cleaner permalink. Jeff Starr of Digging Into WordPress <a href="http://digwp.com/2012/01/smarter-slugs/">explains in better detail</a> on what actually happens when you use those characters within the post title but further into the post, he also brings up the fact that WordPress can automatically detect duplicate post titles within the database and append a dash with a number to the end of the post title. However, as <a href="http://digwp.com/2012/01/smarter-slugs/#comment-32337">Dave Clements mentions in the comments</a>, this could possibly lead to broken links:</p>\n<blockquote><p>I read something that&#8217;s a little concerning in your post. Let&#8217;s assume that I create test-post and then create test-post-2. I publish them both and then trash test-post. Are you saying that test-post-2 will automatically become test-post, potentially screwing up any links that have been published with the original permalink of test-post-2? Just wondering what impact this has.</p></blockquote>\n<p>Perhaps Otto could shed some light as to what happens regarding this scenario. Jeff Starr will be looking into it and will be reporting back his findings. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/ask-jeff-is-the-submit-a-post-link-a-plugin" rel="bookmark" title="Ask Jeff: Is The Submit A Post Link A Plugin?">Ask Jeff: Is The Submit A Post Link A Plugin?</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/qCDbmDy0FBY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 18:00:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:57:"WordPress.tv: Mo Jangda: Managing Your Editorial Workflow";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=9064";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2012/01/25/mo-jangda-managing-your-editorial-workflow/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1845:"<div id="v-qDTbwS5Y-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/9064/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/9064/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/9064/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=9064&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/25/mo-jangda-managing-your-editorial-workflow/"><img alt="WC Toronto 2011 &#8211; Managing Your Editorial Workflow" src="http://videos.videopress.com/qDTbwS5Y/wcto-managing-your-editorial-workflow_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 17:00:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s: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:43:"WPTavern: Status Update On WordPress Weekly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6168";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"http://feedproxy.google.com/~r/WordpressTavern/~3/IOGp7WfK62A/status-update-on-wordpress-weekly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2400:"<p>It&#8217;s been a long time since I published any episodes of WordPress Weekly and it&#8217;s not without good reason. I am still in the middle of transitioning from one dwelling to another and this is the primary reason why I haven&#8217;t been able to produce an episode. During the past few months, I&#8217;ve not been able to spend as much time behind the PC as I&#8217;d like which also explains why I&#8217;ve been publishing more short form content versus long form. I&#8217;d like to explain everything I&#8217;ve personally been through during 2011 and now going into 2012 but it would take up a novels worth of space. Lets just say that in 2011, we had to purchase a new roof for our home, new vinyl soffits, other home improvements and some of them were forced on us thanks to the appraiser who told us some items needed to be repaired or renewed before he would approve of the home in order for us to transfer the mortgage. </p>\n<p>Putting all that personal stuff aside, I&#8217;ve been making strides and within the next 2-3 months, I expect to be moved into a new home as well as have my new office put together. Once this happens, I&#8217;ll be able to concentrate on producing the show on a weekly basis again. Regarding the show, I&#8217;ve decided not to produce it live on a weekly basis. Instead, the majority of episodes will be pre-recorded via Skype which is not only a benefit in terms of audio quality, but makes it much more convenient for both myself and the people I&#8217;ll be interviewing. There are plenty of people that I want to talk to throughout the course of the year and I look forward to being able to engage in spirited conversations with the people that are doing great things with WordPress. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/my-thoughts-on-wordpress-weekly" rel="bookmark" title="My Thoughts On WordPress Weekly">My Thoughts On WordPress Weekly</a></li>\n<li><a href="http://www.wptavern.com/first-wordpress-weekly-listening-party" rel="bookmark" title="First WordPress Weekly Listening Party">First WordPress Weekly Listening Party</a></li>\n<li><a href="http://www.wptavern.com/whats-in-store-for-wordpress-weekly" rel="bookmark" title="Whats In Store For WordPress Weekly">Whats In Store For WordPress Weekly</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/IOGp7WfK62A" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 14:00:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:80:"Weblog Tools Collection: Celebrate Matt Mullenweg&#8217;s Birthday by Donating Water";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10967";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/ELVdX03sAy0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1206:"<p><a href="http://ma.tt/">Matt Mullenweg</a>, co-founder of <a href="http://wordpress.org/">WordPress</a>, turned 28 <a href="http://ma.tt/2012/01/twenty-eight/">two weeks ago</a>. It&#8217;s been a busy year for Matt. Three major WordPress versions were released, he switched back to using a Mac after 8 years on Windows, and he travelled 190,000 miles over 245 days.</p>\n<p>Even though two weeks have gone by, it&#8217;s not too late to say &#8220;happy birthday&#8221; to Matt. In fact, he would prefer to receive all of his birthday gifts this year in the form of donations to <a href="http://www.charitywater.org/">Charity: Water</a> through <a href="http://mycharitywater.org/matt28">his birthday campaign</a>. Matt has set an ambitious goal to reach $28,000 in donations by April, but if that goal is reached, his &#8220;birthday presents&#8221; will have provided clean water for 280 families in developing countries. Not everyone can head to the nearest faucet for a clean glass of water, so say &#8220;happy birthday&#8221; to Matt and help someone else enjoy some clean water today!</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/ELVdX03sAy0" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 14:00:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s: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:58:"Mike Little: WordPress ? 9 years since it&#8217;s conception";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"http://zed1.com/journalized/?p=1836";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:169:"http://zed1.com/journalized/archives/2012/01/25/wordpress-9-years-since-its-conception/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-9-years-since-its-conception";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3168:"<p>Simon D <a title="Simon\'s tweet" href="https://twitter.com/#!/simond/status/162125708506832896">reminded me</a> that it is now nine years since my fateful <a href="http://ma.tt/2003/01/the-blogging-software-dilemma/#comment-445">comment on Matt&#8217;s blog </a>that kicked off this whole WordPress thing!</p>\n<!-- tweet id : 162125708506832896 -->#bbpBox_162125708506832896 a { text-decoration:none; color:#93A644; }#bbpBox_162125708506832896 a:hover { text-decoration:underline; }<div id="bbpBox_162125708506832896" class="bbpBox"><div><span>Nine years ago today @<a href="http://twitter.com/intent/user?screen_name=mikelittlezed1" class="twitter-action">mikelittlezed1</a> floated an idea which eventually became WordPress. <a href="http://twitter.com/search?q=%23thanksmike" title="#thanksmike">#thanksmike</a> <a href="http://t.co/teYbVHX8" rel="nofollow">http://t.co/teYbVHX8</a></span><div class="bbp-actions"><img align="middle" src="http://zed1.com/journalized/wp-content/plugins/twitter-blackbird-pie//images/bird.png" /><a title="tweeted on Wednesday, 25 January 2012 10:52" href="http://twitter.com/#!/simond/status/162125708506832896" target="_blank">Wednesday, 25 January 2012 10:52</a> via <a href="http://mozillalabs.com" rel="nofollow" target="blank">Firefox Share (alpha)</a><a href="https://twitter.com/intent/tweet?in_reply_to=162125708506832896" class="bbp-action bbp-reply-action" title="Reply"><span><em></em><strong>Reply</strong></span></a><a href="https://twitter.com/intent/retweet?tweet_id=162125708506832896" class="bbp-action bbp-retweet-action" title="Retweet"><span><em></em><strong>Retweet</strong></span></a><a href="https://twitter.com/intent/favorite?tweet_id=162125708506832896" class="bbp-action bbp-favorite-action" title="Favorite"><span><em></em><strong>Favorite</strong></span></a></div><div><a href="http://twitter.com/intent/user?screen_name=simond"><img src="http://a2.twimg.com/profile_images/1346789787/f108d866-70af-4105-856d-d0fd0cd4df02_normal.jpg" /></a></div><div><a href="http://twitter.com/intent/user?screen_name=simond">@simond</a><div>Simon Dickson</div></div><div></div></div></div><!-- end of tweet -->\n<p>WordPress is really shaping up, and is an evermore stable and functional CMS platform. The statistics continue to be astonishing, with more than <a href="http://en.wordpress.com/stats/">70 million sites</a> around the world. That&#8217;s nearly <a href="http://w3techs.com/technologies/overview/content_management/all">16% of the web</a>!</p>\n<p>WordPress is supporting a whole industry of WordPress experts, including me: I&#8217;m just starting my fourth year as an <a href="http://zed1.com/">independent WordPress specialist</a>.</p>\n<p>Praise must go as usual to the fantastic community around WordPress, the singular vision of <a href="http://ma.tt/">Matt Mullenweg</a>, and the awesome power of the <a title="GNU General Public License" href="http://www.gnu.org/licenses/gpl.html">GNU GPL</a> open source license.</p>\n<p>With version 3.4 currently in the making, I predict it will be another great year for <a title="Personal Publishing Platform" href="http://wordpress.org">WordPress</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 11:06: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:11:"Mike Little";s: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:42:"WordPress.tv: Paul Bearne: Daughter Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8970";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2012/01/25/paul-bearne-daughter-themes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1813:"<div id="v-pbhWHC5i-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/8970/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/8970/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/8970/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8970&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/25/paul-bearne-daughter-themes/"><img alt="WC Toronto 2011 &#8211; Daughter Themes" src="http://videos.videopress.com/pbhWHC5i/wcto-bearne-use-a-child-theme-1105111_scruberthumbnail_0.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 11:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"wctoronto";s: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:81:"WordPress.tv: TJ List ? Essential HTML and CSS for Bloggers and Business Owners";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8816";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"http://wordpress.tv/2012/01/24/tj-list-essential-html-and-css-for-bloggers-and-business-owners/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1909:"<div id="v-0msc0lVg-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/8816/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/8816/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/8816/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8816&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/24/tj-list-essential-html-and-css-for-bloggers-and-business-owners/"><img alt="chi-list-essential-html-and-css-for-bloggers-and-business-owners-073111" src="http://videos.videopress.com/0msc0lVg/chi-list-essential-html-and-css-for-bloggers-and-business-owners-073111_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 25 Jan 2012 05:00:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"wordcampchicago";s: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:56:"WordPress.tv: Jake Goldman ? Editing the Visual Editor";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8826";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.tv/2012/01/24/jake-goldman-editing-the-visual-editor/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1830:"<div id="v-9MTqMCVV-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/8826/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/8826/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/8826/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8826&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/24/jake-goldman-editing-the-visual-editor/"><img alt="chi-goldman-editing-the-visual-editor-073011" src="http://videos.videopress.com/9MTqMCVV/chi-goldman-editing-the-visual-editor-073011_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 23:00: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:15:"wordcampchicago";s: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:35:"Matt: On the Evolution of Investing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39998";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"http://ma.tt/2012/01/on-the-evolution-of-investing/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2477:"<p><a href="http://ycombinator.com/"><img class="alignright" title="Y Combinator" src="http://matt.files.wordpress.com/2012/01/y_combinator_logo_400.gif?w=100" alt="" width="100" height="100" /></a>Today <a href="http://ycombinator.posterous.com/welcome-garry-and-aaron">Y Combinator announced they are adding two new partners</a>, <a href="http://garry.posterous.com/">Garry Tan</a> and <a href="http://aaroniba.net/">Aaron Iba</a>. This announcement is unique because it does not list their academic credentials, their previous investments, the boards of companies or non-profits they have sat on, how many years of experience they have, or any of the usual badges of honor investors parade in their biographies and Crunchbase profiles.</p>\n<p>Instead we get accolades of &#8220;rare individuals who can both design and program&#8221; and &#8220;best hackers among the YC alumni.&#8221; Take note of this moment.</p>\n<p>I was part of a dinner conversation the other night that included institutional and angel investors, entrepreneurs, and someone who was part of the YC program. The group circled with alarming intent on grilling the YC entrepreneur: &#8220;How much time did you actually get with PG?&#8221; &#8220;It&#8217;s a cult of personality.&#8221; &#8220;The average quality of the companies has really dropped as they&#8217;ve broadened.&#8221; &#8220;I can&#8217;t wait for this bubble to pop.&#8221; I believe it was mostly in jest &#8212; few topics were spared that night &#8212; but there was some truth in the defensive undertone.</p>\n<p>The hackers and engineers of Y Combinator are doing what hackers and engineers do to any industry, they&#8217;re efficiently and ruthlessly disrupting the traditional model of venture capital and are going to destroy far more more wealth for their contemporaries than they create for themselves, as broadband did to entertainment, Craigslist did to newspapers, and Amazon did to traditional retailers. This is what outsiders, by definition, do.</p>\n<p>The dark humor in this is that the same people who delight and celebrate investing in disrupting other industries are blind or in denial about it happening to their own.</p>\n<p>The question then becomes if you&#8217;re an investor with a traditional LP model (and expectations), or a more financial background than an operational one, or an operational background more in management than in design or coding, what should you do to stay relevant through this shift?</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, 24 Jan 2012 19:59:55 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:34;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:56:"WPTavern: WPTavern Watering Hole Still Open For Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6160";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/WordpressTavern/~3/uauztY9TKWw/wptavern-watering-hole-still-open-for-business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2079:"<p>This is just a friendly reminder that the <a href="http://www.wptavern.com/forum/">WPTavern watering hole</a> also known as the forum, is still open for business. I have kept the forums maintained over the past few weeks and last night, I updated everything to the current version as well as cleaned up a couple of different spots. While the forum is not as active as it was two years ago, there are still new members registering to the forum and every now and then, a good discussion will pop up. If you are looking for a place to hang out and talk WordPress without the fear of being shunned into oblivion, this is the place to do it. I highly encourage you to browse through the archive of the forum as a number of interesting conversations have taken place over the past two years. The archive is a little bit like a WordPress museum. </p>\n<p><a href="http://www.wptavern.com/wp-content/uploads/2012/01/wptavernforum.png" rel="thumbnail"><img src="http://www.wptavern.com/wp-content/uploads/2012/01/wptavernforum-500x236.png" alt="WPTavern Forum" title="wptavernforum" width="500" height="236" class="aligncenter size-large wp-image-6164" /></a></p>\n<p>Registration is free as are the drinks. If you take this opportunity to register, be sure to answer the anti spam question during registration which asks, &#8220;<em>Why would you like to join this forum?</em>&#8220;. I&#8217;m looking for a short response that doesn&#8217;t look like spam. Once you register, consider leaving a message in the Tavern chat box located near the top of the forum. Or, introduce yourself to the community via the <a href="http://www.wptavern.com/forum/forum-lobby/">Forum Lobby</a>. </p>\n<p>If you&#8217;re already a member of the forum, stop by and check-in. Let us know what you&#8217;ve been up to. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wptavern-business-thinktank" rel="bookmark" title="WPTavern Business Thinktank">WPTavern Business Thinktank</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/uauztY9TKWw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 18:00:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:80:"WordPress.tv: Jason McCreary ? Configuring WordPress for Multiple Environments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8828";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://wordpress.tv/2012/01/24/jason-mccreary-configuring-wordpress-for-multiple-environments/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1911:"<div id="v-KIpgtgig-1" class="video-player">\n</div>\n<br /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/8828/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/8828/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/8828/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=8828&subd=wptv&ref=&feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2012/01/24/jason-mccreary-configuring-wordpress-for-multiple-environments/"><img alt="chi-mccreary-configuring-wordpress-for-multiple-environments-073011" src="http://videos.videopress.com/KIpgtgig/jason-mccreary-vimeo-24-no-gamma-correction-sd-24-no-gamma-correction-800kbits_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 17:00:23 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"wordcampchicago";s: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:43:"WPTavern: Basic Guide On Creating Plugin UI";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6158";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:95:"http://feedproxy.google.com/~r/WordpressTavern/~3/rJn-U1pztZU/basic-guide-on-creating-plugin-ui";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1402:"<p>Daniel Immke has <a href="http://wpcandy.com/presents/wordpress-plugin-user-interface-guide">published his own primer</a> on using native user interface elements for the administration of plugins. By following his basic primer, you&#8217;ll be on your way to creating a plugin that looks and functions as if it were a part of the core of WordPress which is what plugin developers should be aiming for. WooCommerce is an excellent example of the various UI elements that are built within WordPress that plugin authors should be taking advantage of. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/tips-on-creating-a-good-plugin-readme-txt-file" rel="bookmark" title="Tips On Creating A Good Plugin Readme.txt File">Tips On Creating A Good Plugin Readme.txt File</a></li>\n<li><a href="http://www.wptavern.com/good-guide-on-avoiding-themeplugin-lock-in" rel="bookmark" title="Good Guide On Avoiding Theme/Plugin Lock-In">Good Guide On Avoiding Theme/Plugin Lock-In</a></li>\n<li><a href="http://www.wptavern.com/how-commercial-plugin-developers-are-monetizing-through-the-plugin-respository" rel="bookmark" title="How Commercial Plugin Developers Are Monetizing Through The Plugin Respository">How Commercial Plugin Developers Are Monetizing Through The Plugin Respository</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/rJn-U1pztZU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 14:00:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"Weblog Tools Collection: WordPress Theme Releases for 1/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:41:"http://weblogtoolscollection.com/?p=10962";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/xRKxcwrXRSw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:768:"<p><img class="alignnone size-full wp-image-10964" title="evergreen" src="http://weblogtoolscollection.com/wp-content/uploads/2012/01/evergreen.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/01/23/evergreen/"><strong>Evergreen</strong></a> is a colorful theme that packs a visual punch.</p>\n<p><img class="alignnone size-full wp-image-10963" title="famous" src="http://weblogtoolscollection.com/wp-content/uploads/2012/01/famous.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/famous"><strong>Famous</strong></a> is an advanced theme for business, portfolio or blog usage.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/xRKxcwrXRSw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 24 Jan 2012 13:00: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:5:"James";s: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:62:"WPTavern: DreamHost Resets All FTP/Shell/VPS Account Passwords";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6154";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:112:"http://feedproxy.google.com/~r/WordpressTavern/~3/zFNvO6v_SFk/dreamhost-resets-all-ftpshellvps-account-passwords";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:822:"<p>Knowing that a lot of people use DreamHost for their WordPress powered websites, it&#8217;s a bit unsettling to see that suspicious activity was detected within one of their databases and thus, <a href="http://www.dreamhoststatus.com/2012/01/20/changing-ftpshell-passwords-due-to-security-issue/">passwords have been reset</a> across FTP/Shell and VPS customer accounts. If you use DreamHost and have not been able to log-in recently, this may explain why. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/godaddy-hacks-due-to-old-software-bad-passwords" rel="bookmark" title="GoDaddy Hacks Due To Old Software &#8211; Bad Passwords">GoDaddy Hacks Due To Old Software &#8211; Bad Passwords</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/zFNvO6v_SFk" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Jan 2012 18:00:20 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:49:"WPTavern: Bad Behavior In The WordPress Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6150";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:101:"http://feedproxy.google.com/~r/WordpressTavern/~3/da_dWrqKfeg/bad-behavior-in-the-wordpress-community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4230:"<p>It started off with a link and turned into something disgusting. KevinJohn Gallagher explained the various reasons for why his company decided not to pursue using WordPress anymore for their clients and I linked to that article because I thought it raised some points that were good for discussion. After I linked to the article on WPTavern as well as Twitter, his article made the front page of HackerNews. ReadWrite/Web also linked to the article with their own thoughts. One of the reactions to his article that I witnessed was that a lot of people agreed with Kevin and the points he made. However, a number of people disagreed with him and in fact, disagreed so passionately that KevinJohn stated within the <a href="http://www.wptavern.com/some-orgnizations-and-wordpress-just-dont-mix#comment-17486">comments of my article</a> that he had received death threats as well as had DDoS attacks performed to his website.</p>\n<blockquote><p>Sadly in the last 7 days I&#8217;ve had 3 ddos attacks, 14 threats (4 ?credible?) against myself or my family, multiple requests to have me removed from speaking at WordPress events to which I&#8217;m already signed up and personally sponsor, and 31 people roll-back their purchase for Open Source Scotland because I&#8217;m involved. All because my staff, not me, but the good folks I work with every day, don&#8217;t want want to use WordPress anymore. I&#8217;m being punished by this community, for doing the right thing: listening to my colleagues and my clients. </p></blockquote>\n<p>On the one hand, this is ridiculous behaviour. There is no reason what so ever to give someone death threats because their company has decided not to use WordPress anymore. <a href="http://www.wptavern.com/some-orgnizations-and-wordpress-just-dont-mix#comment-17495">Mark Jaquith was strongly opposed</a> to the harassment Kevin was receiving and even <a href="http://www.wptavern.com/some-orgnizations-and-wordpress-just-dont-mix#comment-17493">Jane Wells offered to help out KevinJohn</a>. </p>\n<p>On the other hand, crazy people exist within the realm of reality and they can not be controlled. Most of the conversation that occurred as the result of Kevin&#8217;s article were from sane individuals that make up the WordPress community. It&#8217;s unfortunate what Keven had to go through because of that post but I strongly disagree that it&#8217;s a reflection of how the actual WordPress community is like. There are pricks and jerks within the WordPress community, no doubt about that. But, in my experience the nicer people far outweigh the jerks.</p>\n<p>I&#8217;m a big fan of WordPress but I&#8217;m not going to cry myself to sleep if someone tells me they are ditching the software for something else. It&#8217;s common sense to use the best tool for the job instead of forcing a square peg into a round hole. It&#8217;s important to listen to the reasons why people switch from WordPress or desert the software but it&#8217;s not something anyone should lose sleep over. It&#8217;s definitely not worth threatening someone&#8217;s life. It&#8217;s an opportunity to learn and figure out how the software can be improved. This is the type of attitude we should have towards folks like KevinJohn Gallagher or others that publish their discontent for WordPress. We shouldn&#8217;t be slapping people around with an elitist, cult like hand that twitches every time someone criticizes the software. We are better than that. Let&#8217;s prove it. </p>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/what-wordpress-needs-from-its-new-community-leader" rel="bookmark" title="What WordPress Needs From Its New Community Leader">What WordPress Needs From Its New Community Leader</a></li>\n<li><a href="http://www.wptavern.com/community-oriented-wordpress-magazine-idea" rel="bookmark" title="Community Oriented WordPress Magazine Idea">Community Oriented WordPress Magazine Idea</a></li>\n<li><a href="http://www.wptavern.com/wordpress-reverts-to-original-ping-behavior" rel="bookmark" title="WordPress Reverts To Original Ping Behavior">WordPress Reverts To Original Ping Behavior</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/da_dWrqKfeg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Jan 2012 14:00:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:79:"Weblog Tools Collection: iThemes Launches Web Designer&#8217;s Toolkit for Students";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10958";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/qYWYE-bX3ZE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1253:"<p><a href="http://ithemes.com/">iThemes</a> has now <a href="http://ithemes.com/2012/01/18/just-released-student-edition-of-wordpress-web-designers-toolkit/">added a huge student discount</a> to their popular <a href="http://ithemes.com/toolkit/">Web Designer&#8217;s Toolkit</a>. The new <a href="http://ithemes.com/student-toolkit/">Student Edition</a> offers full-time students in the US and Canada access to over 150 themes, over 20 plugins, and over 300 hours of training for only $97 ($880 less than the original).</p>\n<p>Folks with a strong memory may notice the similarity to iThemes&#8217;s <a href="http://weblogtoolscollection.com/archives/2011/09/29/ithemes-launches-educator-program/">Educator Program</a>. While the Student Edition of the toolkit is not free, the $880 discount is something that can&#8217;t be beat, especially if you&#8217;re busy spending money on your tuition. If you have plans to launch a <a href="http://wordpress.org/">WordPress</a>-focused career in design, consulting, maintenance, and other such things, this is a great way to get a head start.</p>\n<p>Disclaimer: iThemes is one of our advertisers.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/qYWYE-bX3ZE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Jan 2012 13:00: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:5:"James";s: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:32:"Matt: MPAA Threatens Politicians";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39993";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://ma.tt/2012/01/mpaa-threatens-politicians/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:269:"<p><a href="http://www.techdirt.com/articles/20120120/14472117492/mpaa-directly-publicly-threatens-politicians-who-arent-corrupt-enough-to-stay-bought.shtml">MPAA Directly &amp; Publicly Threatens Politicians Who Arent Corrupt Enough To Stay Bought</a> on Techdirt.</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, 22 Jan 2012 20:43:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:59:"Weblog Tools Collection: WordPress Plugin Releases for 1/22";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10955";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/F_LOKd2FtTk/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1237:"<h3>New plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/pretty-pinterest-pins/"><strong>Pretty Pinterest Pins</strong></a> allows you to display thumbnails and links to your latest Pins from <a href="http://pinterest.com/">Pinterest</a> in your sidebar.</p>\n<p><a href="http://wordpress.org/extend/plugins/stop-censorship-ribbon/"><strong>Stop Censorship Ribbon</strong></a> will place a black ribbon with the words &#8220;Stop Censorship&#8221; in the top right corner of your website, linking to <a href="http://americancensorship.org/">the American Censorship website</a>.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick e-mail message and blocks all common spammer tactics. Additionally, the plugin has a multi-form feature, optional extra fields, and an option to redirect visitors to any URL after the message is sent.</p>\n<p><a href="http://wordpress.org/extend/plugins/ultimate-tinymce/"><strong>Ultimate TinyMCE</strong></a> beefs up your visual editor with a plethora of advanced options.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/F_LOKd2FtTk" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 22 Jan 2012 15:15: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:5:"James";s: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:38:"Matt: Hollywood and the Justice System";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39954";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2012/01/hollywood-and-the-justice-system/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:761:"<p>Two excellent essays on how Hollywood has completely put our legal system out of whack through years of twisting our legislative process to their ends, or as Shirky put it &#8220;imagine the possibility of a longer jail term for streaming a Michael Jackson video than Jackson&#8217;s own doctor got for killing actual Michael Jackson?&#8221;</p>\n<p>Andrew Bridges on PandoDaily: <a href="http://pandodaily.com/2012/01/18/how-hollywood-twisted-theft-laws-long-before-sopa/">Forget SOPA, Hollywood Already Had a Field Day with the Justice System</a>.</p>\n<p>Clay Shirky on his blog: <a href="http://www.shirky.com/weblog/2012/01/pick-up-the-pitchforks-david-pogue-underestimates-hollywood/">Pick up the pitchforks: David Pogue underestimates Hollywood</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, 21 Jan 2012 14:44: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:44;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:40:"WPTavern: Open Source Scotland Cancelled";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6147";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://feedproxy.google.com/~r/WordpressTavern/~3/h_zOAbx6CNY/open-source-scotland-cancelled";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:765:"<p>The conference that was supposed to bring together heavyweights within the open source world to Scotland <a href="http://open-source-scotland.com/2012/news/oss2012-is-hereby-cancelled/">has been cancelled</a>. KevinJohn Gallagher listed a number of reasons as to the cancellation of the conference with one of them being the unfortunate circumstance of a number of people requesting refunds for their tickets after Kevin published an article explaining why his company would no longer be using WordPress. He promises to refund everyone&#8217;s tickets in full but you&#8217;ll have to give him some time as it involves multiple parties. </p>\n<p>No related posts.</p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/h_zOAbx6CNY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 21 Jan 2012 00:00:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:70:"WPTavern: WordCamp Norway Participants Tell Us Why They Love WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:122:"http://feedproxy.google.com/~r/WordpressTavern/~3/Cz4QX5E3Ohg/wordcamp-norway-participants-tell-us-why-they-love-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:1199:"<p>Pretty cool video from WordCamp Norway 2012 where participants answered the simple question of <a href="http://vimeo.com/35250373">why they love WordPress</a>. The video features some familiar faces such as Ronald Huereca, Ryan Hellyer, Magnus Jepson, Isaac Keyet, and Scott Basgaard. Scott looks like a giant when standing next to Ryan Hellyer. </p>\n<div class="aligncenter">\n<p><a href="http://vimeo.com/35250373">Why We Love WordPress &#8211; WordCamp Norway 2012</a> from <a href="http://vimeo.com/user2335570">scott basgaard</a> on <a href="http://vimeo.com">Vimeo</a>.</p>\n</div>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordcamp-denver-live-coverage" rel="bookmark" title="WordCamp Denver Live Coverage">WordCamp Denver Live Coverage</a></li>\n<li><a href="http://www.wptavern.com/jonathan-davis-via-wordcamp-raleigh" rel="bookmark" title="Jonathan Davis Via WordCamp Raleigh">Jonathan Davis Via WordCamp Raleigh</a></li>\n<li><a href="http://www.wptavern.com/introducing-wordcamp-360" rel="bookmark" title="Introducing WordCamp 360">Introducing WordCamp 360</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/Cz4QX5E3Ohg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jan 2012 21:23:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"Weblog Tools Collection: WordPress Theme Releases for 1/20";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10950";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/HI4U4AO9t3U/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:772:"<p><img class="alignnone size-full wp-image-10952" title="pronto" src="http://weblogtoolscollection.com/wp-content/uploads/2012/01/pronto.jpg" alt="" width="150" height="112" /></p>\n<p><a href="http://www.wpexplorer.com/pronto-wordpress-theme.html"><strong>Pronto</strong></a> is a very minimal grid style masonry theme.</p>\n<p><img class="alignnone size-full wp-image-10951" title="springwish" src="http://weblogtoolscollection.com/wp-content/uploads/2012/01/springwish.jpg" alt="" width="150" height="113" /></p>\n<p><a href="http://emptynestthemes.com/2012/01/19/spring-wish/"><strong>Spring Wish</strong></a> is bright, optimistic and reminiscent of spring.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/HI4U4AO9t3U" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jan 2012 16:30:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s: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:46:"Weblog Tools Collection: NASA Goes Open Source";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10947";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/45p5RB9xIiE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:712:"<p><a href="http://www.nasa.gov/">NASA</a>, the US National Aeronautics and Space Administration, has started to churn out <a href="http://code.nasa.gov/">quite a few open source projects</a>. Though this doesn&#8217;t have any impact on the blogsphere (yet), it&#8217;s exciting to see a government agency of this level working in an open source environment, effectively asking its citizens for help with projects, while simultaneously making some outstanding code available for anyone to use.</p>\n<p>As an added bonus, the new code site is powered by <a href="http://wordpress.org/">WordPress</a>.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/45p5RB9xIiE" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 20 Jan 2012 03:00:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"James";s: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:46:"WPTavern: Information On WordCamp Phoenix 2012";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=6137";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:98:"http://feedproxy.google.com/~r/WordpressTavern/~3/TIQJGWfd5VQ/information-on-wordcamp-phoenix-2012";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:4085:"<p>I was contacted the other day by one of the organizing team members of WordCamp Phoenix to let me know that they have released a press release that contains all the information you need if you plan on attending the event. I should attend this event based on the fact that it&#8217;s being held in a city that&#8217;s the same as my last name. The press release is as follows: </p>\n<blockquote><p>WordCamp Phoenix Returns to Chandler as<br />\nOne of the Nation&#8217;s Largest WordPress Education Events</p>\n<p>Chandler, Ariz. &#8212; There&#8217;s a good chance your favorite blog, website or online store is powered by WordPress, the free online DIY website software that has put web publishing power in the hands of anyone with a keyboard and Internet access. February 24th-26th, more than 650 small business owners, non-profit agencies, realtors, photographers, designers, journalists and even kids will swarm downtown Chandler to learn easy website publishing and development at the 2012 WordCamp Phoenix.</p>\n<p>The non-profit event brings together WordPress enthusiasts from around the globe to share best practices and strategies for a wide variety of businesses. Headlining speakers include Lisa Sabin (@lisasabinwilson), author of WordPress for Dummies, Sean Herron (@seanherron), Technology Strategist at NASA Headquarters and Jane Wells (@janeforshort), Head of User Experience at WordPress.com. Users of all skill levels and backgrounds are encouraged to attend.</p>\n<p>?It&#8217;s an amazing mix of folks at all ability levels,? said Dallin Harris, one of the event&#8217;s organizers. ?I&#8217;ve watched small business owners go from zero net knowledge in the 101 class to publishing their own business website by the end of the conference.?</p>\n<p>Not just for novices, WordCamp Phoenix has become the valley&#8217;s must-attend networking and continuing education event for professional web developers. A series of panel discussions and workshops aim to cultivate a creative community among design, web development and communication professions.</p>\n<p>Several of last year&#8217;s popular activities will return, including FREE Friday workshops and an after party hosted on the beautiful grounds of Chandler&#8217;s new City Hall. Other highlights include:</p>\n<p>? Saturday classes and talks geared toward specific industries such as publishing &#038; media, eCommerce, visual arts, education, government, nonprofit and real estate<br />\n? Developers&#8217; Day and WordPress for Kids hosted at Gangplank on Sunday<br />\n? And for networking fun, a Friday evening bar crawl and ice cream social</p>\n<p>Tickets are $35 and are available at 2012.phoenix.wordcamp.org/attend/register/. Ticket</p>\n<p>Ticket holders get access to more than 30 sessions, classes and networking events across 3 days. As an added bonus, event sponor WP Engine will supply each attendee with free lifetime website hosting.</p>\n<p>The Friday workshops are open to the public at no cost. For updates on speakers and scheduling, visit 2012.phoenix.wordcamp.org.</p>\n<p>WordCamp Phoenix 2012<br />\nFriday, February 24 &#8211; Sunday, February 26<br />\nChandler Center for the Arts | 250 N. Arizona Ave., Chandler, AZ 85225<br />\n<a href="http://2012.phoenix.wordcamp.org">http://2012.phoenix.wordcamp.org</a> | <a href="http://www.Facebook.com/PhxWordCamp">Facebook.com/PhxWordCamp</a> | <a href="http://www.twitter.com/phxwordcamp">twitter.com/phxwordcamp</a></p></blockquote>\n<p>Related posts:<ol>\n<li><a href="http://www.wptavern.com/wordcamp-phoenix-on-friday-the-13th" rel="bookmark" title="WordCamp Phoenix On Friday The 13th!">WordCamp Phoenix On Friday The 13th!</a></li>\n<li><a href="http://www.wptavern.com/the-first-virtual-wordcamp" rel="bookmark" title="The First Virtual WordCamp">The First Virtual WordCamp</a></li>\n<li><a href="http://www.wptavern.com/my-thoughts-on-the-virtual-wordcamp" rel="bookmark" title="My Thoughts On The Virtual WordCamp">My Thoughts On The Virtual WordCamp</a></li>\n</ol></p><img src="http://feeds.feedburner.com/~r/WordpressTavern/~4/TIQJGWfd5VQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 19 Jan 2012 14:00:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Jeffro";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:39:"Matt: #Reinventing: Chamber of Commerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=39908";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://ma.tt/2012/01/reinventing-chamber-of-commerce/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:358:"<p>Really great article from my friend Hunter Walk on <a href="http://pandodaily.com/2012/01/17/reinventing-chamber-of-commerce/">#Reinventing the Chamber of Commerce</a>, which is especially relevant given how the US Chamber of Commerce has been tending to side with the MPAA and RIAA rather than actual small businesses, startups, and tech communities.</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, 18 Jan 2012 17:23: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:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 02 Feb 2012 01:31:11 GMT";s:12:"content-type";s:15:"application/xml";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:29:"Thu, 02 Feb 2012 01:15:20 GMT";s:14:"content-length";s:6:"143187";s:4:"x-nc";s:11:"HIT luv 138";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no') ;
  313. INSERT INTO `wp_options` VALUES (400, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1328189470', 'no') ;
  314. INSERT INTO `wp_options` VALUES (401, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1328146270', 'no') ;
  315. INSERT INTO `wp_options` VALUES (416, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1328189471', 'no') ;
  316. INSERT INTO `wp_options` VALUES (417, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1328146271', 'no') ;
  317. INSERT INTO `wp_options` VALUES (365, 0, '_transient_timeout_plugin_slugs', '1328240204', 'no') ;
  318. INSERT INTO `wp_options` VALUES (366, 0, '_transient_plugin_slugs', 'a:6:{i:0;s:19:"akismet/akismet.php";i:1;s:36:"contact-form-7/wp-contact-form-7.php";i:2;s:9:"hello.php";i:3;s:19:"jetpack/jetpack.php";i:4;s:19:"wiziapp/wiziapp.php";i:5;s:33:"wp-easy-backup/wp-easy-backup.php";}', 'no') ;
  319. INSERT INTO `wp_options` VALUES (426, 0, '_site_transient_timeout_wporg_theme_feature_list', '1328164598', 'yes') ;
  320. INSERT INTO `wp_options` VALUES (427, 0, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:15:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:4:"gray";i:4;s:5:"green";i:5;s:6:"orange";i:6;s:4:"pink";i:7;s:6:"purple";i:8;s:3:"red";i:9;s:6:"silver";i:10;s:3:"tan";i:11;s:5:"white";i:12;s:6:"yellow";i:13;s:4:"dark";i:14;s:5:"light";}s:7:"Columns";a:6:{i:0;s:10:"one-column";i:1;s:11:"two-columns";i:2;s:13:"three-columns";i:3;s:12:"four-columns";i:4;s:12:"left-sidebar";i:5;s:13:"right-sidebar";}s:5:"Width";a:2:{i:0;s:11:"fixed-width";i:1;s:14:"flexible-width";}s:8:"Features";a:18:{i:0;s:8:"blavatar";i:1;s:10:"buddypress";i:2;s:17:"custom-background";i:3;s:13:"custom-colors";i:4;s:13:"custom-header";i:5;s:11:"custom-menu";i:6;s:12:"editor-style";i:7;s:21:"featured-image-header";i:8;s:15:"featured-images";i:9;s:20:"front-page-post-form";i:10;s:19:"full-width-template";i:11;s:12:"microformats";i:12;s:12:"post-formats";i:13;s:20:"rtl-language-support";i:14;s:11:"sticky-post";i:15;s:13:"theme-options";i:16;s:17:"threaded-comments";i:17;s:17:"translation-ready";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes') ;
  321. INSERT INTO `wp_options` VALUES (212, 0, 'theme_mods_twentyeleven', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1327778631;s:4:"data";a:0:{}}}', 'yes') ;
  322. INSERT INTO `wp_options` VALUES (214, 0, 'theme_mods_starttica', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:1:{s:12:"primary-menu";i:3;}}', 'yes') ;
  323. INSERT INTO `wp_options` VALUES (215, 0, 'theme_switched', '', 'yes') ;
  324. INSERT INTO `wp_options` VALUES (216, 0, 'ikarina', 'a:138:{s:3:"tab";s:5:"style";s:9:"logo_type";s:5:"Image";s:4:"logo";s:88:"http://www.cedarhealth.org/wp-content/uploads/2012/01/cedar-health-logo-stacked-100h.png";s:8:"sitename";s:19:"Cedar Health Center";s:8:"sitedesc";s:27:"Just another WordPress site";s:7:"favicon";s:56:"http://www.cedarhealth.org/wp-content/themes/favicon.ico";s:10:"topmessage";s:39:"Call For an Appointment: (208) 321-8520";s:16:"google_analytics";s:486:"<script type="text/javascript">\r\n\r\n var _gaq = _gaq || [];\r\n _gaq.push([\'_setAccount\', \'UA-27226126-1\']);\r\n _gaq.push([\'_trackPageview\']);\r\n\r\n (function() {\r\n var ga = document.createElement(\'script\'); ga.type = \'text/javascript\'; ga.async = true;\r\n ga.src = (\'https:\' == document.location.protocol ? \'https://ssl\' : \'http://www\') + \'.google-analytics.com/ga.js\';\r\n var s = document.getElementsByTagName(\'script\')[0]; s.parentNode.insertBefore(ga, s);\r\n })();\r\n\r\n</script>";s:10:"copyrights";s:35:"Copyright 2012 © CedarHealth.org\r\n";s:13:"dev_copyright";s:6:"remove";s:18:"dev_copyright_data";s:84:"<a href="http://pandathemes.com/" target="_blank">Starttica theme</a> by PandaThemes";s:6:"slider";s:1:"6";s:18:"slider_on_homepage";s:6:"enable";s:14:"slider_on_page";N;s:14:"slider_on_post";N;s:14:"slider_on_blog";N;s:18:"slider_on_archives";N;s:17:"slider_on_product";N;s:26:"slider_on_poducts_archives";N;s:16:"slider_on_search";N;s:13:"slider_on_404";N;s:13:"blog_template";s:2:"t3";s:9:"posts_qty";s:1:"5";s:15:"post_feat_image";N;s:20:"post_feat_image_link";N;s:13:"square_thumbs";N;s:15:"thumbs_crop_top";N;s:11:"after_title";N;s:16:"after_title_data";s:0:"";s:7:"excerpt";N;s:13:"post_comments";s:6:"enable";s:15:"post_trackbacks";s:6:"enable";s:10:"post_metas";s:6:"enable";s:11:"author_info";s:6:"enable";s:11:"before_post";N;s:16:"before_post_data";s:0:"";s:10:"after_post";N;s:15:"after_post_data";s:0:"";s:15:"img_placeholder";s:0:"";s:8:"gravatar";s:79:"http://www.cedarhealth.org/wp-content/themes/starttica/images/pandaGravatar.png";s:8:"products";s:6:"enable";s:16:"product_template";N;s:14:"posts_per_page";s:1:"1";s:14:"before_catalog";N;s:19:"before_catalog_data";s:0:"";s:13:"after_catalog";N;s:18:"after_catalog_data";s:0:"";s:7:"reviews";N;s:16:"related_products";N;s:20:"related_products_qty";s:1:"3";s:14:"before_product";N;s:19:"before_product_data";s:0:"";s:13:"after_product";N;s:18:"after_product_data";s:0:"";s:14:"after_purchase";N;s:19:"after_purchase_data";s:0:"";s:5:"style";s:1:"1";s:16:"background_color";s:0:"";s:7:"pattern";s:0:"";s:15:"pattern_current";s:0:"";s:16:"background_image";s:0:"";s:25:"background_image_position";s:10:"top center";s:17:"background_repeat";s:8:"repeat-x";s:21:"background_attachment";N;s:10:"menu_color";s:6:"FFFFFF";s:13:"menu_bg_color";s:6:"511120";s:16:"menu_hover_color";s:6:"FFFFFF";s:19:"menu_hover_bg_color";s:6:"722D3D";s:19:"menu_selected_color";s:6:"FFFFFF";s:22:"menu_selected_bg_color";s:6:"A05063";s:9:"separator";s:13:"line-white-20";s:9:"footer_bg";s:0:"";s:19:"footer_titles_color";s:0:"";s:17:"footer_text_color";s:0:"";s:18:"footer_links_color";s:0:"";s:10:"custom_css";s:5154:"BODY {\r\n color: #444444;\r\n background-image: url("http://www.cedarhealth.org/wp-content/uploads/2012/01/vertical_lines_3-5.png");\r\n}\r\n\r\nol, ul {\r\n line-height: 1.6em;\r\n margin: 0 0 0 1.1em;\r\n}\r\n\r\np {\r\n font-size: 15px;\r\n}\r\n\r\na {\r\n color: #511120;\r\n}\r\n.l {\r\n color: #555555;\r\n}\r\nh1, h2, h3, h4, h5, h6 {\r\n color: #777;\r\n font-style: normal;\r\n font-weight: normal;\r\n line-height: 1.3em !important;\r\n margin: 0 0 0 -0.03em;\r\n padding: 0 0 0.6em 0;\r\n}\r\nh3 a, h5 a {\r\n color: #333;\r\n}\r\nh1, h2 {\r\n color: #333;\r\n font-size: 30px;\r\n font-weight: bold;\r\n}\r\nh3.normal {\r\n font-weight: normal;\r\n}\r\nh3, h4 {\r\n color: #333;\r\n font-weight: bold;\r\n}\r\n.contentbox h5 {\r\n color: #333;\r\n font-weight: bold;\r\n}\r\n\r\n.sidebar-wrapper {\r\n background: none repeat scroll 0 0 #F6F6F6;\r\n border-bottom-right-radius: 3px;\r\n border-left: 1px solid #E5E5E5;\r\n border-top-right-radius: 3px;\r\n float: right;\r\n padding: 15px 25px 15px 24px;\r\n width: 280px;\r\n z-index: 2;\r\n}\r\n\r\ninput, textarea {\r\n background: none repeat scroll 0 0 #F6F6F6;\r\n border: 1px solid #FFFFFF;\r\n border-radius: 3px 3px 3px 3px;\r\n color: #777;\r\n font-family: Arial,Verdana,sans-serif;\r\n font-size: 13px;\r\n margin: 0;\r\n padding: 7px;\r\n}\r\nform .required {\r\n color: #C91616;\r\n}\r\n.breadcrumbs * {\r\n color: #777777;\r\n font-size: 11px;\r\n white-space: nowrap;\r\n}\r\n.breadcrumb-trail .trail-before {\r\n display: none;\r\n}\r\n\r\n.sep {\r\n padding: 0 3px; /* breadcrumbs arrow */\r\n}\r\n\r\n/*\r\n * P A G E S\r\n */\r\n.page .ktabs, .page #comments {\r\n display: none;\r\n}\r\n\r\n\r\n/*\r\n * H O M E P A G E \r\n */\r\n\r\n.home .grid-post > div {\r\n padding: 0 0 0;\r\n}\r\n.home .posts-post > div {\r\n background: none;\r\n}\r\n.home h5 a,\r\n.home .contentbox h5 {\r\n /*color: #68303D;*/\r\n color: #555555;\r\n font-weight: bold;\r\n}\r\n/*\r\n.home .ps-1 .pnavbar {\r\n display: none;\r\n}\r\n.home .pnav {\r\n display: none;\r\n}*/\r\n.home .ktabs, .home #comments {\r\n display: none;\r\n}\r\n.home p {\r\n line-height: 1.4em;\r\n padding: 0 0 .5em;\r\n}\r\n.home .contentbox fieldset {\r\n min-height: 300px;\r\n}\r\n.home .quote {\r\n margin-bottom: 0;\r\n}\r\n.ktabs {\r\n -moz-border-bottom-colors: none;\r\n -moz-border-image: none;\r\n -moz-border-left-colors: none;\r\n -moz-border-right-colors: none;\r\n -moz-border-top-colors: none;\r\n border-color: #dddddd #dddddd #dddddd;\r\n border-left: 1px solid #dddddd;\r\n border-right: 1px solid #dddddd;\r\n border-style: solid;\r\n border-width: 1px;\r\n clear: both;\r\n margin: 0 0 20px;\r\n padding: 10px 10px 25px;\r\n}\r\n\r\n.quote .qa {\r\n text-align: left;\r\n padding: 1.7em;\r\n font-size: 13px;\r\n}\r\n.quote .qb {\r\n border-color: transparent #59ACD7;\r\n border-style: solid;\r\n border-width: 0 0 30px 30px;\r\n margin: -1.2em 10% 0 10px;\r\n}\r\n\r\n.ps-1 .pnavbar {\r\n background-attachment: scroll;\r\n background-clip: border-box;\r\n background-color: transparent;\r\n background-image: url("../images/pslider-navbar-1.png");\r\n background-origin: padding-box;\r\n background-position: center top;\r\n background-repeat: no-repeat;\r\n background-size: 100% 100px;\r\n height: 49px;\r\n margin: -55px 0 0;\r\n padding: 50px 0 0;\r\n}\r\n.ps-1 .pnavbar span {\r\n font-weight:normal;\r\n font-size: 14px;\r\n padding:0.4em .8em;\r\n vertical-align:middle;\r\n background:#FFF url(../images/grd-black2.png) top center repeat-x;\r\n background-size:100% 100%;\r\n border:1px solid #D5D5D5;\r\n border-bottom:1px solid #AAA;\r\n border-radius:3px;\r\n}\r\n/*\r\n * S I D E B A R\r\n */\r\n.sidebar-wrapper {\r\n background: none repeat scroll 0 0 #F6F6F6;\r\n border-bottom-right-radius: 3px;\r\n border-left: 1px solid #E5E5E5;\r\n border-bottom: 1px solid #E5E5E5;\r\n border-top-right-radius: 3px;\r\n float: right;\r\n padding: 57px 25px 15px 24px;\r\n width: 280px;\r\n z-index: 2;\r\n}\r\n.quote {\r\n margin-bottom: 55px;\r\n}\r\n\r\n\r\n/*\r\n * H E A D E R\r\n */\r\n\r\n#header {\r\n height: 103px;\r\n}\r\ndiv#logo {\r\n display: block;\r\n height: 100px;\r\n margin: 0 auto;\r\n width: 240px;\r\n position: absolute;\r\n left: 38.75%;\r\n float: none !important;\r\n}\r\n.hmisc > div {\r\n background: none;\r\n}\r\n\r\nul.top-menu > li > a {\r\n display: block;\r\n font-size: 14px;\r\n padding: 10px 16px 10px 15px !important;\r\n -moz-transition: all 0.15s linear 0s;\r\n}\r\n#topsearch, #topsearch #searchform {\r\n margin: 70px 0 0;\r\n width: 150px;\r\n}\r\n#searchform input#searchsubmit {\r\n background-color: #1e1e1e;\r\n}\r\n#searchform input#searchsubmit:hover {\r\n background-color: #A05063;\r\n}\r\n\r\n\r\n/*\r\n * N A V I G A T I O N\r\n */\r\nul.top-menu ul.sub-menu a {\r\n font-size: 14px;\r\n}\r\n\r\n/*\r\n * F O O T E R\r\n */\r\n#footerarea, #footerarea li, #footerarea p, #footerarea td, #footerarea th, #footerarea span, #footerarea a, #footerarea div {\r\n color: #CCCCCC;\r\n font-size: 11px;\r\n line-height: 1.6em;\r\n}\r\n#subfooter {\r\n height: 45px;\r\n}\r\n\r\n.fbox ul {\r\n list-style-type: none;\r\n margin-left: 1px;\r\n}\r\n.fbox ul li.page_item a {\r\n text-decoration: none;\r\n}\r\n.fbox ul li.page_item a:hover {\r\n text-decoration: underline;\r\n}";s:17:"titles_font_group";s:7:"default";s:11:"titles_font";s:15:"Times New Roman";s:19:"cufon_panda_current";i:0;s:11:"cufon_panda";s:10:"- select -";s:12:"cufon_custom";s:0:"";s:13:"cufon_classes";s:0:"";s:20:"google_panda_current";i:0;s:12:"google_panda";s:10:"- select -";s:13:"google_custom";s:0:"";s:19:"google_panda_family";s:0:"";s:26:"google_panda_family_custom";s:0:"";s:14:"google_classes";s:0:"";s:8:"h1_color";s:0:"";s:8:"h2_color";s:0:"";s:8:"h3_color";s:0:"";s:8:"h4_color";s:0:"";s:8:"h5_color";s:0:"";s:8:"h6_color";s:0:"";s:7:"h1_size";s:6:"select";s:7:"h2_size";s:6:"select";s:7:"h3_size";s:6:"select";s:7:"h4_size";s:6:"select";s:7:"h5_size";s:6:"select";s:7:"h6_size";s:6:"select";s:4:"font";s:15:"Times New Roman";s:9:"font_size";s:2:"15";s:11:"links_color";s:0:"";s:17:"links_hover_color";s:0:"";s:19:"additional_sidebars";s:1:"4";s:15:"footer_sidebars";s:1:"1";s:6:"notice";N;s:11:"notice_data";s:271:"<div style="background:#FFFADE; padding:6px 0px;">\r\n<div style="background:url(http://www.cedarhealth.org/wp-content/themes/starttica/images/icons/16/led-icons/lightbulb.png) 0 50% no-repeat; width:940px; margin:0 auto; padding:0 0 0 20px;">\r\nHello World!\r\n</div>\r\n</div>";s:7:"hcustom";s:6:"enable";s:12:"hcustom_data";s:0:"";s:10:"lifestream";N;s:17:"lifestream_custom";s:0:"";s:8:"life_rss";s:0:"";s:12:"life_twitter";s:0:"";s:15:"life_deviantart";s:0:"";s:9:"life_digg";s:0:"";s:13:"life_facebook";s:0:"";s:11:"life_flickr";s:0:"";s:11:"life_lastfm";s:0:"";s:13:"life_linkedin";s:0:"";s:12:"life_myspace";s:0:"";s:11:"life_picasa";s:0:"";s:11:"life_reddit";s:0:"";s:10:"life_skype";s:0:"";s:16:"life_stumbleupon";s:0:"";s:15:"life_technorati";s:0:"";s:12:"life_youtube";s:0:"";s:10:"life_vimeo";s:0:"";s:12:"life_blogger";s:0:"";s:14:"life_delicious";s:0:"";s:16:"life_designfloat";s:0:"";s:14:"life_designmoo";s:0:"";s:11:"pages_metas";N;s:10:"searchform";s:6:"enable";s:4:"gzip";s:6:"enable";s:19:"website_on_comments";s:6:"enable";s:10:"buy_themes";s:2:"no";s:9:"admin_bar";N;}', 'yes') ;
  325. INSERT INTO `wp_options` VALUES (217, 0, 'pagenavi_options', 'a:14:{s:10:"pages_text";s:36:"Page %CURRENT_PAGE% of %TOTAL_PAGES%";s:12:"current_text";s:13:"%PAGE_NUMBER%";s:9:"page_text";s:13:"%PAGE_NUMBER%";s:10:"first_text";s:13:"&laquo; First";s:9:"last_text";s:12:"Last &raquo;";s:9:"next_text";s:7:"&raquo;";s:9:"prev_text";s:7:"&laquo;";s:13:"dotright_text";s:3:"...";s:12:"dotleft_text";s:3:"...";s:5:"style";i:1;s:9:"num_pages";i:5;s:11:"always_show";i:0;s:23:"num_larger_page_numbers";i:3;s:28:"larger_page_numbers_multiple";i:10;}', 'yes') ;
  326. INSERT INTO `wp_options` VALUES (218, 0, 'recently_activated', 'a:0:{}', 'yes') ;
  327. INSERT INTO `wp_options` VALUES (220, 0, 'sidebars_widgets', 'a:13:{s:19:"wp_inactive_widgets";a:2:{i:0;s:8:"search-2";i:1;s:12:"categories-2";}s:9:"sidebar-1";a:4:{i:0;s:10:"calendar-2";i:1;s:6:"meta-2";i:2;s:7:"links-2";i:3;s:11:"tag_cloud-2";}s:9:"sidebar-2";a:0:{}s:9:"sidebar-3";a:0:{}s:9:"sidebar-4";a:1:{i:0;s:12:"categories-3";}s:9:"sidebar-5";a:1:{i:0;s:7:"pages-2";}s:9:"sidebar-6";a:1:{i:0;s:20:"contact_info-multi-2";}s:9:"sidebar-7";a:0:{}s:9:"sidebar-8";a:1:{i:0;s:6:"text-2";}s:9:"sidebar-9";a:1:{i:0;s:6:"text-3";}s:10:"sidebar-10";a:1:{i:0;s:6:"text-4";}s:10:"sidebar-11";a:0:{}s:13:"array_version";i:3;}', 'yes') ;
  328. INSERT INTO `wp_options` VALUES (221, 0, 'widget_pages', 'a:2:{i:2;a:3:{s:5:"title";s:5:"Pages";s:6:"sortby";s:10:"post_title";s:7:"exclude";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes') ;
  329. INSERT INTO `wp_options` VALUES (222, 0, 'widget_contact_info_multi', 'a:2:{s:11:"last_number";i:2;i:2;a:7:{s:5:"title";s:0:"";s:12:"widget_title";s:10:"Contact Us";s:9:"introduce";s:0:"";s:5:"phone";s:14:"(208) 321-8520";s:5:"email";s:21:"cedarhealth@gmail.com";s:7:"address";s:47:"8950 W. Emerald St, Suite #150, Boise, ID 83704";s:4:"name";s:0:"";}}', 'yes') ;
  330. INSERT INTO `wp_options` VALUES (223, 0, 'widget_calendar', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes') ;
  331. INSERT INTO `wp_options` VALUES (224, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes') ;
  332. INSERT INTO `wp_options` VALUES (225, 0, 'widget_links', 'a:2:{i:2;a:5:{s:6:"images";i:1;s:4:"name";i:1;s:11:"description";i:0;s:6:"rating";i:0;s:8:"category";i:0;}s:12:"_multiwidget";i:1;}', 'yes') ;
  333. INSERT INTO `wp_options` VALUES (226, 0, 'widget_tag_cloud', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:8:"taxonomy";s:8:"post_tag";}s:12:"_multiwidget";i:1;}', 'yes') ;
  334. INSERT INTO `wp_options` VALUES (375, 0, 'rewrite_rules', 'a:128:{s:10:"sliders/?$";s:26:"index.php?post_type=slider";s:40:"sliders/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?post_type=slider&feed=$matches[1]";s:35:"sliders/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?post_type=slider&feed=$matches[1]";s:27:"sliders/page/([0-9]{1,})/?$";s:44:"index.php?post_type=slider&paged=$matches[1]";s:10:"product/?$";s:27:"index.php?post_type=product";s:40:"product/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=product&feed=$matches[1]";s:35:"product/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=product&feed=$matches[1]";s:27:"product/page/([0-9]{1,})/?$";s:45:"index.php?post_type=product&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:46:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:56:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:76:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:71:"wpcf7_contact_form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:39:"wpcf7_contact_form/([^/]+)/trackback/?$";s:45:"index.php?wpcf7_contact_form=$matches[1]&tb=1";s:59:"wpcf7_contact_form/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?wpcf7_contact_form=$matches[1]&feed=$matches[2]";s:54:"wpcf7_contact_form/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?wpcf7_contact_form=$matches[1]&feed=$matches[2]";s:47:"wpcf7_contact_form/([^/]+)/page/?([0-9]{1,})/?$";s:58:"index.php?wpcf7_contact_form=$matches[1]&paged=$matches[2]";s:54:"wpcf7_contact_form/([^/]+)/comment-page-([0-9]{1,})/?$";s:58:"index.php?wpcf7_contact_form=$matches[1]&cpage=$matches[2]";s:39:"wpcf7_contact_form/([^/]+)(/[0-9]+)?/?$";s:57:"index.php?wpcf7_contact_form=$matches[1]&page=$matches[2]";s:35:"wpcf7_contact_form/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"wpcf7_contact_form/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"wpcf7_contact_form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"wpcf7_contact_form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"wpcf7_contact_form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"sliders/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"sliders/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"sliders/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"sliders/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"sliders/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:28:"sliders/([^/]+)/trackback/?$";s:33:"index.php?slider=$matches[1]&tb=1";s:48:"sliders/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?slider=$matches[1]&feed=$matches[2]";s:43:"sliders/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:45:"index.php?slider=$matches[1]&feed=$matches[2]";s:36:"sliders/([^/]+)/page/?([0-9]{1,})/?$";s:46:"index.php?slider=$matches[1]&paged=$matches[2]";s:43:"sliders/([^/]+)/comment-page-([0-9]{1,})/?$";s:46:"index.php?slider=$matches[1]&cpage=$matches[2]";s:28:"sliders/([^/]+)(/[0-9]+)?/?$";s:45:"index.php?slider=$matches[1]&page=$matches[2]";s:24:"sliders/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:34:"sliders/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:54:"sliders/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"sliders/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"sliders/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"product/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:45:"product/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:65:"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:60:"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:28:"product/([^/]+)/trackback/?$";s:34:"index.php?product=$matches[1]&tb=1";s:48:"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?product=$matches[1]&feed=$matches[2]";s:43:"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?product=$matches[1]&feed=$matches[2]";s:36:"product/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?product=$matches[1]&paged=$matches[2]";s:43:"product/([^/]+)/comment-page-([0-9]{1,})/?$";s:47:"index.php?product=$matches[1]&cpage=$matches[2]";s:28:"product/([^/]+)(/[0-9]+)?/?$";s:46:"index.php?product=$matches[1]&page=$matches[2]";s:24:"product/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:34:"product/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:54:"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:49:"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:48:"catalog/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?catalog=$matches[1]&feed=$matches[2]";s:43:"catalog/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?catalog=$matches[1]&feed=$matches[2]";s:36:"catalog/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?catalog=$matches[1]&paged=$matches[2]";s:18:"catalog/([^/]+)/?$";s:29:"index.php?catalog=$matches[1]";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";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:39:"index.php?&page_id=16&cpage=$matches[1]";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?&feed=$matches[1]&withcomments=1";s:29:"comments/page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:40:"index.php?s=$matches[1]&feed=$matches[2]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:41:"index.php?s=$matches[1]&paged=$matches[2]";s:14:"search/(.+)/?$";s:23:"index.php?s=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:20:"(.?.+?)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)(/[0-9]+)?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";}', 'yes') ;
  335. INSERT INTO `wp_options` VALUES (272, 0, 'category_children', 'a:0:{}', 'yes') ;
  336. INSERT INTO `wp_options` VALUES (245, 0, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes') ;
  337. INSERT INTO `wp_options` VALUES (251, 0, '_transient_random_seed', '924078aefe21b3c012852180e58fa475', 'yes') ;
  338. INSERT INTO `wp_options` VALUES (324, 0, 'catalog_children', 'a:0:{}', 'yes') ;
  339. INSERT INTO `wp_options` VALUES (428, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1328152730;s:7:"checked";a:6:{s:19:"akismet/akismet.php";s:5:"2.5.5";s:36:"contact-form-7/wp-contact-form-7.php";s:3:"3.1";s:9:"hello.php";s:3:"1.6";s:19:"jetpack/jetpack.php";s:5:"1.2.2";s:19:"wiziapp/wiziapp.php";s:6:"1.2.2b";s:33:"wp-easy-backup/wp-easy-backup.php";s:3:"1.0";}s:8:"response";a:0:{}}', 'yes') ;
  340. INSERT INTO `wp_options` VALUES (372, 0, 'wpcf7', 'a:1:{s:7:"version";s:3:"3.1";}', 'yes') ;
  341. INSERT INTO `wp_options` VALUES (388, 0, '_site_transient_timeout_browser_35cca5ea1904a02dc14ae7370b301706', '1328751065', 'yes') ;
  342. INSERT INTO `wp_options` VALUES (389, 0, '_site_transient_browser_35cca5ea1904a02dc14ae7370b301706', 'a:9:{s:8:"platform";s:9:"Macintosh";s:4:"name";s:7:"Firefox";s:7:"version";s:4:"10.0";s:10:"update_url";s:23:"http://www.firefox.com/";s:7:"img_src";s:50:"http://s.wordpress.org/images/browsers/firefox.png";s:11:"img_src_ssl";s:49:"https://wordpress.org/images/browsers/firefox.png";s:15:"current_version";s:1:"9";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes') ;
  343. #
  344. # End of data contents of table `wp_options`
  345. # --------------------------------------------------------
  346.  
  347. # --------------------------------------------------------
  348. # Table: `wp_postmeta`
  349. # --------------------------------------------------------
  350.  
  351.  
  352. #
  353. # Delete any existing table `wp_postmeta`
  354. #
  355.  
  356. DROP TABLE IF EXISTS `wp_postmeta`;
  357.  
  358.  
  359. #
  360. # Table structure of table `wp_postmeta`
  361. #
  362.  
  363. CREATE TABLE `wp_postmeta` (
  364. `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  365. `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  366. `meta_key` varchar(255) DEFAULT NULL,
  367. `meta_value` longtext,
  368. PRIMARY KEY (`meta_id`),
  369. KEY `post_id` (`post_id`),
  370. KEY `meta_key` (`meta_key`)
  371. ) ENGINE=MyISAM AUTO_INCREMENT=409 DEFAULT CHARSET=utf8 ;
  372.  
  373. #
  374. # Data contents of table `wp_postmeta`
  375. #
  376.  
  377. INSERT INTO `wp_postmeta` VALUES (1, 2, '_wp_page_template', 'default') ;
  378. INSERT INTO `wp_postmeta` VALUES (4, 5, '_wp_attached_file', '2012/01/cedar-health-logo-stacked-100h.png') ;
  379. INSERT INTO `wp_postmeta` VALUES (5, 5, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"227";s:6:"height";s:3:"100";s:14:"hwstring_small";s:23:"height=\'56\' width=\'128\'";s:4:"file";s:42:"2012/01/cedar-health-logo-stacked-100h.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"cedar-health-logo-stacked-100h-150x100.png";s:5:"width";s:3:"150";s:6:"height";s:3:"100";}s:9:"thumb-150";a:3:{s:4:"file";s:41:"cedar-health-logo-stacked-100h-150x66.png";s:5:"width";s:3:"150";s:6:"height";s:2:"66";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  380. INSERT INTO `wp_postmeta` VALUES (6, 6, '_edit_last', '1') ;
  381. INSERT INTO `wp_postmeta` VALUES (7, 6, 'transition', 'ptd') ;
  382. INSERT INTO `wp_postmeta` VALUES (8, 6, 'delay', '3') ;
  383. INSERT INTO `wp_postmeta` VALUES (9, 6, '_edit_lock', '1327781265:1') ;
  384. INSERT INTO `wp_postmeta` VALUES (10, 7, '_wp_attached_file', '2012/01/gentle-family-chiropractic-care.jpg') ;
  385. INSERT INTO `wp_postmeta` VALUES (11, 7, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"308";s:14:"hwstring_small";s:23:"height=\'41\' width=\'128\'";s:4:"file";s:43:"2012/01/gentle-family-chiropractic-care.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"gentle-family-chiropractic-care-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:42:"gentle-family-chiropractic-care-300x96.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"96";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"gentle-family-chiropractic-care-300x96.jpg";s:5:"width";s:3:"300";s:6:"height";s:2:"96";}s:9:"thumb-150";a:3:{s:4:"file";s:42:"gentle-family-chiropractic-care-150x48.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"48";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  386. INSERT INTO `wp_postmeta` VALUES (12, 9, '_edit_last', '1') ;
  387. INSERT INTO `wp_postmeta` VALUES (13, 9, 'sidebar_value', 'Default sidebar') ;
  388. INSERT INTO `wp_postmeta` VALUES (14, 9, 'transition', '') ;
  389. INSERT INTO `wp_postmeta` VALUES (15, 9, 'delay', '') ;
  390. INSERT INTO `wp_postmeta` VALUES (16, 9, 'tab', '') ;
  391. INSERT INTO `wp_postmeta` VALUES (17, 9, 'purchase', '') ;
  392. INSERT INTO `wp_postmeta` VALUES (18, 9, 'price', '') ;
  393. INSERT INTO `wp_postmeta` VALUES (19, 9, 'price_old', '') ;
  394. INSERT INTO `wp_postmeta` VALUES (20, 9, 'demo_url', '') ;
  395. INSERT INTO `wp_postmeta` VALUES (21, 9, 'label', '') ;
  396. INSERT INTO `wp_postmeta` VALUES (22, 9, 'button', '') ;
  397. INSERT INTO `wp_postmeta` VALUES (23, 9, 'button_tagline', '') ;
  398. INSERT INTO `wp_postmeta` VALUES (24, 9, 'button_current', '') ;
  399. INSERT INTO `wp_postmeta` VALUES (25, 9, 'button_url', '') ;
  400. INSERT INTO `wp_postmeta` VALUES (26, 9, 'before_button', '') ;
  401. INSERT INTO `wp_postmeta` VALUES (27, 9, 'after_button', '') ;
  402. INSERT INTO `wp_postmeta` VALUES (28, 9, 'custom_button', '') ;
  403. INSERT INTO `wp_postmeta` VALUES (29, 9, 'demo_button', '') ;
  404. INSERT INTO `wp_postmeta` VALUES (30, 9, 'demo_button_tagline', '') ;
  405. INSERT INTO `wp_postmeta` VALUES (31, 9, 'desc', '') ;
  406. INSERT INTO `wp_postmeta` VALUES (32, 9, 'custom_tab_title', '') ;
  407. INSERT INTO `wp_postmeta` VALUES (33, 9, 'custom_tab_content', '') ;
  408. INSERT INTO `wp_postmeta` VALUES (34, 9, '_wp_page_template', 'archive-blog.php') ;
  409. INSERT INTO `wp_postmeta` VALUES (35, 9, '_edit_lock', '1327779732:1') ;
  410. INSERT INTO `wp_postmeta` VALUES (36, 11, '_edit_last', '1') ;
  411. INSERT INTO `wp_postmeta` VALUES (37, 11, 'sidebar_value', 'Side 1') ;
  412. INSERT INTO `wp_postmeta` VALUES (38, 11, 'transition', '') ;
  413. INSERT INTO `wp_postmeta` VALUES (39, 11, 'delay', '') ;
  414. INSERT INTO `wp_postmeta` VALUES (40, 11, 'tab', '') ;
  415. INSERT INTO `wp_postmeta` VALUES (41, 11, 'purchase', '') ;
  416. INSERT INTO `wp_postmeta` VALUES (42, 11, 'price', '') ;
  417. INSERT INTO `wp_postmeta` VALUES (43, 11, 'price_old', '') ;
  418. INSERT INTO `wp_postmeta` VALUES (44, 11, 'demo_url', '') ;
  419. INSERT INTO `wp_postmeta` VALUES (45, 11, 'label', '') ;
  420. INSERT INTO `wp_postmeta` VALUES (46, 11, 'button', '') ;
  421. INSERT INTO `wp_postmeta` VALUES (47, 11, 'button_tagline', '') ;
  422. INSERT INTO `wp_postmeta` VALUES (48, 11, 'button_current', '') ;
  423. INSERT INTO `wp_postmeta` VALUES (49, 11, 'button_url', '') ;
  424. INSERT INTO `wp_postmeta` VALUES (50, 11, 'before_button', '') ;
  425. INSERT INTO `wp_postmeta` VALUES (51, 11, 'after_button', '') ;
  426. INSERT INTO `wp_postmeta` VALUES (52, 11, 'custom_button', '') ;
  427. INSERT INTO `wp_postmeta` VALUES (53, 11, 'demo_button', '') ;
  428. INSERT INTO `wp_postmeta` VALUES (54, 11, 'demo_button_tagline', '') ;
  429. INSERT INTO `wp_postmeta` VALUES (55, 11, 'desc', '') ;
  430. INSERT INTO `wp_postmeta` VALUES (56, 11, 'custom_tab_title', '') ;
  431. INSERT INTO `wp_postmeta` VALUES (57, 11, 'custom_tab_content', '') ;
  432. INSERT INTO `wp_postmeta` VALUES (58, 11, '_wp_page_template', 'default') ;
  433. INSERT INTO `wp_postmeta` VALUES (59, 11, '_edit_lock', '1327783715:1') ;
  434. INSERT INTO `wp_postmeta` VALUES (60, 14, '_edit_last', '1') ;
  435. INSERT INTO `wp_postmeta` VALUES (61, 14, 'sidebar_value', 'Side 3') ;
  436. INSERT INTO `wp_postmeta` VALUES (62, 14, 'transition', '') ;
  437. INSERT INTO `wp_postmeta` VALUES (63, 14, 'delay', '') ;
  438. INSERT INTO `wp_postmeta` VALUES (64, 14, 'tab', '') ;
  439. INSERT INTO `wp_postmeta` VALUES (65, 14, 'purchase', '') ;
  440. INSERT INTO `wp_postmeta` VALUES (66, 14, 'price', '') ;
  441. INSERT INTO `wp_postmeta` VALUES (67, 14, 'price_old', '') ;
  442. INSERT INTO `wp_postmeta` VALUES (68, 14, 'demo_url', '') ;
  443. INSERT INTO `wp_postmeta` VALUES (69, 14, 'label', '') ;
  444. INSERT INTO `wp_postmeta` VALUES (70, 14, 'button', '') ;
  445. INSERT INTO `wp_postmeta` VALUES (71, 14, 'button_tagline', '') ;
  446. INSERT INTO `wp_postmeta` VALUES (72, 14, 'button_current', '') ;
  447. INSERT INTO `wp_postmeta` VALUES (73, 14, 'button_url', '') ;
  448. INSERT INTO `wp_postmeta` VALUES (74, 14, 'before_button', '') ;
  449. INSERT INTO `wp_postmeta` VALUES (75, 14, 'after_button', '') ;
  450. INSERT INTO `wp_postmeta` VALUES (76, 14, 'custom_button', '') ;
  451. INSERT INTO `wp_postmeta` VALUES (77, 14, 'demo_button', '') ;
  452. INSERT INTO `wp_postmeta` VALUES (78, 14, 'demo_button_tagline', '') ;
  453. INSERT INTO `wp_postmeta` VALUES (79, 14, 'desc', '') ;
  454. INSERT INTO `wp_postmeta` VALUES (80, 14, 'custom_tab_title', '') ;
  455. INSERT INTO `wp_postmeta` VALUES (81, 14, 'custom_tab_content', '') ;
  456. INSERT INTO `wp_postmeta` VALUES (82, 14, '_wp_page_template', 'default') ;
  457. INSERT INTO `wp_postmeta` VALUES (83, 14, '_edit_lock', '1327783782:1') ;
  458. INSERT INTO `wp_postmeta` VALUES (84, 16, '_edit_last', '1') ;
  459. INSERT INTO `wp_postmeta` VALUES (85, 16, 'sidebar_value', 'No sidebar') ;
  460. INSERT INTO `wp_postmeta` VALUES (86, 16, 'transition', '') ;
  461. INSERT INTO `wp_postmeta` VALUES (87, 16, 'delay', '') ;
  462. INSERT INTO `wp_postmeta` VALUES (88, 16, 'tab', '') ;
  463. INSERT INTO `wp_postmeta` VALUES (89, 16, 'purchase', '') ;
  464. INSERT INTO `wp_postmeta` VALUES (90, 16, 'price', '') ;
  465. INSERT INTO `wp_postmeta` VALUES (91, 16, 'price_old', '') ;
  466. INSERT INTO `wp_postmeta` VALUES (92, 16, 'demo_url', '') ;
  467. INSERT INTO `wp_postmeta` VALUES (93, 16, 'label', '') ;
  468. INSERT INTO `wp_postmeta` VALUES (94, 16, 'button', '') ;
  469. INSERT INTO `wp_postmeta` VALUES (95, 16, 'button_tagline', '') ;
  470. INSERT INTO `wp_postmeta` VALUES (96, 16, 'button_current', '') ;
  471. INSERT INTO `wp_postmeta` VALUES (97, 16, 'button_url', '') ;
  472. INSERT INTO `wp_postmeta` VALUES (98, 16, 'before_button', '') ;
  473. INSERT INTO `wp_postmeta` VALUES (99, 16, 'after_button', '') ;
  474. INSERT INTO `wp_postmeta` VALUES (100, 16, 'custom_button', '') ;
  475. INSERT INTO `wp_postmeta` VALUES (101, 16, 'demo_button', '') ;
  476. INSERT INTO `wp_postmeta` VALUES (102, 16, 'demo_button_tagline', '') ;
  477. INSERT INTO `wp_postmeta` VALUES (103, 16, 'desc', '') ;
  478. INSERT INTO `wp_postmeta` VALUES (104, 16, 'custom_tab_title', '') ;
  479. INSERT INTO `wp_postmeta` VALUES (105, 16, 'custom_tab_content', '') ;
  480. INSERT INTO `wp_postmeta` VALUES (106, 16, '_wp_page_template', 'page-blank.php') ;
  481. INSERT INTO `wp_postmeta` VALUES (107, 16, '_edit_lock', '1327784091:1') ;
  482. INSERT INTO `wp_postmeta` VALUES (108, 2, '_edit_lock', '1327779981:1') ;
  483. INSERT INTO `wp_postmeta` VALUES (109, 2, '_wp_trash_meta_status', 'publish') ;
  484. INSERT INTO `wp_postmeta` VALUES (110, 2, '_wp_trash_meta_time', '1327780002') ;
  485. INSERT INTO `wp_postmeta` VALUES (111, 2, 'transition', '') ;
  486. INSERT INTO `wp_postmeta` VALUES (112, 2, 'delay', '') ;
  487. INSERT INTO `wp_postmeta` VALUES (113, 2, 'tab', '') ;
  488. INSERT INTO `wp_postmeta` VALUES (114, 2, 'purchase', '') ;
  489. INSERT INTO `wp_postmeta` VALUES (115, 2, 'price', '') ;
  490. INSERT INTO `wp_postmeta` VALUES (116, 2, 'price_old', '') ;
  491. INSERT INTO `wp_postmeta` VALUES (117, 2, 'demo_url', '') ;
  492. INSERT INTO `wp_postmeta` VALUES (118, 2, 'label', '') ;
  493. INSERT INTO `wp_postmeta` VALUES (119, 2, 'button', '') ;
  494. INSERT INTO `wp_postmeta` VALUES (120, 2, 'button_tagline', '') ;
  495. INSERT INTO `wp_postmeta` VALUES (121, 2, 'button_current', '') ;
  496. INSERT INTO `wp_postmeta` VALUES (122, 2, 'button_url', '') ;
  497. INSERT INTO `wp_postmeta` VALUES (123, 2, 'before_button', '') ;
  498. INSERT INTO `wp_postmeta` VALUES (124, 2, 'after_button', '') ;
  499. INSERT INTO `wp_postmeta` VALUES (125, 2, 'custom_button', '') ;
  500. INSERT INTO `wp_postmeta` VALUES (126, 2, 'demo_button', '') ;
  501. INSERT INTO `wp_postmeta` VALUES (127, 2, 'demo_button_tagline', '') ;
  502. INSERT INTO `wp_postmeta` VALUES (128, 2, 'desc', '') ;
  503. INSERT INTO `wp_postmeta` VALUES (129, 2, 'custom_tab_title', '') ;
  504. INSERT INTO `wp_postmeta` VALUES (130, 2, 'custom_tab_content', '') ;
  505. INSERT INTO `wp_postmeta` VALUES (131, 20, '_edit_last', '1') ;
  506. INSERT INTO `wp_postmeta` VALUES (132, 20, 'sidebar_value', 'Side 2') ;
  507. INSERT INTO `wp_postmeta` VALUES (133, 20, 'transition', '') ;
  508. INSERT INTO `wp_postmeta` VALUES (134, 20, 'delay', '') ;
  509. INSERT INTO `wp_postmeta` VALUES (135, 20, 'tab', '') ;
  510. INSERT INTO `wp_postmeta` VALUES (136, 20, 'purchase', '') ;
  511. INSERT INTO `wp_postmeta` VALUES (137, 20, 'price', '') ;
  512. INSERT INTO `wp_postmeta` VALUES (138, 20, 'price_old', '') ;
  513. INSERT INTO `wp_postmeta` VALUES (139, 20, 'demo_url', '') ;
  514. INSERT INTO `wp_postmeta` VALUES (140, 20, 'label', '') ;
  515. INSERT INTO `wp_postmeta` VALUES (141, 20, 'button', '') ;
  516. INSERT INTO `wp_postmeta` VALUES (142, 20, 'button_tagline', '') ;
  517. INSERT INTO `wp_postmeta` VALUES (143, 20, 'button_current', '') ;
  518. INSERT INTO `wp_postmeta` VALUES (144, 20, 'button_url', '') ;
  519. INSERT INTO `wp_postmeta` VALUES (145, 20, 'before_button', '') ;
  520. INSERT INTO `wp_postmeta` VALUES (146, 20, 'after_button', '') ;
  521. INSERT INTO `wp_postmeta` VALUES (147, 20, 'custom_button', '') ;
  522. INSERT INTO `wp_postmeta` VALUES (148, 20, 'demo_button', '') ;
  523. INSERT INTO `wp_postmeta` VALUES (149, 20, 'demo_button_tagline', '') ;
  524. INSERT INTO `wp_postmeta` VALUES (150, 20, 'desc', '') ;
  525. INSERT INTO `wp_postmeta` VALUES (151, 20, 'custom_tab_title', '') ;
  526. INSERT INTO `wp_postmeta` VALUES (152, 20, 'custom_tab_content', '') ;
  527. INSERT INTO `wp_postmeta` VALUES (153, 20, '_wp_page_template', 'default') ;
  528. INSERT INTO `wp_postmeta` VALUES (154, 20, '_edit_lock', '1327784013:1') ;
  529. INSERT INTO `wp_postmeta` VALUES (155, 23, '_edit_last', '1') ;
  530. INSERT INTO `wp_postmeta` VALUES (156, 23, 'sidebar_value', 'Side 2') ;
  531. INSERT INTO `wp_postmeta` VALUES (157, 23, 'transition', '') ;
  532. INSERT INTO `wp_postmeta` VALUES (158, 23, 'delay', '') ;
  533. INSERT INTO `wp_postmeta` VALUES (159, 23, 'tab', '') ;
  534. INSERT INTO `wp_postmeta` VALUES (160, 23, 'purchase', '') ;
  535. INSERT INTO `wp_postmeta` VALUES (161, 23, 'price', '') ;
  536. INSERT INTO `wp_postmeta` VALUES (162, 23, 'price_old', '') ;
  537. INSERT INTO `wp_postmeta` VALUES (163, 23, 'demo_url', '') ;
  538. INSERT INTO `wp_postmeta` VALUES (164, 23, 'label', '') ;
  539. INSERT INTO `wp_postmeta` VALUES (165, 23, 'button', '') ;
  540. INSERT INTO `wp_postmeta` VALUES (166, 23, 'button_tagline', '') ;
  541. INSERT INTO `wp_postmeta` VALUES (167, 23, 'button_current', '') ;
  542. INSERT INTO `wp_postmeta` VALUES (168, 23, 'button_url', '') ;
  543. INSERT INTO `wp_postmeta` VALUES (169, 23, 'before_button', '') ;
  544. INSERT INTO `wp_postmeta` VALUES (170, 23, 'after_button', '') ;
  545. INSERT INTO `wp_postmeta` VALUES (171, 23, 'custom_button', '') ;
  546. INSERT INTO `wp_postmeta` VALUES (172, 23, 'demo_button', '') ;
  547. INSERT INTO `wp_postmeta` VALUES (173, 23, 'demo_button_tagline', '') ;
  548. INSERT INTO `wp_postmeta` VALUES (174, 23, 'desc', '') ;
  549. INSERT INTO `wp_postmeta` VALUES (175, 23, 'custom_tab_title', '') ;
  550. INSERT INTO `wp_postmeta` VALUES (176, 23, 'custom_tab_content', '') ;
  551. INSERT INTO `wp_postmeta` VALUES (177, 23, '_wp_page_template', 'default') ;
  552. INSERT INTO `wp_postmeta` VALUES (178, 23, '_edit_lock', '1327780104:1') ;
  553. INSERT INTO `wp_postmeta` VALUES (179, 25, '_edit_last', '1') ;
  554. INSERT INTO `wp_postmeta` VALUES (180, 25, 'sidebar_value', 'Side 3') ;
  555. INSERT INTO `wp_postmeta` VALUES (181, 25, 'transition', '') ;
  556. INSERT INTO `wp_postmeta` VALUES (182, 25, 'delay', '') ;
  557. INSERT INTO `wp_postmeta` VALUES (183, 25, 'tab', '') ;
  558. INSERT INTO `wp_postmeta` VALUES (184, 25, 'purchase', '') ;
  559. INSERT INTO `wp_postmeta` VALUES (185, 25, 'price', '') ;
  560. INSERT INTO `wp_postmeta` VALUES (186, 25, 'price_old', '') ;
  561. INSERT INTO `wp_postmeta` VALUES (187, 25, 'demo_url', '') ;
  562. INSERT INTO `wp_postmeta` VALUES (188, 25, 'label', '') ;
  563. INSERT INTO `wp_postmeta` VALUES (189, 25, 'button', '') ;
  564. INSERT INTO `wp_postmeta` VALUES (190, 25, 'button_tagline', '') ;
  565. INSERT INTO `wp_postmeta` VALUES (191, 25, 'button_current', '') ;
  566. INSERT INTO `wp_postmeta` VALUES (192, 25, 'button_url', '') ;
  567. INSERT INTO `wp_postmeta` VALUES (193, 25, 'before_button', '') ;
  568. INSERT INTO `wp_postmeta` VALUES (194, 25, 'after_button', '') ;
  569. INSERT INTO `wp_postmeta` VALUES (195, 25, 'custom_button', '') ;
  570. INSERT INTO `wp_postmeta` VALUES (196, 25, 'demo_button', '') ;
  571. INSERT INTO `wp_postmeta` VALUES (197, 25, 'demo_button_tagline', '') ;
  572. INSERT INTO `wp_postmeta` VALUES (198, 25, 'desc', '') ;
  573. INSERT INTO `wp_postmeta` VALUES (199, 25, 'custom_tab_title', '') ;
  574. INSERT INTO `wp_postmeta` VALUES (200, 25, 'custom_tab_content', '') ;
  575. INSERT INTO `wp_postmeta` VALUES (201, 25, '_wp_page_template', 'default') ;
  576. INSERT INTO `wp_postmeta` VALUES (202, 25, '_edit_lock', '1327783850:1') ;
  577. INSERT INTO `wp_postmeta` VALUES (203, 27, '_menu_item_type', 'post_type') ;
  578. INSERT INTO `wp_postmeta` VALUES (204, 27, '_menu_item_menu_item_parent', '0') ;
  579. INSERT INTO `wp_postmeta` VALUES (205, 27, '_menu_item_object_id', '23') ;
  580. INSERT INTO `wp_postmeta` VALUES (206, 27, '_menu_item_object', 'page') ;
  581. INSERT INTO `wp_postmeta` VALUES (207, 27, '_menu_item_target', '') ;
  582. INSERT INTO `wp_postmeta` VALUES (208, 27, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ;
  583. INSERT INTO `wp_postmeta` VALUES (209, 27, '_menu_item_xfn', '') ;
  584. INSERT INTO `wp_postmeta` VALUES (210, 27, '_menu_item_url', '') ;
  585. INSERT INTO `wp_postmeta` VALUES (268, 6, 'price', '') ;
  586. INSERT INTO `wp_postmeta` VALUES (212, 28, '_menu_item_type', 'post_type') ;
  587. INSERT INTO `wp_postmeta` VALUES (213, 28, '_menu_item_menu_item_parent', '27') ;
  588. INSERT INTO `wp_postmeta` VALUES (214, 28, '_menu_item_object_id', '25') ;
  589. INSERT INTO `wp_postmeta` VALUES (215, 28, '_menu_item_object', 'page') ;
  590. INSERT INTO `wp_postmeta` VALUES (216, 28, '_menu_item_target', '') ;
  591. INSERT INTO `wp_postmeta` VALUES (217, 28, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ;
  592. INSERT INTO `wp_postmeta` VALUES (218, 28, '_menu_item_xfn', '') ;
  593. INSERT INTO `wp_postmeta` VALUES (219, 28, '_menu_item_url', '') ;
  594. INSERT INTO `wp_postmeta` VALUES (267, 6, 'purchase', '') ;
  595. INSERT INTO `wp_postmeta` VALUES (221, 29, '_menu_item_type', 'post_type') ;
  596. INSERT INTO `wp_postmeta` VALUES (222, 29, '_menu_item_menu_item_parent', '0') ;
  597. INSERT INTO `wp_postmeta` VALUES (223, 29, '_menu_item_object_id', '20') ;
  598. INSERT INTO `wp_postmeta` VALUES (224, 29, '_menu_item_object', 'page') ;
  599. INSERT INTO `wp_postmeta` VALUES (225, 29, '_menu_item_target', '') ;
  600. INSERT INTO `wp_postmeta` VALUES (226, 29, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ;
  601. INSERT INTO `wp_postmeta` VALUES (227, 29, '_menu_item_xfn', '') ;
  602. INSERT INTO `wp_postmeta` VALUES (228, 29, '_menu_item_url', '') ;
  603. INSERT INTO `wp_postmeta` VALUES (271, 6, 'label', '') ;
  604. INSERT INTO `wp_postmeta` VALUES (230, 30, '_menu_item_type', 'post_type') ;
  605. INSERT INTO `wp_postmeta` VALUES (231, 30, '_menu_item_menu_item_parent', '0') ;
  606. INSERT INTO `wp_postmeta` VALUES (232, 30, '_menu_item_object_id', '16') ;
  607. INSERT INTO `wp_postmeta` VALUES (233, 30, '_menu_item_object', 'page') ;
  608. INSERT INTO `wp_postmeta` VALUES (234, 30, '_menu_item_target', '') ;
  609. INSERT INTO `wp_postmeta` VALUES (235, 30, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ;
  610. INSERT INTO `wp_postmeta` VALUES (236, 30, '_menu_item_xfn', '') ;
  611. INSERT INTO `wp_postmeta` VALUES (237, 30, '_menu_item_url', '') ;
  612. INSERT INTO `wp_postmeta` VALUES (272, 6, 'button', '') ;
  613. INSERT INTO `wp_postmeta` VALUES (239, 31, '_menu_item_type', 'post_type') ;
  614. INSERT INTO `wp_postmeta` VALUES (240, 31, '_menu_item_menu_item_parent', '0') ;
  615. INSERT INTO `wp_postmeta` VALUES (241, 31, '_menu_item_object_id', '14') ;
  616. INSERT INTO `wp_postmeta` VALUES (242, 31, '_menu_item_object', 'page') ;
  617. INSERT INTO `wp_postmeta` VALUES (243, 31, '_menu_item_target', '') ;
  618. INSERT INTO `wp_postmeta` VALUES (244, 31, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ;
  619. INSERT INTO `wp_postmeta` VALUES (245, 31, '_menu_item_xfn', '') ;
  620. INSERT INTO `wp_postmeta` VALUES (246, 31, '_menu_item_url', '') ;
  621. INSERT INTO `wp_postmeta` VALUES (269, 6, 'price_old', '') ;
  622. INSERT INTO `wp_postmeta` VALUES (248, 32, '_menu_item_type', 'post_type') ;
  623. INSERT INTO `wp_postmeta` VALUES (249, 32, '_menu_item_menu_item_parent', '0') ;
  624. INSERT INTO `wp_postmeta` VALUES (250, 32, '_menu_item_object_id', '11') ;
  625. INSERT INTO `wp_postmeta` VALUES (251, 32, '_menu_item_object', 'page') ;
  626. INSERT INTO `wp_postmeta` VALUES (252, 32, '_menu_item_target', '') ;
  627. INSERT INTO `wp_postmeta` VALUES (253, 32, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ;
  628. INSERT INTO `wp_postmeta` VALUES (254, 32, '_menu_item_xfn', '') ;
  629. INSERT INTO `wp_postmeta` VALUES (255, 32, '_menu_item_url', '') ;
  630. INSERT INTO `wp_postmeta` VALUES (270, 6, 'demo_url', '') ;
  631. INSERT INTO `wp_postmeta` VALUES (257, 33, '_menu_item_type', 'post_type') ;
  632. INSERT INTO `wp_postmeta` VALUES (258, 33, '_menu_item_menu_item_parent', '0') ;
  633. INSERT INTO `wp_postmeta` VALUES (259, 33, '_menu_item_object_id', '9') ;
  634. INSERT INTO `wp_postmeta` VALUES (260, 33, '_menu_item_object', 'page') ;
  635. INSERT INTO `wp_postmeta` VALUES (261, 33, '_menu_item_target', '') ;
  636. INSERT INTO `wp_postmeta` VALUES (262, 33, '_menu_item_classes', 'a:1:{i:0;s:0:"";}') ;
  637. INSERT INTO `wp_postmeta` VALUES (263, 33, '_menu_item_xfn', '') ;
  638. INSERT INTO `wp_postmeta` VALUES (264, 33, '_menu_item_url', '') ;
  639. INSERT INTO `wp_postmeta` VALUES (266, 6, 'tab', '') ;
  640. INSERT INTO `wp_postmeta` VALUES (273, 6, 'button_tagline', '') ;
  641. INSERT INTO `wp_postmeta` VALUES (274, 6, 'button_current', '') ;
  642. INSERT INTO `wp_postmeta` VALUES (275, 6, 'button_url', '') ;
  643. INSERT INTO `wp_postmeta` VALUES (276, 6, 'before_button', '') ;
  644. INSERT INTO `wp_postmeta` VALUES (277, 6, 'after_button', '') ;
  645. INSERT INTO `wp_postmeta` VALUES (278, 6, 'custom_button', '') ;
  646. INSERT INTO `wp_postmeta` VALUES (279, 6, 'demo_button', '') ;
  647. INSERT INTO `wp_postmeta` VALUES (280, 6, 'demo_button_tagline', '') ;
  648. INSERT INTO `wp_postmeta` VALUES (281, 6, 'desc', '') ;
  649. INSERT INTO `wp_postmeta` VALUES (282, 6, 'custom_tab_title', '') ;
  650. INSERT INTO `wp_postmeta` VALUES (283, 6, 'custom_tab_content', '') ;
  651. INSERT INTO `wp_postmeta` VALUES (284, 35, '_wp_attached_file', '2012/01/imageSlider-text-box-darker.jpg') ;
  652. INSERT INTO `wp_postmeta` VALUES (285, 35, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"960";s:6:"height";s:3:"400";s:14:"hwstring_small";s:23:"height=\'53\' width=\'128\'";s:4:"file";s:39:"2012/01/imageSlider-text-box-darker.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:39:"imageSlider-text-box-darker-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:39:"imageSlider-text-box-darker-300x125.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"125";}s:5:"large";a:3:{s:4:"file";s:39:"imageSlider-text-box-darker-640x266.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"266";}s:14:"post-thumbnail";a:3:{s:4:"file";s:39:"imageSlider-text-box-darker-300x125.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"125";}s:9:"thumb-150";a:3:{s:4:"file";s:38:"imageSlider-text-box-darker-150x62.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"62";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  653. INSERT INTO `wp_postmeta` VALUES (310, 6, 's-img1', 'http://www.cedarhealth.org/wp-content/uploads/2012/01/imageSlider-text-box-darker.jpg') ;
  654. INSERT INTO `wp_postmeta` VALUES (311, 6, 's-height1', '400') ;
  655. INSERT INTO `wp_postmeta` VALUES (312, 6, 's-url1', 'http://www.cedarhealth.org/boise-gentle-family-chiropractic-care/') ;
  656. INSERT INTO `wp_postmeta` VALUES (290, 6, 'specsum_ajax', '1') ;
  657. INSERT INTO `wp_postmeta` VALUES (309, 6, 's-title1', 'Gentle Family Chiropractic Care') ;
  658. INSERT INTO `wp_postmeta` VALUES (313, 1, '_edit_lock', '1328146391:1') ;
  659. INSERT INTO `wp_postmeta` VALUES (314, 1, '_edit_last', '1') ;
  660. INSERT INTO `wp_postmeta` VALUES (315, 1, 'sidebar_value', 'Default sidebar') ;
  661. INSERT INTO `wp_postmeta` VALUES (316, 1, 'transition', '') ;
  662. INSERT INTO `wp_postmeta` VALUES (317, 1, 'delay', '') ;
  663. INSERT INTO `wp_postmeta` VALUES (318, 1, 'tab', '') ;
  664. INSERT INTO `wp_postmeta` VALUES (319, 1, 'purchase', '') ;
  665. INSERT INTO `wp_postmeta` VALUES (320, 1, 'price', '') ;
  666. INSERT INTO `wp_postmeta` VALUES (321, 1, 'price_old', '') ;
  667. INSERT INTO `wp_postmeta` VALUES (322, 1, 'demo_url', '') ;
  668. INSERT INTO `wp_postmeta` VALUES (323, 1, 'label', '') ;
  669. INSERT INTO `wp_postmeta` VALUES (324, 1, 'button', '') ;
  670. INSERT INTO `wp_postmeta` VALUES (325, 1, 'button_tagline', '') ;
  671. INSERT INTO `wp_postmeta` VALUES (326, 1, 'button_current', '') ;
  672. INSERT INTO `wp_postmeta` VALUES (327, 1, 'button_url', '') ;
  673. INSERT INTO `wp_postmeta` VALUES (328, 1, 'before_button', '') ;
  674. INSERT INTO `wp_postmeta` VALUES (329, 1, 'after_button', '') ;
  675. INSERT INTO `wp_postmeta` VALUES (330, 1, 'custom_button', '') ;
  676. INSERT INTO `wp_postmeta` VALUES (331, 1, 'demo_button', '') ;
  677. INSERT INTO `wp_postmeta` VALUES (332, 1, 'demo_button_tagline', '') ;
  678. INSERT INTO `wp_postmeta` VALUES (333, 1, 'desc', '') ;
  679. INSERT INTO `wp_postmeta` VALUES (334, 1, 'custom_tab_title', '') ;
  680. INSERT INTO `wp_postmeta` VALUES (335, 1, 'custom_tab_content', '') ;
  681. INSERT INTO `wp_postmeta` VALUES (343, 40, '_wp_attached_file', '2012/01/dr-bill-desk.jpg') ;
  682. INSERT INTO `wp_postmeta` VALUES (342, 1, '_wp_old_slug', 'hello-world') ;
  683. INSERT INTO `wp_postmeta` VALUES (344, 40, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"800";s:6:"height";s:3:"533";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:24:"2012/01/dr-bill-desk.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:3:{s:4:"file";s:24:"dr-bill-desk-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:24:"dr-bill-desk-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:5:"large";a:3:{s:4:"file";s:24:"dr-bill-desk-640x426.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"426";}s:14:"post-thumbnail";a:3:{s:4:"file";s:24:"dr-bill-desk-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:9:"thumb-150";a:3:{s:4:"file";s:23:"dr-bill-desk-150x99.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"99";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  684. INSERT INTO `wp_postmeta` VALUES (345, 41, '_wp_attached_file', '2012/01/dr-dennis-wider.jpg') ;
  685. INSERT INTO `wp_postmeta` VALUES (346, 41, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"246";s:6:"height";s:3:"113";s:14:"hwstring_small";s:23:"height=\'58\' width=\'128\'";s:4:"file";s:27:"2012/01/dr-dennis-wider.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"dr-dennis-wider-150x113.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"113";}s:9:"thumb-150";a:3:{s:4:"file";s:26:"dr-dennis-wider-150x68.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"68";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  686. INSERT INTO `wp_postmeta` VALUES (347, 42, '_wp_attached_file', '2012/01/family-dr-dennis-chiropractor.jpg') ;
  687. INSERT INTO `wp_postmeta` VALUES (348, 42, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"275";s:6:"height";s:3:"413";s:14:"hwstring_small";s:22:"height=\'96\' width=\'63\'";s:4:"file";s:41:"2012/01/family-dr-dennis-chiropractor.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:41:"family-dr-dennis-chiropractor-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:41:"family-dr-dennis-chiropractor-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}s:9:"thumb-150";a:3:{s:4:"file";s:41:"family-dr-dennis-chiropractor-150x225.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  688. INSERT INTO `wp_postmeta` VALUES (349, 43, '_wp_attached_file', '2012/01/family-chiropractic-dan.jpg') ;
  689. INSERT INTO `wp_postmeta` VALUES (350, 43, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"275";s:6:"height";s:3:"413";s:14:"hwstring_small";s:22:"height=\'96\' width=\'63\'";s:4:"file";s:35:"2012/01/family-chiropractic-dan.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:35:"family-chiropractic-dan-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:35:"family-chiropractic-dan-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}s:9:"thumb-150";a:3:{s:4:"file";s:35:"family-chiropractic-dan-150x225.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  690. INSERT INTO `wp_postmeta` VALUES (351, 44, '_wp_attached_file', '2012/01/dr-dennis-chiropractor-blue-275.jpg') ;
  691. INSERT INTO `wp_postmeta` VALUES (352, 44, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"275";s:6:"height";s:3:"413";s:14:"hwstring_small";s:22:"height=\'96\' width=\'63\'";s:4:"file";s:43:"2012/01/dr-dennis-chiropractor-blue-275.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:43:"dr-dennis-chiropractor-blue-275-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:43:"dr-dennis-chiropractor-blue-275-199x300.jpg";s:5:"width";s:3:"199";s:6:"height";s:3:"300";}s:9:"thumb-150";a:3:{s:4:"file";s:43:"dr-dennis-chiropractor-blue-275-150x225.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  692. INSERT INTO `wp_postmeta` VALUES (353, 45, '_wp_attached_file', '2012/01/dr-dennis-chiropractic-blue.jpg') ;
  693. INSERT INTO `wp_postmeta` VALUES (354, 45, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"450";s:14:"hwstring_small";s:22:"height=\'96\' width=\'64\'";s:4:"file";s:39:"2012/01/dr-dennis-chiropractic-blue.jpg";s:5:"sizes";a:3:{s:9:"thumbnail";a:3:{s:4:"file";s:39:"dr-dennis-chiropractic-blue-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:39:"dr-dennis-chiropractic-blue-200x300.jpg";s:5:"width";s:3:"200";s:6:"height";s:3:"300";}s:9:"thumb-150";a:3:{s:4:"file";s:39:"dr-dennis-chiropractic-blue-150x225.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  694. INSERT INTO `wp_postmeta` VALUES (355, 46, '_wp_attached_file', '2012/01/dr-dennis-adjustment-chair-ali.jpg') ;
  695. INSERT INTO `wp_postmeta` VALUES (356, 46, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"375";s:6:"height";s:3:"248";s:14:"hwstring_small";s:23:"height=\'84\' width=\'128\'";s:4:"file";s:42:"2012/01/dr-dennis-adjustment-chair-ali.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:42:"dr-dennis-adjustment-chair-ali-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:42:"dr-dennis-adjustment-chair-ali-300x198.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"198";}s:14:"post-thumbnail";a:3:{s:4:"file";s:42:"dr-dennis-adjustment-chair-ali-300x198.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"198";}s:9:"thumb-150";a:3:{s:4:"file";s:41:"dr-dennis-adjustment-chair-ali-150x99.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"99";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  696. INSERT INTO `wp_postmeta` VALUES (357, 47, '_wp_attached_file', '2012/01/dan-adjustment.jpg') ;
  697. INSERT INTO `wp_postmeta` VALUES (358, 47, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"350";s:6:"height";s:3:"233";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:26:"2012/01/dan-adjustment.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:3:{s:4:"file";s:26:"dan-adjustment-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:26:"dan-adjustment-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:14:"post-thumbnail";a:3:{s:4:"file";s:26:"dan-adjustment-300x199.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"199";}s:9:"thumb-150";a:3:{s:4:"file";s:25:"dan-adjustment-150x99.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"99";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  698. INSERT INTO `wp_postmeta` VALUES (359, 48, '_wp_attached_file', '2012/01/cranial-sacral-work.jpg') ;
  699. INSERT INTO `wp_postmeta` VALUES (360, 48, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"275";s:6:"height";s:3:"183";s:14:"hwstring_small";s:23:"height=\'85\' width=\'128\'";s:4:"file";s:31:"2012/01/cranial-sacral-work.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:31:"cranial-sacral-work-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:9:"thumb-150";a:3:{s:4:"file";s:30:"cranial-sacral-work-150x99.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"99";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  700. INSERT INTO `wp_postmeta` VALUES (361, 51, '_wp_attached_file', '2012/01/nutritious-food.jpg') ;
  701. INSERT INTO `wp_postmeta` VALUES (362, 51, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"250";s:6:"height";s:3:"166";s:14:"hwstring_small";s:23:"height=\'84\' width=\'128\'";s:4:"file";s:27:"2012/01/nutritious-food.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:27:"nutritious-food-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:9:"thumb-150";a:3:{s:4:"file";s:26:"nutritious-food-150x99.jpg";s:5:"width";s:3:"150";s:6:"height";s:2:"99";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  702. INSERT INTO `wp_postmeta` VALUES (369, 60, '_wp_attached_file', '2012/01/vertical_lines_3.png') ;
  703. INSERT INTO `wp_postmeta` VALUES (370, 60, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:1:"3";s:6:"height";s:1:"1";s:14:"hwstring_small";s:20:"height=\'1\' width=\'3\'";s:4:"file";s:28:"2012/01/vertical_lines_3.png";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  704. INSERT INTO `wp_postmeta` VALUES (371, 61, '_wp_attached_file', '2012/01/vertical_lines_3-5.png') ;
  705. INSERT INTO `wp_postmeta` VALUES (372, 61, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:1:"3";s:6:"height";s:1:"1";s:14:"hwstring_small";s:20:"height=\'1\' width=\'3\'";s:4:"file";s:30:"2012/01/vertical_lines_3-5.png";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}') ;
  706. INSERT INTO `wp_postmeta` VALUES (373, 62, 'form', '<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit "Submit"]</p>') ;
  707. INSERT INTO `wp_postmeta` VALUES (374, 62, 'mail', 'a:7:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:175:"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis mail is sent via contact form on Cedar Health Center http://www.cedarhealth.org";s:9:"recipient";s:21:"cedarhealth@gmail.com";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}') ;
  708. INSERT INTO `wp_postmeta` VALUES (375, 62, 'mail_2', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:117:"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Cedar Health Center http://www.cedarhealth.org";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}') ;
  709. INSERT INTO `wp_postmeta` VALUES (376, 62, 'messages', 'a:13:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";s:17:"akismet_says_spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";}') ;
  710. INSERT INTO `wp_postmeta` VALUES (377, 62, 'additional_settings', '') ;
  711. INSERT INTO `wp_postmeta` VALUES (378, 63, 'form', '<p><span class="required">*</span>Title<br />\n[select* Title id:person-title "Mr." "Mrs." "Ms."]</p>\n\n<p><span class="required">*</span>First Name <span>Middle Initial <span>\n[text* FirstName id:first-name 31/] [text MiddleInitial id:middle-name 1/]</p>\n\n<p><span class="required">*</span>Last Name<br />\n[text* LastName id:last-name]</p>\n\n<p><span class="required">*</span>Address Line 1<br />\n[text* Address1 id:address1]</p>\n\n<p>Address Line 2<br />\n[text Address2 id:address2]</p>\n\n<p><span class="required">*</span>City<br />\n[text* City id:city]</p>\n\n<p><span class="required">*</span>State<br />\n[text* State id:state]</p>\n\n<p><span class="required">*</span>Zip Code<br />\n[text* ZipCode id:zip-code]</p>\n\n<p><span class="required">*</span>Email<br />\n [email* Email id:email] </p>\n\n<p><span class="required">*</span>Home Phone<br />\n [text* HomePhone id:home-phone] </p>\n\n<p>Work Phone<br />\n [text WorkPhone id:work-phone] </p>\n\n<p>Cell Phone<br />\n [text CellPhone id:cell-phone] </p>\n\n<p>Best Time to Call <br />\n[text BestTimetoCall id:best-time-to-call]</p>\n\n<p>How Did You Hear About Us <br />\n[select HowDidYouHearAboutUs id:method-found "Select One" "Friend" "Former Patient" "Another Doctor" "Internet Search"]</p>\n\n<p>Referred By <br />\n[text ReferredBy id:referred-by]</p>\n\n<p>Send Us a Message<br />\n [textarea message] </p>\n\n<p>[submit "Submit"]</p>') ;
  712. INSERT INTO `wp_postmeta` VALUES (379, 63, 'mail', 'a:7:{s:7:"subject";s:67:"[FirstName] [LastName] has requested an appointment with Dr. Dennis";s:6:"sender";s:48:"[FirstName] [MiddleInitial] [LastName] <[Email]>";s:4:"body";s:533:"You have received a request for an appointment.\n\nFrom: [FirstName] [MiddleInitial] [LastName]\n\nMessage:\n[message] \n\n[Title]\n[FirstName] [MiddleInitial] [LastName]\n[Address1]\n[Address2]\n[City], [State] [ZipCode]\n\nEmail: [Email]\nHome Phone: [HomePhone]\nWork Phone: [WorkPhone]\nCell Phone: [CellPhone]\nBest Time to Call: [BestTimetoCall]\nHow Did You Hear About Us: [HowDidYouHearAboutUs]\nReferred By: [ReferredBy]\n\n--\nThis mail is sent via "Request an Appointment" form:\nhttp://www.cedarhealth.org/request-an-appointment-with-dr-dennis/";s:9:"recipient";s:17:"bmswain@gmail.com";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}') ;
  713. INSERT INTO `wp_postmeta` VALUES (380, 63, 'mail_2', 'a:8:{s:6:"active";s:0:"";s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:117:"Message body:\n[your-message]\n\n--\nThis mail is sent via contact form on Cedar Health Center http://www.cedarhealth.org";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:0:"";s:11:"attachments";s:0:"";s:8:"use_html";s:0:"";}') ;
  714. INSERT INTO `wp_postmeta` VALUES (381, 63, 'messages', 'a:13:{s:12:"mail_sent_ok";s:43:"Your message was sent successfully. Thanks.";s:12:"mail_sent_ng";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";s:16:"validation_error";s:74:"Validation errors occurred. Please confirm the fields and submit it again.";s:12:"accept_terms";s:35:"Please accept the terms to proceed.";s:13:"invalid_email";s:28:"Email address seems invalid.";s:16:"invalid_required";s:31:"Please fill the required field.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"upload_failed";s:22:"Failed to upload file.";s:24:"upload_file_type_invalid";s:30:"This file type is not allowed.";s:21:"upload_file_too_large";s:23:"This file is too large.";s:23:"upload_failed_php_error";s:38:"Failed to upload file. Error occurred.";s:23:"quiz_answer_not_correct";s:27:"Your answer is not correct.";s:17:"akismet_says_spam";s:93:"Failed to send your message. Please try later or contact the administrator by another method.";}') ;
  715. INSERT INTO `wp_postmeta` VALUES (382, 63, 'additional_settings', '') ;
  716. INSERT INTO `wp_postmeta` VALUES (383, 64, '_edit_last', '1') ;
  717. INSERT INTO `wp_postmeta` VALUES (384, 64, 'sidebar_value', 'Side 2') ;
  718. INSERT INTO `wp_postmeta` VALUES (385, 64, 'transition', '') ;
  719. INSERT INTO `wp_postmeta` VALUES (386, 64, 'delay', '') ;
  720. INSERT INTO `wp_postmeta` VALUES (387, 64, 'tab', '') ;
  721. INSERT INTO `wp_postmeta` VALUES (388, 64, 'purchase', '') ;
  722. INSERT INTO `wp_postmeta` VALUES (389, 64, 'price', '') ;
  723. INSERT INTO `wp_postmeta` VALUES (390, 64, 'price_old', '') ;
  724. INSERT INTO `wp_postmeta` VALUES (391, 64, 'demo_url', '') ;
  725. INSERT INTO `wp_postmeta` VALUES (392, 64, 'label', '') ;
  726. INSERT INTO `wp_postmeta` VALUES (393, 64, 'button', '') ;
  727. INSERT INTO `wp_postmeta` VALUES (394, 64, 'button_tagline', '') ;
  728. INSERT INTO `wp_postmeta` VALUES (395, 64, 'button_current', '') ;
  729. INSERT INTO `wp_postmeta` VALUES (396, 64, 'button_url', '') ;
  730. INSERT INTO `wp_postmeta` VALUES (397, 64, 'before_button', '') ;
  731. INSERT INTO `wp_postmeta` VALUES (398, 64, 'after_button', '') ;
  732. INSERT INTO `wp_postmeta` VALUES (399, 64, 'custom_button', '') ;
  733. INSERT INTO `wp_postmeta` VALUES (400, 64, 'demo_button', '') ;
  734. INSERT INTO `wp_postmeta` VALUES (401, 64, 'demo_button_tagline', '') ;
  735. INSERT INTO `wp_postmeta` VALUES (402, 64, 'desc', '') ;
  736. INSERT INTO `wp_postmeta` VALUES (403, 64, 'custom_tab_title', '') ;
  737. INSERT INTO `wp_postmeta` VALUES (404, 64, 'custom_tab_content', '') ;
  738. INSERT INTO `wp_postmeta` VALUES (405, 64, '_wp_page_template', 'default') ;
  739. INSERT INTO `wp_postmeta` VALUES (406, 64, '_edit_lock', '1328152803:1') ;
  740. #
  741. # End of data contents of table `wp_postmeta`
  742. # --------------------------------------------------------
  743.  
  744. # --------------------------------------------------------
  745. # Table: `wp_posts`
  746. # --------------------------------------------------------
  747.  
  748.  
  749. #
  750. # Delete any existing table `wp_posts`
  751. #
  752.  
  753. DROP TABLE IF EXISTS `wp_posts`;
  754.  
  755.  
  756. #
  757. # Table structure of table `wp_posts`
  758. #
  759.  
  760. CREATE TABLE `wp_posts` (
  761. `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  762. `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  763. `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  764. `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  765. `post_content` longtext NOT NULL,
  766. `post_title` text NOT NULL,
  767. `post_excerpt` text NOT NULL,
  768. `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  769. `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  770. `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  771. `post_password` varchar(20) NOT NULL DEFAULT '',
  772. `post_name` varchar(200) NOT NULL DEFAULT '',
  773. `to_ping` text NOT NULL,
  774. `pinged` text NOT NULL,
  775. `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  776. `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  777. `post_content_filtered` text NOT NULL,
  778. `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  779. `guid` varchar(255) NOT NULL DEFAULT '',
  780. `menu_order` int(11) NOT NULL DEFAULT '0',
  781. `post_type` varchar(20) NOT NULL DEFAULT 'post',
  782. `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  783. `comment_count` bigint(20) NOT NULL DEFAULT '0',
  784. PRIMARY KEY (`ID`),
  785. KEY `post_name` (`post_name`),
  786. KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  787. KEY `post_parent` (`post_parent`),
  788. KEY `post_author` (`post_author`)
  789. ) ENGINE=MyISAM AUTO_INCREMENT=68 DEFAULT CHARSET=utf8 ;
  790.  
  791. #
  792. # Data contents of table `wp_posts`
  793. #
  794.  
  795. INSERT INTO `wp_posts` VALUES (1, 1, '2012-01-04 00:54:03', '2012-01-04 00:54:03', '<img src="http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-bill-desk.jpg" alt="Dr Dennis in the office" width="340" />\r\n\r\nWelcome to the Cedar Health Center. For an appointment with Dr. Dennis please call (208) 321-8520.', 'Cedar Health Center', '', 'publish', 'open', 'open', '', 'cedar-health-center-welcome', '', '', '2012-02-01 18:33:09', '2012-02-02 01:33:09', '', 0, 'http://www.cedarhealth.org/?p=1', 0, 'post', '', 0) ;
  796. INSERT INTO `wp_posts` VALUES (2, 1, '2012-01-04 00:54:03', '2012-01-04 00:54:03', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://www.cedarhealth.org/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'trash', 'open', 'open', '', 'sample-page', '', '', '2012-01-28 19:46:42', '2012-01-28 19:46:42', '', 0, 'http://www.cedarhealth.org/?page_id=2', 0, 'page', '', 0) ;
  797. INSERT INTO `wp_posts` VALUES (6, 1, '2012-01-28 19:56:36', '2012-01-28 19:56:36', '', 'homepage slider', '', 'publish', 'closed', 'closed', '', 'homepage-slider', '', '', '2012-01-28 19:56:36', '2012-01-28 19:56:36', '', 0, 'http://www.cedarhealth.org/?post_type=slider&#038;p=6', 0, 'slider', '', 0) ;
  798. INSERT INTO `wp_posts` VALUES (5, 1, '2012-01-28 19:27:35', '2012-01-28 19:27:35', '', 'cedar-health-logo-stacked-100h', '', 'inherit', 'open', 'open', '', 'cedar-health-logo-stacked-100h', '', '', '2012-01-28 19:27:35', '2012-01-28 19:27:35', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/cedar-health-logo-stacked-100h.png', 0, 'attachment', 'image/png', 0) ;
  799. INSERT INTO `wp_posts` VALUES (7, 1, '2012-01-28 19:28:45', '2012-01-28 19:28:45', '', 'gentle-family-chiropractic-care', '', 'inherit', 'open', 'open', '', 'gentle-family-chiropractic-care', '', '', '2012-01-28 19:28:45', '2012-01-28 19:28:45', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/gentle-family-chiropractic-care.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  800. INSERT INTO `wp_posts` VALUES (8, 1, '2012-01-28 19:40:36', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2012-01-28 19:40:36', '0000-00-00 00:00:00', '', 0, 'http://www.cedarhealth.org/?p=8', 0, 'post', '', 0) ;
  801. INSERT INTO `wp_posts` VALUES (9, 1, '2012-01-28 19:42:12', '2012-01-28 19:42:12', '', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2012-01-28 19:42:12', '2012-01-28 19:42:12', '', 0, 'http://www.cedarhealth.org/?page_id=9', 0, 'page', '', 0) ;
  802. INSERT INTO `wp_posts` VALUES (10, 1, '2012-01-28 19:41:10', '2012-01-28 19:41:10', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '9-revision', '', '', '2012-01-28 19:41:10', '2012-01-28 19:41:10', '', 9, 'http://www.cedarhealth.org/2012/01/28/9-revision/', 0, 'revision', '', 0) ;
  803. INSERT INTO `wp_posts` VALUES (11, 1, '2012-01-28 19:43:11', '2012-01-28 19:43:11', '<div><img class="alignleft" title="Dan Adjustment" src="http://www.cedarhealth.org/wp-content/uploads/2012/01/dan-adjustment.jpg" alt="Dan getting an adjustment" width="350" height="233" /></div>\r\n\r\nBy combining his expert talents of chiropractic manipulation with nutritional therapies, physio-therapies and massage therapy, Dr. Dennis maximizes the healing benefit to his patients. He has always believed in looking beyond the pain and discomfort to find the possible causes of the dysfunction, then using the appropriate remedies to help the patient\'s body to heal itself.\r\n\r\nDuring his 12 years of practice in Arizona, Dr. Dennis developed a reputation for helping even the most difficult problems in chiropractic and drew people into his clinic from as far away as Canada, Mexico, England and Australia -- as well as from many neighboring states.', 'Gentle Family Chiropractic Care', '', 'publish', 'open', 'open', '', 'boise-gentle-family-chiropractic-care', '', '', '2012-01-28 13:48:34', '2012-01-28 20:48:34', '', 0, 'http://www.cedarhealth.org/?page_id=11', 0, 'page', '', 0) ;
  804. INSERT INTO `wp_posts` VALUES (12, 1, '2012-01-28 19:42:24', '2012-01-28 19:42:24', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '11-revision', '', '', '2012-01-28 19:42:24', '2012-01-28 19:42:24', '', 11, 'http://www.cedarhealth.org/2012/01/28/11-revision/', 0, 'revision', '', 0) ;
  805. INSERT INTO `wp_posts` VALUES (13, 1, '2012-01-28 19:43:11', '2012-01-28 19:43:11', '<div><img class="alignleft" title="Dan Adjustment" src="http://cedarhealth.org/img/dan-adjustment.jpg" alt="Dan getting an adjustment" width="350" height="233" /></div>\r\n\r\nBy combining his expert talents of chiropractic manipulation with nutritional therapies, physio-therapies and massage therapy, Dr. Dennis maximizes the healing benefit to his patients. He has always believed in looking beyond the pain and discomfort to find the possible causes of the dysfunction, then using the appropriate remedies to help the patient\'s body to heal itself.\r\n\r\nDuring his 12 years of practice in Arizona, Dr. Dennis developed a reputation for helping even the most difficult problems in chiropractic and drew people into his clinic from as far away as Canada, Mexico, England and Australia -- as well as from many neighboring states.', 'Gentle Family Chiropractic Care', '', 'inherit', 'open', 'open', '', '11-revision-2', '', '', '2012-01-28 19:43:11', '2012-01-28 19:43:11', '', 11, 'http://www.cedarhealth.org/2012/01/28/11-revision-2/', 0, 'revision', '', 0) ;
  806. INSERT INTO `wp_posts` VALUES (14, 1, '2012-01-28 19:44:04', '2012-01-28 19:44:04', '<h3><img class="alignright" title="Dr. Dennis with patients" src="http://www.cedarhealth.org/wp-content/uploads/2012/01/family-chiropractic-dan.jpg" alt="" width="275" height="413" /></h3>\r\n<h3 class="normal" style="font-weight: normal">Dr. Dennis is currently offering the following plans for his EXISTING patients:</h3>\r\n<ol>\r\n <li>\r\n<h4>Cash Payment Plan</h4>\r\nIf you pay at the time of service you will be charged the discounted amount of $55.00 for each visit (adjustment only) at time of appointment.</li>\r\n <li>\r\n<h4>Pre-Pay Plan</h4>\r\nYou may purchase 10 (adjustments only) for the amount of $45.00 a visit for a total of $450.00. Payment must be made before first visit in the full amount. Plan expires 1 year from date of purchase.</li>\r\n <li>\r\n<h4>Family Health Plan</h4>\r\nAll members of an immediate family come in to see Dr. Dennis together. The first two pay the cash amount at the time of the visit and the rest of the immediate family is adjusted for free.</li>\r\n <li>\r\n<h4>Regular Monthly Tune-Up Plan</h4>\r\nPatient pays only $125 a month, with a 12 month contract. You may come in for regular visits (adjustment only) up to 4 times a month. Additional visits would be $30 in any given month. Payments start one month before first visit and must be paid forward during contract. When you complete your contract your 13th month is free.</li>\r\n <li>\r\n<h4>Senior Discount Plan</h4>\r\nAll seniors 65 and older may come in for a visit (adjustment only) for $30 per visit.</li>\r\n <li>\r\n<h4>Active Military Discount Plan</h4>\r\nAll active military personnel, with a valid military ID, will only be charged $49 for each (adjustment only) visit.</li>\r\n</ol>\r\n[icon name="asterisk_orange.png"]See receptionist for further details and questions to the above offered plans.[/icon] All plans are for regular business hours and do not include emergencies, after hours or holidays. Cash plans do not include insurance plans. Plans are for existing patients of Dr. Dennis only.', 'Cedar Health Cash Discount Plans to Fit Your Family Budget', '', 'publish', 'open', 'open', '', 'cedar-health-cash-discount-plans-to-fit-your-family-budget', '', '', '2012-01-28 13:49:42', '2012-01-28 20:49:42', '', 0, 'http://www.cedarhealth.org/?page_id=14', 0, 'page', '', 0) ;
  807. INSERT INTO `wp_posts` VALUES (15, 1, '2012-01-28 19:43:36', '2012-01-28 19:43:36', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '14-revision', '', '', '2012-01-28 19:43:36', '2012-01-28 19:43:36', '', 14, 'http://www.cedarhealth.org/2012/01/28/14-revision/', 0, 'revision', '', 0) ;
  808. INSERT INTO `wp_posts` VALUES (16, 1, '2012-01-28 19:44:39', '2012-01-28 19:44:39', '<div class="one_third">\r\n<div style="margin: 0 23px 0 0;">\r\n<fieldset class="br3 block" style="">\r\n<h5><a title="Meet Dr. Dennis" href="meet-dr-william-j-dennis">Meet Dr. Dennis</a></h5>\r\n<a title="Meet Dr. Dennis" href="meet-dr-william-j-dennis"><img title="Dr. Dennis" src="http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-dennis-wider.jpg" alt="Dr. William J. Dennis" width="" height="112" /></a>\r\n<p>Dr. Dennis maximizes the healing benefit to his patients with his expertise in chiropractic manipulation with nutritional therapies, physio-therapies and massage therapy.</p>\r\n<div>\r\n<a id="button299" class="button" target="_parent" href="meet-dr-william-j-dennis"><span> Read more </span></a>\r\n</div>\r\n</fieldset>\r\n</div>\r\n</div>\r\n\r\n<div class="one_third">\r\n<div style="margin: 0 0 0 0;">\r\n<fieldset class="br3 block" style="">\r\n[posts qty="1" w="100%" m="10" grid="1" t="center" tw="280" th="100" excerpt="yes"]\r\n</fieldset>\r\n</div>\r\n</div>\r\n<div class="one_third">\r\n<div style="margin: 0 0 0 23px;">\r\n<fieldset class="br3 block" style="">\r\n<h5>From Our Patients</h5>\r\n[quote cite="Becky C." subcite="Boise" pic="5" bg="DEEBED" color="333333" align="left"]?I had neck pain and headaches for a long time. I also had leg problems that I just thought I had to live with. I also had bad problems with my feet and he fixed those too! I haven&#8217;t felt this good in a long time. Dr. Dennis really has helped me. All I can say now is ?I&#8217;m sold?.? [/quote]\r\n</fieldset>\r\n</div>\r\n</div>', 'Homepage', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2012-01-28 13:54:50', '2012-01-28 20:54:50', '', 0, 'http://www.cedarhealth.org/?page_id=16', 0, 'page', '', 0) ;
  809. INSERT INTO `wp_posts` VALUES (17, 1, '2012-01-28 19:44:14', '2012-01-28 19:44:14', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '16-revision', '', '', '2012-01-28 19:44:14', '2012-01-28 19:44:14', '', 16, 'http://www.cedarhealth.org/2012/01/28/16-revision/', 0, 'revision', '', 0) ;
  810. INSERT INTO `wp_posts` VALUES (18, 1, '2012-01-28 19:44:39', '2012-01-28 19:44:39', '<div class="one_third">\r\n<div style="margin: 0 23px 0 0;">\r\n<fieldset class="br3 block" style="">\r\n<h5><a title="Meet Dr. Dennis" href="meet-dr-william-j-dennis">Meet Dr. Dennis</a></h5>\r\n<a title="Meet Dr. Dennis" href="meet-dr-william-j-dennis"><img title="Dr. Dennis" src="http://localhost:8888/wordpress/wp-content/uploads/2012/01/dr-dennis-wider.jpg" alt="Dr. William J. Dennis" width="" height="112" /></a>\r\n<p>Dr. Dennis maximizes the healing benefit to his patients with his expertise in chiropractic manipulation with nutritional therapies, physio-therapies and massage therapy.</p>\r\n<div>\r\n<a id="button299" class="button" target="_parent" href="meet-dr-william-j-dennis"><span> Read more </span></a>\r\n</div>\r\n</fieldset>\r\n</div>\r\n</div>\r\n\r\n<div class="one_third">\r\n<div style="margin: 0 0 0 0;">\r\n<fieldset class="br3 block" style="">\r\n[posts qty="1" w="100%" m="10" grid="1" t="center" tw="280" th="100" excerpt="yes"]\r\n</fieldset>\r\n</div>\r\n</div>\r\n<div class="one_third">\r\n<div style="margin: 0 0 0 23px;">\r\n<fieldset class="br3 block" style="">\r\n<h5>From Our Patients</h5>\r\n[quote cite="Becky C." subcite="Boise" pic="5" bg="DEEBED" color="333333" align="left"]?I had neck pain and headaches for a long time. I also had leg problems that I just thought I had to live with. I also had bad problems with my feet and he fixed those too! I haven&#8217;t felt this good in a long time. Dr. Dennis really has helped me. All I can say now is ?I&#8217;m sold?.? [/quote]\r\n</fieldset>\r\n</div>\r\n</div>', 'Homepage', '', 'inherit', 'open', 'open', '', '16-revision-2', '', '', '2012-01-28 19:44:39', '2012-01-28 19:44:39', '', 16, 'http://www.cedarhealth.org/2012/01/28/16-revision-2/', 0, 'revision', '', 0) ;
  811. INSERT INTO `wp_posts` VALUES (19, 1, '2012-01-04 00:54:03', '2012-01-04 00:54:03', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href="http://www.cedarhealth.org/wp-admin/">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'inherit', 'open', 'open', '', '2-revision', '', '', '2012-01-04 00:54:03', '2012-01-04 00:54:03', '', 2, 'http://www.cedarhealth.org/2012/01/04/2-revision/', 0, 'revision', '', 0) ;
  812. INSERT INTO `wp_posts` VALUES (20, 1, '2012-01-28 19:47:00', '2012-01-28 19:47:00', '<img class="alignleft" title="Dr. William J. Dennis, Chiropractor" src="http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-dennis-chiropractor-blue-275.jpg" alt="Dr. William J. Dennis, Chiropractor" width="275" height="413" />Dr. William J. Dennis graduated in 1987 from <a title="Palmer College of Chiropractic-West" href="http://www.palmer.edu/" target="_blank">Palmer College of Chiropractic-West</a> in San Jose, California. After graduating he began practicing in Flagstaff, Arizona. As a student and a young chiropractor Dr. Dennis learned from several chiropractors with decades of experience and has integrated that knowledge into his repertoire of healing tools. He is known for his gentle and thorough chiropractic care.\r\n\r\nDr. Dennis was invited to speak as a guest lecturer in England and Wales. He has completed post graduate training in X-Ray, Failed Back Surgery, Brain Gym and TAT and is a Certified Massage Therapist. Using his knowledge of these many healing methods and techniques, Dr. Dennis can help you reach your health goals.\r\n\r\nAfter 12 years of practicing in Flagstaff, Arizona, Dr. Dennis chose to settle his family in the Boise valley.\r\n<h3>Were you aware that Dr. Dennis:</h3>\r\n<ul>\r\n <li>Can check your blood pressure</li>\r\n <li>Help you improve your nutrition</li>\r\n <li>Can do many techniques including; Brain Gym, TAT and Emotional Release Technique</li>\r\n <li>Does Scout and School Sport Physicals</li>\r\n <li>Newborn colic</li>\r\n <li>Can help you reduce the symptoms of Carpal Tunnel and TMJ</li>\r\n</ul>\r\n<img class="alignleft" style="margin: 10px 25px 0 0;" src="http://www.cedarhealth.org/wp-content/uploads/2012/01/cranial-sacral-work.jpg" alt="cranial-sacral-work" />\r\n<ul>\r\n <li>Does Cranial-Sacral work for headaches and migraines</li>\r\n <li>Can make your feet feel better using adjustments and myofascial therapy</li>\r\n <li>Will order lab work , X-rays, or an MRI for you if necessary</li>\r\n <li>Can give you an annual physical examination</li>\r\n <li>Has additional special training in TMJ, nutrition, extremity adjusting, failed back surgery syndrome, balancing male/female hormones and other conditions</li>\r\n <li>Is a certified Massage Therapist</li>\r\n <li>Attended and graduated from 4 years of post-graduate schooling to become a Doctor of Chiropractic</li>\r\n <li>Continues many hours yearly of post-graduate training in many techniques and studies</li>\r\n <li>Can adjust any joint in your body, i.e. hands and feet (carpal Tunnel and Plantar-Fasciitis)</li>\r\n <li>Can use special techniques to adjust pregnant women and also their newborn babies</li>\r\n <li>Can help prevent many diseases or weaknesses that can lead to surgery</li>\r\n</ul>\r\n<img style="margin-top: 10px;" src="http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-dennis-adjustment-chair-ali.jpg" alt="Dr Dennis, helping patient onto adjustment chair" />\r\n<ul>\r\n <li>Will give you an exercise plan to help you get in shape or just feel better and reduce your daily stress</li>\r\n <li>Can help with conditions of the bladder, appendix, gall bladder and other vital organs</li>\r\n <li>Offers classes in massage, weight loss and nutrition</li>\r\n</ul>\r\n<h3 style="margin-top: 20px;">Cedar Health Center also:</h3>\r\n<ul>\r\n <li>Sells vitamins, supplements and other nutritional health products for your body</li>\r\n <li>Has gift certificates for adjustments</li>\r\n <li>Has a family plan for current patients</li>\r\n</ul>\r\n<h3 style="margin-top: 20px;">Call today to schedule your next health care appointment!</h3>', 'Meet Dr. William J. Dennis', '', 'publish', 'open', 'open', '', 'meet-dr-william-j-dennis-boise-chiropractor', '', '', '2012-01-28 13:53:32', '2012-01-28 20:53:32', '', 0, 'http://www.cedarhealth.org/?page_id=20', 0, 'page', '', 0) ;
  813. INSERT INTO `wp_posts` VALUES (21, 1, '2012-01-28 19:46:46', '2012-01-28 19:46:46', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '20-revision', '', '', '2012-01-28 19:46:46', '2012-01-28 19:46:46', '', 20, 'http://www.cedarhealth.org/2012/01/28/20-revision/', 0, 'revision', '', 0) ;
  814. INSERT INTO `wp_posts` VALUES (22, 1, '2012-01-28 19:47:00', '2012-01-28 19:47:00', '<img class="alignleft" title="Dr. William J. Dennis, Chiropractor" src="http://cedarhealth.org/images/dr-dennis-chiropractor-blue-275.jpg" alt="Dr. William J. Dennis, Chiropractor" width="275" height="413" />Dr. William J. Dennis graduated in 1987 from <a title="Palmer College of Chiropractic-West" href="http://www.palmer.edu/" target="_blank">Palmer College of Chiropractic-West</a> in San Jose, California. After graduating he began practicing in Flagstaff, Arizona. As a student and a young chiropractor Dr. Dennis learned from several chiropractors with decades of experience and has integrated that knowledge into his repertoire of healing tools. He is known for his gentle and thorough chiropractic care.\r\n\r\nDr. Dennis was invited to speak as a guest lecturer in England and Wales. He has completed post graduate training in X-Ray, Failed Back Surgery, Brain Gym and TAT and is a Certified Massage Therapist. Using his knowledge of these many healing methods and techniques, Dr. Dennis can help you reach your health goals.\r\n\r\nAfter 12 years of practicing in Flagstaff, Arizona, Dr. Dennis chose to settle his family in the Boise valley.\r\n<h3>Were you aware that Dr. Dennis:</h3>\r\n<ul>\r\n <li>Can check your blood pressure</li>\r\n <li>Help you improve your nutrition</li>\r\n <li>Can do many techniques including; Brain Gym, TAT and Emotional Release Technique</li>\r\n <li>Does Scout and School Sport Physicals</li>\r\n <li>Newborn colic</li>\r\n <li>Can help you reduce the symptoms of Carpal Tunnel and TMJ</li>\r\n</ul>\r\n<img class="alignleft" style="margin: 10px 25px 0 0;" src="http://cedarhealth.org/img/cranial-sacral-work.jpg" alt="cranial-sacral-work" />\r\n<ul>\r\n <li>Does Cranial-Sacral work for headaches and migraines</li>\r\n <li>Can make your feet feel better using adjustments and myofascial therapy</li>\r\n <li>Will order lab work , X-rays, or an MRI for you if necessary</li>\r\n <li>Can give you an annual physical examination</li>\r\n <li>Has additional special training in TMJ, nutrition, extremity adjusting, failed back surgery syndrome, balancing male/female hormones and other conditions</li>\r\n <li>Is a certified Massage Therapist</li>\r\n <li>Attended and graduated from 4 years of post-graduate schooling to become a Doctor of Chiropractic</li>\r\n <li>Continues many hours yearly of post-graduate training in many techniques and studies</li>\r\n <li>Can adjust any joint in your body, i.e. hands and feet (carpal Tunnel and Plantar-Fasciitis)</li>\r\n <li>Can use special techniques to adjust pregnant women and also their newborn babies</li>\r\n <li>Can help prevent many diseases or weaknesses that can lead to surgery</li>\r\n</ul>\r\n<img style="margin-top: 10px;" src="http://cedarhealth.org/img/dr-dennis-adjustment-chair-ali.jpg" alt="Dr Dennis, helping patient onto adjustment chair" />\r\n<ul>\r\n <li>Will give you an exercise plan to help you get in shape or just feel better and reduce your daily stress</li>\r\n <li>Can help with conditions of the bladder, appendix, gall bladder and other vital organs</li>\r\n <li>Offers classes in massage, weight loss and nutrition</li>\r\n</ul>\r\n<h3 style="margin-top: 20px;">Cedar Health Center also:</h3>\r\n<ul>\r\n <li>Sells vitamins, supplements and other nutritional health products for your body</li>\r\n <li>Has gift certificates for adjustments</li>\r\n <li>Has a family plan for current patients</li>\r\n</ul>\r\n<h3 style="margin-top: 20px;">Call today to schedule your next health care appointment!</h3>', 'Meet Dr. William J. Dennis', '', 'inherit', 'open', 'open', '', '20-revision-2', '', '', '2012-01-28 19:47:00', '2012-01-28 19:47:00', '', 20, 'http://www.cedarhealth.org/2012/01/28/20-revision-2/', 0, 'revision', '', 0) ;
  815. INSERT INTO `wp_posts` VALUES (23, 1, '2012-01-28 19:48:23', '2012-01-28 19:48:23', '', 'Nutrition', '', 'publish', 'closed', 'closed', '', 'nutrition', '', '', '2012-01-28 19:48:23', '2012-01-28 19:48:23', '', 0, 'http://www.cedarhealth.org/?page_id=23', 0, 'page', '', 0) ;
  816. INSERT INTO `wp_posts` VALUES (24, 1, '2012-01-28 19:48:02', '2012-01-28 19:48:02', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '23-revision', '', '', '2012-01-28 19:48:02', '2012-01-28 19:48:02', '', 23, 'http://www.cedarhealth.org/2012/01/28/23-revision/', 0, 'revision', '', 0) ;
  817. INSERT INTO `wp_posts` VALUES (25, 1, '2012-01-28 19:49:04', '2012-01-28 19:49:04', '<img class="alignleft" title="nutrition" src="http://www.cedarhealth.org/wp-content/uploads/2012/01/nutritious-food.jpg" alt="" width="250" height="166" />\r\n<h5>What is Nutrition Counseling?</h5>\r\nNutrition counseling is an ongoing process in which a health professional works with an individual to assess his or her usual dietary intake and identify areas where change is needed. The nutrition counselor provides information, educational materials, support, and follow-up to help the individual make and maintain the needed dietary changes.\r\n<h5>What are the benefits?</h5>\r\nProper nutrition can lead to more energy, fewer food cravings and less pain. Let Dr. Dennis help you meet your health care goals!', 'Nutritional Counseling', '', 'publish', 'closed', 'closed', '', 'nutritional-counseling', '', '', '2012-01-28 13:50:49', '2012-01-28 20:50:49', '', 23, 'http://www.cedarhealth.org/?page_id=25', 0, 'page', '', 0) ;
  818. INSERT INTO `wp_posts` VALUES (26, 1, '2012-01-28 19:48:36', '2012-01-28 19:48:36', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '25-revision', '', '', '2012-01-28 19:48:36', '2012-01-28 19:48:36', '', 25, 'http://www.cedarhealth.org/2012/01/28/25-revision/', 0, 'revision', '', 0) ;
  819. INSERT INTO `wp_posts` VALUES (27, 1, '2012-01-28 19:55:50', '2012-01-28 19:55:50', ' ', '', 'Nutrition', 'publish', 'open', 'open', '', '27', '', '', '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 0, 'http://www.cedarhealth.org/?p=27', 5, 'nav_menu_item', '', 0) ;
  820. INSERT INTO `wp_posts` VALUES (28, 1, '2012-01-28 19:55:50', '2012-01-28 19:55:50', ' ', '', 'Nutritional Counseling', 'publish', 'open', 'open', '', '28', '', '', '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 23, 'http://www.cedarhealth.org/?p=28', 6, 'nav_menu_item', '', 0) ;
  821. INSERT INTO `wp_posts` VALUES (29, 1, '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 'Meet Dr. Dennis', 'Meet Dr. Dennis', 'publish', 'open', 'open', '', 'meet-dr-dennis', '', '', '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 0, 'http://www.cedarhealth.org/?p=29', 2, 'nav_menu_item', '', 0) ;
  822. INSERT INTO `wp_posts` VALUES (30, 1, '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 'Home', 'Home', 'publish', 'open', 'open', '', 'home', '', '', '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 0, 'http://www.cedarhealth.org/?p=30', 1, 'nav_menu_item', '', 0) ;
  823. INSERT INTO `wp_posts` VALUES (31, 1, '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 'Cash Discount Plans', 'Cash Discount Plans', 'publish', 'open', 'open', '', 'cash-discount-plans', '', '', '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 0, 'http://www.cedarhealth.org/?p=31', 4, 'nav_menu_item', '', 0) ;
  824. INSERT INTO `wp_posts` VALUES (32, 1, '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 'Family Chiropractic', 'Family Chiropractic', 'publish', 'open', 'open', '', 'family-chiropractic', '', '', '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 0, 'http://www.cedarhealth.org/?p=32', 3, 'nav_menu_item', '', 0) ;
  825. INSERT INTO `wp_posts` VALUES (33, 1, '2012-01-28 19:55:50', '2012-01-28 19:55:50', ' ', '', 'Blog', 'publish', 'open', 'open', '', '33', '', '', '2012-01-28 19:55:50', '2012-01-28 19:55:50', '', 0, 'http://www.cedarhealth.org/?p=33', 7, 'nav_menu_item', '', 0) ;
  826. INSERT INTO `wp_posts` VALUES (34, 1, '2012-01-28 19:45:06', '2012-01-28 19:45:06', '<div class="one_third">\r\n<div style="margin: 0 23px 0 0;">\r\n<fieldset class="br3 block" style="">\r\n<h5><a title="Meet Dr. Dennis" href="meet-dr-william-j-dennis">Meet Dr. Dennis</a></h5>\r\n<a title="Meet Dr. Dennis" href="meet-dr-william-j-dennis"><img title="Dr. Dennis" src="http://localhost:8888/wordpress/wp-content/uploads/2012/01/dr-dennis-wider.jpg" alt="Dr. William J. Dennis" width="" height="112" /></a>\r\n<p>Dr. Dennis maximizes the healing benefit to his patients with his expertise in chiropractic manipulation with nutritional therapies, physio-therapies and massage therapy.</p>\r\n<div>\r\n<a id="button299" class="button" target="_parent" href="meet-dr-william-j-dennis"><span> Read more </span></a>\r\n</div>\r\n</fieldset>\r\n</div>\r\n</div>\r\n\r\n<div class="one_third">\r\n<div style="margin: 0 0 0 0;">\r\n<fieldset class="br3 block" style="">\r\n[posts qty="1" w="100%" m="10" grid="1" t="center" tw="280" th="100" excerpt="yes"]\r\n</fieldset>\r\n</div>\r\n</div>\r\n<div class="one_third">\r\n<div style="margin: 0 0 0 23px;">\r\n<fieldset class="br3 block" style="">\r\n<h5>From Our Patients</h5>\r\n[quote cite="Becky C." subcite="Boise" pic="5" bg="DEEBED" color="333333" align="left"]?I had neck pain and headaches for a long time. I also had leg problems that I just thought I had to live with. I also had bad problems with my feet and he fixed those too! I haven&#8217;t felt this good in a long time. Dr. Dennis really has helped me. All I can say now is ?I&#8217;m sold?.? [/quote]\r\n</fieldset>\r\n</div>\r\n</div>', 'Homepage', '', 'inherit', 'open', 'open', '', '16-revision-3', '', '', '2012-01-28 19:45:06', '2012-01-28 19:45:06', '', 16, 'http://www.cedarhealth.org/2012/01/28/16-revision-3/', 0, 'revision', '', 0) ;
  827. INSERT INTO `wp_posts` VALUES (35, 1, '2012-01-28 13:08:37', '2012-01-28 20:08:37', '', 'imageSlider-text-box-darker', '', 'inherit', 'open', 'open', '', 'imageslider-text-box-darker', '', '', '2012-01-28 13:08:37', '2012-01-28 20:08:37', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/imageSlider-text-box-darker.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  828. INSERT INTO `wp_posts` VALUES (36, 1, '2012-01-28 19:58:02', '2012-01-28 19:58:02', '<div class="one_third">\r\n<div style="margin: 0 23px 0 0;">\r\n<fieldset class="br3 block" style="">\r\n<h5><a title="Meet Dr. Dennis" href="meet-dr-william-j-dennis">Meet Dr. Dennis</a></h5>\r\n<a title="Meet Dr. Dennis" href="meet-dr-william-j-dennis"><img title="Dr. Dennis" src="http://localhost:8888/wordpress/wp-content/uploads/2012/01/dr-dennis-wider.jpg" alt="Dr. William J. Dennis" width="" height="112" /></a>\r\n<p>Dr. Dennis maximizes the healing benefit to his patients with his expertise in chiropractic manipulation with nutritional therapies, physio-therapies and massage therapy.</p>\r\n<div>\r\n<a id="button299" class="button" target="_parent" href="meet-dr-william-j-dennis"><span> Read more </span></a>\r\n</div>\r\n</fieldset>\r\n</div>\r\n</div>\r\n\r\n<div class="one_third">\r\n<div style="margin: 0 0 0 0;">\r\n<fieldset class="br3 block" style="">\r\n[posts qty="1" w="100%" m="10" grid="1" t="center" tw="280" th="100" excerpt="yes"]\r\n</fieldset>\r\n</div>\r\n</div>\r\n<div class="one_third">\r\n<div style="margin: 0 0 0 23px;">\r\n<fieldset class="br3 block" style="">\r\n<h5>From Our Patients</h5>\r\n[quote cite="Becky C." subcite="Boise" pic="5" bg="DEEBED" color="333333" align="left"]?I had neck pain and headaches for a long time. I also had leg problems that I just thought I had to live with. I also had bad problems with my feet and he fixed those too! I haven&#8217;t felt this good in a long time. Dr. Dennis really has helped me. All I can say now is ?I&#8217;m sold?.? [/quote]\r\n</fieldset>\r\n</div>\r\n</div>', 'Homepage', '', 'inherit', 'open', 'open', '', '16-revision-4', '', '', '2012-01-28 19:58:02', '2012-01-28 19:58:02', '', 16, 'http://www.cedarhealth.org/16-revision-4/', 0, 'revision', '', 0) ;
  829. INSERT INTO `wp_posts` VALUES (37, 1, '2012-01-04 00:54:03', '2012-01-04 00:54:03', 'Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!', 'Hello world!', '', 'inherit', 'open', 'open', '', '1-revision', '', '', '2012-01-04 00:54:03', '2012-01-04 00:54:03', '', 1, 'http://www.cedarhealth.org/1-revision/', 0, 'revision', '', 0) ;
  830. INSERT INTO `wp_posts` VALUES (38, 1, '2012-01-28 13:22:58', '2012-01-28 20:22:58', 'Welcome to the Cedar Health Center. For an appointment please call (208) 321-852.', 'Cedar Health Center', '', 'inherit', 'open', 'open', '', '1-revision-2', '', '', '2012-01-28 13:22:58', '2012-01-28 20:22:58', '', 1, 'http://www.cedarhealth.org/1-revision-2/', 0, 'revision', '', 0) ;
  831. INSERT INTO `wp_posts` VALUES (39, 1, '2012-01-28 13:24:57', '2012-01-28 20:24:57', 'Welcome to the Cedar Health Center. For an appointment with Dr. Dennis please call (208) 321-852.', 'Cedar Health Center', '', 'inherit', 'open', 'open', '', '1-revision-3', '', '', '2012-01-28 13:24:57', '2012-01-28 20:24:57', '', 1, 'http://www.cedarhealth.org/1-revision-3/', 0, 'revision', '', 0) ;
  832. INSERT INTO `wp_posts` VALUES (40, 1, '2012-01-28 13:45:17', '2012-01-28 20:45:17', '', 'dr-bill-desk', '', 'inherit', 'open', 'open', '', 'dr-bill-desk', '', '', '2012-01-28 13:45:17', '2012-01-28 20:45:17', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-bill-desk.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  833. INSERT INTO `wp_posts` VALUES (41, 1, '2012-01-28 13:45:18', '2012-01-28 20:45:18', '', 'dr-dennis-wider', '', 'inherit', 'open', 'open', '', 'dr-dennis-wider', '', '', '2012-01-28 13:45:18', '2012-01-28 20:45:18', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-dennis-wider.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  834. INSERT INTO `wp_posts` VALUES (42, 1, '2012-01-28 13:46:32', '2012-01-28 20:46:32', '', 'family-dr-dennis-chiropractor', '', 'inherit', 'open', 'open', '', 'family-dr-dennis-chiropractor', '', '', '2012-01-28 13:46:32', '2012-01-28 20:46:32', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/family-dr-dennis-chiropractor.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  835. INSERT INTO `wp_posts` VALUES (43, 1, '2012-01-28 13:46:36', '2012-01-28 20:46:36', '', 'family-chiropractic-dan', '', 'inherit', 'open', 'open', '', 'family-chiropractic-dan', '', '', '2012-01-28 13:46:36', '2012-01-28 20:46:36', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/family-chiropractic-dan.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  836. INSERT INTO `wp_posts` VALUES (44, 1, '2012-01-28 13:46:39', '2012-01-28 20:46:39', '', 'dr-dennis-chiropractor-blue-275', '', 'inherit', 'open', 'open', '', 'dr-dennis-chiropractor-blue-275', '', '', '2012-01-28 13:46:39', '2012-01-28 20:46:39', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-dennis-chiropractor-blue-275.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  837. INSERT INTO `wp_posts` VALUES (45, 1, '2012-01-28 13:46:42', '2012-01-28 20:46:42', '', 'dr-dennis-chiropractic-blue', '', 'inherit', 'open', 'open', '', 'dr-dennis-chiropractic-blue', '', '', '2012-01-28 13:46:42', '2012-01-28 20:46:42', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-dennis-chiropractic-blue.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  838. INSERT INTO `wp_posts` VALUES (46, 1, '2012-01-28 13:46:45', '2012-01-28 20:46:45', '', 'dr-dennis-adjustment-chair-ali', '', 'inherit', 'open', 'open', '', 'dr-dennis-adjustment-chair-ali', '', '', '2012-01-28 13:46:45', '2012-01-28 20:46:45', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-dennis-adjustment-chair-ali.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  839. INSERT INTO `wp_posts` VALUES (47, 1, '2012-01-28 13:46:49', '2012-01-28 20:46:49', '', 'dan-adjustment', '', 'inherit', 'open', 'open', '', 'dan-adjustment', '', '', '2012-01-28 13:46:49', '2012-01-28 20:46:49', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/dan-adjustment.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  840. INSERT INTO `wp_posts` VALUES (48, 1, '2012-01-28 13:46:51', '2012-01-28 20:46:51', '', 'cranial-sacral-work', '', 'inherit', 'open', 'open', '', 'cranial-sacral-work', '', '', '2012-01-28 13:46:51', '2012-01-28 20:46:51', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/cranial-sacral-work.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  841. INSERT INTO `wp_posts` VALUES (49, 1, '2012-01-28 19:43:22', '2012-01-28 19:43:22', '<div><img class="alignleft" title="Dan Adjustment" src="http://cedarhealth.org/img/dan-adjustment.jpg" alt="Dan getting an adjustment" width="350" height="233" /></div>\r\n\r\nBy combining his expert talents of chiropractic manipulation with nutritional therapies, physio-therapies and massage therapy, Dr. Dennis maximizes the healing benefit to his patients. He has always believed in looking beyond the pain and discomfort to find the possible causes of the dysfunction, then using the appropriate remedies to help the patient\'s body to heal itself.\r\n\r\nDuring his 12 years of practice in Arizona, Dr. Dennis developed a reputation for helping even the most difficult problems in chiropractic and drew people into his clinic from as far away as Canada, Mexico, England and Australia -- as well as from many neighboring states.', 'Gentle Family Chiropractic Care', '', 'inherit', 'open', 'open', '', '11-revision-3', '', '', '2012-01-28 19:43:22', '2012-01-28 19:43:22', '', 11, 'http://www.cedarhealth.org/11-revision-3/', 0, 'revision', '', 0) ;
  842. INSERT INTO `wp_posts` VALUES (50, 1, '2012-01-28 19:44:04', '2012-01-28 19:44:04', '<h3><img class="alignright" title="Dr. Dennis with patients" src="http://cedarhealth.org/img/family-chiropractic-dan.jpg" alt="" width="275" height="413" /></h3>\r\n<h3 class="normal" style="font-weight: normal">Dr. Dennis is currently offering the following plans for his EXISTING patients:</h3>\r\n<ol>\r\n <li>\r\n<h4>Cash Payment Plan</h4>\r\nIf you pay at the time of service you will be charged the discounted amount of $55.00 for each visit (adjustment only) at time of appointment.</li>\r\n <li>\r\n<h4>Pre-Pay Plan</h4>\r\nYou may purchase 10 (adjustments only) for the amount of $45.00 a visit for a total of $450.00. Payment must be made before first visit in the full amount. Plan expires 1 year from date of purchase.</li>\r\n <li>\r\n<h4>Family Health Plan</h4>\r\nAll members of an immediate family come in to see Dr. Dennis together. The first two pay the cash amount at the time of the visit and the rest of the immediate family is adjusted for free.</li>\r\n <li>\r\n<h4>Regular Monthly Tune-Up Plan</h4>\r\nPatient pays only $125 a month, with a 12 month contract. You may come in for regular visits (adjustment only) up to 4 times a month. Additional visits would be $30 in any given month. Payments start one month before first visit and must be paid forward during contract. When you complete your contract your 13th month is free.</li>\r\n <li>\r\n<h4>Senior Discount Plan</h4>\r\nAll seniors 65 and older may come in for a visit (adjustment only) for $30 per visit.</li>\r\n <li>\r\n<h4>Active Military Discount Plan</h4>\r\nAll active military personnel, with a valid military ID, will only be charged $49 for each (adjustment only) visit.</li>\r\n</ol>\r\n[icon name="asterisk_orange.png"]See receptionist for further details and questions to the above offered plans.[/icon] All plans are for regular business hours and do not include emergencies, after hours or holidays. Cash plans do not include insurance plans. Plans are for existing patients of Dr. Dennis only.', 'Cedar Health Cash Discount Plans to Fit Your Family Budget', '', 'inherit', 'open', 'open', '', '14-revision-2', '', '', '2012-01-28 19:44:04', '2012-01-28 19:44:04', '', 14, 'http://www.cedarhealth.org/14-revision-2/', 0, 'revision', '', 0) ;
  843. INSERT INTO `wp_posts` VALUES (51, 1, '2012-01-28 13:50:26', '2012-01-28 20:50:26', '', 'nutritious-food', '', 'inherit', 'open', 'open', '', 'nutritious-food', '', '', '2012-01-28 13:50:26', '2012-01-28 20:50:26', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/nutritious-food.jpg', 0, 'attachment', 'image/jpeg', 0) ;
  844. INSERT INTO `wp_posts` VALUES (52, 1, '2012-01-28 19:49:04', '2012-01-28 19:49:04', '<img class="alignleft" title="nutrition" src="http://cedarhealth.org/img/nutritious-food.jpg" alt="" width="250" height="166" />\r\n<h5>What is Nutrition Counseling?</h5>\r\nNutrition counseling is an ongoing process in which a health professional works with an individual to assess his or her usual dietary intake and identify areas where change is needed. The nutrition counselor provides information, educational materials, support, and follow-up to help the individual make and maintain the needed dietary changes.\r\n<h5>What are the benefits?</h5>\r\nProper nutrition can lead to more energy, fewer food cravings and less pain. Let Dr. Dennis help you meet your health care goals!', 'Nutritional Counseling', '', 'inherit', 'open', 'open', '', '25-revision-2', '', '', '2012-01-28 19:49:04', '2012-01-28 19:49:04', '', 25, 'http://www.cedarhealth.org/25-revision-2/', 0, 'revision', '', 0) ;
  845. INSERT INTO `wp_posts` VALUES (53, 1, '2012-01-28 19:47:35', '2012-01-28 19:47:35', '<img class="alignleft" title="Dr. William J. Dennis, Chiropractor" src="http://cedarhealth.org/images/dr-dennis-chiropractor-blue-275.jpg" alt="Dr. William J. Dennis, Chiropractor" width="275" height="413" />Dr. William J. Dennis graduated in 1987 from <a title="Palmer College of Chiropractic-West" href="http://www.palmer.edu/" target="_blank">Palmer College of Chiropractic-West</a> in San Jose, California. After graduating he began practicing in Flagstaff, Arizona. As a student and a young chiropractor Dr. Dennis learned from several chiropractors with decades of experience and has integrated that knowledge into his repertoire of healing tools. He is known for his gentle and thorough chiropractic care.\r\n\r\nDr. Dennis was invited to speak as a guest lecturer in England and Wales. He has completed post graduate training in X-Ray, Failed Back Surgery, Brain Gym and TAT and is a Certified Massage Therapist. Using his knowledge of these many healing methods and techniques, Dr. Dennis can help you reach your health goals.\r\n\r\nAfter 12 years of practicing in Flagstaff, Arizona, Dr. Dennis chose to settle his family in the Boise valley.\r\n<h3>Were you aware that Dr. Dennis:</h3>\r\n<ul>\r\n <li>Can check your blood pressure</li>\r\n <li>Help you improve your nutrition</li>\r\n <li>Can do many techniques including; Brain Gym, TAT and Emotional Release Technique</li>\r\n <li>Does Scout and School Sport Physicals</li>\r\n <li>Newborn colic</li>\r\n <li>Can help you reduce the symptoms of Carpal Tunnel and TMJ</li>\r\n</ul>\r\n<img class="alignleft" style="margin: 10px 25px 0 0;" src="http://cedarhealth.org/img/cranial-sacral-work.jpg" alt="cranial-sacral-work" />\r\n<ul>\r\n <li>Does Cranial-Sacral work for headaches and migraines</li>\r\n <li>Can make your feet feel better using adjustments and myofascial therapy</li>\r\n <li>Will order lab work , X-rays, or an MRI for you if necessary</li>\r\n <li>Can give you an annual physical examination</li>\r\n <li>Has additional special training in TMJ, nutrition, extremity adjusting, failed back surgery syndrome, balancing male/female hormones and other conditions</li>\r\n <li>Is a certified Massage Therapist</li>\r\n <li>Attended and graduated from 4 years of post-graduate schooling to become a Doctor of Chiropractic</li>\r\n <li>Continues many hours yearly of post-graduate training in many techniques and studies</li>\r\n <li>Can adjust any joint in your body, i.e. hands and feet (carpal Tunnel and Plantar-Fasciitis)</li>\r\n <li>Can use special techniques to adjust pregnant women and also their newborn babies</li>\r\n <li>Can help prevent many diseases or weaknesses that can lead to surgery</li>\r\n</ul>\r\n<img style="margin-top: 10px;" src="http://cedarhealth.org/img/dr-dennis-adjustment-chair-ali.jpg" alt="Dr Dennis, helping patient onto adjustment chair" />\r\n<ul>\r\n <li>Will give you an exercise plan to help you get in shape or just feel better and reduce your daily stress</li>\r\n <li>Can help with conditions of the bladder, appendix, gall bladder and other vital organs</li>\r\n <li>Offers classes in massage, weight loss and nutrition</li>\r\n</ul>\r\n<h3 style="margin-top: 20px;">Cedar Health Center also:</h3>\r\n<ul>\r\n <li>Sells vitamins, supplements and other nutritional health products for your body</li>\r\n <li>Has gift certificates for adjustments</li>\r\n <li>Has a family plan for current patients</li>\r\n</ul>\r\n<h3 style="margin-top: 20px;">Call today to schedule your next health care appointment!</h3>', 'Meet Dr. William J. Dennis', '', 'inherit', 'open', 'open', '', '20-revision-3', '', '', '2012-01-28 19:47:35', '2012-01-28 19:47:35', '', 20, 'http://www.cedarhealth.org/20-revision-3/', 0, 'revision', '', 0) ;
  846. INSERT INTO `wp_posts` VALUES (54, 1, '2012-01-28 13:52:24', '2012-01-28 20:52:24', '<img class="alignleft" title="Dr. William J. Dennis, Chiropractor" src="http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-dennis-chiropractor-blue-275.jpg" alt="Dr. William J. Dennis, Chiropractor" width="275" height="413" />Dr. William J. Dennis graduated in 1987 from <a title="Palmer College of Chiropractic-West" href="http://www.palmer.edu/" target="_blank">Palmer College of Chiropractic-West</a> in San Jose, California. After graduating he began practicing in Flagstaff, Arizona. As a student and a young chiropractor Dr. Dennis learned from several chiropractors with decades of experience and has integrated that knowledge into his repertoire of healing tools. He is known for his gentle and thorough chiropractic care.\r\n\r\nDr. Dennis was invited to speak as a guest lecturer in England and Wales. He has completed post graduate training in X-Ray, Failed Back Surgery, Brain Gym and TAT and is a Certified Massage Therapist. Using his knowledge of these many healing methods and techniques, Dr. Dennis can help you reach your health goals.\r\n\r\nAfter 12 years of practicing in Flagstaff, Arizona, Dr. Dennis chose to settle his family in the Boise valley.\r\n<h3>Were you aware that Dr. Dennis:</h3>\r\n<ul>\r\n <li>Can check your blood pressure</li>\r\n <li>Help you improve your nutrition</li>\r\n <li>Can do many techniques including; Brain Gym, TAT and Emotional Release Technique</li>\r\n <li>Does Scout and School Sport Physicals</li>\r\n <li>Newborn colic</li>\r\n <li>Can help you reduce the symptoms of Carpal Tunnel and TMJ</li>\r\n</ul>\r\n<img class="alignleft" style="margin: 10px 25px 0 0;" src="http://cedarhealth.org/img/cranial-sacral-work.jpg" alt="cranial-sacral-work" />\r\n<ul>\r\n <li>Does Cranial-Sacral work for headaches and migraines</li>\r\n <li>Can make your feet feel better using adjustments and myofascial therapy</li>\r\n <li>Will order lab work , X-rays, or an MRI for you if necessary</li>\r\n <li>Can give you an annual physical examination</li>\r\n <li>Has additional special training in TMJ, nutrition, extremity adjusting, failed back surgery syndrome, balancing male/female hormones and other conditions</li>\r\n <li>Is a certified Massage Therapist</li>\r\n <li>Attended and graduated from 4 years of post-graduate schooling to become a Doctor of Chiropractic</li>\r\n <li>Continues many hours yearly of post-graduate training in many techniques and studies</li>\r\n <li>Can adjust any joint in your body, i.e. hands and feet (carpal Tunnel and Plantar-Fasciitis)</li>\r\n <li>Can use special techniques to adjust pregnant women and also their newborn babies</li>\r\n <li>Can help prevent many diseases or weaknesses that can lead to surgery</li>\r\n</ul>\r\n<img style="margin-top: 10px;" src="http://cedarhealth.org/img/dr-dennis-adjustment-chair-ali.jpg" alt="Dr Dennis, helping patient onto adjustment chair" />\r\n<ul>\r\n <li>Will give you an exercise plan to help you get in shape or just feel better and reduce your daily stress</li>\r\n <li>Can help with conditions of the bladder, appendix, gall bladder and other vital organs</li>\r\n <li>Offers classes in massage, weight loss and nutrition</li>\r\n</ul>\r\n<h3 style="margin-top: 20px;">Cedar Health Center also:</h3>\r\n<ul>\r\n <li>Sells vitamins, supplements and other nutritional health products for your body</li>\r\n <li>Has gift certificates for adjustments</li>\r\n <li>Has a family plan for current patients</li>\r\n</ul>\r\n<h3 style="margin-top: 20px;">Call today to schedule your next health care appointment!</h3>', 'Meet Dr. William J. Dennis', '', 'inherit', 'open', 'open', '', '20-revision-4', '', '', '2012-01-28 13:52:24', '2012-01-28 20:52:24', '', 20, 'http://www.cedarhealth.org/20-revision-4/', 0, 'revision', '', 0) ;
  847. INSERT INTO `wp_posts` VALUES (55, 1, '2012-01-28 13:52:59', '2012-01-28 20:52:59', '<img class="alignleft" title="Dr. William J. Dennis, Chiropractor" src="http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-dennis-chiropractor-blue-275.jpg" alt="Dr. William J. Dennis, Chiropractor" width="275" height="413" />Dr. William J. Dennis graduated in 1987 from <a title="Palmer College of Chiropractic-West" href="http://www.palmer.edu/" target="_blank">Palmer College of Chiropractic-West</a> in San Jose, California. After graduating he began practicing in Flagstaff, Arizona. As a student and a young chiropractor Dr. Dennis learned from several chiropractors with decades of experience and has integrated that knowledge into his repertoire of healing tools. He is known for his gentle and thorough chiropractic care.\r\n\r\nDr. Dennis was invited to speak as a guest lecturer in England and Wales. He has completed post graduate training in X-Ray, Failed Back Surgery, Brain Gym and TAT and is a Certified Massage Therapist. Using his knowledge of these many healing methods and techniques, Dr. Dennis can help you reach your health goals.\r\n\r\nAfter 12 years of practicing in Flagstaff, Arizona, Dr. Dennis chose to settle his family in the Boise valley.\r\n<h3>Were you aware that Dr. Dennis:</h3>\r\n<ul>\r\n <li>Can check your blood pressure</li>\r\n <li>Help you improve your nutrition</li>\r\n <li>Can do many techniques including; Brain Gym, TAT and Emotional Release Technique</li>\r\n <li>Does Scout and School Sport Physicals</li>\r\n <li>Newborn colic</li>\r\n <li>Can help you reduce the symptoms of Carpal Tunnel and TMJ</li>\r\n</ul>\r\n<img class="alignleft" style="margin: 10px 25px 0 0;" src="http://www.cedarhealth.org/wp-content/uploads/2012/01/cranial-sacral-work.jpg" alt="cranial-sacral-work" />\r\n<ul>\r\n <li>Does Cranial-Sacral work for headaches and migraines</li>\r\n <li>Can make your feet feel better using adjustments and myofascial therapy</li>\r\n <li>Will order lab work , X-rays, or an MRI for you if necessary</li>\r\n <li>Can give you an annual physical examination</li>\r\n <li>Has additional special training in TMJ, nutrition, extremity adjusting, failed back surgery syndrome, balancing male/female hormones and other conditions</li>\r\n <li>Is a certified Massage Therapist</li>\r\n <li>Attended and graduated from 4 years of post-graduate schooling to become a Doctor of Chiropractic</li>\r\n <li>Continues many hours yearly of post-graduate training in many techniques and studies</li>\r\n <li>Can adjust any joint in your body, i.e. hands and feet (carpal Tunnel and Plantar-Fasciitis)</li>\r\n <li>Can use special techniques to adjust pregnant women and also their newborn babies</li>\r\n <li>Can help prevent many diseases or weaknesses that can lead to surgery</li>\r\n</ul>\r\n<img style="margin-top: 10px;" src="http://cedarhealth.org/img/dr-dennis-adjustment-chair-ali.jpg" alt="Dr Dennis, helping patient onto adjustment chair" />\r\n<ul>\r\n <li>Will give you an exercise plan to help you get in shape or just feel better and reduce your daily stress</li>\r\n <li>Can help with conditions of the bladder, appendix, gall bladder and other vital organs</li>\r\n <li>Offers classes in massage, weight loss and nutrition</li>\r\n</ul>\r\n<h3 style="margin-top: 20px;">Cedar Health Center also:</h3>\r\n<ul>\r\n <li>Sells vitamins, supplements and other nutritional health products for your body</li>\r\n <li>Has gift certificates for adjustments</li>\r\n <li>Has a family plan for current patients</li>\r\n</ul>\r\n<h3 style="margin-top: 20px;">Call today to schedule your next health care appointment!</h3>', 'Meet Dr. William J. Dennis', '', 'inherit', 'open', 'open', '', '20-revision-5', '', '', '2012-01-28 13:52:59', '2012-01-28 20:52:59', '', 20, 'http://www.cedarhealth.org/20-revision-5/', 0, 'revision', '', 0) ;
  848. INSERT INTO `wp_posts` VALUES (56, 1, '2012-01-28 13:18:58', '2012-01-28 20:18:58', '<div class="one_third">\r\n<div style="margin: 0 23px 0 0;">\r\n<fieldset class="br3 block" style="">\r\n<h5><a title="Meet Dr. Dennis" href="meet-dr-william-j-dennis">Meet Dr. Dennis</a></h5>\r\n<a title="Meet Dr. Dennis" href="meet-dr-william-j-dennis"><img title="Dr. Dennis" src="http://localhost:8888/wordpress/wp-content/uploads/2012/01/dr-dennis-wider.jpg" alt="Dr. William J. Dennis" width="" height="112" /></a>\r\n<p>Dr. Dennis maximizes the healing benefit to his patients with his expertise in chiropractic manipulation with nutritional therapies, physio-therapies and massage therapy.</p>\r\n<div>\r\n<a id="button299" class="button" target="_parent" href="meet-dr-william-j-dennis"><span> Read more </span></a>\r\n</div>\r\n</fieldset>\r\n</div>\r\n</div>\r\n\r\n<div class="one_third">\r\n<div style="margin: 0 0 0 0;">\r\n<fieldset class="br3 block" style="">\r\n[posts qty="1" w="100%" m="10" grid="1" t="center" tw="280" th="100" excerpt="yes"]\r\n</fieldset>\r\n</div>\r\n</div>\r\n<div class="one_third">\r\n<div style="margin: 0 0 0 23px;">\r\n<fieldset class="br3 block" style="">\r\n<h5>From Our Patients</h5>\r\n[quote cite="Becky C." subcite="Boise" pic="5" bg="DEEBED" color="333333" align="left"]?I had neck pain and headaches for a long time. I also had leg problems that I just thought I had to live with. I also had bad problems with my feet and he fixed those too! I haven&#8217;t felt this good in a long time. Dr. Dennis really has helped me. All I can say now is ?I&#8217;m sold?.? [/quote]\r\n</fieldset>\r\n</div>\r\n</div>', 'Homepage', '', 'inherit', 'open', 'open', '', '16-revision-5', '', '', '2012-01-28 13:18:58', '2012-01-28 20:18:58', '', 16, 'http://www.cedarhealth.org/16-revision-5/', 0, 'revision', '', 0) ;
  849. INSERT INTO `wp_posts` VALUES (57, 1, '2012-01-28 13:26:00', '2012-01-28 20:26:00', 'Welcome to the Cedar Health Center. For an appointment with Dr. Dennis please call (208) 321-852.', 'Cedar Health Center', '', 'inherit', 'open', 'open', '', '1-revision-4', '', '', '2012-01-28 13:26:00', '2012-01-28 20:26:00', '', 1, 'http://www.cedarhealth.org/1-revision-4/', 0, 'revision', '', 0) ;
  850. INSERT INTO `wp_posts` VALUES (58, 1, '2012-01-28 14:03:24', '2012-01-28 21:03:24', '<img src="http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-bill-desk.jpg" alt="Dr Dennis in the office" />\r\n\r\nWelcome to the Cedar Health Center. For an appointment with Dr. Dennis please call (208) 321-852.', 'Cedar Health Center', '', 'inherit', 'open', 'open', '', '1-revision-5', '', '', '2012-01-28 14:03:24', '2012-01-28 21:03:24', '', 1, 'http://www.cedarhealth.org/1-revision-5/', 0, 'revision', '', 0) ;
  851. INSERT INTO `wp_posts` VALUES (59, 1, '2012-01-28 14:03:44', '2012-01-28 21:03:44', '<img src="http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-bill-desk.jpg" alt="Dr Dennis in the office" width="260" />\r\n\r\nWelcome to the Cedar Health Center. For an appointment with Dr. Dennis please call (208) 321-852.', 'Cedar Health Center', '', 'inherit', 'open', 'open', '', '1-revision-6', '', '', '2012-01-28 14:03:44', '2012-01-28 21:03:44', '', 1, 'http://www.cedarhealth.org/1-revision-6/', 0, 'revision', '', 0) ;
  852. INSERT INTO `wp_posts` VALUES (60, 1, '2012-01-29 13:09:37', '2012-01-29 20:09:37', '', 'vertical_lines_3', '', 'inherit', 'open', 'open', '', 'vertical_lines_3', '', '', '2012-01-29 13:09:37', '2012-01-29 20:09:37', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/vertical_lines_3.png', 0, 'attachment', 'image/png', 0) ;
  853. INSERT INTO `wp_posts` VALUES (61, 1, '2012-01-29 13:11:24', '2012-01-29 20:11:24', '', 'vertical_lines_3-5', '', 'inherit', 'open', 'open', '', 'vertical_lines_3-5', '', '', '2012-01-29 13:11:24', '2012-01-29 20:11:24', '', 0, 'http://www.cedarhealth.org/wp-content/uploads/2012/01/vertical_lines_3-5.png', 0, 'attachment', 'image/png', 0) ;
  854. INSERT INTO `wp_posts` VALUES (62, 1, '2012-02-01 20:30:41', '2012-02-02 03:30:41', '', 'Contact form 1', '', 'publish', 'closed', 'open', '', 'contact-form-1', '', '', '2012-02-01 20:30:41', '2012-02-02 03:30:41', '', 0, 'http://www.cedarhealth.org/wpcf7_contact_form/contact-form-1/', 0, 'wpcf7_contact_form', '', 0) ;
  855. INSERT INTO `wp_posts` VALUES (63, 1, '2012-02-01 20:35:54', '2012-02-02 03:35:54', '', 'Request an Appointment', '', 'publish', 'closed', 'open', '', 'request-an-appointment', '', '', '2012-02-01 20:35:54', '2012-02-02 03:35:54', '', 0, 'http://www.cedarhealth.org/wpcf7_contact_form/request-an-appointment/', 0, 'wpcf7_contact_form', '', 0) ;
  856. INSERT INTO `wp_posts` VALUES (64, 1, '2012-01-30 19:27:06', '2012-01-31 02:27:06', '[contact-form-7 id="63" title="Request an Appointment"]', 'Request an Appointment With Dr. Dennis', '', 'publish', 'closed', 'closed', '', 'request-an-appointment-with-dr-dennis', '', '', '2012-01-30 19:52:19', '2012-01-31 02:52:19', '', 0, 'http://www.cedarhealth.org/?page_id=64', 0, 'page', '', 0) ;
  857. INSERT INTO `wp_posts` VALUES (65, 1, '2012-01-30 19:26:30', '2012-01-31 02:26:30', '', 'Auto Draft', '', 'inherit', 'open', 'open', '', '64-revision', '', '', '2012-01-30 19:26:30', '2012-01-31 02:26:30', '', 64, 'http://www.cedarhealth.org/64-revision/', 0, 'revision', '', 0) ;
  858. INSERT INTO `wp_posts` VALUES (66, 1, '2012-01-30 19:27:06', '2012-01-31 02:27:06', '[contact-form-7 id="63" title="Request an Appointment"]', 'Request an Appointment', '', 'inherit', 'open', 'open', '', '64-revision-2', '', '', '2012-01-30 19:27:06', '2012-01-31 02:27:06', '', 64, 'http://www.cedarhealth.org/64-revision-2/', 0, 'revision', '', 0) ;
  859. INSERT INTO `wp_posts` VALUES (67, 1, '2012-01-28 14:04:27', '2012-01-28 21:04:27', '<img src="http://www.cedarhealth.org/wp-content/uploads/2012/01/dr-bill-desk.jpg" alt="Dr Dennis in the office" width="340" />\r\n\r\nWelcome to the Cedar Health Center. For an appointment with Dr. Dennis please call (208) 321-852.', 'Cedar Health Center', '', 'inherit', 'open', 'open', '', '1-revision-7', '', '', '2012-01-28 14:04:27', '2012-01-28 21:04:27', '', 1, 'http://www.cedarhealth.org/1-revision-7/', 0, 'revision', '', 0) ;
  860. #
  861. # End of data contents of table `wp_posts`
  862. # --------------------------------------------------------
  863.  
  864. # --------------------------------------------------------
  865. # Table: `wp_term_relationships`
  866. # --------------------------------------------------------
  867.  
  868.  
  869. #
  870. # Delete any existing table `wp_term_relationships`
  871. #
  872.  
  873. DROP TABLE IF EXISTS `wp_term_relationships`;
  874.  
  875.  
  876. #
  877. # Table structure of table `wp_term_relationships`
  878. #
  879.  
  880. CREATE TABLE `wp_term_relationships` (
  881. `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  882. `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  883. `term_order` int(11) NOT NULL DEFAULT '0',
  884. PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  885. KEY `term_taxonomy_id` (`term_taxonomy_id`)
  886. ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
  887.  
  888. #
  889. # Data contents of table `wp_term_relationships`
  890. #
  891.  
  892. INSERT INTO `wp_term_relationships` VALUES (2, 2, 0) ;
  893. INSERT INTO `wp_term_relationships` VALUES (5, 2, 0) ;
  894. INSERT INTO `wp_term_relationships` VALUES (8, 2, 0) ;
  895. INSERT INTO `wp_term_relationships` VALUES (30, 3, 0) ;
  896. INSERT INTO `wp_term_relationships` VALUES (29, 3, 0) ;
  897. INSERT INTO `wp_term_relationships` VALUES (32, 3, 0) ;
  898. INSERT INTO `wp_term_relationships` VALUES (31, 3, 0) ;
  899. INSERT INTO `wp_term_relationships` VALUES (27, 3, 0) ;
  900. INSERT INTO `wp_term_relationships` VALUES (28, 3, 0) ;
  901. INSERT INTO `wp_term_relationships` VALUES (33, 3, 0) ;
  902. INSERT INTO `wp_term_relationships` VALUES (1, 10, 0) ;
  903. INSERT INTO `wp_term_relationships` VALUES (1, 9, 0) ;
  904. #
  905. # End of data contents of table `wp_term_relationships`
  906. # --------------------------------------------------------
  907.  
  908. # --------------------------------------------------------
  909. # Table: `wp_term_taxonomy`
  910. # --------------------------------------------------------
  911.  
  912.  
  913. #
  914. # Delete any existing table `wp_term_taxonomy`
  915. #
  916.  
  917. DROP TABLE IF EXISTS `wp_term_taxonomy`;
  918.  
  919.  
  920. #
  921. # Table structure of table `wp_term_taxonomy`
  922. #
  923.  
  924. CREATE TABLE `wp_term_taxonomy` (
  925. `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  926. `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  927. `taxonomy` varchar(32) NOT NULL DEFAULT '',
  928. `description` longtext NOT NULL,
  929. `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  930. `count` bigint(20) NOT NULL DEFAULT '0',
  931. PRIMARY KEY (`term_taxonomy_id`),
  932. UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  933. KEY `taxonomy` (`taxonomy`)
  934. ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 ;
  935.  
  936. #
  937. # Data contents of table `wp_term_taxonomy`
  938. #
  939.  
  940. INSERT INTO `wp_term_taxonomy` VALUES (1, 1, 'category', '', 0, 0) ;
  941. INSERT INTO `wp_term_taxonomy` VALUES (2, 2, 'link_category', '', 0, 3) ;
  942. INSERT INTO `wp_term_taxonomy` VALUES (3, 3, 'nav_menu', '', 0, 7) ;
  943. INSERT INTO `wp_term_taxonomy` VALUES (4, 4, 'category', '', 0, 0) ;
  944. INSERT INTO `wp_term_taxonomy` VALUES (5, 5, 'category', '', 0, 0) ;
  945. INSERT INTO `wp_term_taxonomy` VALUES (6, 6, 'category', '', 0, 0) ;
  946. INSERT INTO `wp_term_taxonomy` VALUES (7, 7, 'category', '', 0, 0) ;
  947. INSERT INTO `wp_term_taxonomy` VALUES (8, 8, 'category', '', 0, 0) ;
  948. INSERT INTO `wp_term_taxonomy` VALUES (9, 9, 'category', '', 0, 1) ;
  949. INSERT INTO `wp_term_taxonomy` VALUES (10, 10, 'category', '', 0, 1) ;
  950. #
  951. # End of data contents of table `wp_term_taxonomy`
  952. # --------------------------------------------------------
  953.  
  954. # --------------------------------------------------------
  955. # Table: `wp_terms`
  956. # --------------------------------------------------------
  957.  
  958.  
  959. #
  960. # Delete any existing table `wp_terms`
  961. #
  962.  
  963. DROP TABLE IF EXISTS `wp_terms`;
  964.  
  965.  
  966. #
  967. # Table structure of table `wp_terms`
  968. #
  969.  
  970. CREATE TABLE `wp_terms` (
  971. `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  972. `name` varchar(200) NOT NULL DEFAULT '',
  973. `slug` varchar(200) NOT NULL DEFAULT '',
  974. `term_group` bigint(10) NOT NULL DEFAULT '0',
  975. PRIMARY KEY (`term_id`),
  976. UNIQUE KEY `slug` (`slug`),
  977. KEY `name` (`name`)
  978. ) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 ;
  979.  
  980. #
  981. # Data contents of table `wp_terms`
  982. #
  983.  
  984. INSERT INTO `wp_terms` VALUES (1, 'Uncategorized', 'uncategorized', 0) ;
  985. INSERT INTO `wp_terms` VALUES (2, 'Blogroll', 'blogroll', 0) ;
  986. INSERT INTO `wp_terms` VALUES (3, 'Main Navigation', 'main-navigation', 0) ;
  987. INSERT INTO `wp_terms` VALUES (4, 'articles', 'articles', 0) ;
  988. INSERT INTO `wp_terms` VALUES (5, 'news', 'news', 0) ;
  989. INSERT INTO `wp_terms` VALUES (6, 'nutrition', 'nutrition', 0) ;
  990. INSERT INTO `wp_terms` VALUES (7, 'chiropractic', 'chiropractic', 0) ;
  991. INSERT INTO `wp_terms` VALUES (8, 'health articles', 'health-articles', 0) ;
  992. INSERT INTO `wp_terms` VALUES (9, 'Cedar Health Center', 'cedar-health-center', 0) ;
  993. INSERT INTO `wp_terms` VALUES (10, 'Dr. William J. Dennis', 'dr-william-j-dennis', 0) ;
  994. #
  995. # End of data contents of table `wp_terms`
  996. # --------------------------------------------------------
  997.  
  998. # --------------------------------------------------------
  999. # Table: `wp_usermeta`
  1000. # --------------------------------------------------------
  1001.  
  1002.  
  1003. #
  1004. # Delete any existing table `wp_usermeta`
  1005. #
  1006.  
  1007. DROP TABLE IF EXISTS `wp_usermeta`;
  1008.  
  1009.  
  1010. #
  1011. # Table structure of table `wp_usermeta`
  1012. #
  1013.  
  1014. CREATE TABLE `wp_usermeta` (
  1015. `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  1016. `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  1017. `meta_key` varchar(255) DEFAULT NULL,
  1018. `meta_value` longtext,
  1019. PRIMARY KEY (`umeta_id`),
  1020. KEY `user_id` (`user_id`),
  1021. KEY `meta_key` (`meta_key`)
  1022. ) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8 ;
  1023.  
  1024. #
  1025. # Data contents of table `wp_usermeta`
  1026. #
  1027.  
  1028. INSERT INTO `wp_usermeta` VALUES (1, 1, 'first_name', '') ;
  1029. INSERT INTO `wp_usermeta` VALUES (2, 1, 'last_name', '') ;
  1030. INSERT INTO `wp_usermeta` VALUES (3, 1, 'nickname', 'admin') ;
  1031. INSERT INTO `wp_usermeta` VALUES (4, 1, 'description', '') ;
  1032. INSERT INTO `wp_usermeta` VALUES (5, 1, 'rich_editing', 'true') ;
  1033. INSERT INTO `wp_usermeta` VALUES (6, 1, 'comment_shortcuts', 'false') ;
  1034. INSERT INTO `wp_usermeta` VALUES (7, 1, 'admin_color', 'fresh') ;
  1035. INSERT INTO `wp_usermeta` VALUES (8, 1, 'use_ssl', '0') ;
  1036. INSERT INTO `wp_usermeta` VALUES (9, 1, 'show_admin_bar_front', 'true') ;
  1037. INSERT INTO `wp_usermeta` VALUES (10, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}') ;
  1038. INSERT INTO `wp_usermeta` VALUES (11, 1, 'wp_user_level', '10') ;
  1039. INSERT INTO `wp_usermeta` VALUES (12, 1, 'dismissed_wp_pointers', 'wp330_toolbar,wp330_media_uploader,wp330_saving_widgets') ;
  1040. INSERT INTO `wp_usermeta` VALUES (13, 1, 'show_welcome_panel', '0') ;
  1041. INSERT INTO `wp_usermeta` VALUES (14, 1, 'wp_user-settings', 'editor=html&m6=o&imgsize=full&mfold=o') ;
  1042. INSERT INTO `wp_usermeta` VALUES (15, 1, 'wp_user-settings-time', '1327978850') ;
  1043. INSERT INTO `wp_usermeta` VALUES (16, 1, 'wp_dashboard_quick_press_last_post_id', '8') ;
  1044. INSERT INTO `wp_usermeta` VALUES (17, 1, 'managenav-menuscolumnshidden', 'a:4:{i:0;s:11:"link-target";i:1;s:11:"css-classes";i:2;s:3:"xfn";i:3;s:11:"description";}') ;
  1045. INSERT INTO `wp_usermeta` VALUES (18, 1, 'metaboxhidden_nav-menus', 'a:5:{i:0;s:8:"add-post";i:1;s:10:"add-slider";i:2;s:11:"add-product";i:3;s:12:"add-post_tag";i:4;s:11:"add-catalog";}') ;
  1046. INSERT INTO `wp_usermeta` VALUES (19, 1, 'closedpostboxes_page', 'a:0:{}') ;
  1047. INSERT INTO `wp_usermeta` VALUES (20, 1, 'metaboxhidden_page', 'a:0:{}') ;
  1048. INSERT INTO `wp_usermeta` VALUES (21, 1, 'nav_menu_recently_edited', '3') ;
  1049. #
  1050. # End of data contents of table `wp_usermeta`
  1051. # --------------------------------------------------------
  1052.  
  1053. # --------------------------------------------------------
  1054. # Table: `wp_users`
  1055. # --------------------------------------------------------
  1056.  
  1057.  
  1058. #
  1059. # Delete any existing table `wp_users`
  1060. #
  1061.  
  1062. DROP TABLE IF EXISTS `wp_users`;
  1063.  
  1064.  
  1065. #
  1066. # Table structure of table `wp_users`
  1067. #
  1068.  
  1069. CREATE TABLE `wp_users` (
  1070. `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  1071. `user_login` varchar(60) NOT NULL DEFAULT '',
  1072. `user_pass` varchar(64) NOT NULL DEFAULT '',
  1073. `user_nicename` varchar(50) NOT NULL DEFAULT '',
  1074. `user_email` varchar(100) NOT NULL DEFAULT '',
  1075. `user_url` varchar(100) NOT NULL DEFAULT '',
  1076. `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  1077. `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  1078. `user_status` int(11) NOT NULL DEFAULT '0',
  1079. `display_name` varchar(250) NOT NULL DEFAULT '',
  1080. PRIMARY KEY (`ID`),
  1081. KEY `user_login_key` (`user_login`),
  1082. KEY `user_nicename` (`user_nicename`)
  1083. ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ;
  1084.  
  1085. #
  1086. # Data contents of table `wp_users`
  1087. #
  1088.  
  1089. INSERT INTO `wp_users` VALUES (1, 'admin', '$P$B80JPu/XPQ4OfaP0xVfd0TNI05sQww0', 'admin', 'cedarhealth@gmail.com', '', '2012-01-28 12:18:07', '', 0, 'admin') ;
  1090. #
  1091. # End of data contents of table `wp_users`
  1092. # --------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement