-- phpMyAdmin SQL Dump -- version 3.4.5 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Nov 17, 2011 at 02:21 PM -- Server version: 5.1.56 -- PHP Version: 5.2.9 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `nothtla_wp609` -- -- -------------------------------------------------------- -- -- Table structure for table `wp_advertising` -- DROP TABLE IF EXISTS `wp_advertising`; CREATE TABLE IF NOT EXISTS `wp_advertising` ( `id` int(11) NOT NULL AUTO_INCREMENT, `business_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `customer_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `email` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `password` varchar(32) COLLATE utf8_unicode_ci NOT NULL, `phone` varchar(32) COLLATE utf8_unicode_ci NOT NULL, `address` varchar(256) COLLATE utf8_unicode_ci NOT NULL, `city` varchar(64) COLLATE utf8_unicode_ci NOT NULL, `state` varchar(2) COLLATE utf8_unicode_ci NOT NULL, `zip` varchar(12) COLLATE utf8_unicode_ci NOT NULL, `cc` varchar(256) COLLATE utf8_unicode_ci NOT NULL, `ranking` tinyint(1) NOT NULL, `link_title` varchar(256) COLLATE utf8_unicode_ci NOT NULL, `link_description` varchar(256) COLLATE utf8_unicode_ci NOT NULL, `link_href` varchar(256) COLLATE utf8_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -------------------------------------------------------- -- -- Table structure for table `wp_advertising_forms` -- DROP TABLE IF EXISTS `wp_advertising_forms`; CREATE TABLE IF NOT EXISTS `wp_advertising_forms` ( `id` tinyint(4) NOT NULL AUTO_INCREMENT, `form_id` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=4 ; -- -- Dumping data for table `wp_advertising_forms` -- INSERT INTO `wp_advertising_forms` (`id`, `form_id`) VALUES (1, 71), (2, 69), (3, 67); -- -------------------------------------------------------- -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; CREATE TABLE IF NOT EXISTS `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; CREATE TABLE IF NOT EXISTS `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_approved` (`comment_approved`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -------------------------------------------------------- -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; CREATE TABLE IF NOT EXISTS `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ; -- -- Dumping data for table `wp_links` -- INSERT INTO `wp_links` (`link_id`, `link_url`, `link_name`, `link_image`, `link_target`, `link_description`, `link_visible`, `link_owner`, `link_rating`, `link_updated`, `link_rel`, `link_notes`, `link_rss`) VALUES (1, 'http://codex.wordpress.org/', 'Documentation', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (2, 'http://wordpress.org/news/', 'WordPress Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/news/feed/'), (3, 'http://wordpress.org/extend/ideas/', 'Suggest Ideas', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (4, 'http://wordpress.org/support/', 'Support Forum', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (5, 'http://wordpress.org/extend/plugins/', 'Plugins', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (6, 'http://wordpress.org/extend/themes/', 'Themes', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''), (7, 'http://planet.wordpress.org/', 'WordPress Planet', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', ''); -- -------------------------------------------------------- -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; CREATE TABLE IF NOT EXISTS `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `blog_id` int(11) NOT NULL DEFAULT '0', `option_name` varchar(64) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=987 ; -- -- Dumping data for table `wp_options` -- INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (1, 0, 'siteurl', 'nothingtolookat.com', 'yes'), (2, 0, 'blogname', 'Amusement Places In Birmingham', 'yes'), (3, 0, 'blogdescription', 'We found the BEST Amusement Places in Birmingham! Check out our reviews.', 'yes'), (4, 0, 'users_can_register', '0', 'yes'), (5, 0, 'admin_email', 'tony.voltaic@gmail.com', 'yes'), (6, 0, 'start_of_week', '1', 'yes'), (7, 0, 'use_balanceTags', '', 'yes'), (8, 0, 'use_smilies', '1', 'yes'), (9, 0, 'require_name_email', '1', 'yes'), (10, 0, 'comments_notify', '1', 'yes'), (11, 0, 'posts_per_rss', '10', 'yes'), (12, 0, 'rss_use_excerpt', '0', 'yes'), (13, 0, 'mailserver_url', 'mail.example.com', 'yes'), (14, 0, 'mailserver_login', 'login@example.com', 'yes'), (15, 0, 'mailserver_pass', 'password', 'yes'), (16, 0, 'mailserver_port', '110', 'yes'), (17, 0, 'default_category', '1', 'yes'), (18, 0, 'default_comment_status', 'closed', 'yes'), (19, 0, 'default_ping_status', 'open', 'yes'), (20, 0, 'default_pingback_flag', '1', 'yes'), (21, 0, 'default_post_edit_rows', '20', 'yes'), (22, 0, 'posts_per_page', '10', 'yes'), (23, 0, 'date_format', 'F j, Y', 'yes'), (24, 0, 'time_format', 'g:i a', 'yes'), (25, 0, 'links_updated_date_format', 'F j, Y g:i a', 'yes'), (26, 0, 'links_recently_updated_prepend', '', 'yes'), (27, 0, 'links_recently_updated_append', '', 'yes'), (28, 0, 'links_recently_updated_time', '120', 'yes'), (29, 0, 'comment_moderation', '', 'yes'), (30, 0, 'moderation_notify', '1', 'yes'), (31, 0, 'permalink_structure', '/%category%/%postname%/', 'yes'), (32, 0, 'gzipcompression', '0', 'yes'), (33, 0, 'hack_file', '0', 'yes'), (34, 0, 'blog_charset', 'UTF-8', 'yes'), (35, 0, 'moderation_keys', '', 'no'), (36, 0, 'active_plugins', 'a:4:{i:0;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:1;s:43:"breadcrumb-navxt/breadcrumb_navxt_admin.php";i:2;s:21:"option-tree/index.php";i:3;s:33:"the-piecemaker/the_piecemaker.php";}', 'yes'), (37, 0, 'home', 'nothingtolookat.com', 'yes'), (38, 0, 'category_base', '', 'yes'), (39, 0, 'ping_sites', 'http://rpc.pingomatic.com\r\nhttp://rpc.twingly.com\r\nhttp://api.feedster.com/ping\r\nhttp://api.moreover.com/RPC2\r\nhttp://api.moreover.com/ping\r\nhttp://www.blogdigger.com/RPC2\r\nhttp://www.blogshares.com/rpc.php\r\nhttp://www.blogsnow.com/ping\r\nhttp://www.blogstreet.com/xrbin/xmlrpc.cgi\r\nhttp://bulkfeeds.net/rpc\r\nhttp://www.newsisfree.com/xmlrpctest.php\r\nhttp://ping.blo.gs/\r\nhttp://ping.feedburner.com\r\nhttp://ping.syndic8.com/xmlrpc.php\r\nhttp://ping.weblogalot.com/rpc.php\r\nhttp://rpc.blogrolling.com/pinger/\r\nhttp://rpc.technorati.com/rpc/ping\r\nhttp://rpc.weblogs.com/RPC2\r\nhttp://www.feedsubmitter.com\r\nhttp://blo.gs/ping.php\r\nhttp://www.pingerati.net\r\nhttp://www.pingmyblog.com\r\nhttp://geourl.org/ping\r\nhttp://ipings.com\r\nhttp://www.weblogalot.com/ping', 'yes'), (40, 0, 'advanced_edit', '0', 'yes'), (41, 0, 'comment_max_links', '2', 'yes'), (42, 0, 'gmt_offset', '0', 'yes'), (43, 0, 'default_email_category', '1', 'yes'), (44, 0, 'recently_edited', 'a:5:{i:0;s:65:"/home/bocarato/public_html/wp-content/plugins/akismet/akismet.php";i:1;s:65:"/home/bocarato/public_html/wp-content/plugins/xcloner/xcloner.php";i:2;s:64:"/home/bocarato/public_html/wp-content/themes/thesis_18/style.css";i:3;s:67:"/home/bocarato/public_html/wp-content/plugins/exec-php/exec-php.php";i:4;s:70:"/home/bocarato/public_html/wp-content/themes/thesis_18/no_sidebars.php";}', 'no'), (45, 0, 'template', 'thesis_18', 'yes'), (46, 0, 'stylesheet', 'thesis_18', 'yes'), (47, 0, 'comment_whitelist', '1', 'yes'), (48, 0, 'blacklist_keys', '', 'no'), (49, 0, 'comment_registration', '', 'yes'), (50, 0, 'rss_language', 'en', 'yes'), (51, 0, 'html_type', 'text/html', 'yes'), (52, 0, 'use_trackback', '0', 'yes'), (53, 0, 'default_role', 'subscriber', 'yes'), (54, 0, 'db_version', '18226', 'yes'), (55, 0, 'uploads_use_yearmonth_folders', '1', 'yes'), (56, 0, 'upload_path', '', 'yes'), (57, 0, 'blog_public', '1', 'yes'), (58, 0, 'default_link_category', '2', 'yes'), (59, 0, 'show_on_front', 'page', 'yes'), (60, 0, 'tag_base', '', 'yes'), (61, 0, 'show_avatars', '1', 'yes'), (62, 0, 'avatar_rating', 'G', 'yes'), (63, 0, 'upload_url_path', '', 'yes'), (64, 0, 'thumbnail_size_w', '150', 'yes'), (65, 0, 'thumbnail_size_h', '150', 'yes'), (66, 0, 'thumbnail_crop', '1', 'yes'), (67, 0, 'medium_size_w', '300', 'yes'), (68, 0, 'medium_size_h', '300', 'yes'), (69, 0, 'avatar_default', 'mystery', 'yes'), (70, 0, 'enable_app', '', 'yes'), (71, 0, 'enable_xmlrpc', '', 'yes'), (72, 0, 'large_size_w', '1024', 'yes'), (73, 0, 'large_size_h', '1024', 'yes'), (74, 0, 'image_default_link_type', 'file', 'yes'), (75, 0, 'image_default_size', '', 'yes'), (76, 0, 'image_default_align', '', 'yes'), (77, 0, 'close_comments_for_old_posts', '', 'yes'), (78, 0, 'close_comments_days_old', '14', 'yes'), (79, 0, 'thread_comments', '1', 'yes'), (80, 0, 'thread_comments_depth', '5', 'yes'), (81, 0, 'page_comments', '', 'yes'), (82, 0, 'comments_per_page', '50', 'yes'), (83, 0, 'default_comments_page', 'newest', 'yes'), (84, 0, 'comment_order', 'asc', 'yes'), (85, 0, 'sticky_posts', 'a:0:{}', 'yes'), (86, 0, 'widget_categories', 'a:2:{i:2;a:4:{s:5:"title";s:0:"";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), (87, 0, 'widget_text', 'a:3:{i:2;a:0:{}i:3;a:3:{s:5:"title";s:19:"nothingtolookat.com";s:4:"text";s:634:"Welcome to the #1 city guide reviewing the best Amusement Places in Birmingham, Alabama.

\n

\n
\n
\n \n \n

";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'), (88, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (89, 0, 'timezone_string', '', 'yes'), (90, 0, 'embed_autourls', '1', 'yes'), (91, 0, 'embed_size_w', '', 'yes'), (92, 0, 'embed_size_h', '600', 'yes'), (93, 0, 'page_for_posts', '0', 'yes'), (94, 0, 'page_on_front', '10', 'yes'), (95, 0, 'default_post_format', '', 'yes'), (96, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:64:{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:8:"exec_php";b:1;s:15:"edit_others_php";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'), (97, 0, 'widget_search', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (98, 0, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'), (99, 0, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:"title";s:0:"";s:6:"number";i:5;}s:12:"_multiwidget";i:1;}', 'yes'), (100, 0, 'widget_archives', 'a:2:{i:2;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'), (101, 0, 'widget_meta', 'a:2:{i:2;a:1:{s:5:"title";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'), (102, 0, 'sidebars_widgets', 'a:4:{s:19:"wp_inactive_widgets";a:14:{i:0;s:34:"a48b04a1e3c8ff770da66aa313f3e74c-2";i:1;s:7:"pages-2";i:2;s:10:"calendar-2";i:3;s:7:"links-2";i:4;s:6:"text-2";i:5;s:5:"rss-2";i:6;s:11:"tag_cloud-2";i:7;s:10:"nav_menu-2";i:8;s:12:"bcn_widget-2";i:9;s:14:"recent-posts-2";i:10;s:17:"recent-comments-2";i:11;s:10:"archives-2";i:12;s:12:"categories-2";i:13;s:6:"meta-2";}s:9:"sidebar-1";a:1:{i:0;s:6:"text-3";}s:9:"sidebar-2";a:0:{}s:13:"array_version";i:3;}', 'yes'), (103, 0, 'cron', 'a:3:{i:1321590305;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:1321590318;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'), (104, 0, '_transient_doing_cron', '1321557620', 'yes'), (980, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1321602900', 'no'), (981, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1321559700', 'no'), (982, 0, '_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e', '1321602900', 'no'), (983, 0, '_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e', '

Most Popular

\n
1 Flash Gallery
 (Install)\n

1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills

\n

Newest Plugins

\n
Display All Image File Path
 (Install)\n

The plugin loops through all available image sizes and display it out to the users on the Edit Media screen and when you upload new content only.

\n

Recently Updated

\n
AudioTube
 (Install)\n

AudioTube is a WordPress plugin that lets you embed YouTube videos simply as audio players. It’s great for adding songs or spoken word to your posts

\n', 'no'), (950, 0, '_site_transient_timeout_theme_roots', '1321564821', 'yes'), (951, 0, '_site_transient_theme_roots', 'a:2:{s:9:"thesis_18";s:7:"/themes";s:12:"twentyeleven";s:7:"/themes";}', 'yes'), (110, 0, 'widget_pages', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (111, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (112, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (113, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (114, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (115, 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://nothingtolookat.com";s:4:"link";s:102:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://nothingtolookat.com/";s:3:"url";s:134:"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://nothingtolookat.com";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'), (213, 0, 'theme_mods_thesis_18', 'a:1:{i:0;b:0;}', 'yes'), (439, 0, 'exec-php', 'a:2:{s:7:"version";s:3:"4.9";s:14:"widget_support";b:1;}', 'yes'), (863, 0, '_transient_timeout_feed_fe21115b7d301a6b470d9fe8b224c903', '1304150585', 'no'), (864, 0, '_transient_feed_fe21115b7d301a6b470d9fe8b224c903', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:1:"\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:0:"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:3:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:52:"link:http://nothingtolookat.com - Google Blog Search";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"http://blogsearch.google.com/blogsearch?scoring=d&ie=ISO-8859-1&num=10&q=link:http://nothingtolookat.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:83:"Your search - link:http://nothingtolookat.com - 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:4:"date";s:29:"Fri, 29 Apr 2011 20:03:05 GMT";s:6:"pragma";s:8:"no-cache";s:7:"expires";s:29:"Fri, 01 Jan 1990 00:00:00 GMT";s:13:"cache-control";s:25:"no-cache, must-revalidate";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"set-cookie";s:138:"PREF=ID=f98979dfc4152645:TM=1304107385:LM=1304107385:S=RSwEqeg3heXhVb0X; expires=Sun, 28-Apr-2013 20:03:05 GMT; path=/; domain=.google.com";s:22:"x-content-type-options";s:7:"nosniff";s:6:"server";s:4:"bsfe";s:16:"x-xss-protection";s:13:"1; mode=block";}s:5:"build";s:14:"20090627192103";}', 'no'), (978, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1321602900', 'no'), (979, 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, 17 Nov 2011 19:41: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: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:40:"Danny van Kooten on "Newsletter Sign-Up"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/newsletter-sign-up/#post-25348";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 21 Mar 2011 16:20: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:"25348@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:141:"Contains a newsletter sign-up checkbox to show at comment forms, a sign-up form widget and a shortcode to embed a sign-up form in your 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:16:"Danny van Kooten";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:31:"hesstobi on "Herrnhuter Losung"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/herrnhuter-losungen-widget/#post-24128";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 02 Feb 2011 08:51: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:42:"24128@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:109:"Das Plugin zeigt die tägliche Losung der Herrnhuter Brüdergemeinde in Deutsch als Widget an der Sidebar an.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"hesstobi";s: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:41:"Matt Wiebe on "Markdown on Save Improved"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://wordpress.org/extend/plugins/markdown-on-save-improved/#post-30353";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Sep 2011 15:12: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:"30353@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:"Allows you to compose content in Markdown on a per-item basis. The markdown version is stored separately, so you can deactivate this plugin and your 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Matt Wiebe";s: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:32:"Lanoba on "Lanoba Social Plugin"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/lanoba-social-plugin/#post-32131";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Nov 2011 19:48:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32131@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:148:"This plugin adds to Wordpress websites user authentication and content sharing capabilities through social networks like facebook, twitter and more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"Lanoba";s: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:33:"JohnRazmus on "Qody''s Redirector"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/qodys-redirector/#post-29923";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 06 Sep 2011 22:24:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"29923@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:78:"Powerful redirection plugin for WordPress to eliminate dependencies on popups.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"JohnRazmus";s: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:50:"manfer on "Contact Form 7 BWP reCAPTCHA Extension"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://wordpress.org/extend/plugins/contact-form-7-bwp-recaptcha-extension/#post-32126";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Nov 2011 17:23:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32126@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:140:"This plugin provides a new tag for the Contact Form 7 Plugin. It allows the usage of a reCAPTCHA field provided by the BWP reCAPTCHA Plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"manfer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"russell.albin on "Mal Membership"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/mal-membership/#post-31978";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Nov 2011 16:16: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:"31978@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:"Members only section and hold contests - UNDER CONSTRUCTION!!! BE PATIENT";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"russell.albin";s: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:26:"David Angel on "AudioTube"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/audiotube/#post-32181";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Nov 2011 04:23: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:"32181@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:"AudioTube is a WordPress plugin that lets you embed YouTube videos simply as audio players. It’s great for adding songs or spoken word to your 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:11:"David Angel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"Justin Givens on "Display All Image File Path"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/extend/plugins/display-all-image-file-path/#post-32171";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 19:48: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:"32171@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:"The plugin loops through all available image sizes and display it out to the users on the Edit Media screen and when you upload new content only.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Justin Givens";s: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:55:"sdavignon on "CCF Option Sort for Custom Contact Forms"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/ccf-option-sort/#post-32175";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 20:55:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32175@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:67:"Enable sorting capability for Custom Contact Forms by Taylor Lovett";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"sdavignon";s: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:35:"nickohrn on "Make Your Site Social"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/gigya-socialize-for-wordpress/#post-11161";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 08 Jun 2009 04:48: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"11161@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:122:"Increase your site registration and engagement by integrating Gigyas social optimization service into your WordPress site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"nickohrn";s: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:75:"lodgix on "Lodgix.com Vacation Rental Listing, Management & Booking 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:107:"http://wordpress.org/extend/plugins/lodgixcom-vacation-rental-listing-management-booking-plugin/#post-23731";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Jan 2011 18:09: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:42:"23731@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:"Build a sophisticated vacation rental website in minutes using vacation rental software from Lodgix.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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"lodgix";s: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:"nahidacm on "URL ShortCode"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/url-shortcode/#post-30734";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 01 Oct 2011 10:59:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30734@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:100:"This plugin registers a Short Code , [CsnUrl] , you can put it on page or post contents.to get 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"nahidacm";s: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:31:"nutsmuggler on "Events Manager"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/events-manager/#post-6340";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 21 Jul 2008 13:17:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"6340@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:147:"Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"nutsmuggler";s: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:45:"gopiplus on "drop in image slideshow 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/drop-in-image-slideshow-gallery/#post-12077";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 30 Jul 2009 06:19: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:"12077@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:138:"This drop in image slideshow gallery is your regular image slideshow, except each image is dropped into view. It works all major browsers.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"gopiplus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s: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:7:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Thu, 17 Nov 2011 19:55:00 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-03-21 16:20:30";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'), (972, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1321602899', 'no'), (970, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1321602899', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (971, 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, 17 Nov 2011 19:46: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: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:"Takayuki Miyoshi on "Contact Form 7"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2141@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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: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: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: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: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:5;a:6:{s:4:"data";s:30:"\n \n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"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: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:49:"Joost de Valk on "Google Analytics for WordPress"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:77:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2316@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:145:"Track your WordPress site easily and with lots of metadata: views per author & category, automatic tracking of outbound clicks and pageviews.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:34:"flash gallery on "1 Flash 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:63:"http://wordpress.org/extend/plugins/1-flash-gallery/#post-24163";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Feb 2011 14:02:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"24163@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:146:"1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"flash gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:30:"BraveNewCode Inc. on "WPtouch"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://wordpress.org/extend/plugins/wptouch/#post-5468";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 May 2008 04:58:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"5468@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"BraveNewCode Inc.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:52:"micropat on "AddToAny: Share/Bookmark/Email Buttons"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/add-to-any/#post-498";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 17 Mar 2007 23:08:16 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"498@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:148:"Help people share, bookmark, and email your posts & pages using any service, such as Facebook, Twitter, Google, StumbleUpon, Digg and many more.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"micropat";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:38:"mdawaffe on "Jetpack by WordPress.com"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/extend/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23862@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:104:"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"mdawaffe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}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: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: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:96:"nicashmu on "Post video players, slideshow albums, photo galleries and music / podcast playlist"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.org/extend/plugins/video-playlist-and-gallery-plugin/#post-23415";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Jan 2011 16:16:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"23415@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:73:"Post your videos, photo galleries/flash slideshows easily and in seconds.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"nicashmu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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: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: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: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:"";}}}}}}}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, 17 Nov 2011 19:55:00 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2007-08-02 12:45:03";s:14:"content-length";s:4:"7999";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'), (952, 0, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1321602898', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (953, 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:"Fri, 11 Nov 2011 15:04: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:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:39:"http://wordpress.org/?v=3.3-beta3-19254";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Taking WordPress to War";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/11/taking-wordpress-to-war/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/news/2011/11/taking-wordpress-to-war/#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, 11 Nov 2011 14:54:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2093";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:327:"Today is the eleventh day of the eleventh month of the (20)eleventh year, and in several parts of the world, it is a holiday related to war. In the U.S., where I live, it is Veterans Day, which honors military veterans. In much of Europe, today is Armistice Day or Remembrance Day, commemorating the armistice signed at [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:1973:"

Today is the eleventh day of the eleventh month of the (20)eleventh year, and in several parts of the world, it is a holiday related to war. In the U.S., where I live, it is Veterans Day, which honors military veterans. In much of Europe, today is Armistice Day or Remembrance Day, commemorating the armistice signed at the “eleventh hour of the eleventh day of the eleventh month” of 1918 that ended the fighting on the Western Front in World War I.

\n

Whether serving in the military, living in an area of unrest or attack, having friends or family in the fray, or just being human enough to think war sucks (there’s really no gentler way to say that, is there?), war impacts most people in the world today.

\n

The mission of WordPress is to democratize publishing. Sometimes we’re fortunate enough for that to mean providing a platform for communication that helps people work toward peace in their communities and around the world. Sometimes it means providing a platform for keeping people informed and aware of the other things that are happening around the world, including the horror of wars and revolutions.

\n

At WordCamp San Francisco in August, one of the most popular and well-respected sessions was led by Teru Kuwayama of Basetrack.org. On this day of remembrance, I thought it would be good to share the video of his presentation. Not only is it a very cool example of how WordPress can be used in unexpected ways (this is not your father’s Oldsmobile usual blog), it’s a reminder of how much work still needs to be done to move from war to peace. So here is Taking WordPress to War: Basetrack.org. Peace out, yo.

\n

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2011/11/taking-wordpress-to-war/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:30:"WordPress 3.3 Beta 3 Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-3-available/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-3-available/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Nov 2011 22:51: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: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:65:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-3-available/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:307:"Testers, Beta 3 is now available! You know the drill: use a test install, see what you can break, and report any bugs you find. There have been 200 commits since Beta 2, but at this point, betas are not adding new features — it’s all about fixing bugs, making things a little prettier, 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:945:"

Testers, Beta 3 is now available! You know the drill: use a test install, see what you can break, and report any bugs you find. There have been 200 commits since Beta 2, but at this point, betas are not adding new features — it’s all about fixing bugs, making things a little prettier, and editing text strings.

\n

As always, plugin and theme authors, PLEASE test your code against the beta so you can catch any incompatibilities now rather than after your users update their WordPress installation and find bugs for you. This time we really mean it, especially if your plugin uses jQuery. We’ve now updated to jQuery 1.7 in core, so please please pretty please check your plugins and themes against beta 3.

\n

These silly haikus –
\nWith so many releases,
\nI run out of words.

\n

Download WordPress 3.3 Beta 3 now.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-3-available/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:20:"WordPress 3.3 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Oct 2011 02:39: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=2080";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:344:"Changes since Beta 1: Updated the Blue theme Fixed IE7 and RTL support Improved flyout menu styling and fixed several glitches Finished the Pointers implementation Landed the dashboard Welcome box for new installs Improved contextual help styling Tweaked the admin bar a little more Fixed a bunch of bugs Consult the full change log  for [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:917:"

Changes since Beta 1:

\n\n

Consult the full change log  for details, and see the Beta 1 announcement for information on how to help test Beta 2.

\n

Welcome for the new –
\n3.3 at beta 2.
\n(IE7, woo!)

\n

Download 3.3 Beta 2.

\n";s: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/10/wordpress-3-3-beta-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:41:"\n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 3.3 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.org/news/2011/10/wordpress-3-3-beta-1/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Oct 2011 00:22:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a: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=2071";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:301:"WordPress 3.3 is ready for beta testers. As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:1951:"

WordPress 3.3 is ready for beta testers.

\n

As always, this is software still in development and we don’t recommend that you run it on a production site — set up a test site just to play with the new version. If you break it (find a bug), please report it, and if you’re a developer, try to help us fix it.

\n

If all goes well, we hope to release WordPress 3.3 by the end of November. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version. If you want to be a beta tester, you should check out the Codex article on how to report bugs.

\n

Here’s some of what’s new:

\n\n

Remember, if you find something you think is a bug, report it! You can bring it up in the alpha/beta forum, you can email it to the wp-testers list, or if you’ve confirmed that other people are experiencing the same bug, you can report it on the WordPress Core Trac. (We recommend starting in the forum or on the mailing list.)

\n

Theme and plugin authors, if you haven’t been following the 3.3 development cycle, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.

\n

Download WordPress 3.3 Beta 1

\n

And now, haiku.

\n

Features almost done…

\n

3.3 at Beta 1.

\n

Test it now — have fun!

\n";s: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/10/wordpress-3-3-beta-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:56:"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:32:"Software Freedom Day + Hackathon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/software-freedom-day-hackathon/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:74:"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/#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, 15 Sep 2011 07:33: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:6:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s: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:2;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:7:"Testing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:4;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:5;a:5:{s:4:"data";s:7:"bughunt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2058";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:359:"Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend’s hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had 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: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:3772:"

Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend’s hackathon and WordCamp Portland.

\n

3.3 Hackathon

\n

WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had time to address yet. Around this time, there are often dozens of tickets that have patches, but the patches have not been tested enough to be committed to core. Then the contributors who worked hard on the patches are disappointed that their code doesn’t make it into the current release. You can help us prevent this!

\n

This weekend, we’ll be running a has-patch needs-testing marathon for the 3.3 milestone. Basically, we’re looking for people who can help test patches and/or refresh patches that need updating. Lead developers and core contributors will be hanging around in the #wordpress-dev channel on irc.freenode.net to answer questions as needed, and will be committing patches as they get enough verification. As you test the patches, report your findings on the trac tickets in question. If all developers who make a living working with WordPress helped out for even an hour or two this weekend, we could clear the 200 tickets or so that are in this situation. To make it fun, why not get together with other WordPress devs and have an in-person hackathon meetup?

\n

WordCamp Portland

\n

At WordCamp Portland this weekend, some of the WordPress core team will be in attendance, including me, Nacin, and Koop. In addition to giving presentations and participating in the unconference sessions, we’ll be involved with a couple of other cool things at WCPDX:

\n\n

So, if you live it the Portland/Seattle area and haven’t already bought a ticket to attend WordCamp Portland, hurry up, as it’s going to be a great celebration of Software Freedom Day and WordPress.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:70:"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/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:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"A Tale of Two WordCamps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/#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, 14 Sep 2011 21:17: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:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2057";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:380:"This coming weekend, two WordCamps will be going on simultaneously — yep, it’s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portland, [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:3683:"

This coming weekend, two WordCamps will be going on simultaneously — yep, it’s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portland, a cool juxtaposition of a more established local community with one that is just getting started. If you’re anywhere near the Portland area, you should try to attend. The WordPress Foundation will be sponsoring some special activities around Software Freedom Day, and some members of the core team (me, Nacin, Koop) will be there.

\n

Is there a WordCamp coming up near you? Let’s find out!

\n

Sep 15: WordCamp Cape Town Cape Town, South Africa

\n

Sep 16-18: WordCamp Albuquerque Albuquerque, NM

\n

Sep 17-18: WordCamp Portland Portland, OR

\n

Sep 24: WordCamp Lisboa Lisboa, Portugal

\n

Sep 24: WordCamp Germany Koln, Germany

\n

Sep 25: WordCamp Sofia Sofia, Bulgaria

\n

Oct 1: WordCamp Louisville Louisville, Kentucky

\n

Oct 8-9: WordCamp Sevilla Seville, Spain

\n
\n

Oct 15-16: WordCamp Jabalpur Jabalpur, India

\n

Nov 5-6: WordCamp Toronto Toronto, ON

\n

Nov 5-6: WordCamp Gold Coast Gold Coast, Australia

\n

Nov 5-6: WordCamp Philly Philadelphia, PA

\n

Nov 12: WordCamp Caguas Caguas, Puerto Rico

\n

Nov 12-13: WordCamp Kenya Nairobi, Kenya

\n

Nov 12-13: WordCamp Detroit Detroit, MI

\n

Nov 12: WordCamp Richmond Richmond, VA

\n

Nov 12-13: WordCamp Denmark Copenhagen, Denmark

\n

Dec 17: WordCamp Las Vegas Las Vegas, NV

\n

Feb 3-4 WordCamp Atlanta Atlanta, GA

\n

There are also a number of WordCamps still in the early organizing stage that do not yet have dates set. These include: Ft. Wayne, IN; London, UK; Edmonton, Canada; Baku, Azerbaijan; Oslo, Norway; Sacramento, CA;  Birmingham, Alabama; Pittsburgh, PA; Omaha, NE; Orlando, FL; Tokyo, Japan; Paris, France; Zagreb, Croatia; Nashville, TN, Washington DC, Baltimore, MD; Bangkok, Thailand; Istanbul, Turkey.

\n

Hope to see you soon at a WordCamp near you!

\n


\n

\n
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/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:47:"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Vote for WordPress Sessions at SXSW";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/09/vote-for-wordpress-sxsw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/#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, 02 Sep 2011 04: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"conferences";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"sxsw";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2036";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:302:"Each year, members of the web community from around the world submit session proposals to the South by Southwest Interactive conference, an event that played a role in the birth of WordPress. We head to Austin every year, do a BBQ or throw a party, but despite the fact that almost 15% of the web [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:6289:"

Each year, members of the web community from around the world submit session proposals to the South by Southwest Interactive conference, an event that played a role in the birth of WordPress. We head to Austin every year, do a BBQ or throw a party, but despite the fact that almost 15% of the web is powered by WordPress, there aren’t many sessions related to WordPress on the schedule. This year, more than 3200 proposals are competing for about 350 slots, and who has time to read through, vote, and comment on 3200 proposals? Out of those 3200+ proposals, only 8 relate to WordPress! I thought it would be handy to post a guide to the WordPressy proposals for SXSWi 2012, so that if you would like to check them out and vote on them it woud be fast and easy. Leaving a comment in addition to your thumbs up/down vote helps the staff and advisory board know which sessions are likely to have an interested audience, so make sure to leave comments on the sessions you think would be cool (remember, they also publish the podcasts afterward). Voting ends in about 24 hours, so if you want to weigh in, now’s the time. Thanks for helping spread the word!

\n

WordPress-specific Sessions

\n

This list is based on searching for “WordPress” in proposal titles, descriptions, and tags. Clicking the proposal title will take you to that page in the SXSW PanelPicker, where you can vote and comment. Names that are linked go to those people’s WordPress.org profiles.

\n

Blog Wars: Movable Type vs. WordPress Revisited

\n

Mark Jaquith – WordPress Lead Developer
\nByrne Reese – Endevver
\nThese days people tend to pit us against Drupal rather than Movable Type, but looking back at the early rivalry and learning from the positive and negative aspects of it would be cool as we position ourselves in competition with new platforms. I like seeing Mark present at conferences, he always prepares well and does a good job. Though I’m guessing these guys will be all friendly and collaborative, I might take a nostalgia hit and imagine them in a fistfight just to liven things up.

\n

Designing WordPress

\n

Jane Wells – WordPress User Experience Lead
\nDisclosure: This is me! Balancing the desire for truly open and participatory design processes against the often more efficient and consistent results of a more curated design method is something we’ve been working on for the past year or so in WordPress core. I’d use the design process for several recent core features (like the UI refresh and internal linking) to illustrate the issues we’ve faced and the results we’ve achieved.

\n

Open Source Social Networking

\n

John James Jacoby – BuddyPress Lead Developer
\nJ-trip (as John James Jacoby is fondly known by many in the community) is the lead dev for BuddyPress and the new bbPress plugin. He’s proposing a panel discussion among reps from several open source social network platforms. It’s always cool hearing more about BuddyPress, but it would be even cooler to figure out how it fits in with and/or stacks up against other platforms.

\n

Welcome to the Chaos – the Distributed Workplace

\n

Nikolay Bachiyski – WordPress Core Developer, GlotPress Lead Developer
\nLori McLeese – Automattic
\nThis one isn’t about WordPress per se, though using WordPress as a communication tool is one of the topics and Automattic is obviously a WordPress-based business. The main reason I think people should vote for this session is because Nikolay, core committing developer for internationalization and lead developer of GlotPress, our translation tool, is an awesome speaker. He is hysterically funny when he presents. I would bet money this presentation will involve a bear.

\n

Deploying WordPress: From Zero to Ninja

\n

Grant Norwood – Michael & Susan Dell Foundation
\nWhen Mark Jaquith says a presentation on security and deployment is on his short list, I’m impressed. (He said it in the comments on the proposal.)

\n

Beyond the Theme – Using WordPress as an API

\n

David Tufts – kickpress.org
\nObviously a hot topic in the community right now, seems like a no-brainer to choose.

\n

Local Government Online: WordPress Beats Drupal

\n

Jase Wilson – Luminopolis
\nThere was a presentation at WordCamp San Francisco this month on moving a news site from Drupal to WordPress. More and more the question comes up of which tool is best for various situations and requirements. And obviously getting government to use more open source software would be a cost-saver in these tough economic times.

\n

WordPress website built live in 45 minutes

\n

Glenn Todd – Dvize Creative
\nLive walkthroughs are always fun, and help prove to the uninitiated how easy WordPress can be.

\n

So: go vote on these session proposals and help spread the WordPress love. If you know of any WordPress-related proposals that didn’t come up in my search, let me know in a comment and I’ll update this post. Thanks, and maybe we’ll see you in Austin in March!

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/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:17:"State of the Word";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/news/2011/08/state-of-the-word/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/news/2011/08/state-of-the-word/#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, 19 Aug 2011 15:32: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:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:4:"Meta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2019";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:307:"This has been an exciting year for WordPress. We’ve grown to power 14.7% of the top million websites in the world, up from 8.5%, and the latest data show 22 out of every 100 new active domains in the US are running WordPress. We also conducted our first ever user and developer survey, which got [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2043:"

This has been an exciting year for WordPress. We’ve grown to power 14.7% of the top million websites in the world, up from 8.5%, and the latest data show 22 out of every 100 new active domains in the US are running WordPress.

\n

We also conducted our first ever user and developer survey, which got over 18,000 responses from all over the world:

\n

\n

We found a few interesting tidbits from the survey responses already, including that 6,800 self-employed respondents were responsible for over 170,000 sites personally, and charged a median hourly rate of $50. In tough economic times, it’s heartening to see Open Source creating so many jobs. (If each site took only 3 hours to make, that’s $29.5M of work at the average hourly rate.)

\n

I talk about this data, and much more, in my State of the Word address which you can watch here:

\n

\n

We know there’s more good stuff hidden in there and we’re open sourcing and releasing the raw information behind it. If you’re a researcher and would like to dig into the anonymized survey data yourself, you can grab it here. (Careful, it’s a 9MB CSV.)

\n

There has never been a better time to be part of the WordPress community, and I want to thank each and every one of you for making it such a wonderful place to be. Now it’s time to get back to work, there’s still 85.3% of the web that needs help.

\n";s: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/08/state-of-the-word/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:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"WordCamp SF Livestream!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 12 Aug 2011 08:38:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2012";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:342:"The annual WordPress conference, WordCamp San Francisco, starts in fewer than 8 hours. The sold out event — three full days of programming for bloggers, developers, theme designers, and professional WordPress users — will be shared with more than 1,000 ticket holders from near and far. If you are one of the many people who [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:2414:"

The annual WordPress conference, WordCamp San Francisco, starts in fewer than 8 hours. The sold out event — three full days of programming for bloggers, developers, theme designers, and professional WordPress users — will be shared with more than 1,000 ticket holders from near and far. If you are one of the many people who wanted to come but couldn’t swing the time off or travel expenses, you should check out the livestream tickets that are for sale. You can even get a conference t-shirt to commemorate your “virtual” participation.

\n

Speakers include members of the WordPress core development team, leaders of WordPress-based businesses, hobbyists, and everything in between. Take a look at the schedules for Friday, Saturday, and Sunday, and if you see something that sounds interesting (how could you not?), buy a livestream ticket. The stream will start at 16:00 UTC on Friday, August 12.

\n

Viewing Parties

\n

Celebrate your own local WordPress community by calling together some friends and having a livestream viewing party. In the case of regular WordPress meetup groups, if you do a viewing party we will have a process after #WCSF is over whereby attendees will be eligible to buy conference shirts if their meetup group organizer confirms viewing party attendance.

\n

Videos from all the recorded sessions will be posted for free on WordPress.tv within a couple of weeks, but watching the livestream allows you to support WordCamp while providing instant gratification. And let’s face it: the best part is that you’ll know what the heck people are talking about on Twitter using the hashtag #wcsf.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:44:"\n \n \n \n \n \n \n \n\n \n \n \n \n \n ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:23:"Best WordCamp Speakers?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 16 Jul 2011 21:32:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:9:"Community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=2000";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:357:"As we complete speaker selection for the annual WordPress conference (a.k.a. WordCamp San Francisco), it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:1600:"

As we complete speaker selection for the annual WordPress conference (a.k.a. WordCamp San Francisco), it’s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn’t apply (too shy? who knows?) but have wowed local crowds at previous WordCamps.

\n

This is about as basic a survey as there is. Tell us the three best WordCamp presentations you saw in the past year or so. For each, give the presenters name, the topic (exact title not necessary) and which WordCamp it was at (important).

\n

Example:

\n

1. Joe Shmoe, Using the Loop, WordCamp Sheboygan 2011
\n2. Jane Doe, Top 5 WordPress Plugins, WordCamp La Mancha 2010
\n3. Lee Smith, Your First Core Patch, WordCamp Atlantis 2011

\n

That’s it. We don’t need your name or any info at all, just your three top speaker votes. We’ll take a look at the people with the most votes, and consider them for WCSF if they’re not already in the application pool. Thanks for your help in making this year’s conference better and more WordPressy than ever.

\n

Vote Now!

\n

P.S. Have you bought your tickets yet?

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/news/2011/07/best-wordcamp-speakers/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}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, 17 Nov 2011 19:54:58 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:"Fri, 11 Nov 2011 15:04:09 GMT";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (975, 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, 17 Nov 2011 19:47: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: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:23:"Ninos on "FlashCounter"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/flashcounter/#post-32176";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 22:07:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32176@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:196:"Includes the FlashCounter (http://fc.webmasterpro.de) to your page. In the Adminpanel you can set the User of the FlashCounter for your Page.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"Ninos";s: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:32:"giuseppefrattura on "Amazon Box"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/amazon-box/#post-32169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 17:06: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:"32169@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:"Plugin per inserire le publicity di Amazon all'interno del proprio sito.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"giuseppefrattura";s: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:46:"Justin Givens on "Display All Image File Path"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"http://wordpress.org/extend/plugins/display-all-image-file-path/#post-32171";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 19:48: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:"32171@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:"The plugin loops through all available image sizes and display it out to the users on the Edit Media screen and when you upload new content only.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Justin Givens";s: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:55:"sdavignon on "CCF Option Sort for Custom Contact Forms"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/ccf-option-sort/#post-32175";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 20:55:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32175@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:67:"Enable sorting capability for Custom Contact Forms by Taylor Lovett";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"sdavignon";s: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:27:"nahidacm on "URL ShortCode"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/url-shortcode/#post-30734";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 01 Oct 2011 10:59:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"30734@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:100:"This plugin registers a Short Code , [CsnUrl] , you can put it on page or post contents.to get 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"nahidacm";s: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:61:"equalserving on "Free Wordpress Plugin For 1ShoppingCart.com"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://wordpress.org/extend/plugins/wordpress-plugin-for-1shoppingcart/#post-32134";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Nov 2011 20:36: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:"32134@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:146:"Using shortcodes, you can easily display product details from your 1ShoppingCart.com product catalog on pages or posts within your Wordpress site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"equalserving";s: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:54:"Sandro Bilbeisi on "SyntaxHighlighter Evolved Biferno"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://wordpress.org/extend/plugins/syntaxhighlighter-evolved-biferno/#post-32173";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 20:37: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:"32173@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:132:"Adds support for the Biferno language to the SyntaxHighlighter Evolved plugin using the [sourcecode language="biferno"] 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:15:"Sandro Bilbeisi";s: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:26:"David Angel on "AudioTube"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/audiotube/#post-32181";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Nov 2011 04:23: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:"32181@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:"AudioTube is a WordPress plugin that lets you embed YouTube videos simply as audio players. It’s great for adding songs or spoken word to your 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:11:"David Angel";s: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:35:"pkwooster on "Simple Changed 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:68:"http://wordpress.org/extend/plugins/simple-changed-files/#post-32084";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Nov 2011 00:41: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:42:"32084@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:"A very simple plugin that displays the names of files changed after a given time or within a time range.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"pkwooster";s: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:29:"aldarone on "Youtube Privacy"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/youtube-privacy/#post-31958";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Nov 2011 10:50:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31958@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 relies on wordpress automatic embedding to allow you to embed youtube videos using the youtube-nocookie.com domain and with SSL encryption";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"aldarone";s: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:50:"Visser Labs on "WooCommerce - 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:79:"http://wordpress.org/extend/plugins/woocommerce-all-in-one-seo-pack/#post-31763";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 03 Nov 2011 10:54: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31763@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:135:"Manage All in One SEO Pack meta details for WooCommerce Products within the Add/Edit Products view within the WordPress Administration.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Visser Labs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:22:"usersnap on "Usersnap"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/usersnap/#post-31857";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Nov 2011 09:21:46 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"31857@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:"Usersnap is the most efficient Feedback Tool.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"usersnap";s: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:31:"sukhchainsingh on "Auto Poster"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/auto-poster/#post-32123";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Nov 2011 15:16: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:"32123@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:"Version: 1.1\n\nAuto Poster\n\n\n\nInstallation instructions\n\n\n\n1.Upload the auto_poster plugin to your wordpress plugin directory.\n\n\n\n2.Then go to your wp-";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:"";}}}}}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:53:"hebeisenconsulting on "WAYN Countries Visited 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:77:"http://wordpress.org/extend/plugins/wayn-countries-visited-widget/#post-32152";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 09:53:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32152@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:132:"WAYN Countries Visited Widget is an awesome sidebar widget which display your visited countries straight from your WAYN.com profile.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:18:"hebeisenconsulting";s: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:29:"ugurcatak on "Dictionary Box"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"http://wordpress.org/extend/plugins/dictionary-box/#post-32046";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 12 Nov 2011 04:24:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"32046@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:"Provides an internal double click dictionary on the footer of your pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"ugurcatak";s: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, 17 Nov 2011 19:55:00 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2011-11-16 22:07:29";s:14:"content-length";s:4:"8189";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'), (966, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1321602898', 'no'), (967, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1321559698', 'no'), (968, 0, '_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0', '1321602898', 'no'), (969, 0, '_transient_dash_aa95765b5cc111c56d5993d476b1c2f0', '
', 'no'), (973, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1321559699', 'no'), (949, 0, 'can_compress_scripts', '1', 'yes'), (974, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1321602899', 'no'), (865, 0, '_transient_timeout_feed_mod_fe21115b7d301a6b470d9fe8b224c903', '1304150585', 'no'), (866, 0, '_transient_feed_mod_fe21115b7d301a6b470d9fe8b224c903', '1304107385', 'no'), (215, 0, 'thesis_design_options', 'O:21:"thesis_design_options":14:{s:5:"fonts";a:2:{s:8:"families";a:12:{s:4:"body";s:7:"georgia";s:8:"nav_menu";b:0;s:6:"header";b:0;s:7:"tagline";b:0;s:9:"headlines";b:0;s:8:"subheads";b:0;s:7:"bylines";b:0;s:4:"code";s:8:"consolas";s:14:"multimedia_box";b:0;s:8:"sidebars";b:0;s:16:"sidebar_headings";b:0;s:6:"footer";b:0;}s:5:"sizes";a:11:{s:7:"content";s:2:"14";s:8:"nav_menu";s:2:"11";s:6:"header";s:2:"36";s:7:"tagline";s:2:"14";s:9:"headlines";s:2:"22";s:7:"bylines";s:2:"10";s:4:"code";s:2:"12";s:14:"multimedia_box";s:2:"13";s:8:"sidebars";s:2:"13";s:16:"sidebar_headings";s:2:"13";s:6:"footer";s:2:"12";}}s:6:"colors";a:15:{s:10:"background";s:6:"106110";s:4:"text";s:6:"111111";s:6:"shadow";b:1;s:4:"page";s:6:"F1FFEB";s:4:"link";s:6:"174EE6";s:6:"header";s:6:"1A451A";s:7:"tagline";s:6:"448841";s:9:"headlines";s:6:"111111";s:8:"subheads";s:6:"111111";s:7:"bylines";s:6:"888888";s:4:"code";s:6:"111111";s:8:"sidebars";s:6:"111111";s:16:"sidebar_headings";s:6:"555555";s:6:"footer";s:6:"888888";s:14:"multimedia_box";s:6:"111111";}s:7:"borders";a:2:{s:4:"show";b:1;s:5:"color";s:3:"ddd";}s:3:"nav";a:4:{s:4:"link";a:4:{s:5:"color";s:6:"111111";s:5:"hover";s:6:"FFFFFF";s:7:"current";s:6:"111111";s:6:"parent";s:6:"111111";}s:10:"background";a:4:{s:4:"link";s:6:"6BDB95";s:5:"hover";s:6:"E8AB1C";s:7:"current";s:6:"FFFFFF";s:6:"parent";s:6:"E4F0CE";}s:6:"border";a:2:{s:5:"width";s:1:"1";s:5:"color";s:6:"567A4B";}s:13:"submenu_width";s:3:"150";}s:6:"layout";a:6:{s:7:"columns";s:1:"2";s:6:"widths";a:3:{s:7:"content";s:3:"620";s:9:"sidebar_1";s:3:"334";s:9:"sidebar_2";s:3:"195";}s:5:"order";s:6:"normal";s:9:"framework";s:4:"page";s:12:"page_padding";s:1:"1";s:6:"custom";b:0;}s:10:"javascript";a:2:{s:4:"libs";a:10:{s:6:"jquery";b:0;s:9:"jquery_ui";b:0;s:9:"prototype";b:0;s:13:"scriptaculous";b:0;s:8:"mootools";b:0;s:4:"dojo";b:0;s:9:"swfobject";b:0;s:3:"yui";b:0;s:3:"ext";b:0;s:6:"chrome";b:0;}s:7:"scripts";b:0;}s:7:"display";a:8:{s:6:"header";a:2:{s:5:"title";b:1;s:7:"tagline";b:1;}s:6:"byline";a:5:{s:6:"author";a:3:{s:4:"show";b:1;s:4:"link";b:0;s:8:"nofollow";b:0;}s:4:"date";a:1:{s:4:"show";b:1;}s:12:"num_comments";a:1:{s:4:"show";b:0;}s:10:"categories";a:1:{s:4:"show";b:0;}s:4:"page";a:2:{s:6:"author";b:0;s:4:"date";b:0;}}s:5:"posts";a:3:{s:8:"excerpts";b:0;s:14:"read_more_text";s:35:"%5Bclick+to+continue%26hellip%3B%5D";s:3:"nav";b:1;}s:8:"archives";a:1:{s:5:"style";s:6:"titles";}s:8:"comments";a:2:{s:13:"disable_pages";b:1;s:11:"show_closed";b:0;}s:4:"tags";a:3:{s:6:"single";b:0;s:5:"index";b:0;s:8:"nofollow";b:1;}s:8:"sidebars";a:1:{s:15:"default_widgets";b:0;}s:5:"admin";a:3:{s:9:"edit_post";b:1;s:12:"edit_comment";b:0;s:4:"link";b:0;}}s:5:"image";a:3:{s:4:"post";a:5:{s:1:"x";s:5:"flush";s:1:"y";s:15:"before-headline";s:5:"frame";s:3:"off";s:6:"single";b:1;s:8:"archives";b:1;}s:5:"thumb";a:5:{s:1:"x";s:4:"left";s:1:"y";s:11:"before-post";s:5:"frame";s:3:"off";s:5:"width";s:2:"66";s:6:"height";s:2:"66";}s:5:"fopen";b:1;}s:8:"comments";a:3:{s:8:"comments";a:3:{s:5:"title";s:8:"comments";s:7:"options";a:2:{s:4:"meta";a:5:{s:6:"avatar";a:3:{s:4:"show";b:1;s:5:"title";s:6:"avatar";s:7:"options";a:1:{s:4:"size";s:2:"44";}}s:6:"number";a:2:{s:5:"title";s:15:"comment numbers";s:4:"show";b:0;}s:6:"author";a:2:{s:4:"show";b:1;s:5:"title";s:14:"comment author";}s:4:"date";a:3:{s:4:"show";b:1;s:5:"title";s:12:"comment date";s:7:"options";a:2:{s:4:"time";b:1;s:11:"date_format";s:6:"F j, Y";}}s:4:"edit";a:2:{s:4:"show";b:1;s:5:"title";s:17:"edit comment link";}}s:4:"body";a:2:{s:4:"text";a:2:{s:4:"show";b:1;s:5:"title";s:12:"comment text";}s:5:"reply";a:2:{s:4:"show";b:1;s:5:"title";s:18:"comment reply link";}}}s:4:"show";b:0;}s:4:"form";a:2:{s:5:"title";s:12:"comment form";s:4:"show";b:0;}s:10:"trackbacks";a:3:{s:5:"title";s:10:"trackbacks";s:7:"options";a:2:{s:11:"date_format";s:6:"F j, Y";s:4:"date";b:0;}s:4:"show";b:0;}}s:7:"teasers";a:4:{s:7:"options";a:9:{s:8:"headline";a:2:{s:4:"show";b:1;s:4:"name";s:10:"post title";}s:6:"author";a:2:{s:4:"name";s:11:"author name";s:4:"show";b:0;}s:4:"date";a:2:{s:4:"show";b:1;s:4:"name";s:4:"date";}s:4:"edit";a:2:{s:4:"show";b:1;s:4:"name";s:14:"edit post link";}s:8:"category";a:2:{s:4:"name";s:16:"primary category";s:4:"show";b:0;}s:7:"excerpt";a:2:{s:4:"show";b:1;s:4:"name";s:12:"post excerpt";}s:4:"tags";a:2:{s:4:"name";s:4:"tags";s:4:"show";b:0;}s:8:"comments";a:2:{s:4:"name";s:23:"number of comments link";s:4:"show";b:0;}s:4:"link";a:2:{s:4:"show";b:1;s:4:"name";s:20:"link to full article";}}s:4:"date";a:2:{s:6:"format";s:8:"standard";s:6:"custom";s:6:"F j, Y";}s:10:"font_sizes";a:8:{s:8:"headline";s:2:"16";s:6:"author";s:2:"10";s:4:"date";s:2:"10";s:8:"category";s:2:"10";s:7:"excerpt";s:2:"12";s:4:"tags";s:2:"11";s:8:"comments";s:2:"10";s:4:"link";s:2:"12";}s:9:"link_text";s:32:"Read+the+full+article+%26rarr%3B";}s:4:"home";a:2:{s:4:"body";a:1:{s:7:"content";a:1:{s:8:"features";s:1:"2";}}s:10:"javascript";a:2:{s:4:"libs";a:1:{s:6:"jquery";b:1;}s:7:"scripts";b:0;}}s:11:"feature_box";a:3:{s:8:"position";s:12:"full-content";s:6:"status";s:8:"sitewide";s:10:"after_post";b:0;}s:14:"multimedia_box";a:7:{s:6:"status";b:0;s:8:"alt_tags";a:5:{s:12:"sample-4.jpg";s:0:"";s:12:"sample-5.jpg";s:0:"";s:12:"sample-3.jpg";s:0:"";s:12:"sample-1.jpg";s:0:"";s:12:"sample-2.jpg";s:0:"";}s:9:"link_urls";a:5:{s:12:"sample-4.jpg";s:0:"";s:12:"sample-5.jpg";s:0:"";s:12:"sample-3.jpg";s:0:"";s:12:"sample-1.jpg";s:0:"";s:12:"sample-2.jpg";s:0:"";}s:5:"video";b:0;s:4:"code";s:81:"";s:5:"color";s:6:"111111";s:10:"background";a:3:{s:5:"image";s:6:"EEEEEE";s:5:"video";s:6:"000000";s:4:"code";s:6:"EEEEEE";}}s:7:"version";s:3:"1.8";}', 'yes'), (220, 0, '_transient_random_seed', '4572f92e04796aef94d3b29bd9f6a413', 'yes'), (936, 0, 'db_upgraded', '', 'yes'), (889, 0, '_site_transient_timeout_wporg_theme_feature_list', '1304118199', 'yes'), (890, 0, '_site_transient_wporg_theme_feature_list', 'a:5:{s:6:"Colors";a:14:{i:0;s:5:"black";i:1;s:4:"blue";i:2;s:5:"brown";i:3;s:5:"green";i:4;s:6:"orange";i:5;s:4:"pink";i:6;s:6:"purple";i:7;s:3:"red";i:8;s:6:"silver";i:9;s:3:"tan";i:10;s:5:"white";i:11;s:6:"yellow";i:12;s:4:"dark";i:13;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:13:{i:0;s:13:"custom-colors";i:1;s:13:"custom-header";i:2;s:17:"custom-background";i:3;s:11:"custom-menu";i:4;s:12:"editor-style";i:5;s:13:"theme-options";i:6;s:17:"threaded-comments";i:7;s:11:"sticky-post";i:8;s:12:"microformats";i:9;s:20:"rtl-language-support";i:10;s:17:"translation-ready";i:11;s:20:"front-page-post-form";i:12;s:10:"buddypress";}s:7:"Subject";a:3:{i:0;s:7:"holiday";i:1;s:13:"photoblogging";i:2;s:8:"seasonal";}}', 'yes'), (211, 0, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1321557621;s:7:"checked";a:2:{s:9:"thesis_18";s:3:"1.8";s:12:"twentyeleven";s:3:"1.2";}s:8:"response";a:0:{}}', 'yes'), (214, 0, 'thesis_options', 'O:19:"thesis_site_options":8:{s:4:"head";a:5:{s:5:"title";a:2:{s:7:"branded";b:0;s:9:"separator";s:9:"%E2%80%94";}s:4:"meta";a:1:{s:6:"robots";a:5:{s:7:"noindex";a:7:{s:3:"sub";b:1;s:8:"category";b:0;s:3:"tag";b:1;s:6:"author";b:1;s:3:"day";b:1;s:5:"month";b:1;s:4:"year";b:1;}s:8:"nofollow";a:7:{s:3:"sub";b:0;s:8:"category";b:0;s:3:"tag";b:1;s:6:"author";b:1;s:3:"day";b:1;s:5:"month";b:1;s:4:"year";b:1;}s:9:"noarchive";a:7:{s:3:"sub";b:0;s:8:"category";b:0;s:3:"tag";b:0;s:6:"author";b:0;s:3:"day";b:0;s:5:"month";b:0;s:4:"year";b:0;}s:5:"noodp";b:1;s:6:"noydir";b:1;}}s:5:"links";a:1:{s:9:"canonical";b:1;}s:4:"feed";a:1:{s:3:"url";b:0;}s:7:"scripts";b:0;}s:10:"javascript";a:1:{s:7:"scripts";b:0;}s:3:"nav";a:7:{s:4:"type";s:6:"thesis";s:5:"pages";a:0:{}s:10:"categories";b:0;s:5:"links";b:0;s:4:"home";a:3:{s:4:"show";b:1;s:4:"text";s:4:"Home";s:8:"nofollow";b:0;}s:4:"feed";a:3:{s:4:"show";b:0;s:4:"text";s:9:"Subscribe";s:8:"nofollow";b:1;}s:5:"style";b:0;}s:4:"home";a:1:{s:4:"head";a:2:{s:5:"title";b:0;s:4:"meta";a:3:{s:6:"robots";a:3:{s:7:"noindex";b:0;s:8:"nofollow";b:0;s:9:"noarchive";b:0;}s:11:"description";b:0;s:8:"keywords";b:0;}}}s:10:"publishing";a:1:{s:3:"wlw";b:0;}s:6:"custom";a:1:{s:10:"stylesheet";b:1;}s:16:"save_button_text";b:0;s:7:"version";s:3:"1.8";}', 'yes'), (212, 0, 'current_theme', 'Thesis', 'yes'), (148, 0, 'theme_mods_CircloSquero', 'a:1:{i:0;b:0;}', 'yes'), (149, 0, 'widget_circlosquero_search', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (150, 0, 'widget_cs-recent-posts', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (151, 0, 'widget_cs_most_comments', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (152, 0, 'widget_cs_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (153, 0, 'widget_cs-featured-posts', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (154, 0, 'widget_cs-twitter', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (155, 0, 'widget_bcn_widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'), (156, 0, 'option_tree_version', '1.1.8.1', 'yes'), (162, 0, 'option_tree', 'a:44:{s:15:"general_default";s:16:"General Settings";s:8:"cs_style";s:9:"Gray-Blue";s:5:"cs_bg";s:5:"Noise";s:7:"cs_logo";s:95:"http://circlosquero.dmthemes.com/wp-content/themes/backgrounds/images/default_grayblue/logo.png";s:7:"cs_font";s:6:"Nobile";s:16:"portfolio_layout";s:18:"3-Columns Sortable";s:11:"cs_search_d";s:3:"Yes";s:14:"twitter_footer";s:3:"Yes";s:16:"twitter_username";s:9:"dm_themes";s:9:"copyright";s:41:"© 2011 CircloSquero. All rights reserved";s:14:"homepage_setts";s:17:"Homepage Settings";s:15:"homepage_layout";s:9:"Corporate";s:12:"homepagepage";s:0:"";s:15:"homepage_slider";s:11:"Nivo Slider";s:14:"homepage_image";s:0:"";s:16:"homepage_caption";s:169:"The ultimate all-in-one template. With 13 unique style variations to match your branding. Create outstanding website or blog in minutes! ";s:15:"homepage_button";s:10:"Learn More";s:20:"homepage_button_link";s:1:"#";s:9:"cs_social";s:15:"Social Networks";s:10:"cs_twitter";s:9:"dm_themes";s:11:"cs_facebook";s:35:"http://www.facebook.com/themeforest";s:8:"cs_vimeo";s:1:"#";s:10:"cs_youtube";s:1:"#";s:7:"cs_digg";s:1:"#";s:10:"cs_stumble";s:1:"#";s:17:"translation_setts";s:11:"Translation";s:11:"t_read_more";s:16:"Read More »";s:13:"t_no_comments";s:15:"No Comments Yet";s:9:"t_comment";s:11:"One Comment";s:12:"t_x_comments";s:8:"Comments";s:6:"p_next";s:4:"Next";s:6:"p_prev";s:8:"Previous";s:12:"t_all_tweets";s:10:"All Tweets";s:12:"comment_name";s:16:"Name (required):";s:13:"comment_email";s:17:"Email (required):";s:15:"comment_website";s:8:"Website:";s:18:"comment_leavereply";s:13:"Leave a Reply";s:20:"comment_leavereplyto";s:17:"Leave a Reply to:";s:19:"comment_cancelreply";s:12:"Cancel Reply";s:12:"comment_post";s:12:"Post Comment";s:8:"t_search";s:9:"Search...";s:16:"t_search_results";s:18:"Search Results for";s:12:"t_no_results";s:34:"Sorry, no results for your search.";s:5:"t_all";s:3:"All";}', 'yes'), (158, 0, 'option_tree_activation', 'set', 'yes'), (986, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1321560074;s:7:"checked";a:6:{s:19:"akismet/akismet.php";s:5:"2.5.3";s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";s:8:"1.6.13.4";s:43:"breadcrumb-navxt/breadcrumb_navxt_admin.php";s:5:"3.9.0";s:9:"hello.php";s:3:"1.6";s:21:"option-tree/index.php";s:7:"1.1.8.1";s:33:"the-piecemaker/the_piecemaker.php";s:3:"1.1";}s:8:"response";a:0:{}}', 'yes'), (933, 0, '_transient_plugins_delete_result_1', '1', 'yes'), (159, 0, 'recently_activated', 'a:2:{s:21:"exec-php/exec-php.php";i:1321479918;s:38:"xcloner-backup-and-restore/xcloner.php";i:1321479918;}', 'yes'), (160, 0, 'aioseop_options', 'a:35:{s:9:"aiosp_can";s:2:"on";s:12:"aiosp_donate";N;s:16:"aiosp_home_title";s:60:"Birmingham Amusement Places - Amusement Places in Birmingham";s:22:"aiosp_home_description";s:140:"DO NOT GO AMUSEMENT PLACES in BIRMINGHAM before seeing our reviews! We found the BEST places in Birmingham for amusement places. Click here!";s:19:"aiosp_home_keywords";s:59:"Birmingham Amusement Places, Amusement Places in Birmingham";s:23:"aiosp_max_words_excerpt";N;s:20:"aiosp_rewrite_titles";s:2:"on";s:23:"aiosp_post_title_format";s:27:"%post_title% | %blog_title%";s:23:"aiosp_page_title_format";s:27:"%page_title% | %blog_title%";s:27:"aiosp_category_title_format";s:31:"%category_title% | %blog_title%";s:26:"aiosp_archive_title_format";s:21:"%date% | %blog_title%";s:22:"aiosp_tag_title_format";s:20:"%tag% | %blog_title%";s:25:"aiosp_search_title_format";s:23:"%search% | %blog_title%";s:24:"aiosp_description_format";s:13:"%description%";s:22:"aiosp_404_title_format";s:33:"Nothing found for %request_words%";s:18:"aiosp_paged_format";s:14:" - Part %page%";s:20:"aiosp_use_categories";N;s:32:"aiosp_dynamic_postspage_keywords";s:2:"on";s:22:"aiosp_category_noindex";s:2:"on";s:21:"aiosp_archive_noindex";s:2:"on";s:18:"aiosp_tags_noindex";N;s:14:"aiosp_cap_cats";s:2:"on";s:27:"aiosp_generate_descriptions";N;s:16:"aiosp_debug_info";N;s:20:"aiosp_post_meta_tags";s:0:"";s:20:"aiosp_page_meta_tags";s:0:"";s:20:"aiosp_home_meta_tags";s:0:"";s:13:"aiosp_enabled";s:1:"1";s:17:"aiosp_enablecpost";N;s:26:"aiosp_use_tags_as_keywords";s:2:"on";s:16:"aiosp_seopostcol";N;s:18:"aiosp_seocustptcol";N;s:21:"aiosp_posttypecolumns";a:2:{i:0;s:4:"post";i:1;s:4:"page";}s:12:"aiosp_do_log";N;s:14:"aiosp_ex_pages";s:0:"";}', 'yes'), (296, 0, 'widget_a48b04a1e3c8ff770da66aa313f3e74c', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (937, 0, 'rewrite_rules', 'a:100:{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:12:"robots\\.txt$";s:18:"index.php?robots=1";s:14:".*wp-atom.php$";s:19:"index.php?feed=atom";s:13:".*wp-rdf.php$";s:18:"index.php?feed=rdf";s:13:".*wp-rss.php$";s:18:"index.php?feed=rss";s:14:".*wp-rss2.php$";s:19:"index.php?feed=rss2";s:14:".*wp-feed.php$";s:19:"index.php?feed=feed";s:22:".*wp-commentsrss2.php$";s:34:"index.php?feed=rss2&withcomments=1";s:31:"thank-you/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:"thank-you/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:"thank-you/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"thank-you/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:"thank-you/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:24:"(thank-you)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:44:"(thank-you)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:39:"(thank-you)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:32:"(thank-you)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:39:"(thank-you)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:24:"(thank-you)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:26:"home/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:36:"home/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:56:"home/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"home/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:51:"home/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:19:"(home)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:39:"(home)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:34:"(home)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:27:"(home)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:34:"(home)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:19:"(home)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:22:"/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:32:"/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:52:"/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:47:"/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:15:"()/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:35:"()/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:30:"()/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:23:"()/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:30:"()/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:15:"()(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";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=10&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:31:".+?/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:41:".+?/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:61:".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:56:".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:26:"(.+?)/([^/]+)/trackback/?$";s:57:"index.php?category_name=$matches[1]&name=$matches[2]&tb=1";s:46:"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:69:"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]";s:41:"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:69:"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]";s:34:"(.+?)/([^/]+)/page/?([0-9]{1,})/?$";s:70:"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]";s:41:"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$";s:70:"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]";s:26:"(.+?)/([^/]+)(/[0-9]+)?/?$";s:69:"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]";s:20:".+?/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:30:".+?/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:50:".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:45:".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:45:".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:38:"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:33:"(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:26:"(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:33:"(.+?)/comment-page-([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&cpage=$matches[2]";s:8:"(.+?)/?$";s:35:"index.php?category_name=$matches[1]";}', 'yes'), (938, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":9:{s:8:"response";s:6:"latest";s:8:"download";s:40:"http://wordpress.org/wordpress-3.2.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":4:{s:4:"full";s:40:"http://wordpress.org/wordpress-3.2.1.zip";s:10:"no_content";s:51:"http://wordpress.org/wordpress-3.2.1-no-content.zip";s:11:"new_bundled";s:52:"http://wordpress.org/wordpress-3.2.1-new-bundled.zip";s:7:"partial";b:0;}s:7:"current";s:5:"3.2.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.2";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1321557621;s:15:"version_checked";s:5:"3.2.1";}', 'yes'), (939, 0, '_site_transient_timeout_browser_b0ac7be1198e4dff0736112b4a83f9a1', '1322085860', 'yes'), (940, 0, '_site_transient_browser_b0ac7be1198e4dff0736112b4a83f9a1', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"15.0.874.120";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"13";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'yes'), (330, 0, 'category_children', 'a:0:{}', 'yes'), (984, 0, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1321570826', 'yes'), (985, 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'), (976, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1321602899', 'no'), (977, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1321559699', 'no'), (927, 0, '_transient_timeout_plugin_slugs', '1321646476', 'no'), (928, 0, '_transient_plugin_slugs', 'a:6:{i:0;s:19:"akismet/akismet.php";i:1;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:2;s:43:"breadcrumb-navxt/breadcrumb_navxt_admin.php";i:3;s:9:"hello.php";i:4;s:21:"option-tree/index.php";i:5;s:33:"the-piecemaker/the_piecemaker.php";}', 'no'), (954, 0, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1321602898', 'no'), (955, 0, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1321559698', 'no'), (956, 0, '_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51', '1321602898', 'no'), (957, 0, '_transient_dash_4077549d03da2e451c8b5f002294ff51', '
', 'no'), (958, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1321602898', 'no'), (959, 0, '_transient_timeout_feed_fbf4c9e0b19b25010976a93f94baac6c', '1321602898', 'no'), (960, 0, '_transient_feed_fbf4c9e0b19b25010976a93f94baac6c', '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:52:"link:http://nothingtolookat.com - 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:89:"http://www.google.com/search?ie=utf-8&q=link:http://nothingtolookat.com&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:85:"Your search - link:http://nothingtolookat.com - 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:8:{s:12:"content-type";s:28:"text/xml; charset=ISO-8859-1";s:4:"date";s:29:"Thu, 17 Nov 2011 19:54:58 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=920d471d0a92b522:FF=0:TM=1321559698:LM=1321559698:S=cUFn1Tb0GhQLRRMA; expires=Sat, 16-Nov-2013 19:54:58 GMT; path=/; domain=.google.com";i:1;s:212:"NID=53=Ei9bN2Pp4ggo7-ptlrvnAaq0dYEhPlGJ7wkYxcXgj8PM_U0rXH_XYbTTrk-VtgO-9eoVdNaPemqY3RfvYh-7KRbUJ9p8Ts2it7efVmiNw0F4sOt-j5SvUKrvTwad93Kw; expires=Fri, 18-May-2012 19:54:58 GMT; path=/; domain=.google.com; HttpOnly";}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'), (961, 0, '_transient_timeout_feed_mod_fbf4c9e0b19b25010976a93f94baac6c', '1321602898', 'no'), (962, 0, '_transient_feed_mod_fbf4c9e0b19b25010976a93f94baac6c', '1321559698', 'no'), (963, 0, '_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f', '1321602898', 'no'), (964, 0, '_transient_dash_20494a3d90a6669585674ed0eb8dcd8f', '

This dashboard widget queries Google Blog Search so that when another blog links to your site it will show up here. It has found no incoming links… yet. It’s okay — there is no rush.

\n', 'no'); INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES (965, 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:53:"WordPress.tv: Matt Jones: WordPress for the eCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2011/11/17/matt-jones-wordpress-for-the-ecommerce/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1761:"
\n
\n
Matt Jones
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Nov 2011 19:02:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"wcslc";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:54:"WPTavern: Should The Admin Bar Have A ‘More’ Menu?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5873";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"http://feedproxy.google.com/~r/WordpressTavern/~3/Kyu41JRMZSQ/should-the-admin-bar-have-a-more-menu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1370:"

WPBeginner thinks so. According to them, if the admin bar had a More menu, it would provide a consistent interface for users when looking for links added by plugins. Without it, plugins can determine how they will show up within the admin bar which could potentially lead to chaos if you have enough plugins installed that compete for space within the bar. I think it’s a good idea as it would provide one central location for all plugin authors to place a link which would enable us to easily locate the plugins options page. Your thoughts?

\n\n\n

Related posts:

  1. WPBeginner Reviews Post Admin Shortcuts Plugin
  2. \n
  3. Plugin Review – Expanded Admin Menus
  4. \n
  5. Where Are The Settings For That Plugin?
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Nov 2011 18:00: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: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: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:59:"Weblog Tools Collection: WordPress Theme Releases for 11/17";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10712";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/_5SSO8rDFC0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1695:"

\n

Blankfolio is an easy way to create your own portfolio theme.

\n

\n

Bootstrap is a raw atom theme built around Twitter’s Bootstrap CSS framework.

\n

\n

Butterscotch Ripple features an attractive, warm design using various colour tones of the caramel and butterscotch families.

\n

\n

Green World is a high impact theme using several complimentary tones of green, including a bright, almost neon green.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Nov 2011 16:45:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:54:"WPTavern: Incsub LLC Accused Of Copyright Infringement";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5870";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:106:"http://feedproxy.google.com/~r/WordpressTavern/~3/wr5YSNioS0k/incsub-llc-accused-of-copyright-infringement";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1814:"

VideoUserManuals.com who were one of the first to create a WordPress plugin featuring video based manuals within the dashboard has published an open letter to the WordPress community that tells us their side of the story in what looks to be another ugly mess for Incsub LLC.

\n

At the end of the agreement period in June 2011, I checked in and saw that our videos were still being used so I sent James an email requesting they remove the videos and written manual from their membership site. We received an email back informing us the videos and manual had been removed. This was not the case. I waited a couple of days and checked in again to see that the videos had been re-voiced and re-shot on a different computer but were still using our scripts. In fact, in some of the videos I could see our script in the WordPress visual editor that was being used as a prompt for the person making the videos.

\n

We’ll have to reserve judgement until we hear the other side of the story but if the past is anything to go by, this could be another black eye on the company. However, if any of it is true, it’s a crummy way of doing business. In a seperate issue, a claim of copyright infringement was brought up earlier this year on June 3rd 2011, where Joost DeValk published a post claiming copyright Infringement for his WordPress SEO Plugin.

\n\n\n

Related posts:

  1. Copyright And The GPL
  2. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Nov 2011 14:00:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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:58:"WordPress.tv: Becky Davis – A Tale of Two Shopping Carts";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8055";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.tv/2011/11/17/becky-davis-a-tale-of-two-shopping-carts/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1904:"
\n
\n
chi-davis-a-tale-of-two-shopping-carts-073111-SD 24 No Gamma Correction 800kbits
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Nov 2011 13:01:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:15:"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: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:57:"WPTavern: Automattic Makes Second Investment – WPEngine";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5866";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"http://feedproxy.google.com/~r/WordpressTavern/~3/m3Afp7QNgQw/automattic-makes-second-investment-wpengine";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2324:"

WPEngine LogoThe big news over the past 24 hours is that Automattic has made their second investment, this time in a WordPress hosting company called WP Engine. WP Engine is a relatively new hosting company that manages WordPress.org installs for roughly 30,000 clients. The other side of the news is that a new partner program by Automattic called VIP Support For Webhosts which aims to provide VIP Support for Web Hosts including advanced systems and developer support for infrastructure-wide issues and improvements; annual review of the client’s entire stack as it relates to WordPress hosting; annual security audit and review of best practices and more.

\n

Pretty cool to see Automattic making investments in WordPress centric companies. But what I want to know is, who can afford $50.00 a month for webhosting? By the way, the usual price is $100.00 per month. Congrats to WP Engine though for landing the funding and becoming the first partner program company for VIP support.

\n\n\n

Related posts:

  1. A First For Automattic – Investment In OwnLocal
  2. \n
  3. Automattic Hires Philip Arthur Moore On As New Theme Wrangler
  4. \n
  5. When Will Automattic Be Acquired?
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 20:40: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: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:82:"Mark Jaquith: Act now to stop Internet censorship legislation in the United States";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:39:"http://markjaquith.wordpress.com/?p=746";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:81:"http://markjaquith.wordpress.com/2011/11/16/stop-internet-censorship-legislation/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2464:"

Right now, the United States Congress is holding hearings on legislation that will have disastrous effects on free speech and the Internet. This video gives a good overview:

\n

\n

One of the reasons that I help make WordPress is because of my deeply held conviction that free speech is the most powerful and beneficial tool humans have ever had at their disposal. The Internet is a grand experiment that not only makes communications fast — it embraces freedom by design. This legislation is a low level attack against the system of trust upon which the Internet is based. It’s an attack on freedom of speech and on economic freedom. It’s corporate cynicism of the worst kind.

\n

Act now, and be sure that your legislators know you oppose this legislation.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 20:02:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Mark Jaquith";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:51:"Weblog Tools Collection: How do you host your blog?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10707";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/Ym5ue5IjiNk/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1122:"

Some big news hit recently about Automattic’s investment in WP Engine, a fully managed WordPress-specific hosting provider. So often, we’re caught up between just the blogging service WordPress.com or installing WordPress on any hosting provider, that it’s easy to forget that there are hosting providers like WP Engine and Page.ly which combine the best of both worlds.

\n

This raises an interesting question for today. How do you host your WordPress blog? Do you use a straight blogging service like WordPress.com, a WordPress-specific managed hosting provider like WP Engine, did you install WordPress yourself on a general hosting provider, or do you manage your own server?

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 13: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: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:108:"WordPress.tv: Jeremy Fuksa: The Responsive Grid & You: Extending Your WordPress Site Across Multiple Devices";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8335";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2011/11/15/jeremy-fuksa-the-responsive-grid-you-extending-your-wordpress-site-across-multiple-devices/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1925:"
\n
\n
Designer: Jeremy Fuksa: The Responsive Grid & You: Extending Your WordPress Site Across Multiple Devices
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 16 Nov 2011 04:30:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"wckansascity";s: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:53:"WPTavern: VaultPress Now Supports 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:31:"http://www.wptavern.com/?p=5860";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:105:"http://feedproxy.google.com/~r/WordpressTavern/~3/vxAe1mssJC8/vaultpress-now-supports-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:2553:"

VaultPress has announced that the latest edition of the plugin now supports WordPress Multisite. This has been a killer feature that owners of large multisite installs have been waiting for. VaultPress will automatically backup each site that is installed within the network. However, it must be noted that only the Network’s main site will have their users table, plugins, and themes backed up. For non-main sites, VaultPress will not backup users, plugins, or themes.

\n

The money maker for VaultPress lies within the fact that each site within the network will require it’s own subscription as if they were individual sites. There is not a plan that specifically covers multisite installations. Unless the sites within your network are making you some decent cash, this could potentially wipe you out from month to month and you’ll need to decide as a site administrator how much that peace of mind is going to cost you. On the flip side, the way they have structured their plans allows you to only backup the most valuable sites within your network providing you with more flexibility.

\n

With regards to plan pricing, Pete Davies responded to a comment by Donnacha regarding a sliding pricing scale. It looks like it’s an opportunity that could be tapped into in the future.

\n\n\n

Related posts:

  1. VaultPress Issues First Set Of Invites
  2. \n
  3. What’s The Best Way To Be Notified Of Theme And Plugin Updates?
  4. \n
  5. Plugin Repository Now Supports Videos
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Nov 2011 21:00:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 11/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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10704";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/QN4eYHZTyqo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:747:"

New plugins

\n

Ultimate TinyMCE beefs up your visual tinymce editor with a plethora of advanced options: Emoticons, Tables, Styles, Advanced links, images, and drop-downs.

\n

Updated plugins

\n

bbPress is forum software with a twist from the creators of WordPress, available for the first time ever as a plugin.

\n

Posts 2 Posts allows you to create many-to-many connections between posts of all kinds.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Nov 2011 19:33: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: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:65:"WPTavern: bbPress 2.0.1 Released – Fixes Anonymous Security Bug";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5856";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:113:"http://feedproxy.google.com/~r/WordpressTavern/~3/5xsteMB843o/bbpress-2-0-1-released-fixes-anonymous-security-bug";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1424:"

bbpress.org LogobbPress has released version 2.0.1 which is considered a maintenance release. However, if you have anonymous posting enabled, you’ll want to upgrade as soon as possible as this release addresses an issue where anonymous posters could potentially be able to edit topics and replies. If upgrading from 2.0, try upgrading through the dashboard as you would with WordPress as 2.0 introduced easy upgrades.

\n\n\n

Related posts:

  1. WordPress 2.9.2 Released – Security Fix
  2. \n
  3. bbPress RC 5 Released
  4. \n
  5. Ajax Edit Comments Switches To Paid Model
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 15 Nov 2011 18: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: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: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:63:"WPTavern: Improving The WordPress Search Engine With Relevanssi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5852";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:115:"http://feedproxy.google.com/~r/WordpressTavern/~3/6q3M5xR7Iu0/improving-the-wordpress-search-engine-with-relevanssi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1278:"

The default search engine in WordPress has sucked for a number of years. So much so that people end up replacing it with a custom Google search box. However, there is a plugin that has been gaining steam in recent months called Relevanssi that is trying to solve most of the problems the default search engine has. Check out this tutorial on how to install and configure the plugin via WPLift.com. I think I’m going to install the plugin myself to see if it cures any of my search frustrations.

\n\n\n

Related posts:

  1. WordPress Not The Choice For Multinational Search
  2. \n
  3. Adding Google Custom Search Is Easy
  4. \n
  5. WordPress Email System Primer
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Nov 2011 23:00:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:69:"WordPress.tv: Mike Toppa: Clean Code for WordPress Plugin Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8476";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://wordpress.tv/2011/11/14/mike-toppa-clean-code-for-wordpress-plugin-development/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1844:"
\n
\n
Clean code for WordPress plugin development
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Nov 2011 19:01:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"wordcampphilly";s: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:42:"WPTavern: Politically Powered By 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=5847";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/k-45ISkZqWk/politically-powered-by-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:1000:"

More WordPress Love via XKCD

\n

\n\n\n

Related posts:

  1. 14 Things To Consider When Choosing A Webhost For Your WordPress Powered Site
  2. \n
  3. Turning Your WordPress Powered Site Into An iPhone App
  4. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Nov 2011 18: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: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:45:"WPTavern: Crummy Advertising On WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:31:"http://www.wptavern.com/?p=5839";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:97:"http://feedproxy.google.com/~r/WordpressTavern/~3/KuflMwtHRUQ/crummy-advertising-on-wordpress-com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5088:"

It’s a well known fact that WordPress.com shows display advertising but until I read this article on HalfBlog.net, I’ve never looked into what kind of advertising was presented on certain WP.com blogs. HalfBlog.net has a couple of screenshots of ads they discovered while browsing on WordPress.com and perhaps the most insulting one of them all is the Windows Dialogue prompt that tells users they have a chance to win an Apple iPad 2 and to click the OK button.

\n

I decided to fire up a fresh copy of Internet Explorer as I know WP.com loves to show those folks ads to see what I could find. My results range from embedded YouTube videos to flash based videos. The sites I browsed were on the Freshly Pressed WP.com front page and the ads I found had absolutely nothing to do with the content they were displayed under. However, unlike HalfBlog.net, I did see the Advertisement disclaimer above each one. Here are the ones I saw.

\n

Embedded YouTube Video

\n

Flash Powered Video

\n

Embedded YouTube Video

\n

When the issue was brought up within the WP.com support forums, Happiness Engineer MacManX alleviated fears of some that they are not forcing people into purchasing the No-Ads upgrade.

\n

Forcing people into No Ads is definitely not, has never been, and will never be the plan.

\n

Rather, the head-bashing that you described is the plan. The ads are some-what geo-targeted, and at this time, most of the bad ads seem to be shown to folks visiting from outside of the US. I’m not sure if it’s because there aren’t enough fish in the sea for our ad provider in this case, or if they just aren’t vetting their foreign ads well enough.

\n

While Automattic makes an effort to remove ads from the network based on screenshots submitted by users, unfortunately, it’s like playing a game of Whack-A-Mole as Wank puts it.

\n

Complaining about individual ads and getting them removed after the fact is just playing whack-a-mole. It doesn’t do anything to stop similar ads popping up again. Sooner or later you’re going to get malware slipping through (it’s happened a couple of times on livejournal) and the fallout from that is going to be exponentially worse than what you’re getting now.

\n

It’s interesting in that WordPress.com can’t remove the ads because of the extra revenue the small amount of display ads provides but at the same time, it would de-value the no-ads upgrade. So WordPress.com has to find a way to make this work better but when relying on third parties for your advertising needs, there is not much they can do about the quality of the ads that are displayed. I wonder why they haven’t created their own in-house ad network specifically for WordPress.com?

\n

If you feel like going back in time, check out this post from 2006 when ads were introduced to WordPress.com and read through the comments.

\n\n\n

Related posts:

  1. WordPress.com Blogs To Get More Advertising
  2. \n
  3. Advertising Now An Option On WPTavern
  4. \n
  5. Save 25 Percent On WPTavern Display Advertising
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Nov 2011 14:00:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:47:"Weblog Tools Collection: bbPress 2.0.1 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10698";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/U63HLCXUbA8/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:623:"

bbPress 2.0.1 has been released. This is a ver important security fix which corrects an issue on forums with anonymous posting where a logged-out user could edit topics and replies.

\n

Along with bbPress’s new plugin architecture comes the easy updates. To update your installation from bbPress 2.0 to bbPress 2.0.1, simply apply the update like any WordPress plugin.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 14 Nov 2011 13:00: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: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: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:"Weblog Tools Collection: Akismet Launches Partner Program";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10693";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/Sto-2vyDkcU/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1287:"

Akismet, the most popular WordPress anti-spam plugin, has launched a parter program geared toward developers who urge the use of Akismet among their larger clients.

\n

Akismet is free for most users, but sites which make a substantial amount of income on their own are asked to pay a small amount for the service. Given that most of these sites are built by third-party developers, designer, or consultants, the program is designed to share a percentage of the purchase with the referring individual if the referred user chooses to sign up with a paid Akismet plan.

\n

\n

The program is open to applicants, so feel free to apply for registration now. And, if you have never used Akismet, today’s the perfect day to start.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 12 Nov 2011 13:00:02 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 11/11";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10690";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/4IzvtqAF7aI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1443:"

New plugins

\n

beCounted creates a multiple item count up widget based on annual statistics showing the number of occurrences since the page was loaded.

\n

Scribendi.com Editing and Proofreading Services allows you to add professional editing to your WordPress publishing process.

\n

TrafficAnalyzer can be used to determine the number of visits to each posts / pages available in the site.

\n

WP-Aletheia: Feedback allows you to easily gather feedback from your clients.

\n

Updated plugins

\n

FoxyPress is a custom plugin made to integrate FoxyCart e-commerce functionality into your WordPress website.

\n

Social Media Tabs allows you to add Facebook, Google +1, Buzz, Twitter and RSS profiles and feeds to any widget area with stylish sliding tabs.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2011 19:01:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:47:"WPTavern: Congrats To Automattic – 100 Strong";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5832";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/Jr2czWk7Vi4/congrats-to-automattic-100-strong";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2342:"

Automattic Logo

\n

Matt Mullenweg announced on Twitter this morning that Automattic has now reached 100 employees. By Monday, November 14th the company will reach 102. If you would like to be part of the next 100 employees at Automattic, check out their jobs page.

\n

By the way, a new position has opened up that doesn’t really require coding experience but rather being in the San Francisco area to be Toni Schneiders right hand man in managing the new Automattic Lounge. The most interesting aspect of this job posting is that no one knows where exactly the new Automattic Lounge is located. While @beaulebens is responsible for publishing the job posting link on Twitter, even Otto42 doesn’t know where the new lounge is located.

\n

The previous lounge for Automattic which was located within Pier38 in San Francisco was shut down due to safety and building code violations.

\n\n\n

Related posts:

  1. Automattic Hires Philip Arthur Moore On As New Theme Wrangler
  2. \n
  3. Automattic Gets A New Systems Wrangler
  4. \n
  5. Congrats To Alex aka Viper007bond
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2011 18: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: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:67:"Publisher Blog: “You Are Not So Smart” Powered by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:43:"http://publisherblog.automattic.com/?p=1799";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://publisherblog.automattic.com/2011/11/11/you-are-not-so-smart-powered-by-wordpress-com/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6462:"

The following interview is with David McRaney, creator of the WordPress.com blog You Are Not So Smart, and author of the recently published You Are Not So Smart: Why You Have Too Many Friends on Facebook, Why Your Memory Is Mostly Fiction, and 46 Other Ways You’re Deluding Yourself.
\n

\n

1. Tell us what your blog and book are about.

\n

DAVID: You Are Not So Smart is a celebration of self delusion. One topic at a time, it explores how silly and irrational we all are through the lens of fascinating psychological studies. It started out as a blog just pointing out interesting things around that theme, but once I started gaining fans and saw my hits growing, I made the effort to write longer, more in-depth pieces about cognitive biases and other fun things. The book is an expanded version of the blog, similar in format.

\n

2. What encouraged you to create a blog that celebrates self delusion? How has your life changed as a result of learning so much about psychology and irrational thinking?

\n

DAVID: I tried a lot of different blog ideas before You Are Not So Smart. My first real attempt at keeping a blog about interesting things in psychology and neuroscience began around 2003. I gave up on that a few years later and tried a blog about feature writing. It wasn’t until I saw a video demonstration of inattentional blindness that blew my mind and prompted me to launch You Are Not So Smart in late 2009.

\n

The result of writing about self-delusion all the time? It’s been great. My wife and I are always saying things like, “Hold on, that’s just the anchoring effect,” or “I think you are confabulating right now.” We’ve found that the articles can be a vehicle for self improvement, but always when you least expect it. Also, I don’t argue online anymore because I’ve learned through the research how futile and fruitless it is. It’s a wonderful thing to delete from your life.

\n

3. So how’d you score the book deal?

\n

DAVID: I got into a heated online argument with two friends over which was better, the PS3 or the Xbox 360. The argument went on for days, and I think we all crossed the line, insulting each other and getting legitimately angry – and we’re friends in real life! I thought it would make a great blog post, so I researched why I was so brand loyal and silly.

\n

That became my post on brand loyalty and fanboyism, which I published that post at about the same time an iPhone prototype was stolen. With the buzz around fanboyism at an all-time high, someone at Gizmodo saw my post and asked if they could republish it with links back. I agreed, and all of a sudden my hits went through the roof. I kept writing and posting and soon emails arrived from the publishing world asking if I was interested in turning the blog into a book. I said hell yes.

\n

4. Why did you choose WordPress.com, and what do you like most about it?

\n

DAVID: I’ve tried every other service out there, but WordPress.com is the most robust. I wanted something clean and elegant and easy, but with enough features to allow for scaling up my blog if it ever caught on with a larger audience. It was the right move.

\n

This is an amazing and revolutionary time for writers. The barriers to entry are so low, and the platforms like WordPress.com so well-made, anyone with a voice can start shouting and be heard. Instead of writing a book and hoping a publisher won’t throw it into the slush pile, writers can start a blog and build a fan base. They can prove to publishers there is a market for their work and their voice.

\n

A generation ago, a writer like me would never be discovered, never get a shot at the big time. Blogging platforms like WordPress.com are changing the lives of all manner of artists and activists. I think that’s fantastic.

\n

Congratulations, David!

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2011 17:12: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:13:"Erica Johnson";s: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:33:"Dev Blog: Taking WordPress to War";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=2093";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/news/2011/11/taking-wordpress-to-war/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1787:"

Today is the eleventh day of the eleventh month of the (20)eleventh year, and in several parts of the world, it is a holiday related to war. In the U.S., where I live, it is Veterans Day, which honors military veterans. In much of Europe, today is Armistice Day or Remembrance Day, commemorating the armistice signed at the “eleventh hour of the eleventh day of the eleventh month” of 1918 that ended the fighting on the Western Front in World War I.

\n

Whether serving in the military, living in an area of unrest or attack, having friends or family in the fray, or just being human enough to think war sucks (there’s really no gentler way to say that, is there?), war impacts most people in the world today.

\n

The mission of WordPress is to democratize publishing. Sometimes we’re fortunate enough for that to mean providing a platform for communication that helps people work toward peace in their communities and around the world. Sometimes it means providing a platform for keeping people informed and aware of the other things that are happening around the world, including the horror of wars and revolutions.

\n

At WordCamp San Francisco in August, one of the most popular and well-respected sessions was led by Teru Kuwayama of Basetrack.org. On this day of remembrance, I thought it would be good to share the video of his presentation. Not only is it a very cool example of how WordPress can be used in unexpected ways (this is not your father’s Oldsmobile usual blog), it’s a reminder of how much work still needs to be done to move from war to peace. So here is Taking WordPress to War: Basetrack.org. Peace out, yo.

\n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2011 14:54:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Jane Wells";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:67:"Akismet: Akismet Partner Program: Help Reduce Spam and Get Rewarded";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://blog.akismet.com/?p=668";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://blog.akismet.com/2011/11/11/akismet-partner-program-help-reduce-spam-and-get-rewarded/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2348:"

Every month, over nine million websites use Akismet to stop spam.

\n

The vast majority of those nine million sites are personal sites that get to use Akismet for free. But for the rest, we ask companies and people that make significant income from their sites to pay for Akismet. Many of these company sites and blogs are built by third-party developers or designers.

\n

We want to help developers to encourage their customers to reduce spam. So we’re launching a Partner Program that rewards developers when their clients sign up for an Akismet subscription.

\n

The Partner Program is currently by application only:  if you’re interested you’ll find more information and an application form at akismet.com/partners.

\n
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2011 14:48: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:4:"Pete";s: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:58:"WPTavern: WordPress.com Reaches 60 Million Blogs Milestone";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5828";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:110:"http://feedproxy.google.com/~r/WordpressTavern/~3/KwECpGd_oTM/wordpress-com-reaches-60-million-blogs-milestone";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2674:"

Giga Om LogoWordPress.com has crossed over yet another milestone in that they now host over 60 million blogs. After the GigaOm article has been updated, it now appears that half of the 60 million blogs are hosted on WordPress.com while the other half is on the self-hosted version of WordPress. This is a big number but unless those 60 million blogs are broken down into active sites, spammers, sploggers, dead sites, etc. then it will remain nothing but a big number. Touting big numbers is cool but showing how that number is figured out is even better.

\n

Asides from the big number, I also wanted to point out the article that GigaOm published regarding this milestone. It has to be one of the most confusing articles I’ve ever read that mixes up WordPress.com and the open source project known as WordPress. For example, this sentence threw me for a loop:

\n

Meanwhile, WordPress doesn’t plan to abandon its core allegiance to open source standards as it continues to expand as a for-profit company.

\n

The sentence starts off with WordPress, then mentions open source standards and concludes with for-profit company. Even if you added the .com to WordPress that still wouldn’t make sense. Outside of all the confusion, the article itself is not bad considering it has a number of quotes from Matt when he participated in an on-stage interview with Mathew Ingram at the GigaOM RoadMap conference.

\n

The big take away is that WordPress.com will be receiving a heavy dosage of social and mobile development.

\n\n\n

Related posts:

  1. WordPress.com Grows By 30 Million
  2. \n
  3. WordPress 2.7 A Milestone In Its Own Right
  4. \n
  5. Update On Automattics Services And Blogs
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2011 14: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: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: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:13:"Matt: Growing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=39651";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:31:"http://ma.tt/2011/11/growing-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:213:"

Automattic just reached 100 people. On Monday we’ll be 102. :)

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2011 09:26:09 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:66:"Weblog Tools Collection: Fast as a CannonBall, in under 5 minutes!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10683";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/OJc9eKAKnHM/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5592:"

Notice anything different about Weblog Tools Collection? The name of the post probably gave it away. This blog is rocking in speed and deliverability! How you ask? Thanks to the fine work of the people over at Cloudflare.com

\n

CloudFlare is a free(mium) service that was recommended to me by our own James. He had heard about it in conversations with some folks over dinner and wanted us to try it out. While this blog has gotten loaded over the years with JavaScript from various sources and code cruft of years, it has also gotten quite slow as a result. It is not the server (though Spam storms never help) and MySql running on the same server does not help. I had added caching thanks to WP Super Cache and had tweaked most of the settings to be tolerable on the server. I had even tried a CDN at one point but backed out because it turned out to be such a touchy beast.

\n

The free CloudFlare product, which is what we use on here, is substantial enough to depend upon and is easy to set up. I might upgrade to their paid version once I am more comfortable with the results and have let it bake for a month or two. Signup was easy and it really took just under a few minutes to setup this blog. We have been running it for about three days now, with positive results and zero downtime. Let us go over some the details.

\n

It takes just a few minutes to add your site to CloudFlare.com. Add it in, watch a video while it figures out all the details of your DNS, and then turn around and make the name server changes it asks you to make. There are instructions included on the page and it tries to help you make the best choices. It is worth noting that only self hosted WordPress blogs are capable of using CloudFlare. Since the actual change needs to happen at the registrar and name server level, TTL reduction will not help propagate it faster. While Go Daddy seemed to push the changes through quickly for us, it can take up to 48 hours for everything to work properly.

\n

CloudFlare.com

\n

Once the name server changes are made, you just sit back and watch. The free service from CloudFlare performs a bunch of automated magic, including using location aware technology to redirect your visitors to the right cache of your content. I know that the content is still live and interactive, but the seamless nature of the change makes this so easy and attractive. It speeds up your site using a variety of caching technologies and a CDN, including automatically minifying your scripts, reducing extra items in your HTML. It eventually reduces the amount of bandwidth you consume on your server and the number of requests actually hitting your server.

\n\n
Now to be honest, some of the more cool analytics and security features are behind a paywall. Some of us geeks will like the enhanced version better. The plugin ecosystem is also fantastic. Some of the plugins (apps) include Clicky, Google Analytics, Pingdom, Smartling and Blitz for load testing. The free version is enough for most needs and is substantial enough for us to recommend it to our readers. More about CloudFlare Features and Pricing.
\n

Some recommendations for WordPress users:

\n\n
Have you used CloudFlare.com? How do you like it? Will you try it out?
\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 11 Nov 2011 00:10:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Mark Ghosh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:52:"WPTavern: Cool Way To Use PollDaddy Out In The Field";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5826";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"http://feedproxy.google.com/~r/WordpressTavern/~3/bujHIeZsqJ4/cool-way-to-use-polldaddy-out-in-the-field";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1281:"

For those looking to take polls or collect survey data out in the field should check out this primer published on the PollDaddy blog on how to use their iOS app on the iPad to substitute the typical clipboard and paper routine. Probably one of the best features regarding the app is the ability to collect information without an internet connection. When one becomes available, the app will automatically synchronize with your Polldaddy.com account.

\n\n\n

Related posts:

  1. PollDaddy – Doing Something Right
  2. \n
  3. You Can Now Share PollDaddy Survey Reports
  4. \n
  5. PollDaddy Makes Digging Into Poll Data Easier
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Nov 2011 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: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:80:"WPTavern: Full-Size Carousel For Photos Now On WP.com – Plugin Being Developed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5822";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:128:"http://feedproxy.google.com/~r/WordpressTavern/~3/UtUfELcdclM/full-size-carousel-for-photos-now-on-wp-com-plugin-being-developed";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1593:"

wordpress dot com logoWordPress.com has unveiled a brand new feature that photo bloggers are going to love. It’s called the Full-Size carousel and was designed to display photographs as large as your display can contain them. Created by a group of people within Automattic as a mini project during their stay in Budapest, the carousel has support for keyboard shortcuts such as using the left and right arrows to browse through images or pressing escape to return to the normal image view. When previewing the images within the post, I would have liked to have seen some pictures with huge resolutions to see if this thing really works or not but since the images were all 1000 pixels by 714 pixels, I don’t think I was able to grasp just how cool this new feature is since my monitor resolution is 1600 X 900.

\n

For those using the self-hosted version of WordPress, Matt Thomas mentioned that it’s possible the carousel will make it within a future version of the Jetpack plugin.

\n\n\n

No related 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Nov 2011 14:00:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:54:"Weblog Tools Collection: WordPress 3.3 Beta 3 Released";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10681";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/KNj_-CHHuUI/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:634:"

WordPress 3.3 Beta 3 has been released. WordPress 3.3 is quickly on its way to its first release candidate. New features have been frozen, and over 200 fixes have been made since the last beta release.

\n

Plugin and theme authors are encouraged to test their code against the latest beta release, especially if their plugins or themes use jQuery in core as that has been upgraded to the 1.7 release.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Nov 2011 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: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:52:"WPTavern: Links To Commercial Solutions On The Codex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5819";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"http://feedproxy.google.com/~r/WordpressTavern/~3/u91o43vZQQU/links-to-commercial-solutions-on-the-codex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1835:"

In a recent discussion amongst those on the WordPress Documentation mailing list, Scribu brought up the question on whether or not links to commercial solutions were allowed within the Codex. Lorelle VanFossen summed things up pretty nicely in the following quote:

\n

A fantastic article that helps spell out the details of the Codex article on a site that isn’t selling “commercial content” other than hosting advertising and such (normal stuff) more than producing free, “open source,” shared content is allowed as it is considered external reference material. These are set usually in the “More Resources” section not within the Codex article.

\n

Seems like a good compromise to me as it should prevent commercial entities from being able to use the Codex for link juice. Although that should be a lot more difficult considering new user registration for the Codex was disabled a few months ago to try and thwart spam attacks.

\n\n\n

Related posts:

  1. Handful Of Codex Stats
  2. \n
  3. Do You Think The Codex Is The Future Of Documentation For WordPress?
  4. \n
  5. Plugin Repository And Commercial Plugins
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Nov 2011 18:00:50 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:61:"WPTavern: Plugin Battles – Really Just A Popularity Contest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5815";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/gJmkbgJrS7s/plugin-battles-really-just-a-popularity-contest";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2029:"

Plugin Battle LogoEver wanted to see a group of plugins with similar functionality go at it in a head to head battle? BattleOfThePlugins.com does exactly that except the visitors decide with their votes as to which one is the best. The plugin with the most votes is considered the champion of their respective category. You can probably guess what the problem is. The best plugin is not decided on functionality, code quality, compatibility, etc. Instead, it’s decided upon by votes which in my opinion, makes the site and the winners useless for anyone who may be looking to find out which SEO or site analytics plugin is the best. However, what the site does is show the community who has the most popularity when it comes to plugins and especially, plugin authors. So, a little bit of fun can be had in a site like this but for anyone seriously looking for the best, this site won’t help you find it.

\n\n\n

Related posts:

  1. It’s Back – The WordPress Plugin Competition
  2. \n
  3. Plugin Quality Not Plugin Quantity
  4. \n
  5. Please Adopt This Plugin – Comment Quicktags Reloaded
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Nov 2011 14: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: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: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:58:"Weblog Tools Collection: WordPress Theme Releases for 11/9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10675";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/Eb4EZ1b1eiE/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1239:"

\n

Bas Relief is a theme that features a sculptural bas relief.

\n

\n

Secluded includes a customizable background, two widgetized areas, and a customizable menu.

\n

\n

Swift Basic supports all the awesome WordPress features like menus, post types, post formats, you name it and it will be there in Swift.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 09 Nov 2011 13:00:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:40:"Dev Blog: WordPress 3.3 Beta 3 Available";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-3-available/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/news/2011/11/wordpress-3-3-beta-3-available/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:944:"

Testers, Beta 3 is now available! You know the drill: use a test install, see what you can break, and report any bugs you find. There have been 200 commits since Beta 2, but at this point, betas are not adding new features — it’s all about fixing bugs, making things a little prettier, and editing text strings.

\n

As always, plugin and theme authors, PLEASE test your code against the beta so you can catch any incompatibilities now rather than after your users update their WordPress installation and find bugs for you. This time we really mean it, especially if your plugin uses jQuery. We’ve now updated to jQuery 1.7 in core, so please please pretty please check your plugins and themes against beta 3.

\n

These silly haikus –
\nWith so many releases,
\nI run out of words.

\n

Download WordPress 3.3 Beta 3 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Nov 2011 22:51: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: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: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:52:"Joseph: WordCamp SLC 2011 Presentation Videos Online";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:30:"http://josephscott.org/?p=5069";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:85:"http://josephscott.org/archives/2011/11/wordcamp-slc-2011-presentation-videos-online/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:390:"

Videos of WordCamp SLC 2011 Presentations are being published at WordPress.tv. Included in the first batch was my Site Performance, From Pinto to Ferrari session.

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Nov 2011 20:52:43 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Joseph Scott";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:36:"WPTavern: WordUp Whitehall A Success";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5811";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:88:"http://feedproxy.google.com/~r/WordpressTavern/~3/ydgNUNgRZQg/wordup-whitehall-a-success";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1217:"

Based on everything I’ve read on Twitter over the weekend, the WordUp Whitehall event in London, England was a success. Think of WordUp as a mini WordCamp. Not quite the large WordCamp event but not exactly a small meetup either. HelpfulTechnology.com has an interesting post available detailing what they took away from the event and stated that contributing back to the project was one of their goals for 2012. Perhaps one of the most interesting and talked about subjects during the event was the UK Government and it’s use of WordPress or open-source products in general.

\n\n\n

Related posts:

  1. WordUp – A Fork Of WordCamp
  2. \n
  3. WPWeekly Episode 114 – WordUp
  4. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Nov 2011 18: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: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:63:"WPTavern: Video: Developing/Submitting Themes To The Repository";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5808";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:113:"http://feedproxy.google.com/~r/WordpressTavern/~3/qcoOTULoOG4/video-developingsubmitting-themes-to-the-repository";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1547:"

The following is a presentation by Chip Bennett at WordCamp Kansas City 2011. In this video, Chip Bennett explains the entire process of what it takes to get a theme hosted on the WordPress.org Theme Repository. Pretty awesome to see Chip go from being a vocal member on WPTavern within the past year or so to really getting involved with the WordPress community overall. Not only has he stepped up and has volunteered his time for the WordPress Theme Review Team but now he has a couple of WordCamp visits/Presentations under his belt. The only thing missing from Chip now is some sort of book!

\n
\n

Here are the slides that go with this presentation via Slideshare.

\n\n\n

Related posts:

  1. Theme Repository, EyeTracking And Free Themes
  2. \n
  3. Chip Bennett Hits 1,000 Theme Reviews
  4. \n
  5. ThemeForest And The Theme Repository
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Nov 2011 14:00:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:65:"Weblog Tools Collection: November, a Busy Month for WordCamp Fans";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=10668";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/4TKQBbAYg5I/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2230:"

November is quickly turning into one of the biggest months for WordCamps this year. WordCamp Philly has already passed, and it will be followed by WordCamp Caguas, WordCamp Kenya, WordCamp Detroit, WordCamp Richmond, and WordCamp Denmark all starting on the same day (Nov. 12)! Closing out the month, we have WordCamp Azerbaijan (Nov. 13), WordCamp Edmonton (Nov. 18), WordCamp Omaha (Nov. 18), WordCamp Singapore (Nov. 19), WordCamp Paris (Nov. 25), WordCamp Madrid (Nov. 26), and WordCamp Tokyo (Nov. 27).

\n

Counting Philly Philly, Toronto, and Gold Coast, that’s 13 15 WordCamps in the span of a month, almost exactly 1 WordCamp every 2 days! This is really a testament to the growth of WordPress since the first WordCamp launched in 2006.

\n

After November closes out, there 4 more in December to finish the year. Are you planning to attend any WordCamps before the year is out?

\n

Update: WordCamp Toronto and WordCamp Gold Coast also occurred the same day as WordCamp Philly, bringing this month’s WordCamp total to 15!

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Nov 2011 13:00:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:73:"WordPress.tv: Damian Taggart: WordPress Security – The End of Innocence";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8093";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:86:"http://wordpress.tv/2011/11/07/damian-taggart-wordpress-security-the-end-of-innocence/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1806:"
\n
\n
WC_7c_WPWcurity_TaggartC
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 08 Nov 2011 03:18:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"wcalbuquerque";s: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:53:"WordPress.tv: Wes Mikel: Branding Your WordPress Site";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8328";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2011/11/07/wes-mikel-branding-your-wordpress-site/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1811:"
\n
\n
Designer: Wes Mikel: Branding Your WordPress Site
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Nov 2011 19:02:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"wckansascity";s: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: Creating An Account Center 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=5800";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/5x50slxdmks/creating-an-account-center-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:553:"

WPRoots has published the first in a series of articles that will explain how to create an account center in WordPress. The series starts off by explaining how to create the page template for the account center. Follow up posts will contain information on how to create a custom login page and how to display specific user information within the account center.

\n\n\n

No related 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:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Nov 2011 18:00: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: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:48:"WPTavern: Contact Form 7 Appears In WebBoy Comic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=5796";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:100:"http://feedproxy.google.com/~r/WordpressTavern/~3/W4x-6gPVqn0/contact-form-7-appears-in-webboy-comic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1061:"

In episode 4 of the WebBoy comic series, Quinten finds himself overworked after working on customizing his contact form for days only to experience one problem after another. View the comic to see how Quinten gets help on getting email messages delivered. P.S. that ugly thing called spam makes an appearance in the comic.

\n\n\n

Related posts:

  1. WebBoy Fights Spam – Akismet Comic
  2. \n
  3. Configuring Contact Form 7
  4. \n
  5. WordPress Theme Community In Comic Form
  6. \n

";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Nov 2011 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: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: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:50:"WordPress.tv: Dave Martin: A/B Testing For the Win";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8151";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.tv/2011/11/07/dave-martin-ab-testing-for-the-win/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1760:"
\n
\n
Dave Martin
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Nov 2011 13:02: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:5:"wcslc";s: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 11/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:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"http://weblogtoolscollection.com/?p=10665";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/r2jP0xnhmS4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:859:"

New plugins

\n

FoxyPress is a custom plugin made to integrate FoxyCart e-commerce functionality into your WordPress website.

\n

Paid Memberships Pro is a fully featured membership plugin for WordPress.

\n

Updated plugins

\n

OSM displays maps in your WordPress blog using the OpenLayers technology.

\n

Zemanta finds related content while you write your post, so you can add pictures, links and widgets with a single click.

\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Nov 2011 13:00:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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:79:"WordPress.tv: Kelly Koepke: Strategies to Get the Word Out: PR, Marketing, etc.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8088";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://wordpress.tv/2011/11/06/kelly-koepke-strategies-to-get-the-word-out-pr-marketing-etc/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1816:"
\n
\n
StrategiesToGetWordKoepkeC
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 07 Nov 2011 03:03:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"wcalbuquerque";s: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:78:"WordPress.tv: Chip Bennett: WordPress Theme Repository: Developing/Submitting.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8320";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"http://wordpress.tv/2011/11/06/chip-bennett-wordpress-theme-repository-developingsubmitting/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1865:"
\n
\n
Designer: Chip Bennett: WordPress Theme Repository: Developing/Submitting
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 06 Nov 2011 19:02: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:12:"wckansascity";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n \n \n \n \n \n \n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:77:"WordPress.tv: Mike Payne: WordPress SEO, A Comprehensive Pre-Launch Checklist";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8157";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:93:"http://wordpress.tv/2011/11/06/mike-payne-wordpress-seo-a-comprehensive-pre-launch-checklist/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1780:"
\n
\n
Mike Payne
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 06 Nov 2011 13:02: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:5:"wcslc";s: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:87:"WordPress.tv: Chris King: Understanding Your WordPress Stats & More About Your Visitors";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=7996";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wordpress.tv/2011/11/05/chris-king-understanding-your-wordpress-stats-more-about-your-visitors/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1956:"
\n
\n
chi-king-understanding-your-wordpress-site-stats-073011-SD 24 No Gamma Correction 1800kbits
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 06 Nov 2011 03:01: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: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: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:48:"WordPress.tv: Sean Wells: WordPress Fundamentals";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8077";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.tv/2011/11/05/sean-wells-wordpress-fundamentals/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1805:"
\n
\n
WordPress Fundamentals-Sean WellsC
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Nov 2011 19:02:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"wcalbuquerque";s: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:67:"WordPress.tv: Joseph Scott: Site Performance, From Pinto to Ferrari";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=8149";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:83:"http://wordpress.tv/2011/11/04/joseph-scott-site-performance-from-pinto-to-ferrari/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1774:"
\n
\n
Joseph Scott
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Nov 2011 13:15:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:5:"wcslc";s: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:74:"WordPress.tv: Maria Wagner: Gaining Clients with More Effective 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=8082";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:91:"http://wordpress.tv/2011/11/05/maria-wagner-gaining-clients-with-more-effective-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1819:"
\n
\n
WC_3b_GainingClients_WagnerC
";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 05 Nov 2011 13:07:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"wcalbuquerque";s:7:"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, 17 Nov 2011 19:54:58 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, 17 Nov 2011 19:31:04 GMT";s:14:"content-length";s:6:"130847";s:4:"x-nc";s:11:"HIT luv 139";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no'); -- -------------------------------------------------------- -- -- Table structure for table `wp_option_tree` -- DROP TABLE IF EXISTS `wp_option_tree`; CREATE TABLE IF NOT EXISTS `wp_option_tree` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `item_id` varchar(50) NOT NULL, `item_title` varchar(100) NOT NULL, `item_desc` longtext, `item_type` varchar(30) NOT NULL, `item_options` varchar(250) DEFAULT NULL, `item_sort` mediumint(9) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `item_id` (`item_id`), UNIQUE KEY `item_id_2` (`item_id`), UNIQUE KEY `item_id_3` (`item_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=45 ; -- -- Dumping data for table `wp_option_tree` -- INSERT INTO `wp_option_tree` (`id`, `item_id`, `item_title`, `item_desc`, `item_type`, `item_options`, `item_sort`) VALUES (1, 'general_default', 'General Settings', '', 'heading', '', 0), (2, 'cs_style', 'Theme Style', 'Select the color scheme that you would like to use.', 'select', 'Gray-Blue, White, Pink, Red, Soft Red, Yellow, Orange, Brown, Soft Brown, Green, Soft Green, Blue, Deep Blue', 0), (3, 'cs_bg', 'Theme Background', 'Select the background of the theme.', 'select', 'Noise, Noise Dark, Image 1, Image 1 Dark, Image 2, Image 2 Dark, Image 3, Image 3 Dark, Image 4, Image 4 Dark, Image 5, Image 5 Dark, Image 6, Image 6 Dark, Image 7, Image 7 Dark, Image 8, Image 8 Dark, Image 9, Image 9 Dark', 0), (4, 'cs_logo', 'Your Logo', 'If you want to use your logo, enter the URL of it here.<br/>\nExample: www.example.com/logo.jpg\n<br/>\nThe dimensions of the demo logo are <strong> 237x41px</strong>.', 'input', '', 0), (5, 'cs_font', 'Fonts', 'You can change the font that is used for titles, captions etc. here.', 'select', 'Sansation, Luxi Sans, Droid Serif, Liberation Sans, Nobile', 0), (6, 'portfolio_layout', 'Portfolio Layout', 'Select the layout of portfolio which you would like to use.', 'select', 'One Column, 3-Columns Sortable', 0), (7, 'cs_search_d', 'Display Search Widget in Header?', 'Select "Yes" if you would like to display search widget on posts and pages in the top right corner, below menu. If you select "No", you can add the search widget like any other widget to any of the widget areas.', 'select', 'Yes, No', 0), (8, 'twitter_footer', 'Would you like to display Latest Tweet Widget?', 'This widget will be displayed above footer.', 'select', 'Yes, No', 0), (9, 'twitter_username', 'Twitter Username', 'If the link to your profile is www.twitter.com/dm_themes, then enter dm_themes in this field.<br/>', 'input', '', 0), (10, 'copyright', 'Copyright', 'Copyrights of your site. Will be displayed at the bottom of the site, bellow footer.', 'textarea', '3', 0), (11, 'homepage_setts', 'Homepage Settings', '', 'heading', '', 0), (12, 'homepage_layout', 'Homepage Layout', 'Select the layout of the homepage.<br/>\n- 'Corporate' will show a page you choose.<br/>\n- 'Blog' will show your latest posts.<br/>\n- 'Mix' will show a page you choose, and below that will be standard blog with latest posts.', 'radio', 'Corporate, Blog, Mix', 0), (13, 'homepagepage', 'Select Page for Homepage', 'Page you select here will be shown on homepage - if you selected "Corporate" or "Mix" in the "Homepage Layout" settings. If you selected "Blog", changing this won't affect anything.', 'page', '', 0), (14, 'homepage_slider', 'Homepage Slider', 'Select the slider which you would like to use. If you don't want to use the slider, select "Static Image".', 'select', 'Nivo Slider, Piecemaker, Static Image', 0), (15, 'homepage_image', 'Static Image URL', '<strong>980x360 pixels</strong><br/>\nEnter the absolute URL of the image. This image will be shown on the homepage if you selected "Static Image" in Slider settings.', 'input', '', 0), (16, 'homepage_caption', 'Homepage Caption', 'Enter a short caption that will be shown on homepage, below slider. If you don't want to have the caption, just leave this field empty. For best aesthetical results, use about 120-140 characters.<br/>\n<strong>Note:</strong> If you want to have bold text just wrap it in &lt;span class="RegularS"> &lt;/span> tags.', 'textarea', '4', 0), (17, 'homepage_button', '"Call to Action" Button Text', 'Enter the text that should be displayed in a "Call to Action" Button. This button will be displayed next to the caption, below the slider. If you don't want to use this button, just leave this field empty.', 'input', '', 0), (18, 'homepage_button_link', '"Call to Action" Button Link', 'Link for "Call to Action" button.', 'input', '', 0), (19, 'cs_social', 'Social Networks', '', 'heading', '', 0), (20, 'cs_twitter', 'Twitter Profile', 'If the link to your profile is www.twitter.com/dm_themes, then enter dm_themes in this field. If you don't want to show Twitter social icon, leave this field empty.', 'input', '', 0), (21, 'cs_facebook', 'Facebook Profile', 'Enter FULL URL to your Facebook profile, example : http://www.facebook.com/themeforest . If you don't want to show Facebook social icon, leave this field empty.', 'input', '', 0), (22, 'cs_vimeo', 'Vimeo Profile', 'If the link to your profile is www.vimeo.com/dm_themes, then enter dm_themes in this field. If you don't want to show Vimeo social icon, leave this field empty.', 'input', '', 0), (23, 'cs_youtube', 'YouTube Profile', 'If the link to your profile is www.youtube.com/dm_themes, then enter dm_themes in this field. If you don't want to show YouTube social icon, leave this field empty.', 'input', '', 0), (24, 'cs_digg', 'Digg Profile', 'If the link to your profile is www.digg.com/dm_themes, then enter dm_themes in this field. If you don't want to show Digg social icon, leave this field empty.', 'input', '', 0), (25, 'cs_stumble', 'StumbleUpon Profile', 'If the link to your profile is http://www.stumbleupon.com/stumbler/dm_themes, then enter dm_themes in this field. If you don't want to show StumbleUpon social icon, leave this field empty.', 'input', '', 0), (26, 'translation_setts', 'Translation', '', 'heading', '', 0), (27, 't_read_more', '"Read More"', 'The "Read More" phrase at the end of the posts in the blogroll.', 'input', '', 0), (28, 't_no_comments', '"No Comments Yet"', 'The "No Comments Yet" phrase displayed in the post meta information.', 'input', '', 0), (29, 't_comment', '"One Comment"', 'The "One Comment" phrase displayed in the post meta information.', 'input', '', 0), (30, 't_x_comments', 'X "Comments"', 'The plural form - "X Comments", where X is a number greater than 1.', 'input', '', 0), (31, 'p_next', '"Next"', '"Next" for next page in page navigation.', 'input', '', 0), (32, 'p_prev', '"Previous"', '"Previous" for previous page in page navigation.', 'input', '', 0), (33, 't_all_tweets', '"All Tweets"', '"All Tweets" phrase used in Latest Tweet widget.', 'input', '', 0), (34, 'comment_name', '"Name"', '"Name", used in the comments form.', 'input', '', 0), (35, 'comment_email', '"Email"', '"Email", used in the comments form.', 'input', '', 0), (36, 'comment_website', '"Website"', '"Website", used in the comments form.', 'input', '', 0), (37, 'comment_leavereply', '"Leave a Reply"', '"Leave a Reply", used in the comments form.', 'input', '', 0), (38, 'comment_leavereplyto', '"Leave a Reply to"', '"Leave a Reply to", used in the comments form, when replying to someone.', 'input', '', 0), (39, 'comment_cancelreply', '"Cancel Reply"', '"Cancel Reply", used in the comments form.', 'input', '', 0), (40, 'comment_post', '"Post Comment"', '"Post Comment", used in the comments form for the submit button.', 'input', '', 0), (41, 't_search', '"Search..."', '"Search..." is displayed in the search widget.', 'input', '', 0), (42, 't_search_results', '"Search Results for"', '"Search Results for" is shown on search results page.', 'input', '', 0), (43, 't_no_results', '"Sorry, no results for your search."', '', 'input', '', 0), (44, 't_all', '"All"', '"All" is displayed on sortable 3-column portfolio, as the first button for all project types.', 'input', '', 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; CREATE TABLE IF NOT EXISTS `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=248 ; -- -- Dumping data for table `wp_postmeta` -- INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (2, 4, '_edit_lock', '1299217053'), (3, 4, '_edit_last', '1'), (4, 5, '_edit_lock', '1300131824'), (5, 5, '_edit_last', '1'), (17, 10, '_edit_last', '1'), (18, 10, '_edit_lock', '1300457089:1'), (21, 10, '_wp_page_template', 'default'), (66, 41, '_edit_lock', '1300284987:1'), (65, 41, '_edit_last', '1'), (71, 44, '_edit_lock', '1300283299:1'), (70, 44, '_edit_last', '1'), (69, 41, '_wp_page_template', 'default'), (224, 124, '_edit_last', '1'), (245, 124, '_encloseme', '1'), (87, 51, '_edit_last', '1'), (88, 51, '_edit_lock', '1300372975:1'), (91, 51, '_wp_page_template', 'no_sidebars.php'), (169, 97, '_edit_last', '1'), (170, 97, '_edit_lock', '1300289140:1'), (211, 119, '_edit_lock', '1301212285:1'), (173, 97, '_wp_page_template', 'default'), (210, 119, '_edit_last', '1'), (212, 120, '_edit_last', '1'), (213, 120, '_edit_lock', '1301212327:1'), (235, 126, '_edit_lock', '1301212393:1'), (223, 122, '_edit_lock', '1301212343:1'), (218, 122, '_edit_last', '1'), (237, 128, '_edit_lock', '1301212436:1'), (229, 124, '_edit_lock', '1301212364:1'), (236, 128, '_edit_last', '1'), (230, 126, '_edit_last', '1'), (243, 126, '_encloseme', '1'), (247, 122, '_encloseme', '1'), (246, 122, '_pingme', '1'), (244, 124, '_pingme', '1'), (242, 126, '_pingme', '1'); -- -------------------------------------------------------- -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; CREATE TABLE IF NOT EXISTS `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(20) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` text NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=134 ; -- -- Dumping data for table `wp_posts` -- INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4, 1, '2011-03-04 04:28:45', '2011-03-04 04:28:45', '', 'Options', '', 'private', 'closed', 'closed', '', 'options', '', '', '2011-03-04 04:28:45', '2011-03-04 04:28:45', '', 0, 'http://bocaratontanning.com/?option-tree=options', 0, 'option-tree', '', 0), (5, 1, '2011-03-04 05:37:21', '2011-03-04 05:37:21', '', 'Media', '', 'private', 'closed', 'closed', '', 'media', '', '', '2011-03-04 05:37:21', '2011-03-04 05:37:21', '', 0, 'http://bocaratontanning.com/?option-tree=media', 0, 'option-tree', '', 0), (10, 1, '2011-03-11 03:23:13', '2011-03-11 03:23:13', '

Business #1 (Spot Available! Rent now!


This is where the first business in will be featured.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!


', ' in ', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2011-03-18 14:04:48', '2011-03-18 14:04:48', '', 0, 'http://bocaratontanning.com/?page_id=10', 0, 'page', '', 0), (11, 1, '2011-03-11 03:22:53', '2011-03-11 03:22:53', '\n\n\n\n\n\n\n\n\n\n\n\n\n
Featured Business
', 'HOME', '', 'inherit', 'open', 'open', '', '10-revision', '', '', '2011-03-11 03:22:53', '2011-03-11 03:22:53', '', 10, 'http://bocaratontanning.com/?p=11', 0, 'revision', '', 0), (16, 1, '2011-03-17 15:40:09', '2011-03-17 15:40:09', 'Featured - Darque Tan

With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'');\n\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\n$r = mysql_query($q) or die(mysql_error());\nwhile($i = mysql_fetch_object($r)){\n if($l = mysql_fetch_object("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''")){\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!



'';\n } else {\n echo $default[$i->id];\n }\n}\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-autosave', '', '', '2011-03-17 15:40:09', '2011-03-17 15:40:09', '', 10, 'http://bocaratontanning.com/?p=16', 0, 'revision', '', 0), (17, 1, '2011-03-11 03:23:13', '2011-03-11 03:23:13', '\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Featured Business
Business A - description
Business B - description
', 'HOME', '', 'inherit', 'closed', 'open', '', '10-revision-2', '', '', '2011-03-11 03:23:13', '2011-03-11 03:23:13', '', 10, 'http://bocaratontanning.com/?p=17', 0, 'revision', '', 0), (18, 1, '2011-03-14 19:43:25', '2011-03-14 19:43:25', '

#1 - Boca Raton Tanning


This is a description of the best tanning company in this local area.



\r\n

#2 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#3 - Boca Raton Tanning


This is a description of a tanning company in this local area.



\r\n

#4 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#5 - Boca Raton Tanning


This is a description of a tanning company in this local area.



', 'HOME', '', 'inherit', 'closed', 'open', '', '10-revision-3', '', '', '2011-03-14 19:43:25', '2011-03-14 19:43:25', '', 10, 'http://bocaratontanning.com/?p=18', 0, 'revision', '', 0), (19, 1, '2011-03-14 19:43:31', '2011-03-14 19:43:31', '

#1 - Boca Raton Tanning


This is a description of the best tanning company in this local area.



\r\n

#2 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#3 - Boca Raton Tanning


This is a description of a tanning company in this local area.



\r\n

#4 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#5 - Boca Raton Tanning


This is a description of a tanning company in this local area.



', 'HOME', '', 'inherit', 'closed', 'open', '', '10-revision-4', '', '', '2011-03-14 19:43:31', '2011-03-14 19:43:31', '', 10, 'http://bocaratontanning.com/?p=19', 0, 'revision', '', 0), (30, 1, '2011-03-14 20:19:25', '2011-03-14 20:19:25', '

#1 - Boca Raton Tanning


This is a description of the best tanning company in this local area.

\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



\r\n

#2 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#3 - Boca Raton Tanning


This is a description of a tanning company in this local area.



', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-9', '', '', '2011-03-14 20:19:25', '2011-03-14 20:19:25', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-9/', 0, 'revision', '', 0), (20, 1, '2011-03-14 19:45:40', '2011-03-14 19:45:40', '

#1 - Boca Raton Tanning


This is a description of the best tanning company in this local area.



\r\n

#2 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#3 - Boca Raton Tanning


This is a description of a tanning company in this local area.



\r\n

#4 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#5 - Boca Raton Tanning


This is a description of a tanning company in this local area.



', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-5', '', '', '2011-03-14 19:45:40', '2011-03-14 19:45:40', '', 10, 'http://bocaratontanning.com/?p=20', 0, 'revision', '', 0), (24, 1, '2011-03-14 19:46:12', '2011-03-14 19:46:12', '

#1 - Boca Raton Tanning


This is a description of the best tanning company in this local area.



\r\n

#2 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#3 - Boca Raton Tanning


This is a description of a tanning company in this local area.



\r\n

#4 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#5 - Boca Raton Tanning


This is a description of a tanning company in this local area.



', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-6', '', '', '2011-03-14 19:46:12', '2011-03-14 19:46:12', '', 10, 'http://bocaratontanning.com/?p=24', 0, 'revision', '', 0), (27, 1, '2011-03-14 19:49:24', '2011-03-14 19:49:24', '

#1 - Boca Raton Tanning


This is a description of the best tanning company in this local area.



\r\n

#2 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#3 - Boca Raton Tanning


This is a description of a tanning company in this local area.



\r\n

#4 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#5 - Boca Raton Tanning


This is a description of a tanning company in this local area.



', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-7', '', '', '2011-03-14 19:49:24', '2011-03-14 19:49:24', '', 10, 'http://bocaratontanning.com/?p=27', 0, 'revision', '', 0), (29, 1, '2011-03-14 19:51:39', '2011-03-14 19:51:39', '

#1 - Boca Raton Tanning


This is a description of the best tanning company in this local area.



\r\n

#2 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#3 - Boca Raton Tanning


This is a description of a tanning company in this local area.



\r\n

#4 - Tanning in Boca Raton


This is a description of a tanning company in this local area.



\r\n

#5 - Boca Raton Tanning


This is a description of a tanning company in this local area.



', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-8', '', '', '2011-03-14 19:51:39', '2011-03-14 19:51:39', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-8/', 0, 'revision', '', 0), (33, 1, '2011-03-14 20:19:55', '2011-03-14 20:19:55', '

#1 - Boca Raton Tanning


This is a description of the best tanning company in this local area.

\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



\r\n

#2 - Boca Raton Tanning


This is a description of the best tanning company in this local area.

\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



\r\n

#3 - Boca Raton Tanning


This is a description of the best tanning company in this local area.

\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-10', '', '', '2011-03-14 20:19:55', '2011-03-14 20:19:55', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-10/', 0, 'revision', '', 0), (64, 1, '2011-03-15 10:24:36', '2011-03-15 10:24:36', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nClick Here For Details, Reviews, and Coupons!
\r\nAddress: XYZ, Boca Raton, FL
m

\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nClick Here For Details, Reviews, and Coupons!
\r\nAddress: XYZ, Boca Raton, FL

\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nClick Here For Details, Reviews, and Coupons!
\r\nAddress: XYZ, Boca Raton, FL

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-24', '', '', '2011-03-15 10:24:36', '2011-03-15 10:24:36', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-24/', 0, 'revision', '', 0), (63, 1, '2011-03-15 10:22:57', '2011-03-15 10:22:57', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-23', '', '', '2011-03-15 10:22:57', '2011-03-15 10:22:57', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-23/', 0, 'revision', '', 0), (34, 1, '2011-03-14 20:32:47', '2011-03-14 20:32:47', '

#1 - Boca Raton Tanning


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



\r\n

#2 - Boca Raton Tanning


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



\r\n

#3 - Boca Raton Tanning


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-11', '', '', '2011-03-14 20:32:47', '2011-03-14 20:32:47', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-11/', 0, 'revision', '', 0), (36, 1, '2011-03-14 20:35:02', '2011-03-14 20:35:02', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-12', '', '', '2011-03-14 20:35:02', '2011-03-14 20:35:02', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-12/', 0, 'revision', '', 0), (41, 1, '2011-03-16 14:16:24', '0000-00-00 00:00:00', '
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n
\r\n\r\n
\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Listing Options
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n
', 'old ad form', '', 'draft', 'closed', 'open', '', '', '', '', '2011-03-16 14:16:24', '2011-03-16 14:16:24', '', 0, 'http://bocaratontanning.com/?page_id=41', 0, 'page', '', 0), (42, 1, '2011-03-14 23:17:16', '2011-03-14 23:17:16', '', 'old ad form', '', 'inherit', 'closed', 'open', '', '41-revision', '', '', '2011-03-14 23:17:16', '2011-03-14 23:17:16', '', 41, 'http://bocaratontanning.com/uncategorized/41-revision/', 0, 'revision', '', 0), (118, 1, '2011-03-27 07:50:45', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-03-27 07:50:45', '0000-00-00 00:00:00', '', 0, 'http://bocaratontanning.com/?page_id=118', 0, 'page', '', 0), (45, 1, '2011-03-15 10:07:15', '2011-03-15 10:07:15', 'Tanning beds are quickly becoming health problems for those who do not use them correctly! The purpose of this article is to show you how to safely tan in Boca Raton.\n', 'Guide to Tanning Salon Safety', '', 'inherit', 'closed', 'open', '', '44-revision', '', '', '2011-03-15 10:07:15', '2011-03-15 10:07:15', '', 44, 'http://bocaratontanning.com/uncategorized/44-revision/', 0, 'revision', '', 0), (47, 1, '2011-03-15 10:07:19', '2011-03-15 10:07:19', 'Tanning beds are quickly becoming health problems for those who do not use them correctly. The purpose of this article is to show you how to safely tan in Boca Raton.\r\n\r\n', 'Guide to Tanning Salon Safety', '', 'inherit', 'closed', 'open', '', '44-revision-2', '', '', '2011-03-15 10:07:19', '2011-03-15 10:07:19', '', 44, 'http://bocaratontanning.com/uncategorized/44-revision-2/', 0, 'revision', '', 0), (48, 1, '2011-03-15 10:09:01', '2011-03-15 10:09:01', 'Tanning beds are quickly becoming health problems for those who do not use them correctly. The purpose of this article is to show you how to safely tan in Boca Raton.\r\n\r\n', 'Guide to Tanning Salon Safety', '', 'inherit', 'closed', 'open', '', '44-revision-3', '', '', '2011-03-15 10:09:01', '2011-03-15 10:09:01', '', 44, 'http://bocaratontanning.com/uncategorized/44-revision-3/', 0, 'revision', '', 0), (52, 1, '2011-03-15 10:13:36', '2011-03-15 10:13:36', '
\n\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Listing Options
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n\n
', 'ADVERTISE YOUR TANNING SALON!', '', 'inherit', 'closed', 'open', '', '51-revision', '', '', '2011-03-15 10:13:36', '2011-03-15 10:13:36', '', 51, 'http://bocaratontanning.com/uncategorized/51-revision/', 0, 'revision', '', 0), (53, 1, '2011-03-14 20:58:14', '2011-03-14 20:58:14', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-13', '', '', '2011-03-14 20:58:14', '2011-03-14 20:58:14', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-13/', 0, 'revision', '', 0), (54, 1, '2011-03-15 10:20:39', '2011-03-15 10:20:39', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com





\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com





\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-14', '', '', '2011-03-15 10:20:39', '2011-03-15 10:20:39', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-14/', 0, 'revision', '', 0), (61, 1, '2011-03-15 10:22:15', '2011-03-15 10:22:15', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-21', '', '', '2011-03-15 10:22:15', '2011-03-15 10:22:15', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-21/', 0, 'revision', '', 0), (55, 1, '2011-03-15 10:20:54', '2011-03-15 10:20:54', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com





\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com





\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-15', '', '', '2011-03-15 10:20:54', '2011-03-15 10:20:54', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-15/', 0, 'revision', '', 0), (56, 1, '2011-03-15 10:21:11', '2011-03-15 10:21:11', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-16', '', '', '2011-03-15 10:21:11', '2011-03-15 10:21:11', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-16/', 0, 'revision', '', 0), (57, 1, '2011-03-15 10:21:29', '2011-03-15 10:21:29', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-17', '', '', '2011-03-15 10:21:29', '2011-03-15 10:21:29', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-17/', 0, 'revision', '', 0), (58, 1, '2011-03-15 10:21:38', '2011-03-15 10:21:38', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-18', '', '', '2011-03-15 10:21:38', '2011-03-15 10:21:38', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-18/', 0, 'revision', '', 0), (59, 1, '2011-03-15 10:21:51', '2011-03-15 10:21:51', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com



\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-19', '', '', '2011-03-15 10:21:51', '2011-03-15 10:21:51', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-19/', 0, 'revision', '', 0), (60, 1, '2011-03-15 10:21:59', '2011-03-15 10:21:59', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-20', '', '', '2011-03-15 10:21:59', '2011-03-15 10:21:59', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-20/', 0, 'revision', '', 0), (62, 1, '2011-03-15 10:22:23', '2011-03-15 10:22:23', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com




\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nAddress: XYZ, Boca Raton, FL
\r\nPhone Number: 954-xxx-xxx
\r\nWebsite: http://BocaRatonTanning.com

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-22', '', '', '2011-03-15 10:22:23', '2011-03-15 10:22:23', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-22/', 0, 'revision', '', 0), (65, 1, '2011-03-15 10:24:43', '2011-03-15 10:24:43', '

#1 - Darque Tan


This is a description of the best tanning company in this local area.

\r\nClick Here For Details, Reviews, and Coupons!
\r\nAddress: XYZ, Boca Raton, FL

\r\n

#2 - Boca Tanning Club


This is a description of the best tanning company in this local area.

\r\nClick Here For Details, Reviews, and Coupons!
\r\nAddress: XYZ, Boca Raton, FL

\r\n

#3 - Paul Ferraro Salon


This is a description of the best tanning company in this local area.

\r\nClick Here For Details, Reviews, and Coupons!
\r\nAddress: XYZ, Boca Raton, FL

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-25', '', '', '2011-03-15 10:24:43', '2011-03-15 10:24:43', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-25/', 0, 'revision', '', 0), (67, 1, '2011-03-15 10:26:51', '2011-03-15 10:26:51', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here For Details, Reviews, and Coupons!


\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here For Details, Reviews, and Coupons!


\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here For Details, Reviews, and Coupons!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-27', '', '', '2011-03-15 10:26:51', '2011-03-15 10:26:51', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-27/', 0, 'revision', '', 0), (66, 1, '2011-03-15 10:26:01', '2011-03-15 10:26:01', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\nClick Here For Details, Reviews, and Coupons!
\r\nAddress: XYZ, Boca Raton, FL

\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\nClick Here For Details, Reviews, and Coupons!
\r\nAddress: XYZ, Boca Raton, FL

\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\nClick Here For Details, Reviews, and Coupons!
\r\nAddress: XYZ, Boca Raton, FL

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-26', '', '', '2011-03-15 10:26:01', '2011-03-15 10:26:01', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-26/', 0, 'revision', '', 0), (68, 1, '2011-03-15 10:27:03', '2011-03-15 10:27:03', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here For Details, Reviews, and Coupons!



\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here For Details, Reviews, and Coupons!



\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here For Details, Reviews, and Coupons!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-28', '', '', '2011-03-15 10:27:03', '2011-03-15 10:27:03', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-28/', 0, 'revision', '', 0), (69, 1, '2011-03-15 10:28:10', '2011-03-15 10:28:10', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, & Coupons!



\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, & Coupons!



\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, & Coupons!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-29', '', '', '2011-03-15 10:28:10', '2011-03-15 10:28:10', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-29/', 0, 'revision', '', 0), (70, 1, '2011-03-15 10:28:24', '2011-03-15 10:28:24', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, & Coupons!




\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, & Coupons!



\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, & Coupons!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-30', '', '', '2011-03-15 10:28:24', '2011-03-15 10:28:24', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-30/', 0, 'revision', '', 0), (71, 1, '2011-03-15 10:28:36', '2011-03-15 10:28:36', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, & Coupons!




\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, & Coupons!




\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, & Coupons!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-31', '', '', '2011-03-15 10:28:36', '2011-03-15 10:28:36', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-31/', 0, 'revision', '', 0), (72, 1, '2011-03-15 10:29:31', '2011-03-15 10:29:31', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, & Exclusive Coupons!




\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, & Exclusive Coupons!




\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, & Exclusive Coupons!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-32', '', '', '2011-03-15 10:29:31', '2011-03-15 10:29:31', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-32/', 0, 'revision', '', 0), (73, 1, '2011-03-15 10:30:06', '2011-03-15 10:30:06', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, & "New Customer" Gift!




\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, & "New Customer" Gift!




\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, & a "New Customer" Gift!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-33', '', '', '2011-03-15 10:30:06', '2011-03-15 10:30:06', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-33/', 0, 'revision', '', 0), (74, 1, '2011-03-15 10:30:06', '2011-03-15 10:30:06', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, & "New Customer" Gift!




\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, & "New Customer" Gift!




\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, & a "New Customer" Gift!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-34', '', '', '2011-03-15 10:30:06', '2011-03-15 10:30:06', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-34/', 0, 'revision', '', 0), (75, 1, '2011-03-15 10:30:14', '2011-03-15 10:30:14', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, & a "New Customer" Gift!




\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, & a "New Customer" Gift!




\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, & a "New Customer" Gift!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-35', '', '', '2011-03-15 10:30:14', '2011-03-15 10:30:14', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-35/', 0, 'revision', '', 0), (80, 1, '2011-03-15 10:32:46', '2011-03-15 10:32:46', '

#1 - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

#2 - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

#3 - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-36', '', '', '2011-03-15 10:32:46', '2011-03-15 10:32:46', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-36/', 0, 'revision', '', 0), (83, 1, '2011-03-15 10:13:42', '2011-03-15 10:13:42', '
\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Listing Options
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n
', 'ADVERTISE YOUR TANNING SALON!', '', 'inherit', 'closed', 'open', '', '51-revision-2', '', '', '2011-03-15 10:13:42', '2011-03-15 10:13:42', '', 51, 'http://bocaratontanning.com/uncategorized/51-revision-2/', 0, 'revision', '', 0); INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (96, 1, '2011-03-14 23:17:18', '2011-03-14 23:17:18', '\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n\r\n
\r\n\r\n
\r\n\r\n
\r\n\r\n
', 'old ad form', '', 'inherit', 'closed', 'open', '', '41-revision-2', '', '', '2011-03-14 23:17:18', '2011-03-14 23:17:18', '', 41, 'http://bocaratontanning.com/uncategorized/41-revision-2/', 0, 'revision', '', 0), (84, 1, '2011-03-15 18:17:16', '2011-03-15 18:17:16', '
\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Listing Options
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n
', 'ADVERTISE YOUR TANNING SALON!', '', 'inherit', 'closed', 'open', '', '51-revision-3', '', '', '2011-03-15 18:17:16', '2011-03-15 18:17:16', '', 51, 'http://bocaratontanning.com/uncategorized/51-revision-3/', 0, 'revision', '', 0), (86, 1, '2011-03-15 18:45:22', '2011-03-15 18:45:22', '
\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Listing Options
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n
', 'ADVERTISE YOUR TANNING SALON!', '', 'inherit', 'closed', 'open', '', '51-revision-5', '', '', '2011-03-15 18:45:22', '2011-03-15 18:45:22', '', 51, 'http://bocaratontanning.com/uncategorized/51-revision-5/', 0, 'revision', '', 0), (85, 1, '2011-03-15 18:43:35', '2011-03-15 18:43:35', '
\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Listing Options
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n
', 'ADVERTISE YOUR TANNING SALON!', '', 'inherit', 'closed', 'open', '', '51-revision-4', '', '', '2011-03-15 18:43:35', '2011-03-15 18:43:35', '', 51, 'http://bocaratontanning.com/uncategorized/51-revision-4/', 0, 'revision', '', 0), (87, 1, '2011-03-15 19:10:03', '2011-03-15 19:10:03', '
\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Listing Options
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n
', 'ADVERTISE YOUR TANNING SALON!', '', 'inherit', 'closed', 'open', '', '51-revision-6', '', '', '2011-03-15 19:10:03', '2011-03-15 19:10:03', '', 51, 'http://bocaratontanning.com/uncategorized/51-revision-6/', 0, 'revision', '', 0), (88, 1, '2011-03-15 11:54:03', '2011-03-15 11:54:03', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-37', '', '', '2011-03-15 11:54:03', '2011-03-15 11:54:03', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-37/', 0, 'revision', '', 0), (89, 1, '2011-03-16 13:50:24', '2011-03-16 13:50:24', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

\r\n\r\n', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-38', '', '', '2011-03-16 13:50:24', '2011-03-16 13:50:24', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-38/', 0, 'revision', '', 0), (90, 1, '2011-03-16 13:56:22', '2011-03-16 13:56:22', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

\r\n\r\n', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-39', '', '', '2011-03-16 13:56:22', '2011-03-16 13:56:22', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-39/', 0, 'revision', '', 0), (91, 1, '2011-03-16 13:59:15', '2011-03-16 13:59:15', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

\r\n\r\n', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-40', '', '', '2011-03-16 13:59:15', '2011-03-16 13:59:15', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-40/', 0, 'revision', '', 0), (92, 1, '2011-03-16 14:12:40', '2011-03-16 14:12:40', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

\r\n\r\nSpray Specialist - Paul Ferraro Salon

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'';\r\n print_r($l);\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-41', '', '', '2011-03-16 14:12:40', '2011-03-16 14:12:40', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-41/', 0, 'revision', '', 0), (93, 1, '2011-03-16 14:13:40', '2011-03-16 14:13:40', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

\r\n\r\n'' . $l->link_title . ''

'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'';\r\n print_r($l);\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-42', '', '', '2011-03-16 14:13:40', '2011-03-16 14:13:40', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-42/', 0, 'revision', '', 0), (94, 1, '2011-03-15 23:16:08', '2011-03-15 23:16:08', '
\r\n\r\n
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
Listing Options
\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n
\r\n\r\n
', 'ADVERTISE YOUR TANNING SALON!', '', 'inherit', 'closed', 'open', '', '51-revision-7', '', '', '2011-03-15 23:16:08', '2011-03-15 23:16:08', '', 51, 'http://bocaratontanning.com/uncategorized/51-revision-7/', 0, 'revision', '', 0), (97, 1, '2011-03-16 15:25:39', '2011-03-16 15:25:39', '

Your order has been processed.

\r\n

Please go to the Control Panel to set up your link!', 'Thank You', '', 'publish', 'closed', 'open', '', 'thank-you', '', '', '2011-03-16 15:25:39', '2011-03-16 15:25:39', '', 0, 'http://bocaratontanning.com/?page_id=97', 0, 'page', '', 0), (98, 1, '2011-03-16 15:25:14', '2011-03-16 15:25:14', '

Your order has been processed.

\nPlease go to the Control Panel to set up your link!', 'Thank You', '', 'inherit', 'closed', 'open', '', '97-revision', '', '', '2011-03-16 15:25:14', '2011-03-16 15:25:14', '', 97, 'http://bocaratontanning.com/uncategorized/97-revision/', 0, 'revision', '', 0), (99, 1, '2011-03-16 14:14:22', '2011-03-16 14:14:22', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

\r\n\r\n'' . $l->link_title . ''

'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'';\r\n print_r($l);\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-43', '', '', '2011-03-16 14:14:22', '2011-03-16 14:14:22', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-43/', 0, 'revision', '', 0), (100, 1, '2011-03-16 17:39:08', '2011-03-16 17:39:08', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

\r\n\r\n'' . $l->link_title . ''

'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'';\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-44', '', '', '2011-03-16 17:39:08', '2011-03-16 17:39:08', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-44/', 0, 'revision', '', 0), (101, 1, '2011-03-17 14:42:24', '2011-03-17 14:42:24', 'id . "''");\n $cc = mysql_result($c,0);\n if($cc == 0){\n ?>\n

Buy the id . $ordinals[; ?>\n ', 'ADVERTISE YOUR TANNING SALON!', '', 'inherit', 'closed', 'open', '', '51-autosave', '', '', '2011-03-17 14:42:24', '2011-03-17 14:42:24', '', 51, 'http://bocaratontanning.com/uncategorized/51-autosave/', 0, 'revision', '', 0), (102, 1, '2011-03-16 14:16:03', '2011-03-16 14:16:03', 'Purchase 1st spot\r\n', 'ADVERTISE YOUR TANNING SALON!', '', 'inherit', 'closed', 'open', '', '51-revision-8', '', '', '2011-03-16 14:16:03', '2011-03-16 14:16:03', '', 51, 'http://bocaratontanning.com/uncategorized/51-revision-8/', 0, 'revision', '', 0), (103, 1, '2011-03-16 17:43:21', '2011-03-16 17:43:21', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

\r\n\r\n'' . $l->link_title . ''

'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'';\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-45', '', '', '2011-03-16 17:43:21', '2011-03-16 17:43:21', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-45/', 0, 'revision', '', 0), (104, 1, '2011-03-17 14:45:10', '2011-03-17 14:45:10', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

\r\n\r\n'' . $l->link_title . ''

'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!



'';\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-46', '', '', '2011-03-17 14:45:10', '2011-03-17 14:45:10', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-46/', 0, 'revision', '', 0), (105, 1, '2011-03-17 14:45:53', '2011-03-17 14:45:53', '

Featured - Darque Tan


With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




\r\n

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

\r\n\r\n'' . $l->link_title . ''

'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!



'';\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-47', '', '', '2011-03-17 14:45:53', '2011-03-17 14:45:53', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-47/', 0, 'revision', '', 0), (106, 1, '2011-03-17 15:39:01', '2011-03-17 15:39:01', 'Featured - Darque Tan

With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'');\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\nwhile($i = mysql_fetch_object($r)){\r\n if($l = mysql_fetch_object("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''")){\r\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!



'';\r\n } else {\r\n\r\n }\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-48', '', '', '2011-03-17 15:39:01', '2011-03-17 15:39:01', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-48/', 0, 'revision', '', 0), (107, 1, '2011-03-17 15:40:17', '2011-03-17 15:40:17', 'Featured - Darque Tan

With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'');\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\nwhile($i = mysql_fetch_object($r)){\r\n if($l = mysql_fetch_object("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''")){\r\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!



'';\r\n } else {\r\n echo $default[$i->id];\r\n }\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-49', '', '', '2011-03-17 15:40:17', '2011-03-17 15:40:17', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-49/', 0, 'revision', '', 0), (112, 1, '2011-03-17 16:39:41', '2011-03-17 16:39:41', 'Featured - Darque Tan

With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'');\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\nwhile($i = mysql_fetch_object($r)){\r\n if($l = mysql_fetch_object(mysql_query("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''"))){\r\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!



'';\r\n } else {\r\n echo $default[$i->id];\r\n }\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-54', '', '', '2011-03-17 16:39:41', '2011-03-17 16:39:41', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-54/', 0, 'revision', '', 0), (108, 1, '2011-03-17 15:41:10', '2011-03-17 15:41:10', 'Featured - Darque Tan

With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'');\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\nwhile($i = mysql_fetch_object($r)){\r\n if($l = mysql_fetch_object(mysql_query("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''"))){\r\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!



'';\r\n } else {\r\n echo $default[$i->id];\r\n }\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-50', '', '', '2011-03-17 15:41:10', '2011-03-17 15:41:10', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-50/', 0, 'revision', '', 0), (109, 1, '2011-03-17 15:42:22', '2011-03-17 15:42:22', 'Featured - Darque Tan

With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'');\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\nwhile($i = mysql_fetch_object($r)){\r\n if($l = mysql_fetch_object(mysql_query("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''"))){\r\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!



'';\r\n } else {\r\n echo $default[$i->id];\r\n }\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-51', '', '', '2011-03-17 15:42:22', '2011-03-17 15:42:22', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-51/', 0, 'revision', '', 0), (110, 1, '2011-03-17 15:51:36', '2011-03-17 15:51:36', 'Featured - Darque Tan

With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'');\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\nwhile($i = mysql_fetch_object($r)){\r\n if($l = mysql_fetch_object(mysql_query("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''"))){\r\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!


'';\r\n } else {\r\n echo $default[$i->id];\r\n }\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-52', '', '', '2011-03-17 15:51:36', '2011-03-17 15:51:36', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-52/', 0, 'revision', '', 0), (111, 1, '2011-03-17 16:39:05', '2011-03-17 16:39:05', 'Featured - Darque Tan

With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'');\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\nwhile($i = mysql_fetch_object($r)){\r\n if($l = mysql_fetch_object(mysql_query("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''"))){\r\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!



'';\r\n } else {\r\n echo $default[$i->id];\r\n }\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-53', '', '', '2011-03-17 16:39:05', '2011-03-17 16:39:05', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-53/', 0, 'revision', '', 0); INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (113, 1, '2011-03-17 16:40:17', '2011-03-17 16:40:17', 'Featured - Darque Tan

With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'');\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\nwhile($i = mysql_fetch_object($r)){\r\n if($l = mysql_fetch_object(mysql_query("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''"))){\r\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'';\r\n } else {\r\n echo $default[$i->id];\r\n }\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-55', '', '', '2011-03-17 16:40:17', '2011-03-17 16:40:17', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-55/', 0, 'revision', '', 0), (115, 1, '2011-03-18 13:57:46', '2011-03-18 13:57:46', ' ''Featured - Darque Tan'',\r\n ''link_description'' => ''With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.'',\r\n ''link_href'' => ''#'',),\r\n (object) array(''link_title'' => ''Runner Up - Boca Tanning Club'',\r\n ''link_description'' => ''With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.'',\r\n ''link_href'' => ''#'',),\r\n (object) array(''link_title'' => ''Spray Specialist - Paul Ferraro Salon'',\r\n ''link_description'' => ''Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.'',\r\n ''link_href'' => ''#'',),\r\n );\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\nwhile($i = mysql_fetch_object($r)){\r\n if(!($l = mysql_fetch_object(mysql_query("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''")))){\r\n $l = $default[$i->id];\r\n } \r\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'';\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-57', '', '', '2011-03-18 13:57:46', '2011-03-18 13:57:46', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-57/', 0, 'revision', '', 0), (114, 1, '2011-03-18 13:47:01', '2011-03-18 13:47:01', 'Featured - Darque Tan

With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.

\r\n

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Runner Up - Boca Tanning Club


With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'',''

Spray Specialist - Paul Ferraro Salon


Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'');\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\nwhile($i = mysql_fetch_object($r)){\r\n if($l = mysql_fetch_object(mysql_query("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''"))){\r\n echo ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!




'';\r\n } else {\r\n echo $default[$i->id];\r\n }\r\n}\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-56', '', '', '2011-03-18 13:47:01', '2011-03-18 13:47:01', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-56/', 0, 'revision', '', 0), (116, 1, '2011-03-18 14:00:29', '2011-03-18 14:00:29', ' ''Featured - Darque Tan'',\r\n ''link_description'' => ''With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.'',\r\n ''link_href'' => ''#'',),\r\n (object) array(''link_title'' => ''Runner Up - Boca Tanning Club'',\r\n ''link_description'' => ''With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.'',\r\n ''link_href'' => ''#'',),\r\n (object) array(''link_title'' => ''Spray Specialist - Paul Ferraro Salon'',\r\n ''link_description'' => ''Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.'',\r\n ''link_href'' => ''#'',),\r\n );\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\n$html = array();\r\nwhile($i = mysql_fetch_object($r)){\r\n if(!($l = mysql_fetch_object(mysql_query("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''")))){\r\n $l = $default[$i->id];\r\n } \r\n $html[] = ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'';\r\n}\r\nprint_r("
",$html);\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-58', '', '', '2011-03-18 14:00:29', '2011-03-18 14:00:29', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-58/', 0, 'revision', '', 0), (117, 1, '2011-03-18 14:03:12', '2011-03-18 14:03:12', ' ''Featured - Darque Tan'',\r\n ''link_description'' => ''With over 200 locations, Darque Tan has consistently outperformed other tanning salons with their high quality beds & products.'',\r\n ''link_href'' => ''#'',),\r\n (object) array(''link_title'' => ''Runner Up - Boca Tanning Club'',\r\n ''link_description'' => ''With the best bang for your buck, Boca Tanning Club will get you in the door, tan, and out for the best dollar amount.'',\r\n ''link_href'' => ''#'',),\r\n (object) array(''link_title'' => ''Spray Specialist - Paul Ferraro Salon'',\r\n ''link_description'' => ''Need to get incredibly tan overnight? The Ferraro Salon specializes in celebrity-quality spray tans.'',\r\n ''link_href'' => ''#'',),\r\n );\r\n\r\n$q = "SELECT * FROM wp_advertising_forms ORDER BY id ASC";\r\n$r = mysql_query($q) or die(mysql_error());\r\n$html = array();\r\nwhile($i = mysql_fetch_object($r)){\r\n if(!($l = mysql_fetch_object(mysql_query("SELECT * FROM wp_advertising WHERE ranking=''" . $i->id . "''")))){\r\n $l = $default[$i->id];\r\n } \r\n $html[] = ''

'' . $l->link_title . ''


'' . $l->link_description . ''

Click Here for Address/Directions, Reviews, and a "New Customer" Gift!

'';\r\n}\r\necho implode("
",$html);\r\n?>', 'The Best Tanning in Boca Raton', '', 'inherit', 'closed', 'open', '', '10-revision-59', '', '', '2011-03-18 14:03:12', '2011-03-18 14:03:12', '', 10, 'http://bocaratontanning.com/uncategorized/10-revision-59/', 0, 'revision', '', 0), (121, 1, '2011-03-27 07:51:57', '2011-03-27 07:51:57', '', 'Safe Tanning Tips for a Glowing Tan', '', 'inherit', 'closed', 'open', '', '120-revision', '', '', '2011-03-27 07:51:57', '2011-03-27 07:51:57', '', 120, 'http://bocaratontanning.com/uncategorized/120-revision/', 0, 'revision', '', 0), (123, 1, '2011-03-27 07:52:14', '2011-03-27 07:52:14', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '122-revision', '', '', '2011-03-27 07:52:14', '2011-03-27 07:52:14', '', 122, 'http://bocaratontanning.com/uncategorized/122-revision/', 0, 'revision', '', 0), (125, 1, '2011-03-27 07:52:28', '2011-03-27 07:52:28', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '124-revision', '', '', '2011-03-27 07:52:28', '2011-03-27 07:52:28', '', 124, 'http://bocaratontanning.com/uncategorized/124-revision/', 0, 'revision', '', 0), (127, 1, '2011-03-27 07:53:01', '2011-03-27 07:53:01', '', 'Auto Draft', '', 'inherit', 'closed', 'open', '', '126-revision', '', '', '2011-03-27 07:53:01', '2011-03-27 07:53:01', '', 126, 'http://bocaratontanning.com/uncategorized/126-revision/', 0, 'revision', '', 0), (129, 1, '2011-03-27 07:53:50', '2011-03-27 07:53:50', 'Tan Naturally and Safely\n\n \n\nDo you love the look of a good tan, but are worried about exposing yourself to harmful UV rays? You’re not alone: many people have been giving up their time in the sun for safer methods of getting the perfect skin color. Too much sun causes premature aging, tight dry skin, and brown spots which could turn into cancer. So, what are your options for safe tanning?\n\n \n\nSelf-Tanning Spray\n\nThis can be purchased from your favourite local drug store, and is usually reasonably priced. Just apply to clean dry skin, and you will look like you just came back from a tropical vacation. The trick when applying it yourself is to get an even look that appears natural. Some salons offer this type of tan, if you want professional assistance. You enter a shower-type stall, and let the colored water wash over you for a short period of time. This provides for a light, even tan.\n\n \n\nTanning Bed\n\nThis remains a popular option for many people who are looking for safe tanning methods. These beds have fluorescent lamps which have phosphor blends. They do emit UV-like rays in the form of spectrum. Tanning beds are a better option than sun because you can control the amount of UV rays that are exposed to your skin. The beds also use UVB rays which give you the rich, dark tones to your overall tan.\n\n \n\nOf course, if you really don’t want to go to a salon, you can still achieve your look via the sun. Just be sure to apply a generous amount of sunscreen to get the protection you need. Remember that you still need sunscreen on a cloudy day; you will still be exposed to harmful UV rays. Stay awake; falling asleep in the sun is a sure recipe for disaster.', 'Tan Naturally and Safely', '', 'inherit', 'closed', 'open', '', '128-revision', '', '', '2011-03-27 07:53:50', '2011-03-27 07:53:50', '', 128, 'http://bocaratontanning.com/uncategorized/128-revision/', 0, 'revision', '', 0), (130, 1, '2011-03-27 07:53:12', '2011-03-27 07:53:12', 'How to Choose a Tanning Salon\r\n\r\n \r\n\r\nWhether you just want to feel better about yourself, or you are going on a tropical vacation and want a light base before you go, a tanning salon can help.  Here are some tips on how to choose the one that best fits your needs.\r\n\r\n \r\n\r\n \r\n\r\nWhen you show due diligence in choosing your tanning salon, you will have a much more pleasant experience. You won’t hesitate to recommend the facility to family and friends. And you’ll have a great tan to show off to the world!\r\n\r\n ', 'How to Choose a Tanning Salon', '', 'inherit', 'closed', 'open', '', '126-revision-2', '', '', '2011-03-27 07:53:12', '2011-03-27 07:53:12', '', 126, 'http://bocaratontanning.com/uncategorized/126-revision-2/', 0, 'revision', '', 0), (131, 1, '2011-03-27 07:52:43', '2011-03-27 07:52:43', 'Tanning Too Much\r\n\r\n \r\n\r\nTanning has always been a popular habit among old and young alike; years ago, people didn’t even think about it, they just sat in the sun until their skin was a dark, golden brown. Today, much has changed, and while it is still popular, people are looking for safer alternatives. Much more is known about the harmful effects of the sun, including:\r\n\r\n \r\n\r\n \r\n\r\nEven just a few minutes every day out in the sun with the harmful UV rays can cause damage over the long term. The past 20 years has seen an increase in tanning salons, where people can go in an indoor setting and get the same look. After a couple of sessions in a professional salon, people can look like they’ve just come back from a nice long sunny vacation.\r\n\r\n \r\n\r\nTanning salons are a sensible solution if you love the look of your skin after a few hours in the sun; you can get the same result from one indoor session that you would have to spend four hours outside to get. Beds are just one option; there are also shower-type tans that you can obtain for an even glow. Simply walk into the shower, and have the spray cover you for a few minutes at a time. These are considered safer than beds, as beds tend to use UV rays as well, just not from the sun.\r\n\r\n \r\n\r\nIf you find yourself going to a salon or sitting in the sun every day, you may be suffering from ‘taxorexia,’ which is a slang term for people who are addicted to the art of tanning. Take care of your skin by making sure it’s protected from the sun, and harmful chemicals and toxins. You will be at much less risk for skin problems in the future.', 'Tanning Too Much', '', 'inherit', 'closed', 'open', '', '124-revision-2', '', '', '2011-03-27 07:52:43', '2011-03-27 07:52:43', '', 124, 'http://bocaratontanning.com/uncategorized/124-revision-2/', 0, 'revision', '', 0), (132, 1, '2011-03-27 07:52:22', '2011-03-27 07:52:22', 'Sunless Tanning Salons\r\n\r\n \r\n\r\nEach year, as the warm weather approaches, people start thinking about their tans and getting their bodies ready for summer. The news, however, is filled with stories and reports of the harmful effects of the sun. Skin cancer, premature aging, and a reduced immune system are just some of the consequences of too much sun exposure.\r\n\r\n \r\n\r\nSo what is the answer? How do you get a bronze glow without harmful UV rays? Sunless tanning salons can help you. There you can find a wide variety of products and services that will help you achieve your goal of having a healthy, bronze look. The cost of the sessions vary depending  upon what exactly you’d like done and how long you want each session to be.\r\n\r\n \r\n\r\nMany salons are exchanging their beds for spray booths and air brush systems. Beds also contain UV rays, and although not as harmful as the sun, can still cause some extent of damage. Spray booths simply allow you to step into a shower-like stall and have the tanning substance wash over you for a short period of time. You can also achieve your tan by getting air-brushed by one of the salon professionals.\r\n\r\n \r\n\r\nA good quality salon will also carry lotions, and other products that will help you keep your look longer. They will be able to provide assistance and helpful tips for after-care so you stay tanned as long as possible. Follow-up care is usually provided in the form of repeat sessions or touch ups. When you are searching for a salon, make sure the staff is knowledgeable and friendly. Ask questions and make sure they get answered to your satisfaction. Visit more than one before deciding on one that you are comfortable with. Remember that quality is of utmost importance, and you may have to pay more for it. Don’t choose based on price alone.', 'Sunless Tanning Salons', '', 'inherit', 'closed', 'open', '', '122-revision-2', '', '', '2011-03-27 07:52:22', '2011-03-27 07:52:22', '', 122, 'http://bocaratontanning.com/uncategorized/122-revision-2/', 0, 'revision', '', 0), (133, 1, '2011-03-27 07:57:32', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'open', '', '', '', '', '2011-03-27 07:57:32', '0000-00-00 00:00:00', '', 0, 'http://bocaratontanning.com/?p=133', 0, 'post', '', 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; CREATE TABLE IF NOT EXISTS `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ; -- -- Dumping data for table `wp_terms` -- INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1, 'Uncategorized', 'uncategorized', 0), (2, 'Blogroll', 'blogroll', 0), (3, 'Tanning Education', 'tanning', 0), (4, 'tanning', 'tanning-2', 0), (5, 'tanning salon safety', 'tanning-salon-safety', 0), (6, 'tanning beds', 'tanning-beds', 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; CREATE TABLE IF NOT EXISTS `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `wp_term_relationships` -- INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1, 2, 0), (2, 2, 0), (3, 2, 0), (4, 2, 0), (5, 2, 0), (6, 2, 0), (7, 2, 0), (44, 4, 0), (44, 3, 0), (44, 5, 0), (44, 6, 0), (120, 3, 0), (122, 1, 0), (124, 1, 0), (126, 1, 0), (128, 3, 0), (126, 3, 0), (124, 3, 0), (122, 3, 0); -- -------------------------------------------------------- -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=7 ; -- -- Dumping data for table `wp_term_taxonomy` -- INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1, 1, 'category', '', 0, 3), (2, 2, 'link_category', '', 0, 7), (3, 3, 'category', '', 0, 6), (4, 4, 'post_tag', '', 0, 1), (5, 5, 'post_tag', '', 0, 1), (6, 6, 'post_tag', '', 0, 1); -- -------------------------------------------------------- -- -- Table structure for table `wp_thesis_terms` -- DROP TABLE IF EXISTS `wp_thesis_terms`; CREATE TABLE IF NOT EXISTS `wp_thesis_terms` ( `option_id` bigint(20) NOT NULL AUTO_INCREMENT, `term_id` bigint(20) NOT NULL DEFAULT '0', `name` varchar(100) NOT NULL, `taxonomy` varchar(32) NOT NULL, `title` varchar(256) NOT NULL, `description` varchar(256) NOT NULL, `keywords` varchar(256) NOT NULL, `robots` varchar(100) NOT NULL, `headline` varchar(256) NOT NULL, `content` longtext NOT NULL, PRIMARY KEY (`option_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -------------------------------------------------------- -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; CREATE TABLE IF NOT EXISTS `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=23 ; -- -- Dumping data for table `wp_usermeta` -- INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1, 1, 'first_name', ''), (2, 1, 'last_name', ''), (3, 1, 'nickname', 'admin'), (4, 1, 'description', ''), (5, 1, 'rich_editing', 'true'), (6, 1, 'comment_shortcuts', 'false'), (7, 1, 'admin_color', 'fresh'), (8, 1, 'use_ssl', '0'), (9, 1, 'show_admin_bar_front', 'true'), (10, 1, 'show_admin_bar_admin', 'false'), (11, 1, 'aim', ''), (12, 1, 'yim', ''), (13, 1, 'jabber', ''), (14, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'), (15, 1, 'wp_user_level', '10'), (16, 1, 'wp_dashboard_quick_press_last_post_id', '133'), (17, 1, 'wp_user-settings', 'hidetb=1&editor=tinymce&m7=c&m8=o&m4=o&m11=o&m1=o&m6=c'), (18, 1, 'wp_user-settings-time', '1321474107'), (19, 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";}'), (20, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:8:"add-post";i:1;s:12:"add-post_tag";}'), (21, 1, 'meta-box-order_nav-menus', 'a:1:{s:4:"side";s:60:"add-custom-links,add-post,add-page,add-category,add-post_tag";}'), (22, 1, 'execphp_wysiwyg_warning', '1'); -- -------------------------------------------------------- -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; CREATE TABLE IF NOT EXISTS `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) NOT NULL DEFAULT '', `user_pass` varchar(64) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ; -- -- Dumping data for table `wp_users` -- INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1, 'admin', '$P$BKvP6XKwA6UX99F1rulx7Kdzfxg0CW.', 'admin', 'tony.voltaic@gmail.com', '', '2011-03-04 04:25:01', '', 0, 'admin'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;