-- phpMyAdmin SQL Dump
-- version 4.0.10.14
-- http://www.phpmyadmin.net
--
-- Host: db11.cpanelhosting.rs:3306
-- Generation Time: Dec 15, 2016 at 02:27 PM
-- Server version: 5.5.53
-- PHP Version: 5.6.20

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: `deltalin_4980`
--

-- --------------------------------------------------------

--
-- Table structure for table `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`
--

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_contact_form_7`
--

CREATE TABLE IF NOT EXISTS `wp_contact_form_7` (
  `cf7_unit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(200) NOT NULL DEFAULT '',
  `form` text NOT NULL,
  `mail` text NOT NULL,
  `mail_2` text NOT NULL,
  `messages` text NOT NULL,
  `additional_settings` text NOT NULL,
  PRIMARY KEY (`cf7_unit_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_contact_form_7`
--

INSERT INTO `wp_contact_form_7` (`cf7_unit_id`, `title`, `form`, `mail`, `mail_2`, `messages`, `additional_settings`) VALUES
(1, 'Kontaktna forma 1', '<p>Vaše ime (mandatorno)<br />\n    [text* your-name] </p>\n\n<p>Vaš Email (mandatorno)<br />\n    [email* your-email] </p>\n\n<p>Predmet<br />\n    [text your-subject] </p>\n\n<p>Vaša Poruka<br />\n    [textarea your-message] </p>\n\n<p>[submit "Pošalji"]</p>', 'a:4:{s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:14:"[your-message]";s:9:"recipient";s:17:"besevic@gmail.com";}', 'a:5:{s:6:"active";b:0;s:7:"subject";s:14:"[your-subject]";s:6:"sender";s:26:"[your-name] <[your-email]>";s:4:"body";s:14:"[your-message]";s:9:"recipient";s:12:"[your-email]";}', 'a:12:{s:12:"mail_sent_ok";s:41:"Vaša poruka je poslana uspješno. Hvala.";s:12:"mail_sent_ng";s:121:"Slanje vaše poruke neuspješno. Molimo vas pokušajte kasnije ili kontaktirajte administratora stranice na drugi način.";s:17:"akismet_says_spam";s:121:"Slanje vaše poruke neuspješno. Molimo vas pokušajte kasnije ili kontaktirajte administratora stranice na drugi način.";s:16:"validation_error";s:69:"Greška pri validiranju. Molimo potvrdite polja i pošaljite ponovo .";s:12:"accept_terms";s:44:"Molimo prihvatite uslove da biste nastavili.";s:13:"invalid_email";s:26:"Email adresa niije validna";s:16:"invalid_required";s:33:"Molimo ispunite yahtjevano polje.";s:23:"quiz_answer_not_correct";s:25:"Vaš odgovor nije tačan.";s:17:"captcha_not_match";s:34:"Kod koji ste unijeli nije validan.";s:13:"upload_failed";s:31:"Uploadiranje fajla neuspješno.";s:24:"upload_file_type_invalid";s:29:"Vrsta fajla nije doyvoljenai.";s:21:"upload_file_too_large";s:22:"Ovaj fajl je prevelik.";}', '');

-- --------------------------------------------------------

--
-- Table structure for table `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/development/', 'Development Blog', '', '', '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '', 'http://wordpress.org/development/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_ngg_album`
--

CREATE TABLE IF NOT EXISTS `wp_ngg_album` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL DEFAULT '0',
  `albumdesc` mediumtext,
  `sortorder` longtext NOT NULL,
  `pageid` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wp_ngg_gallery`
--

CREATE TABLE IF NOT EXISTS `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `path` mediumtext,
  `title` mediumtext,
  `galdesc` mediumtext,
  `pageid` bigint(20) NOT NULL DEFAULT '0',
  `previewpic` bigint(20) NOT NULL DEFAULT '0',
  `author` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`gid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `wp_ngg_gallery`
--

INSERT INTO `wp_ngg_gallery` (`gid`, `name`, `path`, `title`, `galdesc`, `pageid`, `previewpic`, `author`) VALUES
(2, 'abstract-33x33', 'wp-content/gallery/abstract-33x33', 'Abstract 33x33', '', 0, 7, 1),
(3, '69x69cm', 'wp-content/gallery/69x69cm', '69x69cm', NULL, 0, 0, 1),
(4, '49x49cm', 'wp-content/gallery/49x49cm', '49x49cm', NULL, 0, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_ngg_pictures`
--

CREATE TABLE IF NOT EXISTS `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) NOT NULL DEFAULT '0',
  `galleryid` bigint(20) NOT NULL DEFAULT '0',
  `filename` varchar(255) NOT NULL,
  `description` mediumtext,
  `alttext` mediumtext,
  `imagedate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `exclude` tinyint(4) DEFAULT '0',
  `sortorder` bigint(20) NOT NULL DEFAULT '0',
  `meta_data` longtext,
  PRIMARY KEY (`pid`),
  KEY `post_id` (`post_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `wp_ngg_pictures`
--

INSERT INTO `wp_ngg_pictures` (`pid`, `post_id`, `galleryid`, `filename`, `description`, `alttext`, `imagedate`, `exclude`, `sortorder`, `meta_data`) VALUES
(7, 0, 2, 'abs33331.jpg', '33x33cm', '1-33x33cm', '2010-12-05 13:00:23', 0, 0, 'a:17:{i:0;b:0;s:8:"aperture";b:0;s:6:"credit";b:0;s:6:"camera";b:0;s:7:"caption";s:19:"SSUNSM05319 NOW3419";s:17:"created_timestamp";b:0;s:9:"copyright";b:0;s:12:"focal_length";b:0;s:3:"iso";b:0;s:13:"shutter_speed";b:0;s:5:"flash";b:0;s:5:"title";b:0;s:8:"keywords";b:0;s:5:"width";i:300;s:6:"height";i:300;s:5:"saved";b:1;s:9:"thumbnail";a:2:{s:5:"width";i:100;s:6:"height";i:75;}}');

-- --------------------------------------------------------

--
-- Table structure for table `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=4586 ;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 0, '_transient_random_seed', 'd2d28dac37fb8bfa3a38f32478fa9b84', 'yes'),
(2, 0, 'siteurl', 'http://www.deltalinea.com', 'yes'),
(3, 0, 'blogname', 'Deltalinea', 'yes'),
(4, 0, 'blogdescription', '', 'yes'),
(5, 0, 'users_can_register', '0', 'yes'),
(6, 0, 'admin_email', 'besevic@gmail.com', 'yes'),
(7, 0, 'start_of_week', '1', 'yes'),
(8, 0, 'use_balanceTags', '0', 'yes'),
(9, 0, 'use_smilies', '1', 'yes'),
(10, 0, 'require_name_email', '1', 'yes'),
(11, 0, 'comments_notify', '1', 'yes'),
(12, 0, 'posts_per_rss', '10', 'yes'),
(13, 0, 'rss_use_excerpt', '0', 'yes'),
(14, 0, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 0, 'mailserver_login', 'login@example.com', 'yes'),
(16, 0, 'mailserver_pass', 'password', 'yes'),
(17, 0, 'mailserver_port', '110', 'yes'),
(18, 0, 'default_category', '1', 'yes'),
(19, 0, 'default_comment_status', 'open', 'yes'),
(20, 0, 'default_ping_status', 'open', 'yes'),
(21, 0, 'default_pingback_flag', '1', 'yes'),
(22, 0, 'default_post_edit_rows', '10', 'yes'),
(23, 0, 'posts_per_page', '10', 'yes'),
(24, 0, 'date_format', 'm/d/Y', 'yes'),
(25, 0, 'time_format', 'H:i', 'yes'),
(26, 0, 'links_updated_date_format', 'j. F Y. H:i', 'yes'),
(27, 0, 'links_recently_updated_prepend', '<em>', 'yes'),
(28, 0, 'links_recently_updated_append', '</em>', 'yes'),
(29, 0, 'links_recently_updated_time', '120', 'yes'),
(30, 0, 'comment_moderation', '0', 'yes'),
(31, 0, 'moderation_notify', '1', 'yes'),
(32, 0, 'permalink_structure', '/%postname%/', 'yes'),
(33, 0, 'gzipcompression', '0', 'yes'),
(34, 0, 'hack_file', '0', 'yes'),
(35, 0, 'blog_charset', 'UTF-8', 'yes'),
(36, 0, 'moderation_keys', '', 'no'),
(37, 0, 'active_plugins', 'a:7:{i:0;s:19:"akismet/akismet.php";i:1;s:32:"global-translator/translator.php";i:2;s:50:"google-analytics-for-wordpress/googleanalytics.php";i:3;s:29:"nextgen-gallery/nggallery.php";i:4;s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";i:5;s:11:"srlatin.php";i:6;s:25:"wp-cumulus/wp-cumulus.php";}', 'yes'),
(38, 0, 'home', 'http://www.deltalinea.com', 'yes'),
(39, 0, 'category_base', '', 'yes'),
(40, 0, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(41, 0, 'advanced_edit', '0', 'yes'),
(42, 0, 'comment_max_links', '2', 'yes'),
(43, 0, 'gmt_offset', '0', 'yes'),
(44, 0, 'default_email_category', '1', 'yes'),
(45, 0, 'recently_edited', 'a:5:{i:0;s:62:"/www/deltalin/www/docroot/wp-content/themes/arras/comments.php";i:1;s:58:"/www/deltalin/www/docroot/wp-content/themes/arras/user.css";i:2;s:60:"/www/deltalin/www/docroot/wp-content/themes/arras/header.php";i:3;s:60:"/www/deltalin/www/docroot/wp-content/themes/arras/footer.php";i:4;s:56:"/www/deltalin/www/docroot/wp-content/plugins/srlatin.php";}', 'no'),
(47, 0, 'template', 'arras', 'yes'),
(48, 0, 'stylesheet', 'arras', 'yes'),
(49, 0, 'comment_whitelist', '1', 'yes'),
(50, 0, 'blacklist_keys', '', 'no'),
(51, 0, 'comment_registration', '0', 'yes'),
(52, 0, 'rss_language', 'en', 'yes'),
(53, 0, 'html_type', 'text/html', 'yes'),
(54, 0, 'use_trackback', '0', 'yes'),
(55, 0, 'default_role', 'subscriber', 'yes'),
(56, 0, 'db_version', '15477', 'yes'),
(57, 0, 'uploads_use_yearmonth_folders', '0', 'yes'),
(58, 0, 'upload_path', '', 'yes'),
(60, 0, 'blog_public', '1', 'yes'),
(61, 0, 'default_link_category', '2', 'yes'),
(62, 0, 'show_on_front', 'posts', 'yes'),
(63, 0, 'tag_base', '', 'yes'),
(64, 0, 'show_avatars', '1', 'yes'),
(65, 0, 'avatar_rating', 'G', 'yes'),
(66, 0, 'upload_url_path', '', 'yes'),
(67, 0, 'thumbnail_size_w', '150', 'yes'),
(68, 0, 'thumbnail_size_h', '150', 'yes'),
(69, 0, 'thumbnail_crop', '1', 'yes'),
(70, 0, 'medium_size_w', '300', 'yes'),
(71, 0, 'medium_size_h', '300', 'yes'),
(72, 0, 'avatar_default', 'mystery', 'yes'),
(73, 0, 'enable_app', '0', 'yes'),
(74, 0, 'enable_xmlrpc', '0', 'yes'),
(75, 0, 'large_size_w', '1024', 'yes'),
(76, 0, 'large_size_h', '1024', 'yes'),
(77, 0, 'image_default_link_type', 'file', 'yes'),
(78, 0, 'image_default_size', '', 'yes'),
(79, 0, 'image_default_align', '', 'yes'),
(80, 0, 'close_comments_for_old_posts', '0', 'yes'),
(81, 0, 'close_comments_days_old', '14', 'yes'),
(82, 0, 'thread_comments', '0', 'yes'),
(83, 0, 'thread_comments_depth', '5', 'yes'),
(84, 0, 'page_comments', '1', 'yes'),
(85, 0, 'comments_per_page', '50', 'yes'),
(86, 0, 'default_comments_page', 'newest', 'yes'),
(87, 0, 'comment_order', 'asc', 'yes'),
(88, 0, 'sticky_posts', 'a:0:{}', 'yes'),
(89, 0, 'widget_categories', 'a:3:{i:2;a:0:{}i:3;a:4:{s:5:"title";s:8:"Pictures";s:5:"count";i:0;s:12:"hierarchical";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(90, 0, 'widget_text', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(91, 0, 'widget_rss', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(92, 0, 'timezone_string', '', 'yes'),
(93, 0, 'embed_autourls', '1', 'yes'),
(94, 0, 'embed_size_w', '', 'yes'),
(95, 0, 'embed_size_h', '600', 'yes'),
(96, 0, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:79:{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:12:"manage_polls";b:1;s:23:"Reveal IDs See Post IDs";b:1;s:23:"Reveal IDs See Page IDs";b:1;s:23:"Reveal IDs See Link IDs";b:1;s:27:"Reveal IDs See Category IDs";b:1;s:24:"Reveal IDs See Media IDs";b:1;s:23:"Reveal IDs See User IDs";b:1;s:22:"Reveal IDs See Tag IDs";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:24:"NextGEN Gallery overview";b:1;s:19:"NextGEN Use TinyMCE";b:1;s:21:"NextGEN Upload images";b:1;s:22:"NextGEN Manage gallery";b:1;s:19:"NextGEN Manage tags";b:1;s:29:"NextGEN Manage others gallery";b:1;s:18:"NextGEN Edit album";b:1;s:20:"NextGEN Change style";b:1;s:22:"NextGEN Change options";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, 'cron', 'a:5:{i:1480870228;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:1480870236;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1480873806;a:1:{s:10:"polls_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:10:"twicedaily";s:4:"args";a:0:{}s:8:"interval";i:43200;}}}i:1480915417;a:1:{s:24:"akismet_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}s:7:"version";i:2;}', 'yes'),
(98, 0, '_transient_doing_cron', '1480837389', 'yes'),
(101, 0, 'ser_cyr_to_lat_slug', '1', 'yes'),
(102, 0, '_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:2:{i:0;O:8:"stdClass":5:{s:8:"response";s:7:"upgrade";s:3:"url";s:24:"http://sr.wordpress.org/";s:7:"package";s:49:"http://sr.wordpress.org/wordpress-3.0.2-sr_RS.zip";s:7:"current";s:5:"3.0.2";s:6:"locale";s:5:"sr_RS";}i:1;O:8:"stdClass":5:{s:8:"response";s:7:"upgrade";s:3:"url";s:30:"http://wordpress.org/download/";s:7:"package";s:40:"http://wordpress.org/wordpress-3.0.2.zip";s:7:"current";s:5:"3.0.2";s:6:"locale";s:5:"en_US";}}s:12:"last_checked";i:1291506947;s:15:"version_checked";s:5:"2.9.2";}', 'yes'),
(575, 0, '_transient_timeout_rss_c280f334393ff207a9ce21c500149152', '1274133638', 'no'),
(105, 0, 'auth_salt', '#$@ULRE&EeM6QeAG@Ryj2GjMwtWLVjgkXz@)4giOtFlBsOdn)UfJgqNvaqcvBVXE', 'yes'),
(106, 0, 'logged_in_salt', 'tOcJbxoE6vjgozUQU2RZG^diO5F7t5&KXnH6kC6i9daak$*Vy#JW77uH$VF*gIV%', 'yes'),
(107, 0, 'widget_pages', 'a:2:{i:2;a:3:{s:5:"title";s:5:"Pages";s:6:"sortby";s:10:"post_title";s:7:"exclude";s:0:"";}s:12:"_multiwidget";i:1;}', 'yes'),
(108, 0, 'widget_calendar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(109, 0, 'widget_archives', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(110, 0, 'widget_links', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(111, 0, 'widget_meta', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(112, 0, 'widget_search', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(113, 0, 'widget_recent-posts', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(114, 0, 'widget_recent-comments', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(115, 0, 'widget_tag_cloud', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(116, 0, 'dashboard_widget_options', 'a:4:{s:24:"dashboard_incoming_links";a:5:{s:4:"home";s:25:"http://www.deltalinea.com";s:4:"link";s:101:"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.deltalinea.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://www.deltalinea.com/";s:5:"items";i:10;s:9:"show_date";b:0;}s:17:"dashboard_primary";a:7:{s:4:"link";s:29:"http://sr.wordpress.org/#blog";s:3:"url";s:29:"http://sr.wordpress.org/feed/";s:5:"title";s:45:"Блог о развоју Вордпреса";s:5:"items";i:2;s:12:"show_summary";i:1;s:11:"show_author";i:0;s:9:"show_date";i:1;}s:19:"dashboard_secondary";a:4:{s:4:"link";s:28:"http://planet.wordpress.org/";s:3:"url";s:33:"http://planet.wordpress.org/feed/";s:5:"title";s:70:"Остале Вордпрес новости (на енглеском)";s:5:"items";i:5;}s:25:"dashboard_recent_comments";a:1:{s:5:"items";i:5;}}', 'yes'),
(117, 0, 'nonce_salt', 'zCrik&6Ci2YVWYa7ehJ*1nJjFubzrO&VJN3R@c3eAtWIYBDle$oXbrhDZYoe87EJ', 'yes'),
(3817, 0, 'current_theme', 'Arras', 'yes'),
(3806, 0, '_transient_plugin_slugs', 'a:9:{i:0;s:11:"srlatin.php";i:1;s:19:"akismet/akismet.php";i:2;s:36:"contact-form-7/wp-contact-form-7.php";i:3;s:32:"global-translator/translator.php";i:4;s:50:"google-analytics-for-wordpress/googleanalytics.php";i:5;s:29:"nextgen-gallery/nggallery.php";i:6;s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";i:7;s:25:"wp-cumulus/wp-cumulus.php";i:8;s:21:"wp-polls/wp-polls.php";}', 'no'),
(3901, 0, '_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1291597573', 'no'),
(3902, 0, '_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2', '1291554373', 'no'),
(3883, 0, '_transient_timeout_feed_878bc7d4d490ff17e7b09e4595ef8c1f', '1291597571', 'no'),
(3885, 0, '_transient_timeout_feed_mod_878bc7d4d490ff17e7b09e4595ef8c1f', '1291597571', 'no'),
(3886, 0, '_transient_feed_mod_878bc7d4d490ff17e7b09e4595ef8c1f', '1291554371', 'no'),
(3884, 0, '_transient_feed_878bc7d4d490ff17e7b09e4595ef8c1f', '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://www.deltalinea.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://www.deltalinea.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:86:"Your search - <b>link:http://www.deltalinea.com/</b> - did not match any documents.   ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://a9.com/-/spec/opensearch/1.1/";a:3:{s:12:"totalResults";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:10:"startIndex";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:12:"itemsPerPage";a:1:{i:0;a:5:{s:4:"data";s:2:"10";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:4:"date";s:29:"Sun, 05 Dec 2010 13:06:11 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=bbea91190db48845:TM=1291554371:LM=1291554371:S=8g30xqcmNfaYSEEi; expires=Tue, 04-Dec-2012 13:06:11 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'),
(3815, 0, '_transient_update_themes', 'O:8:"stdClass":2:{s:12:"last_checked";i:1291506938;s:7:"checked";a:4:{s:5:"arras";s:7:"1.5.0.1";s:7:"classic";s:3:"1.5";s:7:"default";s:3:"1.6";s:10:"photonexus";s:3:"1.5";}}', 'yes'),
(3811, 0, 'arras_custom_bg_options', 's:206:"a:9:{s:6:"enable";b:0;s:2:"id";i:0;s:10:"attachment";s:6:"scroll";s:5:"pos-x";s:6:"center";s:5:"pos-y";s:3:"top";s:6:"repeat";s:9:"no-repeat";s:5:"color";s:7:"#F0F0F0";s:10:"foreground";b:0;s:4:"wrap";b:0;}";', 'yes'),
(3812, 0, 'widget_arras_tabbed_sidebar', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(3813, 0, 'widget_arras_featured_stories', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(3818, 0, 'page_for_posts', '0', 'yes'),
(3819, 0, 'page_on_front', '0', 'yes'),
(3820, 0, 'db_upgraded', '', 'yes'),
(3821, 0, 'widget_nav_menu', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(3823, 0, '_site_transient_update_core', 'O:8:"stdClass":3:{s:7:"updates";a:2:{i:0;O:8:"stdClass":7:{s:8:"response";s:7:"upgrade";s:3:"url";s:24:"http://sr.wordpress.org/";s:7:"package";s:64:"http://downloads.wordpress.org/release/sr_RS/wordpress-4.6.1.zip";s:7:"current";s:5:"4.6.1";s:6:"locale";s:5:"sr_RS";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";}i:1;O:8:"stdClass":7:{s:8:"response";s:7:"upgrade";s:3:"url";s:31:"https://wordpress.org/download/";s:7:"package";s:58:"http://downloads.wordpress.org/release/wordpress-4.6.1.zip";s:7:"current";s:5:"4.6.1";s:6:"locale";s:5:"en_US";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";}}s:12:"last_checked";i:1480837390;s:15:"version_checked";s:5:"3.0.2";}', 'yes'),
(3825, 0, '_site_transient_update_themes', 'O:8:"stdClass":3:{s:12:"last_checked";i:1480837391;s:7:"checked";a:5:{s:5:"arras";s:7:"1.5.0.1";s:7:"classic";s:3:"1.5";s:7:"default";s:3:"1.6";s:10:"photonexus";s:3:"1.5";s:9:"twentyten";s:3:"1.1";}s:8:"response";a:3:{s:7:"classic";a:4:{s:5:"theme";s:7:"classic";s:11:"new_version";s:3:"1.6";s:3:"url";s:37:"https://wordpress.org/themes/classic/";s:7:"package";s:52:"http://downloads.wordpress.org/theme/classic.1.6.zip";}s:7:"default";a:4:{s:5:"theme";s:7:"default";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:37:"https://wordpress.org/themes/default/";s:7:"package";s:54:"http://downloads.wordpress.org/theme/default.1.7.2.zip";}s:9:"twentyten";a:4:{s:5:"theme";s:9:"twentyten";s:11:"new_version";s:3:"2.2";s:3:"url";s:39:"https://wordpress.org/themes/twentyten/";s:7:"package";s:54:"http://downloads.wordpress.org/theme/twentyten.2.2.zip";}}}', 'yes'),
(3945, 0, '_transient_timeout_rss_895a6fef0cc57461ead214388fd67e81', '1291590673', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(3946, 0, '_transient_rss_895a6fef0cc57461ead214388fd67e81', 'O:9:"MagpieRSS":19:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:20:{i:0;a:10:{s:5:"title";s:42:"Yoast: Open Source, Motivations & Business";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/FzdzkELuJgk/";s:11:"description";s:934:"<p>A hefty discussion has been going on about people&#39;s motivations to develop Open Source software, starting with Alex King&#39;s blog post and followed up by many others including Weblog Tools Collection. I disagree wholeheartedly with some of Alex&#39;s statements. Chris Olbekson did a post I agree with more, and he also asked for my opinion [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/open-source-motivations-business/">Open Source, Motivations & Business</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3571";s:7:"pubdate";s:31:"Fri, 03 Dec 2010 13:51:21 -0800";s:7:"content";s:51:"Array\n            \n         \n            \n         ";s:5:"media";a:2:{s:7:"content";s:26:"\n            \n            ";s:13:"content_title";s:41:"open-sourceGoogle Analytics donate button";}s:10:"feedburner";a:1:{s:8:"origlink";s:126:"http://yoast.com/open-source-motivations-business/#utm_source=rss&utm_medium=rss&utm_campaign=open-source-motivations-business";}s:7:"summary";s:934:"<p>A hefty discussion has been going on about people&#39;s motivations to develop Open Source software, starting with Alex King&#39;s blog post and followed up by many others including Weblog Tools Collection. I disagree wholeheartedly with some of Alex&#39;s statements. Chris Olbekson did a post I agree with more, and he also asked for my opinion [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/open-source-motivations-business/">Open Source, Motivations & Business</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:1;a:10:{s:5:"title";s:46:"Yoast: Yoast redesigned & bye bye OrangeValley";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/_sH6QCWuPY4/";s:11:"description";s:888:"<p>Some of you might have noticed: Yoast.com has changed, as usual because I, its founder, have changed. The site has gotten a new design over the last few days, and new copy on quite a few of its static pages. The reasons for the redesign were plentiful, but most important: the site had to look [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/yoast-redesign-leaving-orangevalley/">Yoast redesigned & bye bye OrangeValley</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3565";s:7:"pubdate";s:31:"Thu, 02 Dec 2010 02:23:25 -0800";s:7:"content";a:1:{s:7:"encoded";s:4559:"<p>Some of you might have noticed: Yoast.com has changed, as usual because I, its founder, have changed. The site has gotten a new design over the last few days, and new copy on quite a few of its static pages. The reasons for the redesign were plentiful, but most important: the site had to look more professional, and as less of a "hobby" blog. Judging by the initial reactions on Twitter, it worked. There''s still loads of things I want to improve on it, but that''ll come over the next weeks. As usual by now with my designs, full credit goes to my buddy <a rel="nofollow"\n target="_blank" href="http://w3-edge.com">Frederick</a> for doing all the heavy lifting.</p><p>The reason for the site having to become more professional is the second, more personal and more important part of this post. Starting last July, when I "incorporated" my own Yoast BV, the Dutch equivalent of an Inc, I''ve been working on my own projects more, while also still working at and with <a rel="nofollow"\n target="_blank" href="http://www.orangevalley.nl/">OrangeValley</a>. As of December 1st, yesterday, I no longer work for them.</p><h2>Leaving OrangeValley</h2><p>The fact that I''ve left OrangeValley might surprise some of you, so let me explain why. OrangeValley has grown tremendously since I became its first employee in October 2008, both in size and in knowledge. I''ve always thoroughly enjoyed working with the people there, as it''s one of  the most talented crews I''ve ever had the pleasure of working with, helping a range of very cool customers. Naming any of my colleagues specifically would mean not naming one or two others, when all of them have their own specialties and they''re all great people, so I won''t. "Why leave then?", you''ll ask.</p><p>Because it''s time. It''s time for me to be a true entrepreneur, and not an employee. I''m a very ambitious guy: being one of the best SEO''s of the Netherlands, which I think I can fairly call myself, is not enough. I want to be amongst and compete with the best in the world. Some people might think that''s arrogance, I''ve decided that doesn''t bother me anymore.</p><p>So it is, with some pain in my heart, that I wish them all the best, I''m certain they''ll do great things. There''s two people whom I <em>will</em> name, as I especially want to thank them. Frank and Ortwin, managing partners at OrangeValley, have been great mentors throughout the time I worked with them, encouraging me to take my own path even when it had been in their better interest not too, to them I want to say: Thanks guys. While I''m leaving the company, we''re not done yet, we will be working together in the future, I''m quite sure of that.</p><h2>So what will you be doing?</h2><p>I''ve got several ideas for products, at least one of which will lead to a very cool startup soon. A lot of this will happen in cooperation with other people, often with Frederick, in whom I''ve found a sparring partner of incredible value, and I''ve also got a couple of new sites planned with my buddy <a rel="nofollow"\n target="_blank" href="http://chapter42.com/">Roy</a>.</p><p>Another product I''m working on and will be spending more time on, is my free <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO plugin</a> and its paid modules. I''m very excited to work with Mark Robertson of <a rel="nofollow"\n target="_blank" href="http://www.reelseo.com/">ReelSEO</a> on the Video SEO module and with <a rel="nofollow"\n target="_blank" href="http://www.uprise.nl/">Arjan</a> on the Local SEO module. Those projects combined take up so much time that it''s no longer possible for me to combine it with a job at OrangeValley, and frankly, I no longer have to. This site and my other sites make me enough money to live off, and allow me to fund all of these projects myself. I know, I''m a lucky guy.</p><p>So off we go, on to new adventures!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/yoast-redesign-leaving-orangevalley/">Yoast redesigned &#038; bye bye OrangeValley</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/_sH6QCWuPY4" height="1" width="1"/>";}s:8:"category";s:8:"Offtopic";s:10:"feedburner";a:1:{s:8:"origlink";s:132:"http://yoast.com/yoast-redesign-leaving-orangevalley/#utm_source=rss&utm_medium=rss&utm_campaign=yoast-redesign-leaving-orangevalley";}s:7:"summary";s:888:"<p>Some of you might have noticed: Yoast.com has changed, as usual because I, its founder, have changed. The site has gotten a new design over the last few days, and new copy on quite a few of its static pages. The reasons for the redesign were plentiful, but most important: the site had to look [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/yoast-redesign-leaving-orangevalley/">Yoast redesigned & bye bye OrangeValley</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:4559:"<p>Some of you might have noticed: Yoast.com has changed, as usual because I, its founder, have changed. The site has gotten a new design over the last few days, and new copy on quite a few of its static pages. The reasons for the redesign were plentiful, but most important: the site had to look more professional, and as less of a "hobby" blog. Judging by the initial reactions on Twitter, it worked. There''s still loads of things I want to improve on it, but that''ll come over the next weeks. As usual by now with my designs, full credit goes to my buddy <a rel="nofollow"\n target="_blank" href="http://w3-edge.com">Frederick</a> for doing all the heavy lifting.</p><p>The reason for the site having to become more professional is the second, more personal and more important part of this post. Starting last July, when I "incorporated" my own Yoast BV, the Dutch equivalent of an Inc, I''ve been working on my own projects more, while also still working at and with <a rel="nofollow"\n target="_blank" href="http://www.orangevalley.nl/">OrangeValley</a>. As of December 1st, yesterday, I no longer work for them.</p><h2>Leaving OrangeValley</h2><p>The fact that I''ve left OrangeValley might surprise some of you, so let me explain why. OrangeValley has grown tremendously since I became its first employee in October 2008, both in size and in knowledge. I''ve always thoroughly enjoyed working with the people there, as it''s one of  the most talented crews I''ve ever had the pleasure of working with, helping a range of very cool customers. Naming any of my colleagues specifically would mean not naming one or two others, when all of them have their own specialties and they''re all great people, so I won''t. "Why leave then?", you''ll ask.</p><p>Because it''s time. It''s time for me to be a true entrepreneur, and not an employee. I''m a very ambitious guy: being one of the best SEO''s of the Netherlands, which I think I can fairly call myself, is not enough. I want to be amongst and compete with the best in the world. Some people might think that''s arrogance, I''ve decided that doesn''t bother me anymore.</p><p>So it is, with some pain in my heart, that I wish them all the best, I''m certain they''ll do great things. There''s two people whom I <em>will</em> name, as I especially want to thank them. Frank and Ortwin, managing partners at OrangeValley, have been great mentors throughout the time I worked with them, encouraging me to take my own path even when it had been in their better interest not too, to them I want to say: Thanks guys. While I''m leaving the company, we''re not done yet, we will be working together in the future, I''m quite sure of that.</p><h2>So what will you be doing?</h2><p>I''ve got several ideas for products, at least one of which will lead to a very cool startup soon. A lot of this will happen in cooperation with other people, often with Frederick, in whom I''ve found a sparring partner of incredible value, and I''ve also got a couple of new sites planned with my buddy <a rel="nofollow"\n target="_blank" href="http://chapter42.com/">Roy</a>.</p><p>Another product I''m working on and will be spending more time on, is my free <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO plugin</a> and its paid modules. I''m very excited to work with Mark Robertson of <a rel="nofollow"\n target="_blank" href="http://www.reelseo.com/">ReelSEO</a> on the Video SEO module and with <a rel="nofollow"\n target="_blank" href="http://www.uprise.nl/">Arjan</a> on the Local SEO module. Those projects combined take up so much time that it''s no longer possible for me to combine it with a job at OrangeValley, and frankly, I no longer have to. This site and my other sites make me enough money to live off, and allow me to fund all of these projects myself. I know, I''m a lucky guy.</p><p>So off we go, on to new adventures!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/yoast-redesign-leaving-orangevalley/">Yoast redesigned &#038; bye bye OrangeValley</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/_sH6QCWuPY4" height="1" width="1"/>";}i:2;a:10:{s:5:"title";s:46:"WordPress Podcast: iPhone Candy with Ryan Imel";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/2SDPIDBN1X8/";s:11:"description";s:388:"We are back! And this week we catch up with Ryan Imel. The Editor-in-Chief of WP Candy, he transformed what was once a tutorial site for the past years into a fast-paced breaking WordPress news site. Ryan is a serial &#8230; <a rel="nofollow" target="_blank" href="http://wp-community.org/2010/12/01/iphone-candy-with-ryan-imel/">Continue reading <span class="meta-nav">&#8594;</span></a>";s:4:"guid";s:30:"http://wp-community.org/?p=831";s:7:"pubdate";s:31:"Tue, 30 Nov 2010 23:56:14 -0800";s:7:"content";a:1:{s:7:"encoded";s:4365:"<p>We are back! And this week we catch up with <a rel="nofollow" target="_blank" href="http://twitter.com/#%21/ryanimel">Ryan Imel</a>. The Editor-in-Chief of <a rel="nofollow" target="_blank" href="http://wpcandy.com/">WP Candy</a>, he transformed what was once a tutorial site for the past years into a fast-paced breaking WordPress news site. Ryan is a serial entrepreneur having created projects like <a rel="nofollow" target="_blank" href="http://commentbits.com/">COMMENTbits</a> and <a rel="nofollow" target="_blank" href="http://gooroohq.com/">others</a>.</p><p>To kick things off this week we talk shop with Ryan as he tells us about the brand new iPhone app – <a rel="nofollow" target="_blank" href="http://wpcandy.com/announces/the-wpcandy-iphone-app">WPCandy WordPress News</a> &#8211; wpcandy.com’s first venture into the App Store and is <a rel="nofollow" target="_blank" href="http://itunes.apple.com/us/app/wpcandy-wordpress-news/id402503011?mt=8">available right now</a>. This is one of the means by which the community can support wpcandy.com, and as such we open the discussion on different monetization methods outside of ads on your site.</p><p>Joost and Ryan talk about interesting news and developments that have caught their eye over the past couple of weeks such as:</p><ul><li>The <a rel="nofollow" target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO Plugin</a> on Yoast.com  &#8211; Joost talks about the work he has been doing on this and how it is developing</li><li>Joost does a live launch of the brand new them Frederick and the <a rel="nofollow" target="_blank" href="http://www.w3-edge.com">W3 Edge</a> team have built for <a rel="nofollow" target="_blank" href="http://yoast.com/">Yoast.com</a>. Joost talks about exactly how he plans for this new theme to improve conversion rates</li><li>Tip from Joost: have a look at a great <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/theme-tester/">Theme Tester plugin</a> by donncha that he has been using recently</li><li>Theme frameworks: we open the debate on what a framework is and how it should behave. Will an ideal framework emerge? And should there be one theme framework to rule them all?</li><li>Should SEO functions reside in a theme or a plugin? Those in our live chat room ask the question ‘are there any conflicts between SEO and frameworks?’</li></ul><p>Joost asks Ryan when wpcandy.com plan to launch a new theme design, and the pair discuss what could be changed within its current site design &#8211; with an SEO perspective on things from Joost.</p><h2>Picks of the week</h2><ul><li>wpcandy.com’s shiny new iPhone app &#8211; <a rel="nofollow" target="_blank" href="http://wpcandy.com/announces/the-wpcandy-iphone-app">WPCandy WordPress News</a></li><li>The  <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/edit-flow/">Edit Flow plugin</a> is incredibly useful for managing and assigning on a multi author site and comes highly recommended by Ryan who himself runs a multi author blog on wpcandy.com.</li><li><a rel="nofollow" target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO Plugin</a> on Yoast.com</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/theme-tester/">Theme Tester plugin</a> by donncha allows a blog administrator to test out a new theme before launch whilst your old theme is still live</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/seo-data-transporter/">SEO Data Transporter plugin</a> which allows you to easily transfer your inputs SEO data from one theme/plugin to another.</li><li>Here is the alternative to having to write code when you need to regenerate your thumbnails:  the <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/regenerate-thumbnails/">Regenerate Thumbnails plugin</a>. Bookmark this one!</li></ul><p>Joost calls for someone out there to build a replacement plugin for a slider on a front page. There seems to be no single plugin that allows you to determine the order of the slides and that does the simple things really well. Go to <a rel="nofollow">wp-community.org</a> and tell Joost what plugin you think he should be using!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/2SDPIDBN1X8" height="1" width="1"/>";}s:8:"category";s:7:"Podcast";s:10:"feedburner";a:2:{s:8:"origlink";s:63:"http://wp-community.org/2010/12/01/iphone-candy-with-ryan-imel/";s:17:"origenclosurelink";s:132:"http://media.blubrry.com/wordpresspodcast/media.rawvoice.com/seorockstars/www.webmasterradio.fm/mp3/wordpresspodcast/10/WP113010.mp3";}s:7:"summary";s:388:"We are back! And this week we catch up with Ryan Imel. The Editor-in-Chief of WP Candy, he transformed what was once a tutorial site for the past years into a fast-paced breaking WordPress news site. Ryan is a serial &#8230; <a rel="nofollow" target="_blank" href="http://wp-community.org/2010/12/01/iphone-candy-with-ryan-imel/">Continue reading <span class="meta-nav">&#8594;</span></a>";s:12:"atom_content";s:4365:"<p>We are back! And this week we catch up with <a rel="nofollow" target="_blank" href="http://twitter.com/#%21/ryanimel">Ryan Imel</a>. The Editor-in-Chief of <a rel="nofollow" target="_blank" href="http://wpcandy.com/">WP Candy</a>, he transformed what was once a tutorial site for the past years into a fast-paced breaking WordPress news site. Ryan is a serial entrepreneur having created projects like <a rel="nofollow" target="_blank" href="http://commentbits.com/">COMMENTbits</a> and <a rel="nofollow" target="_blank" href="http://gooroohq.com/">others</a>.</p><p>To kick things off this week we talk shop with Ryan as he tells us about the brand new iPhone app – <a rel="nofollow" target="_blank" href="http://wpcandy.com/announces/the-wpcandy-iphone-app">WPCandy WordPress News</a> &#8211; wpcandy.com’s first venture into the App Store and is <a rel="nofollow" target="_blank" href="http://itunes.apple.com/us/app/wpcandy-wordpress-news/id402503011?mt=8">available right now</a>. This is one of the means by which the community can support wpcandy.com, and as such we open the discussion on different monetization methods outside of ads on your site.</p><p>Joost and Ryan talk about interesting news and developments that have caught their eye over the past couple of weeks such as:</p><ul><li>The <a rel="nofollow" target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO Plugin</a> on Yoast.com  &#8211; Joost talks about the work he has been doing on this and how it is developing</li><li>Joost does a live launch of the brand new them Frederick and the <a rel="nofollow" target="_blank" href="http://www.w3-edge.com">W3 Edge</a> team have built for <a rel="nofollow" target="_blank" href="http://yoast.com/">Yoast.com</a>. Joost talks about exactly how he plans for this new theme to improve conversion rates</li><li>Tip from Joost: have a look at a great <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/theme-tester/">Theme Tester plugin</a> by donncha that he has been using recently</li><li>Theme frameworks: we open the debate on what a framework is and how it should behave. Will an ideal framework emerge? And should there be one theme framework to rule them all?</li><li>Should SEO functions reside in a theme or a plugin? Those in our live chat room ask the question ‘are there any conflicts between SEO and frameworks?’</li></ul><p>Joost asks Ryan when wpcandy.com plan to launch a new theme design, and the pair discuss what could be changed within its current site design &#8211; with an SEO perspective on things from Joost.</p><h2>Picks of the week</h2><ul><li>wpcandy.com’s shiny new iPhone app &#8211; <a rel="nofollow" target="_blank" href="http://wpcandy.com/announces/the-wpcandy-iphone-app">WPCandy WordPress News</a></li><li>The  <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/edit-flow/">Edit Flow plugin</a> is incredibly useful for managing and assigning on a multi author site and comes highly recommended by Ryan who himself runs a multi author blog on wpcandy.com.</li><li><a rel="nofollow" target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO Plugin</a> on Yoast.com</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/theme-tester/">Theme Tester plugin</a> by donncha allows a blog administrator to test out a new theme before launch whilst your old theme is still live</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/seo-data-transporter/">SEO Data Transporter plugin</a> which allows you to easily transfer your inputs SEO data from one theme/plugin to another.</li><li>Here is the alternative to having to write code when you need to regenerate your thumbnails:  the <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/regenerate-thumbnails/">Regenerate Thumbnails plugin</a>. Bookmark this one!</li></ul><p>Joost calls for someone out there to build a replacement plugin for a slider on a front page. There seems to be no single plugin that allows you to determine the order of the slides and that does the simple things really well. Go to <a rel="nofollow">wp-community.org</a> and tell Joost what plugin you think he should be using!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/2SDPIDBN1X8" height="1" width="1"/>";}i:3;a:9:{s:5:"title";s:27:"Yoast: WordPress SEO Update";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/Iabgb2_QyLw/";s:11:"description";s:869:"<p>WordPress SEO has a new version: 0.1.4. It took me quite some time, but there were a few bugs that really needed fixing in the plugin before I could continue adding features, options and more. These are fixed now, please grab the latest update from WordPress.org. The most important bug that was fixed is the [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-seo-update/">WordPress SEO Update</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3537";s:7:"pubdate";s:31:"Mon, 22 Nov 2010 12:30:15 -0800";s:7:"content";a:1:{s:7:"encoded";s:2756:"<p>WordPress SEO has a new version: 0.1.4. It took me quite some time, but there were a few bugs that really needed fixing in the plugin before I could continue adding features, options and more. These are fixed now, please grab the <a rel="nofollow"\n target="_blank" href="http://wordpress.org/extend/plugins/wordpress-seo/">latest update from WordPress.org</a>.</p><p>The most important bug that was fixed is the memory usage in the admin area, it was annoying to me and a lot of other people. There''s still tons of bugs left in the plugin, but they are all minor ones compared to this one, so I thought I''d get the release out.</p><h2>What changed?</h2><ul><li>Your XML sitemap will now once again reside at example.com/sitemap.xml, except, it won''t, really. It will be placed in a subdirectory of your uploads dir, and using WP Rewrite the URL will resolve to the right sitemap. So now it works with Multi Site installs, all of them: domain mapped Multi Site installs, subdirectory and subdomain ones. You''ll have to remove all the XML sitemaps in your root directory for this to work, and no, it doesn''t give you a notice about that (yet).</li><li>Furthermore I fixed all the notices I could find that the plugin threw, if you find them now, please report them, I''ll try to fix them.</li><li>There''s also some fixes with canonical links and redirects that were quite annoying if they affected you and the breadcrumbs should now work better than they did for some people as well.</li><li>Also, on a default install without titles being set in the backend, the plugin will now not return errors or empty titles but just the default titles.</li></ul><p>These were the most high priority issues because they threw severe errors at times, that no longer happens.</p><h2>It''s not showing an update on my plugins screen</h2><p>I know, I did something nasty in version 0.1.1 that prevented the update from happening (a lot like the fix for plugins not hosted on WordPress.org), I''m truly sorry, but you''ll have to do this update by hand. You can also just remove it through backend and then reinstall, that should work fine!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-seo-update/">WordPress SEO Update</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/Iabgb2_QyLw" height="1" width="1"/>";}s:10:"feedburner";a:1:{s:8:"origlink";s:102:"http://yoast.com/wordpress-seo-update/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-seo-update";}s:7:"summary";s:869:"<p>WordPress SEO has a new version: 0.1.4. It took me quite some time, but there were a few bugs that really needed fixing in the plugin before I could continue adding features, options and more. These are fixed now, please grab the latest update from WordPress.org. The most important bug that was fixed is the [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-seo-update/">WordPress SEO Update</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:2756:"<p>WordPress SEO has a new version: 0.1.4. It took me quite some time, but there were a few bugs that really needed fixing in the plugin before I could continue adding features, options and more. These are fixed now, please grab the <a rel="nofollow"\n target="_blank" href="http://wordpress.org/extend/plugins/wordpress-seo/">latest update from WordPress.org</a>.</p><p>The most important bug that was fixed is the memory usage in the admin area, it was annoying to me and a lot of other people. There''s still tons of bugs left in the plugin, but they are all minor ones compared to this one, so I thought I''d get the release out.</p><h2>What changed?</h2><ul><li>Your XML sitemap will now once again reside at example.com/sitemap.xml, except, it won''t, really. It will be placed in a subdirectory of your uploads dir, and using WP Rewrite the URL will resolve to the right sitemap. So now it works with Multi Site installs, all of them: domain mapped Multi Site installs, subdirectory and subdomain ones. You''ll have to remove all the XML sitemaps in your root directory for this to work, and no, it doesn''t give you a notice about that (yet).</li><li>Furthermore I fixed all the notices I could find that the plugin threw, if you find them now, please report them, I''ll try to fix them.</li><li>There''s also some fixes with canonical links and redirects that were quite annoying if they affected you and the breadcrumbs should now work better than they did for some people as well.</li><li>Also, on a default install without titles being set in the backend, the plugin will now not return errors or empty titles but just the default titles.</li></ul><p>These were the most high priority issues because they threw severe errors at times, that no longer happens.</p><h2>It''s not showing an update on my plugins screen</h2><p>I know, I did something nasty in version 0.1.1 that prevented the update from happening (a lot like the fix for plugins not hosted on WordPress.org), I''m truly sorry, but you''ll have to do this update by hand. You can also just remove it through backend and then reinstall, that should work fine!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-seo-update/">WordPress SEO Update</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/Iabgb2_QyLw" height="1" width="1"/>";}i:4;a:10:{s:5:"title";s:61:"WordPress Podcast: Developing for WordPress with Andrew Nacin";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/zTUpx3vwXSo/";s:11:"description";s:384:"This show was posted a bit late due to a miscommunication, we&#8217;re sorry about that. This week we are joined by Andrew Nacin. Andrew is one of the WordPress core developers and a member of the commit team, he also &#8230; <a rel="nofollow" target="_blank" href="http://wp-community.org/2010/11/20/andrew-nacin-interview/">Continue reading <span class="meta-nav">&#8594;</span></a>";s:4:"guid";s:30:"http://wp-community.org/?p=825";s:7:"pubdate";s:31:"Sat, 20 Nov 2010 12:35:06 -0800";s:7:"content";a:1:{s:7:"encoded";s:4080:"<p>This show was posted a bit late due to a miscommunication, we&#8217;re sorry about that.</p><p><div id="attachment_827" class="wp-caption alignright" style="width:210px;"><img src="http://wp-community.org/wp/wp-content/uploads/2010/11/andrew-nacin.png" alt="Andrew Nacin" title="Andrew Nacin" width="200" height="200" class="size-full wp-image-827"/><p class="wp-caption-text">Andrew Nacin</p></div>This week we are joined by <a rel="nofollow" target="_blank" href="http://andrewnacin.com/">Andrew Nacin</a>. Andrew is one of the WordPress core developers and a member of the commit team, he also works as an independent WordPress consultant and, as he aptly describes his daily activities; “I wrangle contributions, develop new features, and try to fix more bugs than I create”. Andrew became instrumental in the development of WordPress in an astonishingly short space of time. Within 11 months to be precise, and in this week’s show we kick things off by asking him how.<ul><li>Andrew talks about what being a core developer involves on a day-to-day basis.</li><li>We discuss the inner workings of multi-site, how you can utilise it, and what the future may bring from its inclusion in core.</li><li>Andrew tells us all about the 3 major features he has been working on recently, blowing away some of the smoke surrounding custom meta data capability handling, custom post types, and improved in menu handling.</li><li>We discuss how far away WordPress 3.1 is, and what changes we can look forward to seeing</li><li>We tackle the debate on whether hosting companies are on top of what their actual deliverables are to customers – do they need to innovate faster than they have?</li><li>We get down to the practicalities of performance and security and ask Andrew why the versions of software that run on your computer are important. What is the significance of these versions and what do they matter?</li><li>How comfortable should users be with upgrading and/or switching host companies?</li><li>Some quick tips and tricks for the developers out there &#8211; Andrew talks about leveraging API’s. Last week he held <a rel="nofollow" target="_blank" href="http://andrewnacin.com/2010/09/11/wcma-resources/">a talk on WordPress API&#8217;s</a> which will be available on <a rel="nofollow" target="_blank" href="http://wordpress.tv/">WordPress.tv</a> soon.</li><li>Andrew talks about how WordPress are taking a step back from the codex and building curated edited handbooks on specific topics.</li><li>We discuss the use of <a rel="nofollow" target="_blank" href="http://xref.yoast.com/">xref.yoast.com</a> which Joost has modified to make searching through functions a lot easier.</li></ul><p><strong>Picks of the week:</strong></p><ul><li><strong>Developer oriented:</strong><ul><li>Use the <code>WP_DEBUG</code> constant – this turns on all sorts of notices, and lets you know about deprecated functions you are using. Andrew talks about this in his article &#8220;<a rel="nofollow" target="_blank" href="http://andrewnacin.com/2010/03/22/deprecated-functions-and-wp_debug/">Deprecated functions and WP_DEBUG</a>&#8220;</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/log-deprecated-notices/">Log deprecated notices</a> by Andrew Nacin. It logs all the different things your plugins are doing on your install and puts them into a neat table</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/core-control/">Core control</a></li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress beta tester</a></li></ul></li><li><strong>User oriented:</strong><ul><li>Use screen options to hide or show what you want – e.g. custom fields.</li><li>Use the Help – for links to the WordPress codex and support forums.</li><li><a rel="nofollow" target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO</a> by Joost de Valk</li></ul></li></ul><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/zTUpx3vwXSo" height="1" width="1"/>";}s:8:"category";s:7:"Podcast";s:10:"feedburner";a:2:{s:8:"origlink";s:58:"http://wp-community.org/2010/11/20/andrew-nacin-interview/";s:17:"origenclosurelink";s:133:"http://media.blubrry.com/wordpresspodcast/media.rawvoice.com/seorockstars/www2.webmasterradio.fm/mp3/wordpresspodcast/10/WP102610.mp3";}s:7:"summary";s:384:"This show was posted a bit late due to a miscommunication, we&#8217;re sorry about that. This week we are joined by Andrew Nacin. Andrew is one of the WordPress core developers and a member of the commit team, he also &#8230; <a rel="nofollow" target="_blank" href="http://wp-community.org/2010/11/20/andrew-nacin-interview/">Continue reading <span class="meta-nav">&#8594;</span></a>";s:12:"atom_content";s:4080:"<p>This show was posted a bit late due to a miscommunication, we&#8217;re sorry about that.</p><p><div id="attachment_827" class="wp-caption alignright" style="width:210px;"><img src="http://wp-community.org/wp/wp-content/uploads/2010/11/andrew-nacin.png" alt="Andrew Nacin" title="Andrew Nacin" width="200" height="200" class="size-full wp-image-827"/><p class="wp-caption-text">Andrew Nacin</p></div>This week we are joined by <a rel="nofollow" target="_blank" href="http://andrewnacin.com/">Andrew Nacin</a>. Andrew is one of the WordPress core developers and a member of the commit team, he also works as an independent WordPress consultant and, as he aptly describes his daily activities; “I wrangle contributions, develop new features, and try to fix more bugs than I create”. Andrew became instrumental in the development of WordPress in an astonishingly short space of time. Within 11 months to be precise, and in this week’s show we kick things off by asking him how.<ul><li>Andrew talks about what being a core developer involves on a day-to-day basis.</li><li>We discuss the inner workings of multi-site, how you can utilise it, and what the future may bring from its inclusion in core.</li><li>Andrew tells us all about the 3 major features he has been working on recently, blowing away some of the smoke surrounding custom meta data capability handling, custom post types, and improved in menu handling.</li><li>We discuss how far away WordPress 3.1 is, and what changes we can look forward to seeing</li><li>We tackle the debate on whether hosting companies are on top of what their actual deliverables are to customers – do they need to innovate faster than they have?</li><li>We get down to the practicalities of performance and security and ask Andrew why the versions of software that run on your computer are important. What is the significance of these versions and what do they matter?</li><li>How comfortable should users be with upgrading and/or switching host companies?</li><li>Some quick tips and tricks for the developers out there &#8211; Andrew talks about leveraging API’s. Last week he held <a rel="nofollow" target="_blank" href="http://andrewnacin.com/2010/09/11/wcma-resources/">a talk on WordPress API&#8217;s</a> which will be available on <a rel="nofollow" target="_blank" href="http://wordpress.tv/">WordPress.tv</a> soon.</li><li>Andrew talks about how WordPress are taking a step back from the codex and building curated edited handbooks on specific topics.</li><li>We discuss the use of <a rel="nofollow" target="_blank" href="http://xref.yoast.com/">xref.yoast.com</a> which Joost has modified to make searching through functions a lot easier.</li></ul><p><strong>Picks of the week:</strong></p><ul><li><strong>Developer oriented:</strong><ul><li>Use the <code>WP_DEBUG</code> constant – this turns on all sorts of notices, and lets you know about deprecated functions you are using. Andrew talks about this in his article &#8220;<a rel="nofollow" target="_blank" href="http://andrewnacin.com/2010/03/22/deprecated-functions-and-wp_debug/">Deprecated functions and WP_DEBUG</a>&#8220;</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/log-deprecated-notices/">Log deprecated notices</a> by Andrew Nacin. It logs all the different things your plugins are doing on your install and puts them into a neat table</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/core-control/">Core control</a></li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/wordpress-beta-tester/">WordPress beta tester</a></li></ul></li><li><strong>User oriented:</strong><ul><li>Use screen options to hide or show what you want – e.g. custom fields.</li><li>Use the Help – for links to the WordPress codex and support forums.</li><li><a rel="nofollow" target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO</a> by Joost de Valk</li></ul></li></ul><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/zTUpx3vwXSo" height="1" width="1"/>";}i:5;a:9:{s:5:"title";s:53:"Yoast: WordPress plugin updates and how I (ab)used it";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/VR_W--m8iUw/";s:11:"description";s:913:"<p>Any WordPress site administrator will know WordPress has an auto update system for plugins. Not many people seem to think through how this works and what it means, which is why a lot of people started to say stuff when I "fixed" the BlogPress SEO situation earlier today. Let&#39;s walk through this essentially pretty easy [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-plugin-update/">WordPress plugin updates and how I (ab)used it</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3521";s:7:"pubdate";s:31:"Sun, 14 Nov 2010 11:50:38 -0800";s:7:"content";a:1:{s:7:"encoded";s:4304:"<p>Any WordPress site administrator will know WordPress has an auto update system for plugins. Not many people seem to think through how this works and what it means, which is why a lot of people started to say stuff when <a rel="nofollow"\n target="_blank" href="http://yoast.com/blogpress-seo-fix/">I "fixed" the BlogPress SEO situation</a> earlier today. Let''s walk through this essentially pretty easy system.</p><p>You have a set of plugins installed, WordPress gathers the name, slug (directory name), version number and some other things, and sends that to WordPress.org. On WordPress.org, the server tries to find that plugin within its system, and when it''s found it, it checks the version number against the current version number for that plugin. If it finds a newer version, it returns it. Simple, superb, just works, every day, for all of us.</p><h2>How I "used" the WordPress plugin update system</h2><p>The thing is, the update check relies on the fact that the plugin is on WordPress.org. If it''s not, it should return nothing. What I did was create a BlogPress SEO plugin on WordPress.org which was empty. Note that that''s easier for me than for most: I have a lot of registered plugins already, and most people who have the rights to approve a new plugin for me will do so without too much of a check. The empty plugin has the same name etc. and a higher version number than the current version BlogPress SEO sends out, and therefor it updates.</p><p>Call it genius, call it evil, some people thought it was pretty bad that it''s possible. In this case I used it for "good", where it could also be used for "bad". Mind you, I only did it when I found the backdoor, I wasn''t willing to do it before when it was "just" SEO spam, even though I had thought up this method about 11 months ago already.</p><p>This will not work for plugins that are already on WordPress.org, it might work for others. But remember: plugin requests do normally get a high level of scrutiny on WordPress.org. After that, if something bad got through, it would be pulled immediately. I doubt they''re going to pull this hijack of mine for obvious reasons: it does a good thing. Still, if you''re concerned about this happening, the fix is to apply <a rel="nofollow"\n target="_blank" href="http://markjaquith.wordpress.com/2009/12/14/excluding-your-plugin-or-theme-from-update-checks/">this method by Mark Jaquith</a>, or even better, replace it with your own update server.</p><h2>Is this legitimate (ab)use?</h2><p>Some people will argue I shouldn''t have done this. In this case, I think the end justifies the means, you''re welcome to disagree and give me your opinion, I sincerely want to hear that, ethical behavior is <em>very </em>important to me.</p><h2>Killswitch?</h2><p>This whole story also opened <a rel="nofollow"\n target="_blank" href="http://andreasnurbo.com/3371/wordpress-introduces-a-killswitch">the discussion about whether WordPress needs a kill switch</a> for stuff like this (this isn''t one, people have to upgrade, I can''t just kill the plugin). I think we do need one, but we should also set very strict rules on how to use that when we add it. But then again when someone purposefully adds a backdoor to WordPress blogs around the globe, I think the platform would benefit if we (or rather, the lead developers) would be able to "kill" that plugin on all WordPress.org blogs instantly. The issue is of course that a sophisticated developer would just disable that check, so in the end, there''s probably no chance of that. Of course this is also a one off fix, as all other bad people out there will now also apply Mark''s fix...</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-plugin-update/">WordPress plugin updates and how I (ab)used it</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/VR_W--m8iUw" height="1" width="1"/>";}s:10:"feedburner";a:1:{s:8:"origlink";s:108:"http://yoast.com/wordpress-plugin-update/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-plugin-update";}s:7:"summary";s:913:"<p>Any WordPress site administrator will know WordPress has an auto update system for plugins. Not many people seem to think through how this works and what it means, which is why a lot of people started to say stuff when I "fixed" the BlogPress SEO situation earlier today. Let&#39;s walk through this essentially pretty easy [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-plugin-update/">WordPress plugin updates and how I (ab)used it</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:4304:"<p>Any WordPress site administrator will know WordPress has an auto update system for plugins. Not many people seem to think through how this works and what it means, which is why a lot of people started to say stuff when <a rel="nofollow"\n target="_blank" href="http://yoast.com/blogpress-seo-fix/">I "fixed" the BlogPress SEO situation</a> earlier today. Let''s walk through this essentially pretty easy system.</p><p>You have a set of plugins installed, WordPress gathers the name, slug (directory name), version number and some other things, and sends that to WordPress.org. On WordPress.org, the server tries to find that plugin within its system, and when it''s found it, it checks the version number against the current version number for that plugin. If it finds a newer version, it returns it. Simple, superb, just works, every day, for all of us.</p><h2>How I "used" the WordPress plugin update system</h2><p>The thing is, the update check relies on the fact that the plugin is on WordPress.org. If it''s not, it should return nothing. What I did was create a BlogPress SEO plugin on WordPress.org which was empty. Note that that''s easier for me than for most: I have a lot of registered plugins already, and most people who have the rights to approve a new plugin for me will do so without too much of a check. The empty plugin has the same name etc. and a higher version number than the current version BlogPress SEO sends out, and therefor it updates.</p><p>Call it genius, call it evil, some people thought it was pretty bad that it''s possible. In this case I used it for "good", where it could also be used for "bad". Mind you, I only did it when I found the backdoor, I wasn''t willing to do it before when it was "just" SEO spam, even though I had thought up this method about 11 months ago already.</p><p>This will not work for plugins that are already on WordPress.org, it might work for others. But remember: plugin requests do normally get a high level of scrutiny on WordPress.org. After that, if something bad got through, it would be pulled immediately. I doubt they''re going to pull this hijack of mine for obvious reasons: it does a good thing. Still, if you''re concerned about this happening, the fix is to apply <a rel="nofollow"\n target="_blank" href="http://markjaquith.wordpress.com/2009/12/14/excluding-your-plugin-or-theme-from-update-checks/">this method by Mark Jaquith</a>, or even better, replace it with your own update server.</p><h2>Is this legitimate (ab)use?</h2><p>Some people will argue I shouldn''t have done this. In this case, I think the end justifies the means, you''re welcome to disagree and give me your opinion, I sincerely want to hear that, ethical behavior is <em>very </em>important to me.</p><h2>Killswitch?</h2><p>This whole story also opened <a rel="nofollow"\n target="_blank" href="http://andreasnurbo.com/3371/wordpress-introduces-a-killswitch">the discussion about whether WordPress needs a kill switch</a> for stuff like this (this isn''t one, people have to upgrade, I can''t just kill the plugin). I think we do need one, but we should also set very strict rules on how to use that when we add it. But then again when someone purposefully adds a backdoor to WordPress blogs around the globe, I think the platform would benefit if we (or rather, the lead developers) would be able to "kill" that plugin on all WordPress.org blogs instantly. The issue is of course that a sophisticated developer would just disable that check, so in the end, there''s probably no chance of that. Of course this is also a one off fix, as all other bad people out there will now also apply Mark''s fix...</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-plugin-update/">WordPress plugin updates and how I (ab)used it</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/VR_W--m8iUw" height="1" width="1"/>";}i:6;a:10:{s:5:"title";s:28:"Yoast: BlogPress SEO: solved";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/KqzcV4-uT98/";s:11:"description";s:878:"<p>I thought BlogPress SEO was bad, turns out, it&#39;s worse. It&#39;s malware. I had already discovered that it sent the admin email to the plugin&#39;s author, but today, mtekk uncovered that it was adding an option to log in, solely with that email address. Yes that&#39;s bad. I checked out the plugin code again, and [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/blogpress-seo-fix/">BlogPress SEO: solved</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3516";s:7:"pubdate";s:31:"Sat, 13 Nov 2010 23:46:57 -0800";s:7:"content";s:28:"Array\n            \n         ";s:5:"media";a:2:{s:7:"content";s:13:"\n            ";s:13:"content_title";s:20:"blogpress-seo-update";}s:10:"feedburner";a:1:{s:8:"origlink";s:96:"http://yoast.com/blogpress-seo-fix/#utm_source=rss&utm_medium=rss&utm_campaign=blogpress-seo-fix";}s:7:"summary";s:878:"<p>I thought BlogPress SEO was bad, turns out, it&#39;s worse. It&#39;s malware. I had already discovered that it sent the admin email to the plugin&#39;s author, but today, mtekk uncovered that it was adding an option to log in, solely with that email address. Yes that&#39;s bad. I checked out the plugin code again, and [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/blogpress-seo-fix/">BlogPress SEO: solved</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:7;a:10:{s:5:"title";s:64:"WordPress Podcast: WordPress UI improvements with John O’Nolan";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/Rk3yC7UYeTU/";s:11:"description";s:425:"John O’Nolan is currently working as Deputy Head of the UI group for WordPress on the development of the user interface, essentially designing the complete look and feel of the WordPress platform. Outside of his work for WordPress he is &#8230; <a rel="nofollow" target="_blank" href="http://wp-community.org/2010/11/11/wordpress-ui-improvements-with-john-onolan/">Continue reading <span class="meta-nav">&#8594;</span></a>";s:4:"guid";s:30:"http://wp-community.org/?p=816";s:7:"pubdate";s:31:"Thu, 11 Nov 2010 01:24:33 -0800";s:7:"content";a:1:{s:7:"encoded";s:3971:"<p><a rel="nofollow" target="_blank" href="http://john.onolan.org/">John O’Nolan</a> is currently working as Deputy Head of the <a rel="nofollow" target="_blank" href="http://make.wordpress.org/ui/">UI group for WordPress</a> on the development of the user interface, essentially designing the complete look and feel of the WordPress platform. Outside of his work for WordPress he is an independent web designer, entrepreneur and writer. He also contributes to a web design podcast on <a rel="nofollow" target="_blank" href="http://explicitweb.co.uk/">ExplicitWeb</a>, and is a founder of <a rel="nofollow" target="_blank" href="http://phosr.com/">Phosr</a>, an upcoming web application developed for photographers.</p><p>As John is a core member of the WordPress UI group, today’s shows takes an inside look into what he is currently working on and what he sees for the future development of the WordPress user interface.</p><ul><li>John explains the ins and outs of what his work with the WordPress UI group entails on a daily basis, and talks through some of the changes he has been involved in from pre 3.0 versions of WordPress to now.</li><li>It has just been announced that John is now the Head of Operations for <a rel="nofollow" target="_blank" href="http://radiiate.com/">Radiiate</a>, a creative agency founded by Adii, one of the founders of <a rel="nofollow" target="_blank" href="http://www.woothemes.com/">WooThemes</a>. He talks through what the company is and does.</li><li>John first started using the 2.3 WordPress release, and began his work with the core WordPress UI group on version 2.9.2 at the beginning of this year. We asked him for his opinion on how much progression there has been within the WordPress user interface, and also in comparison to other major open source platforms.</li><li>John talks through upcoming changes to new releases of WordPress and various elements of the user interface that are being improved and developed, including his work on a massive re factor of the WordPress Admin CSS files.</li><li>Frederick introduces and discusses <a rel="nofollow" target="_blank" href="http://sass-lang.com/">SASS</a> (Otherwise known as Syntactically Awesome Stylesheets) – an extension of CSS3 which helps in making it easier to manage large groups of CSS &#8211; especially for the benefit of developers.</li><li>John discusses a new book he is writing with Adii from WooThemes called <a rel="nofollow" target="_blank" href="http://www.amazon.co.uk/Designing-Emotion-John-ONolan/dp/1119992036/ref=sr_1_1?ie=UTF8&qid=1289459699&sr=8-1">‘Designing Emotion’</a> and how it came into being</li><li>We touch on the world of personal branding in the online community, and John&#8217;s <a rel="nofollow" target="_blank" href="http://john.onolan.org/personal-branding-the-science-of-the-web-celeb/">recent presentation on the topic</a>.</li><li>And finally we ask John what exciting things will be happening in 2010/2011 within WordPress.</li></ul><h2>Plugin picks of the week</h2><ul><li><a rel="nofollow" target="_blank" href="http://afterthedeadline.com/">After The Deadline</a> – a plugin that checks spelling and grammar in a post. It scans on the fly in the background and if you forget to do it, it will prompt you when you go to publish post. A great plugin for increasing professionalism and quality of posts.</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/">Subscribe To Comments Reloaded</a> – this plugin adds the option for you to force people to verify their email address before they can add a comment.</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/simple-user-admin/">Simple User Admin</a> – this plugin allows you to search for blogs and users, and easily change roles for people for specific blogs.</li></ul><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/Rk3yC7UYeTU" height="1" width="1"/>";}s:8:"category";s:7:"Podcast";s:10:"feedburner";a:2:{s:8:"origlink";s:78:"http://wp-community.org/2010/11/11/wordpress-ui-improvements-with-john-onolan/";s:17:"origenclosurelink";s:132:"http://media.blubrry.com/wordpresspodcast/media.rawvoice.com/seorockstars/www.webmasterradio.fm/mp3/wordpresspodcast/10/WP110910.mp3";}s:7:"summary";s:425:"John O’Nolan is currently working as Deputy Head of the UI group for WordPress on the development of the user interface, essentially designing the complete look and feel of the WordPress platform. Outside of his work for WordPress he is &#8230; <a rel="nofollow" target="_blank" href="http://wp-community.org/2010/11/11/wordpress-ui-improvements-with-john-onolan/">Continue reading <span class="meta-nav">&#8594;</span></a>";s:12:"atom_content";s:3971:"<p><a rel="nofollow" target="_blank" href="http://john.onolan.org/">John O’Nolan</a> is currently working as Deputy Head of the <a rel="nofollow" target="_blank" href="http://make.wordpress.org/ui/">UI group for WordPress</a> on the development of the user interface, essentially designing the complete look and feel of the WordPress platform. Outside of his work for WordPress he is an independent web designer, entrepreneur and writer. He also contributes to a web design podcast on <a rel="nofollow" target="_blank" href="http://explicitweb.co.uk/">ExplicitWeb</a>, and is a founder of <a rel="nofollow" target="_blank" href="http://phosr.com/">Phosr</a>, an upcoming web application developed for photographers.</p><p>As John is a core member of the WordPress UI group, today’s shows takes an inside look into what he is currently working on and what he sees for the future development of the WordPress user interface.</p><ul><li>John explains the ins and outs of what his work with the WordPress UI group entails on a daily basis, and talks through some of the changes he has been involved in from pre 3.0 versions of WordPress to now.</li><li>It has just been announced that John is now the Head of Operations for <a rel="nofollow" target="_blank" href="http://radiiate.com/">Radiiate</a>, a creative agency founded by Adii, one of the founders of <a rel="nofollow" target="_blank" href="http://www.woothemes.com/">WooThemes</a>. He talks through what the company is and does.</li><li>John first started using the 2.3 WordPress release, and began his work with the core WordPress UI group on version 2.9.2 at the beginning of this year. We asked him for his opinion on how much progression there has been within the WordPress user interface, and also in comparison to other major open source platforms.</li><li>John talks through upcoming changes to new releases of WordPress and various elements of the user interface that are being improved and developed, including his work on a massive re factor of the WordPress Admin CSS files.</li><li>Frederick introduces and discusses <a rel="nofollow" target="_blank" href="http://sass-lang.com/">SASS</a> (Otherwise known as Syntactically Awesome Stylesheets) – an extension of CSS3 which helps in making it easier to manage large groups of CSS &#8211; especially for the benefit of developers.</li><li>John discusses a new book he is writing with Adii from WooThemes called <a rel="nofollow" target="_blank" href="http://www.amazon.co.uk/Designing-Emotion-John-ONolan/dp/1119992036/ref=sr_1_1?ie=UTF8&qid=1289459699&sr=8-1">‘Designing Emotion’</a> and how it came into being</li><li>We touch on the world of personal branding in the online community, and John&#8217;s <a rel="nofollow" target="_blank" href="http://john.onolan.org/personal-branding-the-science-of-the-web-celeb/">recent presentation on the topic</a>.</li><li>And finally we ask John what exciting things will be happening in 2010/2011 within WordPress.</li></ul><h2>Plugin picks of the week</h2><ul><li><a rel="nofollow" target="_blank" href="http://afterthedeadline.com/">After The Deadline</a> – a plugin that checks spelling and grammar in a post. It scans on the fly in the background and if you forget to do it, it will prompt you when you go to publish post. A great plugin for increasing professionalism and quality of posts.</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/">Subscribe To Comments Reloaded</a> – this plugin adds the option for you to force people to verify their email address before they can add a comment.</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/simple-user-admin/">Simple User Admin</a> – this plugin allows you to search for blogs and users, and easily change roles for people for specific blogs.</li></ul><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/Rk3yC7UYeTU" height="1" width="1"/>";}i:8;a:10:{s:5:"title";s:74:"WordPress Podcast: A Taste of WPCandy: Your Breaking Community News Source";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/abXvEZk3JJg/";s:11:"description";s:411:"Ryan Imel, Editor-in-Chief of WP Candy transformed what was once a tutorial site for the past years into a face-paced breaking WordPress news site. Ryan is a serial entrepreneur having created projects like COMMENTbits and others. On the show we &#8230; <a rel="nofollow" target="_blank" href="http://wp-community.org/2010/10/28/wpcandy-breaking-news/">Continue reading <span class="meta-nav">&#8594;</span></a>";s:4:"guid";s:30:"http://wp-community.org/?p=803";s:7:"pubdate";s:31:"Thu, 28 Oct 2010 10:46:23 -0700";s:7:"content";a:1:{s:7:"encoded";s:2383:"<div id="attachment_809" class="wp-caption alignright" style="width:260px;"><a rel="nofollow" target="_blank" href="http://wp-community.org/wp/wp-content/uploads/2010/10/ryan-imel.jpg"><img src="http://wp-community.org/wp/wp-content/uploads/2010/10/ryan-imel.jpg" alt="" title="ryan-imel" width="250" height="215" class="size-full wp-image-809"/></a><p class="wp-caption-text">Ryan Imel</p></div><p><a rel="nofollow" target="_blank" href="http://twitter.com/#!/ryanimel">Ryan Imel</a>,  Editor-in-Chief of <a rel="nofollow" target="_blank" href="http://wpcandy.com/">WP Candy</a> transformed what  was once a tutorial site for the past years into a face-paced breaking WordPress  news site. Ryan is a serial entrepreneur having created projects like <a rel="nofollow" target="_blank" href="http://commentbits.com/">COMMENTbits</a> and <a rel="nofollow" target="_blank" href="http://gooroohq.com/">others</a>. On the show we review Ryan’s goals for  the transformation and how he feels value is provided to the readership. Upon  visiting WP Candy, users will find the latest and greatest news, WordCamp  recaps, reviews, podcasts, interviews, podcasts, plugins, themes and of course  tutorials as always. Among the interesting goodies tucked away in the site is  the <a rel="nofollow" target="_blank" href="http://themefinder.wpcandy.com/">theme finder</a>. We also discuss  mechanics of getting a new site started including site structure, taxonomies  and uses of tags and tag clouds.</p><p>We invite everyone to <a rel="nofollow" target="_blank" href="http://wpcandy.com/is/powered-by-you">submit reviews and tips</a> at WP  Candy and help Ryan and his team continue to help us all stay up-to-date with  WordPress news.</p><p>Plugin Picks of the Week:</p><ul><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/post-revision-display/">Post Revision  Display</a>: Displays  post-publication revisions along with differences/changes from current revision  on single post views.</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/oembed-provider/">oEmbed Provider</a>:  oEmbed is a powerful protocol  that allows sites to automatically embed content from 3rd parties directly into  their site in whatever way they choose.</li></ul><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/abXvEZk3JJg" height="1" width="1"/>";}s:8:"category";s:7:"Podcast";s:10:"feedburner";a:2:{s:8:"origlink";s:57:"http://wp-community.org/2010/10/28/wpcandy-breaking-news/";s:17:"origenclosurelink";s:133:"http://media.blubrry.com/wordpresspodcast/media.rawvoice.com/seorockstars/www2.webmasterradio.fm/mp3/wordpresspodcast/10/WP101910.mp3";}s:7:"summary";s:411:"Ryan Imel, Editor-in-Chief of WP Candy transformed what was once a tutorial site for the past years into a face-paced breaking WordPress news site. Ryan is a serial entrepreneur having created projects like COMMENTbits and others. On the show we &#8230; <a rel="nofollow" target="_blank" href="http://wp-community.org/2010/10/28/wpcandy-breaking-news/">Continue reading <span class="meta-nav">&#8594;</span></a>";s:12:"atom_content";s:2383:"<div id="attachment_809" class="wp-caption alignright" style="width:260px;"><a rel="nofollow" target="_blank" href="http://wp-community.org/wp/wp-content/uploads/2010/10/ryan-imel.jpg"><img src="http://wp-community.org/wp/wp-content/uploads/2010/10/ryan-imel.jpg" alt="" title="ryan-imel" width="250" height="215" class="size-full wp-image-809"/></a><p class="wp-caption-text">Ryan Imel</p></div><p><a rel="nofollow" target="_blank" href="http://twitter.com/#!/ryanimel">Ryan Imel</a>,  Editor-in-Chief of <a rel="nofollow" target="_blank" href="http://wpcandy.com/">WP Candy</a> transformed what  was once a tutorial site for the past years into a face-paced breaking WordPress  news site. Ryan is a serial entrepreneur having created projects like <a rel="nofollow" target="_blank" href="http://commentbits.com/">COMMENTbits</a> and <a rel="nofollow" target="_blank" href="http://gooroohq.com/">others</a>. On the show we review Ryan’s goals for  the transformation and how he feels value is provided to the readership. Upon  visiting WP Candy, users will find the latest and greatest news, WordCamp  recaps, reviews, podcasts, interviews, podcasts, plugins, themes and of course  tutorials as always. Among the interesting goodies tucked away in the site is  the <a rel="nofollow" target="_blank" href="http://themefinder.wpcandy.com/">theme finder</a>. We also discuss  mechanics of getting a new site started including site structure, taxonomies  and uses of tags and tag clouds.</p><p>We invite everyone to <a rel="nofollow" target="_blank" href="http://wpcandy.com/is/powered-by-you">submit reviews and tips</a> at WP  Candy and help Ryan and his team continue to help us all stay up-to-date with  WordPress news.</p><p>Plugin Picks of the Week:</p><ul><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/post-revision-display/">Post Revision  Display</a>: Displays  post-publication revisions along with differences/changes from current revision  on single post views.</li><li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/oembed-provider/">oEmbed Provider</a>:  oEmbed is a powerful protocol  that allows sites to automatically embed content from 3rd parties directly into  their site in whatever way they choose.</li></ul><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/abXvEZk3JJg" height="1" width="1"/>";}i:9;a:10:{s:5:"title";s:52:"Yoast: Facebook Share (for WP E-Commerce sites too!)";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/dJGjvAPqm4k/";s:11:"description";s:791:"<p>Sharing posts on Facebook is more fun when you have the proper Facebook share meta tags in your posts and pages, so the content you focus on get&#39;s shared. Especially useful for WP E-Commerce based sites!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/facebook-share-wordpress/">Facebook Share (for WP E-Commerce sites too!)</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3441";s:7:"pubdate";s:31:"Thu, 21 Oct 2010 12:52:14 -0700";s:7:"content";s:28:"Array\n            \n         ";s:5:"media";a:2:{s:7:"content";s:13:"\n            ";s:13:"content_title";s:13:"Facebook logo";}s:10:"feedburner";a:1:{s:8:"origlink";s:110:"http://yoast.com/facebook-share-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=facebook-share-wordpress";}s:7:"summary";s:791:"<p>Sharing posts on Facebook is more fun when you have the proper Facebook share meta tags in your posts and pages, so the content you focus on get&#39;s shared. Especially useful for WP E-Commerce based sites!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/facebook-share-wordpress/">Facebook Share (for WP E-Commerce sites too!)</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:10;a:10:{s:5:"title";s:34:"Yoast: BlogPress SEO Plugin: Spam!";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/30G0YNW7Z1c/";s:11:"description";s:850:"<p>Let me tell you why I consider BlogPress SEO to be spam and why I think no one should ever use it. Every other week, I&#39;ll get an email from people asking me to review their plugin. I like doing that, and sometimes I&#39;ll even mention a plugin that gets emailed to me in a [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/blogpress-seo-plugin-spam/">BlogPress SEO Plugin: Spam!</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3434";s:7:"pubdate";s:31:"Tue, 19 Oct 2010 08:29:59 -0700";s:7:"content";s:28:"Array\n            \n         ";s:5:"media";a:2:{s:7:"content";s:13:"\n            ";s:13:"content_title";s:18:"Search Engine Spam";}s:10:"feedburner";a:1:{s:8:"origlink";s:112:"http://yoast.com/blogpress-seo-plugin-spam/#utm_source=rss&utm_medium=rss&utm_campaign=blogpress-seo-plugin-spam";}s:7:"summary";s:850:"<p>Let me tell you why I consider BlogPress SEO to be spam and why I think no one should ever use it. Every other week, I&#39;ll get an email from people asking me to review their plugin. I like doing that, and sometimes I&#39;ll even mention a plugin that gets emailed to me in a [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/blogpress-seo-plugin-spam/">BlogPress SEO Plugin: Spam!</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:11;a:10:{s:5:"title";s:58:"Yoast: Event tracking, bounce rate and affiliate marketing";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/z2CN-sF5z7o/";s:11:"description";s:899:"<p>Apparently, the way event tracking tracking works in Analytics, and how it impacts bounce rate, is still not understood as widely as I expected it to be, and I&#39;m not the only one to think that. So let me explain to you how bounce rate is influenced by (properly set up) event tracking, and how to [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/event-tracking-bounce-rate/">Event tracking, bounce rate and affiliate marketing</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3409";s:7:"pubdate";s:31:"Sun, 17 Oct 2010 14:05:32 -0700";s:7:"content";s:28:"Array\n            \n         ";s:5:"media";a:2:{s:7:"content";s:13:"\n            ";s:13:"content_title";s:20:"bounce-question-mark";}s:10:"feedburner";a:1:{s:8:"origlink";s:114:"http://yoast.com/event-tracking-bounce-rate/#utm_source=rss&utm_medium=rss&utm_campaign=event-tracking-bounce-rate";}s:7:"summary";s:899:"<p>Apparently, the way event tracking tracking works in Analytics, and how it impacts bounce rate, is still not understood as widely as I expected it to be, and I&#39;m not the only one to think that. So let me explain to you how bounce rate is influenced by (properly set up) event tracking, and how to [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/event-tracking-bounce-rate/">Event tracking, bounce rate and affiliate marketing</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:12;a:10:{s:5:"title";s:37:"Yoast: Quick WP Tip: edit_term_link()";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/w_YPLBphJqQ/";s:11:"description";s:859:"<p>I&#39;ve started optimizing tags, categories and custom taxonomies a lot more lately now that I can do all these neat things with them in my WordPress SEO plugin, and since I&#39;m a busy guy I want to be able to do that quickly. So I wanted to edit my templates for those taxonomies to include [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/edit-term-link/">Quick WP Tip: edit_term_link()</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3364";s:7:"pubdate";s:31:"Thu, 14 Oct 2010 07:00:50 -0700";s:7:"content";a:1:{s:7:"encoded";s:7832:"<p>I''ve started optimizing tags, categories and custom taxonomies a lot more lately now that I can do all these neat things with them in my <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO plugin</a>, and since I''m a busy guy I want to be able to do that quickly. So I wanted to edit my templates for those taxonomies to include an edit link. Looking through the WordPress source I could only find an <a rel="nofollow"\n target="_blank" href="http://xref.yoast.com/trunk/nav.html?_functions/edit_tag_link.html"><code>edit_tag_link</code></a> function, and I wanted it to work on custom taxonomies too. Turns out there''s nothing in core for that just yet.</p><p>Because I have to stay true to my own mentality expressed in another post: if you can fix it, do it, and submit a patch. So I made an <code>edit_term_link</code> function, created a patch and attached that to an already existing <a rel="nofollow"\n target="_blank" href="http://core.trac.wordpress.org/ticket/9702">issue 9702</a> in the WordPress Trac that asked for something like that. <del\n datetime="2010-10-13T19:36:33+00:00">We''ll see if it makes into core, I thought you might find it cool. </del> My <a rel="nofollow"\n target="_blank" href="http://core.trac.wordpress.org/attachment/ticket/9702/edit_term_link.2.patch">patch</a> just got <a rel="nofollow"\n target="_blank" href="http://core.trac.wordpress.org/changeset/15792">committed</a> into core, so in WordPress 3.1, you''ll have <code>edit_term_link</code> and <code>get_edit_term_link</code>!</p><p>To be sure your site doesn''t die when you upgrade, I wrapped it in a <code>if function_exists</code> wrapper. You can just copy the code into your theme''s functions.php file, and then call <code>edit_term_link()</code> in your category, tag &#038; taxonomy pages. Here''s the code:</p><div\n class="wp_syntax"><div\n class="code"><pre class="php" style="font-family:monospace;"><span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> <span style="color:#339933;">!</span><span style="color:#990000;">function_exists</span><span style="color:#009900;">&#40;</span><span style="color:#0000ff;">''edit_term_link''</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n  <span style="color:#000000;font-weight:bold;">function</span> edit_term_link<span style="color:#009900;">&#40;</span> <span style="color:#000088;">$link</span> <span style="color:#339933;">=</span> <span style="color:#0000ff;">''''</span><span style="color:#339933;">,</span> <span style="color:#000088;">$before</span> <span style="color:#339933;">=</span> <span style="color:#0000ff;">''''</span><span style="color:#339933;">,</span> \n      <span style="color:#000088;">$after</span> <span style="color:#339933;">=</span> <span style="color:#0000ff;">''''</span><span style="color:#339933;">,</span> <span style="color:#000088;">$term</span> <span style="color:#339933;">=</span> <span style="color:#000000;font-weight:bold;">null</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n&nbsp;\n    <span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> <span style="color:#000088;">$term</span> <span style="color:#339933;">==</span> <span style="color:#000000;font-weight:bold;">null</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n      <span style="color:#990000;">global</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">;</span>\n      <span style="color:#000088;">$term</span> <span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">get_queried_object</span><span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span>\n    <span style="color:#009900;">&#125;</span>\n&nbsp;\n    <span style="color:#000088;">$tax</span> <span style="color:#339933;">=</span> get_taxonomy<span style="color:#009900;">&#40;</span> <span style="color:#000088;">$term</span><span style="color:#339933;">-></span><span style="color:#004000;">taxonomy</span> <span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span>\n    <span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> <span style="color:#339933;">!</span>current_user_can<span style="color:#009900;">&#40;</span><span style="color:#000088;">$tax</span><span style="color:#339933;">-></span><span style="color:#004000;">cap</span><span style="color:#339933;">-></span><span style="color:#004000;">edit_terms</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span>\n      <span style="color:#b1b100;">return</span><span style="color:#339933;">;</span>\n&nbsp;\n    <span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> <span style="color:#990000;">empty</span><span style="color:#009900;">&#40;</span><span style="color:#000088;">$link</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span>\n      <span style="color:#000088;">$link</span> <span style="color:#339933;">=</span> __<span style="color:#009900;">&#40;</span><span style="color:#0000ff;">''Edit This''</span><span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span>\n&nbsp;\n    <span style="color:#000088;">$link</span> <span style="color:#339933;">=</span> <span style="color:#0000ff;">''<a href="''</span> <span style="color:#339933;">.</span> get_edit_tag_link<span style="color:#009900;">&#40;</span> <span style="color:#000088;">$term</span><span style="color:#339933;">-></span><span style="color:#004000;">term_id</span><span style="color:#339933;">,</span> \n        <span style="color:#000088;">$term</span><span style="color:#339933;">-></span><span style="color:#004000;">taxonomy</span> <span style="color:#009900;">&#41;</span> <span style="color:#339933;">.</span> <span style="color:#0000ff;">''" title="''</span> <span style="color:#339933;">.</span> <span style="color:#000088;">$link</span> <span style="color:#339933;">.</span> <span style="color:#0000ff;">''">''</span> <span style="color:#339933;">.</span> <span style="color:#000088;">$link</span> <span style="color:#339933;">.</span> <span style="color:#0000ff;">''</a>''</span><span style="color:#339933;">;</span>\n    <span style="color:#990000;">echo</span> <span style="color:#000088;">$before</span> <span style="color:#339933;">.</span> \n       apply_filters<span style="color:#009900;">&#40;</span> <span style="color:#0000ff;">''edit_term_link''</span><span style="color:#339933;">,</span> <span style="color:#000088;">$link</span><span style="color:#339933;">,</span> <span style="color:#000088;">$term</span><span style="color:#339933;">-></span><span style="color:#004000;">term_id</span> <span style="color:#009900;">&#41;</span> <span style="color:#339933;">.</span> <span style="color:#000088;">$after</span><span style="color:#339933;">;</span>\n  <span style="color:#009900;">&#125;</span>\n<span style="color:#009900;">&#125;</span></pre></div></div><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/edit-term-link/">Quick WP Tip: edit_term_link()</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/w_YPLBphJqQ" height="1" width="1"/>";}s:8:"category";s:9:"WordPress";s:10:"feedburner";a:1:{s:8:"origlink";s:90:"http://yoast.com/edit-term-link/#utm_source=rss&utm_medium=rss&utm_campaign=edit-term-link";}s:7:"summary";s:859:"<p>I&#39;ve started optimizing tags, categories and custom taxonomies a lot more lately now that I can do all these neat things with them in my WordPress SEO plugin, and since I&#39;m a busy guy I want to be able to do that quickly. So I wanted to edit my templates for those taxonomies to include [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/edit-term-link/">Quick WP Tip: edit_term_link()</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:7832:"<p>I''ve started optimizing tags, categories and custom taxonomies a lot more lately now that I can do all these neat things with them in my <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO plugin</a>, and since I''m a busy guy I want to be able to do that quickly. So I wanted to edit my templates for those taxonomies to include an edit link. Looking through the WordPress source I could only find an <a rel="nofollow"\n target="_blank" href="http://xref.yoast.com/trunk/nav.html?_functions/edit_tag_link.html"><code>edit_tag_link</code></a> function, and I wanted it to work on custom taxonomies too. Turns out there''s nothing in core for that just yet.</p><p>Because I have to stay true to my own mentality expressed in another post: if you can fix it, do it, and submit a patch. So I made an <code>edit_term_link</code> function, created a patch and attached that to an already existing <a rel="nofollow"\n target="_blank" href="http://core.trac.wordpress.org/ticket/9702">issue 9702</a> in the WordPress Trac that asked for something like that. <del\n datetime="2010-10-13T19:36:33+00:00">We''ll see if it makes into core, I thought you might find it cool. </del> My <a rel="nofollow"\n target="_blank" href="http://core.trac.wordpress.org/attachment/ticket/9702/edit_term_link.2.patch">patch</a> just got <a rel="nofollow"\n target="_blank" href="http://core.trac.wordpress.org/changeset/15792">committed</a> into core, so in WordPress 3.1, you''ll have <code>edit_term_link</code> and <code>get_edit_term_link</code>!</p><p>To be sure your site doesn''t die when you upgrade, I wrapped it in a <code>if function_exists</code> wrapper. You can just copy the code into your theme''s functions.php file, and then call <code>edit_term_link()</code> in your category, tag &#038; taxonomy pages. Here''s the code:</p><div\n class="wp_syntax"><div\n class="code"><pre class="php" style="font-family:monospace;"><span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> <span style="color:#339933;">!</span><span style="color:#990000;">function_exists</span><span style="color:#009900;">&#40;</span><span style="color:#0000ff;">''edit_term_link''</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n  <span style="color:#000000;font-weight:bold;">function</span> edit_term_link<span style="color:#009900;">&#40;</span> <span style="color:#000088;">$link</span> <span style="color:#339933;">=</span> <span style="color:#0000ff;">''''</span><span style="color:#339933;">,</span> <span style="color:#000088;">$before</span> <span style="color:#339933;">=</span> <span style="color:#0000ff;">''''</span><span style="color:#339933;">,</span> \n      <span style="color:#000088;">$after</span> <span style="color:#339933;">=</span> <span style="color:#0000ff;">''''</span><span style="color:#339933;">,</span> <span style="color:#000088;">$term</span> <span style="color:#339933;">=</span> <span style="color:#000000;font-weight:bold;">null</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n&nbsp;\n    <span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> <span style="color:#000088;">$term</span> <span style="color:#339933;">==</span> <span style="color:#000000;font-weight:bold;">null</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n      <span style="color:#990000;">global</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">;</span>\n      <span style="color:#000088;">$term</span> <span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">get_queried_object</span><span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span>\n    <span style="color:#009900;">&#125;</span>\n&nbsp;\n    <span style="color:#000088;">$tax</span> <span style="color:#339933;">=</span> get_taxonomy<span style="color:#009900;">&#40;</span> <span style="color:#000088;">$term</span><span style="color:#339933;">-></span><span style="color:#004000;">taxonomy</span> <span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span>\n    <span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> <span style="color:#339933;">!</span>current_user_can<span style="color:#009900;">&#40;</span><span style="color:#000088;">$tax</span><span style="color:#339933;">-></span><span style="color:#004000;">cap</span><span style="color:#339933;">-></span><span style="color:#004000;">edit_terms</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span>\n      <span style="color:#b1b100;">return</span><span style="color:#339933;">;</span>\n&nbsp;\n    <span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> <span style="color:#990000;">empty</span><span style="color:#009900;">&#40;</span><span style="color:#000088;">$link</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span>\n      <span style="color:#000088;">$link</span> <span style="color:#339933;">=</span> __<span style="color:#009900;">&#40;</span><span style="color:#0000ff;">''Edit This''</span><span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span>\n&nbsp;\n    <span style="color:#000088;">$link</span> <span style="color:#339933;">=</span> <span style="color:#0000ff;">''<a href="''</span> <span style="color:#339933;">.</span> get_edit_tag_link<span style="color:#009900;">&#40;</span> <span style="color:#000088;">$term</span><span style="color:#339933;">-></span><span style="color:#004000;">term_id</span><span style="color:#339933;">,</span> \n        <span style="color:#000088;">$term</span><span style="color:#339933;">-></span><span style="color:#004000;">taxonomy</span> <span style="color:#009900;">&#41;</span> <span style="color:#339933;">.</span> <span style="color:#0000ff;">''" title="''</span> <span style="color:#339933;">.</span> <span style="color:#000088;">$link</span> <span style="color:#339933;">.</span> <span style="color:#0000ff;">''">''</span> <span style="color:#339933;">.</span> <span style="color:#000088;">$link</span> <span style="color:#339933;">.</span> <span style="color:#0000ff;">''</a>''</span><span style="color:#339933;">;</span>\n    <span style="color:#990000;">echo</span> <span style="color:#000088;">$before</span> <span style="color:#339933;">.</span> \n       apply_filters<span style="color:#009900;">&#40;</span> <span style="color:#0000ff;">''edit_term_link''</span><span style="color:#339933;">,</span> <span style="color:#000088;">$link</span><span style="color:#339933;">,</span> <span style="color:#000088;">$term</span><span style="color:#339933;">-></span><span style="color:#004000;">term_id</span> <span style="color:#009900;">&#41;</span> <span style="color:#339933;">.</span> <span style="color:#000088;">$after</span><span style="color:#339933;">;</span>\n  <span style="color:#009900;">&#125;</span>\n<span style="color:#009900;">&#125;</span></pre></div></div><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/edit-term-link/">Quick WP Tip: edit_term_link()</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/w_YPLBphJqQ" height="1" width="1"/>";}i:13;a:9:{s:5:"title";s:41:"Yoast: Quick WP Tip: get_queried_object()";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/riUiJMHH1vo/";s:11:"description";s:863:"<p>Getting the queried object in WordPress can be done in two ways: the hard way, and the easy way. Unfortunately for me, I only found out about the easy way a couple of days ago... The class wp_query has a function get_queried_object() that can be quite useful. Let me show you the old code I [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/get-queried-object/">Quick WP Tip: get_queried_object()</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3362";s:7:"pubdate";s:31:"Wed, 13 Oct 2010 06:25:48 -0700";s:7:"content";a:1:{s:7:"encoded";s:6576:"<p>Getting the queried object in WordPress can be done in two ways: the hard way, and the easy way. Unfortunately for me, I only found out about the easy way a couple of days ago... The class <a rel="nofollow"\n target="_blank" href="http://xref.yoast.com/trunk/nav.html?_classes/wp_query.html"><code>wp_query</code></a> has a function <a rel="nofollow"\n target="_blank" href="http://xref.yoast.com/trunk/nav.html?_functions/get_queried_object.html"><code>get_queried_object()</code></a> that can be quite useful. Let me show you the old code I used:</p><div\n class="wp_syntax"><div\n class="code"><pre class="php" style="font-family:monospace;"><span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> is_tax<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">||</span> is_tag<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">||</span> is_category<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n	<span style="color:#666666;font-style:italic;">// Because WP doesn''t set taxonomy and term on </span>\n	<span style="color:#666666;font-style:italic;">// category and tag pages we need to grab them here.</span>\n	<span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> is_tag<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n		<span style="color:#000088;">$taxonomy</span> 	<span style="color:#339933;">=</span> <span style="color:#0000ff;">''post_tag''</span><span style="color:#339933;">;</span>\n		<span style="color:#000088;">$term</span> 		<span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">query_vars</span><span style="color:#009900;">&#91;</span><span style="color:#0000ff;">''tag''</span><span style="color:#009900;">&#93;</span><span style="color:#339933;">;</span>\n	<span style="color:#009900;">&#125;</span> <span style="color:#b1b100;">else</span> <span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> is_category<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n		<span style="color:#000088;">$taxonomy</span> 	<span style="color:#339933;">=</span> <span style="color:#0000ff;">''category''</span><span style="color:#339933;">;</span>\n		<span style="color:#000088;">$term</span>		<span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">query_vars</span><span style="color:#009900;">&#91;</span><span style="color:#0000ff;">''category_name''</span><span style="color:#009900;">&#93;</span><span style="color:#339933;">;</span>\n	<span style="color:#009900;">&#125;</span> <span style="color:#b1b100;">else</span> <span style="color:#009900;">&#123;</span>\n		<span style="color:#000088;">$taxonomy</span> 	<span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">query_vars</span><span style="color:#009900;">&#91;</span><span style="color:#0000ff;">''taxonomy''</span><span style="color:#009900;">&#93;</span><span style="color:#339933;">;</span>\n		<span style="color:#000088;">$term</span> 		<span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">query_vars</span><span style="color:#009900;">&#91;</span><span style="color:#0000ff;">''term''</span><span style="color:#009900;">&#93;</span><span style="color:#339933;">;</span>\n	<span style="color:#009900;">&#125;</span>\n&nbsp;\n	<span style="color:#000088;">$term</span> <span style="color:#339933;">=</span> get_term_by<span style="color:#009900;">&#40;</span> <span style="color:#0000ff;">''slug''</span><span style="color:#339933;">,</span> <span style="color:#000088;">$term</span><span style="color:#339933;">,</span> <span style="color:#000088;">$taxonomy</span> <span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span></pre></div></div><p>See how that is a bit ugly? That shouldn''t be necessary right? (Let''s not talk about the fact that <code>is_tax()</code> returns false when in a category or tag archive, even though that''s weird at least.) Let''s see how it can be done with <code>get_queried_object</code>:</p><div\n class="wp_syntax"><div\n class="code"><pre class="php" style="font-family:monospace;"><span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> is_tax<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">||</span> is_tag<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">||</span> is_category<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n	<span style="color:#000088;">$term</span> <span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">get_queried_object</span><span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span></pre></div></div><p>That''s like 20 times more efficient right? Looking through my code I have used this call in the past, but somehow forgot about it. Hence this reminder to myself, and all of you, that it''s there and that it can do some wonderful things for you!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/get-queried-object/">Quick WP Tip: get_queried_object()</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/riUiJMHH1vo" height="1" width="1"/>";}s:10:"feedburner";a:1:{s:8:"origlink";s:98:"http://yoast.com/get-queried-object/#utm_source=rss&utm_medium=rss&utm_campaign=get-queried-object";}s:7:"summary";s:863:"<p>Getting the queried object in WordPress can be done in two ways: the hard way, and the easy way. Unfortunately for me, I only found out about the easy way a couple of days ago... The class wp_query has a function get_queried_object() that can be quite useful. Let me show you the old code I [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/get-queried-object/">Quick WP Tip: get_queried_object()</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:6576:"<p>Getting the queried object in WordPress can be done in two ways: the hard way, and the easy way. Unfortunately for me, I only found out about the easy way a couple of days ago... The class <a rel="nofollow"\n target="_blank" href="http://xref.yoast.com/trunk/nav.html?_classes/wp_query.html"><code>wp_query</code></a> has a function <a rel="nofollow"\n target="_blank" href="http://xref.yoast.com/trunk/nav.html?_functions/get_queried_object.html"><code>get_queried_object()</code></a> that can be quite useful. Let me show you the old code I used:</p><div\n class="wp_syntax"><div\n class="code"><pre class="php" style="font-family:monospace;"><span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> is_tax<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">||</span> is_tag<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">||</span> is_category<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n	<span style="color:#666666;font-style:italic;">// Because WP doesn''t set taxonomy and term on </span>\n	<span style="color:#666666;font-style:italic;">// category and tag pages we need to grab them here.</span>\n	<span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> is_tag<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n		<span style="color:#000088;">$taxonomy</span> 	<span style="color:#339933;">=</span> <span style="color:#0000ff;">''post_tag''</span><span style="color:#339933;">;</span>\n		<span style="color:#000088;">$term</span> 		<span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">query_vars</span><span style="color:#009900;">&#91;</span><span style="color:#0000ff;">''tag''</span><span style="color:#009900;">&#93;</span><span style="color:#339933;">;</span>\n	<span style="color:#009900;">&#125;</span> <span style="color:#b1b100;">else</span> <span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> is_category<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n		<span style="color:#000088;">$taxonomy</span> 	<span style="color:#339933;">=</span> <span style="color:#0000ff;">''category''</span><span style="color:#339933;">;</span>\n		<span style="color:#000088;">$term</span>		<span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">query_vars</span><span style="color:#009900;">&#91;</span><span style="color:#0000ff;">''category_name''</span><span style="color:#009900;">&#93;</span><span style="color:#339933;">;</span>\n	<span style="color:#009900;">&#125;</span> <span style="color:#b1b100;">else</span> <span style="color:#009900;">&#123;</span>\n		<span style="color:#000088;">$taxonomy</span> 	<span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">query_vars</span><span style="color:#009900;">&#91;</span><span style="color:#0000ff;">''taxonomy''</span><span style="color:#009900;">&#93;</span><span style="color:#339933;">;</span>\n		<span style="color:#000088;">$term</span> 		<span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">query_vars</span><span style="color:#009900;">&#91;</span><span style="color:#0000ff;">''term''</span><span style="color:#009900;">&#93;</span><span style="color:#339933;">;</span>\n	<span style="color:#009900;">&#125;</span>\n&nbsp;\n	<span style="color:#000088;">$term</span> <span style="color:#339933;">=</span> get_term_by<span style="color:#009900;">&#40;</span> <span style="color:#0000ff;">''slug''</span><span style="color:#339933;">,</span> <span style="color:#000088;">$term</span><span style="color:#339933;">,</span> <span style="color:#000088;">$taxonomy</span> <span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span></pre></div></div><p>See how that is a bit ugly? That shouldn''t be necessary right? (Let''s not talk about the fact that <code>is_tax()</code> returns false when in a category or tag archive, even though that''s weird at least.) Let''s see how it can be done with <code>get_queried_object</code>:</p><div\n class="wp_syntax"><div\n class="code"><pre class="php" style="font-family:monospace;"><span style="color:#b1b100;">if</span> <span style="color:#009900;">&#40;</span> is_tax<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">||</span> is_tag<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">||</span> is_category<span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n	<span style="color:#000088;">$term</span> <span style="color:#339933;">=</span> <span style="color:#000088;">$wp_query</span><span style="color:#339933;">-></span><span style="color:#004000;">get_queried_object</span><span style="color:#009900;">&#40;</span><span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span></pre></div></div><p>That''s like 20 times more efficient right? Looking through my code I have used this call in the past, but somehow forgot about it. Hence this reminder to myself, and all of you, that it''s there and that it can do some wonderful things for you!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/get-queried-object/">Quick WP Tip: get_queried_object()</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/riUiJMHH1vo" height="1" width="1"/>";}i:14;a:9:{s:5:"title";s:60:"WordPress Podcast: Interview with Brian Clark of Copyblogger";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/zMAFwlboh4w/";s:11:"description";s:407:"This weeks guest was Brian Clark of Copyblogger. Copyblogger recently merged with StudioPress to form Copyblogger Media, and as Brian was also already involved with the Scribe SEO plugin too, that was added to the group as well. This means &#8230; <a rel="nofollow" target="_blank" href="http://wp-community.org/2010/10/13/brian-clark-copyblogger/">Continue reading <span class="meta-nav">&#8594;</span></a>";s:4:"guid";s:30:"http://wp-community.org/?p=790";s:7:"pubdate";s:31:"Wed, 13 Oct 2010 00:35:17 -0700";s:7:"content";a:1:{s:7:"encoded";s:1101:"<div id="attachment_791" class="wp-caption alignright" style="width:210px;"><img class="size-full wp-image-791" title="Brian Clark - Copyblogger Media" src="http://wp-community.org/wp/wp-content/uploads/2010/10/brian-clark-copyblogger-media.jpg" alt="Brian Clark - Copyblogger Media" width="200" height="200"/><p class="wp-caption-text">Brian Clark</p></div><p>This weeks guest was Brian Clark of <a rel="nofollow" target="_blank" href="http://www.copyblogger.com/">Copyblogger</a>. Copyblogger recently merged with StudioPress to form Copyblogger Media, and as Brian was also already involved with the Scribe SEO plugin too, that was added to the group as well. This means the Copyblogger Media group is now a serious powerhouse of WordPress knowledge, which is what we discussed with Brian.</p><p>Due to some technical issues the show ended a bit early, which is why we&#8217;ll do another show with Brian soon on the topic of SEO for your blog. Nonetheless, this is a very interesting show to listen to!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/zMAFwlboh4w" height="1" width="1"/>";}s:10:"feedburner";a:2:{s:8:"origlink";s:59:"http://wp-community.org/2010/10/13/brian-clark-copyblogger/";s:17:"origenclosurelink";s:133:"http://media.blubrry.com/wordpresspodcast/media.rawvoice.com/seorockstars/www2.webmasterradio.fm/mp3/wordpresspodcast/10/WP101210.mp3";}s:7:"summary";s:407:"This weeks guest was Brian Clark of Copyblogger. Copyblogger recently merged with StudioPress to form Copyblogger Media, and as Brian was also already involved with the Scribe SEO plugin too, that was added to the group as well. This means &#8230; <a rel="nofollow" target="_blank" href="http://wp-community.org/2010/10/13/brian-clark-copyblogger/">Continue reading <span class="meta-nav">&#8594;</span></a>";s:12:"atom_content";s:1101:"<div id="attachment_791" class="wp-caption alignright" style="width:210px;"><img class="size-full wp-image-791" title="Brian Clark - Copyblogger Media" src="http://wp-community.org/wp/wp-content/uploads/2010/10/brian-clark-copyblogger-media.jpg" alt="Brian Clark - Copyblogger Media" width="200" height="200"/><p class="wp-caption-text">Brian Clark</p></div><p>This weeks guest was Brian Clark of <a rel="nofollow" target="_blank" href="http://www.copyblogger.com/">Copyblogger</a>. Copyblogger recently merged with StudioPress to form Copyblogger Media, and as Brian was also already involved with the Scribe SEO plugin too, that was added to the group as well. This means the Copyblogger Media group is now a serious powerhouse of WordPress knowledge, which is what we discussed with Brian.</p><p>Due to some technical issues the show ended a bit early, which is why we&#8217;ll do another show with Brian soon on the topic of SEO for your blog. Nonetheless, this is a very interesting show to listen to!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/zMAFwlboh4w" height="1" width="1"/>";}i:15;a:9:{s:5:"title";s:39:"Yoast: WordPress SEO now in public beta";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/TtfY-r_Z7ew/";s:11:"description";s:907:"<p>Cross posted from my newsletter because people asked me too: I&#39;ll be honest. I had not expected so many of my newsletter readers to start testing, but I&#39;m deeply thankful that they (you) did. All your testing and your reports towards me allowed me to squash many many bugs, documentation inconsistencies and more over the [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-seo-public-beta/">WordPress SEO now in public beta</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3350";s:7:"pubdate";s:31:"Mon, 11 Oct 2010 14:44:53 -0700";s:7:"content";a:1:{s:7:"encoded";s:5133:"<p>Cross posted from my newsletter because people asked me too:</p><p>I''ll be honest. I had not expected so many of my newsletter readers to start testing, but I''m deeply thankful that they (you) did. All your testing and your reports towards me allowed me to squash many many bugs, documentation inconsistencies and more over the last three days, resulting in one of the biggest changelogs I''ve ever written for a single release.<br\n /> I''ve taken the time tonight to give the plugin a true home: it now has a page on yoast.com: <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO plugin</a>, with a feature list and sub pages for the three modules it''ll have.</p><p><strong>WordPress.org</strong><br\n /> I''ve also just pulled the trigger and uploaded the plugin to WordPress.org, you can <a rel="nofollow"\n target="_blank" href="http://wordpress.org/extend/plugins/wordpress-seo/">find it here</a>. There are no stable versions yet, so auto update probably won''t work yet, but you can <a rel="nofollow"\n target="_blank" href="http://downloads.wordpress.org/plugin/wordpress-seo.zip">download the latest version</a> from the WordPress.org plugin repository now.</p><p>You can of course, if you like it, also rate it with 5 stars, I wouldn''t mind you doing that at all, as you can imagine.</p><p>The fact that it''s now on WordPress.org also means I now have <a rel="nofollow"\n target="_blank" href="http://wordpress.org/tags/wordpress-seo">support forums</a> there. Some of you had already started using those, and I''ll be using them to take feedback from you, although you''re still very welcome to email me as well. Changelogs will also be made for each update, and you''ll always find them <a rel="nofollow"\n target="_blank" href="http://wordpress.org/extend/plugins/wordpress-seo/changelog/">here</a>. That page contains the changelog between the first beta and the current one too, have a read if you want, it''s huge.</p><p><strong>Modules</strong><br\n /> So there are a couple of things I owe you, as loyal readers, an explanation on. First of all, this module thing. The plugin allows for modules to be loaded that add functionality to the plugin. I currently have three of these planned:</p><ul><li><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/news-seo/">News SEO</a></li><li><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/video-seo/">Video SEO</a></li><li><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/local-seo/">Local SEO</a></li></ul><p>The News SEO module, which is already in the download you can currently get from WordPress.org, is and will remain free. It allows generation of an XML News Sitemap, which you''ll need if you want to be included in Google News. More features will be added to that later.</p><p>The other two modules will be paid modules; they serve a more niche market and will require quite a bit of work to get right, hence the need for them to be paid. All three modules are developed by me in partnership with a subject matter expert, what they''ll do and who these guys are is outlined on the pages above. Trust me, they''re the best in the business.</p><p><strong>Beta period</strong><br\n /> Second: this plugin is STILL in beta. It will probably remain in beta for at least another 2 weeks, maybe more. Your testing is very much appreciated and will remain to be very much appreciated. Whether you''re sending me technical things that don''t work or lines of text you don''t understand or could be improved: it''s all great.</p><p><strong>Integration</strong><br\n /> I''m happy to say that Scribe SEO has been updated to work well with WordPress SEO, and the needed adaptions have been made to make it work well with Genesis too. The same work is underway for Thesis, and I''ve also been talking to the WPML team to make sure the WordPress SEO plugin is fully compatible with WPML as well.</p><p>Lastly, Nathan Rice of StudioPress has been so kind to promise to update his <a rel="nofollow"\n target="_blank" href="http://wordpress.org/extend/plugins/seo-data-transporter/">SEO Data Transporter plugin</a> soon to work with the plugin too, so you can easily move data back and forth between this plugin and other SEO plugins, should you ever want to switch away from this one...</p><p>This is a very exciting time for me, and I''m very thankful for the help that everyone has provided so far, let''s make this a great success together!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-seo-public-beta/">WordPress SEO now in public beta</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/TtfY-r_Z7ew" height="1" width="1"/>";}s:10:"feedburner";a:1:{s:8:"origlink";s:112:"http://yoast.com/wordpress-seo-public-beta/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-seo-public-beta";}s:7:"summary";s:907:"<p>Cross posted from my newsletter because people asked me too: I&#39;ll be honest. I had not expected so many of my newsletter readers to start testing, but I&#39;m deeply thankful that they (you) did. All your testing and your reports towards me allowed me to squash many many bugs, documentation inconsistencies and more over the [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-seo-public-beta/">WordPress SEO now in public beta</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:5133:"<p>Cross posted from my newsletter because people asked me too:</p><p>I''ll be honest. I had not expected so many of my newsletter readers to start testing, but I''m deeply thankful that they (you) did. All your testing and your reports towards me allowed me to squash many many bugs, documentation inconsistencies and more over the last three days, resulting in one of the biggest changelogs I''ve ever written for a single release.<br\n /> I''ve taken the time tonight to give the plugin a true home: it now has a page on yoast.com: <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/">WordPress SEO plugin</a>, with a feature list and sub pages for the three modules it''ll have.</p><p><strong>WordPress.org</strong><br\n /> I''ve also just pulled the trigger and uploaded the plugin to WordPress.org, you can <a rel="nofollow"\n target="_blank" href="http://wordpress.org/extend/plugins/wordpress-seo/">find it here</a>. There are no stable versions yet, so auto update probably won''t work yet, but you can <a rel="nofollow"\n target="_blank" href="http://downloads.wordpress.org/plugin/wordpress-seo.zip">download the latest version</a> from the WordPress.org plugin repository now.</p><p>You can of course, if you like it, also rate it with 5 stars, I wouldn''t mind you doing that at all, as you can imagine.</p><p>The fact that it''s now on WordPress.org also means I now have <a rel="nofollow"\n target="_blank" href="http://wordpress.org/tags/wordpress-seo">support forums</a> there. Some of you had already started using those, and I''ll be using them to take feedback from you, although you''re still very welcome to email me as well. Changelogs will also be made for each update, and you''ll always find them <a rel="nofollow"\n target="_blank" href="http://wordpress.org/extend/plugins/wordpress-seo/changelog/">here</a>. That page contains the changelog between the first beta and the current one too, have a read if you want, it''s huge.</p><p><strong>Modules</strong><br\n /> So there are a couple of things I owe you, as loyal readers, an explanation on. First of all, this module thing. The plugin allows for modules to be loaded that add functionality to the plugin. I currently have three of these planned:</p><ul><li><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/news-seo/">News SEO</a></li><li><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/video-seo/">Video SEO</a></li><li><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/seo/local-seo/">Local SEO</a></li></ul><p>The News SEO module, which is already in the download you can currently get from WordPress.org, is and will remain free. It allows generation of an XML News Sitemap, which you''ll need if you want to be included in Google News. More features will be added to that later.</p><p>The other two modules will be paid modules; they serve a more niche market and will require quite a bit of work to get right, hence the need for them to be paid. All three modules are developed by me in partnership with a subject matter expert, what they''ll do and who these guys are is outlined on the pages above. Trust me, they''re the best in the business.</p><p><strong>Beta period</strong><br\n /> Second: this plugin is STILL in beta. It will probably remain in beta for at least another 2 weeks, maybe more. Your testing is very much appreciated and will remain to be very much appreciated. Whether you''re sending me technical things that don''t work or lines of text you don''t understand or could be improved: it''s all great.</p><p><strong>Integration</strong><br\n /> I''m happy to say that Scribe SEO has been updated to work well with WordPress SEO, and the needed adaptions have been made to make it work well with Genesis too. The same work is underway for Thesis, and I''ve also been talking to the WPML team to make sure the WordPress SEO plugin is fully compatible with WPML as well.</p><p>Lastly, Nathan Rice of StudioPress has been so kind to promise to update his <a rel="nofollow"\n target="_blank" href="http://wordpress.org/extend/plugins/seo-data-transporter/">SEO Data Transporter plugin</a> soon to work with the plugin too, so you can easily move data back and forth between this plugin and other SEO plugins, should you ever want to switch away from this one...</p><p>This is a very exciting time for me, and I''m very thankful for the help that everyone has provided so far, let''s make this a great success together!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-seo-public-beta/">WordPress SEO now in public beta</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/TtfY-r_Z7ew" height="1" width="1"/>";}i:16;a:10:{s:5:"title";s:44:"Yoast: Want to test my WordPress SEO plugin?";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/WtlI03dYTic/";s:11:"description";s:887:"<p>I&#39;m getting closer and closer to releasing my WordPress SEO plugin. Turns out it&#39;s not as easy as I thought to get this right straight off the bat, and it&#39;s thus taking more and more time. I have also learned in my recent years of developing though, that getting a version out and feedback in [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-seo-plugin-beta/">Want to test my WordPress SEO plugin?</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3311";s:7:"pubdate";s:31:"Wed, 06 Oct 2010 05:03:31 -0700";s:7:"content";s:64:"Array\n            \n         \n            \n            \n         ";s:5:"media";a:3:{s:7:"content";s:26:"\n            \n            ";s:13:"content_title";s:76:"wordpress-seo-plugin-betaPermalink Settings page in the WordPress SEO plugin";s:19:"content_description";s:51:"Permalink Settings page in the WordPress SEO plugin";}s:10:"feedburner";a:1:{s:8:"origlink";s:112:"http://yoast.com/wordpress-seo-plugin-beta/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-seo-plugin-beta";}s:7:"summary";s:887:"<p>I&#39;m getting closer and closer to releasing my WordPress SEO plugin. Turns out it&#39;s not as easy as I thought to get this right straight off the bat, and it&#39;s thus taking more and more time. I have also learned in my recent years of developing though, that getting a version out and feedback in [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-seo-plugin-beta/">Want to test my WordPress SEO plugin?</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:17;a:10:{s:5:"title";s:62:"Yoast: Sponsored review: SEO Rank Analysis with Authority Labs";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/14SHuQxIYwY/";s:11:"description";s:941:"<p>As you all know, the first link on a Google search page has, on average, a 40% click through rate.  Another 50%+ of the clicks go to the subsequent links on the page, with remaining clicks being scattered over subsequent pages. Most people will, in fact, search for another term rather than clicking through to [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/sponsored-review-seo-rank-analysis-with-authority-labs/">Sponsored review: SEO Rank Analysis with Authority Labs</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3284";s:7:"pubdate";s:31:"Mon, 04 Oct 2010 07:35:09 -0700";s:7:"content";s:123:"Array\n            \n         \n            \n            \n         \n            \n            \n         \n            \n         ";s:5:"media";a:3:{s:7:"content";s:52:"\n            \n            \n            \n            ";s:13:"content_title";s:75:"Keyword Rankings by TagKeyword SuggestionsLinks to your domainIndexed Pages";s:19:"content_description";s:39:"Keyword SuggestionsLinks to your domain";}s:10:"feedburner";a:1:{s:8:"origlink";s:170:"http://yoast.com/sponsored-review-seo-rank-analysis-with-authority-labs/#utm_source=rss&utm_medium=rss&utm_campaign=sponsored-review-seo-rank-analysis-with-authority-labs";}s:7:"summary";s:941:"<p>As you all know, the first link on a Google search page has, on average, a 40% click through rate.  Another 50%+ of the clicks go to the subsequent links on the page, with remaining clicks being scattered over subsequent pages. Most people will, in fact, search for another term rather than clicking through to [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/sponsored-review-seo-rank-analysis-with-authority-labs/">Sponsored review: SEO Rank Analysis with Authority Labs</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:18;a:10:{s:5:"title";s:48:"Yoast: WordCamp Bulgaria: my presentation & more";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/sk1lSMZH9F4/";s:11:"description";s:931:"<p>So I was in Sofia, Bulgaria for WordCamp Bulgaria. They write in Cyrillic and talk Bulgarian there; meaning I&#39;ve never felt like a stranger this much ever in my life. In a good way though because the people were awesome. These people included Dobromir and Ivan, the two organizers, Nikolay from Automattic, Stefanos from Greece [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordcamp-bulgaria-my-presentation-more/">WordCamp Bulgaria: my presentation & more</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3216";s:7:"pubdate";s:31:"Sat, 02 Oct 2010 06:41:18 -0700";s:7:"content";s:28:"Array\n            \n         ";s:5:"media";a:2:{s:7:"content";s:13:"\n            ";s:13:"content_title";s:22:"Logo Wordcamp Bulgaria";}s:10:"feedburner";a:1:{s:8:"origlink";s:138:"http://yoast.com/wordcamp-bulgaria-my-presentation-more/#utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-bulgaria-my-presentation-more";}s:7:"summary";s:931:"<p>So I was in Sofia, Bulgaria for WordCamp Bulgaria. They write in Cyrillic and talk Bulgarian there; meaning I&#39;ve never felt like a stranger this much ever in my life. In a good way though because the people were awesome. These people included Dobromir and Ivan, the two organizers, Nikolay from Automattic, Stefanos from Greece [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordcamp-bulgaria-my-presentation-more/">WordCamp Bulgaria: my presentation & more</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:19;a:9:{s:5:"title";s:47:"Yoast: Track SEO rankings with Google Analytics";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/XB80sJ74dXQ/";s:11:"description";s:896:"<p>Mike Pantoliano of Distilled had a good post over at SEOmoz about how to turn Google Analytics into your own rank tracker. We have been playing with the cd= parameter at Yoast before to track SEO rankings, as Mike also notes, and his improvement on the idea is a welcome one. In the comments, my [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/track-seo-rankings-with-google-analytics/">Track SEO rankings with Google Analytics</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=3206";s:7:"pubdate";s:31:"Thu, 30 Sep 2010 06:45:09 -0700";s:7:"content";a:1:{s:7:"encoded";s:4881:"<p>Mike Pantoliano of Distilled had a good post over at SEOmoz about <a rel="nofollow"\n target="_blank" href="http://www.seomoz.org/blog/tracking-organic-ranking-in-google-analytics-with-custom-variables">how to turn Google Analytics into your own rank tracker</a>. We have been playing with the <code>cd=</code> parameter at Yoast <a rel="nofollow"\n target="_blank" href="http://yoast.com/track-seo-rankings-google-analytics/">before</a> to track SEO rankings, as Mike also notes, and his improvement on the idea is a welcome one.</p><p>In the comments, my buddy <a rel="nofollow"\n target="_blank" href="http://SEOgadget.co.uk/">Richard Baxter</a> immediately suggested this would be a good addition to the <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/google-analytics/">Google Analytics for WordPress</a> plugin. The "problem" was/is that Mike''s example was in PHP, doing the rank recognition server side. This won''t work, as we all use <a rel="nofollow"\n target="_blank" href="http://yoast.com/w3-total-cache/">W3 Total Cache</a> to cache our pages, right? And then, we''d be storing the same rank over and over again, or no rank at all, or, well you get it, mayhem ensues.</p><p>So, I had to come up with a javascript version that does the same. Luckily, that''s not too hard. You simply need to do two things: check that the referrer is coming from google and that it contains the <code>cd=</code> parameter. If it does, get the value out of it and store it in a custom variable. Here''s an example using the asynchronous tracking code, which you could, if you wanted to, drop into your site''s footer already if you have asynchronous tracking running:</p><div\n class="wp_syntax"><div\n class="code"><pre class="javascript" style="font-family:monospace;"><span style="color:#000066;font-weight:bold;">if</span> <span style="color:#009900;">&#40;</span>document.<span style="color:#660066;">referrer</span>.<span style="color:#660066;">search</span><span style="color:#009900;">&#40;</span><span style="color:#009966;font-style:italic;">/[&#92;?|&]cd=/</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">!=</span> <span style="color:#339933;">-</span><span style="color:#CC0000;">1</span>\n  <span style="color:#339933;">&&</span> document.<span style="color:#660066;">referrer</span>.<span style="color:#660066;">search</span><span style="color:#009900;">&#40;</span><span style="color:#009966;font-style:italic;">/google&#92;./</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">!=</span> <span style="color:#339933;">-</span><span style="color:#CC0000;">1</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n	<span style="color:#003366;font-weight:bold;">var</span> rank<span style="color:#339933;">=</span>document.<span style="color:#660066;">referrer</span>.<span style="color:#660066;">match</span><span style="color:#009900;">&#40;</span><span style="color:#009966;font-style:italic;">/[&|&#92;?]cd=([&#92;d]+)/</span><span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span>\n	_gaq.<span style="color:#660066;">push</span><span style="color:#009900;">&#40;</span><span style="color:#009900;">&#91;</span><span style="color:#3366CC;">''_setCustomVar''</span><span style="color:#339933;">,</span><span style="color:#CC0000;">1</span><span style="color:#339933;">,</span><span style="color:#3366CC;">''rank''</span><span style="color:#339933;">,</span>rank<span style="color:#009900;">&#91;</span><span style="color:#CC0000;">1</span><span style="color:#009900;">&#93;</span><span style="color:#339933;">,</span><span style="color:#CC0000;">3</span><span style="color:#009900;">&#93;</span><span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span>\n<span style="color:#009900;">&#125;</span></pre></div></div><p>This is now running on my blog as a test, when it works as I expected I''ll add it to the plugin. The code sample above uses custom variable "index" or "slot" 1 to store the ranking. I''m using another "slot" one here on the blog, but my plugin would take care of that. I''d love to hear your feedback and ideas on other stuff to do with this!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/track-seo-rankings-with-google-analytics/">Track SEO rankings with Google Analytics</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/XB80sJ74dXQ" height="1" width="1"/>";}s:10:"feedburner";a:1:{s:8:"origlink";s:142:"http://yoast.com/track-seo-rankings-with-google-analytics/#utm_source=rss&utm_medium=rss&utm_campaign=track-seo-rankings-with-google-analytics";}s:7:"summary";s:896:"<p>Mike Pantoliano of Distilled had a good post over at SEOmoz about how to turn Google Analytics into your own rank tracker. We have been playing with the cd= parameter at Yoast before to track SEO rankings, as Mike also notes, and his improvement on the idea is a welcome one. In the comments, my [...]</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/track-seo-rankings-with-google-analytics/">Track SEO rankings with Google Analytics</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>&#39;s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don&#39;t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:4881:"<p>Mike Pantoliano of Distilled had a good post over at SEOmoz about <a rel="nofollow"\n target="_blank" href="http://www.seomoz.org/blog/tracking-organic-ranking-in-google-analytics-with-custom-variables">how to turn Google Analytics into your own rank tracker</a>. We have been playing with the <code>cd=</code> parameter at Yoast <a rel="nofollow"\n target="_blank" href="http://yoast.com/track-seo-rankings-google-analytics/">before</a> to track SEO rankings, as Mike also notes, and his improvement on the idea is a welcome one.</p><p>In the comments, my buddy <a rel="nofollow"\n target="_blank" href="http://SEOgadget.co.uk/">Richard Baxter</a> immediately suggested this would be a good addition to the <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress/google-analytics/">Google Analytics for WordPress</a> plugin. The "problem" was/is that Mike''s example was in PHP, doing the rank recognition server side. This won''t work, as we all use <a rel="nofollow"\n target="_blank" href="http://yoast.com/w3-total-cache/">W3 Total Cache</a> to cache our pages, right? And then, we''d be storing the same rank over and over again, or no rank at all, or, well you get it, mayhem ensues.</p><p>So, I had to come up with a javascript version that does the same. Luckily, that''s not too hard. You simply need to do two things: check that the referrer is coming from google and that it contains the <code>cd=</code> parameter. If it does, get the value out of it and store it in a custom variable. Here''s an example using the asynchronous tracking code, which you could, if you wanted to, drop into your site''s footer already if you have asynchronous tracking running:</p><div\n class="wp_syntax"><div\n class="code"><pre class="javascript" style="font-family:monospace;"><span style="color:#000066;font-weight:bold;">if</span> <span style="color:#009900;">&#40;</span>document.<span style="color:#660066;">referrer</span>.<span style="color:#660066;">search</span><span style="color:#009900;">&#40;</span><span style="color:#009966;font-style:italic;">/[&#92;?|&]cd=/</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">!=</span> <span style="color:#339933;">-</span><span style="color:#CC0000;">1</span>\n  <span style="color:#339933;">&&</span> document.<span style="color:#660066;">referrer</span>.<span style="color:#660066;">search</span><span style="color:#009900;">&#40;</span><span style="color:#009966;font-style:italic;">/google&#92;./</span><span style="color:#009900;">&#41;</span> <span style="color:#339933;">!=</span> <span style="color:#339933;">-</span><span style="color:#CC0000;">1</span><span style="color:#009900;">&#41;</span> <span style="color:#009900;">&#123;</span>\n	<span style="color:#003366;font-weight:bold;">var</span> rank<span style="color:#339933;">=</span>document.<span style="color:#660066;">referrer</span>.<span style="color:#660066;">match</span><span style="color:#009900;">&#40;</span><span style="color:#009966;font-style:italic;">/[&|&#92;?]cd=([&#92;d]+)/</span><span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span>\n	_gaq.<span style="color:#660066;">push</span><span style="color:#009900;">&#40;</span><span style="color:#009900;">&#91;</span><span style="color:#3366CC;">''_setCustomVar''</span><span style="color:#339933;">,</span><span style="color:#CC0000;">1</span><span style="color:#339933;">,</span><span style="color:#3366CC;">''rank''</span><span style="color:#339933;">,</span>rank<span style="color:#009900;">&#91;</span><span style="color:#CC0000;">1</span><span style="color:#009900;">&#93;</span><span style="color:#339933;">,</span><span style="color:#CC0000;">3</span><span style="color:#009900;">&#93;</span><span style="color:#009900;">&#41;</span><span style="color:#339933;">;</span>\n<span style="color:#009900;">&#125;</span></pre></div></div><p>This is now running on my blog as a test, when it works as I expected I''ll add it to the plugin. The code sample above uses custom variable "index" or "slot" 1 to store the ranking. I''m using another "slot" one here on the blog, but my plugin would take care of that. I''d love to hear your feedback and ideas on other stuff to do with this!</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/track-seo-rankings-with-google-analytics/">Track SEO rankings with Google Analytics</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/XB80sJ74dXQ" height="1" width="1"/>";}}s:7:"channel";a:7:{s:5:"title";s:49:"Yoast - Tweaking Websites & The WordPress Podcast";s:11:"description";s:64:"This is the combined feed of Yoast.com and the WordPress Podcast";s:4:"link";s:22:"http://yoast.com/feed/";s:7:"pubdate";s:31:"Sun, 05 Dec 2010 14:07:23 -0800";s:9:"generator";s:29:"http://wordpress.org/?v=yoast";s:10:"feedburner";a:4:{s:14:"emailserviceid";s:11:"joostdevalk";s:18:"feedburnerhostname";s:28:"http://feedburner.google.com";s:9:"feedflare";s:158:"Subscribe with PodnovaSubscribe with NewsGatorSubscribe with NetvibesSubscribe with PageflakesSubscribe with My Yahoo!Subscribe with ODEOSubscribe with Google";s:15:"browserfriendly";s:195:"This is the combined feed for Yoast.com and the WordPress podcast. Subscribe now to get WordPress & Magento tips & tricks, helping you optimize your site for speed, search engines and conversion!";}s:7:"tagline";s:64:"This is the combined feed of Yoast.com and the WordPress Podcast";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}s:4:"etag";s:27:"RP4WdxFPIB7yFu1xyVP3IwJ8BBU";s:13:"last_modified";s:29:"Sun, 05 Dec 2010 22:07:24 GMT";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(3887, 0, '_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc', '1291597573', 'no'),
(3888, 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:"Sun, 05 Dec 2010 13:04: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2539";s:7:"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:33:"uberdose on "All in One SEO Pack"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"753@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:92:"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s: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: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: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: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:25:"Bravenewcode 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:12:"Bravenewcode";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:"donncha on "WP Super Cache"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:61:"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Nov 2007 11:40:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"2572@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"donncha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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: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:139:"A super customizable contact form that lets your visitors send you email. Blocks all automated spammers. Packed with settings 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: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: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: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: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:"Rajesh Babu on "Platinum 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:64:"http://wordpress.org/extend/plugins/platinum-seo-pack/#post-6066";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 22 Jun 2008 15:04: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:41:"6066@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:"Platinum SEO Plugin offers Complete onsite SEO solution for your Wordpress blog.Platinum SEO Plugin offers all the functionalities of All In One SEO 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:11:"Rajesh Babu";s: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:96:"cincopa1 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:100:"http://wordpress.org/extend/plugins/cincopa-video-slideshow-photo-gallery-podcast-plugin/#post-21773";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 24 Oct 2010 13:05:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"21773@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:"cincopa1";s: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:28:"casibus on "ourSTATS Widget"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 29 May 2010 14:16:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"18282@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:51:"create a widget for the ourstats.de counter service";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"casibus";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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: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: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:"edo888 on "GTranslate"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"http://wordpress.org/extend/plugins/gtranslate/#post-14437";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 26 Nov 2009 17:35:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"14437@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Get translations with a single click between 58 languages (more than 98% of internet users) on your website with the help of Google Translate automati";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"edo888";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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: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:96:"Import posts, pages, comments, custom fields, categories, and tags 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: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:29:"andy on "WordPress.com Stats"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"http://wordpress.org/extend/plugins/stats/#post-1355";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 06 May 2007 02:15:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:41:"1355@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:124:"You can have simple, concise stats with no additional load on your server by plugging into WordPress.com&#039;s stat system.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"andy";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s: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:62:"Adds a more advanced paging navigation to 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: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:"";}}}}}}}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:"Sun, 05 Dec 2010 13:06:12 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:10:"connection";s:5:"close";s:4:"vary";s:15:"Accept-Encoding";s:13:"last-modified";s:19:"2007-03-30 20:08:18";s:14:"content-length";s:4:"7816";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(3889, 0, '_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1291597573', 'no'),
(3890, 0, '_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc', '1291554373', 'no'),
(3897, 0, '_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1291597573', 'no'),
(3898, 0, '_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c', '1291554373', 'no'),
(3899, 0, '_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2', '1291597573', 'no'),
(3900, 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:"Sun, 05 Dec 2010 13:05: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2539";s:7:"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:41:"ruudkok on "Remove WP Generator Meta 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/remove-wp-generator-meta-tag/#post-22574";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 Nov 2010 16:49:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22574@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:74:"This plugin will remove the generator meta tag from the head of 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:7:"ruudkok";s: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:"hibbatnaif on "Nofollow Benifit"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/nofollow-benifit/#post-22569";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 Nov 2010 11:16:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22569@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:85:"Improves your blog PageRank and search engines rankings (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:10:"hibbatnaif";s: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:35:"Franky on "Events Manager Extended"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"http://wordpress.org/extend/plugins/events-manager-extended/#post-19883";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 05 Aug 2010 22:22: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:"19883@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:112:"Manage and display events. Includes recurring events; locations; widgets; Google maps; RSVP; ICAL and RSS feeds.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Franky";s: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:46:"studiograsshopper on "Dynamic Content 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:77:"http://wordpress.org/extend/plugins/dynamic-content-gallery-plugin/#post-7381";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 20 Oct 2008 16:31: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:41:"7381@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:"Creates a dynamic gallery of images for latest or featured content selected from one or more normal post categories, pages, Custom Post Type posts, or";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:17:"studiograsshopper";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"allis741 on "Funny Photos"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/funny-photos/#post-22203";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 11 Nov 2010 16:38:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22203@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:"Plugin &#34;Funny Photos&#34; displays Best photos of the day and Funny photos on your blog. There are over 5,000 photos.\nAdd Funny Photos to your s";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"allis741";s: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:40:"msaari on "Relevanssi - A Better 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:58:"http://wordpress.org/extend/plugins/relevanssi/#post-11477";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 27 Jun 2009 10:01:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"11477@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:"Relevanssi replaces the default search with a partial-match search that sorts results by relevance. It also indexes comments and shortcode content.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"msaari";s: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:32:"horike on "inquiry form creator"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/inquiry-form-creator/#post-22103";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Nov 2010 02:41: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:"22103@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:"inquiry-form-creator is a inquiry submit form with mail and data base support.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:6:"horike";s: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:47:"artlosk on "Social Share Buttons 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:61:"http://wordpress.org/extend/plugins/share-buttons/#post-22013";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 04 Nov 2010 17:02:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22013@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:93:"The Share buttons, it is plugin for social networks. The plugin supports 5 social networking.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"artlosk";s: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:25:"Soli on "WP Mail Options"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:63:"http://wordpress.org/extend/plugins/wp-mail-options/#post-22440";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 21 Nov 2010 18:16: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:"22440@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:"This plugin allows you to set almost all options of emails sent 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Soli";s: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:30:"Jehy on "WP No External Links"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:65:"http://wordpress.org/extend/plugins/wp-noexternallinks/#post-7241";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 04 Oct 2008 23:07: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:41:"7241@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:127:"Mask all external links - make them internal or hide. On your own posts, comments pages, authors page - no more PR\\CY dropping!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Jehy";s: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:23:"John on "AJAX Calendar"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/ajax-calendar/#post-2217";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 22 Aug 2007 05:30: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:"2217@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:76:"AJAX Calendar is a plugin that will display an AJAXified WordPress calendar.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"John";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"kedyyan on "WP-tsina"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wp-tsina/#post-16049";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 17 Feb 2010 09:43: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:"16049@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:"WP-tsina can send a message to t.sina.com.cn when you publish a new post.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"kedyyan";s: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:23:"sudar on "Easy Retweet"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"http://wordpress.org/extend/plugins/easy-retweet/#post-11753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 13 Jul 2009 15:10:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"11753@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:"Adds a Retweet button to your WordPress 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:5:"sudar";s: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:26:"spacetime on "Ad Inserter"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/ad-inserter/#post-22259";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 13 Nov 2010 20:44:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22259@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:136:"Integrate any HTML code into Wordpress. Just paste the code and select the location and display mode. Perfect for AdSense or Amazon ads.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"spacetime";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"tj2point0 on "Taxonomic SEO Permalink"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/taxonomic-seo-permalinks/#post-22573";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 Nov 2010 16:14: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:"22573@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:88:"This plugin manages Wordpress taxonomies and modifies url structure based on taxonomies.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"tj2point0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:52:"http://wordpress.org/extend/plugins/rss/view/updated";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:8:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Sun, 05 Dec 2010 13:06:13 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:"2010-11-29 16:49:12";s:14:"content-length";s:4:"7767";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(3893, 0, '_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc', '1291597573', 'no'),
(3894, 0, '_transient_feed_mod_57bc725ad6568758915363af670fd8bc', '1291554373', 'no'),
(3891, 0, '_transient_timeout_feed_57bc725ad6568758915363af670fd8bc', '1291597573', 'no'),
(3854, 0, '_transient_timeout_feed_mod_fde6b6215a1504456bbbcfc70e9f7238', '1291593541', 'no'),
(3855, 0, '_transient_feed_mod_fde6b6215a1504456bbbcfc70e9f7238', '1291550341', 'no'),
(3834, 0, 'can_compress_scripts', '1', 'yes');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(3892, 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:"Sun, 05 Dec 2010 13:03: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:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:36:"http://bbpress.org/?v=1.1-alpha-2539";s:7:"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:41:"ruudkok on "Remove WP Generator Meta 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:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://wordpress.org/extend/plugins/remove-wp-generator-meta-tag/#post-22574";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 Nov 2010 16:49:12 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22574@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:74:"This plugin will remove the generator meta tag from the head of 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:7:"ruudkok";s: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:"hibbatnaif on "Nofollow Benifit"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/nofollow-benifit/#post-22569";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 Nov 2010 11:16:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22569@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:85:"Improves your blog PageRank and search engines rankings (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:10:"hibbatnaif";s: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:38:"tj2point0 on "Taxonomic SEO Permalink"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:72:"http://wordpress.org/extend/plugins/taxonomic-seo-permalinks/#post-22573";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 29 Nov 2010 16:14: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:"22573@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:88:"This plugin manages Wordpress taxonomies and modifies url structure based on taxonomies.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"tj2point0";s: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:26:"rdbeach on "FCChat 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:54:"http://wordpress.org/extend/plugins/fcchat/#post-22306";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 15 Nov 2010 22:19:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22306@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:84:"FCChat displays a highly customizable, full featured, real time chat in the sidebar.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"rdbeach";s: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:47:"Cjunghanns on "GoodRelations for WP e-Commerce"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:66:"http://wordpress.org/extend/plugins/wpec-goodrelations/#post-22657";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2010 19:33:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22657@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:59:"Adds GoodRelations metadata as RDFa to WP e-Commerce 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:10:"Cjunghanns";s: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:"Bart Stroeken on "Shortcode Reference"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:67:"http://wordpress.org/extend/plugins/shortcode-reference/#post-22550";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 28 Nov 2010 15:48: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:"22550@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"This plugin will provide a list and details about available shortcodes in your current installment. And all when you need it most.\n\nWhen you&#039;re a";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Bart Stroeken";s: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:31:"xmlswf on "Homepage Slide Show"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"http://wordpress.org/extend/plugins/wp-homepage-slideshow/#post-22621";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 15:03: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:"22621@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:94:"Homepage Slide Show is a plugin that allows you to display a flash slideshow on your homepage.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"xmlswf";s: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:46:"xmlswf on "Royal Gallery Plugin 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:64:"http://wordpress.org/extend/plugins/wp-royal-gallery/#post-22620";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 15: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22620@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:103:"Royal Gallery Plugin for WordPress is a plugin that allows you to display a flash gallery on your 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:6:"xmlswf";s: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:32:"Glenn Ansley on "NETBibleTagger"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/netbible-tagger/#post-22626";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 15:59: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:"22626@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:58:"This plugin enables NETBibleTagger on your WordPress site.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Glenn Ansley";s: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:54:"David Johnston on "Daily Stock Market Graph Generator"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/live-daily-stock-market-sidebar-widget/#post-22634";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 22:42: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:"22634@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:90:"A sidebar widget graph that dynamically updates providing the latest info on stock markets";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"David Johnston";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"volca on "Code Prettify"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/code-prettify/#post-22614";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 06:11: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:"22614@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:"This plugin using google-code-prettify to highlight source code 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:5:"volca";s: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:25:"PerS on "lorem 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:63:"http://wordpress.org/extend/plugins/lorem-shortcode/#post-22617";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 11:56:49 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22617@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:"The lorem shortcode for WordPress plugin adds a new shortcode to WordPress, the [lorem] 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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"PerS";s: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:32:"jaapmarcus on "Whatpulse 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:64:"http://wordpress.org/extend/plugins/whatpulse-widget/#post-22640";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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 Dec 2010 11:32:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22640@http://wordpress.org/extend/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:93:"Shows WhatPulse.org statics on your sidebar inside your weblog. Just provide a valid user ID.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"jaapmarcus";s: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:22:"drdscott on "CS Tools"";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"http://wordpress.org/extend/plugins/cs-tools/#post-22532";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_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, 26 Nov 2010 18:31: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:"22532@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:82:"CS Tools provides tools to help promote Christian Science products and activities.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"drdscott";s: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:79:"David Johnston on "Live Celebrity Popularity Comparison Chart Generator 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:102:"http://wordpress.org/extend/plugins/celebrity-popularity-comparison-chart-generator-widget/#post-22633";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 22:32: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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:42:"22633@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:"A sidebar widget graph that dynamically updates providing the latest info on 1 or 2 celebrities that admin inserted as default or that user selects";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"David Johnston";s: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:"Sun, 05 Dec 2010 13:06:13 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:"2010-11-29 16:49:12";s:14:"content-length";s:4:"7781";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(3805, 0, '_transient_timeout_plugin_slugs', '1291659514', 'no'),
(3852, 0, '_transient_timeout_feed_fde6b6215a1504456bbbcfc70e9f7238', '1291593541', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(3853, 0, '_transient_feed_fde6b6215a1504456bbbcfc70e9f7238', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:51:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n			\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:3:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"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:23:"http://sr.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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:12:"Српски";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 02:25:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=2.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s: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:22:"Вордпрес 3.0.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://sr.wordpress.org/2010/12/01/vordpres-3-0-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://sr.wordpress.org/2010/12/01/vordpres-3-0-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 02:25:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://sr.wordpress.org/?p=90";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:303:"Вордпрес 3.0.2 је доступан. Ово издање доноси искључиво закрпе безбедоносних пропуста који су уочени.\nПрепоручујемо вам да што пре ажурирате своју поставку Вордпреса.\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Milan Dinić";s: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:372:"<p>Вордпрес 3.0.2 <a href="http://sr.wordpress.org/releases/#latest">је доступан</a>. Ово издање доноси искључиво закрпе безбедоносних пропуста који су уочени.</p>\n<p>Препоручујемо вам да што пре ажурирате своју поставку Вордпреса.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://sr.wordpress.org/2010/12/01/vordpres-3-0-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: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:22:"Вордпрес 3.0.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://sr.wordpress.org/2010/07/30/vordpres-3-0-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://sr.wordpress.org/2010/07/30/vordpres-3-0-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:"Fri, 30 Jul 2010 00:50:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://sr.wordpress.org/?p=88";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:338:"Ново издање Вордпреса, 3.0.1, је доступно. Ово издање доноси само мање исправке претходног издања а не и нека видљива унапређења. \nПрепоручујемо вам да ажурирате своју поставку Вордпреса.\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Milan Dinić";s: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:407:"<p>Ново издање Вордпреса, 3.0.1, <a href="http://sr.wordpress.org/releases/#latest">је доступно</a>. Ово издање доноси само мање исправке претходног издања а не и нека видљива унапређења. </p>\n<p>Препоручујемо вам да ажурирате своју поставку Вордпреса.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://sr.wordpress.org/2010/07/30/vordpres-3-0-1/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Вордпрес 3.0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://sr.wordpress.org/2010/06/17/vordpres-3-0/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:57:"http://sr.wordpress.org/2010/06/17/vordpres-3-0/#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, 17 Jun 2010 21:08: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://sr.wordpress.org/?p=80";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:719:"Пре неколико сати, постало је доступно издање Вордпреса 3.0. Као и претходна издања, и ово је у потпуности локализовано на српски језик.\nВордпрес 3.0 доноси бројне новине. Прва видљива новина је нова подразумевана тема. Ту су и друге новине везане за теме: могућност једноставног прављења прилагођеног изборника, могућност постављања позадине као и побољшано управљање заглављем.\nДруга велика [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Milan Dinić";s: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:4163:"<p>Пре неколико сати, постало је <a href="http://sr.wordpress.org/releases/#latest">доступно</a> издање Вордпреса 3.0. Као и претходна издања, и ово је у потпуности локализовано на српски језик.</p>\n<p>Вордпрес 3.0 доноси бројне новине. Прва видљива новина је нова подразумевана тема. Ту су и друге новине везане за теме: могућност једноставног прављења прилагођеног изборника, могућност постављања позадине као и побољшано управљање заглављем.</p>\n<p>Друга велика новина је да су од сада особине које су раније биле у засебном издању, Вордпресу MU, сада уграђене у основно издање Вордпреса, што значи да врло једноставно можете направити сопствену мрежу веб места коју ће покретати само једна поставка Вордпреса.</p>\n<p>Новина везана за управљачки део Вордпреса је да на свакој страници имате приступ краткој помоћи о тој самој страници преко језичка „Помоћ“, који се налази у горњем десном углу екрана.</p>\n<p>Што се тиче управљачког дела, може се приметити и ново светлије корисничко сучеље. </p>\n<p>Градитељи напредних веб места уз помоћ Вордпреса, могу да се радују подршци за прилагођене врсте уноса и таксономија, што ће омогућити да се Вордпрес користи за много више од обичног блога.</p>\n<p>Од других ствари може се издвојити и унапређена могућност ажурирања додатака и тема, уграђена могућност за кратке везе, могућност постављања прилагођеног корисничког имена и лозинке приликом постављања Вордпреса итд. Списак свих новина можете погледати на <a href="http://codex.wordpress.org/Version_3.0">овој страници</a> (на енглеском). Такође можете погледати и <a href="http://wordpress.tv/2010/06/17/introducing-wordpress-3-0/">видео запис</a> који показује неке од најважнијих промена у слици (такође на енглеском).</p>\n<p>Једина ствар у овом издању код које су могућа унапређења је стање српског превода. Иако је Вордпрес у потпуности преведен и суштински за превод се може рећи да је квалитетан, постоје неке ствари које нису отклоњене за ово издање. То се пре свега односи на усклађивање превода одређених израза као и мењање структуре неких реченица да би одговарале облику који се користи у српском језику. Међутим, пошто ово издање доноси огроман број нових ниски које је требало превести, ово је остало нерешено, а вероватно су се појавиле и додатне грешке.</p>\n<p>Зато вас позивамо да их пријавите било као коментар на овај унос било као поруку на српском форуму о Вордпресу.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"http://sr.wordpress.org/2010/06/17/vordpres-3-0/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:22:"Вордпрес 2.9.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://sr.wordpress.org/2010/02/15/vordpres-2-9-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:59:"http://sr.wordpress.org/2010/02/15/vordpres-2-9-2/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 15 Feb 2010 21:35:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://sr.wordpress.org/?p=78";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:235:"Изашао је Вордпрес 2.9.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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Milan Dinić";s: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:297:"<p><a href="http://sr.wordpress.org/releases/#latest">Изашао је</a> Вордпрес 2.9.2 који доноси исправку неколико грешака из претходног издања. Пожељно је да што пре ажурирате своје издање.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:55:"http://sr.wordpress.org/2010/02/15/vordpres-2-9-2/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Вордпрес 2.9.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://sr.wordpress.org/2010/01/05/vordpres-291/";s: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:57:"http://sr.wordpress.org/2010/01/05/vordpres-291/#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, 05 Jan 2010 11:08:40 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://sr.wordpress.org/?p=74";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:385:"Изашао је Вордпрес 2.9.1. Ово издање доноси исправке мањих грешака из претходнох издања. Српско издање такође доноси исправке у локализацији, што укључује исправке превода и додатка „Српски превод на латиници“.\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Milan Dinić";s: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:447:"<p><a href="http://sr.wordpress.org/releases/#latest">Изашао је</a> Вордпрес 2.9.1. Ово издање доноси исправке мањих грешака из претходнох издања. Српско издање такође доноси исправке у локализацији, што укључује исправке превода и додатка „Српски превод на латиници“.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"http://sr.wordpress.org/2010/01/05/vordpres-291/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"Вордпрес 2.9";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://sr.wordpress.org/2009/12/20/vordpres-2-9/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:57:"http://sr.wordpress.org/2009/12/20/vordpres-2-9/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 20 Dec 2009 09:09: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:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://sr.wordpress.org/?p=71";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:733:"Од јуче је доступно ново издање Вордпреса, 2.9. Ова нова грана доноси више корисних видљивих новина, уз многобројна побољшања „испод хаубе“. Најважније новине су:\n\nмогућност премештања чланака, страна, коментара, садржаја на отпад, чиме се избегава случајно брисање нечега; сада можете ствари повратити из отпада уколико погрешите или се предомислите; подразумевано, ставке се бришу са отпада након [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Milan Dinić";s: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:3724:"<p>Од јуче је <a href="http://sr.wordpress.org/releases/#latest">доступно</a> ново издање Вордпреса, 2.9. Ова нова грана доноси више корисних видљивих новина, уз многобројна побољшања „испод хаубе“. Најважније новине су:</p>\n<ul>\n<li>могућност премештања чланака, страна, коментара, садржаја на отпад, чиме се избегава случајно брисање нечега; сада можете ствари повратити из отпада уколико погрешите или се предомислите; подразумевано, ставке се бришу са отпада након 30 дана, а ово време је подесиво</li>\n<li>могућност уређивања слика (исецање, окретање, промена величине итд) помоћу уграђеног уређивача слика</li>\n<li>истовремено ажурирање више додатака одједном што омогућује ажурирање свих додатака једним притиском уместо досадашњег једног притиска за сваки појединачни додатак</li>\n<li>приказивање података о усаглашености додатка са издањем Вордпреса, који су преузети из Вордпресовог складишта додатака</li>\n<li>једноставније угњежђивање видео записа са популарних веб места за њихово приказивање, са уношењем само URL-а странице видео записа</li>\n<li>могућност аутоматске поправке базе података</li>\n</ul>\n<p>Поред тога, велика новина за кориснике српског издања Вордпреса је могућност аутоматског пресловљавања српских ћириличних у енглеска латинична слова за подлошке. Ово је подразумевано укључено за све кориснике а ако не желите да се пресловљавање врши потребно је да на страници <em>Општа подешавања</em>, у одељку <em>Пресловљавање подлошка</em> одштиклирате квадратић <em>Преслови српска ћирилична у енглеска латинична слова у пермалинковима</em>. Све подлошке је и даље увек могуће ручно променити.</p>\n<p>Још неке издвојене новине:</p>\n<ul>\n<li>могућност додавања умањене слике чланка/стране, уколико тема то подржава</li>\n<li>могућност додавања посебних директоријума теме, изван основног директоријума</li>\n<li>бочне траке сада могу имати опис да би се знало која бочна трака се где налази</li>\n<li>могућност уклањања постојећих и додавање нових поља са подацима за контактирање на страници профила</li>\n</ul>\n<p>Списак свих новина можете пронаћи <a href="http://codex.wordpress.org/Version_2.9">овде</a> (на енглеском).</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"http://sr.wordpress.org/2009/12/20/vordpres-2-9/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Вордпрес 2.8.6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://sr.wordpress.org/2009/11/12/vordpres-286/";s: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:57:"http://sr.wordpress.org/2009/11/12/vordpres-286/#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, 12 Nov 2009 20:16:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://sr.wordpress.org/?p=68";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:209:"Доступно је ново издање Вордпреса, 2.8.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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Milan Dinić";s: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:360:"<p><a href="http://sr.wordpress.org/releases/#latest">Доступно је</a> ново издање Вордпреса, 2.8.6. Ово издање доноси једино исправке два безбедносна пропуста која <a href="http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/">су уочена</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"http://sr.wordpress.org/2009/11/12/vordpres-286/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:"4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Вордпрес 2.8.5";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://sr.wordpress.org/2009/10/29/vordpres-285/";s: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:57:"http://sr.wordpress.org/2009/10/29/vordpres-285/#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, 29 Oct 2009 18:58:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://sr.wordpress.org/?p=66";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:568:"Са закашњењем од 9 дана, коначно је доступно издање Вордпреса 2.8.5 на српском. Разлог кашњења је у томе да сам ја једини који ради на локалном издању Вордпреса, а пошто сам био одсутан и нисам имао приступ интернету скоро две недеље тако ово издање није ни могло изаћи раније.\nКао и претходна четири издања, и ово [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"Milan Dinić";s: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:1351:"<p>Са закашњењем од 9 дана, коначно <a href="http://sr.wordpress.org/releases/#latest">је доступно</a> издање Вордпреса 2.8.5 на српском. Разлог кашњења је у томе да сам ја једини који ради на локалном издању Вордпреса, а пошто сам био одсутан и нисам имао приступ интернету скоро две недеље тако ово издање није ни могло изаћи раније.</p>\n<p>Као и претходна четири издања, и ово не доноси нека побољшања већ само исправља уочене безбедносне и друге пропусте. Што се тиче локализације, у новом издању додата је само једна ниска, тако да корисници који су извршили ажурирање са енглеским издањем неће имати проблема.</p>\n<p>Свим корисницима Вордпреса на српском се извињавам због кашњења и поручујем да ћу у наредном периоду потражити решење да би се избегле овакве ситуације.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"http://sr.wordpress.org/2009/10/29/vordpres-285/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Вордпрес 2.8.4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://sr.wordpress.org/2009/08/12/vordpres-284/";s: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:57:"http://sr.wordpress.org/2009/08/12/vordpres-284/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 12 Aug 2009 09:31:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://sr.wordpress.org/?p=64";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:748:"Доступно је ново издање Вордпреса, 2.8.4. Ово издање доноси исправку јуче уоченог безбедносног пропуста. Препоручује се да што пре извршите ажурирање.\nУколико на вашем серверу није могуће извршити аутоматско ажурирање, не морате вршити „ручно“ ажурирање на стандардан начин мењањем свих датотека инсталације, већ је довољно заменити датотеку wp-login.php у корену инсталације, и датотеку version.php у директоријуму [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Milan Dinić";s: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:1090:"<p><a href="http://sr.wordpress.org/releases/#latest" rel="nofollow">Доступно је</a> ново издање Вордпреса, 2.8.4. Ово издање доноси исправку јуче уоченог безбедносног пропуста. Препоручује се да што пре извршите ажурирање.</p>\n<p>Уколико на вашем серверу није могуће извршити аутоматско ажурирање, не морате вршити „ручно“ ажурирање на стандардан начин мењањем свих датотека инсталације, већ је довољно заменити датотеку wp-login.php у корену инсталације, и датотеку version.php у директоријуму wp-includes, новим датотекама <a href="http://svn.automattic.com/wordpress/tags/2.8.4/wp-login.php" rel="nofollow">wp-login.php</a> и <a href="http://svn.automattic.com/wordpress/tags/2.8.4/wp-includes/version.php" rel="nofollow">version.php</a>.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"http://sr.wordpress.org/2009/08/12/vordpres-284/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"0";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:41:"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Вордпрес 2.8.3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"http://sr.wordpress.org/2009/08/03/vordpres-283/";s: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:57:"http://sr.wordpress.org/2009/08/03/vordpres-283/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 03 Aug 2009 15:50:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:13:"Uncategorized";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:29:"http://sr.wordpress.org/?p=62";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:334:"Доступно је ново издање Вордпреса, 2.8.3. Као и претходно издање 2.8.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:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Milan Dinić";s: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:396:"<p><a href="http://sr.wordpress.org/releases/#latest">Доступно је</a> ново издање Вордпреса, 2.8.3. Као и претходно издање 2.8.2, и ово издање доноси искључиво исправке уочених безбедносних пропуста. Препоручује се да што пре извршите ажурирање.</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:53:"http://sr.wordpress.org/2009/08/03/vordpres-283/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:29:"http://sr.wordpress.org/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Sun, 05 Dec 2010 11:59:01 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:34:"http://sr.wordpress.org/xmlrpc.php";s:13:"last-modified";s:29:"Wed, 01 Dec 2010 02:25:22 GMT";s:4:"link";s:17:"<>; rel=shortlink";s:4:"x-nc";s:11:"HIT luv 139";}s:5:"build";s:14:"20090627192103";}', 'no'),
(3895, 0, '_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c', '1291597573', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(3896, 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:47:"WordPress.tv: Chelsea Otakan: WordPress No-Duhs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4772";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"http://wordpress.tv/2010/10/23/chelsea-otakan-wordpress-no-duhs/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1794:"<div id="x-video-2" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4772/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=4772&amp;subd=wptv&amp;ref=&amp;feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/10/23/chelsea-otakan-wordpress-no-duhs/"><img alt="Chelsea Otakan: WordPress No-Duhs" src="http://videos.videopress.com/71XOacUa/chexxee_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 05 Dec 2010 02:45:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:44:"WordPress.tv: Pete Mall: WordPress MultiSite";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=4599";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2010/09/18/pete-mall-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:1792:"<div id="x-video-8" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4599/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4599/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4599/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=4599&amp;subd=wptv&amp;ref=&amp;feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/09/18/pete-mall-wordpress-multisite/"><img alt="Pete Mall: WordPress MultiSite" src="http://videos.videopress.com/lsP1hZDP/pete-mall_1_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 05 Dec 2010 02:45:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:58:"Weblog Tools Collection: WordPress Theme Releases for 12/4";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9115";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/kgs-ayJborY/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1242:"<p><img class="alignnone size-full wp-image-9116" title="Atmosphere" src="http://weblogtoolscollection.com/wp-content/uploads/2010/12/atmosphere.jpg" alt="atmosphere" width="150" height="113" /></p>\n<p><a href="http://digitalraindrops.net/atmosphere/"><strong>Atmosphere 2010</strong></a> is a simple but pleasant two column narrow theme, based on the atmosphere theme published back in 2007.</p>\n<p><img class="alignnone size-full wp-image-9117" title="Liquorice" src="http://weblogtoolscollection.com/wp-content/uploads/2010/12/liquorice.jpg" alt="liquorice" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/liquorice"><strong>Liquorice</strong></a> is a simple and clean vintage looking theme build on Google&#8217;s font API Lobster font.</p>\n<p><img class="alignnone size-full wp-image-9118" title="tweaker2" src="http://weblogtoolscollection.com/wp-content/uploads/2010/12/tweaker2.jpg" alt="tweaker2" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/tweaker2"><strong>tweaker2</strong></a> is a theme especially built for those who love tweaking their own themes.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/kgs-ayJborY" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 04 Dec 2010 13:00:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:65:"Weblog Tools Collection: The Groupon Story Started With WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9112";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/CMp0YH34RNU/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1751:"<p>Andrew Warner who produces the video show Mixergy has published <a href="http://mixergy.com/andrew-mason-groupon-interview/">his interview with Andrew Mason</a>, founder of <a href="http://www.groupon.com">Groupon</a>. While Groupon has recently been given a 5 billion dollar acquisition bid by Google, it wasn&#8217;t easy getting started. In fact, Andrew cobbled together scripts and blog posts on a WordPress powered website to get things off the ground.</p>\n<blockquote><p>All we did was we took a WordPress Blog and we skimmed it to say Groupon and then every day we would do a new post with the points embedded. It was totally ghetto. We would sell t-shirts on the first version of Groupon. We’d say in the right up, ‘This t-shirt will come in the color red, size large. If you want a different color or size, email that to us.’ We didn’t have a form to add that stuff. We were just, it was so cobbled together. It was enough to prove the concept and show that it was something that people really liked. The actual coupon generation that we were doing was all FileMaker. We would run a script that would email the coupon PDF to people. It got to the point where we’d sell 500 sushi coupons in a day and we’d send 500 PDFs to people with Apple Mail at the same time. Really the first, until July of the first year was just a scrambling to grab the tiger by the tail. It was trying to catch up and reasonable piece together a product.</p></blockquote>\n<p>You can watch the entire interview right here which beyond the merits of using WordPress to get started, is a great story in and of itself. </p>\n<p><center></center></p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/CMp0YH34RNU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Dec 2010 20:34: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:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:53:"WordPress.tv: Sheri Bigelow: How to Support WordPress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=4606";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/09/18/sheri-bigelow-how-to-support-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:1818:"<div id="x-video-4" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4606/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=4606&amp;subd=wptv&amp;ref=&amp;feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/09/18/sheri-bigelow-how-to-support-wordpress/"><img alt="Sheri Bigelow: How to Support WordPress" src="http://videos.videopress.com/1G7ssWTK/sheri-bigelow_scruberthumbnail_5.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Dec 2010 19:15: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:14:"blazestreaming";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:81:"WordPress.tv: Masaaki Komori: Faster WordPress – Optimizing Display Performance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=4575";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:94:"http://wordpress.tv/2010/05/29/masaaki-komori-faster-wordpress-optimizing-display-performance/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1867:"<div id="x-video-32" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4575/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=4575&amp;subd=wptv&amp;ref=&amp;feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/05/29/masaaki-komori-faster-wordpress-optimizing-display-performance/"><img alt="Masaaki Komori: Faster WordPress: Optimizing Display Performance" src="http://videos.videopress.com/3EieaHIT/wcy2010_202_komori_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Dec 2010 19:15: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:7:"Atsushi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:65:"WordPress.tv: Shayne Sanderson: Editing PHP and CSS for Beginners";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=4602";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:82:"http://wordpress.tv/2010/09/18/shayne-sanderson-editing-php-and-css-for-beginners/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1831:"<div id="x-video-5" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4602/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4602/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4602/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=4602&amp;subd=wptv&amp;ref=&amp;feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/09/18/shayne-sanderson-editing-php-and-css-for-beginners/"><img alt="Shayne Sanderson: Editing PHP and CSS for Beginners" src="http://videos.videopress.com/i9kAhAYO/shayne_3_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Dec 2010 19:00:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:28:"Matt: Big Web Show Interview";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=36569";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:44:"http://ma.tt/2010/12/big-web-show-interview/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:344:"<p>The other day I was interviewed by Jeffrey Zeldman and Dan Benjamin for the Big Web Show, <a href="http://5by5.tv/bigwebshow/29">which you can now view here</a>. Also good to watch if you&#8217;d like an update on my beard adventure. <img src="http://s.ma.tt/blog/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Dec 2010 18:25:07 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:55:"Weblog Tools Collection: The WP Swag Store has Launched";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9109";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/f7cTMZYNI4w/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1190:"<p><a href="http://automattic.com/">Automattic</a> has launched the official <a href="https://wpswagstore.com/">WP Swag Store</a>!  Now, you too can own a piece of <a href="http://wordpress.org/">WordPress</a> memorabilia.</p>\n<p>Proceeds from the sales go to <a href="https://wpswagstore.com/2010/12/02/hello-world-2/">benefit the donation of swag</a> to <a href="http://central.wordcamp.org/">WordCamps</a> around the world.</p>\n<p>Of course, one can&#8217;t help but notice that the store has launched just in time for the holiday season, and what would make a better stocking stuffer than a <a href="https://wpswagstore.com/store/accessories/wordpress-usb-drive/">3GB WordPress USB drive</a>? Even if you don&#8217;t celebrate any of the traditional gift-giving holidays, there are plenty of WordPress-themed warm clothing options for the cold winter months, and even a <a href="https://wpswagstore.com/store/accessories/wordpress-footed-bistro-mug/">mug</a> for your warm drinks.</p>\n<p>Are you collector of WordPress swag?  If so, we&#8217;d love to see your collection!</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/f7cTMZYNI4w" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Dec 2010 13:00:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:22:"Matt: TechFellow Award";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=36567";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://ma.tt/2010/12/techfellow-award/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:519:"<p>Earlier tonight I <a href="http://techcrunch.com/2010/12/02/announcing-the-winners-of-the-2010-techfellow-awards/">won a TechFellow Award in the &#8220;Product Design and Marketing&#8221; category</a>. I thought this would be a good opportunity to thank the two people who have had the biggest design influence over the past few years on <a href="http://wordpress.org/">WordPress</a> (and me): <a href="http://jane.wordpress.com/">Jane Wells</a> and <a href="http://mattnt.com/">Matt &#8220;MT&#8221; Thomas</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Dec 2010 07:44:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"Weblog Tools Collection: One Tool Inadvertently Helps Cure Others’ Ills";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9078";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/YtdraKEpjzQ/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3141:"<p>So we have not made it a secret on this blog that we are big fans of VaultPress as a product (Disclosure: They are advertisers on this blog). I have been using it on this blog (amongst others) for our protection and have happily paid for our privilege and peace of mind. It has been a little rocky to get started and we have offered and received help and feedback for the issues we ran into during the initial sync with VaultPress. The peace of mind is satisfying, the support is very reasonable, the product is a &#8220;set it and forget it&#8221; and as such, it runs on its own. I check the security area once in a while and marvel at the number of comments and other statistics that are mildly interesting but not all that helpful.</p>\n<p>Then I noticed something last morning that made me think. I know that does not happen often but I like it when it does. I happened to click on the &#8220;Activity Log&#8221; tab on the VaultPress dashboard and found the following.</p>\n<div id="attachment_9079" class="wp-caption aligncenter"><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/12/Screen-shot-2010-12-01-at-8.28.11-AM.png" rel="thumbnail"><img class="size-full wp-image-9079 " title="Screen shot 2010-12-01 at 8.28.11 AM" src="http://weblogtoolscollection.com/wp-content/uploads/2010/12/Screen-shot-2010-12-01-at-8.28.11-AM.png" alt="" width="603" height="275" /></a><p class="wp-caption-text">VaultPress Activity Log</p></div>\n<p>For those of you that are not the programmer types, the above is a list of all the database &#8220;writes&#8221; that this blog had performed in the last 3 minutes. Also for the non-programmer types, database reads and writes for the most part, writes more so than reads, are what increases or decreases the time required to produce webpages that are generated by applications with a database back end. That was a mouthful. Simply put, in general, the less interaction with the database or the more efficient the interaction, the more efficient your page. So when I found this nicely tabulated list of database queries with past histories of each entry, I was pretty happy. Now I know which plugin(s) the above queries are from, I can remove them and/or fix them and the problem would go away.</p>\n<p>Now back to VaultPress. What an elegant way to troubleshoot errant code that is write intensive! It acts like a scrolling database change log, along with the recent history of all such activity, for each commit! This is the stuff of geek dreams!</p>\n<p>Not only does the service offer you peace of mind from disaster, protect your blog from malicious file changes (version update oversights notwithstanding), it also gives you a very elegant way to perceive your blog, in real time, from the perspective of your database.</p>\n<p>I can&#8217;t wait to find other nondescript ways that VaultPress will prove to be useful. Besides the obvious stuff, the statistics, the security and now the activity log, what other gems have you found hidden in the vaults of VaultPress?</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/YtdraKEpjzQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 03 Dec 2010 00:22: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:"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: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:49:"Lorelle on WP: The New WordPress Swag Store Opens";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"http://lorelle.wordpress.com/?p=4649";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://lorelle.wordpress.com/2010/12/02/the-new-wordpress-swag-store-opens/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:550:"It took several years of requests and patience, and it&#8217;s finally here. Welcome to the new WordPress Swag Store. Now, WordPress logoed t-shirts, hoodies, iPhone skins, jackets, sports bottles, and even baby onesies and t-shirts can be yours for very modest prices, considering their speciality. Once only available at WordCamp and WordPress-related events, you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&amp;blog=72&amp;post=4649&amp;subd=lorelle&amp;ref=&amp;feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Dec 2010 17:22: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:17:"Lorelle VanFossen";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:68:"Weblog Tools Collection: Open-Source Motivations – What’s Yours?";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9100";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/6zId6-WXYH8/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7704:"<p>Alex King who&#8217;s been a fantastic member of the WordPress community since the creation of the project has published what I consider a fascinating post on his blog regarding <a href="http://alexking.org/blog/2010/12/01/open-source-motivations">his open-source motivations</a>. The post contains his answers to questions provided by David Hobson who is currently performing research into the business/financial models as well as the motivations for open-source projects. </p>\n<p>There are a number of things that come up during the article that are worthy of discussion. </p>\n<blockquote><p>I used to get about $100-200/month in the way of donations through my website. Unfortunately due to changes in the way plugins are presented on WordPress.org that has dried up to about $5/month.</p></blockquote>\n<p>While that quote may look like Alex King is looking to rake in some money via donations, the truth is, the Plugin pages have been redesigned and the donation link is now housed within the FYI box with a tiny blue link. If I remember correctly, the donation link used to be in a more visual location to the point where you couldn&#8217;t miss it. So I think Alex is on to something here. </p>\n<p><a href="http://weblogtoolscollection.com/archives/2010/12/02/open-source-motivations-whats-yours/smalldonationlink/" rel="attachment wp-att-9102"><img src="http://weblogtoolscollection.com/wp-content/uploads/2010/12/smalldonationlink.png" alt="" title="smalldonationlink" width="230" height="177" class="aligncenter size-full wp-image-9102" /></a></p>\n<p>Some plugin developers feel as though they have been screwed over thanks to this change and rightfully so but I have to question why it really bothers them. If those plugin developers were counting on those donations as a means of making a living, then there expectations were already off base. If you want to make a living, you better charge for support or for access to your plugin via an API key. If we eliminate that reason, what reason is left to be so upset at the redesign? Something else to keep in mind is that WordPress.org is not responsible for ensuring the success of your business, whatever that business may be. That&#8217;s up to you.  </p>\n<blockquote><p>WordPress best practices evolve with each release, and plugins written properly just a few short years ago are badly outdated as a result. We’ve invested a significant about of money in this effort, and I honestly don’t expect to receive anything back from it.</p></blockquote>\n<p>Alex said a word that I think is at the crux of the situation most of the time and that is, <strong>EXPECTATION</strong>. If the expectation is to be a millionaire thanks to donations, you&#8217;re going to be disappointed and think the WordPress community sucks at giving. However, if you have the expectation that your plugin solves a problem that many other users are having and you&#8217;ll get nothing in return, well that&#8217;s a much better starting point. </p>\n<p>David asked Alex a very interesting question that presented an equally interesting answer. David asked Alex if <em>the thanks and appreciation go anywhere near compensating the constant e-mail asking for support? What inspires his desire to give without return</em>?</p>\n<blockquote><p>I actually feel strongly that the current situation is unsustainable. Unless the WordPress community at large starts to better recognize and reward the developers that create the tools that they use and rely on, the developers won’t/can’t continue to provide as they have.</p>\n<p>In talking with other plugin developers, it seems fairly universal that the reward for a successful plugin is a deluge of support email that includes the worst kind of sense of entitlement, rudeness and ignorance. The community as a whole seems to expect to be able to pay nothing, yet received expert and individual help and support for free.</p></blockquote>\n<p>Well, we have ThanksGiving where often times, fans of WordPress and the plugins they use are given thanks in a blog post with links and sometimes donations. January 28th is <a href="http://ma.tt/2009/01/4000-plugins/">thank a plugin developer day</a> although there was a lack of a blog post about it in 2010. Then there is the <a href="http://www.vsellis.com/scott-recommends/make-a-donation-to-your-favorite-wordpress-plugin-developer-on-march-1st/">donation to your favorite plugin developer day</a> (March 1st.) Last but not least, plugin authors received some cash during the run of <a href="http://unfoldingneurons.com/2009/donate-friday">Donate Friday</a> that I participated in for a few weeks. All of these efforts with the exception of Matt declaring a new holiday were community driven. </p>\n<p>I take a bit of personal issue with the fact that I participated in those programs voluntarily but I still have to somehow recognize and reward those developers. There are a large handful of developers where the best reward they could have is seeing users happily solving their problems with code they wrote. Sometimes, I wonder if plugin developers would be happy if I gave them my first-born or would they then request the second child as well? I completely understand that saying thank you does not pay the bills but come on! What do you want from me!?</p>\n<p>I do agree with Alex regarding his sentiments on the deluge of support emails, the rudeness of people coupled with ignorance. What Alex mentioned was pretty much the basis behind one of the most popular posts written for WLTC asking whether <a href="http://weblogtoolscollection.com/archives/2009/07/10/is-wordpress-a-thankless-community/">WordPress Was A Thankless Community</a>? What a great discussion that was had in the comments! Unfortunately, from my talks with various plugin authors, not much has changed since then.</p>\n<p>I think the mentality that everything that is built on or around WordPress should be free because WordPress is free will quickly erode, especially since more and more commercial plugins are being created. My hope is that at some point, users can understand that support as well as upgrades are two of the most valuable assets to a plugin and that sometimes, they are most certainly worth paying for. I remember Matt being quoted as saying &#8220;<a href="http://blogs.sitepoint.com/2009/08/28/podcast-25-wordpress-matt-mullenweg/">The best things in life are free</a>&#8220;. I have a hard time going along with that as some of the best things in my life I have ended up paying for, without regret.</p>\n<h2>In Closing:</h2>\n<p>Alex King doesn&#8217;t know the answer to the problem of rude, ignorant, just plain obnoxious people and I don&#8217;t either. Considering the vast user base that encompasses WordPress, is that particular problem even solvable? Should everyone that uses WordPress or any one of the plugins available for it be forced to go through some sort of ethics or politeness training? I bet many would love to see that idea come to fruition but it&#8217;s a pipe dream. I just don&#8217;t see how Matt Mullenweg or any other individual could solve this problem. Hell, I don&#8217;t even think the WordPress community itself can 100% solve the problem.</p>\n<p>As I mentioned, Alex&#8217;s post provides a lot to chew on. In the comments, I&#8217;d love to hear your thoughts on some of the questions and perplexing problems that were brought up throughout the post. I&#8217;m also interested in hearing from individuals that would like to explain what their motivations are for contributing to something like WordPress or open-source in general.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/6zId6-WXYH8" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Dec 2010 16:56:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Plugin Releases for 12/2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9098";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/H-zXGU_WTm8/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2224:"<h3>New plugins</h3>\n<p><a href="http://www.cleancode.co.nz/cleancodenz-geo-posts-wordpress-plugin"><strong>CleanCodeNZ Geo Posts</strong></a> creates custom post types with geo locations for back end data entering. Google Maps Api v3 is used to display geo posts on a map with a clickable marker overlay.</p>\n<p><a href="http://wordpress.org/extend/plugins/gallery2-importer/"><strong>Gallery2 Importer</strong></a> allows you to import albums, images, and comments from a Gallery2 installation into your WordPress site. Albums will be saved as pages containing the [gal<em></em>lery] shortcode, and images will be saved as attachments.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://sudarmuthu.com/wordpress/easy-retweet"><strong>Easy ReTweet</strong></a> lets you add retweet or Tweet This buttons for your WordPress posts, together with the retweet count.</p>\n<p><a href="http://ocaoimh.ie/exploit-scanner/"><strong>Exploit Scanner</strong></a> searches the files on your website, and the posts and comments tables of your database for anything suspicious. It also examines your list of active plugins for unusual filenames.</p>\n<p><a href="http://www.fastsecurecontactform.com/"><strong>Fast Secure Contact Form</strong></a> lets your visitors send you a quick E-mail message and blocks all common spammer tactics.</p>\n<p><a href="http://www.webtechwise.com/plugin-test-drive/"><strong>Plugin Test Drive</strong></a> lets you test any plugin before activating it.</p>\n<p><a href="http://wordpress.org/extend/plugins/solvemedia/"><strong>Solve Media CAPTCHA</strong></a> is a CAPTCHA which allows you to secure and monetize your site.</p>\n<p><a href="http://wordpress.org/extend/plugins/wickett-twitter-widget/"><strong>Wickett Twitter Widget</strong></a> displays tweets from one or more Twitter accounts as a WordPress widget. (as seen on <a href="http://wordpress.com/">WordPress.com</a>)</p>\n<p><a href="http://yoast.com/wordpress/seo/"><strong>WordPress SEO</strong></a> is an all in one solution to search engine optimize your WordPress blog: SEO titles, meta descriptions, XML sitemaps and much more.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/H-zXGU_WTm8" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Dec 2010 13: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:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Matt: Cyber Missile";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=36564";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:35:"http://ma.tt/2010/12/cyber-missile/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:214:"<p><a href="http://www.foxnews.com/scitech/2010/11/26/secret-agent-crippled-irans-nuclear-ambitions/">Mystery Surrounds Cyber Missile That Crippled Iran&#8217;s Nuclear Weapons Ambitions</a>, such a cool story.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Dec 2010 02:51:47 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:34:"Alex King: Open Source Motivations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://alexking.org/?p=5080";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://alexking.org/blog/2010/12/01/open-source-motivations";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:7505:"<p>David Hobson recently contacted me as he is doing research info business/financial models and motivation for Open Source projects. He sent me some questions that I answered; we thought that the answers might be interesting to the general community as well. David indicated it will be a little while before he finishes his research and encouraged me to go ahead and post the replies I&#8217;d sent him. I will, of course, post a link to his work when it is available.</p>\n<p>Here are his questions and my replies.</p>\n<blockquote><p>What has been the motivation to churn out GPL plugins as well as support them?  Branding is a benefit, both publicity and example of quality.  However, I&#8217;m sure that doesn&#8217;t compare to the cost they require and you have plenty of branding and publicity already.</p></blockquote>\n<p>That is a complicated question, and one whose answer has changed over time.</p>\n<p>When I first started contributing to the b2 community, it was a simple matter of publishing code I had written for my own blog/site. There was very little additional effort involved, the community was relatively small and technical, and I had the time to do it.</p>\n<p>WordPress was created as a fork of b2 and it included some of the features I&#8217;d written for b2. Over time I ported the rest of them to WordPress, and began writing WordPress features as well.</p>\n<p>When I created and ran the first design competition for WordPress it was because I believed that people&#8217;s vision of what could be done was too small. I saw the ability to do more and wanted to encourage people to push the limits on design. The results were excellent, hundreds of great designs were created and made available to the community.</p>\n<p>WordPress evolved to support official plugins and themes and the community enjoyed explosive growth. I continued to create functionality that I thought was useful for WordPress and release it as plugins. This required more effort than it used to, because the WordPress community was becoming more mainstream and to be generally useful the plugins needed to be more polished, more forgiving of user error and required creating much more documentation.</p>\n<p>Around this same time I was making the transition from an independent developer to a consulting and development shop that focused largely on WordPress development. I was hiring my first employees, getting a business off the ground, doing things like finding office space, worrying about making payroll, selling, etc. &#8211; my free time largely went away, and my ability to put out free plugins and themes went with it.</p>\n<p>Now we have a team of about 15 people and my obligations to my team are greater than ever. I&#8217;ve also been blessed with a wonderful 18 month old daughter. She is a priority for me, the time spent with her and my family largely replaces time I previously used to contribute code back to the WordPress community.</p>\n<blockquote><p>Do you see indirect financial benefits in any other way, shape, or form?</p></blockquote>\n<p>I used to get about $100-200/month in the way of donations through my website. Unfortunately due to changes in the way plugins are presented on WordPress.org that has dried up to about $5/month.</p>\n<p>I made it a priority to update all of our publicly released plugins this summer and hired an intern at <a href="http://crowdfavorite.com">Crowd Favorite</a> to make this happen<sup><a href="http://alexking.org/blog/topic/wordpress/feed#fn1291238579966n" id="fn1291238579966" class="footnote">1</a></sup>. WordPress best practices evolve with each release, and plugins written properly just a few short years ago are badly outdated as a result. We&#8217;ve invested a significant about of money in this effort, and I honestly don&#8217;t expect to receive anything back from it.</p>\n<blockquote><p>Do the thanks and appreciation go anywhere near compensating the constant e-mail asking for support?  What inspires your desire to give without return?</p></blockquote>\n<p>I actually feel strongly that the current situation is unsustainable. Unless the WordPress community at large starts to better recognize and reward the developers that create the tools that they use and rely on, the developers won&#8217;t/can&#8217;t continue to provide as they have.</p>\n<p>In talking with other plugin developers, it seems fairly universal that the reward for a successful plugin is a deluge of support email that includes the worst kind of sense of entitlement, rudeness and ignorance. The community as a whole seems to expect to be able to pay nothing, yet received expert and individual help and support for free.</p>\n<p>One of my goals with <a href="http://wphelpcenter.com">WordPress HelpCenter</a> was to try to affect change in this area. My belief was that we could work with plugin developers to have them send support requests to WPHC, have WPHC provide commercial support services, and give a revenue stream back to the plugin developers. While WPHC has been successful overall, it has utterly failed in this effort. What we found was that regardless of the actual issue, users experiencing trouble with a plugin blame the plugin. They assume it&#8217;s a coding problem (even though it isn&#8217;t in most cases), expect free support and are so rude that we&#8217;ve lost people from our team as a result; ultimately having to refocus our efforts away from this type of support. One of my WPHC devs told me that he was amazed I kept my plugins freely available, that he would have killed them off long ago if he had experienced the type of feedback he was seeing now that I was forwarding my support requests to WPHC. I think this was a reasonable response, and that makes me sad.</p>\n<p>I&#8217;m not sure what the solution to this is (my idea certainly didn&#8217;t get legs), but I know that I am very rarely willing to make the extra effort (and make no mistake, the process of packaging, documenting, writing extra code to make something as forgiving as possible to different environments and user error is typically more work than writing the code in the first place) to publicly release free plugins anymore.</p>\n<p>I still see the WordPress community as a group that has wonderful potential and many bright spots. It&#8217;s for this reason that I am happy we are able to work within it. I really enjoy helping to push WordPress to become something more than it was before &#8211; for example via our <a href="http://crowdfavorite.com/wordpress/carrington/">Carrington Core</a> platform and <a href="http://crowdfavorite.com/wordpress/carrington-build/">Carrington Build</a>. We are also working on a new WordPress product that should really help WordPress adoption in environments where more sophisticated staging and deployment requirements are enforced.</p>\n<p>I hope that the WordPress community and ecosystem is able to find a way to better support the contributions of individual developers as it continues to evolve. There are lots of smart people with good ideas trying to do the right thing, I&#8217;m optimistic that solutions can be found. I&#8217;ll certainly continue to support that effort however I can.</p>\n<ol class="footnotes">\n<li id="fn1291238579966n">Most of the work is done, we&#8217;re in the proces of final code review and polish. [<a href="http://alexking.org/blog/topic/wordpress/feed#fn1291238579966">back</a>]</li>\n</ol>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=5080&type=feed" alt="" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 21:30:37 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:67:"Weblog Tools Collection: WordPress 3.0 Template Tag Reference Guide";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9081";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/MGQbK4CXWeo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1888:"<p>For those developers out there who would like a quick and easy way to reference Template tags in WordPress, you now have another choice. This <a href="http://www.dbswebsite.com/design/wordpress-reference/">reference guide</a> was created by DBS Website which is a web design company based in Louisville, Kentucky. There are two versions of the guide. One for WordPress 2.x and another for the 3.0 branch. The guide is set up so that the quick links to various tags show up on the left while information regarding the tag shows up within the center of the page. </p>\n<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/12/dbsquicklinks.png" rel="thumbnail"><img src="http://weblogtoolscollection.com/wp-content/uploads/2010/12/dbsquicklinks.png" alt="" title="dbsquicklinks" width="232" height="343" class="aligncenter size-full wp-image-9082" /></a> </p>\n<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/12/dbstagreference.png" rel="thumbnail"><img src="http://weblogtoolscollection.com/wp-content/uploads/2010/12/dbstagreference.png" alt="" title="dbstagreference" width="455" height="264" class="aligncenter size-full wp-image-9083" /></a></p>\n<p>When you click on a tag, a drop down appears showing information related to the tag as well as a short description. The guide itself does not contain any information that you couldn&#8217;t find by browsing the <a href="http://codex.wordpress.org/Main_Page">Codex</a> but simply presents an organized look at the various Template tags WordPress has to offer. There are a number of other resources that perform a similar function. The two that I know of are <a href="http://www.wpseek.com">WPSeek</a> and <a href="http://www.seekwp.com">SeekWP</a> although SeekWP appears to be suspended.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/MGQbK4CXWeo" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 20:15:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:16:"Matt: Groupon 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:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=36562";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"http://ma.tt/2010/12/groupon-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:237:"<p>Groupon has been in the news lately as a rumored 6 billion dollar acquisition target, and of course <a href="http://www.groupon.com/blog/">their blog is powered by WordPress</a>. On that fact alone I&#8217;d say, go for it Google!</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 15:39: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: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: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:98:"Weblog Tools Collection: WordPress.com Users Increase Drastically in Wake of Live Spaces Migration";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9075";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/o5SzFlcTgE4/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2218:"<p>It has only been two months since Microsoft announced their intention to shut down their popular Windows Live Spaces blogging platform and <a href="http://weblogtoolscollection.com/archives/2010/09/27/wordpress-com-and-windows-live-partnering-together/">offered an easy migration route to WordPress.com</a>.  Since then, <a href="http://wordpress.com/">WordPress.com</a> has seen <a href="http://en.blog.wordpress.com/2010/11/29/signups-doubled/">a marked increase in signups</a>, and not all of them are coming from Windows Live Spaces.</p>\n<p>Before the Windows Live Spaces migration was announced, WordPress.com held steady at about 400,000 signups per month.  This number has now more than doubled to about 900,000 per month.  With such a steep increase in signups and several <a href="http://weblogtoolscollection.com/archives/2010/11/19/wordpress-3-1-comes-to-wordpress-com/">new features</a>, WordPress.com is on track to end the year with a bang.</p>\n<p>Upgrading from Windows Live Spaces is <a href="http://en.support.wordpress.com/upgrading-from-windows-live-spaces/how-to-upgrade/">a simple four-step process</a>.  Of course, this is a rather large-scale migration, and there have been plenty of questions along the way.  Some of the more frequently asked questions have been answered in <a href="http://en.support.wordpress.com/upgrading-from-windows-live-spaces/#frequently-asked-questions">this support document</a>, and a few were covered in more detail in <a href="http://en.blog.wordpress.com/2010/11/29/signups-doubled/">yesterday&#8217;s announcement</a>.  And, as always, <a href="http://en.support.wordpress.com/contact/">the Happiness Engineers</a> are available to help you with any problems that you may encounter.</p>\n<p>With the user base blossoming so rapidly, there&#8217;s never been a better time to sign up for a free WordPress.com blog, even if you aren&#8217;t a Windows Live Spaces refugee.  If you&#8217;re new to WordPress.com or just blogging in general, stop by <a href="http://learn.wordpress.com/">Learn WordPress.com</a> for a great getting started guide.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/o5SzFlcTgE4" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 13:00:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:46:"WordPress Podcast: iPhone Candy with Ryan Imel";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://wp-community.org/?p=831";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://feedproxy.google.com/~r/wordpresspodcast/~3/2SDPIDBN1X8/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3915:"<p>We are back! And this week we catch up with <a href="http://twitter.com/#%21/ryanimel">Ryan Imel</a>. The Editor-in-Chief of <a href="http://wpcandy.com/">WP Candy</a>, he transformed what was once a tutorial site for the past years into a fast-paced breaking WordPress news site. Ryan is a serial entrepreneur having created projects like <a href="http://commentbits.com/">COMMENTbits</a> and <a href="http://gooroohq.com/">others</a>.</p><p>To kick things off this week we talk shop with Ryan as he tells us about the brand new iPhone app – <a href="http://wpcandy.com/announces/the-wpcandy-iphone-app">WPCandy WordPress News</a> &#8211; wpcandy.com’s first venture into the App Store and is <a href="http://itunes.apple.com/us/app/wpcandy-wordpress-news/id402503011?mt=8">available right now</a>. This is one of the means by which the community can support wpcandy.com, and as such we open the discussion on different monetization methods outside of ads on your site.</p><p>Joost and Ryan talk about interesting news and developments that have caught their eye over the past couple of weeks such as:</p><ul><li>The <a href="http://yoast.com/wordpress/seo/">WordPress SEO Plugin</a> on Yoast.com  &#8211; Joost talks about the work he has been doing on this and how it is developing</li><li>Joost does a live launch of the brand new them Frederick and the <a href="http://www.w3-edge.com">W3 Edge</a> team have built for <a href="http://yoast.com/">Yoast.com</a>. Joost talks about exactly how he plans for this new theme to improve conversion rates</li><li>Tip from Joost: have a look at a great <a href="http://wordpress.org/extend/plugins/theme-tester/">Theme Tester plugin</a> by donncha that he has been using recently</li><li>Theme frameworks: we open the debate on what a framework is and how it should behave. Will an ideal framework emerge? And should there be one theme framework to rule them all?</li><li>Should SEO functions reside in a theme or a plugin? Those in our live chat room ask the question ‘are there any conflicts between SEO and frameworks?’</li></ul><p>Joost asks Ryan when wpcandy.com plan to launch a new theme design, and the pair discuss what could be changed within its current site design &#8211; with an SEO perspective on things from Joost.</p><h2>Picks of the week</h2><ul><li>wpcandy.com’s shiny new iPhone app &#8211; <a href="http://wpcandy.com/announces/the-wpcandy-iphone-app">WPCandy WordPress News</a></li><li>The  <a href="http://wordpress.org/extend/plugins/edit-flow/">Edit Flow plugin</a> is incredibly useful for managing and assigning on a multi author site and comes highly recommended by Ryan who himself runs a multi author blog on wpcandy.com.</li><li><a href="http://yoast.com/wordpress/seo/">WordPress SEO Plugin</a> on Yoast.com</li><li><a href="http://wordpress.org/extend/plugins/theme-tester/">Theme Tester plugin</a> by donncha allows a blog administrator to test out a new theme before launch whilst your old theme is still live</li><li><a href="http://wordpress.org/extend/plugins/seo-data-transporter/">SEO Data Transporter plugin</a> which allows you to easily transfer your inputs SEO data from one theme/plugin to another.</li><li>Here is the alternative to having to write code when you need to regenerate your thumbnails:  the <a href="http://wordpress.org/extend/plugins/regenerate-thumbnails/">Regenerate Thumbnails plugin</a>. Bookmark this one!</li></ul><p>Joost calls for someone out there to build a replacement plugin for a slider on a front page. There seems to be no single plugin that allows you to determine the order of the slides and that does the simple things really well. Go to <a href="http://feeds.feedburner.com/../../../../../../">wp-community.org</a> and tell Joost what plugin you think he should be using!</p> <img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/2SDPIDBN1X8" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 01 Dec 2010 07:56:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:54:"joost@pressthis.com (Joost de Valk & Frederick Townes)";s: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:68:"Weblog Tools Collection: WordPress 3.0.2 Released, Mandatory Upgrade";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9069";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:73:"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/FtlRvuO6b6M/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:746:"<p>Just moments ago, <a href="http://wordpress.org/news/2010/11/wordpress-3-0-2/">WordPress 3.0.2 was released to the public</a>. This version is a mandatory security upgrade. According to the release notes:</p>\n<blockquote><p>This maintenance release fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the site, addresses a handful of bugs, and provides some additional security enhancements.</p></blockquote>\n<p>It&#8217;s been awhile since we&#8217;ve seen one of these types of releases. However, thanks to automatic upgrades built in, upgrading is a pretty easy thing to do. </p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/FtlRvuO6b6M" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 30 Nov 2010 23:39: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:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:25:"Dev Blog: WordPress 3.0.2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1550";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:50:"http://wordpress.org/news/2010/11/wordpress-3-0-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:932:"<p><a href="http://wordpress.org/download/">WordPress 3.0.2 is available</a> and is a mandatory security update for all previous WordPress versions. Haiku has become traditional:</p>\n<p>Fixed on day zero<br />\nOne-click update makes you safe<br />\nThis used to be hard</p>\n<p><a href="http://codex.wordpress.org/Version_3.0.2">This maintenance release</a> fixes a moderate security issue that could allow a malicious Author-level user to gain further access to the site, addresses a handful of bugs, and provides some additional security enhancements. Big thanks to <a href="http://blog.sjinks.pro/wordpress/">Vladimir Kolesnikov</a> for detailed and responsible disclosure of the security issue!</p>\n<p><a href="http://wordpress.org/download/">Download 3.0.2</a> or update automatically from the Dashboard &gt; Updates menu in your site&#8217;s admin area. You should update immediately even if you do not have untrusted users.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 30 Nov 2010 23:33:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"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: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:62:"Weblog Tools Collection: Contributing To The Theme Review Team";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9066";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/GfGruh226Uw/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:6094:"<p>Earlier this month, I had the opportunity to not only interview <a href="http://www.chipbennett.net/">Chip Bennett</a> regarding the new WordPress Theme Review team but I also had a chance to speak with <a href="http://buynowshop.com/">Edward Caissie</a> who is a member of the team. You can listen to the full interview and associated discussion on <a href="http://www.wptavern.com/wpweekly-episode-106-%E2%80%93-the-theme-review-team">episode 106 of WordPress Weekly</a>. However, one of the things that came out of that show was the need for community volunteers to help out in the reviewing process. After speaking with Edward, he accepted my request to write a guest blog post explaining how people can contribute to the theme review team.</p>\n<blockquote><p>The following was written by Edward Caissie, member of the newly established theme review team.</p></blockquote>\n<p> <strong>How do I get involved with the WordPress Theme Review Team (WPTRT)?</strong><br />\nIt&#8217;s really rather simple. Just follow these steps below.</p>\n<ol>\n<li>Subscribe to the <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers">Theme Review mailing list</a>.</li>\n<li>Make sure you have a <a href="http://wordpress.org/">WordPress.org</a> username.</li>\n<li>Send a message to the mailing list expressing your interest in helping out with Theme Reviews.</li>\n<li>A current <abbr title="WordPress Theme Review Team">WPTRT</abbr> member will contact you (generally via a reply to your message). If you are ready they will assign you a ticket in the <a href="http://themes.trac.wordpress.org/">Theme trac</a> and you will be on your way to becoming a Theme reviewer.</li>\n</ol>\n<p>Of course, there is more to reviewing Themes as part of the <abbr title="WordPress Theme Review Team">WPTRT</abbr>, the above is just how you get started.</p>\n<p>Let&#8217;s have a quick look through these steps.</p>\n<ol>\n<li>Subscribing to the mailing list gets you involved in one of the main discussion areas of the <abbr title="WordPress Theme Review Team">WPTRT</abbr>. It is one of the places we discuss ideas about various items that may, or may not, affect how the <a href="http://codex.wordpress.org/Theme_Review">Theme Review</a> guidelines are interpreted or used when reviewing a submitted Theme.</li>\n<li>Your WordPress username is a common focal point for all of your WordPress activities. If you are a Theme author, or a plugin developer, you already have one and this is the one that will be used on the Theme trac system. It could also be the username you log into the WordPress Support forums with although current members generally use their &#8220;developer&#8221; username.</li>\n<li>We need to know you are interested, although you can also log into the <em>#wordpress-themes</em> channel on <a href="http://webchat.freenode.net">freenode.net</a> and chat via <abbr title="Internet Relay Chat">IRC</abbr> with one of the theme reviewers as well. The mailing list is generally the more common approach.</li>\n<li>We assign the first few tickets to new reviewers just to help with the learning process. Once you have shown you understand the process we&#8217;ll make a few changes behind the scenes and you will be able to assign yourself your own tickets in trac and carry on reviewing Themes.</li>\n</ol>\n<p>We expect that sometime during this process you have thoroughly familiarized yourself with the <a href="http://codex.wordpress.org/Theme_Review">Theme Review</a> guidelines as well as a few other relevant pages in the codex. Here are the links to the pages I always recommend reading:</p>\n<ul>\n<li><a href="http://codex.wordpress.org/Theme_Development">Theme Development</a> &#8211; http://codex.wordpress.org/Theme_Development</li>\n<li><a href="http://codex.wordpress.org/Theme_Unit_Test">Theme Unit Test</a> &#8211; http://codex.wordpress.org/Theme_Unit_Test</li>\n<li><a href="http://codex.wordpress.org/Theme_Review">Theme Review</a> &#8211; http://codex.wordpress.org/Theme_Review</li>\n</ul>\n<p>NB: Just in case, I would suggest reading these pages at least once a week, although generally our intent is to not have them change very often.</p>\n<p>Also, you should create yourself a test-bed installation; import the Theme Unit Test data (from the link above); and, install the following few very useful plugins:</p>\n<ul>\n<li><a href="http://wordpress.org/extend/plugins/log-deprecated-notices/">Log Deprecated Notices</a> by Andrew Nacin aka nacin</li>\n<li><a href="http://wordpress.org/extend/plugins/debogger/">DeBogger</a> and <a href="http://wordpress.org/extend/plugins/theme-check/">Theme-Check</a> by Simon Prosser aka Pross</li>\n</ul>\n<p>I also suggest installing a plugin that writes viewable text to &#8216;<a href="http://codex.wordpress.org/Function_Reference/wp_footer">wp_footer()</a>&#8216; for testing as well, if you do not have your own preference you are welcome to download and install my <a href="http://wordpress.org/extend/plugins/bns-login/">BNS Login</a> plugin.</p>\n<p><strong>Now, you might be asking why would I want to join the <abbr title="WordPress Theme Review Team">WPTRT</abbr>?</strong><br />\nThere are many reasons and many ways to get involved with the <a href="http://wordpress.org">WordPress</a> community. This one will offer you: insight into how the Theme submission process works; the opportunity to influence positive change in the <a href="http://codex.wordpress.org/Theme_Review">Theme Review</a> guidelines; a wealth of new ideas and code possibilities; and, interactions with some of the best and the brightest current Theme authors involved with the <a href="http://wordpress.org/extend/themes/">WordPress Themes repository</a>.</p>\n<p>You can also check out the <a href="http://make.wordpress.org/themes/about/how-to-join-wptrt/">How To Join The WPTRT page</a> for more information on how to join the team as well as keep tabs on the <a href="http://make.wordpress.org/themes">make.wordpress.org/themes site</a>. </p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/GfGruh226Uw" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 30 Nov 2010 20:00:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 11/30";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9061";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/7LKxr6pnhvA/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1314:"<p><img class="alignnone size-full wp-image-9062" title="sight" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/sight.jpg" alt="sight" width="150" height="113" /></p>\n<p><a href="http://wpshower.com/free-wordpress-themes/sight-1-0-free-wordpress-theme/"><strong>Sight</strong></a> is a powerful WordPress theme, best suited for Magazines and Blogs. The theme was designed in modern minimalistic style with Golden Grid usage.</p>\n<p><img class="alignnone size-full wp-image-9063" title="simply works" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/simplyworks.jpg" alt="simply works" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/simply-works-core"><strong>Simply Works Core</strong></a> is meant to work both as a framework to build child themes on, as well as a stand alone clean theme for a blog site.</p>\n<p><img class="alignnone size-full wp-image-9064" title="thememagic" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/thememagic.jpg" alt="thememagic" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/thememagic"><strong>thememagic</strong></a> is a crisp and clean business theme.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/7LKxr6pnhvA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 30 Nov 2010 13:00:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:54:"WordPress.tv: Austin Passy: Photos on the Go via Email";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=4531";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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.tv/2010/09/18/austin-passy-photos-via-email/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1805:"<div id="x-video-6" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4531/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4531/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4531/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=4531&amp;subd=wptv&amp;ref=&amp;feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/09/18/austin-passy-photos-via-email/"><img alt="Austin Passy: Photos on the Go via Email" src="http://videos.videopress.com/h3iYWkDv/austin-passy_2_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 30 Nov 2010 12:15:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:22:"Matt: Airport Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:21:"http://ma.tt/?p=36560";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:40:"http://ma.tt/2010/11/airport-security-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:657:"<div class="blockquote"><blockquote><p>It’s not that the terrorist picks an attack and we pick a defense, and we see who wins. It’s that we pick a defense, and then the terrorists look at our defense and pick an attack designed to get around it. Our security measures only work if we happen to guess the plot correctly. If we get it wrong, we’ve wasted our money. This isn’t security; it’s security theater.</p></blockquote></div>\n<p>Bruce Schnier on why airport security is <a href="http://www.nytimes.com/roomfordebate/2010/11/22/do-body-scanners-make-us-safer/a-waste-of-money-and-time">A Waste of Money and Time in the New York Times</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 29 Nov 2010 23:45:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:56:"Weblog Tools Collection: The Legacy Plugins Leave Behind";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9055";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/MoRErYN3bc8/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3176:"<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/11/plugins.png" rel="thumbnail"><img src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/plugins.png" alt="" title="plugins" width="137" height="62" class="alignright size-full wp-image-9056" /></a>Over the course of time, I imagine that most of the needs and wants of end users change. For example, after performing a fresh install of WordPress, you realize that you need a way to conduct polls, have the poll data reflected in the post, etc. Then, a year later, you find out that polls are no longer a necessary item to have on the site so you decide to remove the plugin. However, you notice that after you deactivate the plugin, the data disappears along with it. This is precisely what happens with the WP-Polls plugin. Once the plugin has been deactivated (<strong>not removed</strong>) instead of the polling data shown within the post, it&#8217;s replaced with the poll ID shortcode which is used to display the poll. </p>\n<p>This one example has me wondering how many users out there are experiencing something similar with a WordPress plugin? In the example I described above, I could take screenshots of the polls that contain the poll data and substitute that for the poll ID but that&#8217;s too much of a hassle. I could also not care about the loss of polling data but that would end up making a handful of posts which have a great discussion surrounding the results irrelevant. </p>\n<p>Over the course of 2 years, I&#8217;ve managed to have 32 activated plugins on my website, each with a particular role. Some add features, others work in the background to make things easier. Yet, I use a few plugins that either alter the way my content is displayed or enables additional content that if those plugins were removed, the content would be removed as well. </p>\n<p>I&#8217;m all for plugins <a href="http://weblogtoolscollection.com/archives/2008/01/12/uninstalling-conundrum-part-2/">being able to have an uninstall feature</a> that removes them entirely from WordPress, including the database but in this instance, I want to keep the content associated with the plugin while removing everything else. Any suggestions on how to do this? Better yet, what would a plugin author have to do to make sure that the content generated by the plugin is stored in WordPress and not somewhere else? It seems to me that the last-ditch option and the one that may be most convenient is to not do anything at all. Pretend the polling plugin is not there and hope it continues to work into the future as I continually upgrade WordPress. This leads me to my next question.</p>\n<p>How many of you have come to rely on a particular plugin for your website. A plugin that you considered to be a crucial part of the way your site functions only to see that plugin disappear, stop working, or development ceased. What did you end up doing? I realize there are a ton of WordPress plugins in the repository but some plugins are harder to replace than others. Let me know in the comments. </p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/MoRErYN3bc8" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 29 Nov 2010 20: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:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:38:"WP iPhone: Update on WordPress for iOS";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ios.wordpress.org/?p=886";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ios.wordpress.org/2010/11/29/update-on-wordpress-for-ios/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2596:"<p>Version 2.6.2 of the WordPress app for iOS devices was not quite the salvation we hoped it would be. While it solves some of the issues presented in earlier versions of the app, many of you are still experiencing problems that make the app difficult to use. <strong>Therefore, starting today, the entire team is going to focus on fixing these issues and hopefully ship improvements to you a lot faster.</strong></p>\n<p>Thanks to the crash reporting system built into 2.6.2 we now have a deeper understanding around some of the crashes, and therefore we&#8217;ve been working on a Crash Fix release which we&#8217;re hoping to submit to the app store shortly.</p>\n<p>The single most valuable thing that has helped us understand the problems in the app, however, is the feedback from all of you guys. Keep it coming!</p>\n<p>If you&#8217;re still experiencing problems, please let us know about it in the <a href="http://ios.forums.wordpress.org/">WordPress for iOS Forums</a>. We&#8217;re trying to keep up with all your posts.</p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpiphone.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpiphone.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpiphone.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpiphone.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/886/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/886/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/886/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ios.wordpress.org&amp;blog=3882653&amp;post=886&amp;subd=wpiphone&amp;ref=&amp;feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 29 Nov 2010 17:02:59 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Isaac Keyet";s: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:42:"Weblog Tools Collection: Your Top 5 Themes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9046";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/i_JVJgwFCFQ/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3937:"<p><a href="http://weblogtoolscollection.com/archives/2010/11/15/what-are-your-favorite-themes/">Two weeks ago</a>, we asked to hear about your favorite <a href="http://wordpress.org/">WordPress</a> themes.  We had over 125 responses, but even with such a variety of responses, only 5 came out as the clear favorites.  Without further delay, here are your top 5 themes.</p>\n<p><img class="alignnone size-full wp-image-9049" title="Swift" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/swift.jpg" alt="swift" width="150" height="113" /></p>\n<p><a href="http://swiftthemes.com/2009/08/wordpress-themes/swift-the-fastest-loading-wordpress-theme/"><strong>Swift</strong></a> is the fastest loading, SEO optimized, server friendly WordPress theme. This theme is mainly for blogs running on low server resources and for those who like clean and simple designs. [<a href="http://wordpress.org/extend/themes/swift">directory listing</a>]</p>\n<p><img class="alignnone size-full wp-image-9047" title="Hybrid" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/hybrid.jpg" alt="hybrid" width="150" height="113" /></p>\n<p><a href="http://themehybrid.com/themes/hybrid"><strong>Hybrid</strong></a> is a user-friendly, search-engine optimized theme framework, featuring 15 custom page templates and 8 widget-ready areas, allowing you to create any type of site you want. [<a href="http://wordpress.org/extend/themes/hybrid">directory listing</a>]</p>\n<p><img class="alignnone size-full wp-image-9051" title="Twenty Ten" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/twentyten.jpg" alt="twenty ten" width="150" height="113" /></p>\n<p><a href="http://wordpress.org/extend/themes/twentyten"><strong>Twenty Ten</strong></a> is stylish, customizable, simple, and readable &#8212; make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). [<a href="http://wordpress.org/extend/themes/twentyten">directory listing</a>]</p>\n<p><img class="alignnone size-full wp-image-9050" title="Thematic" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/thematic.jpg" alt="thematic" width="150" height="113" /></p>\n<p><a href="http://themeshaper.com/thematic/"><strong>Thematic</strong></a> is a free, open-source, highly extensible, search-engine optimized WordPress Theme Framework featuring 13 widget-ready areas, grid-based layout samples, styling for popular plugins, and a whole community behind it. It&#8217;s perfect for beginner bloggers and WordPress development professionals. [<a href="http://wordpress.org/extend/themes/thematic">directory listing</a>]</p>\n<p><img class="alignnone size-full wp-image-9048" title="Suffusion" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/suffusion.jpg" alt="suffusion" width="150" height="95" /></p>\n<p><a href="http://www.aquoid.com/news/themes/suffusion/"><strong>Suffusion</strong></a> is an elegant, versatile and browser-safe theme with a power-packed set of options. It has 19 widget areas, one-column, two-column and three-column fixed-width and flexible-width formats, 10 pre-defined templates, 17 pre-defined color schemes, two customizable multi-level drop-down menus, featured posts, a magazine layout, tabbed sidebars, widgets for Twitter, Social Networks and Google Translator. [<a href="http://wordpress.org/extend/themes/suffusion">directory listing</a>]</p>\n<p>I&#8217;m sure that most of you weren&#8217;t surprised by a few of these, but maybe you discovered one that you just might try today.  If you find yourself always relaying on a particular theme, find the developer&#8217;s donation page and at least buy them a drink.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/i_JVJgwFCFQ" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 29 Nov 2010 13:00:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:14:"Matt: Stallone";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=36558";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:30:"http://ma.tt/2010/11/stallone/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:353:"<p><a href="http://sylvesterstallone.com/">Sylvester Stallone&#8217;s website is WP-powered</a>. (I saw The Expendables last night.) Also, am I imagining things or did I read a longish profile of Stallone that talked about his production company, his office, the legacy of Rocky&#8230; can&#8217;t find it anywhere and search on my Kindle is broken.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 28 Nov 2010 18:15:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 11/28";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9043";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/E4qomFbGhTo/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1558:"<h3>New plugins</h3>\n<p><a href="http://ctabs.webtmc.us/"><strong>cTabs</strong></a> lets you add a tabbed content area directly in your post or page, without having to edit your templates.</p>\n<p><a href="http://wordpress.org/extend/plugins/generate-shortlinks/"><strong>Generate Shortlinks</strong></a> uses bit.ly, ur.ly, and is.gd to create handy shortlinks to share your posts.</p>\n<p><a href="http://wordpress.org/extend/plugins/social-profiles-sidebar-widget/"><strong>Social Profiles Sidebar Widget</strong></a> adds a sidebar widget for social profiles in you blog. Supports several sets of icons and three different icon sizes.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://blog.milandinic.com/wordpress/plugins/cache-images/"><strong>Cache Images</strong></a> gives users the option to sideload images that are hosted on other domains to their own site.</p>\n<p><a href="http://wordpress.org/extend/plugins/eshop/"><strong>eShop</strong></a> is an accessible shopping cart plugin for WordPress, packed with various features.</p>\n<p><a href="http://wordpress.org/extend/plugins/mingle-forum/"><strong>Mingle Forum</strong></a> allows you to easily and quickly put a Forum on your WordPress site/blog.</p>\n<p><a href="http://wordpress.org/extend/plugins/wordpress-seo/"><strong>WordPress SEO</strong></a> is an all in one solution to search engine optimize your WordPress blog: SEO titles, meta descriptions, XML sitemaps and much more.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/E4qomFbGhTo" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 28 Nov 2010 13:00:17 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:38:"Matt: New VaultPress Security Scanning";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=36552";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"http://ma.tt/2010/11/new-vaultpress-security-scanning/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:187:"<p><a href="http://blog.vaultpress.com/2010/11/26/new-vaultpress-security-scanning/">New VaultPress security scanning</a>, scans all your core files to make sure they&#8217;re kosher.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 27 Nov 2010 16:09:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:52:"Weblog Tools Collection: WordPress 3.1 Beta 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:40:"http://weblogtoolscollection.com/?p=9040";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/zJibNYpMQCU/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1273:"<p>The <a href="http://wordpress.org/">WordPress</a> 3.1 Beta <a href="http://wordpress.org/news/2010/11/wordpress-3-1-beta-1/">has been released</a> for your weekend testing enjoyment.</p>\n<p>This first beta release is certainly more stable than the alpha releases, but you might want to avoid using it on a regular live site at this time.</p>\n<p>If you&#8217;re itching to try 3.1, be sure to check out all <a href="http://weblogtoolscollection.com/archives/2010/10/16/wordpress-3-1-feature-status-update/">the new features</a>, including <a href="http://weblogtoolscollection.com/archives/2010/11/13/post-formats-explained/">Post Formats</a>.</p>\n<p>If you&#8217;re upgrading an existing blog, please backup your <a href="http://codex.wordpress.org/Backing_Up_Your_WordPress_Files">files</a> and <a href="http://codex.wordpress.org/Backing_Up_Your_Database">database</a> first, for when you need to make a hasty retreat.</p>\n<p>Stop by the <a href="http://wordpress.org/support/forum/alphabeta">Alpha/Beta section</a> of the support forums for help with any problems that you meet.</p>\n<p>Have you tried the WordPress 3.1 Beta yet?  What do you think so far?</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/zJibNYpMQCU" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 27 Nov 2010 13:00:25 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:66:"Weblog Tools Collection: PollDaddy And Why They Sold To Automattic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9036";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/vKuGq-_Iyyg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2689:"<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/11/polldaddylogo.png" rel="thumbnail"><img src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/polldaddylogo.png" alt="polldaddy logo" title="polldaddylogo" width="237" height="53" class="alignright size-full wp-image-9037" /></a>The Guardian has a <a href="http://www.guardian.co.uk/technology/pda/2010/nov/26/ireland-sligo-polldaddy-wordpress-startup">great article online</a> which features numerous quotes from <a href="http://www.polldaddy.com">PollDaddy</a> co-founder and project lead David Lenehan on various business aspects of PollDaddy. In the article which is more like an interview, we learn that the company has been cash flow positive since the beginning with revenues doubling since they&#8217;ve started. When it comes to competition, there are less polling services available now then there were when PollDaddy launched. The biggest reason for selling to Automattic? </p>\n<blockquote><p>&#8220;It was more down to Automattic as a company.&#8221; said David Lenehan, now product lead for PollDaddy at Automattic. &#8220;We weren&#8217;t fussed about selling at the time and had lots of people that could have approached us that wouldn&#8217;t have raised our interest. But Automattic then only had 20 staff and an exciting product including WordPress.com, and our software was used a lot &#8211; 30-40% of our users were using WordPress.</p>\n<p>&#8220;It was an opportunity to become part of something bigger and more exciting. It was the right offer at the right time &#8211; and Lehman Brothers was collapsing at that time, so it seemed a good idea.&#8221;</p></blockquote>\n<p>What a great acquisition that turned out to be for Automattic. Not only is PollDaddy still steaming along, but it&#8217;s a platform agnostic service meaning it&#8217;s not tied specifically to WordPress in order to use it. While I&#8217;m a big fan of Lester Chans <a href="http://wordpress.org/extend/plugins/wp-polls/">WP-Polls plugin</a>, the fact that he is <a href="http://weblogtoolscollection.com/archives/2010/02/03/good-luck-lester-chn/">concentrating on other aspects of his life</a> right now has me considering polling alternatives such as PollDaddy. The only problem I have is that I need to leave WP-Polls in place in order to keep the data associated with it. If I could some how find a migration tool from WP-Polls into PollDaddy, I&#8217;m pretty sure I&#8217;d make the switch. Let me know if you know of one. I&#8217;m also curious to hear your thoughts on the PollDaddy service.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/vKuGq-_Iyyg" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Nov 2010 20:15: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:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:51:"Alex King: Hope Child Theme for Carrington Business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://alexking.org/?p=5065";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://alexking.org/blog/2010/11/26/hope-child-theme-for-carrington-business";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1194:"<p>Congratulations to <a href="http://www.michaelkuhlmann.com/" rel="external">Michael Kuhlmann</a> on the release of the <a href="http://www.michaelkuhlmann.com/hope/" rel="external">Hope child theme</a> for <a href="http://crowdfavorite.com/wordpress/themes/carrington-business/">Carrington Business</a>.</p>\n<p class="center"><a href="http://www.flickr.com/photos/alexkingorg/5209125443/" title="Hope Child Theme for Carrington Business by alexkingorg, on Flickr"><img src="http://farm5.static.flickr.com/4086/5209125443_5c76d8ceb4_m.jpg" width="222" height="240" alt="Hope Child Theme for Carrington Business" /></a></p>\n<p>This commercial WordPress theme is a little different than most:</p>\n<blockquote><p>By purchasing the Hope child theme for the Carrington Business theme framework, you&#8217;re actively helping communities in developing countries by supplying them with the basic necessities we take for granted everyday &#8212; clean water, food, an education. All proceeds (100%) from this theme will go directly to World Vision.</p></blockquote>\n<p>What a wonderful idea, thanks Michael!</p>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=5065&type=feed" alt="" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Nov 2010 18:34: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:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:41:"Matt: 5-minute Private Collaboration 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:21:"http://ma.tt/?p=36550";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://ma.tt/2010/11/5-minute-private-collaboration-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:210:"<p><a href="http://thenextweb.com/lifehacks/2010/11/26/how-to-build-a-private-collaboration-site-on-wordpress-com-in-5-minutes/">How To: Build a private collaboration site on WordPress.com in 5 minutes</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Nov 2010 17:31:28 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Matt";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:36;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:59:"Weblog Tools Collection: WordPress Theme Releases for 11/26";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9030";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/Yaawm0Uut3w/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1591:"<p><img class="alignnone size-full wp-image-9031" title="abcok" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/abcok.jpg" alt="abcok" width="150" height="123" /></p>\n<p><strong><a href="http://www.sql-statements.com/theme-abcok">abcOK</a></strong> is a two column, clean, and search engine optimized theme.</p>\n<p><img class="alignnone size-full wp-image-9032" title="allgreen" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/allgreen.jpg" alt="allgreen" width="150" height="113" /></p>\n<p><strong><a href="http://wordpress.org/extend/themes/all-green">All Green</a></strong> is a two column green-based theme.</p>\n<p><img class="alignnone size-full wp-image-9033" title="magazine1" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/magazine1.jpg" alt="magazine1" width="150" height="107" /></p>\n<p><strong><a href="http://themes1.com/2010/magazine1-wordpress-theme/">Magazine1</a></strong> is a professional solution for any Blog/Magazine WordPress site. With a simple and stylish design, it is very easy to customize and use.</p>\n<p><img class="alignnone size-full wp-image-9034" title="minimal" src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/minimal.jpg" alt="minimal" width="150" height="109" /></p>\n<p><strong><a href="http://www.club-wp.com/minimal-2-column-wordpress-theme/">Minimal 2 Column</a></strong> is very simple, and should be easy to change or use as a template for something a bit more complex.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Yaawm0Uut3w" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 26 Nov 2010 13:00: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:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:37;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Dev Blog: WordPress 3.1 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1532";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/11/wordpress-3-1-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:5869:"<p>It&#8217;s that time in the release cycle again, when all the features are basically done, and we&#8217;re just squashing bugs. To the brave of heart and giving of soul: Won&#8217;t you help us test the new version of WordPress? As always, this is software still in development and <strong>we don&#8217;t recommend that you run it on your normal live site</strong> &#8212; set up a test site just to play with the new version. If you break it (find a bug), report it, and if you&#8217;re a developer, try to help us fix it. (Especially you U.S. types who are taking a long weekend for Thanksgiving! <img src="http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />  )</p>\n<p>If all goes well, we hope to release WordPress 3.1 to the world at large by the end of the year, though that is (as always) subject to change/dependent on how the beta period goes. The more help we get with testing and fixing bugs, the sooner we will be able to release the final version.</p>\n<p>If you want to be a beta tester, you should check out the Codex article on <a title="Reporting Bugs for WordPress" href="http://codex.wordpress.org/Reporting_Bugs">how to report bugs</a>. Some of the new features to check out include:</p>\n<ul>\n<li>Post Formats (<a title="http://core.trac.wordpress.org/ticket/14746" href="http://core.trac.wordpress.org/ticket/14746">#14746</a>)</li>\n<li>Theme Search (<a title="http://core.trac.wordpress.org/ticket/14936" href="http://core.trac.wordpress.org/ticket/14936">#14936</a>)</li>\n<li>Internal Linking (<a title="http://core.trac.wordpress.org/ticket/11420" href="http://core.trac.wordpress.org/ticket/11420">#11420</a>)</li>\n<li>Admin Bar (<a title="http://core.trac.wordpress.org/ticket/14772" href="http://core.trac.wordpress.org/ticket/14772">#14772</a>)</li>\n<li>Ajaxified Admin (<a title="http://core.trac.wordpress.org/ticket/14579" href="http://core.trac.wordpress.org/ticket/14579">#14579</a>)</li>\n<li>Updated Tiny MCE (<a title="http://core.trac.wordpress.org/ticket/12574" href="http://core.trac.wordpress.org/ticket/12574">#12574</a>)</li>\n<li>Multi-taxonomy Queries (<a title="http://core.trac.wordpress.org/ticket/12891" href="http://core.trac.wordpress.org/ticket/12891">#12891</a>)</li>\n<li>Custom Post Type Index Pages (<a title="http://core.trac.wordpress.org/ticket/13818" href="http://core.trac.wordpress.org/ticket/13818">#13818</a>)</li>\n<li>Admin CSS Cleanup (<a title="http://core.trac.wordpress.org/ticket/14770" href="http://core.trac.wordpress.org/ticket/14770">#14770</a>)</li>\n<li>User Admin (<a title="http://core.trac.wordpress.org/ticket/14696" href="http://core.trac.wordpress.org/ticket/14696">#14696</a>)</li>\n<li>Network Admin (<a title="http://core.trac.wordpress.org/ticket/14435" href="http://core.trac.wordpress.org/ticket/14435">#14435</a>)</li>\n<li>Password Reset Redux (<a href="http://core.trac.wordpress.org/ticket/5919">#5919</a>)</li>\n</ul>\n<p>There are also some known issues: things that aren&#8217;t *quite* finished, but that weren&#8217;t worth holding up the beta release. They will be fixed before 3.1 is released for general use. Note that as things get fixed, the beta release will update nightly. What you should know:</p>\n<ul>\n<li>Fatal error: Call to a member function is_page() on a non-object in /wp-includes/query.php. is_page() may be <a href="http://codex.wordpress.org/Conditional_Tags">any conditional tag</a>. This issue occurs when a theme or plugin is doing something wrong. Some code is checking the value of a conditional tag before we actually set up the Query, which means they don&#8217;t work yet. In 3.0, they silently failed and always returned false. In 3.1 Beta 1, this is throwing a fatal error. This will be handled in the final release, so use this opportunity to fix your plugins. (<a title="http://core.trac.wordpress.org/ticket/14579" href="http://core.trac.wordpress.org/ticket/14729">#14729</a>)</li>\n<li>All known issues slated for fixing before launch are <a href="http://core.trac.wordpress.org/query?status=reopened&amp;status=assigned&amp;status=reviewing&amp;status=new&amp;status=accepted&amp;group=status&amp;milestone=3.1">listed in Trac</a>. Please check this list to see if a bug is already on the list before reporting it.</li>\n</ul>\n<p>Remember, if you find something you think is a bug, report it! You can bring it up in the <a title="Alpha/Beta Support Forum" href="http://wordpress.org/support/forum/alphabeta">alpha/beta forum</a>, you can email it to the <a title="WP-testers mailing list info page" href="http://lists.automattic.com/mailman/listinfo/wp-testers">wp-testers list</a>, or if you&#8217;ve confirmed that other people are experiencing the same bug, you can report it on the <a title="WordPress Core Trac" href="http://core.trac.wordpress.org/">WordPress Core Trac</a>. (I recommend starting in the forum or on the mailing list.)</p>\n<p>Theme and plugin authors, if you haven&#8217;t been following the 3.1, please start now so that you can update your themes and plugins to be compatible with the newest version of WordPress.</p>\n<p>Note to developers: WordPress is built by the contributions of hundreds of developers. If you&#8217;d like to see this release come out on time, I encourage you to pitch in. Even if you don&#8217;t have time to do testing on the beta version, you could help us by contributing a fix for one of the <a title="3.1 bugs that need a patch" href="http://core.trac.wordpress.org/report/16">many bugs</a> we already know about.</p>\n<p>To those of you in the U.S., have a lovely long holiday weekend, and if you&#8217;re looking for something to occupy your post-turkey hours, we hope you&#8217;ll take the beta for a spin!</p>\n<p><a title="Download WordPress 3.1 Beta 1" href="http://wordpress.org/wordpress-3.1-beta1.zip">Download WordPress 3.1 Beta 1</a></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 Nov 2010 16:40:13 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"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: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:69:"Weblog Tools Collection: Give Your WordPress.com Blog a Unique Design";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9026";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/wKkZI3xA_cc/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1219:"<p><a href="http://wordpress.com/">WordPress.com</a> users are limited to about a hundred styles and no way to modify them except a few simple options, a variety of widgets, and the <a href="http://en.support.wordpress.com/custom-css/">Custom CSS upgrade</a>.</p>\n<p>Those of you with <a href="http://wordpress.org/">WordPress</a> theme design and modification experience may find the lack of being able to edit the template files to be quite limiting, but nothing could be further from the truth.</p>\n<p>If you&#8217;re a WordPress.com user seeking to produce your own unique design, look no further than <a href="http://en.blog.wordpress.com/2010/11/17/custom-css-styles/">this collection for some of the best Custom CSS blogs on WordPress.com</a>.</p>\n<p>Some of the blogs in this collection used the Sandbox theme (practically a blank slate) to build their unique design using nothing but their own CSS, but some have used their Custom CSS upgrade to build extensively on top of existing fully designed themes.</p>\n<p>Do you use custom CSS on your WordPress.com blog?  If so, we&#8217;d love to see it!</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/wKkZI3xA_cc" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 Nov 2010 13:00:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:31:"Dev Blog: Android Update: 1.3.8";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"http://wordpress.org/news/?p=1536";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/2010/11/android-update-1-3-8/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:426:"<p>This post will be short and to the point: Dan Roundhill announced that a new version of WordPress for Android has been released, fixing numerous bugs and adding the ability to set post status from within the app. Version 1.3.8 hit the Android Market today. For more details, check out the<a href="http://android.wordpress.org/2010/11/24/version-1-3-8-post-status-bug-fixes/"> post on the WordPress for Android blog</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 25 Nov 2010 03: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: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: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:50:"WP Android: Version 1.3.8: Post Status & Bug Fixes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"http://android.wordpress.org/?p=347";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:76:"http://android.wordpress.org/2010/11/24/version-1-3-8-post-status-bug-fixes/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:3280:"<p>WordPress for Android 1.3.8 has been released to Android Market.  We squashed some bugs that we received from Android Market reports as well as added a new feature!  Here&#8217;s what&#8217;s new:</p>\n<p><a href="http://wpandroid.files.wordpress.com/2010/11/1-3-8-screen.jpg"><img class="alignright size-full wp-image-349" title="1.3.8-screen" src="http://wpandroid.files.wordpress.com/2010/11/1-3-8-screen.jpg?w=250&#038;h=375" alt="" width="250" height="375" /></a></p>\n<h3>Set Post Status</h3>\n<p>We had one of those &#8220;Should have added that a long time ago&#8221; moments when we discovered that you couldn&#8217;t set the post or page status from the app.  Now when you are creating or editing content, you can choose the post status (Draft, Pending Review, Private or Publish).</p>\n<h3>Oodles of Bug Fixes</h3>\n<p>We had a look at some of the error reports we get from Android Market and took care of many of the issues that were causing the app to force close:</p>\n<ul>\n<li>Fixed crash when adding media on Dell Streak</li>\n<li>Fixed crash when attempting to add a self-hosted site with an invalid blog URL</li>\n<li>Fixed local db problem when upgrading from a 1.0.x or 1.1.x version</li>\n<li>Updated Polish translation strings</li>\n<li>Fixed crash when trying to add a second blog from a WordPress.com account or WordPress multi-user install</li>\n<li>Fixed no-name blogs from showing as blank in the multi-user blog selection screen</li>\n<li>Comments Loading progress bar no longer hangs</li>\n</ul>\n<p>Visit Android Market to download the update, or scan the code:<br />\n<img src="http://s2.wp.com/wp-content/themes/vip/wpforandroid/images/wordpress_qrcode.png" alt="qrcode" /></p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpandroid.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpandroid.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpandroid.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpandroid.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpandroid.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpandroid.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpandroid.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpandroid.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpandroid.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpandroid.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpandroid.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpandroid.wordpress.com/347/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpandroid.wordpress.com/347/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpandroid.wordpress.com/347/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=android.wordpress.org&amp;blog=9426921&amp;post=347&amp;subd=wpandroid&amp;ref=&amp;feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 24 Nov 2010 15:24:19 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:3:"Dan";s: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:60:"Weblog Tools Collection: WordPress Plugin Releases for 11/24";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9024";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/pc8hRy1-VWA/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1311:"<h3>New plugins</h3>\n<p><a href="https://github.com/bhalliburton/Wordpress-Headline-Split-tester"><strong>Headline Split Tester</strong></a> allows you to enter an alternate headline for every post on your blog. (<a href="http://weblogtoolscollection.com/archives/2010/11/23/plug-review-headline-split-tester/">review</a>)</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-original-source/"><strong>WP Original Source</strong></a> adds a source attribution meta tag, introduced by Google, to single posts and the page header, and adds your permalink to the source attribution meta tag if external urls are not defined.</p>\n<h3>Updated plugins</h3>\n<p><a href="http://wordpress.org/extend/plugins/posts-to-posts/"><strong>Posts 2 Posts</strong></a> allows you to create many-to-many relationships between posts of all types.</p>\n<p><a href="http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/"><strong>Regenerate Thumbnails</strong></a> allows you to regenerate the thumbnails for all of your image attachments.</p>\n<p><a href="http://wordpress.org/extend/plugins/wp-super-cache/"><strong>WP Super Cache</strong></a> generates static html files from your dynamic WordPress blog.</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/pc8hRy1-VWA" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 24 Nov 2010 13: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:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:42;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Matt: 20 Billion Spams Blocked";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=36547";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"http://ma.tt/2010/11/20-billion-spams-blocked/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:113:"<p>Akismet just passed <a href="http://blog.akismet.com/2010/11/23/20-billion-served/">20 Billion Served</a>.</p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Nov 2010 23:41:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s: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: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:26:"Akismet: 20 Billion Served";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=461";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"http://blog.akismet.com/2010/11/23/20-billion-served/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2235:"<p>Today Akismet caught its <a href="http://akismet.com/about/">20 billionth spam</a>.</p>\n<p>That&#8217;s an average of around 10 million per day over the 5 years since Akismet first launched.  Currently we deal with 30 million spam comments on a typical day, or about 350 per second.</p>\n<p>To put that in perspective: if Akismet users had to spend one second manually deleting each of those comments, it would have taken over 600 years to moderate them all.  (And each new day&#8217;s flood of spam would add another year to the queue).</p>\n<p>How much time has Akismet saved you? <img src="http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/akismet.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/akismet.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/akismet.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/akismet.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/akismet.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/akismet.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/akismet.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/akismet.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/akismet.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/akismet.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/akismet.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/akismet.wordpress.com/461/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.akismet.com&amp;blog=116920&amp;post=461&amp;subd=akismet&amp;ref=&amp;feed=1" width="1" height="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Nov 2010 23:03: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:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:64:"Weblog Tools Collection: Plugin Review – Headline Split Tester";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9017";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/ySKJnxryY5c/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2513:"<p>Ever wonder if one headline would be better than another for a particular post? If so, you&#8217;ll now be able to test two different headlines per post using the newly released <a href="http://wordpress.org/extend/plugins/headline-split-tester/">Headline Split Tester plugin</a> developed by <a href="http://profiles.wordpress.org/users/bhalliburton/">bhalliburton</a> and <a href="http://profiles.wordpress.org/users/peterbessman/">peterbessman</a>. The plugin is incredibly simple to use. Once installed, a new meta box is added to the post creation/editing page where you can enter an alternative headline. </p>\n<p><a href="http://weblogtoolscollection.com/wp-content/uploads/2010/11/headlinesplittesterreview1.png" rel="thumbnail"><img src="http://weblogtoolscollection.com/wp-content/uploads/2010/11/headlinesplittesterreview1.png" alt="Alternative Post Headlines" title="headlinesplittesterreview1" width="400" height="140" class="aligncenter size-full wp-image-9018" /></a></p>\n<p>As you can see via the screenshot, you&#8217;ll be able to view the total number of impressions the article has along with the number of clicks each headline has received. By default, the total number of impressions an article needs to have is 250 before a headline is chosen. This can be changed via the plugin options. In fact, it&#8217;s the only option this plugin has. </p>\n<p>What&#8217;s cool about this particular plugin is that <a href="http://www.cogmap.com/blog/wordpress-headline-split-tester/">it was created</a> by these two individuals over a weekend at the Baltimore Hackathon during November 19th-21st 2010. Initial inspiration for the plugin came in the <a href="http://www.niemanlab.org/2009/10/how-the-huffington-post-uses-real-time-testing-to-write-better-headlines/">form of a post</a> that mentioned the fact that the Huffington Post makes writers write multiple headlines for every article. </p>\n<p>I have a feeling that many of you content producers out there will enjoy this simple little plugin. However, if you find that you need a little more in the way of A/B testing for WordPress, check out the <a href="http://shrimptest.com/">ShrimpTest project</a> that is being written by Mitcho of Automattic. There is not much in the way of information on the front page which is why you should check out the <a href="http://shrimptest.com/docs/">ShrimpTest docs</a> page to get started. </p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/ySKJnxryY5c" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Nov 2010 20:00:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Jeff Chandler";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:45;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Matt: Fall in Luxembourg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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=36433";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:32:"http://ma.tt/2010/11/luxembourg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:25313:"<p>Exploring Parc de Ville with its Fall colors, the city center of Luxembourg, and the Sonny Rollins concert at Philharmonie.</p>\n<p><span id="more-36433"></span></p>\n\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4845-4/#image" title="MCM_4845"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4845-195x129.jpg" class="attachment-thumbnail" alt="MCM_4845" title="MCM_4845" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4846-3/#image" title="MCM_4846"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4846-195x129.jpg" class="attachment-thumbnail" alt="MCM_4846" title="MCM_4846" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4849-3/#image" title="MCM_4849"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4849-195x129.jpg" class="attachment-thumbnail" alt="MCM_4849" title="MCM_4849" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4850/#image" title="MCM_4850"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4850-195x129.jpg" class="attachment-thumbnail" alt="MCM_4850" title="MCM_4850" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4851-2/#image" title="MCM_4851"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4851-195x129.jpg" class="attachment-thumbnail" alt="MCM_4851" title="MCM_4851" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4853-2/#image" title="MCM_4853"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4853-195x129.jpg" class="attachment-thumbnail" alt="MCM_4853" title="MCM_4853" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4854-2/#image" title="MCM_4854"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4854-139x210.jpg" class="attachment-thumbnail" alt="MCM_4854" title="MCM_4854" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4855-3/#image" title="MCM_4855"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4855-195x129.jpg" class="attachment-thumbnail" alt="MCM_4855" title="MCM_4855" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4857-4/#image" title="MCM_4857"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4857-195x129.jpg" class="attachment-thumbnail" alt="MCM_4857" title="MCM_4857" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4858-3/#image" title="MCM_4858"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4858-195x129.jpg" class="attachment-thumbnail" alt="MCM_4858" title="MCM_4858" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4860-3/#image" title="MCM_4860"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4860-195x129.jpg" class="attachment-thumbnail" alt="MCM_4860" title="MCM_4860" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4862-4/#image" title="MCM_4862"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4862-195x129.jpg" class="attachment-thumbnail" alt="MCM_4862" title="MCM_4862" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4863-3/#image" title="MCM_4863"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4863-195x129.jpg" class="attachment-thumbnail" alt="MCM_4863" title="MCM_4863" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4864-3/#image" title="MCM_4864"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4864-139x210.jpg" class="attachment-thumbnail" alt="MCM_4864" title="MCM_4864" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4872-4/#image" title="MCM_4872"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4872-139x210.jpg" class="attachment-thumbnail" alt="MCM_4872" title="MCM_4872" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4886-2/#image" title="MCM_4886"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4886-195x129.jpg" class="attachment-thumbnail" alt="MCM_4886" title="MCM_4886" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4888-4/#image" title="MCM_4888"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4888-139x210.jpg" class="attachment-thumbnail" alt="MCM_4888" title="MCM_4888" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4903-3/#image" title="MCM_4903"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4903-195x129.jpg" class="attachment-thumbnail" alt="MCM_4903" title="MCM_4903" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4907-2/#image" title="MCM_4907"><img width="195" height="130" src="http://s.ma.tt/files/2010/11/MCM_4907-195x130.jpg" class="attachment-thumbnail" alt="MCM_4907" title="MCM_4907" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4908-3/#image" title="MCM_4908"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4908-195x129.jpg" class="attachment-thumbnail" alt="MCM_4908" title="MCM_4908" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4912-2/#image" title="MCM_4912"><img width="195" height="124" src="http://s.ma.tt/files/2010/11/MCM_4912-195x124.jpg" class="attachment-thumbnail" alt="MCM_4912" title="MCM_4912" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4913-2/#image" title="MCM_4913"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4913-195x129.jpg" class="attachment-thumbnail" alt="MCM_4913" title="MCM_4913" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4915/#image" title="MCM_4915"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4915-195x129.jpg" class="attachment-thumbnail" alt="MCM_4915" title="MCM_4915" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4919-2/#image" title="MCM_4919"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4919-195x129.jpg" class="attachment-thumbnail" alt="MCM_4919" title="MCM_4919" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4920-2/#image" title="MCM_4920"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4920-139x210.jpg" class="attachment-thumbnail" alt="MCM_4920" title="MCM_4920" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4924-4/#image" title="MCM_4924"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4924-195x129.jpg" class="attachment-thumbnail" alt="MCM_4924" title="MCM_4924" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4927-3/#image" title="MCM_4927"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4927-195x129.jpg" class="attachment-thumbnail" alt="MCM_4927" title="MCM_4927" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4928-2/#image" title="MCM_4928"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4928-195x129.jpg" class="attachment-thumbnail" alt="MCM_4928" title="MCM_4928" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4929-2/#image" title="MCM_4929"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4929-195x129.jpg" class="attachment-thumbnail" alt="MCM_4929" title="MCM_4929" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4930-2/#image" title="MCM_4930"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4930-195x129.jpg" class="attachment-thumbnail" alt="MCM_4930" title="MCM_4930" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4937-3/#image" title="MCM_4937"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4937-195x129.jpg" class="attachment-thumbnail" alt="MCM_4937" title="MCM_4937" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4939-2/#image" title="MCM_4939"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4939-195x129.jpg" class="attachment-thumbnail" alt="MCM_4939" title="MCM_4939" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4941-2/#image" title="MCM_4941"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4941-195x129.jpg" class="attachment-thumbnail" alt="MCM_4941" title="MCM_4941" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4946-2/#image" title="MCM_4946"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4946-139x210.jpg" class="attachment-thumbnail" alt="MCM_4946" title="MCM_4946" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4947-2/#image" title="MCM_4947"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4947-139x210.jpg" class="attachment-thumbnail" alt="MCM_4947" title="MCM_4947" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4948-4/#image" title="MCM_4948"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4948-195x129.jpg" class="attachment-thumbnail" alt="MCM_4948" title="MCM_4948" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4949-2/#image" title="MCM_4949"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4949-139x210.jpg" class="attachment-thumbnail" alt="MCM_4949" title="MCM_4949" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4950-3/#image" title="MCM_4950"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4950-195x129.jpg" class="attachment-thumbnail" alt="MCM_4950" title="MCM_4950" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4951-2/#image" title="MCM_4951"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4951-195x129.jpg" class="attachment-thumbnail" alt="MCM_4951" title="MCM_4951" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4952-2/#image" title="MCM_4952"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4952-195x129.jpg" class="attachment-thumbnail" alt="MCM_4952" title="MCM_4952" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4953-3/#image" title="MCM_4953"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4953-195x129.jpg" class="attachment-thumbnail" alt="MCM_4953" title="MCM_4953" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4955-3/#image" title="MCM_4955"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4955-195x129.jpg" class="attachment-thumbnail" alt="MCM_4955" title="MCM_4955" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4956-4/#image" title="MCM_4956"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4956-195x129.jpg" class="attachment-thumbnail" alt="MCM_4956" title="MCM_4956" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4958-2/#image" title="MCM_4958"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4958-195x129.jpg" class="attachment-thumbnail" alt="MCM_4958" title="MCM_4958" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4959-2/#image" title="MCM_4959"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4959-139x210.jpg" class="attachment-thumbnail" alt="MCM_4959" title="MCM_4959" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4960/#image" title="MCM_4960"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4960-195x129.jpg" class="attachment-thumbnail" alt="MCM_4960" title="MCM_4960" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4964-3/#image" title="MCM_4964"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4964-195x129.jpg" class="attachment-thumbnail" alt="MCM_4964" title="MCM_4964" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4965-3/#image" title="MCM_4965"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4965-195x129.jpg" class="attachment-thumbnail" alt="MCM_4965" title="MCM_4965" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4966/#image" title="MCM_4966"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4966-195x129.jpg" class="attachment-thumbnail" alt="MCM_4966" title="MCM_4966" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4967/#image" title="MCM_4967"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4967-195x129.jpg" class="attachment-thumbnail" alt="MCM_4967" title="MCM_4967" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4968/#image" title="MCM_4968"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4968-195x129.jpg" class="attachment-thumbnail" alt="MCM_4968" title="MCM_4968" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4969/#image" title="MCM_4969"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4969-195x129.jpg" class="attachment-thumbnail" alt="MCM_4969" title="MCM_4969" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4970-2/#image" title="MCM_4970"><img width="195" height="118" src="http://s.ma.tt/files/2010/11/MCM_4970-195x118.jpg" class="attachment-thumbnail" alt="MCM_4970" title="MCM_4970" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4972/#image" title="MCM_4972"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4972-195x129.jpg" class="attachment-thumbnail" alt="MCM_4972" title="MCM_4972" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4973-2/#image" title="MCM_4973"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4973-195x129.jpg" class="attachment-thumbnail" alt="MCM_4973" title="MCM_4973" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4974-2/#image" title="MCM_4974"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4974-195x129.jpg" class="attachment-thumbnail" alt="MCM_4974" title="MCM_4974" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4975/#image" title="MCM_4975"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4975-195x129.jpg" class="attachment-thumbnail" alt="MCM_4975" title="MCM_4975" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4977-2/#image" title="MCM_4977"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4977-195x129.jpg" class="attachment-thumbnail" alt="MCM_4977" title="MCM_4977" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4978-2/#image" title="MCM_4978"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4978-139x210.jpg" class="attachment-thumbnail" alt="MCM_4978" title="MCM_4978" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4979-2/#image" title="MCM_4979"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4979-139x210.jpg" class="attachment-thumbnail" alt="MCM_4979" title="MCM_4979" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4980-2/#image" title="MCM_4980"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4980-139x210.jpg" class="attachment-thumbnail" alt="MCM_4980" title="MCM_4980" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4981/#image" title="MCM_4981"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4981-139x210.jpg" class="attachment-thumbnail" alt="MCM_4981" title="MCM_4981" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4982-2/#image" title="MCM_4982"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4982-195x129.jpg" class="attachment-thumbnail" alt="MCM_4982" title="MCM_4982" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4983-3/#image" title="MCM_4983"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4983-139x210.jpg" class="attachment-thumbnail" alt="MCM_4983" title="MCM_4983" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4986/#image" title="MCM_4986"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4986-195x129.jpg" class="attachment-thumbnail" alt="MCM_4986" title="MCM_4986" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4987-4/#image" title="MCM_4987"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4987-195x129.jpg" class="attachment-thumbnail" alt="MCM_4987" title="MCM_4987" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4989-3/#image" title="MCM_4989"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4989-195x129.jpg" class="attachment-thumbnail" alt="MCM_4989" title="MCM_4989" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4991-2/#image" title="MCM_4991"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4991-195x129.jpg" class="attachment-thumbnail" alt="MCM_4991" title="MCM_4991" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4993-4/#image" title="MCM_4993"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4993-195x129.jpg" class="attachment-thumbnail" alt="MCM_4993" title="MCM_4993" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4995-3/#image" title="MCM_4995"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4995-139x210.jpg" class="attachment-thumbnail" alt="MCM_4995" title="MCM_4995" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4996-2/#image" title="MCM_4996"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4996-195x129.jpg" class="attachment-thumbnail" alt="MCM_4996" title="MCM_4996" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4997-2/#image" title="MCM_4997"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_4997-195x129.jpg" class="attachment-thumbnail" alt="MCM_4997" title="MCM_4997" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_4998-4/#image" title="MCM_4998"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_4998-139x210.jpg" class="attachment-thumbnail" alt="MCM_4998" title="MCM_4998" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5000-3/#image" title="MCM_5000"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5000-195x129.jpg" class="attachment-thumbnail" alt="MCM_5000" title="MCM_5000" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5002-3/#image" title="MCM_5002"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5002-195x129.jpg" class="attachment-thumbnail" alt="MCM_5002" title="MCM_5002" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5003-4/#image" title="MCM_5003"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5003-195x129.jpg" class="attachment-thumbnail" alt="MCM_5003" title="MCM_5003" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5004-3/#image" title="MCM_5004"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5004-195x129.jpg" class="attachment-thumbnail" alt="MCM_5004" title="MCM_5004" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5006-3/#image" title="MCM_5006"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_5006-139x210.jpg" class="attachment-thumbnail" alt="MCM_5006" title="MCM_5006" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5008-3/#image" title="MCM_5008"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5008-195x129.jpg" class="attachment-thumbnail" alt="MCM_5008" title="MCM_5008" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5009-5/#image" title="MCM_5009"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5009-195x129.jpg" class="attachment-thumbnail" alt="MCM_5009" title="MCM_5009" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5011-3/#image" title="MCM_5011"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5011-195x129.jpg" class="attachment-thumbnail" alt="MCM_5011" title="MCM_5011" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5012-4/#image" title="MCM_5012"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5012-195x129.jpg" class="attachment-thumbnail" alt="MCM_5012" title="MCM_5012" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5014/#image" title="MCM_5014"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5014-195x129.jpg" class="attachment-thumbnail" alt="MCM_5014" title="MCM_5014" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5015-2/#image" title="MCM_5015"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5015-195x129.jpg" class="attachment-thumbnail" alt="MCM_5015" title="MCM_5015" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5016/#image" title="MCM_5016"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5016-195x129.jpg" class="attachment-thumbnail" alt="MCM_5016" title="MCM_5016" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5017-2/#image" title="MCM_5017"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5017-195x129.jpg" class="attachment-thumbnail" alt="MCM_5017" title="MCM_5017" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5025/#image" title="MCM_5025"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5025-195x129.jpg" class="attachment-thumbnail" alt="MCM_5025" title="MCM_5025" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5026-2/#image" title="MCM_5026"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5026-195x129.jpg" class="attachment-thumbnail" alt="MCM_5026" title="MCM_5026" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5027/#image" title="MCM_5027"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5027-195x129.jpg" class="attachment-thumbnail" alt="MCM_5027" title="MCM_5027" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5028-4/#image" title="MCM_5028"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_5028-139x210.jpg" class="attachment-thumbnail" alt="MCM_5028" title="MCM_5028" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5029-2/#image" title="MCM_5029"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5029-195x129.jpg" class="attachment-thumbnail" alt="MCM_5029" title="MCM_5029" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5032-3/#image" title="MCM_5032"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5032-195x129.jpg" class="attachment-thumbnail" alt="MCM_5032" title="MCM_5032" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5034-3/#image" title="MCM_5034"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5034-195x129.jpg" class="attachment-thumbnail" alt="MCM_5034" title="MCM_5034" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5037/#image" title="MCM_5037"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5037-195x129.jpg" class="attachment-thumbnail" alt="MCM_5037" title="MCM_5037" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5038-4/#image" title="MCM_5038"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5038-195x129.jpg" class="attachment-thumbnail" alt="MCM_5038" title="MCM_5038" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5041-3/#image" title="MCM_5041"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5041-195x129.jpg" class="attachment-thumbnail" alt="MCM_5041" title="MCM_5041" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5044-4/#image" title="MCM_5044"><img width="195" height="130" src="http://s.ma.tt/files/2010/11/MCM_5044-195x130.jpg" class="attachment-thumbnail" alt="MCM_5044" title="MCM_5044" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5048-4/#image" title="MCM_5048"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5048-195x129.jpg" class="attachment-thumbnail" alt="MCM_5048" title="MCM_5048" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5054-3/#image" title="MCM_5054"><img width="195" height="130" src="http://s.ma.tt/files/2010/11/MCM_5054-195x130.jpg" class="attachment-thumbnail" alt="MCM_5054" title="MCM_5054" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5066-2/#image" title="MCM_5066"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5066-195x129.jpg" class="attachment-thumbnail" alt="MCM_5066" title="MCM_5066" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5073-2/#image" title="MCM_5073"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5073-195x129.jpg" class="attachment-thumbnail" alt="MCM_5073" title="MCM_5073" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5074-2/#image" title="MCM_5074"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_5074-139x210.jpg" class="attachment-thumbnail" alt="MCM_5074" title="MCM_5074" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5075-2/#image" title="MCM_5075"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5075-195x129.jpg" class="attachment-thumbnail" alt="MCM_5075" title="MCM_5075" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5076-2/#image" title="MCM_5076"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5076-195x129.jpg" class="attachment-thumbnail" alt="MCM_5076" title="MCM_5076" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5077-3/#image" title="MCM_5077"><img width="139" height="210" src="http://s.ma.tt/files/2010/11/MCM_5077-139x210.jpg" class="attachment-thumbnail" alt="MCM_5077" title="MCM_5077" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5078-2/#image" title="MCM_5078"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5078-195x129.jpg" class="attachment-thumbnail" alt="MCM_5078" title="MCM_5078" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5079-3/#image" title="MCM_5079"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5079-195x129.jpg" class="attachment-thumbnail" alt="MCM_5079" title="MCM_5079" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5083-2/#image" title="MCM_5083"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5083-195x129.jpg" class="attachment-thumbnail" alt="MCM_5083" title="MCM_5083" /></a>\n<a href="http://ma.tt/2010/11/luxembourg/mcm_5084/#image" title="MCM_5084"><img width="195" height="129" src="http://s.ma.tt/files/2010/11/MCM_5084-195x129.jpg" class="attachment-thumbnail" alt="MCM_5084" title="MCM_5084" /></a>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Nov 2010 18:15:22 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s: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: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:31:"Donncha: WP Super Cache 0.9.9.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:29:"http://ocaoimh.ie/?p=89496066";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:38:"http://ocaoimh.ie/wp-super-cache-0997/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:2081:"<p><a href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a> is a full page caching plugin for WordPress that makes your website run much faster!</p><p>I&#8217;ve just released a new version and the biggest change in this one is the addition of Content Delivery Network (CDN) support thanks to <a href="http://mark.ossdl.de/">Mark Kubacki</a> who allowed me to integrate his <a href="http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/">OSSDL CDN Off Linker</a> plugin. (Please go visit his blog and say thank you if you use this feature!)</p><p>The CDN support simply rewrites images, CSS and Javascript files so they point at a different hostname. That hostname can be another virtual host on your own server (aka &#8220;Poor Man&#8217;s CDN&#8221;) pointing at your WordPress install or a fully fledged CDN. If your CDN supports &#8220;origin pull&#8221; then all the files on your server will be copied there as they are requested by visitors. Otherwise you&#8217;ll have to transfer the files over manually.</p><p>Apart from that, bugs have been fixed, a few features have been tweaked including the uninstall script which has been streamlined somewhat.</p><p>I also added links (on the &#8220;Easy&#8221; settngs page) to some plugins and tools you may find useful in making your site run faster.</p><p>Problems? Go to the <a href="http://wordpress.org/tags/wp-super-cache?forum_id=10">forum</a> and someone may already have had that problem and solved it. If not, post there and you&#8217;ll get a reply.</p><p><strong>Related Posts</strong><ul><li><a href="http://ocaoimh.ie/wp-super-cache-084-the-garbage-collector/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.4, the garbage collector">WP Super Cache 0.8.4, the garbage collector</a></li><li><a href="http://ocaoimh.ie/wp-super-cache-087/" rel="bookmark" title="Permanent Link: WP Super Cache 0.8.7">WP Super Cache 0.8.7</a></li><li><a href="http://ocaoimh.ie/wp-super-cache-099/" rel="bookmark" title="Permanent Link: WP Super Cache 0.9.9">WP Super Cache 0.9.9</a></li></ul></p>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Nov 2010 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:7:"Donncha";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:68:"Weblog Tools Collection: WordPress.com Retiring PressRow for Pilcrow";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:40:"http://weblogtoolscollection.com/?p=9014";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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/yHyl5ZwdO3s/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1272:"<p>The <a href="http://wordpress.com/">WordPress.com</a> theme team will be retiring the sorely out of date PressRow theme in favor of <a href="http://en.blog.wordpress.com/2010/11/22/new-theme-pilcrow/">the new Pilcrow theme</a>.</p>\n<p>The new Pilcrow theme is incredibly similar in style to PressRow, but supports all WordPress 3 feature, like custom menus and featured images, and boasts six layout configurations and four color schemes.</p>\n<p>Those of you who use Custom CSS along with the PressRow theme, may be interested in <a href="http://en.forums.wordpress.com/topic/details-on-pressrow-replacement-pilcrow">this very short list</a> of CSS differences in Pilcrow.</p>\n<p>PressRow will be officially phased out next week, but Pilcrow is  available in the Appearance section of your WordPress.com blog&#8217;s Dashboard if you&#8217;d like to switch to it or try it out before that happens.  Pilcrow will soon be available to self-hosted <a href="http://wordpress.org/">WordPress</a> users via <a href="http://wordpress.org/extend/themes/">the official theme directory</a>.</p>\n<p>Are you a PressRow user?  What do you think of the new Pilcrow theme?</p>\n<img src="http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/yHyl5ZwdO3s" height="1" width="1" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 23 Nov 2010 13:00:48 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"James Huff";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i: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:30:"Alex King: Carrington Core 3.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://alexking.org/?p=5058";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"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://alexking.org/blog/2010/11/22/carrington-core-3-1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:472:"<p>We&#8217;ve updated <a href="http://crowdfavorite.com/wordpress/carrington/">Carrington Core</a>, the base of our theme platform, to <a href="http://carringtontheme.com/2010/11/carrington-core-3-1/">version 3.1</a>. This adds a number of useful WordPress 3.1 compatibility features, including support for post formats, custom post type archives, and misc. cleanup and updates.</p>\n<img src="http://alexking.org/wp/?ak_action=api_record_view&id=5058&type=feed" alt="" />";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Nov 2010 22:22:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Alex";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:49;a:6:{s:4:"data";s:13:"\n	\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:93:"WordPress.tv: Mark McLaren: Get Found Easier and Grow Your Business — 5 Tips for Better SEO";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:27:"http://wordpress.tv/?p=4412";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"http://wordpress.tv/2010/09/19/seo-tips-mclaren-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:11:"description";a:1:{i:0;a:5:{s:4:"data";s:1809:"<div id="x-video-3" class="video-player">\n\n</div>\n<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/4412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/4412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/4412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/4412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/4412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/4412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/4412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/4412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/4412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/4412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/4412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/4412/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/4412/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/4412/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=4412&amp;subd=wptv&amp;ref=&amp;feed=1" width="1" height="1" /><div><a href="http://wordpress.tv/2010/09/19/seo-tips-mclaren-portland/"><img alt="5 Tips for Better Search Engine Optimization with WordPress" src="http://videos.videopress.com/pbXTuKC0/seo_std.original.jpg" width="160" height="120" /></a></div>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 22 Nov 2010 17:30:08 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"blazestreaming";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Sun, 05 Dec 2010 13:06:12 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:"Sun, 05 Dec 2010 12:45:12 GMT";s:14:"content-length";s:6:"168189";s:4:"x-nc";s:11:"HIT luv 138";s:13:"accept-ranges";s:5:"bytes";}s:5:"build";s:14:"20090627192103";}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(146, 0, 'recently_activated', 'a:1:{s:21:"wp-polls/wp-polls.php";i:1291572962;}', 'yes'),
(147, 0, 'akismet_available_servers', 'a:2:{s:12:"192.0.96.248";b:1;s:12:"192.0.96.247";b:1;}', 'yes'),
(148, 0, 'akismet_connectivity_time', '1471068472', 'yes'),
(149, 0, 'wordpress_api_key', '391397602fcd', 'yes'),
(150, 0, 'akismet_discard_month', 'false', 'yes'),
(153, 0, 'sidebars_widgets', 'a:7:{s:19:"wp_inactive_widgets";a:17:{i:0;s:10:"calendar-2";i:1;s:10:"archives-2";i:2;s:7:"links-2";i:3;s:6:"meta-2";i:4;s:6:"text-2";i:5;s:12:"categories-2";i:6;s:14:"recent-posts-2";i:7;s:17:"recent-comments-2";i:8;s:5:"rss-2";i:9;s:10:"nav_menu-2";i:10;s:22:"arras_tabbed_sidebar-2";i:11;s:24:"arras_featured_stories-2";i:12;s:11:"tag_cloud-2";i:13;s:8:"search-2";i:14;s:11:"ngg-mrssw-2";i:15;s:11:"slideshow-2";i:16;s:12:"ngg-images-2";}s:9:"sidebar-1";a:3:{i:0;s:17:"global-translator";i:1;s:7:"pages-2";i:2;s:12:"categories-3";}s:9:"sidebar-2";a:1:{i:0;s:12:"ngg-images-3";}s:9:"sidebar-3";a:0:{}s:9:"sidebar-4";a:0:{}s:9:"sidebar-5";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(3903, 0, 'category_children', 'a:0:{}', 'yes'),
(157, 0, 'phonx_theme', 'Dark theme', 'yes'),
(158, 0, 'phonx_topspace', '0', 'yes'),
(159, 0, 'phonx_menu', 'Collapsed', 'yes'),
(160, 0, 'phonx_featured_slide', 'slide', 'yes'),
(161, 0, 'phonx_featured_slideshow', 'sequence', 'yes'),
(162, 0, 'phonx_autoplay_gallery', 'On', 'yes'),
(163, 0, 'phonx_image_quality', 'High Quality', 'yes'),
(164, 0, 'phonx_width_thumbnail', '60', 'yes'),
(165, 0, 'phonx_height_thumbnail', '60', 'yes'),
(166, 0, 'phonx_play_button', 'Kreni', 'yes'),
(167, 0, 'phonx_stop_button', 'Stani', 'yes'),
(168, 0, 'phonx_prev_button', 'Napred', 'yes'),
(169, 0, 'phonx_next_button', 'Nazad', 'yes'),
(170, 0, 'phonx_about_id', 'http://www.deltalinea.com/o-nama', 'yes'),
(171, 0, 'phonx_contact_id', '7', 'yes'),
(172, 0, 'phonx_exclude_cat', '', 'yes'),
(173, 0, 'phonx_max_photos', '50', 'yes'),
(233, 0, '_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1291487513;s:7:"checked";a:7:{s:11:"srlatin.php";s:5:"1.1.1";s:19:"akismet/akismet.php";s:5:"2.2.7";s:36:"contact-form-7/wp-contact-form-7.php";s:3:"2.2";s:50:"google-analytics-for-wordpress/googleanalytics.php";s:5:"3.2.2";s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";s:5:"1.1.5";s:25:"wp-cumulus/wp-cumulus.php";s:4:"1.17";s:21:"wp-polls/wp-polls.php";s:4:"2.50";}s:8:"response";a:6:{s:19:"akismet/akismet.php";O:8:"stdClass":5:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:11:"new_version";s:5:"2.4.0";s:3:"url";s:44:"http://wordpress.org/extend/plugins/akismet/";s:7:"package";s:55:"http://downloads.wordpress.org/plugin/akismet.2.4.0.zip";}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":5:{s:2:"id";s:3:"790";s:4:"slug";s:14:"contact-form-7";s:11:"new_version";s:5:"2.4.2";s:3:"url";s:51:"http://wordpress.org/extend/plugins/contact-form-7/";s:7:"package";s:62:"http://downloads.wordpress.org/plugin/contact-form-7.2.4.2.zip";}s:50:"google-analytics-for-wordpress/googleanalytics.php";O:8:"stdClass":5:{s:2:"id";s:3:"965";s:4:"slug";s:30:"google-analytics-for-wordpress";s:11:"new_version";s:5:"4.0.9";s:3:"url";s:67:"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/";s:7:"package";s:78:"http://downloads.wordpress.org/plugin/google-analytics-for-wordpress.4.0.9.zip";}s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";O:8:"stdClass":5:{s:2:"id";s:4:"2872";s:4:"slug";s:26:"reveal-ids-for-wp-admin-25";s:11:"new_version";s:5:"1.1.9";s:3:"url";s:63:"http://wordpress.org/extend/plugins/reveal-ids-for-wp-admin-25/";s:7:"package";s:68:"http://downloads.wordpress.org/plugin/reveal-ids-for-wp-admin-25.zip";}s:25:"wp-cumulus/wp-cumulus.php";O:8:"stdClass":5:{s:2:"id";s:4:"4210";s:4:"slug";s:10:"wp-cumulus";s:11:"new_version";s:4:"1.23";s:3:"url";s:47:"http://wordpress.org/extend/plugins/wp-cumulus/";s:7:"package";s:57:"http://downloads.wordpress.org/plugin/wp-cumulus.1.23.zip";}s:21:"wp-polls/wp-polls.php";O:8:"stdClass":5:{s:2:"id";s:3:"368";s:4:"slug";s:8:"wp-polls";s:11:"new_version";s:4:"2.60";s:3:"url";s:45:"http://wordpress.org/extend/plugins/wp-polls/";s:7:"package";s:50:"http://downloads.wordpress.org/plugin/wp-polls.zip";}}}', 'yes');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(576, 0, '_transient_rss_c280f334393ff207a9ce21c500149152', 'O:9:"MagpieRSS":17:{s:6:"parser";i:0;s:12:"current_item";a:0:{}s:5:"items";a:10:{i:0;a:10:{s:5:"title";s:39:"Yoast: Facebook & (the lack of) Privacy";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/npJ8C3XdVJY/";s:11:"description";s:853:"Two weeks back, while speaking at SAScon, I said in a panel there that "Facebook is the scariest shit I''ve seen in years", related to their latest updates. I also said it was a lawsuit waiting to happen, coming from the European Union. I was right. Well, not entirely, it''s not a lawsuit yet. I [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/facebook-privacy/">Facebook &#038; (the lack of) Privacy</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=2288";s:7:"pubdate";s:31:"Fri, 14 May 2010 06:20:11 -0700";s:7:"content";a:1:{s:7:"encoded";s:4107:"<p>Two weeks back, while speaking at <a rel="nofollow"\n target="_blank" href="http://www.sascon.co.uk/">SAScon</a>, I said in a panel there that "Facebook is the scariest shit I''ve seen in years", related to their latest updates. I also said it was a lawsuit waiting to happen, coming from the European Union. <a rel="nofollow"\n target="_blank" href="http://www.zdnet.co.uk/news/security-management/2010/05/13/facebook-privacy-tweaks-are-unacceptable-says-eu-40088929/">I was right</a>. Well, not entirely, it''s not a lawsuit yet. I referred to a blog post on State of Search by my buddy Bas about <a rel="nofollow"\n target="_blank" href="http://www.stateofsearch.com/privacy-do-we-really-care-what-facebook-and-google-are-doing/">Privacy, Facebook &amp; Google</a>. He made a very good analogy to real life:</p><blockquote><p>Imagine this: you are buying a bread in the supermarket which has discount passes. That means they know what you bought. You payed with your bank card, so the bank now knows where you spent your money. Meanwhile you get gas outside of the supermarket so the bank now knows you came with the car, bought the bread and had gas. The gas station also knows which kind of gas and the fact that you decided to buy that candy-bar which was staring at you next to the counter. All bits of information which are separately not that important. But now here’s one company which allows you to say whether or not you liked the services. In return, they store every bit of information, so the bread, the candybar, the gas, all of it. And then they sell, or give away, that data to a third party, lets say a gym.</p></blockquote><p>I guess now you get why it scares me? Luckily, the <a rel="nofollow"\n target="_blank" href="http://ec.europa.eu/justice_home/fsj/privacy/workinggroup/index_en.htm">Article 29 Data Protection Working Party</a> (*cough* nice name *cough*) said in <a rel="nofollow"\n target="_blank" href="http://ec.europa.eu/justice_home/fsj/privacy/news/docs/pr_12_05_10_en.pdf">their letter</a>:</p><blockquote><p>Social networks needed to have a default setting in which access to profile information and information about users'' connections were "limited to self-selected contacts".</p></blockquote><p>There''s no word not to be misunderstood there, and I fully agree. Especially in the light of <a rel="nofollow"\n target="_blank" href="http://eu.techcrunch.com/2010/05/14/your-public-facebook-status-updates-now-publicly-searchable-outside-facebook/">recent developments</a>, allowing people to search for updates from outside Facebook. Weird thing is, I actually only started to use Facebook a bit better <a rel="nofollow"\n target="_blank" href="http://yoast.com/yoast-facebook/">a couple of weeks back</a>, on the day of the F8 developer conference where they announced these changes. I see the possibilities for marketing on &amp; with Facebook a bit better now, and understand the power it has for advertisers. Those advertisers get that as well, it turns out, <a rel="nofollow"\n target="_blank" href="http://www.businessinsider.com/facebook-sells-more-display-ads-than-any-other-web-publisher-2010-5">comScore says</a> Facebook served up 176.3 billion ads to U.S. customers in Q1, being 16.2% of the market.</p><p>So I hope they get this fixed. I don''t want to do away with Facebook, not just yet, I do want them to change their way of thinking about and dealing with privacy though, and not just now, but for all eternity.</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/facebook-privacy/">Facebook &#038; (the lack of) Privacy</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/npJ8C3XdVJY" height="1" width="1"/>";}s:8:"category";s:16:"Online Marketing";s:10:"feedburner";a:1:{s:8:"origlink";s:34:"http://yoast.com/facebook-privacy/";}s:7:"summary";s:853:"Two weeks back, while speaking at SAScon, I said in a panel there that "Facebook is the scariest shit I''ve seen in years", related to their latest updates. I also said it was a lawsuit waiting to happen, coming from the European Union. I was right. Well, not entirely, it''s not a lawsuit yet. I [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/facebook-privacy/">Facebook &#038; (the lack of) Privacy</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:4107:"<p>Two weeks back, while speaking at <a rel="nofollow"\n target="_blank" href="http://www.sascon.co.uk/">SAScon</a>, I said in a panel there that "Facebook is the scariest shit I''ve seen in years", related to their latest updates. I also said it was a lawsuit waiting to happen, coming from the European Union. <a rel="nofollow"\n target="_blank" href="http://www.zdnet.co.uk/news/security-management/2010/05/13/facebook-privacy-tweaks-are-unacceptable-says-eu-40088929/">I was right</a>. Well, not entirely, it''s not a lawsuit yet. I referred to a blog post on State of Search by my buddy Bas about <a rel="nofollow"\n target="_blank" href="http://www.stateofsearch.com/privacy-do-we-really-care-what-facebook-and-google-are-doing/">Privacy, Facebook &amp; Google</a>. He made a very good analogy to real life:</p><blockquote><p>Imagine this: you are buying a bread in the supermarket which has discount passes. That means they know what you bought. You payed with your bank card, so the bank now knows where you spent your money. Meanwhile you get gas outside of the supermarket so the bank now knows you came with the car, bought the bread and had gas. The gas station also knows which kind of gas and the fact that you decided to buy that candy-bar which was staring at you next to the counter. All bits of information which are separately not that important. But now here’s one company which allows you to say whether or not you liked the services. In return, they store every bit of information, so the bread, the candybar, the gas, all of it. And then they sell, or give away, that data to a third party, lets say a gym.</p></blockquote><p>I guess now you get why it scares me? Luckily, the <a rel="nofollow"\n target="_blank" href="http://ec.europa.eu/justice_home/fsj/privacy/workinggroup/index_en.htm">Article 29 Data Protection Working Party</a> (*cough* nice name *cough*) said in <a rel="nofollow"\n target="_blank" href="http://ec.europa.eu/justice_home/fsj/privacy/news/docs/pr_12_05_10_en.pdf">their letter</a>:</p><blockquote><p>Social networks needed to have a default setting in which access to profile information and information about users'' connections were "limited to self-selected contacts".</p></blockquote><p>There''s no word not to be misunderstood there, and I fully agree. Especially in the light of <a rel="nofollow"\n target="_blank" href="http://eu.techcrunch.com/2010/05/14/your-public-facebook-status-updates-now-publicly-searchable-outside-facebook/">recent developments</a>, allowing people to search for updates from outside Facebook. Weird thing is, I actually only started to use Facebook a bit better <a rel="nofollow"\n target="_blank" href="http://yoast.com/yoast-facebook/">a couple of weeks back</a>, on the day of the F8 developer conference where they announced these changes. I see the possibilities for marketing on &amp; with Facebook a bit better now, and understand the power it has for advertisers. Those advertisers get that as well, it turns out, <a rel="nofollow"\n target="_blank" href="http://www.businessinsider.com/facebook-sells-more-display-ads-than-any-other-web-publisher-2010-5">comScore says</a> Facebook served up 176.3 billion ads to U.S. customers in Q1, being 16.2% of the market.</p><p>So I hope they get this fixed. I don''t want to do away with Facebook, not just yet, I do want them to change their way of thinking about and dealing with privacy though, and not just now, but for all eternity.</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/facebook-privacy/">Facebook &#038; (the lack of) Privacy</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/npJ8C3XdVJY" height="1" width="1"/>";}i:1;a:9:{s:5:"title";s:52:"WordPress Podcast: Google Webmaster Tools Inside Out";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/5WNXqGzOTj0/";s:11:"description";s:1335:"Joost and Frederick discussed <a rel="nofollow" target="_blank" href="http://www.google.com/webmasters/tools/">Google''s Webmaster Tools</a> with this weeks guest <a rel="nofollow" target="_blank" href="http://www.johnmu.com">John Mueller</a> from Google. All the sections of Google Webmaster Tools were discussed, and their different uses for bloggers, from the new search queries and ranking overview to sitelinks, crawl errors, XML Sitemaps and the recently updated Google News Sitemaps (there''s actually a <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/gn-xml-sitemap/">WordPress plugin</a> for those). In the news this week: several <a rel="nofollow" target="_blank" href="http://central.wordcamp.org/">upcoming WordCamps</a>, as well as the fact that <a rel="nofollow" target="_blank" href="http://wordpress.org/development/2010/05/wordpress-3-0-beta-2/">WordPress 3.0 beta 2 was released</a>. In the plugin picks, at the tail end of the show, Frederick picked <a rel="nofollow" target="_blank" href="http://www.intensedebate.com/">IntenseDebate</a>, a very cool comment system by Automattic. Joost picked <a rel="nofollow" target="_blank" href="http://www.mikeindustries.com/blog/clean-notifications">clean notifications</a>, a plugin to clean up the comment and ping / trackback notification emails.";s:4:"guid";s:63:"http://www2.webmasterradio.fm/wordpress-community-podcast/?p=44";s:7:"pubdate";s:31:"Tue, 11 May 2010 18:31:43 -0700";s:7:"content";a:1:{s:7:"encoded";s:1556:"<p>Joost and Frederick discussed <a rel="nofollow" target="_blank" href="http://www.google.com/webmasters/tools/">Google&#8217;s Webmaster Tools</a> with this weeks guest <a rel="nofollow" target="_blank" href="http://www.johnmu.com">John Mueller</a> from Google. All the sections of Google Webmaster Tools were discussed, and their different uses for bloggers, from the new search queries and ranking overview to sitelinks, crawl errors, XML Sitemaps and the recently updated Google News Sitemaps (there&#8217;s actually a <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/gn-xml-sitemap/">WordPress plugin</a> for those).</p>\n<p>In the news this week: several <a rel="nofollow" target="_blank" href="http://central.wordcamp.org/">upcoming WordCamps</a>, as well as the fact that <a rel="nofollow" target="_blank" href="http://wordpress.org/development/2010/05/wordpress-3-0-beta-2/">WordPress 3.0 beta 2 was released</a>.</p>\n<p>In the plugin picks, at the tail end of the show, Frederick picked <a rel="nofollow" target="_blank" href="http://www.intensedebate.com/">IntenseDebate</a>, a very cool comment system by Automattic. Joost picked <a rel="nofollow" target="_blank" href="http://www.mikeindustries.com/blog/clean-notifications">clean notifications</a>, a plugin to clean up the comment and ping / trackback notification emails.</p>\n<img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/_--lpYXa6dQ" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/5WNXqGzOTj0" height="1" width="1"/>";}s:10:"feedburner";a:1:{s:8:"origlink";s:63:"http://feedproxy.google.com/~r/wordpresspodcast/~3/_--lpYXa6dQ/";}s:7:"summary";s:1335:"Joost and Frederick discussed <a rel="nofollow" target="_blank" href="http://www.google.com/webmasters/tools/">Google''s Webmaster Tools</a> with this weeks guest <a rel="nofollow" target="_blank" href="http://www.johnmu.com">John Mueller</a> from Google. All the sections of Google Webmaster Tools were discussed, and their different uses for bloggers, from the new search queries and ranking overview to sitelinks, crawl errors, XML Sitemaps and the recently updated Google News Sitemaps (there''s actually a <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/gn-xml-sitemap/">WordPress plugin</a> for those). In the news this week: several <a rel="nofollow" target="_blank" href="http://central.wordcamp.org/">upcoming WordCamps</a>, as well as the fact that <a rel="nofollow" target="_blank" href="http://wordpress.org/development/2010/05/wordpress-3-0-beta-2/">WordPress 3.0 beta 2 was released</a>. In the plugin picks, at the tail end of the show, Frederick picked <a rel="nofollow" target="_blank" href="http://www.intensedebate.com/">IntenseDebate</a>, a very cool comment system by Automattic. Joost picked <a rel="nofollow" target="_blank" href="http://www.mikeindustries.com/blog/clean-notifications">clean notifications</a>, a plugin to clean up the comment and ping / trackback notification emails.";s:12:"atom_content";s:1556:"<p>Joost and Frederick discussed <a rel="nofollow" target="_blank" href="http://www.google.com/webmasters/tools/">Google&#8217;s Webmaster Tools</a> with this weeks guest <a rel="nofollow" target="_blank" href="http://www.johnmu.com">John Mueller</a> from Google. All the sections of Google Webmaster Tools were discussed, and their different uses for bloggers, from the new search queries and ranking overview to sitelinks, crawl errors, XML Sitemaps and the recently updated Google News Sitemaps (there&#8217;s actually a <a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/gn-xml-sitemap/">WordPress plugin</a> for those).</p>\n<p>In the news this week: several <a rel="nofollow" target="_blank" href="http://central.wordcamp.org/">upcoming WordCamps</a>, as well as the fact that <a rel="nofollow" target="_blank" href="http://wordpress.org/development/2010/05/wordpress-3-0-beta-2/">WordPress 3.0 beta 2 was released</a>.</p>\n<p>In the plugin picks, at the tail end of the show, Frederick picked <a rel="nofollow" target="_blank" href="http://www.intensedebate.com/">IntenseDebate</a>, a very cool comment system by Automattic. Joost picked <a rel="nofollow" target="_blank" href="http://www.mikeindustries.com/blog/clean-notifications">clean notifications</a>, a plugin to clean up the comment and ping / trackback notification emails.</p>\n<img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/_--lpYXa6dQ" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/5WNXqGzOTj0" height="1" width="1"/>";}i:2;a:10:{s:5:"title";s:41:"Yoast: Small updates from me & my friends";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/OAzU9b_E8Aw/";s:11:"description";s:893:"I''ve got some small updates, from both myself, WordPress.org and some friends, including some very cool tutorials: The Salesforce plugin we released last week, WordPress to Lead, got so much attention that my head is still buzzing... It got featured on Mashable, TechCrunch and loads and loads more blogs and news sites. Very very cool [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/small-updates/">Small updates from me &#038; my friends</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=2272";s:7:"pubdate";s:31:"Sat, 08 May 2010 13:42:37 -0700";s:7:"content";s:74:"Array\n            \n         \n            \n         \n            \n         ";s:5:"media";a:2:{s:7:"content";s:39:"\n            \n            \n            ";s:13:"content_title";s:51:"vpsnetWordPress PodcastBrian-Clark-Whitepaper-Cover";}s:10:"feedburner";a:1:{s:8:"origlink";s:31:"http://yoast.com/small-updates/";}s:7:"summary";s:893:"I''ve got some small updates, from both myself, WordPress.org and some friends, including some very cool tutorials: The Salesforce plugin we released last week, WordPress to Lead, got so much attention that my head is still buzzing... It got featured on Mashable, TechCrunch and loads and loads more blogs and news sites. Very very cool [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/small-updates/">Small updates from me &#038; my friends</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:3;a:9:{s:5:"title";s:54:"WordPress Podcast: Creating Communities with WordPress";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/1gDZ8F7dwE8/";s:11:"description";s:505:"<p>Creating Communities with WordPress</p>\n<p><a rel="nofollow" target="_blank" href="http://www.lockergnome.com/">Chris Pirillo</a> has been a voice, early adopter and harbinger on the web for over a decade. He joins us on this week show to discuss the evolution that his career has taken as open source tools like WordPress also evolved since WordPress MU v1.0. We explored how to build community, manage communities and what specifically is the secret to making unique sites/communities on the web.</p>";s:4:"guid";s:63:"http://www2.webmasterradio.fm/wordpress-community-podcast/?p=42";s:7:"pubdate";s:31:"Tue, 04 May 2010 14:59:24 -0700";s:7:"content";a:1:{s:7:"encoded";s:1491:"<p>Creating Communities with WordPress</p>\n<p><a rel="nofollow" target="_blank" href="http://www.lockergnome.com/">Chris Pirillo</a> has been a voice, early adopter and harbinger on the web for over a decade. He joins us on this week show to discuss the evolution that his career has taken as open source tools like WordPress also evolved since WordPress MU v1.0. We explored how to build community, manage communities and what specifically is the secret to making unique sites/communities on the web.</p>\n<p>News included:</p>\n<ul>\n<li><a rel="nofollow" target="_blank" href="http://central.wordcamp.org/schedule/">Upcoming WordCamps</a></li>\n<li><a rel="nofollow" target="_blank" href="http://www.theregister.co.uk/2010/04/12/network_solutions_wordpress_hack/">Network Solutions &amp; WordPress</a></li>\n<li><a rel="nofollow" target="_blank" href="http://googlenewsblog.blogspot.com/2010/04/bringing-living-stories-to-wordpress.html">Google Living Stories</a></li>\n</ul>\n<p>Plugin Picks of the Week:</p>\n<ul>\n<li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/gn-xml-sitemap/">Google XML News Sitemap</a></li>\n<li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/salesforce-wordpress-to-lead/">WordPress-to-lead for Salesforce CRM</a></li>\n</ul>\n<img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/Rolf3_9S58o" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/1gDZ8F7dwE8" height="1" width="1"/>";}s:10:"feedburner";a:1:{s:8:"origlink";s:63:"http://feedproxy.google.com/~r/wordpresspodcast/~3/Rolf3_9S58o/";}s:7:"summary";s:505:"<p>Creating Communities with WordPress</p>\n<p><a rel="nofollow" target="_blank" href="http://www.lockergnome.com/">Chris Pirillo</a> has been a voice, early adopter and harbinger on the web for over a decade. He joins us on this week show to discuss the evolution that his career has taken as open source tools like WordPress also evolved since WordPress MU v1.0. We explored how to build community, manage communities and what specifically is the secret to making unique sites/communities on the web.</p>";s:12:"atom_content";s:1491:"<p>Creating Communities with WordPress</p>\n<p><a rel="nofollow" target="_blank" href="http://www.lockergnome.com/">Chris Pirillo</a> has been a voice, early adopter and harbinger on the web for over a decade. He joins us on this week show to discuss the evolution that his career has taken as open source tools like WordPress also evolved since WordPress MU v1.0. We explored how to build community, manage communities and what specifically is the secret to making unique sites/communities on the web.</p>\n<p>News included:</p>\n<ul>\n<li><a rel="nofollow" target="_blank" href="http://central.wordcamp.org/schedule/">Upcoming WordCamps</a></li>\n<li><a rel="nofollow" target="_blank" href="http://www.theregister.co.uk/2010/04/12/network_solutions_wordpress_hack/">Network Solutions &amp; WordPress</a></li>\n<li><a rel="nofollow" target="_blank" href="http://googlenewsblog.blogspot.com/2010/04/bringing-living-stories-to-wordpress.html">Google Living Stories</a></li>\n</ul>\n<p>Plugin Picks of the Week:</p>\n<ul>\n<li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/gn-xml-sitemap/">Google XML News Sitemap</a></li>\n<li><a rel="nofollow" target="_blank" href="http://wordpress.org/extend/plugins/salesforce-wordpress-to-lead/">WordPress-to-lead for Salesforce CRM</a></li>\n</ul>\n<img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/Rolf3_9S58o" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/1gDZ8F7dwE8" height="1" width="1"/>";}i:4;a:10:{s:5:"title";s:43:"Yoast: WordPress-to-Lead for Salesforce CRM";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/g9rz4shaJ0U/";s:11:"description";s:894:"Lorna Li, an Online Marketing Manager at Salesforce.com reached out to me on a definitive list of must-have WordPress plugins for her green marketing blog and other websites she was working on. During our conversation about the world of WordPress plugins, I thought, wouldn''t it be great to have a contact form builder that captures [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-salesforce/">WordPress-to-Lead for Salesforce CRM</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=2254";s:7:"pubdate";s:31:"Thu, 29 Apr 2010 23:30:26 -0700";s:7:"content";a:1:{s:7:"encoded";s:4903:"<p>Lorna Li, an Online Marketing Manager at Salesforce.com reached out to me on a definitive list of must-have WordPress plugins for her <a rel="nofollow"\n title="Green Marketing TV" target="_blank" href="http://greenmarketing.tv">green marketing blog</a> and other websites she was working on. During our conversation about the world of WordPress plugins, I thought, wouldn''t it be great to have a contact form builder that captures leads and delivers them directly into <a rel="nofollow"\n target="_blank" href="http://www.salesforce.com">Salesforce CRM</a>?</p><p>At <a rel="nofollow"\n target="_blank" href="http://www.orangevalley.nl/">OrangeValley</a>, we''re avid users of Salesforce CRM. We tend to use it most for lead tracking, and until a few weeks ago, we had this really weird workflow: we''d let people enter their credentials in web forms, which would then turn into emails, after which we''d copy paste the contents of those emails into Salesforce. So we decided there should be a better way of doing this, thus, WordPress-to-Lead was born.</p><p>From Lorna''s perspective, WordPress-to-Lead is great contact form solution for all the small business owners who use WordPress as their CMS. WordPress plugin installation and activation is relatively simple, for many low tech people, way simpler than cutting and pasting the right code in the right location, which is the current way you would add a Salesforce integrated web lead form to your site. However, other contact form plugins for WordPress route lead information into your email inbox, where they can get buried, and not to a CRM system, which is a far better way of managing leads and customers. Because the WordPress-to-Lead plugin had the potential to really help their SMB customers, Salesforce.com enthusiastically offered to sponsor the program.</p><p>So, we''ve done it: we''ve created a new plugin called <a rel="nofollow"\n target="_blank" href="http://www.salesforce.com/wordpress/wordpresstolead/">WordPress-to-Lead for Salesforce CRM</a>, with an awesome array of options to create and modify your lead form and insert it into your posts &amp; pages or even your sidebar.</p><p>Want to see it in action? Check out the cool video Lorna made:</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-salesforce/"><em>Click here to view the embedded video.</em></a></p><p>If you''re still stuck, like we were, getting leads through email and are having issues following up and taking care of those leads correctly, this could very well be the solution you need.</p><h2>How WordPress-to-Lead works</h2><p>If you are already a Salesforce CRM user, just follow these easy steps:</p><ol><li>Download, install and activate the <a rel="nofollow"\n target="_blank" href="http://www.salesforce.com/wordpress/wordpresstolead/">WordPress-to-Lead for Salesforce CRM plugin</a> (just search for Salesforce in your WordPress Admin Plugin Install panel, or on wordpress.org.</li><li>You go into your Salesforce account and find your Salesforce.com Organization ID (you''ll find it under: Setup &raquo; Company Profile &raquo; Company Information). You enter that ID into the WordPress-to-Lead admin panel.</li><li>Configure your contact form the way you want it and insert it, either into a post or page with a simple shortcode, or into your sidebar using the widget that comes with the plugin.</li><li>You''re done. All leads will now flow into your Salesforce.com account.</li></ol><h2>Not a Salesforce.com Customer?</h2><p>If you''re not a Salesforce CRM user, be sure to register for a free trial of <a rel="nofollow"\n target="_blank" href=" http://www.salesforce.com/form/signup/wordpress-to-lead.jsp?d=70130000000F4Mw">Salesforce.com for WordPress</a> before downloading the WordPress-to-Lead plugin. Salesforce CRM is a great way to:</p><ul><li>Track all conversations and interactions</li><li>Organize your contacts and tasks in a single spot</li><li>Easily synch with Outlook, Gmail, Yahoo!, and more</li></ul><h2>Trivia</h2><p><em>Is this plugin GPL?</em></p><p>Of course it is!</p><p><em>Did you get paid for building this plugin?</em></p><p>Yes.</p><p><em>Will you be maintaining this pluign?</em></p><p>Yes, feel free to leave all your questions in the support forum.</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-salesforce/">WordPress-to-Lead for Salesforce CRM</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/g9rz4shaJ0U" height="1" width="1"/>";}s:8:"category";s:9:"WordPress";s:10:"feedburner";a:1:{s:8:"origlink";s:38:"http://yoast.com/wordpress-salesforce/";}s:7:"summary";s:894:"Lorna Li, an Online Marketing Manager at Salesforce.com reached out to me on a definitive list of must-have WordPress plugins for her green marketing blog and other websites she was working on. During our conversation about the world of WordPress plugins, I thought, wouldn''t it be great to have a contact form builder that captures [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-salesforce/">WordPress-to-Lead for Salesforce CRM</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:4903:"<p>Lorna Li, an Online Marketing Manager at Salesforce.com reached out to me on a definitive list of must-have WordPress plugins for her <a rel="nofollow"\n title="Green Marketing TV" target="_blank" href="http://greenmarketing.tv">green marketing blog</a> and other websites she was working on. During our conversation about the world of WordPress plugins, I thought, wouldn''t it be great to have a contact form builder that captures leads and delivers them directly into <a rel="nofollow"\n target="_blank" href="http://www.salesforce.com">Salesforce CRM</a>?</p><p>At <a rel="nofollow"\n target="_blank" href="http://www.orangevalley.nl/">OrangeValley</a>, we''re avid users of Salesforce CRM. We tend to use it most for lead tracking, and until a few weeks ago, we had this really weird workflow: we''d let people enter their credentials in web forms, which would then turn into emails, after which we''d copy paste the contents of those emails into Salesforce. So we decided there should be a better way of doing this, thus, WordPress-to-Lead was born.</p><p>From Lorna''s perspective, WordPress-to-Lead is great contact form solution for all the small business owners who use WordPress as their CMS. WordPress plugin installation and activation is relatively simple, for many low tech people, way simpler than cutting and pasting the right code in the right location, which is the current way you would add a Salesforce integrated web lead form to your site. However, other contact form plugins for WordPress route lead information into your email inbox, where they can get buried, and not to a CRM system, which is a far better way of managing leads and customers. Because the WordPress-to-Lead plugin had the potential to really help their SMB customers, Salesforce.com enthusiastically offered to sponsor the program.</p><p>So, we''ve done it: we''ve created a new plugin called <a rel="nofollow"\n target="_blank" href="http://www.salesforce.com/wordpress/wordpresstolead/">WordPress-to-Lead for Salesforce CRM</a>, with an awesome array of options to create and modify your lead form and insert it into your posts &amp; pages or even your sidebar.</p><p>Want to see it in action? Check out the cool video Lorna made:</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-salesforce/"><em>Click here to view the embedded video.</em></a></p><p>If you''re still stuck, like we were, getting leads through email and are having issues following up and taking care of those leads correctly, this could very well be the solution you need.</p><h2>How WordPress-to-Lead works</h2><p>If you are already a Salesforce CRM user, just follow these easy steps:</p><ol><li>Download, install and activate the <a rel="nofollow"\n target="_blank" href="http://www.salesforce.com/wordpress/wordpresstolead/">WordPress-to-Lead for Salesforce CRM plugin</a> (just search for Salesforce in your WordPress Admin Plugin Install panel, or on wordpress.org.</li><li>You go into your Salesforce account and find your Salesforce.com Organization ID (you''ll find it under: Setup &raquo; Company Profile &raquo; Company Information). You enter that ID into the WordPress-to-Lead admin panel.</li><li>Configure your contact form the way you want it and insert it, either into a post or page with a simple shortcode, or into your sidebar using the widget that comes with the plugin.</li><li>You''re done. All leads will now flow into your Salesforce.com account.</li></ol><h2>Not a Salesforce.com Customer?</h2><p>If you''re not a Salesforce CRM user, be sure to register for a free trial of <a rel="nofollow"\n target="_blank" href=" http://www.salesforce.com/form/signup/wordpress-to-lead.jsp?d=70130000000F4Mw">Salesforce.com for WordPress</a> before downloading the WordPress-to-Lead plugin. Salesforce CRM is a great way to:</p><ul><li>Track all conversations and interactions</li><li>Organize your contacts and tasks in a single spot</li><li>Easily synch with Outlook, Gmail, Yahoo!, and more</li></ul><h2>Trivia</h2><p><em>Is this plugin GPL?</em></p><p>Of course it is!</p><p><em>Did you get paid for building this plugin?</em></p><p>Yes.</p><p><em>Will you be maintaining this pluign?</em></p><p>Yes, feel free to leave all your questions in the support forum.</p><p><a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-salesforce/">WordPress-to-Lead for Salesforce CRM</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/g9rz4shaJ0U" height="1" width="1"/>";}i:5;a:10:{s:5:"title";s:29:"Yoast: Join Yoast on Facebook";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/TbFAH5zfukU/";s:11:"description";s:809:"I''ve been a bit slow on picking up on Facebook, I''ve had an account for ages but Yoast.com never had a Facebook fan page. My buddy Roy kept poking me though and telling me that I was missing out. So now it has: Yoast on Facebook. So I would really like if you join me [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/yoast-facebook/">Join Yoast on Facebook</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=2232";s:7:"pubdate";s:31:"Thu, 22 Apr 2010 07:43:40 -0700";s:7:"content";s:28:"Array\n            \n         ";s:5:"media";a:2:{s:7:"content";s:13:"\n            ";s:13:"content_title";s:8:"Facebook";}s:10:"feedburner";a:1:{s:8:"origlink";s:32:"http://yoast.com/yoast-facebook/";}s:7:"summary";s:809:"I''ve been a bit slow on picking up on Facebook, I''ve had an account for ages but Yoast.com never had a Facebook fan page. My buddy Roy kept poking me though and telling me that I was missing out. So now it has: Yoast on Facebook. So I would really like if you join me [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/yoast-facebook/">Join Yoast on Facebook</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:6;a:10:{s:5:"title";s:33:"Yoast: Emergency WordPress access";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/CaIIueHqqbc/";s:11:"description";s:861:"If you do a lot of WordPress development work, you''re bound to receive WordPress database sometimes that you don''t have an admin account for. We at OrangeValley at least, do have that issue. We usually test, if possible, on a database the client provides us with. We used to have to go into the database [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/emergency-wordpress-access/">Emergency WordPress access</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=2218";s:7:"pubdate";s:31:"Wed, 21 Apr 2010 04:32:55 -0700";s:7:"content";s:64:"Array\n            \n         \n            \n            \n         ";s:5:"media";a:3:{s:7:"content";s:26:"\n            \n            ";s:13:"content_title";s:56:"Emergency WordPress scriptAdd User through emergency.php";s:19:"content_description";s:24:"Click for larger version";}s:10:"feedburner";a:1:{s:8:"origlink";s:44:"http://yoast.com/emergency-wordpress-access/";}s:7:"summary";s:861:"If you do a lot of WordPress development work, you''re bound to receive WordPress database sometimes that you don''t have an admin account for. We at OrangeValley at least, do have that issue. We usually test, if possible, on a database the client provides us with. We used to have to go into the database [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/emergency-wordpress-access/">Emergency WordPress access</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:7;a:11:{s:5:"title";s:36:"Yoast: Gravity Forms (Widget) update";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/E_qyCr95R-E/";s:11:"description";s:870:"I haven''t talked half as much about Gravity Forms as I should. It''s still my number one lifesaving plugin, and in the latest release they''ve done loads and loads of cool things. One of the things I''ve been meaning to show off is the MailChimp integration. My newsletter is sent out with MailChimp and they''ve [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/gravity-forms-widget-update/">Gravity Forms (Widget) update</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=2157";s:7:"pubdate";s:31:"Tue, 13 Apr 2010 13:26:35 -0700";s:7:"content";s:51:"Array\n            \n         \n            \n         ";s:5:"media";a:2:{s:7:"content";s:26:"\n            \n            ";s:13:"content_title";s:58:"MailChimp Gravity Forms addonGravityforms Widget interface";}s:8:"category";s:9:"WordPress";s:10:"feedburner";a:1:{s:8:"origlink";s:45:"http://yoast.com/gravity-forms-widget-update/";}s:7:"summary";s:870:"I haven''t talked half as much about Gravity Forms as I should. It''s still my number one lifesaving plugin, and in the latest release they''ve done loads and loads of cool things. One of the things I''ve been meaning to show off is the MailChimp integration. My newsletter is sent out with MailChimp and they''ve [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/gravity-forms-widget-update/">Gravity Forms (Widget) update</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}i:8;a:9:{s:5:"title";s:52:"WordPress Podcast: WordPress Grows Your Bank Account";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/zEIapWydyLU/";s:11:"description";s:540:"Affiliate marketing starts with finding products you can stand behind, review and then sharing useful information with your audience. As you the trust of your blog readership grows so too do your opportunities to grow income. Social media services like twitter are great for doing more than just broadcasting. This weeks guest Chris Garrett provides numerous useful tips on how to develop and convert your audience into buyers once you’ve established trust. Also learn how to get started, pick products you like and measure your progress.";s:4:"guid";s:63:"http://www2.webmasterradio.fm/wordpress-community-podcast/?p=40";s:7:"pubdate";s:31:"Tue, 13 Apr 2010 08:36:43 -0700";s:7:"content";a:1:{s:7:"encoded";s:990:"<p>Affiliate marketing starts with finding products you can stand behind, review and then sharing useful information with your audience. As you the trust of your blog readership grows so too do your opportunities to grow income. Social media services like twitter are great for doing more than just broadcasting. This weeks guest Chris Garrett provides numerous useful tips on how to develop and convert your audience into buyers once you’ve established trust. Also learn how to get started, pick products you like and measure your progress.</p>\n<p>Plugin Picks of the Week:</p>\n<p>http://wordpress.org/extend/plugins/chartbeat/</p>\n<p>http://wordpress.org/extend/plugins/w3-total-cache/</p>\n<p>http://wordpress.org/extend/plugins/wordpress-beta-tester/</p>\n<p>http://member.wishlistproducts.com/</p>\n<img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/MAhEmJFr3yw" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/zEIapWydyLU" height="1" width="1"/>";}s:10:"feedburner";a:1:{s:8:"origlink";s:63:"http://feedproxy.google.com/~r/wordpresspodcast/~3/MAhEmJFr3yw/";}s:7:"summary";s:540:"Affiliate marketing starts with finding products you can stand behind, review and then sharing useful information with your audience. As you the trust of your blog readership grows so too do your opportunities to grow income. Social media services like twitter are great for doing more than just broadcasting. This weeks guest Chris Garrett provides numerous useful tips on how to develop and convert your audience into buyers once you’ve established trust. Also learn how to get started, pick products you like and measure your progress.";s:12:"atom_content";s:990:"<p>Affiliate marketing starts with finding products you can stand behind, review and then sharing useful information with your audience. As you the trust of your blog readership grows so too do your opportunities to grow income. Social media services like twitter are great for doing more than just broadcasting. This weeks guest Chris Garrett provides numerous useful tips on how to develop and convert your audience into buyers once you’ve established trust. Also learn how to get started, pick products you like and measure your progress.</p>\n<p>Plugin Picks of the Week:</p>\n<p>http://wordpress.org/extend/plugins/chartbeat/</p>\n<p>http://wordpress.org/extend/plugins/w3-total-cache/</p>\n<p>http://wordpress.org/extend/plugins/wordpress-beta-tester/</p>\n<p>http://member.wishlistproducts.com/</p>\n<img src="http://feeds.feedburner.com/~r/wordpresspodcast/~4/MAhEmJFr3yw" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/joostdevalk/~4/zEIapWydyLU" height="1" width="1"/>";}i:9;a:10:{s:5:"title";s:41:"Yoast: Site Speed is now a Ranking Factor";s:4:"link";s:58:"http://feedproxy.google.com/~r/joostdevalk/~3/M9Aw08Ks_s0/";s:11:"description";s:855:"Just wanted to jot down a quick blog post with my thoughts about two blog posts about speed. Matt Cutts has been writing both on his own blog and on the official Google Webmaster Central Blog to tell everyone what we knew was coming: site speed is now an official ranking factor. Now I want [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/site-speed-ranking-factor/">Site Speed is now a Ranking Factor</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:4:"guid";s:24:"http://yoast.com/?p=2190";s:7:"pubdate";s:31:"Sat, 10 Apr 2010 13:51:41 -0700";s:7:"content";s:28:"Array\n            \n         ";s:5:"media";a:2:{s:7:"content";s:13:"\n            ";s:13:"content_title";s:17:"london-tube-speed";}s:10:"feedburner";a:1:{s:8:"origlink";s:43:"http://yoast.com/site-speed-ranking-factor/";}s:7:"summary";s:855:"Just wanted to jot down a quick blog post with my thoughts about two blog posts about speed. Matt Cutts has been writing both on his own blog and on the official Google Webmaster Central Blog to tell everyone what we knew was coming: site speed is now an official ranking factor. Now I want [...]<p><a rel="nofollow"\n target="_blank" href="http://yoast.com/site-speed-ranking-factor/">Site Speed is now a Ranking Factor</a> is a post from <a rel="nofollow"\n target="_blank" href="http://yoast.com/about-me/">Joost de Valk</a>''s <a rel="nofollow"\n target="_blank" href="http://yoast.com">Yoast - Tweaking Websites</a>.A good WordPress blog needs good hosting, you don''t want your blog to be slow, or, even worse, down, do you? Check out my thoughts on <a rel="nofollow"\n target="_blank" href="http://yoast.com/wordpress-hosting/">WordPress hosting</a>!</p>";s:12:"atom_content";s:1:"A";}}s:7:"channel";a:7:{s:5:"title";s:49:"Yoast - Tweaking Websites & The WordPress Podcast";s:11:"description";s:64:"This is the combined feed of Yoast.com and the WordPress Podcast";s:4:"link";s:22:"http://yoast.com/feed/";s:7:"pubdate";s:31:"Mon, 17 May 2010 13:50:45 -0700";s:9:"generator";s:31:"WordPress with some Yoast power";s:10:"feedburner";a:4:{s:14:"emailserviceid";s:11:"joostdevalk";s:18:"feedburnerhostname";s:28:"http://feedburner.google.com";s:9:"feedflare";s:158:"Subscribe with PodnovaSubscribe with NewsGatorSubscribe with NetvibesSubscribe with PageflakesSubscribe with My Yahoo!Subscribe with ODEOSubscribe with Google";s:15:"browserfriendly";s:195:"This is the combined feed for Yoast.com and the WordPress podcast. Subscribe now to get WordPress & Magento tips & tricks, helping you optimize your site for speed, search engines and conversion!";}s:7:"tagline";s:64:"This is the combined feed of Yoast.com and the WordPress Podcast";}s:9:"textinput";a:0:{}s:5:"image";a:0:{}s:9:"feed_type";s:3:"RSS";s:12:"feed_version";s:3:"2.0";s:5:"stack";a:0:{}s:9:"inchannel";b:0;s:6:"initem";b:0;s:9:"incontent";b:0;s:11:"intextinput";b:0;s:7:"inimage";b:0;s:13:"current_field";s:0:"";s:17:"current_namespace";b:0;s:19:"_CONTENT_CONSTRUCTS";a:6:{i:0;s:7:"content";i:1;s:7:"summary";i:2;s:4:"info";i:3;s:5:"title";i:4;s:7:"tagline";i:5;s:9:"copyright";}}', 'no');
INSERT INTO `wp_options` (`option_id`, `blog_id`, `option_name`, `option_value`, `autoload`) VALUES
(188, 0, 'GoogleAnalyticsPP', 'a:21:{s:12:"dlextensions";s:31:"doc,exe,.js,pdf,ppt,tgz,zip,xls";s:8:"dlprefix";s:10:"/downloads";s:9:"artprefix";s:17:"/outbound/article";s:9:"comprefix";s:17:"/outbound/comment";s:12:"comautprefix";s:23:"/outbound/commentauthor";s:14:"blogrollprefix";s:18:"/outbound/blogroll";s:11:"domainorurl";s:6:"domain";s:6:"userv2";b:0;s:7:"extrase";b:0;s:7:"imagese";b:0;s:13:"admintracking";b:1;s:13:"trackoutbound";b:1;s:16:"advancedsettings";b:0;s:11:"allowanchor";b:0;s:8:"uastring";s:13:"UA-16465233-1";s:8:"position";s:6:"footer";s:6:"domain";s:0:"";s:13:"trackloggedin";b:0;s:12:"trackadsense";b:0;s:14:"rsslinktagging";b:0;s:17:"trackregistration";b:0;}', 'yes'),
(189, 0, 'ridwpa_post_ids_enable', '1', 'yes'),
(190, 0, 'ridwpa_page_ids_enable', '1', 'yes'),
(191, 0, 'ridwpa_link_ids_enable', '1', 'yes'),
(192, 0, 'ridwpa_cat_ids_enable', '1', 'yes'),
(193, 0, 'ridwpa_media_ids_enable', '1', 'yes'),
(194, 0, 'ridwpa_user_ids_enable', '1', 'yes'),
(195, 0, 'ridwpa_tag_ids_enable', '1', 'yes'),
(196, 0, 'ridwpa_reassigned_075_options', '1', 'yes'),
(197, 0, 'ridwpa_reassigned_115_options', '1', 'yes'),
(198, 0, 'ridwpa_version', '1.1.5', 'yes'),
(199, 0, 'wpcumulus_options', 'a:11:{s:5:"width";s:3:"550";s:6:"height";s:3:"375";s:6:"tcolor";s:6:"ffffff";s:7:"tcolor2";s:6:"ffffff";s:7:"hicolor";s:6:"ffffff";s:7:"bgcolor";s:6:"333333";s:5:"speed";s:3:"100";s:5:"trans";s:5:"false";s:5:"distr";s:5:"false";s:4:"args";s:0:"";s:4:"mode";s:4:"tags";}', 'yes'),
(200, 0, 'wpcumulus_widget', 'a:11:{s:5:"width";s:3:"160";s:6:"height";s:3:"160";s:6:"tcolor";s:6:"333333";s:7:"tcolor2";s:6:"333333";s:7:"hicolor";s:6:"000000";s:7:"bgcolor";s:6:"ffffff";s:5:"speed";s:3:"100";s:5:"trans";s:5:"false";s:5:"distr";s:5:"false";s:4:"args";s:0:"";s:4:"mode";s:4:"tags";}', 'yes'),
(201, 0, 'poll_template_voteheader', '<p style="text-align: center;"><strong>%POLL_QUESTION%</strong></p><div id="polls-%POLL_ID%-ans" class="wp-polls-ans"><ul class="wp-polls-ul">', 'yes'),
(202, 0, 'poll_template_votebody', '<li><input type="%POLL_CHECKBOX_RADIO%" id="poll-answer-%POLL_ANSWER_ID%" name="poll_%POLL_ID%" value="%POLL_ANSWER_ID%" /> <label for="poll-answer-%POLL_ANSWER_ID%">%POLL_ANSWER%</label></li>', 'yes'),
(203, 0, 'poll_template_votefooter', '</ul><p style="text-align: center;"><input type="button" name="vote" value="   Vote   " class="Buttons" onclick="poll_vote(%POLL_ID%);" /></p><p style="text-align: center;"><a href="#ViewPollResults" onclick="poll_result(%POLL_ID%); return false;" title="View Results Of This Poll">View Results</a></p></div>', 'yes'),
(204, 0, 'poll_template_resultheader', '<p style="text-align: center;"><strong>%POLL_QUESTION%</strong></p><div id="polls-%POLL_ID%-ans" class="wp-polls-ans"><ul class="wp-polls-ul">', 'yes'),
(205, 0, 'poll_template_resultbody', '<li>%POLL_ANSWER% <small>(%POLL_ANSWER_PERCENTAGE%%, %POLL_ANSWER_VOTES% Votes)</small><div class="pollbar" style="width: %POLL_ANSWER_IMAGEWIDTH%%;" title="%POLL_ANSWER_TEXT% (%POLL_ANSWER_PERCENTAGE%% | %POLL_ANSWER_VOTES% Votes)"></div></li>', 'yes'),
(206, 0, 'poll_template_resultbody2', '<li><strong><i>%POLL_ANSWER% <small>(%POLL_ANSWER_PERCENTAGE%%, %POLL_ANSWER_VOTES% Votes)</small></i></strong><div class="pollbar" style="width: %POLL_ANSWER_IMAGEWIDTH%%;" title="You Have Voted For This Choice - %POLL_ANSWER_TEXT% (%POLL_ANSWER_PERCENTAGE%% | %POLL_ANSWER_VOTES% Votes)"></div></li>', 'yes'),
(207, 0, 'poll_template_resultfooter', '</ul><p style="text-align: center;">Total Voters: <strong>%POLL_TOTALVOTERS%</strong></p></div>', 'yes'),
(208, 0, 'poll_template_resultfooter2', '</ul><p style="text-align: center;">Total Voters: <strong>%POLL_TOTALVOTERS%</strong></p><p style="text-align: center;"><a href="#VotePoll" onclick="poll_booth(%POLL_ID%); return false;" title="Vote For This Poll">Vote</a></p></div>', 'yes'),
(209, 0, 'poll_template_disable', 'Sorry, there are no polls available at the moment.', 'yes'),
(210, 0, 'poll_template_error', 'An error has occurred when processing your poll.', 'yes'),
(211, 0, 'poll_currentpoll', '0', 'yes'),
(212, 0, 'poll_latestpoll', '1', 'yes'),
(213, 0, 'poll_archive_perpage', '5', 'no'),
(214, 0, 'poll_ans_sortby', 'polla_aid', 'yes'),
(215, 0, 'poll_ans_sortorder', 'asc', 'yes'),
(216, 0, 'poll_ans_result_sortby', 'polla_votes', 'yes'),
(217, 0, 'poll_ans_result_sortorder', 'desc', 'yes'),
(218, 0, 'poll_logging_method', '3', 'yes'),
(219, 0, 'poll_allowtovote', '2', 'yes'),
(220, 0, 'poll_archive_url', 'http://www.deltalinea.com/pollsarchive', 'yes'),
(221, 0, 'poll_bar', 'a:4:{s:5:"style";s:7:"default";s:10:"background";s:6:"d8e1eb";s:6:"border";s:6:"c8c8c8";s:6:"height";i:8;}', 'yes'),
(222, 0, 'poll_close', '1', 'yes'),
(223, 0, 'poll_ajax_style', 'a:2:{s:7:"loading";i:1;s:6:"fading";i:1;}', 'yes'),
(224, 0, 'poll_template_pollarchivelink', '<ul><li><a href="%POLL_ARCHIVE_URL%">Polls Archive</a></li></ul>', 'yes'),
(225, 0, 'poll_archive_displaypoll', '2', 'yes'),
(226, 0, 'poll_template_pollarchiveheader', '', 'yes'),
(227, 0, 'poll_template_pollarchivefooter', '<p>Start Date: %POLL_START_DATE%<br />End Date: %POLL_END_DATE%</p>', 'yes'),
(228, 0, 'poll_cookielog_expiry', '0', 'yes'),
(229, 0, 'poll_template_pollarchivepagingheader', '', 'yes'),
(230, 0, 'poll_template_pollarchivepagingfooter', '', 'yes'),
(231, 0, 'widget_polls-widget', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(3921, 0, '_transient_plugins_delete_result_1', '1', 'yes'),
(3923, 0, 'gltr_base_lang', 'en', 'yes'),
(3924, 0, 'gltr_col_num', '11', 'yes'),
(3925, 0, 'gltr_html_bar_tag', 'TABLE', 'yes'),
(3926, 0, 'gltr_my_translation_engine', 'google', 'yes'),
(3927, 0, 'gltr_preferred_languages', 'a:9:{i:0;s:2:"it";i:4;s:2:"pt";i:5;s:2:"de";i:6;s:2:"fr";i:7;s:2:"es";i:10;s:2:"ru";i:20;s:2:"ro";i:29;s:2:"sr";i:31;s:2:"sl";}', 'yes'),
(3928, 0, 'gltr_ban_prevention', '1', 'yes'),
(3929, 0, 'gltr_enable_debug', '', 'yes'),
(3930, 0, 'gltr_conn_interval', '300', 'yes'),
(3931, 0, 'gltr_sitemap_integration', '', 'yes'),
(3932, 0, 'gltr_last_connection_time', '1333381855', 'yes'),
(3933, 0, 'gltr_translation_status', 'banned', 'yes'),
(3934, 0, 'gltr_cache_expire_time', '15', 'yes'),
(3935, 0, 'gltr_use_302', '', 'yes'),
(3936, 0, 'gltr_compress_cache', '', 'yes'),
(3940, 0, 'rewrite_rules', 'a:85:{s:159:"^(it|ko|zh-CN|zh-TW|pt|en|de|fr|es|ja|ar|ru|el|nl|zh|zt|no|bg|cs|hr|da|fi|hi|pl|ro|sv|ca|tl|iw|id|lv|lt|sr|sk|sl|uk|vi|sq|et|gl|mt|th|tr|hu|be|ga|is|mk|ms|fa)$";s:28:"index.php?gtlang=$matches[1]";s:165:"^(it|ko|zh-CN|zh-TW|pt|en|de|fr|es|ja|ar|ru|el|nl|zh|zt|no|bg|cs|hr|da|fi|hi|pl|ro|sv|ca|tl|iw|id|lv|lt|sr|sk|sl|uk|vi|sq|et|gl|mt|th|tr|hu|be|ga|is|mk|ms|fa)/(.+?)$";s:44:"index.php?gtlang=$matches[1]&url=$matches[2]";s:48:"ngg_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?ngg_tag=$matches[1]&feed=$matches[2]";s:43:"ngg_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?ngg_tag=$matches[1]&feed=$matches[2]";s:36:"ngg_tag/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?ngg_tag=$matches[1]&paged=$matches[2]";s:18:"ngg_tag/([^/]+)/?$";s:29:"index.php?ngg_tag=$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:29:"contact/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"contact/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"contact/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"contact/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"contact/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:22:"(contact)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:42:"(contact)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:37:"(contact)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:30:"(contact)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:37:"(contact)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:22:"(contact)(/[0-9]+)?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";s:28:"o-nama/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"o-nama/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"o-nama/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"o-nama/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"o-nama/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:21:"(o-nama)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:41:"(o-nama)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:36:"(o-nama)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:29:"(o-nama)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:36:"(o-nama)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:21:"(o-nama)(/[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: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:"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:42:"tag/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:37:"tag/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:30:"tag/(.+?)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:12:"tag/(.+?)/?$";s:25:"index.php?tag=$matches[1]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?author_name=$matches[1]&feed=$matches[2]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?author_name=$matches[1]&paged=$matches[2]";s:17:"author/([^/]+)/?$";s:33:"index.php?author_name=$matches[1]";s:69:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:80:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]";s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";s:56:"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:51:"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]";s:44:"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:27:"[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:37:"[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:57:"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:52:"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)/trackback/?$";s:31:"index.php?name=$matches[1]&tb=1";s:40:"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:35:"([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?name=$matches[1]&feed=$matches[2]";s:28:"([^/]+)/page/?([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&paged=$matches[2]";s:35:"([^/]+)/comment-page-([0-9]{1,})/?$";s:44:"index.php?name=$matches[1]&cpage=$matches[2]";s:20:"([^/]+)(/[0-9]+)?/?$";s:43:"index.php?name=$matches[1]&page=$matches[2]";s:16:"[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:26:"[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:46:"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:41:"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";}', 'yes'),
(3847, 0, 'arras_tapestry_default', 'a:2:{s:6:"height";i:225;s:7:"excerpt";b:1;}', 'yes'),
(3856, 0, 'wporg_popular_tags', 'O:8:"stdClass":2:{s:7:"timeout";i:1291572979;s:6:"cached";a:40:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"1983";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"1404";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"1207";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"1056";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"1036";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"1002";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:3:"762";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:3:"669";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:3:"612";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:3:"601";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:3:"585";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:3:"571";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:3:"521";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:3:"465";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"453";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:3:"412";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"365";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:3:"356";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:3:"329";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"299";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:3:"299";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:3:"298";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"275";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:3:"275";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"275";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:3:"274";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"274";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:3:"268";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"268";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:3:"263";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"260";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"259";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"258";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"249";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"249";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"244";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:3:"243";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"237";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"235";}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";s:3:"226";}}}', 'no'),
(3922, 0, '_site_transient_update_plugins', 'O:8:"stdClass":3:{s:12:"last_checked";i:1480837390;s:7:"checked";a:9:{s:19:"akismet/akismet.php";s:5:"2.4.0";s:36:"contact-form-7/wp-contact-form-7.php";s:3:"2.2";s:32:"global-translator/translator.php";s:5:"1.3.2";s:50:"google-analytics-for-wordpress/googleanalytics.php";s:5:"3.2.2";s:29:"nextgen-gallery/nggallery.php";s:5:"1.6.2";s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";s:5:"1.1.5";s:25:"wp-cumulus/wp-cumulus.php";s:4:"1.17";s:21:"wp-polls/wp-polls.php";s:4:"2.50";s:11:"srlatin.php";s:5:"1.1.1";}s:8:"response";a:1:{s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";O:8:"stdClass":6:{s:2:"id";s:4:"2872";s:4:"slug";s:26:"reveal-ids-for-wp-admin-25";s:6:"plugin";s:57:"reveal-ids-for-wp-admin-25/reveal-ids-for-wp-admin-25.php";s:11:"new_version";s:7:"1.4.6.2";s:3:"url";s:57:"https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/";s:7:"package";s:68:"http://downloads.wordpress.org/plugin/reveal-ids-for-wp-admin-25.zip";}}}', 'yes'),
(3869, 0, 'uninstall_plugins', 'a:2:{i:0;b:0;s:29:"nextgen-gallery/nggallery.php";a:2:{i:0;s:9:"nggLoader";i:1;s:9:"uninstall";}}', 'yes'),
(3870, 0, 'ngg_options', 'a:69:{s:11:"gallerypath";s:19:"wp-content/gallery/";s:9:"deleteImg";b:1;s:9:"swfUpload";b:1;s:13:"usePermalinks";b:0;s:14:"graphicLibrary";s:2:"gd";s:14:"imageMagickDir";s:15:"/usr/local/bin/";s:11:"useMediaRSS";b:0;s:10:"usePicLens";b:0;s:12:"activateTags";b:0;s:10:"appendType";s:4:"tags";s:9:"maxImages";i:7;s:10:"thumbwidth";i:100;s:11:"thumbheight";i:75;s:8:"thumbfix";b:1;s:12:"thumbquality";i:100;s:8:"imgWidth";i:800;s:9:"imgHeight";i:600;s:10:"imgQuality";i:85;s:17:"imgCacheSinglePic";b:1;s:9:"imgBackup";b:1;s:13:"imgAutoResize";b:0;s:9:"galImages";s:3:"200";s:17:"galPagedGalleries";i:0;s:10:"galColumns";s:1:"0";s:12:"galShowSlide";s:1:"1";s:12:"galTextSlide";s:19:"[Show as slideshow]";s:14:"galTextGallery";s:19:"[Show picture list]";s:12:"galShowOrder";s:7:"gallery";s:7:"galSort";s:9:"sortorder";s:10:"galSortDir";s:3:"ASC";s:10:"galNoPages";s:1:"1";s:13:"galImgBrowser";b:0;s:12:"galHiddenImg";b:0;s:10:"galAjaxNav";b:0;s:11:"thumbEffect";s:7:"shutter";s:9:"thumbCode";s:33:"class="shutterset_%GALLERY_NAME%"";s:5:"wmPos";s:8:"botRight";s:6:"wmXpos";i:5;s:6:"wmYpos";i:5;s:6:"wmType";s:4:"text";s:6:"wmPath";s:0:"";s:6:"wmFont";s:9:"arial.ttf";s:6:"wmSize";i:10;s:6:"wmText";s:10:"Deltalinea";s:7:"wmColor";s:6:"000000";s:8:"wmOpaque";s:3:"100";s:8:"enableIR";b:0;s:7:"slideFx";s:4:"fade";s:5:"irURL";s:0:"";s:12:"irXHTMLvalid";b:0;s:7:"irAudio";s:0:"";s:7:"irWidth";i:320;s:8:"irHeight";i:240;s:9:"irShuffle";b:1;s:17:"irLinkfromdisplay";b:1;s:16:"irShownavigation";b:0;s:11:"irShowicons";b:0;s:11:"irWatermark";b:0;s:13:"irOverstretch";s:4:"true";s:12:"irRotatetime";i:10;s:12:"irTransition";s:6:"random";s:10:"irKenburns";b:0;s:11:"irBackcolor";s:6:"000000";s:12:"irFrontcolor";s:6:"FFFFFF";s:12:"irLightcolor";s:6:"CC0000";s:13:"irScreencolor";s:6:"000000";s:11:"activateCSS";b:1;s:7:"CSSfile";s:13:"nggallery.css";s:11:"installDate";i:1291553113;}', 'yes'),
(3871, 0, 'ngg_db_version', '1.6.0', 'yes'),
(3872, 0, 'widget_ngg-mrssw', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(3873, 0, 'widget_slideshow', 'a:2:{i:2;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(3874, 0, 'widget_ngg-images', 'a:3:{i:2;a:0:{}i:3;a:9:{s:5:"title";s:7:"Gallery";s:5:"items";i:20;s:4:"type";s:6:"random";s:4:"show";s:9:"thumbnail";s:5:"width";i:75;s:6:"height";i:75;s:7:"exclude";s:3:"all";s:4:"list";s:0:"";s:8:"webslice";b:1;}s:12:"_multiwidget";i:1;}', 'yes'),
(3875, 0, 'ngg_next_update', '1291639513', 'yes'),
(3876, 0, '_transient_timeout_feed_4fa38da71e0f5c4f921a79abe092e831', '1291596321', 'no'),
(3877, 0, '_transient_feed_4fa38da71e0f5c4f921a79abe092e831', '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:29:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s: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:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:18:"http://alexrabe.de";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:32:"ALEX RABE | learning by doing...";s: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:"Thu, 02 Dec 2010 20:21:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:2:"en";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:29:"http://wordpress.org/?v=3.0.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:"item";a:3:{i:0;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:11:"Scalability";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:42:"http://alexrabe.de/2010/12/02/scalability/";s: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:51:"http://alexrabe.de/2010/12/02/scalability/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Dec 2010 20:21: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:8:"category";a:3:{i:0;a:5:{s:4:"data";s:15:"NextGEN Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:9:"Wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:15:"NextGEN-Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://alexrabe.de/?p=757";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:356:"Since 2006 I go with the WordPress development and I&#8217;m always really impressed the way it works for small and large installation. For 4 years I&#8217;m now writing plugins, I must admit that in the beginning I had no clue about queries, performance and traffic. I learned a lot from the code base of WordPress and improved my plugin&#8217;s [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"";}}}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:3465:"<p>Since 2006 I go with the WordPress development and I&#8217;m always really impressed the way it works for small and large installation. For 4 years I&#8217;m now writing plugins, I must admit that in the beginning I had no clue about queries, performance and traffic. I learned a lot from the code base of WordPress and improved my plugin&#8217;s as good as possible. <a href="http://alexrabe.de/wordpress-plugins/wp-table/">wp-Table</a>, my first public plugin is a mess if you look for database queries, never would do this again <img src=''http://alexrabe.de/wp-includes/images/smilies/icon_smile.gif'' alt='':-)'' class=''wp-smiley'' /> </p>\n<p>Today I&#8217;m focused on NextGEN-Gallery , which is a real challenge for me. It has a <a href="http://alexrabe.de/2010/10/24/80-000-blogs/">large</a> user base and is used in various way. I spend a lot of time for the upgrade process, so that a new version (hopefully) will not break your work. It&#8217;s real easy to write a new plugin, but when you have a lot of user, every single line needs to be reviewed. This makes the develeopment for my plugin so hard, I&#8217;m really no professional programmer, I never used or tested my work on high traffic blogs, never worked with large multi site environment, nexer used more than 1000 images.</p>\n<p>So instead of adding more and more features, I will work in the next time just on scalability and UI. <a href="http://alexrabe.de/2010/01/03/how-many-images-do-you-have-in-your-nextgen-gallery/">Some time ago I ask</a> how many images you have uploaded with NextGEN Gallery, and I&#8217;m really impressed about your response. But sadly this amount of images shows the current limits of my plugin. I never thought in this amount, so I programmed some features which are good for a couple of image/galleries, but not for hundreds of them.<br />\nOne big flaw is the TinyMCE Dialog window. You can select in the WYSIWYG Editor easily a image or gallery from the drop down field and insert the shortcode, but it&#8217;s a mess if you have 10000+ images. One first improvement is part of the upcoming V1.7.0 : Auto complete for drop down fields.\n<p style="text-align: center;"><a href="http://alexrabe.de/wp-content/uploads/dialog.png"><img class="size-full wp-image-759  aligncenter" title="New Tiny MCE dialog" src="http://alexrabe.de/wp-content/uploads/dialog.png" alt="" width="374" height="245" /></a></p>\n<p>With the help of <a href="http://jqueryui.com/demos/autocomplete/">jQuery UI Autocomplete</a>, you can select one of the last 50 images or you can search for any image and select then the desired image. There are more places in the admin back end which need as well a full rework (i.e. Album management) but I just would like to get first your feedback on this new feature. I finished the first beta of V1.7.0 and it would be great if some of you can test this version. I&#8217;m already upgraded my test blog &amp; live system, so it should be stable enough to give it a shot. Let me know here in the comment section if you have any problem, or feel free to open a issue at my <a href="http://code.google.com/p/nextgen-gallery/">Google Page</a>. Thanks !</p>\n<p class="download"><a href="http://nextgen-gallery.googlecode.com/files/nextgen-gallery-1.7.0b1.zip.zip">Download NextGEN Gallery Version 1.7.0</a><br />\nBeta Version @ Google Code</p>\n<img src="http://feeds.feedburner.com/~r/alexrabe/~4/f3K9Hi--j4M" height="1" width="1"/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:47:"http://alexrabe.de/2010/12/02/scalability/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:1:"3";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:44:"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:5:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Next round S95";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"http://alexrabe.de/2010/11/09/next-round-s95/";s: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:54:"http://alexrabe.de/2010/11/09/next-round-s95/#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, 09 Nov 2010 19:07:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:8:"Allerlei";s: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:"Common";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://alexrabe.de/?p=752";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:297:"After 5 years my Powershot S2 IS goes into retirement. I&#8217;m very happy with my first digital  camera, but during the last year I need a camera with a better result at low light. All the time I&#8217;m looking for a DSLR, but I&#8217;m just a hobby photographer and so the form factor is [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:817:"<p>After 5 years my Powershot S2 IS goes into retirement. I&#8217;m very happy with my first digital  camera, but during the last year I need a camera with a better result at low light. All the time I&#8217;m looking for a DSLR, but I&#8217;m just a hobby photographer and so the form factor is at the end more important then the possibilities. Today I receive my second camera : Powershot S95 with HD video and (again) RAW images&#8230;</p>\n<p style="text-align: center;"><a rel="lightbox" href="http://alexrabe.de/wp-content/uploads/IMG_0057.jpg"><img class="size-medium wp-image-753 aligncenter" title="Powershot S95" src="http://alexrabe.de/wp-content/uploads/IMG_0057-300x225.jpg" alt="" width="300" height="225" /></a></p>\n<img src="http://feeds.feedburner.com/~r/alexrabe/~4/0sYpho7mre8" height="1" width="1"/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:50:"http://alexrabe.de/2010/11/09/next-round-s95/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:"6";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;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:12:"80.000 Blogs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:43:"http://alexrabe.de/2010/10/24/80-000-blogs/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:52:"http://alexrabe.de/2010/10/24/80-000-blogs/#comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 24 Oct 2010 20:10: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:6:"Common";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:15:"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:"";}i:2;a:5:{s:4:"data";s:9:"Wordpress";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:25:"http://alexrabe.de/?p=747";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:377:"The people behind the WP.org introduced a new pie chart. It returns a percentage breakdown of the versions being actively used by that plugin’s users. I&#8217;m very surprised how many user are currently uses (or activated) NextGEN Gallery. It&#8217;s more than 80.000 blogs worldwide&#8230; More over I&#8217;m astonished how many user are not updating to the latest [...]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}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:"";}}}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:736:"<p>The people behind the WP.org introduced a new pie chart. It returns a percentage breakdown of the versions being actively used by that plugin’s users. I&#8217;m very surprised how many user are currently uses (or activated) <a href="http://wordpress.org/extend/plugins/nextgen-gallery/stats/">NextGEN Gallery</a>. It&#8217;s more than 80.000 blogs worldwide&#8230; More over I&#8217;m astonished how many user are not updating to the latest version, only 18% installed the latest version&#8230;.</p>\n<p><img class="alignnone size-full wp-image-748" title="stat" src="http://alexrabe.de/wp-content/uploads/stat.png" alt="" width="500" /></p>\n<img src="http://feeds.feedburner.com/~r/alexrabe/~4/G0fpZACAewg" height="1" width="1"/>";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:36:"http://wellformedweb.org/CommentAPI/";a:1:{s:10:"commentRss";a:1:{i:0;a:5:{s:4:"data";s:48:"http://alexrabe.de/2010/10/24/80-000-blogs/feed/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:38:"http://purl.org/rss/1.0/modules/slash/";a:1:{s:8:"comments";a:1:{i:0;a:5:{s:4:"data";s:2:"19";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:6:"hourly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:1:"1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:2:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";s:4:"href";s:36:"http://feeds.feedburner.com/alexrabe";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:2:{s:3:"rel";s:3:"hub";s:4:"href";s:32:"http://pubsubhubbub.appspot.com/";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:42:"http://rssnamespace.org/feedburner/ext/1.0";a:1:{s:4:"info";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:1:{s:3:"uri";s:8:"alexrabe";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";a:9:{s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"etag";s:27:"g0yome336+Fl5Z/mWFC35/U427I";s:13:"last-modified";s:29:"Sun, 05 Dec 2010 12:04:31 GMT";s:4:"date";s:29:"Sun, 05 Dec 2010 12:45:21 GMT";s:7:"expires";s:29:"Sun, 05 Dec 2010 12:45:21 GMT";s:13:"cache-control";s:18:"private, max-age=0";s:22:"x-content-type-options";s:7:"nosniff";s:16:"x-xss-protection";s:13:"1; mode=block";s:6:"server";s:3:"GSE";}s:5:"build";s:14:"20090627192103";}', 'no'),
(3878, 0, '_transient_timeout_feed_mod_4fa38da71e0f5c4f921a79abe092e831', '1291596321', 'no'),
(3879, 0, '_transient_feed_mod_4fa38da71e0f5c4f921a79abe092e831', '1291553121', 'no'),
(3880, 0, 'arras_options', 'O:12:"ArrasOptions":56:{s:8:"defaults";a:49:{s:7:"version";s:7:"1.5.0.1";s:6:"donate";b:0;s:8:"feed_url";s:31:"http://www.deltalinea.com/feed/";s:17:"comments_feed_url";s:40:"http://www.deltalinea.com/comments/feed/";s:15:"footer_sidebars";i:1;s:12:"footer_title";s:9:"Copyright";s:14:"footer_message";s:49:"<p>Copyright Deltalinea. All Rights Reserved.</p>";s:11:"topnav_home";s:4:"Home";s:14:"topnav_display";s:10:"categories";s:14:"topnav_linkcat";i:0;s:15:"hide_duplicates";b:0;s:16:"enable_slideshow";b:1;s:13:"slideshow_cat";i:0;s:15:"slideshow_count";i:4;s:16:"enable_featured1";b:1;s:15:"featured1_title";s:16:"Featured Stories";s:13:"featured1_cat";i:0;s:17:"featured1_display";s:7:"default";s:15:"featured1_count";i:3;s:16:"enable_featured2";b:1;s:15:"featured2_title";s:14:"Editors'' Picks";s:13:"featured2_cat";i:0;s:17:"featured2_display";s:5:"quick";s:15:"featured2_count";i:3;s:11:"enable_news";b:1;s:10:"news_title";s:16:"Latest Headlines";s:8:"news_cat";i:0;s:12:"news_display";s:4:"line";s:11:"index_count";s:2:"10";s:15:"archive_display";s:5:"quick";s:14:"display_author";b:1;s:11:"post_author";b:1;s:9:"post_date";b:1;s:9:"post_cats";b:1;s:9:"post_tags";b:1;s:13:"single_thumbs";b:0;s:20:"single_custom_fields";s:31:"Score:score,Pros:pros,Cons:cons";s:13:"excerpt_limit";i:30;s:6:"layout";s:10:"2c-r-fixed";s:5:"style";s:7:"default";s:11:"auto_thumbs";b:1;s:18:"slideshow_posttype";s:4:"post";s:18:"featured1_posttype";s:4:"post";s:18:"featured2_posttype";s:4:"post";s:13:"news_posttype";s:4:"post";s:13:"slideshow_tax";s:8:"category";s:13:"featured1_tax";s:8:"category";s:13:"featured2_tax";s:8:"category";s:8:"news_tax";s:8:"category";}s:7:"version";s:7:"1.5.0.1";s:6:"donate";b:0;s:8:"feed_url";s:31:"http://www.deltalinea.com/feed/";s:17:"comments_feed_url";s:40:"http://www.deltalinea.com/comments/feed/";s:16:"twitter_username";s:0:"";s:16:"facebook_profile";s:0:"";s:12:"footer_title";s:9:"Copyright";s:14:"footer_message";s:49:"<p>Copyright Deltalinea. All Rights Reserved.</p>";s:11:"topnav_home";s:4:"Home";s:14:"topnav_display";s:10:"categories";s:14:"topnav_linkcat";i:0;s:15:"hide_duplicates";b:0;s:16:"enable_slideshow";b:1;s:13:"slideshow_cat";N;s:15:"slideshow_count";i:13;s:16:"enable_featured1";b:1;s:15:"featured1_title";s:0:"";s:13:"featured1_cat";N;s:17:"featured1_display";s:7:"default";s:15:"featured1_count";i:13;s:16:"enable_featured2";b:0;s:15:"featured2_title";s:14:"Editors'' Picks";s:13:"featured2_cat";N;s:17:"featured2_display";s:5:"quick";s:15:"featured2_count";i:0;s:11:"enable_news";b:0;s:10:"news_title";s:16:"Latest Headlines";s:8:"news_cat";N;s:12:"news_display";s:4:"line";s:11:"index_count";i:0;s:15:"archive_display";s:5:"quick";s:14:"display_author";b:0;s:20:"single_custom_fields";s:31:"Score:score,Pros:pros,Cons:cons";s:24:"single_custom_taxonomies";s:0:"";s:13:"excerpt_limit";i:10;s:11:"post_author";b:0;s:9:"post_date";b:0;s:9:"post_cats";b:1;s:9:"post_tags";b:0;s:14:"postbar_footer";N;s:13:"single_thumbs";b:0;s:11:"auto_thumbs";b:1;s:13:"custom_thumbs";a:5:{s:12:"single-thumb";a:2:{s:1:"w";i:620;s:1:"h";i:250;}s:13:"sidebar-thumb";a:2:{s:1:"w";i:36;s:1:"h";i:36;}s:24:"featured-slideshow-thumb";a:2:{s:1:"w";i:640;s:1:"h";i:250;}s:16:"node-based-thumb";a:2:{s:1:"w";i:195;s:1:"h";i:110;}s:19:"quick-preview-thumb";a:2:{s:1:"w";i:115;s:1:"h";i:115;}}s:6:"layout";s:10:"2c-r-fixed";s:5:"style";s:7:"default";s:4:"logo";i:152;s:15:"footer_sidebars";i:1;s:18:"slideshow_posttype";s:4:"post";s:18:"featured1_posttype";s:4:"post";s:18:"featured2_posttype";s:4:"post";s:13:"news_posttype";s:4:"post";s:13:"slideshow_tax";s:8:"category";s:13:"featured1_tax";s:8:"category";s:13:"featured2_tax";s:8:"category";s:8:"news_tax";s:8:"category";}', 'yes'),
(4582, 0, '_site_transient_theme_roots', 'a:5:{s:5:"arras";s:7:"/themes";s:7:"classic";s:7:"/themes";s:7:"default";s:7:"/themes";s:10:"photonexus";s:7:"/themes";s:9:"twentyten";s:7:"/themes";}', 'yes'),
(4583, 0, 'akismet_spam_count', '1', 'yes'),
(4584, 0, '_transient_timeout_mailserver_last_checked', '1468397573', 'no'),
(4585, 0, '_transient_mailserver_last_checked', '1', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wp_pollsa`
--

CREATE TABLE IF NOT EXISTS `wp_pollsa` (
  `polla_aid` int(10) NOT NULL AUTO_INCREMENT,
  `polla_qid` int(10) NOT NULL DEFAULT '0',
  `polla_answers` varchar(200) NOT NULL DEFAULT '',
  `polla_votes` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`polla_aid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `wp_pollsa`
--

INSERT INTO `wp_pollsa` (`polla_aid`, `polla_qid`, `polla_answers`, `polla_votes`) VALUES
(1, 1, 'Good', 0),
(2, 1, 'Excellent', 0),
(3, 1, 'Bad', 0),
(4, 1, 'Can Be Improved', 0),
(5, 1, 'No Comments', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_pollsip`
--

CREATE TABLE IF NOT EXISTS `wp_pollsip` (
  `pollip_id` int(10) NOT NULL AUTO_INCREMENT,
  `pollip_qid` varchar(10) NOT NULL DEFAULT '',
  `pollip_aid` varchar(10) NOT NULL DEFAULT '',
  `pollip_ip` varchar(100) NOT NULL DEFAULT '',
  `pollip_host` varchar(200) NOT NULL DEFAULT '',
  `pollip_timestamp` varchar(20) NOT NULL DEFAULT '0000-00-00 00:00:00',
  `pollip_user` tinytext NOT NULL,
  `pollip_userid` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`pollip_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `wp_pollsq`
--

CREATE TABLE IF NOT EXISTS `wp_pollsq` (
  `pollq_id` int(10) NOT NULL AUTO_INCREMENT,
  `pollq_question` varchar(200) NOT NULL DEFAULT '',
  `pollq_timestamp` varchar(20) NOT NULL DEFAULT '',
  `pollq_totalvotes` int(10) NOT NULL DEFAULT '0',
  `pollq_active` tinyint(1) NOT NULL DEFAULT '1',
  `pollq_expiry` varchar(20) NOT NULL DEFAULT '',
  `pollq_multiple` tinyint(3) NOT NULL DEFAULT '0',
  `pollq_totalvoters` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`pollq_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_pollsq`
--

INSERT INTO `wp_pollsq` (`pollq_id`, `pollq_question`, `pollq_timestamp`, `pollq_totalvotes`, `pollq_active`, `pollq_expiry`, `pollq_multiple`, `pollq_totalvoters`) VALUES
(1, 'How Is My Site?', '1272563406', 0, 1, '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `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=296 ;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(6, 5, '_edit_lock', '1291570455'),
(7, 5, '_edit_last', '1'),
(8, 7, '_edit_lock', '1291570475'),
(9, 7, '_edit_last', '1'),
(14, 10, '_wp_attached_file', '42.jpg'),
(15, 10, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"130";s:6:"height";s:3:"130";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:6:"42.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(16, 11, '_wp_attached_file', '42v.jpg'),
(17, 11, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"487";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''93''";s:4:"file";s:7:"42v.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"42v-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"42v-292x300.jpg";s:5:"width";s:3:"292";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(18, 12, '_wp_attached_file', '43.jpg'),
(19, 12, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"130";s:6:"height";s:3:"130";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:6:"43.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(20, 13, '_wp_attached_file', '43v.jpg'),
(21, 13, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:7:"43v.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"43v-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"43v-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(22, 14, '_wp_attached_file', '44.jpg'),
(23, 14, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"130";s:6:"height";s:3:"130";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:6:"44.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(24, 15, '_wp_attached_file', '44v.jpg'),
(25, 15, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"375";s:6:"height";s:3:"500";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:7:"44v.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"44v-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"44v-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(26, 16, '_wp_attached_file', '45.jpg'),
(27, 16, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"130";s:6:"height";s:3:"130";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:6:"45.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(28, 17, '_wp_attached_file', '45v.jpg'),
(29, 17, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:7:"45v.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"45v-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"45v-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(30, 18, '_wp_attached_file', '46.jpg'),
(31, 18, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"130";s:6:"height";s:3:"130";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:6:"46.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(32, 19, '_wp_attached_file', '46v.jpg'),
(33, 19, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"450";s:6:"height";s:3:"600";s:14:"hwstring_small";s:22:"height=''96'' width=''72''";s:4:"file";s:7:"46v.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"46v-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"46v-225x300.jpg";s:5:"width";s:3:"225";s:6:"height";s:3:"300";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(34, 20, '_wp_attached_file', '47.jpg'),
(35, 20, '_wp_attachment_metadata', 'a:5:{s:5:"width";s:3:"130";s:6:"height";s:3:"130";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:6:"47.jpg";s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(36, 21, '_wp_attached_file', '47v.jpg'),
(37, 21, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"600";s:6:"height";s:3:"450";s:14:"hwstring_small";s:23:"height=''96'' width=''128''";s:4:"file";s:7:"47v.jpg";s:5:"sizes";a:2:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"47v-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"47v-300x225.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"225";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(126, 62, '_edit_lock', '1291580872'),
(113, 57, '_edit_last', '1'),
(114, 57, '_edit_lock', '1291580889'),
(120, 60, '_edit_last', '1'),
(131, 64, '_edit_lock', '1291580545'),
(117, 57, '_wp_old_slug', ''),
(121, 60, '_edit_lock', '1291570891'),
(125, 62, '_edit_last', '1'),
(124, 60, '_wp_old_slug', ''),
(130, 64, '_edit_last', '1'),
(129, 62, '_wp_old_slug', ''),
(147, 71, '_edit_last', '1'),
(146, 69, '_wp_old_slug', ''),
(134, 64, '_wp_old_slug', ''),
(148, 71, '_edit_lock', '1291580392'),
(137, 67, '_edit_last', '1'),
(138, 67, '_edit_lock', '1291570842'),
(141, 67, '_wp_old_slug', ''),
(142, 69, '_edit_last', '1'),
(143, 69, '_edit_lock', '1291580494'),
(153, 73, '_edit_lock', '1291580223'),
(152, 73, '_edit_last', '1'),
(151, 71, '_wp_old_slug', ''),
(160, 76, '_edit_lock', '1291580251'),
(156, 73, '_wp_old_slug', ''),
(159, 76, '_edit_last', '1'),
(165, 78, '_edit_lock', '1291580228'),
(164, 78, '_edit_last', '1'),
(163, 76, '_wp_old_slug', ''),
(170, 80, '_edit_lock', '1291580056'),
(169, 80, '_edit_last', '1'),
(168, 78, '_wp_old_slug', ''),
(175, 82, '_edit_lock', '1291579817'),
(174, 82, '_edit_last', '1'),
(173, 80, '_wp_old_slug', ''),
(185, 88, '_wp_attached_file', 'ABS333313.jpg'),
(178, 82, '_wp_old_slug', ''),
(186, 88, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"300";s:6:"height";s:3:"300";s:14:"hwstring_small";s:22:"height=''96'' width=''96''";s:4:"file";s:13:"ABS333313.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:3:{s:4:"file";s:21:"ABS333313-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:12:"single-thumb";a:3:{s:4:"file";s:21:"ABS333313-300x250.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"250";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:19:"ABS333313-36x36.jpg";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:21:"ABS333313-300x250.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"250";}s:16:"node-based-thumb";a:3:{s:4:"file";s:21:"ABS333313-195x110.jpg";s:5:"width";s:3:"195";s:6:"height";s:3:"110";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:21:"ABS333313-115x115.jpg";s:5:"width";s:3:"115";s:6:"height";s:3:"115";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:11:"PictureGear";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1152002257";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(187, 82, 'image', 'http://www.deltalinea.com/wp-content/uploads/abstract.jpg'),
(195, 7, '_wp_page_template', 'default'),
(194, 5, '_wp_page_template', 'default'),
(220, 107, '_wp_attached_file', 'baner.png'),
(221, 107, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"980";s:6:"height";s:3:"101";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:9:"baner.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:17:"baner-150x101.png";s:5:"width";s:3:"150";s:6:"height";s:3:"101";}s:6:"medium";a:3:{s:4:"file";s:16:"baner-300x30.png";s:5:"width";s:3:"300";s:6:"height";s:2:"30";}s:12:"single-thumb";a:3:{s:4:"file";s:17:"baner-620x101.png";s:5:"width";s:3:"620";s:6:"height";s:3:"101";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:15:"baner-36x36.png";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:17:"baner-640x101.png";s:5:"width";s:3:"640";s:6:"height";s:3:"101";}s:16:"node-based-thumb";a:3:{s:4:"file";s:17:"baner-195x101.png";s:5:"width";s:3:"195";s:6:"height";s:3:"101";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:17:"baner-115x101.png";s:5:"width";s:3:"115";s:6:"height";s:3:"101";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(222, 108, '_wp_attached_file', 'baner1.png'),
(223, 108, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"970";s:6:"height";s:3:"101";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:10:"baner1.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"baner1-150x101.png";s:5:"width";s:3:"150";s:6:"height";s:3:"101";}s:6:"medium";a:3:{s:4:"file";s:17:"baner1-300x31.png";s:5:"width";s:3:"300";s:6:"height";s:2:"31";}s:12:"single-thumb";a:3:{s:4:"file";s:18:"baner1-620x101.png";s:5:"width";s:3:"620";s:6:"height";s:3:"101";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:16:"baner1-36x36.png";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:18:"baner1-640x101.png";s:5:"width";s:3:"640";s:6:"height";s:3:"101";}s:16:"node-based-thumb";a:3:{s:4:"file";s:18:"baner1-195x101.png";s:5:"width";s:3:"195";s:6:"height";s:3:"101";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:18:"baner1-115x101.png";s:5:"width";s:3:"115";s:6:"height";s:3:"101";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(224, 109, '_wp_attached_file', 'baner2.png'),
(225, 109, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"972";s:6:"height";s:3:"101";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:10:"baner2.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"baner2-150x101.png";s:5:"width";s:3:"150";s:6:"height";s:3:"101";}s:6:"medium";a:3:{s:4:"file";s:17:"baner2-300x31.png";s:5:"width";s:3:"300";s:6:"height";s:2:"31";}s:12:"single-thumb";a:3:{s:4:"file";s:18:"baner2-620x101.png";s:5:"width";s:3:"620";s:6:"height";s:3:"101";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:16:"baner2-36x36.png";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:18:"baner2-640x101.png";s:5:"width";s:3:"640";s:6:"height";s:3:"101";}s:16:"node-based-thumb";a:3:{s:4:"file";s:18:"baner2-195x101.png";s:5:"width";s:3:"195";s:6:"height";s:3:"101";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:18:"baner2-115x101.png";s:5:"width";s:3:"115";s:6:"height";s:3:"101";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(226, 110, '_wp_attached_file', 'abstract.jpg'),
(229, 113, '_wp_attached_file', 'bw.jpg'),
(230, 113, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''54'' width=''128''";s:4:"file";s:6:"bw.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"bw-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:14:"bw-300x128.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"128";}s:12:"single-thumb";a:3:{s:4:"file";s:14:"bw-620x250.jpg";s:5:"width";s:3:"620";s:6:"height";s:3:"250";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:12:"bw-36x36.jpg";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:14:"bw-640x250.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"250";}s:16:"node-based-thumb";a:3:{s:4:"file";s:14:"bw-195x110.jpg";s:5:"width";s:3:"195";s:6:"height";s:3:"110";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:14:"bw-115x115.jpg";s:5:"width";s:3:"115";s:6:"height";s:3:"115";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(231, 78, 'image', 'http://www.deltalinea.com/wp-content/uploads/bw.jpg'),
(239, 118, '_wp_attached_file', 'af1.jpg'),
(238, 117, '_wp_attached_file', 'af.jpg'),
(240, 118, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''54'' width=''128''";s:4:"file";s:7:"af1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"af1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"af1-300x128.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"128";}s:12:"single-thumb";a:3:{s:4:"file";s:15:"af1-620x250.jpg";s:5:"width";s:3:"620";s:6:"height";s:3:"250";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:13:"af1-36x36.jpg";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:15:"af1-640x250.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"250";}s:16:"node-based-thumb";a:3:{s:4:"file";s:15:"af1-195x110.jpg";s:5:"width";s:3:"195";s:6:"height";s:3:"110";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:15:"af1-115x115.jpg";s:5:"width";s:3:"115";s:6:"height";s:3:"115";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(241, 80, 'image', 'http://www.deltalinea.com/wp-content/uploads/af1.jpg'),
(244, 120, '_wp_attached_file', 'ci.jpg'),
(245, 120, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''54'' width=''128''";s:4:"file";s:6:"ci.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"ci-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:14:"ci-300x128.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"128";}s:12:"single-thumb";a:3:{s:4:"file";s:14:"ci-620x250.jpg";s:5:"width";s:3:"620";s:6:"height";s:3:"250";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:12:"ci-36x36.jpg";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:14:"ci-640x250.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"250";}s:16:"node-based-thumb";a:3:{s:4:"file";s:14:"ci-195x110.jpg";s:5:"width";s:3:"195";s:6:"height";s:3:"110";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:14:"ci-115x115.jpg";s:5:"width";s:3:"115";s:6:"height";s:3:"115";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(246, 76, 'image', 'http://www.deltalinea.com/wp-content/uploads/ci.jpg'),
(249, 122, '_wp_attached_file', 'la.jpg'),
(250, 123, '_wp_attached_file', 'la1.jpg'),
(251, 123, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''54'' width=''128''";s:4:"file";s:7:"la1.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"la1-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"la1-300x128.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"128";}s:12:"single-thumb";a:3:{s:4:"file";s:15:"la1-620x250.jpg";s:5:"width";s:3:"620";s:6:"height";s:3:"250";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:13:"la1-36x36.jpg";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:15:"la1-640x250.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"250";}s:16:"node-based-thumb";a:3:{s:4:"file";s:15:"la1-195x110.jpg";s:5:"width";s:3:"195";s:6:"height";s:3:"110";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:15:"la1-115x115.jpg";s:5:"width";s:3:"115";s:6:"height";s:3:"115";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(254, 73, 'image', 'http://www.deltalinea.com/wp-content/uploads/la1.jpg'),
(259, 128, '_wp_attached_file', 'ga.jpg'),
(260, 129, '_wp_attached_file', 'ga1.jpg'),
(261, 130, '_wp_attached_file', 'ga2.jpg'),
(262, 131, '_wp_attached_file', 'ga3.jpg'),
(263, 131, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''54'' width=''128''";s:4:"file";s:7:"ga3.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"ga3-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"ga3-300x128.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"128";}s:12:"single-thumb";a:3:{s:4:"file";s:15:"ga3-620x250.jpg";s:5:"width";s:3:"620";s:6:"height";s:3:"250";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:13:"ga3-36x36.jpg";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:15:"ga3-640x250.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"250";}s:16:"node-based-thumb";a:3:{s:4:"file";s:15:"ga3-195x110.jpg";s:5:"width";s:3:"195";s:6:"height";s:3:"110";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:15:"ga3-115x115.jpg";s:5:"width";s:3:"115";s:6:"height";s:3:"115";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(266, 71, 'image', 'http://www.deltalinea.com/wp-content/uploads/ga3.jpg'),
(269, 135, '_wp_attached_file', 'ma.jpg'),
(270, 136, '_wp_attached_file', 'ma1.jpg'),
(271, 137, '_wp_attached_file', 'ma2.jpg'),
(272, 137, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''54'' width=''128''";s:4:"file";s:7:"ma2.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:15:"ma2-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:15:"ma2-300x128.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"128";}s:12:"single-thumb";a:3:{s:4:"file";s:15:"ma2-620x250.jpg";s:5:"width";s:3:"620";s:6:"height";s:3:"250";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:13:"ma2-36x36.jpg";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:15:"ma2-640x250.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"250";}s:16:"node-based-thumb";a:3:{s:4:"file";s:15:"ma2-195x110.jpg";s:5:"width";s:3:"195";s:6:"height";s:3:"110";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:15:"ma2-115x115.jpg";s:5:"width";s:3:"115";s:6:"height";s:3:"115";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(273, 69, 'image', 'http://www.deltalinea.com/wp-content/uploads/ma2.jpg'),
(276, 139, '_wp_attached_file', 'ch.jpg'),
(277, 140, '_wp_attached_file', 'ch1.jpg'),
(278, 141, '_wp_attached_file', 'ch2.jpg'),
(279, 142, '_wp_attached_file', 'ch3.jpg'),
(280, 143, '_wp_attached_file', 'ci1.jpg'),
(281, 144, '_wp_attached_file', 'pr.jpg'),
(282, 145, '_wp_attached_file', 'pr1.jpg'),
(283, 146, '_wp_attached_file', 'pr2.jpg'),
(284, 147, '_wp_attached_file', 'mi.jpg'),
(285, 147, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"700";s:6:"height";s:3:"300";s:14:"hwstring_small";s:23:"height=''54'' width=''128''";s:4:"file";s:6:"mi.jpg";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:14:"mi-150x150.jpg";s:5:"width";s:3:"150";s:6:"height";s:3:"150";}s:6:"medium";a:3:{s:4:"file";s:14:"mi-300x128.jpg";s:5:"width";s:3:"300";s:6:"height";s:3:"128";}s:12:"single-thumb";a:3:{s:4:"file";s:14:"mi-620x250.jpg";s:5:"width";s:3:"620";s:6:"height";s:3:"250";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:12:"mi-36x36.jpg";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:14:"mi-640x250.jpg";s:5:"width";s:3:"640";s:6:"height";s:3:"250";}s:16:"node-based-thumb";a:3:{s:4:"file";s:14:"mi-195x110.jpg";s:5:"width";s:3:"195";s:6:"height";s:3:"110";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:14:"mi-115x115.jpg";s:5:"width";s:3:"115";s:6:"height";s:3:"115";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}'),
(286, 62, 'image', 'http://www.deltalinea.com/wp-content/uploads/mi.jpg'),
(289, 149, '_wp_attached_file', 'pr3.jpg'),
(290, 150, '_wp_attached_file', 'banerdelta.swf'),
(291, 150, '_wp_attachment_metadata', 'a:0:{}'),
(292, 151, '_wp_attached_file', 'banerdelta1.swf'),
(293, 151, '_wp_attachment_metadata', 'a:0:{}'),
(294, 152, '_wp_attached_file', 'baner3.png'),
(295, 152, '_wp_attachment_metadata', 'a:6:{s:5:"width";s:3:"972";s:6:"height";s:3:"101";s:14:"hwstring_small";s:23:"height=''13'' width=''128''";s:4:"file";s:10:"baner3.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:3:{s:4:"file";s:18:"baner3-150x101.png";s:5:"width";s:3:"150";s:6:"height";s:3:"101";}s:6:"medium";a:3:{s:4:"file";s:17:"baner3-300x31.png";s:5:"width";s:3:"300";s:6:"height";s:2:"31";}s:12:"single-thumb";a:3:{s:4:"file";s:18:"baner3-620x101.png";s:5:"width";s:3:"620";s:6:"height";s:3:"101";}s:13:"sidebar-thumb";a:3:{s:4:"file";s:16:"baner3-36x36.png";s:5:"width";s:2:"36";s:6:"height";s:2:"36";}s:24:"featured-slideshow-thumb";a:3:{s:4:"file";s:18:"baner3-640x101.png";s:5:"width";s:3:"640";s:6:"height";s:3:"101";}s:16:"node-based-thumb";a:3:{s:4:"file";s:18:"baner3-195x101.png";s:5:"width";s:3:"195";s:6:"height";s:3:"101";}s:19:"quick-preview-thumb";a:3:{s:4:"file";s:18:"baner3-115x101.png";s:5:"width";s:3:"115";s:6:"height";s:3:"101";}}s:10:"image_meta";a:10:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";}}');

-- --------------------------------------------------------

--
-- Table structure for table `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=153 ;

--
-- 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
(5, 1, '2010-04-29 16:55:46', '2010-04-29 16:55:46', '<span style="color: #000000;">Deltalinea</span>\r\n\r\nP.Komune 27/2500, 11000 N.Beograd, Belgrade, Serbia\r\n\r\ntel/fax +381 11 / 319-10-66, +381 63 / 203-374\r\n\r\n<span style="color: #000000;"><a href="../">www.deltalinea.com</a></span>\r\n\r\n<a href="mailto:nesha@deltalinea.com">nesha@deltalinea.com</a>', 'About us', '', 'publish', 'open', 'open', '', 'o-nama', '', '', '2010-12-05 17:34:13', '2010-12-05 17:34:13', '', 0, 'http://www.deltalinea.com/?page_id=5', 1, 'page', '', 0),
(6, 1, '2010-04-29 16:55:43', '2010-04-29 16:55:43', '<span style="color: #000000;">Deltalinea\n\nP.Komune 27/2500, 11000 N.Beograd, Belgrade, Serbia\n\ntel/fax +381 11 / 319-10-66, +381 63 / 203-374\n\n</span><span style="color: #000000;"><a href="../">www.deltalinea.com</a></span>\n\n<a href="mailto:nesha@deltalinea.com">nesha@deltalinea.com</a>', 'O nama', '', 'inherit', 'open', 'open', '', '5-revision', '', '', '2010-04-29 16:55:43', '2010-04-29 16:55:43', '', 5, 'http://www.deltalinea.com/?p=6', 0, 'revision', '', 0),
(7, 1, '2010-04-29 16:56:10', '2010-04-29 16:56:10', 'Deltalinea\r\n\r\nP.Komune 27/2500, 11000 N.Beograd, Belgrade, Serbia\r\n\r\ntel/fax +381 11 / 319-10-66, +381 63 / 203-374\r\n\r\n<a href="../">www.deltalinea.com</a>\r\n\r\n<a href="mailto:nesha@deltalinea.com">nesha@deltalinea.com</a>', 'Contact', '', 'publish', 'open', 'open', '', 'contact', '', '', '2010-12-05 17:34:33', '2010-12-05 17:34:33', '', 0, 'http://www.deltalinea.com/?page_id=7', 2, 'page', '', 0),
(10, 1, '2010-04-29 17:01:04', '2010-04-29 17:01:04', '', '42', '', 'inherit', 'open', 'open', '', '42', '', '', '2010-04-29 17:01:04', '2010-04-29 17:01:04', '', 0, 'http://www.deltalinea.com/wp-content/uploads/42.jpg', 0, 'attachment', 'image/jpeg', 0),
(11, 1, '2010-04-29 17:01:06', '2010-04-29 17:01:06', '', '42v', '', 'inherit', 'open', 'open', '', '42v', '', '', '2010-04-29 17:01:06', '2010-04-29 17:01:06', '', 0, 'http://www.deltalinea.com/wp-content/uploads/42v.jpg', 0, 'attachment', 'image/jpeg', 0),
(12, 1, '2010-04-29 17:01:07', '2010-04-29 17:01:07', '', '43', '', 'inherit', 'open', 'open', '', '43', '', '', '2010-04-29 17:01:07', '2010-04-29 17:01:07', '', 0, 'http://www.deltalinea.com/wp-content/uploads/43.jpg', 0, 'attachment', 'image/jpeg', 0),
(13, 1, '2010-04-29 17:01:09', '2010-04-29 17:01:09', '', '43v', '', 'inherit', 'open', 'open', '', '43v', '', '', '2010-04-29 17:01:09', '2010-04-29 17:01:09', '', 0, 'http://www.deltalinea.com/wp-content/uploads/43v.jpg', 0, 'attachment', 'image/jpeg', 0),
(14, 1, '2010-04-29 17:01:10', '2010-04-29 17:01:10', '', '44', '', 'inherit', 'open', 'open', '', '44', '', '', '2010-04-29 17:01:10', '2010-04-29 17:01:10', '', 0, 'http://www.deltalinea.com/wp-content/uploads/44.jpg', 0, 'attachment', 'image/jpeg', 0),
(15, 1, '2010-04-29 17:01:12', '2010-04-29 17:01:12', '', '44v', '', 'inherit', 'open', 'open', '', '44v', '', '', '2010-04-29 17:01:12', '2010-04-29 17:01:12', '', 0, 'http://www.deltalinea.com/wp-content/uploads/44v.jpg', 0, 'attachment', 'image/jpeg', 0),
(16, 1, '2010-04-29 17:01:13', '2010-04-29 17:01:13', '', '45', '', 'inherit', 'open', 'open', '', '45', '', '', '2010-04-29 17:01:13', '2010-04-29 17:01:13', '', 0, 'http://www.deltalinea.com/wp-content/uploads/45.jpg', 0, 'attachment', 'image/jpeg', 0),
(17, 1, '2010-04-29 17:01:14', '2010-04-29 17:01:14', '', '45v', '', 'inherit', 'open', 'open', '', '45v', '', '', '2010-04-29 17:01:14', '2010-04-29 17:01:14', '', 0, 'http://www.deltalinea.com/wp-content/uploads/45v.jpg', 0, 'attachment', 'image/jpeg', 0),
(18, 1, '2010-04-29 17:01:15', '2010-04-29 17:01:15', '', '46', '', 'inherit', 'open', 'open', '', '46', '', '', '2010-04-29 17:01:15', '2010-04-29 17:01:15', '', 0, 'http://www.deltalinea.com/wp-content/uploads/46.jpg', 0, 'attachment', 'image/jpeg', 0),
(19, 1, '2010-04-29 17:01:16', '2010-04-29 17:01:16', '', '46v', '', 'inherit', 'open', 'open', '', '46v', '', '', '2010-04-29 17:01:16', '2010-04-29 17:01:16', '', 0, 'http://www.deltalinea.com/wp-content/uploads/46v.jpg', 0, 'attachment', 'image/jpeg', 0),
(20, 1, '2010-04-29 17:01:17', '2010-04-29 17:01:17', '', '47', '', 'inherit', 'open', 'open', '', '47', '', '', '2010-04-29 17:01:17', '2010-04-29 17:01:17', '', 0, 'http://www.deltalinea.com/wp-content/uploads/47.jpg', 0, 'attachment', 'image/jpeg', 0),
(21, 1, '2010-04-29 17:01:18', '2010-04-29 17:01:18', '', '47v', '', 'inherit', 'open', 'open', '', '47v', '', '', '2010-04-29 17:01:18', '2010-04-29 17:01:18', '', 0, 'http://www.deltalinea.com/wp-content/uploads/47v.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2010-12-05 00:25:21', '0000-00-00 00:00:00', '', 'Automatski nacrt', '', 'auto-draft', 'open', 'open', '', '', '', '', '2010-12-05 00:25:21', '0000-00-00 00:00:00', '', 0, 'http://www.deltalinea.com/?p=50', 0, 'post', '', 0),
(57, 1, '2010-12-05 12:17:50', '2010-12-05 12:17:50', '', 'Promotions', '', 'publish', 'closed', 'closed', '', 'promotions', '', '', '2010-12-05 17:41:44', '2010-12-05 17:41:44', '', 0, 'http://www.deltalinea.com/?p=57', 0, 'post', '', 0),
(58, 1, '2010-12-05 12:17:27', '2010-12-05 12:17:27', '', 'Promotions', '', 'inherit', 'open', 'open', '', '57-revision', '', '', '2010-12-05 12:17:27', '2010-12-05 12:17:27', '', 57, 'http://www.deltalinea.com/57-revision/', 0, 'revision', '', 0),
(59, 1, '2010-12-05 12:17:50', '2010-12-05 12:17:50', '', 'Promotions', '', 'inherit', 'open', 'open', '', '57-revision-2', '', '', '2010-12-05 12:17:50', '2010-12-05 12:17:50', '', 57, 'http://www.deltalinea.com/57-revision-2/', 0, 'revision', '', 0),
(60, 1, '2010-12-05 12:19:01', '2010-12-05 12:19:01', '', 'Giant art', '', 'publish', 'closed', 'closed', '', 'giant-art', '', '', '2010-12-05 17:41:30', '2010-12-05 17:41:30', '', 0, 'http://www.deltalinea.com/?p=60', 0, 'post', '', 0),
(61, 1, '2010-12-05 12:18:36', '2010-12-05 12:18:36', '', 'Giant art', '', 'inherit', 'open', 'open', '', '60-revision', '', '', '2010-12-05 12:18:36', '2010-12-05 12:18:36', '', 60, 'http://www.deltalinea.com/60-revision/', 0, 'revision', '', 0),
(62, 1, '2010-12-05 12:19:45', '2010-12-05 12:19:45', '<a href="http://www.deltalinea.com/wp-content/uploads/mi.jpg"><img class="aligncenter size-full wp-image-147" title="mi" src="http://www.deltalinea.com/wp-content/uploads/mi.jpg" alt="" width="600" height="257" /></a>', 'Miniatures', '', 'publish', 'closed', 'closed', '', 'miniatures', '', '', '2010-12-05 20:27:50', '2010-12-05 20:27:50', '', 0, 'http://www.deltalinea.com/?p=62', 0, 'post', '', 0),
(63, 1, '2010-12-05 12:19:27', '2010-12-05 12:19:27', '', 'Mini', '', 'inherit', 'open', 'open', '', '62-revision', '', '', '2010-12-05 12:19:27', '2010-12-05 12:19:27', '', 62, 'http://www.deltalinea.com/62-revision/', 0, 'revision', '', 0),
(64, 1, '2010-12-05 12:20:39', '2010-12-05 12:20:39', '', 'Children', '', 'publish', 'closed', 'closed', '', 'children', '', '', '2010-12-05 17:40:56', '2010-12-05 17:40:56', '', 0, 'http://www.deltalinea.com/?p=64', 0, 'post', '', 0),
(65, 1, '2010-12-05 12:20:24', '2010-12-05 12:20:24', '', 'Children', '', 'inherit', 'open', 'open', '', '64-revision', '', '', '2010-12-05 12:20:24', '2010-12-05 12:20:24', '', 64, 'http://www.deltalinea.com/64-revision/', 0, 'revision', '', 0),
(66, 1, '2010-12-05 12:20:39', '2010-12-05 12:20:39', '', 'Children', '', 'inherit', 'open', 'open', '', '64-revision-2', '', '', '2010-12-05 12:20:39', '2010-12-05 12:20:39', '', 64, 'http://www.deltalinea.com/64-revision-2/', 0, 'revision', '', 0),
(67, 1, '2010-12-05 12:21:49', '2010-12-05 12:21:49', '', '3D Posters', '', 'publish', 'closed', 'closed', '', '3d-posters', '', '', '2010-12-05 17:40:41', '2010-12-05 17:40:41', '', 0, 'http://www.deltalinea.com/?p=67', 0, 'post', '', 0),
(68, 1, '2010-12-05 12:21:39', '2010-12-05 12:21:39', '', '3D Posters', '', 'inherit', 'open', 'open', '', '67-revision', '', '', '2010-12-05 12:21:39', '2010-12-05 12:21:39', '', 67, 'http://www.deltalinea.com/67-revision/', 0, 'revision', '', 0),
(69, 1, '2010-12-05 12:23:43', '2010-12-05 12:23:43', '<a href="http://www.deltalinea.com/wp-content/uploads/ma2.jpg"><img class="aligncenter size-full wp-image-137" title="ma" src="http://www.deltalinea.com/wp-content/uploads/ma2.jpg" alt="" width="600" height="257" /></a>', 'Museum art', '', 'publish', 'closed', 'closed', '', 'museum-art', '', '', '2010-12-05 20:21:33', '2010-12-05 20:21:33', '', 0, 'http://www.deltalinea.com/?p=69', 0, 'post', '', 0),
(70, 1, '2010-12-05 12:22:18', '2010-12-05 12:22:18', '', 'Museum art', '', 'inherit', 'open', 'open', '', '69-revision', '', '', '2010-12-05 12:22:18', '2010-12-05 12:22:18', '', 69, 'http://www.deltalinea.com/69-revision/', 0, 'revision', '', 0),
(71, 1, '2010-12-05 12:26:11', '2010-12-05 12:26:11', '<a href="http://www.deltalinea.com/wp-content/uploads/ga3.jpg"><img class="aligncenter size-full wp-image-131" title="ga" src="http://www.deltalinea.com/wp-content/uploads/ga3.jpg" alt="" width="603" height="258" /></a>', 'Gallery art', '', 'publish', 'closed', 'closed', '', 'gallery-art', '', '', '2010-12-05 20:19:52', '2010-12-05 20:19:52', '', 0, 'http://www.deltalinea.com/?p=71', 0, 'post', '', 0),
(72, 1, '2010-12-05 12:25:30', '2010-12-05 12:25:30', '', 'Gallery art', '', 'inherit', 'open', 'open', '', '71-revision', '', '', '2010-12-05 12:25:30', '2010-12-05 12:25:30', '', 71, 'http://www.deltalinea.com/71-revision/', 0, 'revision', '', 0),
(73, 1, '2010-12-05 12:27:29', '2010-12-05 12:27:29', '<a href="http://www.deltalinea.com/wp-content/uploads/la1.jpg"><img class="aligncenter size-full wp-image-123" title="la" src="http://www.deltalinea.com/wp-content/uploads/la1.jpg" alt="" width="600" height="257" /></a>', 'Landscape', '', 'publish', 'closed', 'closed', '', 'landscape', '', '', '2010-12-05 20:17:02', '2010-12-05 20:17:02', '', 0, 'http://www.deltalinea.com/?p=73', 0, 'post', '', 0),
(74, 1, '2010-12-05 12:27:24', '2010-12-05 12:27:24', '', 'Landscape', '', 'inherit', 'open', 'open', '', '73-revision', '', '', '2010-12-05 12:27:24', '2010-12-05 12:27:24', '', 73, 'http://www.deltalinea.com/73-revision/', 0, 'revision', '', 0),
(75, 1, '2010-12-05 12:27:29', '2010-12-05 12:27:29', '', 'Landscape', '', 'inherit', 'open', 'open', '', '73-revision-2', '', '', '2010-12-05 12:27:29', '2010-12-05 12:27:29', '', 73, 'http://www.deltalinea.com/73-revision-2/', 0, 'revision', '', 0),
(76, 1, '2010-12-05 12:30:42', '2010-12-05 12:30:42', '<a href="http://www.deltalinea.com/wp-content/uploads/ci.jpg"><img class="aligncenter size-full wp-image-120" title="ci" src="http://www.deltalinea.com/wp-content/uploads/ci.jpg" alt="" width="600" height="257" /></a>', 'City', '', 'publish', 'closed', 'closed', '', 'city', '', '', '2010-12-05 20:17:31', '2010-12-05 20:17:31', '', 0, 'http://www.deltalinea.com/?p=76', 0, 'post', '', 0),
(77, 1, '2010-12-05 12:30:08', '2010-12-05 12:30:08', '', 'City', '', 'inherit', 'open', 'open', '', '76-revision', '', '', '2010-12-05 12:30:08', '2010-12-05 12:30:08', '', 76, 'http://www.deltalinea.com/76-revision/', 0, 'revision', '', 0),
(78, 1, '2010-12-05 12:34:41', '2010-12-05 12:34:41', '<a href="http://www.deltalinea.com/wp-content/uploads/bw.jpg"><img class="aligncenter size-full wp-image-113" title="bw" src="http://www.deltalinea.com/wp-content/uploads/bw.jpg" alt="" width="600" height="257" /></a>', 'Black & White ', '', 'publish', 'closed', 'closed', '', 'black-white', '', '', '2010-12-05 20:12:30', '2010-12-05 20:12:30', '', 0, 'http://www.deltalinea.com/?p=78', 0, 'post', '', 0),
(79, 1, '2010-12-05 12:34:35', '2010-12-05 12:34:35', '', 'Black & White ', '', 'inherit', 'open', 'open', '', '78-revision', '', '', '2010-12-05 12:34:35', '2010-12-05 12:34:35', '', 78, 'http://www.deltalinea.com/78-revision/', 0, 'revision', '', 0),
(80, 1, '2010-12-05 12:37:42', '2010-12-05 12:37:42', '<a href="http://www.deltalinea.com/wp-content/uploads/af1.jpg"><img class="aligncenter size-full wp-image-118" title="af" src="http://www.deltalinea.com/wp-content/uploads/af1.jpg" alt="" width="600" height="257" /></a>', 'African', '', 'publish', 'closed', 'closed', '', 'african', '', '', '2010-12-05 20:14:15', '2010-12-05 20:14:15', '', 0, 'http://www.deltalinea.com/?p=80', 0, 'post', '', 0),
(81, 1, '2010-12-05 12:35:36', '2010-12-05 12:35:36', '', 'African', '', 'inherit', 'open', 'open', '', '80-revision', '', '', '2010-12-05 12:35:36', '2010-12-05 12:35:36', '', 80, 'http://www.deltalinea.com/80-revision/', 0, 'revision', '', 0),
(82, 1, '2010-12-05 12:41:37', '2010-12-05 12:41:37', '[nggallery id=2]', 'Abstract', '', 'publish', 'closed', 'closed', '', 'abstract', '', '', '2010-12-05 20:10:15', '2010-12-05 20:10:15', '', 0, 'http://www.deltalinea.com/?p=82', 0, 'post', '', 0),
(83, 1, '2010-12-05 12:41:27', '2010-12-05 12:41:27', '', 'Abstract\n', '', 'inherit', 'open', 'open', '', '82-revision', '', '', '2010-12-05 12:41:27', '2010-12-05 12:41:27', '', 82, 'http://www.deltalinea.com/82-revision/', 0, 'revision', '', 0),
(84, 1, '2010-12-05 12:41:37', '2010-12-05 12:41:37', '', 'Abstract\r\n', '', 'inherit', 'open', 'open', '', '82-revision-2', '', '', '2010-12-05 12:41:37', '2010-12-05 12:41:37', '', 82, 'http://www.deltalinea.com/82-revision-2/', 0, 'revision', '', 0),
(85, 1, '2010-12-05 20:07:30', '2010-12-05 20:07:30', '<a href="http://www.deltalinea.com/wp-content/uploads/ABS333313.jpg"><img class="alignnone size-full wp-image-88" title="ABS333313" src="http://www.deltalinea.com/wp-content/uploads/ABS333313.jpg" alt="" width="300" height="300" /></a>\n\n[nggallery id=2]', 'Abstract', '', 'inherit', 'open', 'open', '', '82-autosave', '', '', '2010-12-05 20:07:30', '2010-12-05 20:07:30', '', 82, 'http://www.deltalinea.com/82-autosave/', 0, 'revision', '', 0),
(86, 1, '2010-12-05 12:50:55', '2010-12-05 12:50:55', '[nggallery id=1]', 'Abstract', '', 'inherit', 'open', 'open', '', '82-revision-3', '', '', '2010-12-05 12:50:55', '2010-12-05 12:50:55', '', 82, 'http://www.deltalinea.com/82-revision-3/', 0, 'revision', '', 0),
(87, 1, '2010-12-05 12:52:06', '2010-12-05 12:52:06', '100x100 cm\r\n\r\n[nggallery id=1]', 'Abstract', '', 'inherit', 'open', 'open', '', '82-revision-4', '', '', '2010-12-05 12:52:06', '2010-12-05 12:52:06', '', 82, 'http://www.deltalinea.com/82-revision-4/', 0, 'revision', '', 0),
(88, 1, '2010-12-05 12:57:03', '2010-12-05 12:57:03', '', 'ABS333313', '', 'inherit', 'open', 'open', '', 'abs333313', '', '', '2010-12-05 12:57:03', '2010-12-05 12:57:03', '', 82, 'http://www.deltalinea.com/wp-content/uploads/ABS333313.jpg', 0, 'attachment', 'image/jpeg', 0),
(89, 1, '2010-12-05 12:52:39', '2010-12-05 12:52:39', '100x100 cm\r\n\r\n[nggallery id=1]\r\n\r\n200x200 cm\r\n\r\n[nggallery id=2]', 'Abstract', '', 'inherit', 'open', 'open', '', '82-revision-5', '', '', '2010-12-05 12:52:39', '2010-12-05 12:52:39', '', 82, 'http://www.deltalinea.com/82-revision-5/', 0, 'revision', '', 0),
(112, 1, '2010-12-05 20:10:32', '0000-00-00 00:00:00', '', 'Automatski nacrt', '', 'auto-draft', 'open', 'open', '', '', '', '', '2010-12-05 20:10:32', '0000-00-00 00:00:00', '', 0, 'http://www.deltalinea.com/?p=112', 0, 'post', '', 0),
(113, 1, '2010-12-05 20:11:19', '2010-12-05 20:11:19', '', 'bw', '', 'inherit', 'open', 'open', '', 'bw', '', '', '2010-12-05 20:11:19', '2010-12-05 20:11:19', '', 78, 'http://www.deltalinea.com/wp-content/uploads/bw.jpg', 0, 'attachment', 'image/jpeg', 0),
(91, 1, '2010-12-05 12:19:45', '2010-12-05 12:19:45', '', 'Miniatures', '', 'inherit', 'open', 'open', '', '62-revision-2', '', '', '2010-12-05 12:19:45', '2010-12-05 12:19:45', '', 62, 'http://www.deltalinea.com/62-revision-2/', 0, 'revision', '', 0),
(90, 1, '2010-12-05 12:57:35', '2010-12-05 12:57:35', '100x100 cm<a href="http://www.deltalinea.com/wp-content/uploads/ABS333313.jpg"><img class="alignnone size-full wp-image-88" title="ABS333313" src="http://www.deltalinea.com/wp-content/uploads/ABS333313.jpg" alt="" width="300" height="300" /></a>\r\n\r\n[nggallery id=1]\r\n\r\n200x200 cm\r\n\r\n[nggallery id=2]', 'Abstract', '', 'inherit', 'open', 'open', '', '82-revision-6', '', '', '2010-12-05 12:57:35', '2010-12-05 12:57:35', '', 82, 'http://www.deltalinea.com/82-revision-6/', 0, 'revision', '', 0),
(92, 1, '2010-04-29 16:55:46', '2010-04-29 16:55:46', '<span style="color: #000000;">Deltalinea\r\n\r\nP.Komune 27/2500, 11000 N.Beograd, Belgrade, Serbia\r\n\r\ntel/fax +381 11 / 319-10-66, +381 63 / 203-374\r\n\r\n</span><span style="color: #000000;"><a href="../">www.deltalinea.com</a></span>\r\n\r\n<a href="mailto:nesha@deltalinea.com">nesha@deltalinea.com</a>', 'O nama', '', 'inherit', 'open', 'open', '', '5-revision-2', '', '', '2010-04-29 16:55:46', '2010-04-29 16:55:46', '', 5, 'http://www.deltalinea.com/5-revision-2/', 0, 'revision', '', 0),
(93, 1, '2010-12-05 17:34:06', '2010-12-05 17:34:06', '<span style="color: #000000;">Deltalinea</span>\r\n\r\nP.Komune 27/2500, 11000 N.Beograd, Belgrade, Serbia\r\n\r\ntel/fax +381 11 / 319-10-66, +381 63 / 203-374\r\n\r\n<span style="color: #000000;"><a href="../">www.deltalinea.com</a></span>\r\n\r\n<a href="mailto:nesha@deltalinea.com">nesha@deltalinea.com</a>', 'About us', '', 'inherit', 'open', 'open', '', '5-revision-3', '', '', '2010-12-05 17:34:06', '2010-12-05 17:34:06', '', 5, 'http://www.deltalinea.com/5-revision-3/', 0, 'revision', '', 0),
(94, 1, '2010-04-29 16:56:10', '2010-04-29 16:56:10', 'Deltalinea\r\n\r\nP.Komune 27/2500, 11000 N.Beograd, Belgrade, Serbia\r\n\r\ntel/fax +381 11 / 319-10-66, +381 63 / 203-374\r\n\r\n<a href="../">www.deltalinea.com</a>\r\n\r\n<a href="mailto:nesha@deltalinea.com">nesha@deltalinea.com</a>', 'Kontakt', '', 'inherit', 'open', 'open', '', '7-revision', '', '', '2010-04-29 16:56:10', '2010-04-29 16:56:10', '', 7, 'http://www.deltalinea.com/7-revision/', 0, 'revision', '', 0),
(95, 1, '2010-12-05 13:01:22', '2010-12-05 13:01:22', '<a href="http://www.deltalinea.com/wp-content/uploads/ABS333313.jpg"><img class="alignnone size-full wp-image-88" title="ABS333313" src="http://www.deltalinea.com/wp-content/uploads/ABS333313.jpg" alt="" width="300" height="300" /></a>\r\n\r\n[nggallery id=2]', 'Abstract', '', 'inherit', 'open', 'open', '', '82-revision-7', '', '', '2010-12-05 13:01:22', '2010-12-05 13:01:22', '', 82, 'http://www.deltalinea.com/82-revision-7/', 0, 'revision', '', 0),
(96, 1, '2010-12-05 12:37:42', '2010-12-05 12:37:42', '', 'African', '', 'inherit', 'open', 'open', '', '80-revision-2', '', '', '2010-12-05 12:37:42', '2010-12-05 12:37:42', '', 80, 'http://www.deltalinea.com/80-revision-2/', 0, 'revision', '', 0),
(97, 1, '2010-12-05 12:34:41', '2010-12-05 12:34:41', '', 'Black & White ', '', 'inherit', 'open', 'open', '', '78-revision-2', '', '', '2010-12-05 12:34:41', '2010-12-05 12:34:41', '', 78, 'http://www.deltalinea.com/78-revision-2/', 0, 'revision', '', 0),
(98, 1, '2010-12-05 12:30:42', '2010-12-05 12:30:42', '', 'City', '', 'inherit', 'open', 'open', '', '76-revision-2', '', '', '2010-12-05 12:30:42', '2010-12-05 12:30:42', '', 76, 'http://www.deltalinea.com/76-revision-2/', 0, 'revision', '', 0),
(99, 1, '2010-12-05 12:28:25', '2010-12-05 12:28:25', '', 'Landscape', '', 'inherit', 'open', 'open', '', '73-revision-3', '', '', '2010-12-05 12:28:25', '2010-12-05 12:28:25', '', 73, 'http://www.deltalinea.com/73-revision-3/', 0, 'revision', '', 0),
(100, 1, '2010-12-05 12:26:11', '2010-12-05 12:26:11', '', 'Gallery art', '', 'inherit', 'open', 'open', '', '71-revision-2', '', '', '2010-12-05 12:26:11', '2010-12-05 12:26:11', '', 71, 'http://www.deltalinea.com/71-revision-2/', 0, 'revision', '', 0),
(101, 1, '2010-12-05 12:23:44', '2010-12-05 12:23:44', '', 'Museum art', '', 'inherit', 'open', 'open', '', '69-revision-2', '', '', '2010-12-05 12:23:44', '2010-12-05 12:23:44', '', 69, 'http://www.deltalinea.com/69-revision-2/', 0, 'revision', '', 0),
(102, 1, '2010-12-05 12:21:49', '2010-12-05 12:21:49', '', '3D Posters', '', 'inherit', 'open', 'open', '', '67-revision-2', '', '', '2010-12-05 12:21:49', '2010-12-05 12:21:49', '', 67, 'http://www.deltalinea.com/67-revision-2/', 0, 'revision', '', 0),
(103, 1, '2010-12-05 12:21:06', '2010-12-05 12:21:06', '', 'Children', '', 'inherit', 'open', 'open', '', '64-revision-3', '', '', '2010-12-05 12:21:06', '2010-12-05 12:21:06', '', 64, 'http://www.deltalinea.com/64-revision-3/', 0, 'revision', '', 0),
(104, 1, '2010-12-05 13:08:04', '2010-12-05 13:08:04', '', 'Miniatures', '', 'inherit', 'open', 'open', '', '62-revision-3', '', '', '2010-12-05 13:08:04', '2010-12-05 13:08:04', '', 62, 'http://www.deltalinea.com/62-revision-3/', 0, 'revision', '', 0),
(105, 1, '2010-12-05 12:19:01', '2010-12-05 12:19:01', '', 'Giant art', '', 'inherit', 'open', 'open', '', '60-revision-2', '', '', '2010-12-05 12:19:01', '2010-12-05 12:19:01', '', 60, 'http://www.deltalinea.com/60-revision-2/', 0, 'revision', '', 0),
(106, 1, '2010-12-05 12:17:54', '2010-12-05 12:17:54', '', 'Promotions', '', 'inherit', 'open', 'open', '', '57-revision-3', '', '', '2010-12-05 12:17:54', '2010-12-05 12:17:54', '', 57, 'http://www.deltalinea.com/57-revision-3/', 0, 'revision', '', 0),
(107, 1, '2010-12-05 19:59:41', '2010-12-05 19:59:41', 'http://www.deltalinea.com/wp-content/uploads/baner.png', 'baner.png', '', 'inherit', 'open', 'open', '', 'baner-png', '', '', '2010-12-05 19:59:41', '2010-12-05 19:59:41', '', 0, 'http://www.deltalinea.com/wp-content/uploads/baner.png', 0, 'attachment', 'image/png', 0),
(108, 1, '2010-12-05 20:01:10', '2010-12-05 20:01:10', 'http://www.deltalinea.com/wp-content/uploads/baner1.png', 'baner1.png', '', 'inherit', 'open', 'open', '', 'baner1-png', '', '', '2010-12-05 20:01:10', '2010-12-05 20:01:10', '', 0, 'http://www.deltalinea.com/wp-content/uploads/baner1.png', 0, 'attachment', 'image/png', 0),
(109, 1, '2010-12-05 20:02:06', '2010-12-05 20:02:06', 'http://www.deltalinea.com/wp-content/uploads/baner2.png', 'baner2.png', '', 'inherit', 'open', 'open', '', 'baner2-png', '', '', '2010-12-05 20:02:06', '2010-12-05 20:02:06', '', 0, 'http://www.deltalinea.com/wp-content/uploads/baner2.png', 0, 'attachment', 'image/png', 0),
(110, 1, '2010-12-05 20:09:45', '2010-12-05 20:09:45', '', 'abstract', '', 'inherit', 'open', 'open', '', 'abstract-2', '', '', '2010-12-05 20:09:45', '2010-12-05 20:09:45', '', 82, 'http://www.deltalinea.com/wp-content/uploads/abstract.jpg', 0, 'attachment', 'image/jpeg', 0),
(111, 1, '2010-12-05 17:38:22', '2010-12-05 17:38:22', '<a href="http://www.deltalinea.com/wp-content/uploads/ABS333313.jpg"><img class="alignnone size-full wp-image-88" title="ABS333313" src="http://www.deltalinea.com/wp-content/uploads/ABS333313.jpg" alt="" width="300" height="300" /></a>\r\n\r\n[nggallery id=2]', 'Abstract', '', 'inherit', 'open', 'open', '', '82-revision-8', '', '', '2010-12-05 17:38:22', '2010-12-05 17:38:22', '', 82, 'http://www.deltalinea.com/82-revision-8/', 0, 'revision', '', 0),
(114, 1, '2010-12-05 17:39:20', '2010-12-05 17:39:20', '', 'Black & White ', '', 'inherit', 'open', 'open', '', '78-revision-3', '', '', '2010-12-05 17:39:20', '2010-12-05 17:39:20', '', 78, 'http://www.deltalinea.com/78-revision-3/', 0, 'revision', '', 0),
(115, 1, '2010-12-05 20:11:40', '2010-12-05 20:11:40', '<a href="http://www.deltalinea.com/wp-content/uploads/bw.jpg"><img class="aligncenter size-full wp-image-113" title="bw" src="http://www.deltalinea.com/wp-content/uploads/bw.jpg" alt="" width="700" height="300" /></a>', 'Black & White ', '', 'inherit', 'open', 'open', '', '78-revision-4', '', '', '2010-12-05 20:11:40', '2010-12-05 20:11:40', '', 78, 'http://www.deltalinea.com/78-revision-4/', 0, 'revision', '', 0),
(116, 1, '2010-12-05 20:12:22', '2010-12-05 20:12:22', '<a href="http://www.deltalinea.com/wp-content/uploads/bw.jpg"><img class="aligncenter size-full wp-image-113" title="bw" src="http://www.deltalinea.com/wp-content/uploads/bw.jpg" alt="" width="600" height="257" /></a>', 'Black & White ', '', 'inherit', 'open', 'open', '', '78-revision-5', '', '', '2010-12-05 20:12:22', '2010-12-05 20:12:22', '', 78, 'http://www.deltalinea.com/78-revision-5/', 0, 'revision', '', 0),
(117, 1, '2010-12-05 20:13:43', '2010-12-05 20:13:43', '', 'af', '', 'inherit', 'open', 'open', '', 'af', '', '', '2010-12-05 20:13:43', '2010-12-05 20:13:43', '', 80, 'http://www.deltalinea.com/wp-content/uploads/af.jpg', 0, 'attachment', 'image/jpeg', 0),
(118, 1, '2010-12-05 20:13:54', '2010-12-05 20:13:54', '', 'af', '', 'inherit', 'open', 'open', '', 'af-2', '', '', '2010-12-05 20:13:54', '2010-12-05 20:13:54', '', 80, 'http://www.deltalinea.com/wp-content/uploads/af1.jpg', 0, 'attachment', 'image/jpeg', 0),
(119, 1, '2010-12-05 17:39:02', '2010-12-05 17:39:02', '', 'African', '', 'inherit', 'open', 'open', '', '80-revision-3', '', '', '2010-12-05 17:39:02', '2010-12-05 17:39:02', '', 80, 'http://www.deltalinea.com/80-revision-3/', 0, 'revision', '', 0),
(120, 1, '2010-12-05 20:15:34', '2010-12-05 20:15:34', '', 'ci', '', 'inherit', 'open', 'open', '', 'ci', '', '', '2010-12-05 20:15:34', '2010-12-05 20:15:34', '', 76, 'http://www.deltalinea.com/wp-content/uploads/ci.jpg', 0, 'attachment', 'image/jpeg', 0),
(121, 1, '2010-12-05 17:39:34', '2010-12-05 17:39:34', '', 'City', '', 'inherit', 'open', 'open', '', '76-revision-3', '', '', '2010-12-05 17:39:34', '2010-12-05 17:39:34', '', 76, 'http://www.deltalinea.com/76-revision-3/', 0, 'revision', '', 0),
(122, 1, '2010-12-05 20:16:29', '2010-12-05 20:16:29', '', 'la', '', 'inherit', 'open', 'open', '', 'la', '', '', '2010-12-05 20:16:29', '2010-12-05 20:16:29', '', 73, 'http://www.deltalinea.com/wp-content/uploads/la.jpg', 0, 'attachment', 'image/jpeg', 0),
(123, 1, '2010-12-05 20:16:41', '2010-12-05 20:16:41', '', 'la', '', 'inherit', 'open', 'open', '', 'la-2', '', '', '2010-12-05 20:16:41', '2010-12-05 20:16:41', '', 73, 'http://www.deltalinea.com/wp-content/uploads/la1.jpg', 0, 'attachment', 'image/jpeg', 0),
(124, 1, '2010-12-05 20:16:55', '2010-12-05 20:16:55', '<a href="http://www.deltalinea.com/wp-content/uploads/la1.jpg"><img class="aligncenter size-full wp-image-123" title="la" src="http://www.deltalinea.com/wp-content/uploads/la1.jpg" alt="" width="700" height="300" /></a>', 'Landscape', '', 'inherit', 'open', 'open', '', '73-autosave', '', '', '2010-12-05 20:16:55', '2010-12-05 20:16:55', '', 73, 'http://www.deltalinea.com/73-autosave/', 0, 'revision', '', 0),
(125, 1, '2010-12-05 17:39:48', '2010-12-05 17:39:48', '', 'Landscape', '', 'inherit', 'open', 'open', '', '73-revision-4', '', '', '2010-12-05 17:39:48', '2010-12-05 17:39:48', '', 73, 'http://www.deltalinea.com/73-revision-4/', 0, 'revision', '', 0),
(126, 1, '2010-12-05 20:16:56', '2010-12-05 20:16:56', '<a href="http://www.deltalinea.com/wp-content/uploads/la1.jpg"><img class="aligncenter size-full wp-image-123" title="la" src="http://www.deltalinea.com/wp-content/uploads/la1.jpg" alt="" width="600" height="257" /></a>', 'Landscape', '', 'inherit', 'open', 'open', '', '73-revision-5', '', '', '2010-12-05 20:16:56', '2010-12-05 20:16:56', '', 73, 'http://www.deltalinea.com/73-revision-5/', 0, 'revision', '', 0),
(127, 1, '2010-12-05 20:15:48', '2010-12-05 20:15:48', '<a href="http://www.deltalinea.com/wp-content/uploads/ci.jpg"><img class="aligncenter size-full wp-image-120" title="ci" src="http://www.deltalinea.com/wp-content/uploads/ci.jpg" alt="" width="700" height="300" /></a>', 'City', '', 'inherit', 'open', 'open', '', '76-revision-4', '', '', '2010-12-05 20:15:48', '2010-12-05 20:15:48', '', 76, 'http://www.deltalinea.com/76-revision-4/', 0, 'revision', '', 0),
(128, 1, '2010-12-05 20:18:33', '2010-12-05 20:18:33', '', 'ga', '', 'inherit', 'open', 'open', '', 'ga', '', '', '2010-12-05 20:18:33', '2010-12-05 20:18:33', '', 71, 'http://www.deltalinea.com/wp-content/uploads/ga.jpg', 0, 'attachment', 'image/jpeg', 0),
(129, 1, '2010-12-05 20:18:43', '2010-12-05 20:18:43', '', 'ga', '', 'inherit', 'open', 'open', '', 'ga-2', '', '', '2010-12-05 20:18:43', '2010-12-05 20:18:43', '', 71, 'http://www.deltalinea.com/wp-content/uploads/ga1.jpg', 0, 'attachment', 'image/jpeg', 0),
(130, 1, '2010-12-05 20:18:53', '2010-12-05 20:18:53', '', 'ga', '', 'inherit', 'open', 'open', '', 'ga-3', '', '', '2010-12-05 20:18:53', '2010-12-05 20:18:53', '', 71, 'http://www.deltalinea.com/wp-content/uploads/ga2.jpg', 0, 'attachment', 'image/jpeg', 0),
(131, 1, '2010-12-05 20:19:26', '2010-12-05 20:19:26', '', 'ga', '', 'inherit', 'open', 'open', '', 'ga-4', '', '', '2010-12-05 20:19:26', '2010-12-05 20:19:26', '', 71, 'http://www.deltalinea.com/wp-content/uploads/ga3.jpg', 0, 'attachment', 'image/jpeg', 0),
(132, 1, '2010-12-05 20:19:38', '2010-12-05 20:19:38', '<a href="http://www.deltalinea.com/wp-content/uploads/ga3.jpg"><img class="aligncenter size-full wp-image-131" title="ga" src="http://www.deltalinea.com/wp-content/uploads/ga3.jpg" alt="" width="700" height="300" /></a>', 'Gallery art', '', 'inherit', 'open', 'open', '', '71-autosave', '', '', '2010-12-05 20:19:38', '2010-12-05 20:19:38', '', 71, 'http://www.deltalinea.com/71-autosave/', 0, 'revision', '', 0),
(133, 1, '2010-12-05 17:40:07', '2010-12-05 17:40:07', '', 'Gallery art', '', 'inherit', 'open', 'open', '', '71-revision-3', '', '', '2010-12-05 17:40:07', '2010-12-05 17:40:07', '', 71, 'http://www.deltalinea.com/71-revision-3/', 0, 'revision', '', 0),
(134, 1, '2010-12-05 20:19:44', '2010-12-05 20:19:44', '<a href="http://www.deltalinea.com/wp-content/uploads/ga3.jpg"><img class="aligncenter size-full wp-image-131" title="ga" src="http://www.deltalinea.com/wp-content/uploads/ga3.jpg" alt="" width="603" height="258" /></a>', 'Gallery art', '', 'inherit', 'open', 'open', '', '71-revision-4', '', '', '2010-12-05 20:19:44', '2010-12-05 20:19:44', '', 71, 'http://www.deltalinea.com/71-revision-4/', 0, 'revision', '', 0),
(135, 1, '2010-12-05 20:20:50', '2010-12-05 20:20:50', '', 'ma', '', 'inherit', 'open', 'open', '', 'ma', '', '', '2010-12-05 20:20:50', '2010-12-05 20:20:50', '', 69, 'http://www.deltalinea.com/wp-content/uploads/ma.jpg', 0, 'attachment', 'image/jpeg', 0),
(136, 1, '2010-12-05 20:21:07', '2010-12-05 20:21:07', '', 'ma', '', 'inherit', 'open', 'open', '', 'ma-2', '', '', '2010-12-05 20:21:07', '2010-12-05 20:21:07', '', 69, 'http://www.deltalinea.com/wp-content/uploads/ma1.jpg', 0, 'attachment', 'image/jpeg', 0),
(137, 1, '2010-12-05 20:21:17', '2010-12-05 20:21:17', '', 'ma', '', 'inherit', 'open', 'open', '', 'ma-3', '', '', '2010-12-05 20:21:17', '2010-12-05 20:21:17', '', 69, 'http://www.deltalinea.com/wp-content/uploads/ma2.jpg', 0, 'attachment', 'image/jpeg', 0),
(138, 1, '2010-12-05 17:40:27', '2010-12-05 17:40:27', '', 'Museum art', '', 'inherit', 'open', 'open', '', '69-revision-3', '', '', '2010-12-05 17:40:27', '2010-12-05 17:40:27', '', 69, 'http://www.deltalinea.com/69-revision-3/', 0, 'revision', '', 0),
(139, 1, '2010-12-05 20:22:34', '2010-12-05 20:22:34', '', 'ch', '', 'inherit', 'open', 'open', '', 'ch', '', '', '2010-12-05 20:22:34', '2010-12-05 20:22:34', '', 64, 'http://www.deltalinea.com/wp-content/uploads/ch.jpg', 0, 'attachment', 'image/jpeg', 0),
(140, 1, '2010-12-05 20:22:43', '2010-12-05 20:22:43', '', 'ch', '', 'inherit', 'open', 'open', '', 'ch-2', '', '', '2010-12-05 20:22:43', '2010-12-05 20:22:43', '', 64, 'http://www.deltalinea.com/wp-content/uploads/ch1.jpg', 0, 'attachment', 'image/jpeg', 0),
(141, 1, '2010-12-05 20:22:54', '2010-12-05 20:22:54', '', 'ch', '', 'inherit', 'open', 'open', '', 'ch-3', '', '', '2010-12-05 20:22:54', '2010-12-05 20:22:54', '', 64, 'http://www.deltalinea.com/wp-content/uploads/ch2.jpg', 0, 'attachment', 'image/jpeg', 0),
(142, 1, '2010-12-05 20:23:11', '2010-12-05 20:23:11', '', 'ch', '', 'inherit', 'open', 'open', '', 'ch-4', '', '', '2010-12-05 20:23:11', '2010-12-05 20:23:11', '', 64, 'http://www.deltalinea.com/wp-content/uploads/ch3.jpg', 0, 'attachment', 'image/jpeg', 0),
(143, 1, '2010-12-05 20:24:52', '2010-12-05 20:24:52', '', 'ci', '', 'inherit', 'open', 'open', '', 'ci-2', '', '', '2010-12-05 20:24:52', '2010-12-05 20:24:52', '', 64, 'http://www.deltalinea.com/wp-content/uploads/ci1.jpg', 0, 'attachment', 'image/jpeg', 0),
(144, 1, '2010-12-05 20:25:25', '2010-12-05 20:25:25', '', 'pr', '', 'inherit', 'open', 'open', '', 'pr', '', '', '2010-12-05 20:25:25', '2010-12-05 20:25:25', '', 57, 'http://www.deltalinea.com/wp-content/uploads/pr.jpg', 0, 'attachment', 'image/jpeg', 0),
(145, 1, '2010-12-05 20:25:55', '2010-12-05 20:25:55', '', 'pr', '', 'inherit', 'open', 'open', '', 'pr-2', '', '', '2010-12-05 20:25:55', '2010-12-05 20:25:55', '', 57, 'http://www.deltalinea.com/wp-content/uploads/pr1.jpg', 0, 'attachment', 'image/jpeg', 0),
(146, 1, '2010-12-05 20:27:08', '2010-12-05 20:27:08', '', 'pr', '', 'inherit', 'open', 'open', '', 'pr-3', '', '', '2010-12-05 20:27:08', '2010-12-05 20:27:08', '', 57, 'http://www.deltalinea.com/wp-content/uploads/pr2.jpg', 0, 'attachment', 'image/jpeg', 0),
(147, 1, '2010-12-05 20:27:26', '2010-12-05 20:27:26', '', 'mi', '', 'inherit', 'open', 'open', '', 'mi', '', '', '2010-12-05 20:27:26', '2010-12-05 20:27:26', '', 62, 'http://www.deltalinea.com/wp-content/uploads/mi.jpg', 0, 'attachment', 'image/jpeg', 0),
(148, 1, '2010-12-05 17:41:09', '2010-12-05 17:41:09', '', 'Miniatures', '', 'inherit', 'open', 'open', '', '62-revision-4', '', '', '2010-12-05 17:41:09', '2010-12-05 17:41:09', '', 62, 'http://www.deltalinea.com/62-revision-4/', 0, 'revision', '', 0),
(149, 1, '2010-12-05 20:28:19', '2010-12-05 20:28:19', '', 'pr', '', 'inherit', 'open', 'open', '', 'pr-4', '', '', '2010-12-05 20:28:19', '2010-12-05 20:28:19', '', 57, 'http://www.deltalinea.com/wp-content/uploads/pr3.jpg', 0, 'attachment', 'image/jpeg', 0),
(150, 1, '2010-12-05 22:11:58', '2010-12-05 22:11:58', 'http://www.deltalinea.com/wp-content/uploads/banerdelta.swf', 'banerdelta.swf', '', 'inherit', 'open', 'open', '', 'banerdelta-swf', '', '', '2010-12-05 22:11:58', '2010-12-05 22:11:58', '', 0, 'http://www.deltalinea.com/wp-content/uploads/banerdelta.swf', 0, 'attachment', 'application/x-shockwave-flash', 0),
(151, 1, '2010-12-05 22:12:48', '2010-12-05 22:12:48', 'http://www.deltalinea.com/wp-content/uploads/banerdelta1.swf', 'banerdelta1.swf', '', 'inherit', 'open', 'open', '', 'banerdelta1-swf', '', '', '2010-12-05 22:12:48', '2010-12-05 22:12:48', '', 0, 'http://www.deltalinea.com/wp-content/uploads/banerdelta1.swf', 0, 'attachment', 'application/x-shockwave-flash', 0),
(152, 1, '2010-12-05 22:13:10', '2010-12-05 22:13:10', 'http://www.deltalinea.com/wp-content/uploads/baner3.png', 'baner3.png', '', 'inherit', 'open', 'open', '', 'baner3-png', '', '', '2010-12-05 22:13:10', '2010-12-05 22:13:10', '', 0, 'http://www.deltalinea.com/wp-content/uploads/baner3.png', 0, 'attachment', 'image/png', 0);

-- --------------------------------------------------------

--
-- Table structure for table `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=27 ;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Некатегоризовано', 'nekategorizovano', 0),
(2, 'Блоговник', 'blogovnik', 0),
(26, 'Miniatures', 'miniatures', 0),
(25, 'Abstract', 'abstract', 0),
(24, 'African', 'african', 0),
(23, 'Black &amp; White', 'black-white', 0),
(22, 'City', 'city', 0),
(19, 'Museum art', 'museum-art', 0),
(20, 'Gallery art', 'gallery-art', 0),
(21, 'Landscape', 'landscape', 0),
(15, 'Promotions', 'promotions', 0),
(16, 'Giant art', 'giant-art', 0),
(17, 'Children', 'children', 0),
(18, '3D Posters', '3d-posters', 0);

-- --------------------------------------------------------

--
-- Table structure for table `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),
(3, 1, 0),
(4, 1, 0),
(2, 1, 0),
(5, 1, 0),
(6, 1, 0),
(7, 1, 0),
(9, 1, 0),
(10, 1, 0),
(11, 1, 0),
(12, 1, 0),
(13, 1, 0),
(14, 1, 0),
(15, 1, 0),
(16, 1, 0),
(17, 1, 0),
(18, 1, 0),
(19, 1, 0),
(20, 1, 0),
(21, 1, 0),
(22, 1, 0),
(23, 1, 0),
(24, 1, 0),
(25, 1, 0),
(26, 1, 0),
(27, 1, 0),
(28, 1, 0),
(29, 1, 0),
(80, 24, 0),
(31, 1, 0),
(32, 1, 0),
(33, 1, 0),
(35, 1, 0),
(78, 23, 0),
(37, 1, 0),
(76, 22, 0),
(39, 1, 0),
(73, 21, 0),
(40, 1, 0),
(42, 1, 0),
(71, 20, 0),
(44, 1, 0),
(69, 19, 0),
(45, 1, 0),
(46, 1, 0),
(47, 1, 0),
(48, 1, 0),
(49, 1, 0),
(57, 15, 0),
(60, 16, 0),
(62, 26, 0),
(64, 17, 0),
(67, 18, 0),
(82, 25, 0);

-- --------------------------------------------------------

--
-- Table structure for table `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=27 ;

--
-- 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, 0),
(2, 2, 'link_category', '', 0, 7),
(25, 25, 'category', '', 0, 1),
(24, 24, 'category', '', 0, 1),
(23, 23, 'category', '', 0, 1),
(22, 22, 'category', '', 0, 1),
(19, 19, 'category', '', 0, 1),
(20, 20, 'category', '', 0, 1),
(21, 21, 'category', '', 0, 1),
(15, 15, 'category', '', 0, 1),
(16, 16, 'category', '', 0, 1),
(17, 17, 'category', '', 0, 1),
(18, 18, 'category', '', 0, 1),
(26, 26, 'category', '', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `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=22 ;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'rich_editing', 'true'),
(3, 1, 'comment_shortcuts', 'false'),
(4, 1, 'admin_color', 'fresh'),
(5, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(9, 1, 'wp_autosave_draft_ids', 'a:9:{i:-1272560135;i:5;i:-1272560157;i:7;i:-1272560305;i:8;i:-1272561709;i:30;i:-1272561770;i:34;i:-1272561852;i:36;i:-1272561905;i:38;i:-1272561936;i:41;i:-1272561961;i:43;}'),
(7, 1, 'wp_user_level', '10'),
(8, 1, 'wp_usersettingstime', '1272559850'),
(10, 2, 'first_name', 'Nebojsa'),
(11, 2, 'last_name', 'Bilalović'),
(12, 2, 'nickname', 'nesha'),
(13, 2, 'rich_editing', 'true'),
(14, 2, 'comment_shortcuts', 'false'),
(15, 2, 'admin_color', 'fresh'),
(16, 2, 'wp_capabilities', 'a:1:{s:6:"editor";b:1;}'),
(17, 2, 'wp_user_level', '7'),
(21, 1, 'wp_user-settings', 'align=center&imgsize=full'),
(19, 1, 'wp_dashboard_quick_press_last_post_id', '50'),
(20, 1, 'wp_user-settings-time', '1291579896');

-- --------------------------------------------------------

--
-- Table structure for table `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=3 ;

--
-- 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$BNSuHI8dCRT.4ordc1c2USZO1Lzk2A1', 'admin', 'besevic@gmail.com', '', '2010-04-29 16:49:06', '', 0, 'admin'),
(2, 'nesha', '$P$Bv/uIIr9EAKKmeugJDFe1/HX9mRuuL.', 'nesha', 'nesha@deltalinea.com', 'http://www.deltalinea.com', '2010-05-17 20:55:00', '', 0, 'Nebojsa Bilalović');

/*!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 */;
